Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 137) sorted by relevance

123456

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
Dfunctions.php324 return Is::fulfilled($promise);
336 return Is::rejected($promise);
348 return Is::settled($promise);
DUtils.php51 if (Is::pending($promise)) {
172 if (Is::pending($promise)) {
207 if (Is::settled($p)) {
DIs.php5 final class Is class
DEachPromise.php117 if (Is::settled($this->aggregate)) {
230 if (Is::settled($this->aggregate)) {
DFulfilledPromise.php39 if (Is::pending($p)) {
DPromise.php156 } elseif ($value instanceof Promise && Is::pending($value)) {
190 if (Is::settled($promise)) {
DRejectedPromise.php39 if (Is::pending($p)) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DUtils.php49 if (Is::pending($promise)) {
158 if (Is::pending($promise)) {
192 if (Is::settled($p)) {
DEachPromise.php110 if (Is::settled($this->aggregate)) {
222 if (Is::settled($this->aggregate)) {
DIs.php7 final class Is class
DPromise.php161 } elseif ($value instanceof Promise && Is::pending($value)) {
195 if (Is::settled($promise)) {
DFulfilledPromise.php46 if (Is::pending($p)) {
DRejectedPromise.php46 if (Is::pending($p)) {
/plugin/publistf/
DTODO19 - Better format checking. Is "only:year" ok? Is "group:year=2005" ok?
/plugin/publist/
DTODO19 - Better format checking. Is "only:year" ok? Is "group:year=2005" ok?
/plugin/publistx/
DTODO19 - Better format checking. Is "only:year" ok? Is "group:year=2005" ok?
/plugin/flowplay/flowplayer/
Djavascript.txt98 Is the player currently playing?
102 Is the player currently paused?
106 Is the player looping?
/plugin/vbsso/views/
Dadmin.html3.tpl1 <div class="error">Unable to write file [[content-0]]. Is this file writable by the server?</div>
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js89 … return Is.objectLiteral(candidate) && Is.number(candidate.line) && Is.number(candidate.character);
100 if (Is.number(one) && Is.number(two) && Is.number(three) && Is.number(four)) {
116 … return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
140 …return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undef…
166 … return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
167 … && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange))
168 … && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
195 return Is.number(candidate.red)
196 && Is.number(candidate.green)
197 && Is.number(candidate.blue)
[all …]
/plugin/backlinks/.github/ISSUE_TEMPLATE/
Dfeature_request.md10 ## Is your feature request related to a problem? Please describe.
/plugin/description/.github/ISSUE_TEMPLATE/
Dfeature_request.md10 ## Is your feature request related to a problem? Please describe.
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/
Dfeature_request.md10 ## Is your feature request related to a problem? Please describe.
/plugin/flowplay2/flowplayer/
Djavascript.txt74 Is the player currently playing?
78 Is the player currently paused?
82 Is the player looping?
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnodes.js205 var Is = BinOp.extend('Is'); variable
331 Is: Is, property
/plugin/codemirror/dist/modes/
Dmbox.min.js.map1Is in a mbox separator\n inSeparator: false,\n // Is in a mail header\n inHea…

123456