Home
last modified time | relevance | path

Searched refs:isParent (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPublisherProfile.php42 public $isParent; variable in Google\\Service\\AuthorizedBuyersMarketplace\\PublisherProfile
141 public function setIsParent($isParent) argument
143 $this->isParent = $isParent;
150 return $this->isParent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DPublisherProfile.php50 public $isParent; variable in Google\\Service\\AdExchangeBuyerII\\PublisherProfile
175 public function setIsParent($isParent) argument
177 $this->isParent = $isParent;
184 return $this->isParent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPublisherProfileApiProto.php29 public $isParent; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
100 public function setIsParent($isParent) argument
102 $this->isParent = $isParent;
106 return $this->isParent;
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js49 if (Element.isParent(drops[i].element, deepest.element))
753 if(Element.isParent(dropon, element)) return;
785 if(!Element.isParent(dropon, element)) {
948 Element.isParent = function(child, element) { function
951 return Element.isParent(child.parentNode, element);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7791 Graph.prototype.selectCell = function(isNext, isParent, isChild) argument
7793 if (isParent || isChild)
/plugin/codemirror/dist/
H A Dscripts.min.js4isParent){return}}g=X(f)});return new pg(f,g)}function rg(a){return a.findMarks(eb(a.first,0),a.cl…
H A Dscripts.min.js.map1isParent","findSharedMarkers","findMarks","copySharedMarkers","mFrom","mTo","subMark","detachShare…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js44718 function isParent(possibleParent, element) { function
45087 if (source && isParent(source, target)) {
45151 if (isParent(target, source) || isParent(source, target)) {