Home
last modified time | relevance | path

Searched refs:replaceValue (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.replace.js24 function replace(searchValue, replaceValue) { argument
28 ? fn.call(searchValue, O, replaceValue)
29 : $replace.call(String(O), searchValue, replaceValue);
33 function (regexp, replaceValue) { argument
34 var res = maybeCallNative($replace, regexp, this, replaceValue);
39 var functionalReplace = typeof replaceValue === 'function';
40 if (!functionalReplace) replaceValue = String(replaceValue);
72 var replacement = String(replaceValue.apply(undefined, replacerArgs));
74 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js6241 function replace(searchValue, replaceValue) {
6245 ? fn.call(searchValue, O, replaceValue)
6246 : $replace.call(String(O), searchValue, replaceValue);
6250 function (regexp, replaceValue) {
6251 var res = maybeCallNative($replace, regexp, this, replaceValue);
6256 var functionalReplace = typeof replaceValue === 'function';
6257 if (!functionalReplace) replaceValue = String(replaceValue);
6289 var replacement = String(replaceValue.apply(undefined, replacerArgs));
6291 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
Dcore.js6343 function replace(searchValue, replaceValue) {
6347 ? fn.call(searchValue, O, replaceValue)
6348 : $replace.call(String(O), searchValue, replaceValue);
6352 function (regexp, replaceValue) {
6353 var res = maybeCallNative($replace, regexp, this, replaceValue);
6358 var functionalReplace = typeof replaceValue === 'function';
6359 if (!functionalReplace) replaceValue = String(replaceValue);
6391 var replacement = String(replaceValue.apply(undefined, replacerArgs));
6393 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
Dshim.min.js.map1 …","SUBSTITUTION_SYMBOLS_NO_NAMED","REPLACE","$replace","searchValue","replaceValue","functionalRep…
Dcore.min.js.map1 …","SUBSTITUTION_SYMBOLS_NO_NAMED","REPLACE","$replace","searchValue","replaceValue","functionalRep…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1replaceValue","functionalReplace","results","accumulatedResult","nextSourcePosition","replacerArgs…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js33899 function replace(searchValue, replaceValue) {
33903 ? call(replacer, searchValue, O, replaceValue)
33904 : call(nativeReplace, toString(O), searchValue, replaceValue);
33908 function (string, replaceValue) {
33913 typeof replaceValue == 'string' &&
33914 stringIndexOf(replaceValue, UNSAFE_SUBSTITUTE) === -1 &&
33915 stringIndexOf(replaceValue, '$<') === -1
33917 var res = maybeCallNative(nativeReplace, rx, S, replaceValue);
33921 var functionalReplace = isCallable(replaceValue);
33922 if (!functionalReplace) replaceValue = toString(replaceValue);
[all …]
/plugin/edittable/lib/
Dhandsontable.full.js22119 return [function replace(searchValue, replaceValue) { argument
22124 ? fn.call(searchValue, O, replaceValue)
22125 : $replace.call(String(O), searchValue, replaceValue);
/plugin/zwidoku/files/
H A Djs.js1replaceValue){'use strict';var O=defined(this);var fn=searchValue==undefined?undefined:searchValue…