Home
last modified time | relevance | path

Searched refs:pattern (Results 101 – 125 of 693) sorted by path

12345678910>>...28

/plugin/ckgedit/lang/
H A Den.4.9.js.beautified802 …are. The <span style='font-weight:600'>wp</span> part designates a link pattern; the text follow…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1852 var pattern = new RegExp('(\<sup\>)*[\(]+' + matches[1] + '[\)]+(<\/sup>)*');
1854 …results = results.replace(pattern, '((' + HTMLParserBottomNotes[i].replace(/_FN_PAREN_C_/g, ") ") …
/plugin/clipboardutils/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/code3/src/
H A Dtz.js272 var pattern = '(?:' +
280 pattern += '|\\b' + preceder;
282 pattern += '|' + preceder.replace(/([^=<>:&])/g, '\\$1');
285 pattern += ')\\s*$'; // matches at end
286 return new RegExp(pattern);
/plugin/codehighlight/cp/engines/
H A Dgecko.js142 var pattern = new RegExp(trigger+cc,'gi');
144 this.syntaxHighlight('snippets',pattern,content);
158 var pattern = new RegExp('\\'+trigger+cc);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
H A Dmsie.js151 var pattern = new RegExp(trigger+cc,"gi");
152 this.syntaxHighlight('snippets',pattern,content);
165 var pattern = new RegExp('\\'+trigger+cc);
167 …setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait for ch…
H A Dopera.js142 var pattern = new RegExp(trigger+cc,'gi');
144 this.syntaxHighlight('snippets',pattern,content);
158 var pattern = new RegExp('\\'+trigger+cc);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1pattern","parseArgs","eatSpace","opts","decimal","hex","octal","err","lineStart","radix","numPart"…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 … \"re-find\", \"re-groups\", \"re-matcher\", \"re-matches\",\n \"re-pattern\", \"re-seq\", \"…
H A Dcypher.min.js.map1pattern\") {\n state.context.align = true;\n }\n if (curPunc === \"(\") {\n…
H A Ddylan.min.js.map1pattern","Array","p","current","maybeEnd","maybeNested","nestedCount","quote","style","escaped","e…
H A Decl.min.js.map1 …ariable_3 = words(\"ascii big_endian boolean data decimal ebcdic integer pattern qstring real reco…
H A Djavascript.min.js.map1pattern","maybelabel","maybeCatchBinding","afterExport","afterImport","funarg","expressionInner","…
H A Dmathematica.min.js.map1 …efineMode('mathematica', function(_config, _parserConfig) {\n\n // used pattern building blocks\n…
H A Dperl.min.js.map1pattern\n map :1, // - apply a change to a list to …
H A Dq.min.js.map1pattern\"){\n state.context.align=true;\n }\n if(curPunc==\"(\")pushContext(state…
H A Dsparql.min.js.map1pattern\") {\n state.context.align = true;\n }\n\n if (curPunc == \"(\") pushCont…
H A Dsql.min.js.map1 …lisecond milliseconds not null offset on or order outer output partition pattern prev prior regexp…
H A Dtextile.min.js.map1pattern","arg","parts","unshift","apply","blockType","newMode","parseInt","next","layoutLength","l…
H A Dttcn.min.js.map1 …k not not4b nowait\" +\n \" of on optional or or4b out override param pattern port\" +\n \" …
H A Dturtle.min.js.map1pattern\") {\n state.context.align = true;\n }\n\n if (curPunc == \"(\") pushCont…
H A Dvbscript.min.js.map1 … 'global', 'helpcontext', 'helpfile', 'ignorecase', 'length', 'number', 'pattern', 'source', 'valu…
H A Dverilog.min.js.map1 …\n var style = undefined;\n var match; // Return value of pattern matches.\n\n …
/plugin/codemirror/dist/
H A Dscripts.min.js.map1pattern","consume","caseInsensitive","cased","substr","hideFirstChars","inner","lookAhead","oracle…
/plugin/codeprettify/syntax/
H A Dcode.php28 protected $mode, $pattern; variable in syntax_plugin_codeprettify_code
45 $this->pattern[1] = '<Code\b'.$param.'>'.'(?=.*?</Code>)';
46 $this->pattern[4] = '</Code>';
49 $this->pattern[11] = '<code\b.*?>(?=.*?</code>)';
50 $this->pattern[14] = '</code>';
55 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
57 $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
63 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[14], $this->mode);

12345678910>>...28