代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/448675/1685786

menuconfig

#! /bin/sh # # This script is used to configure the SkyEye library. # Borrowed from linux kernel configuration scripts. # # This script attempts to parse the configuration files, which are # scattered
www.eeworm.com/read/447738/1698795

rc quoteclass.rc

// parse-only 101 DIALOG DISCARDABLE 0, 0, 186, 95 CLASS "myclass" BEGIN DEFPUSHBUTTON "OK",1,129,7,50,14 END
www.eeworm.com/read/440906/1774490

c crash2.c

/* { dg-do compile } */ int main(void) { char x, y; if ('A' == x) && ('B' == y)) { } /* { dg-error "(parse|syntax) error" } */ if (x == 'A') && (y == 'B')) { } }
www.eeworm.com/read/437605/1830335

h miniphone.h

#define RBUFSIZE 256 #define MAXARGS 10 #define MAXARG 256 #define MAX_SESSIONS 4 extern void parse_cmd(FILE *, int, char **);
www.eeworm.com/read/433911/1879726

thoughts

@@ I should not assume that Utility::CommandLine is the only mechanism used to parse command line. Application developer may be using different components that employ different command lin
www.eeworm.com/read/427974/1963813

gram small_integers.gram

#JSGF V1.0; /** * Importable JSGF Grammar to parse integer expressions * * When result events are used with the ECMATagsParser, the resulting * feature/value pairs can be used to determine the a
www.eeworm.com/read/427974/1963814

gram integers.gram

#JSGF V1.0; /** * Importable JSGF Grammar to parse integer expressions * * When result events are used with the ECMATagsParser, the resulting * feature/value pairs can be used to determine the a
www.eeworm.com/read/422060/2044678

phpt xml007.phpt

--TEST-- xml_parse_into_struct/umlauts in tags --SKIPIF--
www.eeworm.com/read/416749/2114702

svn-base getopt.php.svn-base

www.eeworm.com/read/416749/2114709

php getopt.php