1 2345678910...
|
unit RclXMLParser;
interface
uses
Language: Delphi LOC: 8 Spider_20090401_inc : DPF (Delphi Plugin Framework) (project search) : .../rd-dpf/dpf_0.11.zip/rcl/source/RclXMLParser.pas
|
unit dleparsers;
{$mode objfpc}{$H+}
interface
Language: Delphi LOC: 219 Spider_20090529_inc : Lazarus Code and Component Repository - TAChart (project search) : .../lnet/examples/visual/ftp/dleparsers.pas
|
unit uTLangParser;
interface
uses uPas2H, uPas2HUtils, classes;
Language: Delphi LOC: 115 Spider_20090120_inc : pas2h (project search) : .../006/pas2h/pas2h_v0_3.zip/src/uTLangParser.pas
|
unit JavaParserObjAuto;
{******************************************************************************}
{ }
Language: Delphi License: GPL (C) 2002-2005 - Plastic Software, Inc. } LOC: 97 Spider_20090228_inc : StarUML (project search) : .../staruml-src.zip/staruml-java/src/java-parser/JavaParserObjAuto.pas
|
Project : All Projects processing XML documents
===============================================================================================
Subject : XML parser for Delphi's VCL toolbar
===============================================================================================
Dipl.-Ing. (FH) Stefan Heymann, Softwaresysteme, Tbingen, Germany
Language: Delphi LOC: 191 SourceForge : WinAmp Remote Control (project search) : .../a/ampcontrol/ampcontrol/xmlparser/LibXmlComps.pas
|
interface
const yymaxdepth = 1024;
(* default stack size of parser *)
type YYSType = Integer;
(* default value type, may be redefined in Yacc output file *)
Language: Delphi LOC: 43 FreePascal : FreePascal (project search) : .../FreePascal/fpcsrc/utils/tply/yacclib.pas
|
interface
const yymaxdepth = 1024;
(* default stack size of parser *)
type YYSType = Integer;
(* default value type, may be redefined in Yacc output file *)
Language: Delphi LOC: 43 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpcbuild-2.2.2/fpcsrc/utils/tply/yacclib.pas
|
interface
const yymaxdepth = 1024;
(* default stack size of parser *)
type YYSType = Integer;
(* default value type, may be redefined in Yacc output file *)
Language: Delphi LOC: 43 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../freepascal/fpc-2.2.2/utils/tply/yacclib.pas
|
uses
SysUtils, Contnrs,
mylLangClasses, mylParsers, mylLangRules, mylUtils, mylCompilerUtils, mylCompilerMsgs,
mylValueCompilers, mylStatCompilers;
function CompileClassDecl(AParser: TTextParser; var AClass: TClassDecl): Boolean;
Language: Delphi LOC: 310 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylClassCompilers.pas
|
uses
SysUtils, Contnrs,
mylLangClasses, mylParsers, mylLangRules, mylUtils, mylCompilerUtils, mylCompilerMsgs,
mylValueCompilers, mylStatCompilers;
function CompileProcDecl(AParser: TTextParser; var AProc: TProcDecl): Boolean;
Language: Delphi LOC: 140 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylProcCompilers.pas
|
***** END LICENSE BLOCK *****}
interface
Uses LbParsedArena, LbAbstractTypes, SysUtils, Classes, LibXmlParser;
Type
EParserError = class(Exception);
Language: Delphi License: MPL11 (C) 2002 LOC: 121 SourceForge : 3D Lightbikes (project search) : .../lightbikes3d/lightbikes/src/gamelogic/LbLoader.pas
|
uses
SysUtils, Contnrs, Classes,
mylLangClasses, mylParsers, mylLangRules, mylUtils, mylCompilerUtils, mylCompilerMsgs,
mylValueCompilers, mylStatCompilers;
function CompileEnumDecl(AParser: TTextParser; var AEnum: TEnumDecl): Boolean;
Language: Delphi LOC: 103 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylEnumCompilers.pas
|
uses
SysUtils, Contnrs,
mylLangClasses, mylParsers, mylLangRules, mylUtils, mylCompilerUtils, mylCompilerMsgs,
mylValueCompilers;
function CompileQueryDecl(AParser: TTextParser; var AQuery: TQueryDecl): Boolean;
Language: Delphi LOC: 380 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylQueryCompilers.pas
|
// $Id: RdXmlParser.pas,v 1.3 2004/05/12 17:22:01 rsinnema Exp $
(*
This software is licensed under the terms of the GNU General Public License
Language: Delphi License: GPL LOC: 105 Spider_20081217_inc : Research Description Language (RDL) (project search) : .../inc_003/rdl/src/util/RdXmlParser.pas
|
//
// Project : OpenBSP Map Compiler
// Unit : obspParser.pas
// Description : Quake style script parser
// History:
Language: Delphi LOC: 235 Spider_20090529_inc : Lazarus Code and Component Repository - TAChart (project search) : .../glscene-1.0.0.2.zip/glscene/obsp/Base/obspParser.pas
|
{$WARN UNIT_PLATFORM OFF}
unit uParserErr;
interface
uses
Language: Delphi LOC: 47 Spider_20090107_inc : Resource Builder (project search) : .../resbuilder/resbuilder-beta_0.6.1.zip/Editors/ResouceEditor/uParserErr.pas
|
// $Id: RdRdlParser.pas,v 1.10 2004/05/18 23:06:59 rsinnema Exp $
(*
This software is licensed under the terms of the GNU General Public License
Language: Delphi License: GPL LOC: 270 Spider_20081217_inc : Research Description Language (RDL) (project search) : .../inc_003/rdl/src/rdl/RdRdlParser.pas
|
uses
SysUtils, Contnrs,
mylLangClasses, mylParsers, mylLangRules, mylUtils, mylCompilerUtils,
mylValueCompilers, mylCompilerMsgs, mylLangSolvers;
function CompileStat(AParser: TTextParser; var AStats: TObjectList): Boolean;
Language: Delphi LOC: 537 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylStatCompilers.pas
|
Graphics, RLMetaVCL,
{$endif}
RLReport, RLUtils, RLMetaFile, RLRichParsers;
type
{ TRLCustomRichText }
Language: Delphi LOC: 230 CodePlex1 : FortesReport (project search) : .../svn/RLRichText.pas
|
tkString:(s:PChar);
end;
TParser=class
private
FBuf:array [0..BUFSIZE] of Char;
Language: Delphi (c) 2002-2003 Evgueni Koukline. } LOC: 1541 Spider_20081217_inc : fxds (project search) : .../inc_003/fxds/fds2.1.1.zip/src/FxExpr.pas
|
{ $RCSfile: ExprParserTest.pas,v $ $Revision: 1.2 $ $Date: 2004/05/18 02:20:35 $ $Author: vlads $ }
{ }
{ ================================================================================== }
Language: Delphi License: GPL Copyright 2002 - Vlad Skarzhevskyy & co } LOC: 109 Spider_20081217_inc : MP3 Book Helper (project search) : .../inc_003/mp3bookhelper/MP3BookHelper_v2.3.4_src.zip/DUnit/ExprParserTest.pas
|
uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
mozprefparser, ComCtrls, StdCtrls, Buttons;
type
{ TPrefEditor }
Language: Delphi (c) 2004-2006 by Different4All GbR. LOC: 69 BerliOS : DiffMozSaver (project search) : .../m/mozillalinup/mozillalinup/diffmozsaver/frmprefeditor.pas
|
unit gf_Parsers;
{$I gf_base.inc}
{ ----------------------------------------------------------
Language: Delphi License: MPL11 (C) 2000-2002. All Rights Reserved. LOC: 196 Spider_20090227_inc : URLInject (project search) : .../urlinject/urlinject_330.zip/urlinject/gf/gf_Parsers.pas
|
implementation
uses
sysutils, classes, poparser, consoleoutput, gnugettext;
{ TMsgImportEngine }
procedure TMsgMergeDxEngine.Execute;
Language: Delphi LOC: 57 BerliOS (SVN) : GNU Gettext for Delphi (project search) : .../trunk/dxgettext/tools/ggmerge/msgmergedxengine.pas
|
uses
SysUtils, Contnrs,
mylLangClasses, mylFileUtils, mylParsers, mylLangRules, mylUtils, mylValueCompilers,
mylCompilerUtils, mylStatCompilers, mylQueryCompilers, mylClassCompilers;
type
Language: Delphi LOC: 283 CodePlex1 : MyL Programming Language (project search) : .../svn/src/compiler/mylUnitCompilers.pas
|
1 2345678910...
|