Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 25 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
DHiveMetastoreVersion.php25 public $isDefault; variable in Google\\Service\\DataprocMetastore\\HiveMetastoreVersion
34 public function setIsDefault($isDefault) argument
36 $this->isDefault = $isDefault;
43 return $this->isDefault;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DSmimeInfo.php37 public $isDefault; variable in Google\\Service\\Gmail\\SmimeInfo
96 public function setIsDefault($isDefault) argument
98 $this->isDefault = $isDefault;
105 return $this->isDefault;
DSendAs.php29 public $isDefault; variable in Google\\Service\\Gmail\\SendAs
74 public function setIsDefault($isDefault) argument
76 $this->isDefault = $isDefault;
83 return $this->isDefault;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
DImageVersion.php34 public $isDefault; variable in Google\\Service\\CloudComposer\\ImageVersion
77 public function setIsDefault($isDefault) argument
79 $this->isDefault = $isDefault;
86 return $this->isDefault;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
DConfiguration.php57 public $isDefault; variable in Google\\Service\\AndroidProvisioningPartner\\Configuration
178 public function setIsDefault($isDefault) argument
180 $this->isDefault = $isDefault;
187 return $this->isDefault;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Drestore.js40 var isDefault = isDefaultValue(component);
49 (isOriginDefault && !isDefault) ||
50 (!isOriginDefault && !isDefault) ||
51 (!isOriginDefault && isDefault && component.value[0][1] != originComponent.value[0][1]));
65 needsOne = !isPositionDefault && isDefault;
68 (isPositionDefault && !isDefault || !isPositionDefault && !isDefault);
82 if (isDefault || compactable[component.name].multiplexLastOnly && !lastInMultiplex)
267 …] != descriptor.defaultValue || ('keepUnlessDefault' in descriptor) && !isDefault(components, comp…
281 function isDefault(components, compactable, propertyName) { function
/plugin/confmanager/tpl/
DshowConfigTwoLineLeftImage.php18 <?php $isDefault = array_key_exists($key, $default) ?> variable
40 <?php if($isDefault): ?>
54 <?php if($isDefault) : ?>
67 <?php if($image !== '' && !$isDefault) : ?>
DshowConfigSingleLine.php18 $isDefault = substr($config,0,1) == DOKU_CONF_NEGATION variable
30 <?php if($isDefault): ?>
DshowConfigTwoLine.php18 <?php $isDefault = array_key_exists($key, $default) ?> variable
38 <?php if($isDefault): ?>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1Version.php58 public $isDefault; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Version
257 public function setIsDefault($isDefault) argument
259 $this->isDefault = $isDefault;
266 return $this->isDefault;
/plugin/sentry/conf/
DSetting.php35 public function isDefault() function in dokuwiki\\plugin\\sentry\\conf\\Setting
37 return parent::isDefault() || (error_reporting() == $this->local);
/plugin/odt/ODT/
Dstyleset.php190 if ($new->isDefault()) {
196 if ($dest [$index]->isDefault() &&
308 if ($this->styles [$index]->isDefault() &&
/plugin/odt/ODT/styles/
DODTStyleStyle.php70 if ($this->isDefault() == true) {
90 public function isDefault() { function in ODTStyleStyle
DODTUnknownStyle.php117 public function isDefault() { function in ODTUnknownStyle
DODTStyle.php232 public function isDefault() { function in ODTStyle
DODTParagraphStyle.php290 if (!$this->isDefault()) {
309 if (!$this->isDefault()) {
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcommand.js70 let isDefault = false;
73 isDefault = true;
78 if (parsedAliases.length === 0 && isDefault)
80 if (isDefault) {
89 this.usage.command(cmd, description, isDefault, aliases, deprecated);
101 if (isDefault)
Dusage.js97 self.command = function command(cmd, description, isDefault, aliases, deprecated = false) { argument
98 if (isDefault) {
104 commands.push([cmd, description || '', isDefault, aliases, deprecated]);
/plugin/asciidocjs/node_modules/commander/typings/
Dindex.d.ts363 isDefault?: boolean; property
/plugin/asciidocjs/node_modules/commander/
Dindex.js175 if (opts.isDefault) this._defaultCommandName = cmd._name;
240 if (opts.isDefault) this._defaultCommandName = cmd._name;
DCHANGELOG.md15 - configuration support in `addCommand()` for `hidden` and `isDefault` ([#1232])
97 If you use `.command('*')` to add a default command, you may be be able to switch to `isDefault:tru…
DReadme.md333 …the command from the generated help output. Specifying `true` for `opts.isDefault` will run the su…
434 .command('list', 'list packages installed', {isDefault: true})
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2707 pp$1.checkExport = function (node, checkNames, isDefault) { argument
2710 if (isDefault) {
2840 var isDefault = this.match(types._default);
2841 if (isDefault && !needsFrom) needsFrom = true;
2844 node.local = this.parseIdentifier(isDefault);
/plugin/processing/
Dscript.js12185 function AstVarDefinition(name, value, isDefault) { argument
12188 this.isDefault = isDefault;
12196 var name, value, isDefault;
12200 isDefault = true;
12204 isDefault = false;
12207 value, isDefault);
/plugin/flowplayer/player/
DREADME.txt220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items

12