Home
last modified time | relevance | path

Searched refs:match (Results 1651 – 1675 of 2354) sorted by relevance

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

/plugin/bootswrapper/syntax/
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dcallout.php57 list($state, $match, $pos, $attributes) = $data;
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
H A Dmodal.php88 list($state, $match, $pos, $attributes) = $data;
/plugin/combo/ComboStrap/Meta/Field/
H A DRegion.php95 if (!StringUtility::match($value, "^[a-zA-Z]{2}$")) {
/plugin/codemirror/dist/modes/
H A Dtiki.min.js.map1match","tokenize","inText","next","inLine","chain","parser","sol","ch","eat","eatSpace","eatWhile"…
H A Dfcl.min.js.map1match","eat","tokenize","tokenComment","skipToEnd","eatWhile","cur","current","toLowerCase","prope…
H A Djsx.min.js.map1match","skipToEnd","peek","skipAttribute","xmlContext","startOfLine","indentUnit","lexical","inden…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js13065 !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]);
18833 var match = text.match(reHeader);
24387 var match = src.match(/\n/g);
26242 var match = selector.match(reSelectorTag);
26243 var tagCount = match ? match.length : 0;
26245 match = selector.match(reSelectorClass);
26246 var classCount = match ? match.length : 0;
26248 match = selector.match(reSelectorId);
26249 var idCount = match ? match.length : 0;
28955 var match = src.match(/[\n]/g);
[all …]
/plugin/folded/
H A Dscript.js28 var id = this.href.match(/#(.*)$/)[1];
/plugin/combo/resources/snippet/js/
H A Dlightbox.js56 if (src.match(/svg/i) !== null) {
/plugin/bez/syntax/
H A Dnav.php19 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/davcard/syntax/
H A Dbook.php56 function handle($match, $state, $pos, Doku_Handler $handler){ argument
58 $options = trim(substr($match,14,-2));
/plugin/livepreview/
H A Dscript.js268 && !String(el).match(/\.php$/) // is not a script
275 && !String(el).match(/[?&]do=/) // is not the action url
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckindentcommands.js110 var indentClass = firstBlock.className.match( FCKIndentCommand._ClassNameRegex ) ;
151 var indentClass = block.className.match( FCKIndentCommand._ClassNameRegex ) ;
/plugin/davcal/syntax/
H A Dtable.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 $options = trim(substr($match,14,-2));
/plugin/linkback/
H A Dhttp.php150 if ($this->max_bodysize && preg_match('/\r\nContent-Length:\s*(\d+)\r\n/i', $r_headers, $match)) {
151 if ($match[1] > $this->max_bodysize) {
200 $this->error = 'The received headers did not match the given regexp';
/plugin/linkback/action/
H A Ddisplay.php252 if (!preg_match($pattern, $event->data[1], $match))
267 $new = str_replace($search, $item . $search, $match[0]);
/plugin/dirtylittlehelper/
H A Dscript.js25 the_code = dlh_objectValueGet(source_obj).replace(/\n/g,'\\n').match(/<dlh.mm>(.*?)<\/dlh.mm>/g);
667 match: /\[{2}([\w\-\.:]*)$/,
748 match: /\[\[([\w\-\.:]+#[\w\.:]*)$/,
795 match: /\{{2}([\w\-\.:]*)$/,
/plugin/include/syntax/
H A Dheader.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHtmlBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php
/plugin/autoindex/
H A Dsyntax.php39 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/diagrams/
H A Dstyle.less
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js175 var m = String(sc[i].src).match(sr);
180 if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];
190 return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");

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