Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1getState();this.Left.add(new OrgChart.Layout.Boundary.Step.$ctor1(node,rect.getLeft(),rect.getTop(…
/plugin/asciidocjs/node_modules/promise/setimmediate/
Dsynchronous.js8 return this.getState() == 0;
12 return this.getState() == 1;
16 return this.getState() == 2;
43 Promise.prototype.getState = function () { method in Promise
45 return this._55.getState();
61 Promise.prototype.getState = undefined; method in Promise
/plugin/asciidocjs/node_modules/promise/domains/
Dsynchronous.js8 return this.getState() == 0;
12 return this.getState() == 1;
16 return this.getState() == 2;
43 Promise.prototype.getState = function () { method in Promise
45 return this._55.getState();
61 Promise.prototype.getState = undefined; method in Promise
/plugin/asciidocjs/node_modules/promise/src/
Dsynchronous.js8 return this.getState() == 0;
12 return this.getState() == 1;
16 return this.getState() == 2;
43 Promise.prototype.getState = function () { method in Promise
45 return this._value.getState();
61 Promise.prototype.getState = undefined; method in Promise
/plugin/asciidocjs/node_modules/promise/lib/
Dsynchronous.js8 return this.getState() == 0;
12 return this.getState() == 1;
16 return this.getState() == 2;
43 Promise.prototype.getState = function () { method in Promise
45 return this._55.getState();
61 Promise.prototype.getState = undefined; method in Promise
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DIs.php14 return $promise->getState() === PromiseInterface::PENDING;
24 return $promise->getState() !== PromiseInterface::PENDING;
34 return $promise->getState() === PromiseInterface::FULFILLED;
44 return $promise->getState() === PromiseInterface::REJECTED;
DCoroutine.php106 public function getState() function in GuzzleHttp\\Promise\\Coroutine
108 return $this->result->getState();
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DIs.php14 return $promise->getState() === PromiseInterface::PENDING;
22 return $promise->getState() !== PromiseInterface::PENDING;
30 return $promise->getState() === PromiseInterface::FULFILLED;
38 return $promise->getState() === PromiseInterface::REJECTED;
DCoroutine.php103 public function getState(): string function in GuzzleHttp\\Promise\\Coroutine
105 return $this->result->getState();
/plugin/html2pdf/html2pdf/html2ps/
Dcss.state.class.php66 array_unshift($this->_state, $this->getState());
82 $state = $this->getState();
86 $new_state =& $this->getState();
98 function &getState() { function in CSSState
156 $state =& $this->getState();
Dbox.php121 $default_display = $handler->get($css_state->getState());
196 $need_block_wrapper |= ($handler->get($css_state->getState()) == 'block');
457 $position = $position_handler->get($css_state->getState());
469 $float = $float_handler->get($css_state->getState());
479 $display = $display_handler->get($css_state->getState());
488 $ws_handler->get($css_state->getState()),
492 die('Unsupported "display" value: '.$display_handler->get($css_state->getState()));
Dcss.utils.inc.php37 if ($handler->get($state->getState()) === "none") {
50 if ($handler->get($css_state->getState()) === 'block') {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DCluster.php87 public function getState(): array function in Elastica\\Cluster
99 $data = $this->getState();
116 $data = $this->getState();
/plugin/combo/ComboStrap/
H A DCallStack.php419 $actualState = $actualCall->getState();
431 $state = $actualCall->getState();
491 $state = $actualCall->getState();
543 $enterState = $actualCall->getState();
552 $state = $actualCall->getState();
773 …if (!$this->endWasReached && !$this->startWasReached && $this->getActualCall()->getState() == DOKU…
790 $actualCallState = $actualCall->getState();
882 $enterState = $actualCall->getState();
891 $state = $actualCall->getState();
996 if ($actualCall->getState() === DOKU_LEXER_ENTER) {
[all …]
H A DCall.php337 function getState() function in ComboStrap\\Call
511 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
668 if ($this->getState() == DOKU_LEXER_UNMATCHED) {
850 $this->getState() == DOKU_LEXER_UNMATCHED ||
937 … if ($this->getState() === DOKU_LEXER_UNMATCHED && trim($this->getCapturedContent()) === "") {
993 $state = $this->getState();
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js251 return (isTreeCell(state.cell)) ? null : this.graph.view.getState(this.graph.getCellAt(x, y));
264 var state = graph.view.getState(cell);
335 if (newSource != null && target == null && this.view.getState(cells[0]) != null)
341 var state1 = graph.view.getState(graph.model.getTerminal(edges[0], true));
345 var state2 = graph.view.getState(newSource);
459 var state = graph.view.getState(cell);
467 var edgeState = graph.view.getState(edges[0]);
530 var state = graph.view.getState(cell);
563 var sibling = graph.view.getState(temp);
597 var sibling = graph.view.getState(temp);
[all …]
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php70 switch ($actual->getState()) {
85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js180 var pstate = graph.view.getState(parent);
196 var pstate = graph.view.getState(parent);
198 var state = graph.view.getState(parent);
422 return (isTreeVertex(state.cell)) ? null : this.graph.view.getState(this.graph.getCellAt(x, y));
435 var state = graph.view.getState(cell);
507 if (newSource != null && target != newSource && this.view.getState(cells[0]) != null)
513 var state1 = graph.view.getState(graph.model.getTerminal(edges[0], true));
517 var state2 = graph.view.getState(newSource);
637 var state = graph.view.getState(cell);
645 var edgeState = graph.view.getState(edges[0]);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php176 && $this->lastErrorStates->contains($recognizer->getState())
191 $this->lastErrorStates->addOne($recognizer->getState());
251 $s = $interpreter->atn->states[$recognizer->getState()];
282 $this->nextTokensState = $recognizer->getState();
581 $currentState = $atn->states[$recognizer->getState()];
/plugin/revealjs/plugin/notes/
Dnotes.js49 state: Reveal.getState()
96 state: Reveal.getState()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata.php37 public function getState() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
DGoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.php37 public function getState() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
DFeatureResourceState.php37 public function getState() function in Google\\Service\\GKEHub\\FeatureResourceState
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DGoogleDatastoreAdminV1MigrationStateEvent.php37 public function getState() function in Google\\Service\\Datastore\\GoogleDatastoreAdminV1MigrationStateEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
DStartEnvironmentMetadata.php37 public function getState() function in Google\\Service\\CloudShell\\StartEnvironmentMetadata

12345678910>>...20