| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | RelatedAsset.php | 26 public $ancestors; variable in Google\\Service\\CloudAsset\\RelatedAsset 39 public function setAncestors($ancestors) argument 41 $this->ancestors = $ancestors; 48 return $this->ancestors;
|
| D | GoogleCloudAssetV1p7beta1RelatedAsset.php | 26 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1RelatedAsset 39 public function setAncestors($ancestors) argument 41 $this->ancestors = $ancestors; 48 return $this->ancestors;
|
| D | GoogleCloudAssetV1p7beta1Asset.php | 30 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1Asset 85 public function setAncestors($ancestors) argument 87 $this->ancestors = $ancestors; 94 return $this->ancestors;
|
| D | Asset.php | 30 public $ancestors; variable in Google\\Service\\CloudAsset\\Asset 87 public function setAncestors($ancestors) argument 89 $this->ancestors = $ancestors; 96 return $this->ancestors;
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
| H A D | Trees.php | 109 $ancestors = []; 113 \array_unshift($ancestors, $tree); 118 return $ancestors;
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 39 var ancestors = [] 42 var isNew = node != ancestors[ancestors.length - 1] 43 if (isNew) ancestors.push(node) 45 if (found) found(node, st || ancestors, ancestors) 46 if (isNew) ancestors.pop()
|
| D | walk.es.js | 33 var ancestors = [] 36 var isNew = node != ancestors[ancestors.length - 1] 37 if (isNew) ancestors.push(node) 39 if (found) found(node, st || ancestors, ancestors) 40 if (isNew) ancestors.pop()
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 33 var ancestors = [] 36 var isNew = node != ancestors[ancestors.length - 1] 37 if (isNew) ancestors.push(node) 39 if (found) found(node, st || ancestors, ancestors) 40 if (isNew) ancestors.pop()
|
| D | walk.js | 39 var ancestors = [] 42 var isNew = node != ancestors[ancestors.length - 1] 43 if (isNew) ancestors.push(node) 45 if (found) found(node, st || ancestors, ancestors) 46 if (isNew) ancestors.pop()
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 33 let ancestors = [] 36 let isNew = node != ancestors[ancestors.length - 1] 37 if (isNew) ancestors.push(node) 39 if (found) found(node, st || ancestors, ancestors) 40 if (isNew) ancestors.pop()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 33 let ancestors = [] 36 let isNew = node != ancestors[ancestors.length - 1] 37 if (isNew) ancestors.push(node) 39 if (found) found(node, st || ancestors, ancestors) 40 if (isNew) ancestors.pop()
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 15.15.js | 1 …[/disown-opener/,"string.quote"],[/form-action/,"string.quote"],[/frame-ancestors/,"string.quote"]…
|
| D | 15.15.js.map | 1 …e'],\n [/form-action/, 'string.quote'],\n [/frame-ancestors/, 'string.quote'…
|
| D | 12.12.js.map | 1 … 'alter-meta!',\n 'alter-var-root',\n 'amap',\n 'ancestors',\n 'and'…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 315 // and in order. The ancestors of those elements are ignored. 326 // Walk up the ancestors chain looking for the constant 328 var i, ii, ancestors; 332 ancestors = $ancestors(cref); 334 for (i = 0, ii = ancestors.length; i < ii; i++) { 335 if (ancestors[i].$$const && $has_own(ancestors[i].$$const, name)) { 336 return ancestors[i].$$const[name]; 337 } else if (ancestors[i].$$autoload && ancestors[i].$$autoload[name]) { 338 return handle_autoload(ancestors[i], name); 343 // Walk up Object's ancestors chain looking for the constant, [all …]
|
| D | opal.js | 330 var i, ii, ancestors; 334 ancestors = $ancestors(cref); 336 for (i = 0, ii = ancestors.length; i < ii; i++) { 337 if (ancestors[i].$$const && $has_own(ancestors[i].$$const, name)) { 338 return ancestors[i].$$const[name]; 339 } else if (ancestors[i].$$autoload && ancestors[i].$$autoload[name]) { 340 return handle_autoload(ancestors[i], name); 929 var exclude = [], results = [], ancestors = $ancestors(mod); 931 for (var i = 0, l = ancestors.length; i < l; i++) { 932 var ancestor = ancestors[i], [all …]
|
| D | index.cjs | 324 // and in order. The ancestors of those elements are ignored. 335 // Walk up the ancestors chain looking for the constant 337 var i, ii, ancestors; 341 ancestors = $ancestors(cref); 343 for (i = 0, ii = ancestors.length; i < ii; i++) { 344 if (ancestors[i].$$const && $has_own(ancestors[i].$$const, name)) { 345 return ancestors[i].$$const[name]; 346 } else if (ancestors[i].$$autoload && ancestors[i].$$autoload[name]) { 347 return handle_autoload(ancestors[i], name); 352 // Walk up Object's ancestors chain looking for the constant, [all …]
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | README.md | 695 Return the first element matching the supplied input by traversing up through the ancestors of each… 960 Return the ancestors of each element node in the current set. 979 Return the ancestors of each element node in the current set upto but not including the node matche…
|
| /plugin/asciidocjs/node_modules/pug-walk/ |
| D | README.md | 36 * `parents` (array<Node>): Nodes that are ancestors to the current `ast`. This option is used mainl…
|
| /plugin/dir/ |
| D | syntax.php | 626 // - sibling namespaces of the current namespace and it's ancestors
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 330 var i, ii, ancestors; 334 ancestors = $ancestors(cref); 336 for (i = 0, ii = ancestors.length; i < ii; i++) { 337 if (ancestors[i].$$const && $has_own(ancestors[i].$$const, name)) { 338 return ancestors[i].$$const[name]; 339 } else if (ancestors[i].$$autoload && ancestors[i].$$autoload[name]) { 340 return handle_autoload(ancestors[i], name); 929 var exclude = [], results = [], ancestors = $ancestors(mod); 931 for (var i = 0, l = ancestors.length; i < l; i++) { 932 var ancestor = ancestors[i], [all …]
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 1684 ancestors: function(element) { method 1727 var ancestors = element.ancestors(); 1728 return Object.isNumber(expression) ? ancestors[expression] : 1729 Selector.findElement(ancestors, expression, index); 3783 var elements = [element].concat(element.ancestors());
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 333 var i, ii, ancestors; 337 ancestors = $ancestors(cref); 339 for (i = 0, ii = ancestors.length; i < ii; i++) { 340 if (ancestors[i].$$const && $has_own(ancestors[i].$$const, name)) { 341 return ancestors[i].$$const[name]; 342 } else if (ancestors[i].$$autoload && ancestors[i].$$autoload[name]) { 343 return handle_autoload(ancestors[i], name); 932 var exclude = [], results = [], ancestors = $ancestors(mod); 934 for (var i = 0, l = ancestors.length; i < l; i++) { 935 var ancestor = ancestors[i], [all …]
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 1986 ancestors: function(element) { method 2030 var ancestors = Element.ancestors(element); 2031 return Object.isNumber(expression) ? ancestors[expression] : 2032 Selector.findElement(ancestors, expression, index); 4337 var elements = [element].concat(element.ancestors());
|
| /plugin/issuetracker/ |
| D | prototype.js | 2147 ancestors: function(element) { method 2196 var ancestors = Element.ancestors(element); 2197 return Object.isNumber(expression) ? ancestors[expression] : 2198 Prototype.Selector.find(ancestors, expression, index);
|