Home
last modified time | relevance | path

Searched refs:replace (Results 251 – 275 of 1179) sorted by relevance

1...<<11121314151617181920>>...48

/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js41 d = d.replace( /.*?(?:\.|$)/, '' ) ;
144 return this.replace( /(^\s*)|(\s*$)/g, '' ) ;
171 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js31 d = d.replace( /.*?(?:\.|$)/, '' ) ;
110 sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ;
233 fileUrl = fileUrl.replace(/.*?(media|userfiles\/image|file)\//,"");
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js787 var tmp = token.toLowerCase().replace(/ /g, '');
1440 lab = lab.toLowerCase().replace(/ /g, '');
1518 styleToken = styleToken.replace(/a line/g, 'align')
1521 styleToken = styleToken.replace(/ /g, '')
1650 colorCommand.indexOf(' ', colorIndex))).replace(/ /g, '');
1722 styleToken = styleToken.replace(/a line/g, 'align')
1725 styleToken = styleToken.replace(/ /g, '')
1834 var shortname = mxUtils.trim(name).toLowerCase().replace(/ /g, '');
1840 var name = mxUtils.trim(command).toLowerCase().replace(/ /g, '');
2113 var key = keys[0].replace(/([A-Z])/g, ' $1')
[all …]
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js.4.5.unc59 … lang.help.replace( '$1', '<a href="http://docs.ckeditor.com/user">' + lang.userGuide + '</a>' ) +
66 lang.copy.replace( '$1', '<a href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) +
H A Dabout.js.unc61 …lang.help.replace( '$1', '<a target="_blank" href="http://docs.ckeditor.com/user">' + lang.userGui…
68 …lang.copy.replace( '$1', '<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico …
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js93 return s.trim().replace(/^"(.*)"$/m, '$1').replace(/\\n/gm, '\n');
/plugin/quickedit/
H A Dscript.js67 …all=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+'&sub='+sub.replace(/…
/plugin/diagramsnet/lib/js/
H A Dexport-init.js10 return decodeURIComponent(result[1].replace(/\+/g, '%20'));
/plugin/replace/
H A Dsyntax.php49 $this->replace = confToHash(DOKU_CONF . 'replace.conf');
/plugin/virtualkeyboard/vk/extensions/
H A Dregexpextensions.js30 return isString(text)?text.replace(arguments.callee.sRE, '\\$1')
H A Ddateextensions.js150 return fmt.replace(/%\w+/g,function(a) {
151 a = a.replace(/[%\s]/,"");
/plugin/indexmenu2/cms/extensions/
H A Dregexpextensions.js10 …callee.sRE=new RegExp('(\\'+I.join('|\\')+')','g');}return isString(i)?i.replace(arguments.callee.…
H A Ddateextensions.js11 …peof I!='string')I="0";if(I.length>1)I.length=1;return i.replace(/%\w+/g,function(o){o=o.replace(/…
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Cisco.js9 dir + '/cisco/' + cisco[i].toLowerCase().replace(/ /g, '_') + '.xml',
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.gplus.js34 …options.language.replace('_','-') + '"}; (function() { var po = document.createElement("script"); …
/plugin/textinsert/
H A Dplugin.info.txt6 desc replace macros with text subsitutions
/plugin/toctweak/
H A Dhelper.php188 $replace = $search.' class="'.hsc($meta['class']).'"';
189 $html = str_replace($search, $replace, $html);
/plugin/owncloud/
H A Dscript.js13 fileid = parseInt($current.attr("class").replace('filelistOC fileid',''));
42 nextLevel = 'level'+(parseInt(level.replace('level',''))+1);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js179 text = text.replace(
180 /&/g, "&amp;").replace(
/plugin/diagramsnet/lib/math/extensions/
H A DAssistiveMML.js19 …&&o&&!o.getAttribute("data-mathml")){try{j=i.root.toMathML("").replace(/\n */g,"").replace(/<!--.*…
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js60 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
95 string = string.replace(/\r\n/g,"\n");
/plugin/batchedit/
H A Drequest.php247 if (!isset($_REQUEST['replace'])) {
251 $replace = str_replace("\r\n", "\n", $_REQUEST['replace']);
264 return preg_replace_callback('/(\\\\+)([nrt])/', $unescape, $replace);
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1 …){n="";if(r instanceof Array){n=r[1];r=r[0]}else{var t=r.replace("&","").replace(";","").replace("…
/plugin/flowplay/flowplayer/
H A Dswfobject.js82 }else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirec…
88 …escription){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\…

1...<<11121314151617181920>>...48