Home
last modified time | relevance | path

Searched refs:isPattern (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DNodeTestCase.php27 public function testCompile($node, $source, $environment = null, $isPattern = false) argument
29 $this->assertNodeCompilation($source, $node, $environment, $isPattern);
32 …ion assertNodeCompilation($source, Node $node, Environment $environment = null, $isPattern = false) argument
37 if ($isPattern) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js464 pp.parseObj = function(isPattern, refDestructuringErrors) { argument
478 if (isPattern || refDestructuringErrors) {
482 if (!isPattern)
486 … this.parsePropertyValue(prop, isPattern, isGenerator, startPos, startLoc, refDestructuringErrors)
490 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
493 pp.parsePropertyValue = function(prop, isPattern, isGenerator, startPos, startLoc, refDestructuring… argument
495 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
498 if (isPattern) this.unexpected()
505 if (isGenerator || isPattern) this.unexpected()
525 if (isPattern) {
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js515 pp.parseObj = function(isPattern, refDestructuringErrors) { argument
529 if (isPattern || refDestructuringErrors) {
533 if (!isPattern)
537 if (!isPattern && this.options.ecmaVersion >= 8 && !isGenerator && !prop.computed &&
545 …this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructurin…
549 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
552 pp.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDest… argument
557 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
560 if (isPattern) this.unexpected()
567 if (isGenerator || isAsync || isPattern) this.unexpected()
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3963 pp$3.parseObj = function (isPattern, refShorthandDefaultPos) { argument
3997 prop = this.parseSpread(isPattern ? { start: 0 } : undefined);
3998 prop.type = isPattern ? "RestProperty" : "SpreadProperty";
3999 if (isPattern) this.toAssignable(prop.argument, true, "object pattern");
4001 if (isPattern) {
4023 if (isPattern || refShorthandDefaultPos) {
4028 if (!isPattern) {
4032 if (!isPattern && this.isContextual("async")) {
4048 …this.parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, refShorthandDefa…
4066 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression");
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js2159 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
2175 if (isPattern || refDestructuringErrors) {
2179 if (!isPattern)
2183 if (!isPattern && this$1.options.ecmaVersion >= 8 && !isGenerator && !prop.computed &&
2191 …this$1.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructur…
2195 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
2198 pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument
2203 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
2206 if (isPattern) this.unexpected()
2213 if (isGenerator || isAsync || isPattern) this.unexpected()
[all …]
Dacorn.js2165 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
2181 if (isPattern || refDestructuringErrors) {
2185 if (!isPattern)
2189 if (!isPattern && this$1.options.ecmaVersion >= 8 && !isGenerator && !prop.computed &&
2197 …this$1.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructur…
2201 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
2204 pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument
2209 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
2212 if (isPattern) this.unexpected()
2219 if (isGenerator || isAsync || isPattern) this.unexpected()
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js1959 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
1975 if (isPattern || refDestructuringErrors) {
1979 if (!isPattern)
1983 …this$1.parsePropertyValue(prop, isPattern, isGenerator, startPos, startLoc, refDestructuringErrors)
1987 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
1990 pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, startPos, startLoc, refDestructuri… argument
1992 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
1995 if (isPattern) this.unexpected()
2002 if (isGenerator || isPattern) this.unexpected()
2022 if (isPattern) {
Dacorn.js1965 pp$3.parseObj = function(isPattern, refDestructuringErrors) { argument
1981 if (isPattern || refDestructuringErrors) {
1985 if (!isPattern)
1989 …this$1.parsePropertyValue(prop, isPattern, isGenerator, startPos, startLoc, refDestructuringErrors)
1993 return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression")
1996 …pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, startPos, startLoc, refDestructur… argument
1998 …prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign…
2001 if (isPattern) this.unexpected()
2008 if (isGenerator || isPattern) this.unexpected()
2028 if (isPattern) {
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts2239 export function isPattern(node: object | null | undefined, opts?: object): node is Pattern;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js69290 function isPattern(color) {
69314 isPattern: isPattern,
70527 var isPattern = (__webpack_require__(6225).isPattern);
71134 if (isPattern(vector.color)) {
72922 var isPattern = (__webpack_require__(6225).isPattern);
73062 if (isPattern(inline.background)) {
Dpdfmake.min.js2isPattern:function isPattern(r){return isArray(r)&&2===r.length},getPattern:function getPattern(r,…