Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 263) sorted by relevance

1234567891011

/template/strap/ComboStrap/
H A DPluginUtility.php234 …public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBoo… argument
236 …return self::getQualifiedTagAttributes($match, false, "", $knownTypes, $allowFirstBooleanAttribute…
250 …public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array … argument
253 $match = PluginUtility::getPreprocessEnterTag($match);
256 $spacePosition = strpos($match, " ");
261 $match = trim(substr($match, $spacePosition));
262 if ($match == "") {
270 $spacePosition = strpos($match, " ");
272 $nextArgument = substr($match, 0, $spacePosition);
274 $nextArgument = $match;
[all …]
/template/twigstarter/vendor/twig/twig/src/
DLexer.php252 … if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, 0, $this->cursor)) {
253 $this->moveCursor($match[0]);
256 … } elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, 0, $this->cursor)) {
257 $this->moveCursor($match[0]);
258 $this->lineno = (int) $match[1];
276 …if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $thi…
278 $this->moveCursor($match[0]);
287 …if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, 0, $this-…
289 $this->moveCursor($match[0]);
299 if (preg_match('/\s+/A', $this->code, $match, 0, $this->cursor)) {
[all …]
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php110 …MPLATE(?:\(.*?\))?--(?:.*?))+)\s*(?:--DATA--\s*(.*))?\s*--EXCEPTION--\s*(.*)/sx', $test, $match)) {
111 $message = $match[1];
112 $condition = $match[2];
113 $deprecation = $match[3];
114 $templates = self::parseTemplates($match[4]);
115 $exception = $match[6];
116 $outputs = [[null, $match[5], null, '']];
117 …N--\s*(.*?))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) {
118 $message = $match[1];
119 $condition = $match[2];
[all …]
/template/kajukkk/js/
Dsendsns.js34 if( navigator.userAgent.match(/Android/i)
35 || navigator.userAgent.match(/webOS/i)
36 || navigator.userAgent.match(/iPhone/i)
37 || navigator.userAgent.match(/iPad/i)
38 || navigator.userAgent.match(/iPod/i)
39 || navigator.userAgent.match(/BlackBerry/i)
40 || navigator.userAgent.match(/Windows Phone/i)
89 if(navigator.userAgent.match(/android/i))
94 else if(navigator.userAgent.match(/(iphone)|(ipod)|(ipad)/i))
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php18 public $match = self::MATCH_EXISTS; variable in PhpCss\\Ast\\Selector\\Simple\\Attribute
22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL argument
25 $this->match = $match;
/template/congrid/
Dtpl_functions.php63 $match = 0;
67 $match += 1;
74 $match += 2;
80 $match += 2;
86 $match += 2;
92 $match += 2;
98 $match += 2;
104 $match += 2;
110 $match += 2;
116 $match += 2;
[all …]
/template/ospyramid/js/libs/
Djquery-1.6.1.js94 var match, elem, ret, doc;
122 match = [ null, selector, null ];
125 match = quickExpr.exec( selector );
129 if ( match && (match[1] || !context) ) {
132 if ( match[1] ) {
150 ret = jQuery.buildFragment( [ match[1] ], [ doc ] );
158 elem = document.getElementById( match[2] );
165 if ( elem.id !== match[2] ) {
839 var match = rwebkit.exec( ua ) ||
845 return { browser: match[1] || "", version: match[2] || "0" };
[all …]
/template/kajukkk/
Dscript.js57 if (device_class.match(/phone/)) return;
62 if (device_class.match(/tablet/)) return;
67 if (device_class.match(/desktop/)) return;
72 if (device_class.match(/wide/)) return;
91 if (device_class.match(/mobile/))
DSnoopy.class.php629 $match[] = $val;
635 $match[] = $val;
639 return $match;
654 $match = implode("\r\n",$elements[0]);
657 return $match;
741 preg_match("/^[^\?]+/",$URI,$match);
743 $match = preg_replace("|/[^\/\.]+\.[^\/\.]+$|","",$match[0]);
744 $match = preg_replace("|/$|","",$match);
745 $match_part = parse_url($match);
758 $match."/",
[all …]
/template/strap/syntax/
H A Dcontentlistitem.php116 * @param string $match
124 function handle($match, $state, $pos, Doku_Handler $handler) argument
131 $attributes = TagAttributes::createFromTagMatch($match);
132 $tag = PluginUtility::getMarkupTag($match);
140 … return PluginUtility::handleAndReturnUnmatchedData(self::DOKU_TAG, $match, $handler);
H A Dheadingwiki.php116 * @param string $match
122 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
130 $level = $this->getLevelFromMatch($match);
148 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
160 $levelFromMatch = $this->getLevelFromMatch($match);
249 function getLevelFromMatch($match): int argument
251 return 7 - strlen(trim($match));
H A Dvariable.php107 * @param string $match
113 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
120 if (substr($match, 0, $lengthLongPrefix) === Template::LONG_PREFIX) {
121 $expression = trim(substr($match, $lengthLongPrefix, -1));
126 $expression = "\"$match\"";
H A Diteratordata.php118 * @param string $match
127 function handle($match, $state, $pos, Doku_Handler $handler) argument
133 $attributes = PluginUtility::getTagAttributes($match);
141 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Drelated.php93 * @param string $match
101 function handle($match, $state, $pos, Doku_Handler $handler) argument
108 $qualifiedMach = trim($match);
112 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dstrong.php106 * @param string $match
112 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
118 $beforeSpaces = str_replace("**", "", $match);
125 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtabpanels.php109 * @param string $match
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 $tagAttributes = PluginUtility::getTagAttributes($match);
134 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dcite.php84 * @param string $match
92 function handle($match, $state, $pos, Doku_Handler $handler) argument
98 $attributes = TagAttributes::createFromTagMatch($match)->toCallStackArray();
105 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dhighlightmd.php100 * @param string $match
106 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
113 $content = substr($match, 1);
120 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtab.php106 * @param string $match
114 function handle($match, $state, $pos, Doku_Handler $handler) argument
121 $tagAttributes = PluginUtility::getTagAttributes($match);
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dfooter.php115 * @param string $match
123 function handle($match, $state, $pos, Doku_Handler $handler) argument
130 $tagAttributes = PluginUtility::getTagAttributes($match);
137 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dfragment.php128 * @param string $match
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
144 … if (substr($match, 1, strlen(FragmentTag::TEMPLATE_TAG)) === FragmentTag::TEMPLATE_TAG) {
147 $tagAttributes = TagAttributes::createFromTagMatch($match);
156 … return PluginUtility::handleAndReturnUnmatchedData(FragmentTag::FRAGMENT_TAG, $match, $handler);
/template/strap/action/
H A Dlinkmove.php266 … public function rewrite_combo($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
292 $handler->wikitext .= $match;
294 $handler->calls .= $match;
303 $parseAttributes = syntax_plugin_combo_link::parse($match);
310 $handler->calls .= $match;
317 $handler->wikitext .= $match;
319 $handler->calls .= $match;
328 $handler->internallink($match, $state, $pos);
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php52 $pattern, $buffer, $match, PREG_OFFSET_CAPTURE, $offset
56 isset($match[0][1]) &&
57 $match[0][1] === $offset
59 return $match[0][0];
/template/kiwiki/classes/
H A Dkiwiki_functions.php69 foreach($matches as $match){
70 $match = preg_replace('/#.*$/','',$match); //ignore comments
71 $acl = preg_split('/\s+/',$match);
/template/parallax/lib/js/
Dretina-1.1.0.js70 this.at_2x_path = path.replace(/\.\w+$/, function(match) { return "@2x" + match; }); argument
78 return !!(this.path.match(/^https?\:/i) && !this.path.match('//' + document.domain) )
100 if (type == null || !type.match(/^image/i)) {

1234567891011