Home
last modified time | relevance | path

Searched refs:ancestor (Results 1 – 25 of 54) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DGoogleDatastoreAdminV1Index.php26 public $ancestor; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1Index
49 public function setAncestor($ancestor) argument
51 $this->ancestor = $ancestor;
58 return $this->ancestor;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
Dinheritance.test8 {% use "ancestor.twig" %}
13 --TEMPLATE(ancestor.twig)--
Dinheritance2.test4 {% use "ancestor.twig" %}
12 --TEMPLATE(ancestor.twig)--
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktools.js489 var ancestor = node.parentNode ;
490 while ( ancestor )
492 if ( ancestor == limitNode )
494 if ( ancestor.nextSibling )
495 return ancestor.nextSibling ;
497 ancestor = ancestor.parentNode ;
/plugin/combo/ComboStrap/
DPageImageTag.php111 $ancestor = AncestorImage::createFromResourcePage($contextPage)->getValue();
116 $imageFetcher = IFetcherLocalImage::createImageFetchFromPath($ancestor);
118 …arning("Error while creating the ancestor image handler for the image ($ancestor) and the page ($c…
/plugin/combo/resources/slot/
Dmain-header.md4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy=…
/plugin/combo/resources/theme/default/pages/partials/
Dmain-header-partial.hbs10 …{{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zo…
/plugin/asciidocjs/node_modules/acorn-globals/
Dindex.js83 walk.ancestor(ast, {
141 walk.ancestor(ast, {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js37 function ancestor(node, visitors, base, state) { function
349 exports.ancestor = ancestor;
Dwalk.es.js31 function ancestor(node, visitors, base, state) { function
342 export { simple, ancestor, recursive, findNodeAt, findNodeAround, findNodeAfter, findNodeBefore, ma…
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.js37 function ancestor(node, visitors, base, state) { function
349 exports.ancestor = ancestor;
Dwalk.es.js31 function ancestor(node, visitors, base, state) { function
342 export { simple, ancestor, recursive, findNodeAt, findNodeAround, findNodeAfter, findNodeBefore, ma…
/plugin/imapmarkers/syntax/
Dimapmarkers_simple_html_dom.php310 $ancestor = $this->parent;
312 while (!is_null($ancestor)) {
314 $debug_object->debug_log(2, 'Current tag is: ' . $ancestor->tag);
317 if ($ancestor->tag === $tag) {
321 $ancestor = $ancestor->parent;
324 return $ancestor;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DMakeWellFormed.php319 foreach ($this->stack as $ancestor) {
320 … $elements = $definition->info[$ancestor->name]->child->getAllowedElements($config);
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js76 var ancestor = this.superclass && this.superclass.prototype;
84 if (ancestor && Object.isFunction(value) &&
87 return function() { return ancestor[m].apply(this, arguments) };
1864 descendantOf: function(element, ancestor) { argument
1865 element = $(element), ancestor = $(ancestor);
1866 var originalAncestor = ancestor;
1869 return (element.compareDocumentPosition(ancestor) & 8) === 8;
1872 var e = element.sourceIndex, a = ancestor.sourceIndex,
1873 nextAncestor = ancestor.nextSibling;
1875 do { ancestor = ancestor.parentNode; }
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md30 Make it possible to use `visit.ancestor` with a walk state.
/plugin/s5reloaded/ui/effects_support/
Dprototype.js113 var ancestor = this.superclass && this.superclass.prototype;
125 if (ancestor && Object.isFunction(value) &&
129 return function() { return ancestor[m].apply(this, arguments); };
2167 descendantOf: function(element, ancestor) { argument
2168 element = $(element), ancestor = $(ancestor);
2171 return (element.compareDocumentPosition(ancestor) & 8) === 8;
2173 if (ancestor.contains)
2174 return ancestor.contains(element) && ancestor !== element;
2177 if (element == ancestor) return true;
/plugin/asciidocjs/node_modules/pug-walk/
DREADME.md29 … replaced by the parameter in the AST. If an array is specified and the ancestor of the current no…
/plugin/codemirror/dist/modes/
Dxquery.min.js.map1ancestor', 'ancestor-or-self', 'any', 'array', 'as',\n 'ascending', 'at', 'attribute', 'base-ur…
/plugin/issuetracker/
Dprototype.js125 var ancestor = this.superclass && this.superclass.prototype,
137 if (ancestor && Object.isFunction(value) &&
141 return function() { return ancestor[m].apply(this, arguments); };
2344 descendantOf: function(element, ancestor) { argument
2345 element = $(element), ancestor = $(ancestor);
2348 return (element.compareDocumentPosition(ancestor) & 8) === 8;
2350 if (ancestor.contains)
2351 return ancestor.contains(element) && ancestor !== element;
2354 if (element == ancestor) return true;
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md157 Make it possible to use `visit.ancestor` with a walk state.
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js2352 _cssSelectorAncestor: function(ancestor) { argument
2354 this.options.cssSelectorAncestor = ancestor;
2356 … this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2357 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2360 context: ancestor,
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
Djquery.jplayer.js2352 _cssSelectorAncestor: function(ancestor) { argument
2354 this.options.cssSelectorAncestor = ancestor;
2356 … this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2357 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2360 context: ancestor,
/plugin/jplayer/components/jplayer/
Djplayer-built.js2352 _cssSelectorAncestor: function(ancestor) { argument
2354 this.options.cssSelectorAncestor = ancestor;
2356 … this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2357 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2360 context: ancestor,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
Djquery.jplayer.js2352 _cssSelectorAncestor: function(ancestor) { argument
2354 this.options.cssSelectorAncestor = ancestor;
2356 … this.ancestorJq = ancestor ? $(ancestor) : []; // Would use $() instead of [], but it is only 1.4+
2357 if(ancestor && this.ancestorJq.length !== 1) { // So empty strings do not generate the warning.
2360 context: ancestor,

123