Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 61) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessApproval/
DDismissDecision.php29 public $implicit; variable in Google\\Service\\AccessApproval\\DismissDecision
48 public function setImplicit($implicit) argument
50 $this->implicit = $implicit;
57 return $this->implicit;
/plugin/fedauth/Auth/OpenID/
DExtension.php44 $implicit = $message->isOpenID1();
47 $implicit);
DMessage.php316 function addAlias($namespace_uri, $desired_alias, $implicit=false) argument
364 if ($implicit) {
430 $implicit = Auth_OpenID_isOpenID1($openid_namespace);
431 $this->setOpenIDNamespace($openid_namespace, $implicit);
573 function setOpenIDNamespace($openid_ns_uri, $implicit) argument
582 $implicit);
/plugin/openid/Auth/OpenID/
DExtension.php51 $implicit = $message->isOpenID1();
54 $implicit);
DMessage.php362 function addAlias($namespace_uri, $desired_alias, $implicit=false) argument
410 if ($implicit) {
489 $implicit = Auth_OpenID_isOpenID1($openid_namespace);
490 $this->setOpenIDNamespace($openid_namespace, $implicit);
637 function setOpenIDNamespace($openid_ns_uri, $implicit) argument
646 $implicit);
/plugin/codeprettify/code-prettify/src/
Dlang-scala.js47 …tract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match…
Dlang-xq.js64implicit-timezone|fn:idref|fn:id|fn:hours-from-time|fn:hours-from-duration|fn:hours-from-dateTime|…
/plugin/asciidocjs/node_modules/commander/
DCHANGELOG.md38 * implicit help command when there are subcommands (previously only if executables) ([#1149])
39 * customise implicit help command with `.addHelpCommand()` ([#1149])
58 * only add implicit help command when it will not conflict with other uses of argument ([#1153] [#1…
59 * implicit help command works with command aliases ([#948] [#1149])
87 * removed EventEmitter from TypeScript definition for Command, eliminating implicit peer dependency…
DReadme.md460 further help for the subcommand. These are effectively the same if the `shell` program has implicit
541 You can explicitly turn on or off the implicit help command with `.addHelpCommand()` and `.addHelpC…
/plugin/sketchcanvas/script/
Djs-yaml.mjs346 var implicit = [];
357 …} else if (definition && (Array.isArray(definition.implicit) || Array.isArray(definition.explicit)…
358 // Schema.extend({ explicit: [ type1, type2, ... ], implicit: [ type1, type2, ... ] })
359 if (definition.implicit) implicit = implicit.concat(definition.implicit);
364 'or a schema definition ({ implicit: [...], explicit: [...] })');
367 implicit.forEach(function (type$1) {
373 …throw new exception('There is a non-scalar type in the implicit list of a schema. Implicit resolvi…
377 …throw new exception('There is a multi type in the implicit list of a schema. Multi tags can only b…
389 result.implicit = (this.implicit || []).concat(implicit);
392 result.compiledImplicit = compileList(result, 'implicit');
[all …]
/plugin/c3chart/assets/
Djs-yaml.min.js2implicit)&&!Array.isArray(e.explicit))throw new o("Schema.extend argument should be a Type, [ Type… property
/plugin/achart/assets/
Djs-yaml.min.js2implicit)&&!Array.isArray(e.explicit))throw new o("Schema.extend argument should be a Type, [ Type… property
/plugin/amcharts/assets/
Djs-yaml.min.js2implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach(function(e){if(e.loadKi… property
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a…
/plugin/codemirror/dist/modes/
Ddylan.min.js.map1implicit bodies).\n otherSimpleDefinition: [\"generic\", \"domain\",\n …
Dfortran.min.js.map1 …function\", \"generic\",\n \"go\", \"goto\", \"if\", \"implicit\", \"import\", \"…
/plugin/diagramsnet/lib/math/extensions/a11y/
Dcollapsible.js81 implicit: "\u22c5",
/plugin/dirtylittlehelper/mermaid/editor/docs/
D14.14.js.map1 …ove',\n 'operator',\n 'true',\n 'false',\n 'implicit',\n 'expli…
D55.55.js.map1 …r'],\n modifiers: [\n 'abstract',\n 'final',\n 'implicit',\n 'lazy'…
D48.48.js.map1 … 'from',\n 'goto',\n 'group',\n 'if',\n 'implicit',\n 'in',\…
/plugin/asciidocjs/node_modules/handlebars/
DREADME.markdown70 …ns but should not be confused with one another. Sections are akin to an implicit `each` or `with` …
/plugin/asciidocjs/node_modules/yargs-parser/
DCHANGELOG.md282 * boolean arguments will not be collected into an implicit array ([#236](https://www.github.com/yar…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Drouter.js112 implicit: function() { method
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dspecs.md629 The *implicit link name* shortcut allows you to omit the name of the
663 Using the implicit link name shortcut, you could instead write:
/plugin/asciidocjs/node_modules/pug/
DHistory.md212 * Remove implicit text only for script/style ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
282 * deprecate implicit text-only `script` and `style` tags

123