Home
last modified time | relevance | path

Searched refs:gsub (Results 1 – 13 of 13) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
Dbuilder.js92 '="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'"') + '"');
Dunittest.js473 test = test.gsub(/(\.should[^\(]+\()/,'#{0}this,');
474 test = test.gsub(/(\.should[^\(]+)\(this,\)/,'#{1}(this)');
556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
Dprototype.js428 function gsub(pattern, replacement) { function
456 return this.gsub(pattern, function(match) {
463 this.gsub(pattern, iterator);
630 gsub: gsub, property
674 return this.template.gsub(this.pattern, function(match) {
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js335 gsub: function(pattern, replacement) { method
352 replacement = this.gsub.prepareReplacement(replacement);
355 return this.gsub(pattern, function(match) {
362 this.gsub(pattern, iterator);
463 …return this.gsub(/::/, '/').gsub(/([A-Z]+)([A-Z][a-z])/,'#{1}_#{2}').gsub(/([a-z\d])([A-Z])/,'#{1}…
467 return this.gsub(/_/,'-');
471 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match) {
537 String.prototype.gsub.prepareReplacement = function(replacement) { method in String
562 return this.template.gsub(this.pattern, function(match) {
574 var comp = match[1].startsWith('[') ? match[2].gsub('\\\\]', ']') : match[1];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php1259 $gsub = [];
1270 $gsub[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
1285 if (count($gsub)) {
1286 foreach ($gsub as $st => $g) {
1954 $langsys = $gsub[$st][$t];
1970 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr, $rtlPUAarr];
DTTFontFile.php1529 $gsub = [];
1540 $gsub[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
2142 foreach ($gsub as $st => $scripts) {
2414 return [$GSUBScriptLang, $gsub, $GSLookup, $rtlPUAstr];
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs496 Opal.add_stubs('attr_reader,delete,gsub,read,size,to_enum,chomp,each_line,readlines,split');
520 flags = flags.$gsub(encoding_flag_regexp, "");
806 Opal.add_stubs('gsub,+,unpack_hex_range');
816 return $send(str, 'gsub', [$$('HEX_RANGE_RX')], function $$1(){var $a, $ret_or_1 = nil;
1320 …ip,encode,encoding,nil_or_empty?,!=,tap,each_line,<<,!,start_with?,match?,gsub,rindex,index,basena…
1512 return str.$gsub(" ", "%20");
2176 …post_replacements,warn,logger,restore_passthroughs,clear,split,apply_subs,gsub,match?,compat_mode,…
2299 return text.$gsub($$('SpecialCharsRx'), $$('SpecialCharsTr'));
2318 …return (text = $send(text, 'gsub', [pattern], function $$3(){var self = $$3.$$s == null ? this : $…
2333 …text = $send(text, 'gsub', [$$('AttributeReferenceRx')], function $$4(){var $a, $b, self = $$4.$$s…
[all …]
/plugin/codemirror/dist/modes/
Dlua.min.js.map1 …tring.dump\",\"string.find\",\"string.format\",\"string.gmatch\",\"string.gsub\",\n \"string.le…
/plugin/issuetracker/
Dprototype.js545 function gsub(pattern, replacement) { function
573 return this.gsub(pattern, function(match) {
580 this.gsub(pattern, iterator);
749 gsub: gsub, property
792 return this.template.gsub(this.pattern, function(match) {
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3gsub:function(e,t,n){return e.split(t).join(n)},strip:function(e){return e.replace(/^\s+/,"").repl… method
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …at:1,freeze:1,"frozen?":1,fsync:1,getc:1,gets:1,global_variables:1,grep:1,gsub:1,"gsub!":1,"has_ke… property
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.cjs7554 $def(self, '$gsub', function $$gsub(pattern, replacement) {
7555 var block = $$gsub.$$p || nil, self = this;
7557 $$gsub.$$p = null;
7560 return self.$enum_for("gsub", pattern);
22450 …_with?,absolute_path,==,<,dirname,-,basename,empty?,rindex,[],length,nil?,gsub,find,=~,map,each_wi…
22654 path = path.$gsub($regexp(["(^.", $$('SEPARATOR'), "+|", $$('SEPARATOR'), "+$)"]));
23220 …return $send(["<<", "capitalize!", "chomp!", "chop!", "downcase!", "gsub!", "lstrip!", "next!", "r…
23419 …_with?,absolute_path,==,<,dirname,-,basename,empty?,rindex,[],length,nil?,gsub,find,=~,map,each_wi…
23623 path = path.$gsub($regexp(["(^.", $$('SEPARATOR'), "+|", $$('SEPARATOR'), "+$)"]));
Dindex.mjs7545 $def(self, '$gsub', function $$gsub(pattern, replacement) {
7546 var block = $$gsub.$$p || nil, self = this;
7548 $$gsub.$$p = null;
7551 return self.$enum_for("gsub", pattern);
22441 …_with?,absolute_path,==,<,dirname,-,basename,empty?,rindex,[],length,nil?,gsub,find,=~,map,each_wi…
22645 path = path.$gsub($regexp(["(^.", $$('SEPARATOR'), "+|", $$('SEPARATOR'), "+$)"]));
23211 …return $send(["<<", "capitalize!", "chomp!", "chop!", "downcase!", "gsub!", "lstrip!", "next!", "r…