/template/twigstarter/vendor/twig/twig/src/ |
H A D | Lexer.php | 278 $this->moveCursor($match[0]); 289 $this->moveCursor($match[0]); 300 $this->moveCursor($match[0]); 315 $this->moveCursor($match[0]); 320 $this->moveCursor($match[0]); 329 $this->moveCursor($match[0]); 355 $this->moveCursor($match[0]); 361 $this->moveCursor($match[0]); 379 if (isset($match[1][0])) { 399 … $this->moveCursor(substr($this->code, $this->cursor, $match[0][1] - $this->cursor).$match[0][0]); [all …]
|
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 111 $message = $match[1]; 112 $condition = $match[2]; 113 $deprecation = $match[3]; 115 $exception = $match[6]; 118 $message = $match[1]; 119 $condition = $match[2]; 120 $deprecation = $match[3]; 159 foreach ($outputs as $i => $match) { 163 ], $match[2] ? eval($match[2].';') : []); 259 foreach ($matches as $match) { [all …]
|
/template/kajukkk/js/ |
H A D | sendsns.js | 34 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/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 129 if ( match && (match[1] || !context) ) { 4031 match: { 4216 match[2] = match[2].replace(/^\+|\s*/g, ''); 4221 !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]); 4245 match[4] = ( match[4] || match[5] || "" ).replace( rBackslash, "" ); 4248 match[4] = " " + match[4] + " "; 4270 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { 4848 } else if ( match && match[3] ) { 5087 var match, 5223 if ( match.jquery ? match.index( cur ) > -1 : jQuery( cur ).is( match ) ) { [all …]
|
/template/congrid/ |
H A D | tpl_functions.php | 63 $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; 125 return $match; [all …]
|
/template/kajukkk/ |
H A D | Snoopy.class.php | 629 $match[] = $val; 635 $match[] = $val; 639 return $match; 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."/", 919 for($x=0; $x<count($match[1]); $x++) [all …]
|
H A D | script.js | 57 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/))
|
/template/parallax/lib/js/ |
H A D | retina-1.1.0.js | 70 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)) {
|
/template/a_new_day/js/ |
H A D | prototype.js | 158 if (match = source.match(pattern)) { 161 source = source.slice(match.index + match[0].length); 175 return replacement(match); 231 var match = this.strip().match(/([^?#]*)(#.*)?$/); 232 if (!match) return {}; 297 return function(match) { return template.evaluate(match) }; argument 312 var before = match[1]; 1761 … params.attributes.push({name: match[2], operator: match[3], value: match[4] || match[5] || ''}); 1762 expr = match[1]; 1767 while (match = expr.match(/^([^a-z0-9_-])?([a-z0-9_-]+)(.*)/i)) { [all …]
|
/template/battlehorse/js/ |
H A D | prototype.js | 158 if (match = source.match(pattern)) { 161 source = source.slice(match.index + match[0].length); 175 return replacement(match); 231 var match = this.strip().match(/([^?#]*)(#.*)?$/); 232 if (!match) return {}; 297 return function(match) { return template.evaluate(match) }; argument 312 var before = match[1]; 1761 … params.attributes.push({name: match[2], operator: match[3], value: match[4] || match[5] || ''}); 1762 expr = match[1]; 1767 while (match = expr.match(/^([^a-z0-9_-])?([a-z0-9_-]+)(.*)/i)) { [all …]
|
/template/khum1/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/simplewiki/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/ramtop/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/flat/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/dokufreech/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/bs4simple/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/byu_2017_theme/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/greensteel/ |
H A D | script.js | 22 if (device_class.match(/tablet/)) return; 26 if (device_class.match(/phone/)) return; 50 if (device_class.match(/mobile/)){ 74 // increase sidebar length to match content (desktop mode only)
|
/template/darkblue/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/adoradark/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/kkh/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/binkytestinstance/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/dokuwikibee/dokuwikibee/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/template/20cones/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){ 73 // increase sidebar length to match content (desktop mode only)
|
/template/codowik/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|