Home
last modified time | relevance | path

Searched refs:replaceAll (Results 1 – 25 of 116) sorted by relevance

12345

/plugin/snippeter/
Dscript.js2 let PAGE_TITLE = JSINFO.id.replace(JSINFO.namespace,"").replaceAll("_"," ");
8 let CURRENTDATE = CURRENT_DATE.replaceAll("-","");
9 let CURRENT_DATE_UNDERSCORE = CURRENT_DATE.replaceAll("-","_");
10 let CURRENT_DATE_DASH = CURRENT_DATE.replaceAll("-","/");
18 text_content = text_content.replaceAll("<CURRENT_DATE>",CURRENT_DATE);
19 text_content = text_content.replaceAll("<CURRENTDATE>",CURRENTDATE);
20 text_content = text_content.replaceAll("<CURRENT_DATE_UNDERSCORE>",CURRENT_DATE_UNDERSCORE);
21 text_content = text_content.replaceAll("<CURRENT_DATE_DASH>",CURRENT_DATE_DASH);
22 text_content = text_content.replaceAll("<CURRENT_DATE_LOCALE>",CURRENT_DATE_LOCALE);
/plugin/ocr/
Dscript.js10 img_text = img_text.replaceAll("{","");
11 img_text = img_text.replaceAll("}","");
12 img_text = img_text.replaceAll("|","");
/plugin/addnewpage/
H A Dscript.js31 page_title = page_title.replaceAll(':', '_');
36 page_id = page_id.replaceAll(PLACEHOLDER, page_title);
/plugin/botmon/
H A Dclient.js29 'id': (document._botmon.session || 'null').replaceAll('\"', ''),
59 let sessionId = (document._botmon.session || 'null').replaceAll('\"', '')
H A Dadmin.js664 const captchaStr = v._captcha._str().replaceAll(/[^YNW]/g, '');
1187 ipGroup = 'ip6-' + rawIP.replaceAll(':', '-');
1193 ipGroup = 'ip4-' + rawIP.replaceAll('.', '-');
1504 'cidr': data.from.replaceAll(/::+/g, '::') + '/' + ( data.m ? data.m : '??' ),
1904 const line2 = line.replaceAll(new RegExp('[\x00-\x1F]','g'), "\u{FFFD}").trim();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAccessContextManager.php235 ],'replaceAll' => [
236 'path' => 'v1/{+parent}/accessLevels:replaceAll',
337 ],'replaceAll' => [
338 'path' => 'v1/{+parent}/servicePerimeters:replaceAll',
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js58 this.replaceAll = replaceAll;
200 function replaceAll() { function
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js58 this.replaceAll = replaceAll;
200 function replaceAll() { function
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js58 this.replaceAll = replaceAll;
208 function replaceAll() { function
/plugin/combo/ComboStrap/
H A DEditButton.php141 return EditButton::replaceAll($html_output);
229 public static function replaceAll($html) function in ComboStrap\\EditButton
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/Resource/
DAccessPoliciesAccessLevels.php157 public function replaceAll($parent, ReplaceAccessLevelsRequest $postBody, $optParams = []) function in Google\\Service\\AccessContextManager\\Resource\\AccessPoliciesAccessLevels
DAccessPoliciesServicePerimeters.php171 public function replaceAll($parent, ReplaceServicePerimetersRequest $postBody, $optParams = []) function in Google\\Service\\AccessContextManager\\Resource\\AccessPoliciesServicePerimeters
/plugin/imapmarkers/
Dscript.js260 cfg_text = cfg_text.replaceAll('„', '"').replaceAll('“', '"');
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DLinks.svelte8 const svg = container.innerHTML.replaceAll('<br>', '<br/>');
/plugin/ckgdoku/ckeditor/lang/
Den.js1 …ord",notFoundMsg:"The specified text was not found.",replace:"Replace",replaceAll:"Replace All",re… property
Dlang_array.txt227 "replaceAll": "Replace All",
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
Dfind.js20 …pe:"button",id:"btnReplaceAll",align:"left",style:"width:100%",label:f.replaceAll,isChanged:!1,onC…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
Dfind.js21 …pe:"button",id:"btnReplaceAll",align:"left",style:"width:100%",label:e.replaceAll,isChanged:!1,onC…
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt1143 replaceAll=replaceAll
Ddia_ru.txt1143 replaceAll=Заменить всё
Ddia_bg.txt1143 replaceAll=Замени всички
Ddia_el.txt1143 replaceAll=Αντικατάσταση Όλων
Ddia_zh.txt1143 replaceAll=Replace All
/plugin/ckgedit/ckeditor/lang/
Den.js.4.95 …"notFoundMsg":"The specified text was not found.","replace":"Replace","replaceAll":"Replace All","…
Dlang_array.txt227 "replaceAll": "Replace All",

12345