Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 25 of 29) sorted by relevance

12

/plugin/asciidocjs/node_modules/core-js/modules/
Des7.string.match-all.js21 matchAll: function matchAll(regexp) {
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des7.string.match-all.js21 matchAll: function matchAll(regexp) {
/plugin/asciidocjs/node_modules/core-js/library/fn/string/
Dmatch-all.js2 module.exports = require('../../modules/_core').String.matchAll;
/plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/
Dmatch-all.js2 module.exports = require('../../../modules/_entry-virtual')('String').matchAll;
/plugin/asciidocjs/node_modules/core-js/fn/string/virtual/
Dmatch-all.js2 module.exports = require('../../../modules/_entry-virtual')('String').matchAll;
/plugin/asciidocjs/node_modules/core-js/fn/string/
Dmatch-all.js2 module.exports = require('../../modules/_core').String.matchAll;
/plugin/encryptedpasswords/script/
DEditorHandling.js72 const matches = [...text.matchAll(re)];
140 const matches = [...text.matchAll(re)];
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md186 - Added `String#matchAll`, [proposal](https://github.com/tc39/String.prototype.matchAll)
DREADME.md1583 * `String#matchAll` [proposal](https://github.com/tc39/String.prototype.matchAll) - module [`es7.st…
1586 #matchAll(regexp) -> iterator
1595 for(let [_, d, D] of '1111a2b3cccc'.matchAll(/(\d)(\D)/)){
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js386 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
388 return (this.match(matchAll) || []).map(function(scriptTag) {
/plugin/s5reloaded/ui/effects_support/
Dprototype.js487 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
489 return (this.match(matchAll) || []).map(function(scriptTag) {
/plugin/issuetracker/
Dprototype.js604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'),
606 return (this.match(matchAll) || []).map(function(scriptTag) {
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.min.js9 ….exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function matchAll(t){if(i(…
Dlibrary.js6835 matchAll: function matchAll(regexp) {
Dshim.js7641 matchAll: function matchAll(regexp) {
Dcore.min.js9 ….exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function matchAll(t){if(i(…
Dshim.min.js9 ….exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function matchAll(t){if(i(…
Dcore.js7748 matchAll: function matchAll(regexp) {
Dlibrary.min.js.map1 …"getFlags","RegExpProto","$RegExpStringIterator","regexp","_r","match","matchAll","flags","rx","la…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js20502 if (parser.matchAll()) {
20679 if (parser.matchAll()) {
21013 this.matchAll = function () {
21309 if (temp = parser.matchAll()) {
21530 …()) === 'string' && typeof (temp2 = parser.matchLengthUnit()) === 'string' && !parser.matchAll()) {
21544 if (strict && parser.matchAll()) {
21566 result.error = parser.matchAll();
21588 if (parser.matchAll()) {
33685 var un$MatchAll = uncurryThis(''.matchAll);
33735 matchAll: function matchAll(regexp) {
Dpdfmake.min.js2matchAll()&&_e("parseXml: parsing error"),o}function decodeEntities(r){return r.replace(/&(?:#([0-…
/plugin/processing/
Dscript.js5573 p.matchAll = function matchAll(aString, aRegExp) { function
/plugin/fetchmedia/lib/
Dbundle.js1 …t=this._r.exec(this._s);return{value:t,done:null===t}}),e(e.P,"String",{matchAll:function(t){if(i(… method
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1matchAll","$pad","WEBKIT_BUG","TO_STRING_TAG","ArrayValues","DOMIterables","CSSRuleList","CSSStyle…
H A Drrdiagram.js1 …t=this._r.exec(this._s);return{value:t,done:null===t}}),r(r.P,"String",{matchAll:function(t){if(i(… method

12