Home
last modified time | relevance | path

Searched refs:match (Results 2251 – 2275 of 2354) sorted by path

1...<<9192939495

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2949 if(match){source=match[1]
3266match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="even"&&"2n"||match[… argument
3279 }}else{if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true
5007 var match=text.match(reHeader);
5008 if(match){var name=match[1];
6093 if(match){var name=match[1];
6107 if(match){var name=match[1];
6412 }var match=src.match(/\n/g);
6413 var num=match?match.length:0;
7699 var match=src.match(/[\n]/g);
[all …]
/plugin/webcomics/
H A Dsyntax.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
54 $match = substr($match, 8, -2);
55 $match = strtoupper($match);
57 $url = $this->comics[$match];
84 $message = str_replace('%COMIC%', $match, $this->getLang('unknown'));
/plugin/webcomponent/_test/
H A Dwebcomponent.test.php17 $match = ' class="nico"';
18 $parameters = webcomponent::parseMatch($match);
26 $match = ' class="" ';
27 $parameters = webcomponent::parseMatch($match);
/plugin/webcomponent/syntax/
H A Dblockquote.php111 * @param string $match
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
125 $parameters = webcomponent::parseMatch($match);
129 return array($state, $match);
135 … if (preg_match('/<' . $citeTag . '>(.*)<\/' . $citeTag . '>/msSi', $match, $matches)) {
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
142 $parameters['image'] = Doku_Handler_Parse_Media($match);
H A Dbrand.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
49 $parameters = webcomponent::parseMatch($match);
53 return array ($state, $match);
H A Dbutton.php124 * @param string $match
130 function handle($match, $state, $pos, Doku_Handler $handler) argument
138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
139 $parameters = webcomponent::parseMatch($match);
144 return array($state, $match);
150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
154 $link = preg_replace(array('/^\[\[/', '/\]\]$/u'), '', $match);
H A Dcard.php128 * @param string $match
134 function handle($match, $state, $pos, Doku_Handler $handler) argument
143 $match = utf8_substr($match, 1, -1);
146 $match = str_replace( $tag, "",$match);
148 $parameters = webcomponent::parseMatch($match);
153 return array($state, $match);
158 if (preg_match('/' . self::HEADER_PATTERN . '/msSi', $match . DOKU_LF)) {
160 $title = trim($match);
169 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match . DOKU_LF)) {
171 $parameters['image'] = Doku_Handler_Parse_Media($match);
H A Dcardcolumns.php100 * @param string $match
106 function handle($match, $state, $pos, Doku_Handler $handler) argument
114 $match = utf8_substr($match, 1, -1);
117 $match = str_replace( $tag, "",$match);
119 $parameters = webcomponent::parseMatch($match);
H A Dcite.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
49 $parameters = webcomponent::parseMatch($match);
53 return array ($state, $match);
H A Dcollapse.php98 * @param string $match
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
113 $parameters = webcomponent::parseMatch($match);
H A Dconsole.php88 public function handle($match, $state, $pos, Doku_Handler $handler) argument
97 return array($state,$match);
H A Dcontainer.php98 * @param string $match
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
113 $parameters = webcomponent::parseMatch($match);
H A Ddropdown.php115 * @param string $match
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
130 $parameters = webcomponent::parseMatch($match);
136 return array($state, $match);
142 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
146 $link = preg_replace(array('/^\[\[/', '/\]\]$/u'), '', $match);
H A Dgroup.php98 * @param string $match
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
113 $parameters = webcomponent::parseMatch($match);
H A Dheading.php107 * @param string $match
115 function handle($match, $state, $pos, Doku_Handler $handler) argument
123 $title = trim($match);
H A Dmath.php93 * @param string $match The text matched by the patterns
99 public function handle($match, $state, $pos, Doku_Handler $handler) argument
109 0 => $match
H A Dnavbar.php98 * @param string $match
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
113 $parameters = webcomponent::parseMatch($match);
H A Drelated.php97 * @param string $match
103 function handle($match, $state, $pos, Doku_Handler $handler) argument
114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
118 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
H A Dsearch.php36 function handle($match, $state, $pos, Doku_Handler $handler) { argument
45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
46 $parameters = array_merge($init, webcomponent::parseMatch($match));
H A Dunit.php96 public function handle($match, $state, $pos, Doku_Handler $handler) argument
103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
104 $parameters = webcomponent::parseMatch($match);
122 $handler->_addCall('cdata', array($match), $pos, null);
/plugin/webcomponent/
H A Dwebcomponent.php36 public static function parseMatch($match): array argument
44 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md101 * #600: Support for `principal-match` ACL `REPORT`.
193 don't match the exact capitalization.
1357 * Fixed: All-day recurring events wouldn't match if an occurence ended exactly
1415 or BYMONTHDAY match the first day of the month.
1748 * Fixed: Issue 96: support for 'default' collation in CalDAV text-match filters.
1785 date is an exact match.
1803 the date is an exact match.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1590 foreach ($matches as $match) {
1595 if (!$match['uri'] && count($conditions)) {
1597 'negate' => $match['not'] ? true : false,
1598 'token' => $match['token'],
1599 'etag' => isset($match['etag']) ? $match['etag'] : ''
1603 if (!$match['uri']) {
1606 $realUri = $this->calculateUri($match['uri']);
1613 'negate' => $match['not'] ? true : false,
1614 'token' => $match['token'],
1615 'etag' => isset($match['etag']) ? $match['etag'] : ''
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php388 return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\)\/:@])/', function($match) {
390 return '%' . sprintf('%02x', ord($match[0]));
406 return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\):@])/', function($match) {
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php61 foreach ($matches as $match) {
63 '|^'.preg_quote($match[1], '|').':(.*)\r$|m',
64 $match[1].':**ANY**'."\r",

1...<<9192939495