Home
last modified time | relevance | path

Searched refs:match (Results 1501 – 1525 of 2354) sorted by relevance

1...<<61626364656667686970>>...95

/plugin/cli/
H A Dsyntax.php129 * @param string $match The match of the syntax
135 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
181 … return array( $state, $this->_parse_conversation($match), $top[self::TYPE], $top[self::STYLE] );
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
281 if(url.match(/^((\w+)\.)?(GET|POST)\s+(.*)/i)){
311 if(this.url.match(new RegExp("^([a-z]+)://([^\\/]+)(.*)","i"))){
/plugin/rrdgraph/
H A Dhelper.php446 … $element[2] = preg_replace_callback("/{{([^}]+)}}/", function ($match) use ($variables) {
447 if (array_key_exists($match[1], $variables)) {
448 return $variables[$match[1]];
450 throw new Exception('Variable "' . $match[1] . '" not set.');
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js69 document.location.search.match(new RegExp('[&?]' + session_name + '=([^&?]*)'))
70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
387 if (url.match(/^((\w+)\.)?(GET|POST)\s+(.*)/i)) {
454 if (this.url.match(new RegExp('^([a-z]+)://([^\\/]+)(.*)', 'i'))) {
/plugin/columns/
H A Daction.php363 if (preg_match($pattern, $attribute, $match) == 1) {
371 $result[$attributeName] = $match[0];
375 $result = $this->parseAlignAttribute($match[0]);
383 $result = $this->parseWidthAttribute($match);
/plugin/offline/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler){ argument
/plugin/bootswrapper/syntax/
H A Dimage.php37 list($state, $match, $pos, $attributes) = $data;
H A Dcollapse.php45 list($state, $match, $pos, $attributes) = $data;
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1match","eat","tokenComment","skipToEnd","eatWhile","cur","current","contains","quote","escaped","e…
H A Didl.min.js.map1match","skipToEnd","next","defineMode","token","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAA…
H A Dttcn.min.js1 …ipToEnd();return"comment"}}if(t.test(c)){if(c=="@"){if(a.match("try")||a.match("catch")||a.match("…
H A Dvelocity.min.js1match(/ *\[ *\[/)){g.lastTokenWasBuiltin=false;return f(a,g,j)}else if(l=="#"&&a.eat("#")){g.lastT…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19match(/\.\s*SUPER\s*\(/)){return h}var g=function(){this.SUPER=g.SUPER[i];try{var f=h.apply(this,a…
/plugin/toctweak/syntax/
H A Dclosetoc.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/miniblog/syntax/
H A Dcomment.php30 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckbrowserinfo.js43 var geckoVersion = s.match( /gecko\/(\d+)/ )[1] ;
/plugin/include/syntax/
H A Dlocallink.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pagebreak/
H A Dsyntax.php46 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/heat/
H A Dsyntax.php155 function handle($match, $state, $pos, &$handler){ argument
/plugin/docimporter/
H A D.action.php.swp16 …od_tables, convert_table($match));� array_push($raw_tables, '{|'.$match.'|}');� …
/plugin/revealjs/plugin/multiplex/
H A Dmaster.js4 if ( window.location.search.match( /receiver/gi ) ) { return; }
/plugin/nosecedit/
H A Dsyntax.php70 function handle($match, $state, $pos, &$handler) argument
/plugin/tplinc/lang/en/
H A Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php166 foreach ($matches as $match) {
167 $assets->add(new FileAsset($match));
/plugin/simplenavi/
H A Dsyntax.php42 public function handle($match, $state, $pos, Doku_Handler $handler)
44 return explode(' ', substr($match, 13, -2));
40 handle($match, $state, $pos, Doku_Handler $handler) global() argument

1...<<61626364656667686970>>...95