Home
last modified time | relevance | path

Searched +defs:match +defs:end (Results 26 – 50 of 89) sorted by relevance

1234

/plugin/asciidocjs/node_modules/lodash/
Dlodash.js2928 function baseFill(array, value, start, end) { argument
3160 function baseInRange(number, start, end) { argument
3934 function baseRange(start, end, step, fromRight) { argument
4104 function baseSlice(array, start, end) { argument
4544 function castSlice(array, start, end) { argument
5392 return function(start, end, step) { argument
6144 function getView(start, end, transforms) { argument
6804 string.replace(rePropName, function(match, number, quote, subString) { argument
7266 function fill(array, value, start, end) { argument
7975 function slice(array, start, end) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js2886 function baseFill(array, value, start, end) { argument
3118 function baseInRange(number, start, end) { argument
3879 function baseRange(start, end, step, fromRight) { argument
4045 function baseSlice(array, start, end) { argument
4482 function castSlice(array, start, end) { argument
5330 return function(start, end, step) { argument
6080 function getView(start, end, transforms) { argument
6740 string.replace(rePropName, function(match, number, quote, subString) { argument
7202 function fill(array, value, start, end) { argument
7911 function slice(array, start, end) { argument
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js410 function with_block(cont, end) { argument
1810 str = "/" + str.slice(1, end).replace(/\\\\|[^/]?\//g, function(match) { argument
1814 output.print(output.to_utf8(str).replace(/\\(?:\0(?![0-9])|[^\0])/g, function(match) { argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.min.js17ended?"x":"")+(e.sticky?"y":"")}function r(e,r,i){if(!c.isRegExp(e))throw new TypeError("type RegE… property
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php3290 protected function openString($end, &$out, $nestingOpen = null, $rejectStrs = null)
3818 protected function end() function in lessc_parser
3958 protected function match($regex, &$out, $eatWhitespace = null) function in lessc_parser
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js565 function slowToString (encoding, start, end) { argument
816 function base64Slice (buf, start, end) { argument
824 function utf8Slice (buf, start, end) { argument
920 function asciiSlice (buf, start, end) { argument
930 function binarySlice (buf, start, end) { argument
940 function hexSlice (buf, start, end) { argument
953 function utf16leSlice (buf, start, end) { argument
962 Buffer.prototype.slice = function slice (start, end) { argument
1427 Buffer.prototype.copy = function copy (target, targetStart, start, end) { argument
1472 Buffer.prototype.fill = function fill (value, start, end) { argument
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js278 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
355 return this.gsub(pattern, function(match) { argument
471 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match) { argument
540 return function(match) { return template.evaluate(match) }; argument
562 return this.template.gsub(this.pattern, function(match) { argument
1084 initialize: function(start, end, exclusive) { argument
1107 var $R = function(start, end, exclusive) { argument
1718 match: function(element, selector) { method
2817 match = false; break; property
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1698 },navigateToNextDocument:function(match,reverse){var self=this; argument
3220 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLA… property
3247 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3249 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3254 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3255 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3262 },ID:function(match){return match[1].replace(/\\/g,"") argument
3263 },TAG:function(match,curLoop){for(var i=0; argument
3266 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3271 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1709 },navigateToNextDocument:function(match,reverse){var self=this; argument
3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLA… property
3258 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3260 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3265 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3266 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3273 },ID:function(match){return match[1].replace(/\\/g,"") argument
3274 },TAG:function(match,curLoop){for(var i=0; argument
3277 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3282 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
[all …]
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js439 return key.replace(/-(\w+)/g, function (match, word) { argument
457 var match, variable
555 match: String.prototype.match, property
909 XRegExp.forEach(value, /[^\s,]+/, function (match) { argument
1349 match = null; property
1570 addMatch = function addMatch(match) { argument
2799 match = matches[i]; property
3442 function process(match, info) { argument
3720 var regex = { 'end': regexGroup.right.source }; property
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcommons-lang3-3.5.jar ... (java.lang.StringBuffer) int i boolean match StringBuffer buffer int len int sepLen public void append ( ...
Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/s5reloaded/ui/effects_support/
Dprototype.js365 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
425 return function(match) { return template.evaluate(match) }; argument
456 return this.gsub(pattern, function(match) { argument
674 return this.template.gsub(this.pattern, function(match) { argument
1277 function $R(start, end, exclusive) { argument
1282 function initialize(start, end, exclusive) { argument
2021 match: function(element, selector) { method
3336 match = false; break; property
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js7177 navigateToNextDocument: function(match, reverse) argument
12915 match: { property
13009 ID: function(match, context, isXML){ argument
13015 NAME: function(match, context, isXML){ argument
13028 TAG: function(match, context){ argument
13033 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
13053 ID: function(match){ argument
13056 TAG: function(match, curLoop){ argument
13060 CHILD: function(match){ argument
13077 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js486 var SourceLocation = function SourceLocation(start, end) { argument
707 Tokenizer.prototype.match = function match(type) { method in Tokenizer
788 …Tokenizer.prototype.pushComment = function pushComment(block, text, start, end, startLoc, endLoc) { argument
793 end: end, property
2255 pp$1.parseBlockBody = function (node, allowDirectives, topLevel, end) { argument
/plugin/highlightjs/highlight/languages/
Dmel.js17 …ab': 1, 'addPP': 1, 'addPanelCategory': 1, 'addPrefixToName': 1, 'advanceToNextDrivenKey': 1, 'aff…
29 begin: '`', end: '`', property
35 begin: '\\$\\d', end: '^', property
40 begin: '[\\$\\%\\@\\*](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)', end: '^' property
/plugin/edittable/lib/
Dhandsontable.full.js22101 __webpack_require__(58)('match', 1, function (defined, MATCH, $match) {
22103 return [function match(regexp) { function
46986 end: null property
46997 end: new _src.CellCoords(bottomLeftCorner.row, currentTouch.col) property
47002 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col) property
47010 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col) property
47024 end: bottomLeftCorner property
47034 end: bottomRightCorner property
47044 end: topLeftCorner property
47054 end: topRightCorner property
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1035 bindingPairs.push({match: matches[0], repl: replacement}); property
1071 bindingPairs.push({match: matches[0], repl: mxUtils.htmlEntities(val)}); property
1087 bindingPairs.push({match: matches[0], repl: val}); property
2882 "end": "end", property
/plugin/sketchcanvas/script/
Djs-yaml.mjs1291 var match, major, minor; variable
1356 function captureSegment(state, start, end, checkJson) { argument
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js1446 return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g, function(match, p1) { argument
1570 Graph.fadeNodes = function(nodes, start, end, done, delay) argument
6813 mxGraphView.prototype.updateFloatingTerminalPoint = function(edge, start, end, source) argument
6854 mxGraphView.prototype.snapToAnchorPoint = function(edge, start, end, source, pt) argument
/plugin/xlsx2dw/packages/jszip/
Djszip.js2275 "end":[], property
2294 end : function () { method
6167 match = cur_match; property
/plugin/datatables/assets/jszip/
Djszip.js2275 "end":[], property
2294 end : function () { method
6167 match = cur_match; property
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jar ... i int x int i int i int cur boolean match int pos int x byte[] pattern int off ...
/plugin/jcapture/lib/
Dapache-mime4j-0.6.jar ... i int x int i int i int cur boolean match int pos int x byte[] pattern int off ...

1234