Home
last modified time | relevance | path

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

1234567

/template/scanlines/
H A Dtpl_functions.php384 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
385 print preg_replace('#<h1(.*?id=")(.*?)(".*?)h1>#', '<h1\1sidebar_'.$pos.'_\2\3h1>', $match[0]);
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE.js15 …arseFloat(this.Y);return h},yb:function(){var h=this.$d;if(!h)h=this.$d=(h=this.Y.match(this.Kb))&&
19 …}a.prototype={Kb:/[a-z]+$/i,yb:function(){return this.ad||(this.ad=this.Y.match(this.Kb)[0].toLowe…
25 …9ACD32"};a.prototype={parse:function(){if(!this.Ua){var c=this.Y,d;if(d=c.match(a.Pd)){this.Ua="rg…
27 …s.ch;g=this.$a.substring(this.ch);j=g.charAt(0);switch(j){case "#":if(h=g.match(this.Bd)){this.ch+=
28match(this.Xd)){this.ch+=h[0].length;return d(b.Tc,h[2]||h[3]||"")}break;case "/":case ",":this.ch…
29 j)}if(h=g.match(this.nc)){j=h[0];this.ch+=j.length;if(j.toLowerCase()in f.Jc.Fb||j==="currentColor"…
H A DPIE_uncompressed.js1047 if( match = css.match( this.hashColor ) ) {
1055 if( match = css.match( this.string ) ) {
1057 return newToken( Type.STRING, match[2] || match[3] || '' );
1067 if( match = css.match( this.url ) ) {
1069 return newToken( Type.URL, match[2] || match[3] || match[4] || '' );
1074 if( match = css.match( this.number ) ) {
1075 val = match[0];
1083 if( match = css.substring( val.length ).match( this.ident ) ) {
1084 val += match[0];
1094 if( match = css.match( this.ident ) ) {
[all …]
/template/scanlines/js/
H A Dcufon-yui.js7match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=functi…
/template/lcars/js/
H A Dcufon-yui.js7match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=functi…
/template/lcars/
H A Dcufon-yui.js7match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=functi…
/template/quickjump/
H A Djquery-1.4.2.min.js72 t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.l…
81 g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:…
86match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/… variable in n
93 …on(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.ma…
96match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e…
/template/dokubrick/
H A Dtpl_functions.php246 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
247 print $match[0];
/template/masa/
H A Dtpl_functions.php347 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
348 print preg_replace('#<h1(.*?id=")(.*?)(".*?)h1>#', '<h1\1sidebar_'.$pos.'_\2\3h1>', $match[0]);
/template/battlehorse/js/
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 Dcontrols.js251 var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/);
590 return string.match(/<br/i) || string.match(/<p>/i);
H A Deffects.js982 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/),
1068 styleRules.opacity = this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1];
H A Dscriptaculous.js41 return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
44 var includes = s.src.match(/\?.*load=([a-z,]*)/);
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 …]

1234567