代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/194563/5127873

tex re_syntax.tex

% manual page source format generated by PolyglotMan v3.0.9, % available from http://polyglotman.sourceforge.net/ \section{Syntax of the builtin regular expression library}\label{wxresyn} A {\it reg
www.eeworm.com/read/191759/5162427

js syntax-parser.js

var ie5 = "test".replace(/\w+/,'$&') == "$&"; /** * @public * @constructor * @param source */ function SyntaxParser(source){ this.initialize(source); } function cloneObject(s
www.eeworm.com/read/191759/5162521

js syntax-parser.js

$JSI.addCacheScript('org/xidea/syntax/syntax-parser.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);var ie5 = "test".replace(/\w+/, "$&") == "$&";function SyntaxParser(sourc
www.eeworm.com/read/191759/5162710

js syntax-parser.js

var ie5 = "test".replace(/\w+/, "$&") == "$&";function SyntaxParser(source) {this.initialize(source);}function cloneObject(src) {var dest = {};for (var n in src) {dest[n] = src[n];}return dest;}Syntax
www.eeworm.com/read/190666/5173076

c syntax1.c

// Build don't link: // Origin: Mark Mitchell // Special g++ Options: -fsyntax-only class AAA{ public: virtual void fff(); }; void AAA::fff() {} AAA aaa; main () { aaa.
www.eeworm.com/read/190666/5173132

c syntax4.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 June 2000 // Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/190666/5173206

c syntax3.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 June 2000 // Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/190666/5173229

c syntax2.c

// Build don't link: // Special g++ Options: -fsyntax-only // Origin: Mark Mitchell struct B { double d; virtual void f (); }; struct C: virtual public B { char c;
www.eeworm.com/read/190666/5173698

c syntax1.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 June 2000 // Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/190666/5173910

c syntax2.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 June 2000 // Origin GNATS bug report 262 from Jeremy Sanders