Home
last modified time | relevance | path

Searched refs:match (Results 2226 – 2250 of 2354) sorted by path

1...<<81828384858687888990>>...95

/plugin/vamr/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler){ argument
37 $handle = trim(substr($match,5,-1));
/plugin/var/
H A Dsyntax.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
20 $match = substr($match, 1, -1); // strip markup
21 return array($match);
/plugin/variants/
H A Dvariants.php74 * @param string $match The match
80 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
84 $condition = substr($match, 7, -1);
96 $handler->_addCall('cdata', array($match), $pos);
/plugin/vcard/
H A Dsyntax.php42 $match = substr($match, 8, -2);
45 list($match, $address) = explode('|', $match, 2);
52 list($match, $phones) = explode('#', $match, 2);
72 $match = substr($match,0,$email[0][1]);
78 $match = str_replace($m[0], '', $match);
83 $match = trim($match);
84 $pos = strrpos($match, ' ');
87 $last = substr($match, $pos + 1);
89 $first = $match;
348 $res[] = array('-', $match[0]);
[all …]
/plugin/vimeo/
H A Dsyntax.php48 * @param string $match The match of the syntax
55 public function handle($match, $state, $pos, Doku_Handler $handler) argument
57 $albumID = substr($match, strlen('{{vimeoAlbum>'), -2);
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js134 return controller.showOnlyMatchingOptions(filter, options.match);
143 this.setFilterMatch = function (match /* :String */) { argument
144 options.match = match;
199 controller.showOnlyMatchingOptions(target.value, options.match);
318 controller.showOnlyMatchingOptions(target.value, options.match);
H A Dselectbox.js138 if (!isString(match)) match = 'start';
139 switch (match.toLowerCase()) {
290 return __setOptionsState (needle, 'selected', true, true, match);
349 return __setOptionsState (needle, 'fixed', true, true, match);
360 return __setOptionsState (needle, 'fixed', true, false, match);
371 return __setOptionsState (needle, 'fixed', false, true, match);
382 return __setOptionsState (needle, 'fixed', false, false, match);
396 return __setOptionsState (needle, 'visible', true, true, match);
407 return __setOptionsState (needle, 'visible', true, false, match);
418 return __setOptionsState (needle, 'visible', false, true, match);
[all …]
/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:)/,"");
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js62 var m = something.constructor.toString().match(/function\s*([^( ]+)\(/);
317 var regexpResult = aFunction.toString().match(/function(\s*)(\w*)/);
372 name = framedata.match(/^(\w*)/)[1];
549 var m = String(sc[i].src).match(sr);
554 if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];
564 return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js32 …ibs/Virtual%20Keyboard/tags/VirtualKeyboard.v3.0b2/virtualkeyboard.js $ ".match(/\/[^\.]*[\.\/]([^…
H A Dvk_loader.js2match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf…
H A Dvk_popup.js26match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf…
82match(sr);if (m) {if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf…
/plugin/visrep/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler) { argument
52 $xml = sprintf("<?xml version=\"1.0\" encoding=\"utf-8\"?>%s", $match);
66 'md5' => md5($match),
/plugin/vkeyboard/
H A Dvkeyboard.js1 …VKI_layout){var y=new RegExp(VKI_KBLAYOUT,"i");if(this.VKI_layout[x].name.match(y)){return[x]}}ret…
H A Dvkeyboard.js.unc1083 if(this.VKI_layout[i].name.match(regex)) {
/plugin/vote/
H A Dsyntax.php31 function handle( $match, $state, $pos, &$handler ){ argument
33 $data = $match;
/plugin/vshare/_test/
H A DSitesTest.php57 preg_match('!' . $data['rex'] . '!i', $url, $match),
58 "$site regex did not match web/emb url"
60 $this->assertEquals($data['vid'], $match[1], "$site regex did not return vid");
/plugin/vshare/
H A Dscript.js35 const match = text.match(RE);
36 if (match) {
38 const videoid = match[1];
/plugin/vshare/syntax/
H A Ddebug.php40 public function handle($match, $state, $pos, Doku_Handler $handler)
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
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/watchcycle/
H A Dsyntax.php45 * @param string $match The match of the syntax
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
61 if (!preg_match('/~~WATCHCYCLE:[^:]+:\d+~~/', $match)) {
66 $match = substr($match, strlen('~~WATCHCYCLE:'), strlen($match) - 2);
68 list($maintainer, $cycle) = array_map('trim', explode(':', $match));
/plugin/wavedrom/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler $handler){ argument
51 return array($state, $match);
66 list($state, $match) = $indata;
74 $renderer->doc .= $match;
/plugin/webcode/syntax/
H A Dbasis.php195 * @param string $match
204 public function handle($match, $state, $pos, Doku_Handler $handler) argument
212 $match = substr($match, 8, -1); //9 = strlen("<webcode")
229 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
272 … $result = preg_match_all('/' . $codePattern . '/msi', $match, $matches, PREG_PATTERN_ORDER);
313 … $matchedTextToRender = preg_replace('/<code[\s]+babel/', '<code javascript', $match);
329 return array($state, $match);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js32 …=item.selectorText;var cssText=lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];str…
77 …;break;}}}},getFileName:function(_path){var match=_path&&_path.match(/[\w\-\.\?\=\&]+$/);return ma… variable
86 ….env.ie?item:item.split(/{|}/),styleSheet=document.styleSheets[0];if(item.match(/.+\{.+\}/)){if(li…
100 return styleObject["opacity"];var alpha=styleObject["filter"].match(/opacity\=(\d+)/i);return alpha…
H A Dfirebug-lite-1.2.js1089 var cssText = lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];
1715 var match = _path&&_path.match(/[\w\-\.\?\=\&]+$/); variable
1716 return match&&match[0]||_path;
1877 if(item.match(/.+\{.+\}/)){
2066 var alpha = styleObject["filter"].match(/opacity\=(\d+)/i);

1...<<81828384858687888990>>...95