Home
last modified time | relevance | path

Searched refs:match (Results 1526 – 1550 of 2354) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DInterWiki.php131 function ($match) {
132 return rawurlencode($match[0]);
H A DMediaMarkup.php26 * * via a {@link MediaMarkup::createFromMarkup() string match} of {@link syntax_plugin_combo_media::handle()}
428 * @param string $match - the match of the renderer
434 public static function createFromMarkup(string $match): MediaMarkup argument
443 $match = preg_replace(array('/^{{/', '/}}$/u'), '', $match);
444 $parts = explode('|', $match, 2);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1329 var match = key.match(delegateEventSplitter);
1330 this.delegate(match[1], match[2], _.bind(method, this));
1566 .replace(namedParam, function(match, optional) { argument
1567 return optional ? match : '([^/?]+)';
1648 var match = this.location.href.replace(/#.*/, '').match(/\?.+/);
1649 return match ? match[0] : '';
1655 var match = (window || this).location.href.match(/#(.*)$/);
1656 return match ? match[1] : '';
/plugin/codemirror/dist/modes/
H A Dsas.min.js.map1match","hasOwnProperty","toLowerCase","word","nextword","inDataStep","indexOf","start","pos","back…
H A Dxquery.min.js.map1match","tokenXMLComment","tokenCDATA","tokenPreProcessing","isclose","eat","eatSpace","tagName","c…
H A Dcypher.min.js1 …n(c){var d=function(a){var b=a.next();if(b==='"'){a.match(/.*?"/);return"string"}if(b==="'"){a.mat…
H A Dturtle.min.js1 …=&|]/;function h(a,b){var d=a.next();c=null;if(d=="<"&&!a.match(/^[\s\u00a0=]/,false)){a.match(/^[…
/plugin/revealjs/syntax/
H A Dfooter.php44 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/shorturl/
H A Dsyntax.php39 function handle($match, $state, $pos, &$handler){ argument
/plugin/bootswrapper/syntax/
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
H A Dlabel.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dcarousel.php57 list($state, $match, $pos, $attributes) = $data;
H A Djumbotron.php44 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dnav.php58 list($state, $match, $pos, $attributes) = $data;
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
/plugin/combo/syntax/
H A Danalytics.php85 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/ckgdoku/scripts/
H A Dmediamgr.js28 if(!this.title.match(/\.(jpg|jpeg|png|tiff?|gif)$/)){
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DFencedCodeParser.php
/plugin/inlineeditor/
H A Dscript.js41 if(data.match(/[\n]/g))
43 var nbRetourChariot = data.match(/[\n]/g).length;
/plugin/docimporter/
H A DImportUtils.php186 foreach ($matches[0] as $match) {
189 if( ($pos + strpos($match[0], $clean_match[0])) == $clean_match[1]){
/plugin/tiledblog/
H A Dsyntax.php29 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
32 return trim (substr ($match, 11, -2)); // "{{tiledBlog" => 11 "}}" => 2
/plugin/orgchart/
H A DREADME54 …e manager, the link text doesn't need to match the exact name as the pagename in the link will be …
/plugin/vote/
H A Dsyntax.php31 function handle( $match, $state, $pos, &$handler ){ argument
33 $data = $match;
/plugin/strata/helper/
H A Dutil.php80 if(preg_match("/^({$p->type})?$/", $string, $match)) {
81 list($type, $hint) = $p->type($match[1]);

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