Home
last modified time | relevance | path

Searched refs:replace (Results 1026 – 1050 of 1179) sorted by last modified time

1...<<4142434445464748

/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php296 return !PEAR::isError($this->connection->replace(
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js6 if(!RegExp.prototype.escape){RegExp.escape=function(pattern){return pattern.replace(/[\-\[\]{}()*+?…
10 return text.replace(/\r\n?/g,'\n');}
15 text=text.replace(pattern,function(match){var offset=arguments[arguments.length-2];if(match==="\r"|…
98 …dTree=function(text,offset,additionalMatches){offset=offset||0;text=text.replace(/\r/g,'');var mat…
115 if(html&&options.replace===true){container.replaceWith(html);}});});});};Syntax.loader.core=true;
H A Djquery.syntax.js18 …|'list';options.inlineLayout=options.inlineLayout||'inline';if(typeof options.replace=="undefined")
19 options.replace=true;jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQue…
H A Djquery.syntax.min.js18 …|'list';options.inlineLayout=options.inlineLayout||'inline';if(typeof options.replace=="undefined")
19 options.replace=true;jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQue…
/plugin/zoom/
H A Dscript.js9 …oom()});function format(str){for(var i=1;i<arguments.length;i++){str=str.replace('%'+(i-1),argumen…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java398 scale = Double.parseDouble(value.replace("%", "")) / 100; in actionPerformed()
H A DSchemaEditorToolBar.java165 zoom = zoom.replace("%", ""); in SchemaEditorToolBar()
H A DEditorToolBar.java146 .getSelectedItem().toString().replace("pt", "")); in EditorToolBar()
262 zoom = zoom.replace("%", ""); in EditorToolBar()
/plugin/semanticdata/
H A Dscript.js29 li.id = 'data__' + name.replace(/\W/g, '_');
/plugin/inlineeditor/
H A Dscript.js69 …all=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+'&sub='+sub.replace(/…
/plugin/autolink2/
H A Daction.php40 $replace=$anchors[1];
41 if ($pattern<>'' and $replace<>'') {
42 $replaced = preg_replace($pattern,$replace,$x);
H A Dadmin.php73 search($replace, $conf['datadir'], array($this, 'search'), $sopts);
75 if (!isset($replace)) {
97 foreach ($replace as $value){
H A Dhelper.php88 $replace[$l++]=$sr."\\1".$er;
92 $replace[$l++]="$1$2$3";
95 $replace[$l++]="$1$2$3";
98 $replace[$l++]="$1$2$3";
101 $replace[$l++]="$1$2$3";
105 $replace[$l++]="$1$2$3";
111 $replace[$l++]="[[:".$page."|$1]]";
115 if (is_array($replace)) ksort($replace);
119 return array($pattern,$replace);
315 foreach ($replace as $value){
/plugin/autolink2/syntax/
H A Dshow.php75 $replace=$anchors[1];
76 $replaced = preg_replace($pattern,$replace,$match);
/plugin/translatebutton/
H A Dtranslatebutton.js18 props['url'].replace(new RegExp('{selection}','g'), sample),
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js124 return txt.escapeHTML().replace(/\n/g,"<br/>");
H A Dsound.js24 track: 'global', url: url, replace: false
27 if(options.replace && this.tracks[options.track]) {
H A Dprototype.js282 .replace(/\s+/g, '').split(',');
475 return this.replace(/^\s+/, '').replace(/\s+$/, '');
499 return this.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');
503 return this.stripTags().replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');
559 return this.replace(/::/g, '/')
562 .replace(/-/g, '_')
567 return this.replace(/_/g, '-');
592 str = this.replace(/\\./g, '@').replace(/"[^"\\\n\r]*"/g, '');
3250 e = e.replace(m[0], '');
3277 e = e.replace(m[0], '');
[all …]
H A Dscriptaculous.js43 var v = versionString.replace(/_.*|\./g, '');
60 var path = s.src.replace(js, ''),
H A Dslider.js53 this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
55 this.handles[0].style.width.replace(/px$/,""));
172 this.track.style.height.replace(/px$/,"")) - this.alignY :
174 this.track.style.width.replace(/px$/,"")) - this.alignX);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js205 …object.className = object.className.replace(new RegExp('(^|\\s)'+className+'(\\s|$)'), RegExp.$1+R…
1000 …var slideTitle = jl.options[jl.selectedIndex].text.replace(/^\d+\s+:\s+/, '') + ((jl.selectedIndex…
1005 …var nextTitle = jl.options[jl.selectedIndex + 1].text.replace(/^\d+\s+:\s+/, '') + ((jl.selectedIn…
1669 return (str.replace(/\s+$/,"").replace(/^\s+/,""));
1982 nme = trim(row.getElementsByTagName("td")[1].innerHTML.replace(/<[^>]+>/g,""));
1986 val += parseFloat(row.getElementsByTagName("td")[z].innerHTML.replace(/<[^>]+>/g,""));
1989 val = parseFloat(row.getElementsByTagName("td")[2].innerHTML.replace(/<[^>]+>/g,""));
2002 … val = Math.abs(parseFloat(row.getElementsByTagName("td")[z].innerHTML.replace(/<[^>]+>/g,"")));
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function b$(a,c,d){var e=a.contents,f=a.…
/plugin/editsections/
H A Dscript.js54 secs[j].className = secs[j].className.replace(/ ?section_highlight/,'');
/plugin/autlogin/
H A Dscript.js32 str = str.replace(/&/g,"&amp;");
33 str = str.replace(/\"/g,"&quot;");
34 str = str.replace(/\'/g,"&#039;");
35 str = str.replace(/</g,"&lt;");
36 str = str.replace(/>/g,"&gt;");
91 obj[i].className = obj[i].className.replace(/ cur/,'');
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js99 }else{return(this[0].value||"").replace(/\r/g,"");
233 }name=name.replace(/([A-Z])/g,"-$1").toLowerCase();
249 }}else{if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return lette…
264 }if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return ta…
295 elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(value)+""=="NaN"?"":"alpha(opa…
297 }name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();
301 },trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");
2307 C=C.replace(B,D[A[1]]);
2340 },string:function(x){if(/["\\\x00-\x1f]/.test(x)){x=x.replace(/([\x00-\x1f\\"])/g,function(a,b){var…
2351 …N=function(){try{return !(/[^,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]/.test(this.replace(/"(\\.|[^"\\])*"/…
[all …]

1...<<4142434445464748