Home
last modified time | relevance | path

Searched refs:replace (Results 126 – 150 of 1179) sorted by relevance

12345678910>>...48

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dfa.js1 …urn e.replace(/[۰-۹]/g,function(e){return n[e]}).replace(/،/g,",")},postformat:function(e){return …
H A Dar-sa.js1 …e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return r[e]}).replace(/،/g,",")},postformat:function(e){retu…
H A Dar-ly.js1replace(/%d/i,t)}},d=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكت…
/plugin/refnotes/
H A Dscript.js28 let note = jQuery('#' + id.replace(/:/g, '\\:') + '\\:text');
36 .html(note.html().replace(/\bid\s*=\s*".*?"/gi, ''))
67 return event.target.href.replace(/^.*?#([\w:]+)$/gi, '$1');
/plugin/autolink2/
H A Dadmin.php73 search($replace, $conf['datadir'], array($this, 'search'), $sopts);
75 if (!isset($replace)) {
97 foreach ($replace as $value){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py72 newFileName = newFileName.replace('\\','/') # convert windows to unix path
89 currentFolder = currentFolder.replace('//','/')
117 selfPath = selfPath.replace( '/', os.path.sep)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm83 userFilesPath = replace(userFilesPath, "\", "/", "ALL");
84 userFilesPath = replace(userFilesPath, '//', '/', 'ALL');
93 url.currentFolder = replace(url.currentFolder, "\", "/", "ALL");
94 url.currentFolder = replace(url.currentFolder, '//', '/', 'ALL');
118 …serverPath = replaceNoCase(getBaseTemplatePath(),replace(cgi.script_name,"/",fs,"all"),"") & repla…
124 …<cfset resourceTypeUrl = rereplace( replace( Config.QuickUploadPath[url.type], fs, "/", "all"), "/…
139 …<cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$"…
155 <cfset userFilesServerPath = replace( userFilesServerPath, "/", fs, "all" ) >
157 <cfset userFilesServerPath = replace( userFilesServerPath, fs & fs, fs, "all") >
245 fileName = replace( fileName, '.', "_", "all" ) ;
[all …]
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js25 return decodeURIComponent(s.replace(pluses, ' '));
31 s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\');
/plugin/revealjs/
H A Daction.php19 $replace = '</div><!-- EDIT';
22 $event->data[1] = substr_replace($event->data[1], $replace, $pos, strlen($search));
/plugin/openas/
H A Dscript.js11 href = href.replace(/SAVEAS_PAGE/i, id);
23 href = href.replace(/%20/g,'+');
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php141 if (is_string($value) && ($replaced = $this->replace($replacements, $value)) != $value)
151 && ($att_replaced = $this->replace($replacements, $att_value)) != $att_value)
166 && is_string($body) && ($replaced = $this->replace($replacements, $body)) != $body)
189 protected function replace($replacements, $value) function in Swift_Plugin_Decorator
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dunicode.js19replace(/ /g,"").match(/^(\d+(\.\d*)?|\.\d+),(\d+(\.\d*)?|\.\d+)$/)){i=i.replace(/ /g,"").split(/,…
H A Dcolor.js19replace(/^\s+/,"").replace(/\s+$/,"").split(/\s*,\s*/);var a="#";if(b.length!==3){this.TEX.Error([…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js588 options = options.replace(/^,/, '');
777 str = str.replace(/</g, '&lt;');
780 str = str.replace(/ {2,}/g, function(m)
846 return code.replace(/\t/g, tab);
909 str = str.replace(br, '\n');
912 str = str.replace(br, '');
925 return str.replace(/^\s+|\s+$/g, '');
1039 return code.replace(sh.regexLib.url, function(m)
1144 code = code.replace(/\u00a0/g, " ");
1686 .replace(/^\s+|\s+$/g, '')
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js10 .replace(/@VERSION/, pkg.version)
11 .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_preserves_safety_filters.test21 ( var|escape|preserves_safety|replace({'FABIEN': 'FABPOT'})|escape )
22 {{ var|escape|preserves_safety|replace({'FABIEN': 'FABPOT'}) }}
47 ( var|escape|preserves_safety|replace({'FABIEN': 'FABPOT'})|escape )
/plugin/animation/scripts/
H A DshAutoloader.js17 …(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){…
H A DshCore.js17 …(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js32 FCK.breakDelObject.prototype.replace = function() { method in FCK.breakDelObject
38 var n = this.replaceStack[i].replace;
57 this.replaceStack.push({ df:f, parent: n.parentNode, replace: n });
103 FCK.paraDelObject.prototype.replace = function() { method in FCK.paraDelObject
109 var n = this.replaceStack[i].replace;
128 this.replaceStack.push({ df:f, parent: n.parentNode, replace: n });
198 var n = this.replaceStack[i].replace;
267 this.replaceStack.push({ df:df, parent: n.parentNode, replace: n });
434 text = text.replace(/\n/g,"<BR />");
/plugin/mikioplugin/
H A Dscript.js16 let windowPath = windowURL.pathname.replace(/\/$/, '');;
17 let urlPath = urlObject.pathname.replace(/\/$/, '');;
339 status = status.replace('$1', '1');
340 status = status.replace('$2', quizRef.children('.mikiop-quiz-item').length);
382 status = status.replace('$1', i + 1);
383 status = status.replace('$2', parent.children('.mikiop-quiz-item').length);
408 status = status.replace('$1', i + 1);
409 status = status.replace('$2', parent.children('.mikiop-quiz-item').length);
516 result += scorePlaceholder.replace('$1', totalItemScore);
569 status.push(parent.attr('data-result-score-total').replace('
[all...]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc9 …ontent = editor.document.$.children[0].children[1].innerHTML.replace(/<[^<>]*>/g,'').replace(/&gt;…
121 selected = selected.replace(/\s+$/,"");
122 …editor.setData(editor.getData().replace(/\{\{tag&gt;.*?\}\}/g,'')+(selected=='' ? '' : codeB+selec…
/plugin/pagebuttons/
H A Dscript.js78 …tring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO['namespace'].repl…
134 …tring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO['namespace'].repl…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst16 .. seealso:: :doc:`replace<replace>`
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5replace(e,"").replace(/\s+/g," ")+" language-"+o;a=r.parentNode;/pre/i.test(a.nodeName)&&(a.classN…
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618replace(/^.*\s+(\S+\s+\S+$)/,"$1");var c=parseInt(b.replace(/^(.*)\..*$/,"$1"),10);var d=/r/.test(…

12345678910>>...48