Home
last modified time | relevance | path

Searched refs:match (Results 126 – 150 of 164) sorted by last modified time

1234567

/template/breeze/bower_components/gumby/js/libs/
H A Djquery-2.0.2.min.js4match:J,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+"…
5match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(W,"…
6match(w)||[];if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshi…
H A Djquery-2.0.2.min.map1 …pleted","removeEventListener","ready","prototype","jquery","constructor","match","elem","this","ch…
/template/breeze/bower_components/gumby/sass/functions/
H A D_icons.scss1 @function match($list, $icon) { function
16 content: "#{match($entypo-icons, $icon)}";
/template/20cones/
H A Dscript.js21 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/a_new_day/js/
H A Dcontrols.js251 var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/);
590 return string.match(/<br/i) || string.match(/<p>/i);
H A Ddragdrop.js815 var match = children[i].id.match(options.format);
817 if (!match) continue;
820 id: encodeURIComponent(match ? match[1] : null),
874 return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
884 if (n.id.match(options.format))
885 nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode];
H A Dprototype.js158 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 …]
H A Dscriptaculous.js41 return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
44 var includes = s.src.match(/\?.*load=([a-z,]*)/);
H A Deffects.js982 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/),
1068 styleRules.opacity = this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1];
/template/daily/
H A Dscript.js21 if (device_class.match(/tablet/)) return;
25 if (device_class.match(/phone/)) return;
49 if (device_class.match(/mobile/)){
/template/ramtop/
H A Dscript.js21 if (device_class.match(/tablet/)) return;
25 if (device_class.match(/phone/)) return;
49 if (device_class.match(/mobile/)){
/template/lisps/
H A Dscript.js21 if (device_class.match(/tablet/)) return;
25 if (device_class.match(/phone/)) return;
74 if (device_class.match(/mobile/)){
/template/a_free_worldic/
H A Dtpl_functions.php295 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
296 print preg_replace('#<h1(.*?id=")(.*?)(".*?)h1>#', '<h1\1sidebar_'.$pos.'_\2\3h1>', $match[0]);
/template/binkytestinstance/
H A Dscript.js21 if (device_class.match(/tablet/)) return;
25 if (device_class.match(/phone/)) return;
49 if (device_class.match(/mobile/)){
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc96 var blank = this.blankImg.match(/([^\/]+)$/)[1],
126 var bgPNG = bgSrc.match(/url[("']+(.*\.png[^\)"']*)[\)"']/i);
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc96 var blank = this.blankImg.match(/([^\/]+)$/)[1],
126 var bgPNG = bgSrc.match(/url[("']+(.*\.png[^\)"']*)[\)"']/i);
/template/incognitek/
H A Diepngfix.htc48 if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
/template/arctictut/
H A Dtpl_functions.php329 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
330 print preg_replace('#<h1(.*?id=")(.*?)(".*?)h1>#', '<h1\1sidebar_'.$pos.'_\2\3h1>', $match[0]);
/template/dokufreech/
H A Dscript.js21 if (device_class.match(/tablet/)) return;
25 if (device_class.match(/phone/)) return;
49 if (device_class.match(/mobile/)){
/template/templar/less/
H A Dbutton-groups.less12 vertical-align: middle; // match .btn alignment given font-size hack above
59 …times a single button can be in a .btn-group and we need :first-child and :last-child to both match
H A Dmixins.less53 // Ems because we're attempting to match the width of a space character. Left
H A Dnavs.less202 margin-bottom: 1px; // decrease margin to match sizing of stacked tabs
214 .border-radius(6px); // make rounded corners match the pills
H A Dforms.less154 // Set the height of select and file controls to match text inputs
H A Dnavbar.less341 // Caret should match text color on hover/focus
/template/templar/js/
H A Dbootstrap-typeahead.js132 return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) { argument
133 return '<strong>' + match + '</strong>'

1234567