/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
D | GoogleDatastoreAdminV1Index.php | 26 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/ |
D | inheritance.test | 8 {% use "ancestor.twig" %} 13 --TEMPLATE(ancestor.twig)--
|
D | inheritance2.test | 4 {% use "ancestor.twig" %} 12 --TEMPLATE(ancestor.twig)--
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
D | fcktools.js | 489 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/ |
D | PageImageTag.php | 111 $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/ |
D | main-header.md | 4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy=…
|
/plugin/combo/resources/theme/default/pages/partials/ |
D | main-header-partial.hbs | 10 …{{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zo…
|
/plugin/asciidocjs/node_modules/acorn-globals/ |
D | index.js | 83 walk.ancestor(ast, { 141 walk.ancestor(ast, {
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
D | walk.js | 37 function ancestor(node, visitors, base, state) { function 349 exports.ancestor = ancestor;
|
D | walk.es.js | 31 function ancestor(node, visitors, base, state) { function 342 export { simple, ancestor, recursive, findNodeAt, findNodeAround, findNodeAfter, findNodeBefore, ma…
|
/plugin/asciidocjs/node_modules/acorn/dist/ |
D | walk.js | 37 function ancestor(node, visitors, base, state) { function 349 exports.ancestor = ancestor;
|
D | walk.es.js | 31 function ancestor(node, visitors, base, state) { function 342 export { simple, ancestor, recursive, findNodeAt, findNodeAround, findNodeAfter, findNodeBefore, ma…
|
/plugin/imapmarkers/syntax/ |
D | imapmarkers_simple_html_dom.php | 310 $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/ |
D | MakeWellFormed.php | 319 foreach ($this->stack as $ancestor) { 320 … $elements = $definition->info[$ancestor->name]->child->getAllowedElements($config);
|
/plugin/freechat/phpfreechat/data/public/js/ |
D | prototype.js | 76 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/ |
D | CHANGELOG.md | 30 Make it possible to use `visit.ancestor` with a walk state.
|
/plugin/s5reloaded/ui/effects_support/ |
D | prototype.js | 113 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/ |
D | README.md | 29 … replaced by the parameter in the AST. If an array is specified and the ancestor of the current no…
|
/plugin/codemirror/dist/modes/ |
D | xquery.min.js.map | 1 …ancestor', 'ancestor-or-self', 'any', 'array', 'as',\n 'ascending', 'at', 'attribute', 'base-ur…
|
/plugin/issuetracker/ |
D | prototype.js | 125 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/ |
D | CHANGELOG.md | 157 Make it possible to use `visit.ancestor` with a walk state.
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
D | jquery.jplayer.js | 2352 _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/ |
D | jquery.jplayer.js | 2352 _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/ |
D | jplayer-built.js | 2352 _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/ |
D | jquery.jplayer.js | 2352 _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,
|