Home
last modified time | relevance | path

Searched refs:ancestors (Results 1 – 25 of 50) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
DRelatedAsset.php26 public $ancestors; variable in Google\\Service\\CloudAsset\\RelatedAsset
39 public function setAncestors($ancestors) argument
41 $this->ancestors = $ancestors;
48 return $this->ancestors;
DGoogleCloudAssetV1p7beta1RelatedAsset.php26 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1RelatedAsset
39 public function setAncestors($ancestors) argument
41 $this->ancestors = $ancestors;
48 return $this->ancestors;
DGoogleCloudAssetV1p7beta1Asset.php30 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1Asset
85 public function setAncestors($ancestors) argument
87 $this->ancestors = $ancestors;
94 return $this->ancestors;
DAsset.php30 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 DTrees.php109 $ancestors = [];
113 \array_unshift($ancestors, $tree);
118 return $ancestors;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js39 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()
Dwalk.es.js33 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/
Dwalk.es.js33 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()
Dwalk.js39 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/
Dindex.js33 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/
Dindex.js33 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/
D15.15.js1 …[/disown-opener/,"string.quote"],[/form-action/,"string.quote"],[/frame-ancestors/,"string.quote"]…
D15.15.js.map1 …e'],\n [/form-action/, 'string.quote'],\n [/frame-ancestors/, 'string.quote'…
D12.12.js.map1 … 'alter-meta!',\n 'alter-var-root',\n 'amap',\n 'ancestors',\n 'and'…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs315 // 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 …]
Dopal.js330 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 …]
Dindex.cjs324 // 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/
DREADME.md695 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/
DREADME.md36 * `parents` (array<Node>): Nodes that are ancestors to the current `ast`. This option is used mainl…
/plugin/dir/
Dsyntax.php626 // - sibling namespaces of the current namespace and it's ancestors
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js330 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/
Dprototype.js1684 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/
Dasciidoctor.js333 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/
Dprototype.js1986 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/
Dprototype.js2147 ancestors: function(element) { method
2196 var ancestors = Element.ancestors(element);
2197 return Object.isNumber(expression) ? ancestors[expression] :
2198 Prototype.Selector.find(ancestors, expression, index);

12