| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/ |
| D | HiveMetastoreVersion.php | 25 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/ |
| D | SmimeInfo.php | 37 public $isDefault; variable in Google\\Service\\Gmail\\SmimeInfo 96 public function setIsDefault($isDefault) argument 98 $this->isDefault = $isDefault; 105 return $this->isDefault;
|
| D | SendAs.php | 29 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/ |
| D | ImageVersion.php | 34 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/ |
| D | Configuration.php | 57 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/ |
| D | restore.js | 40 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/ |
| D | showConfigTwoLineLeftImage.php | 18 <?php $isDefault = array_key_exists($key, $default) ?> variable 40 <?php if($isDefault): ?> 54 <?php if($isDefault) : ?> 67 <?php if($image !== '' && !$isDefault) : ?>
|
| D | showConfigSingleLine.php | 18 $isDefault = substr($config,0,1) == DOKU_CONF_NEGATION variable 30 <?php if($isDefault): ?>
|
| D | showConfigTwoLine.php | 18 <?php $isDefault = array_key_exists($key, $default) ?> variable 38 <?php if($isDefault): ?>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/ |
| D | GoogleCloudMlV1Version.php | 58 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/ |
| D | Setting.php | 35 public function isDefault() function in dokuwiki\\plugin\\sentry\\conf\\Setting 37 return parent::isDefault() || (error_reporting() == $this->local);
|
| /plugin/odt/ODT/ |
| D | styleset.php | 190 if ($new->isDefault()) { 196 if ($dest [$index]->isDefault() && 308 if ($this->styles [$index]->isDefault() &&
|
| /plugin/odt/ODT/styles/ |
| D | ODTStyleStyle.php | 70 if ($this->isDefault() == true) { 90 public function isDefault() { function in ODTStyleStyle
|
| D | ODTUnknownStyle.php | 117 public function isDefault() { function in ODTUnknownStyle
|
| D | ODTStyle.php | 232 public function isDefault() { function in ODTStyle
|
| D | ODTParagraphStyle.php | 290 if (!$this->isDefault()) { 309 if (!$this->isDefault()) {
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | command.js | 70 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)
|
| D | usage.js | 97 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/ |
| D | index.d.ts | 363 isDefault?: boolean; property
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 175 if (opts.isDefault) this._defaultCommandName = cmd._name; 240 if (opts.isDefault) this._defaultCommandName = cmd._name;
|
| D | CHANGELOG.md | 15 - 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…
|
| D | Readme.md | 333 …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/ |
| D | index.js | 2707 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/ |
| D | script.js | 12185 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/ |
| D | README.txt | 220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items
|