Home
last modified time | relevance | path

Searched refs:ancestors (Results 1 – 25 of 35) sorted by last modified time

12

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php102 * Return a list of all ancestors of this node. The first node of list
109 $ancestors = [];
113 \array_unshift($ancestors, $tree);
118 return $ancestors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudAssetV1p7beta1RelatedAsset.php26 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1RelatedAsset
39 public function setAncestors($ancestors) argument
41 $this->ancestors = $ancestors;
48 return $this->ancestors;
H A DRelatedAsset.php26 public $ancestors; variable in Google\\Service\\CloudAsset\\RelatedAsset
39 public function setAncestors($ancestors) argument
41 $this->ancestors = $ancestors;
48 return $this->ancestors;
H A DAsset.php30 public $ancestors; variable in Google\\Service\\CloudAsset\\Asset
87 public function setAncestors($ancestors) argument
89 $this->ancestors = $ancestors;
96 return $this->ancestors;
H A DGoogleCloudAssetV1p7beta1Asset.php30 public $ancestors; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1Asset
85 public function setAncestors($ancestors) argument
87 $this->ancestors = $ancestors;
94 return $this->ancestors;
/plugin/c3chart/assets/
H A Dd3.min.js2ancestors(),r=n.ancestors(),i=null;for(t=e.pop(),n=r.pop();t===n;)i=t,t=e.pop(),n=r.pop();return i…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705ancestors(),r=e.ancestors(),i=null;t=n.pop(),e=r.pop();for(;t===e;)i=t,t=n.pop(),e=r.pop();return …
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6ancestors(),r=e.ancestors(),i=null;t=n.pop(),e=r.pop();for(;t===e;)i=t,t=n.pop(),e=r.pop();return …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1ancestors(),r=e.ancestors(),i=null;t=n.pop(),e=r.pop();for(;t===e;)i=t,t=n.pop(),e=r.pop();return …
H A Dmermaid.min.js.map1ancestors.js","webpack://mermaid/./node_modules/d3-hierarchy/src/hierarchy/descendants.js","webpac…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1ancestors.js","webpack:///./node_modules/d3-hierarchy/src/hierarchy/count.js","webpack:///./node_m…
H A D12.12.js.map1 … 'alter-meta!',\n 'alter-var-root',\n 'amap',\n 'ancestors',\n 'and'…
H A D15.15.js1 …[/disown-opener/,"string.quote"],[/form-action/,"string.quote"],[/frame-ancestors/,"string.quote"]…
H A D15.15.js.map1 …e'],\n [/form-action/, 'string.quote'],\n [/frame-ancestors/, 'string.quote'…
H A D3.3.js.map1ancestors\n } else { // it's a start-tag\n // check if this tag is starting an element tha…
H A D2.2.js.map1ancestors have no transformation applied.\"\n },\n {\n \"name\": \"offset…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …\"all-ns\", \"alter\", \"alter-meta!\", \"alter-var-root\", \"amap\", \"ancestors\",\n \"and\…
/plugin/flowcharts/
H A Dmermaid.min.js1ancestors(),r=e.ancestors(),i=null;t=n.pop(),e=r.pop();for(;t===e;)i=t,t=n.pop(),e=r.pop();return …
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …d) field name from the (partial) field\n * names of the field and its ancestors.\n *\n * @pr…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md497 - Hierarchical object serialization does not appear to inherit metadata from ancestors for metadata…
/plugin/issuetracker/
H A Dprototype.js2147 ancestors: function(element) { method in Element.Methods
2196 var ancestors = Element.ancestors(element);
2197 return Object.isNumber(expression) ? ancestors[expression] :
2198 Prototype.Selector.find(ancestors, expression, index);
/plugin/dir/
H A Dsyntax.php626 // - sibling namespaces of the current namespace and it's ancestors
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1684 ancestors: function(element) { method in Element.Methods
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());

12