Home
last modified time | relevance | path

Searched refs:match (Results 1476 – 1500 of 2354) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/nosidebar/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DHtmlInlineParser.php
H A DEntityParser.php
/plugin/bulletodo/
H A Dscript.js8 if (jQuery(this).text().match(STbullet[i])){
/plugin/pagequery/
H A DPageQuery.php249 foreach ($matches as $match) {
250 $key = $match[1];
271 $display = str_replace($match[0], $value, $display);
275 // try to match any metadata field; to allow for plain single word display settings
562 $match = $that->filterByDate($expr, $row[$metakey]);
564 $match = preg_match('`' . $expr . '`', $row[$metakey]) > 0;
567 $match = !$match;
569 return $match;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1match/index.js","webpack:///./repos/syntaxhighlighter-match/lib/match.js","webpack:///./repos/synt…
/plugin/autotranslation/syntax/
H A Dnotrans.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ argument
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ argument
/plugin/include/syntax/
H A Dreadmore.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/include/
H A Daction.php342 public function rewrite_include($match, $pos, $state, $plugin, helper_plugin_move_handler $handler) { argument
343 $syntax = substr($match, 2, -2); // strip markup
359 return $match;
/plugin/galleryv1.5/
H A Dscript.js110 this.isGecko = ua.match(/Gecko\//);
111 this.isSafari = ua.match(/AppleWebKit/);
114 this.isWinIE = ua.match(/Win/);
115 this.isMacIE = ua.match(/Mac/);
116 this.isNewIE = (ua.match(/MSIE 5\.5/) || ua.match(/MSIE 6\.0/));
/plugin/translation3/
H A Dsyntax.php54 function handle($match, $state, $pos, &$handler){ argument
/plugin/icalevents/
H A Dsyntax.php69 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/qc/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/aclauditor/
H A Dscript.js10 if(!trs[i].className.match(/\bexplanations\b/)) continue;
/plugin/markdowku/
H A Dhr.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bootswrapper/syntax/
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
/plugin/translation/syntax/
H A Dnotrans.php43 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/clearfloat/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/simplenavi/
H A Dscript.js16 return !this.text.match(lookup);
/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js1match(d))return"number";var h=a.next();if(h=="\\")h=a.next();if(h=='"')return(e.tokenize=i)(a,e);e…
/plugin/countdown/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 $stripped = substr($match,11,-1);
/plugin/vshare/syntax/
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
67 $command = substr($match, 2, -2);
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/linkback/
H A Dtools.php22 if (preg_match($regex, $page, $match)) {
23 $icon = $match[2];

1...<<51525354555657585960>>...95