Home
last modified time | relevance | path

Searched refs:boolean (Results 51 – 75 of 295) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php160 * @param bool $boolean Boolean.
163 public function writeBoolean($boolean) argument
165 return $this->write((string) (bool) $boolean, 1);
H A DReadWrite.php293 * @param bool $boolean Boolean.
296 public function writeBoolean($boolean) argument
298 return $this->write((string) (bool) $boolean, 1);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php161 * @param bool $boolean Boolean.
164 public function writeBoolean($boolean) argument
166 return $this->write((string) (bool) $boolean, 1);
H A DReadWrite.php292 * @param bool $boolean Boolean.
295 public function writeBoolean($boolean) argument
297 return $this->write((string) (bool) $boolean, 1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php181 'type' => 'boolean',
197 'type' => 'boolean',
252 'type' => 'boolean',
280 'type' => 'boolean',
296 'type' => 'boolean',
394 'type' => 'boolean',
422 'type' => 'boolean',
438 'type' => 'boolean',
536 'type' => 'boolean',
713 'type' => 'boolean',
[all …]
H A DCloudAsset.php330 'type' => 'boolean',
334 'type' => 'boolean',
338 'type' => 'boolean',
342 'type' => 'boolean',
346 'type' => 'boolean',
350 'type' => 'boolean',
H A DKgsearch.php74 'type' => 'boolean',
87 'type' => 'boolean',
H A DEventarc.php323 'type' => 'boolean',
337 'type' => 'boolean',
345 'type' => 'boolean',
409 'type' => 'boolean',
417 'type' => 'boolean',
H A DDoubleClickBidManager.php74 'type' => 'boolean',
121 'type' => 'boolean',
H A DFirebaseRealtimeDatabase.php91 'type' => 'boolean',
143 'type' => 'boolean',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
58 $params['exclude_generated'] = (boolean) Omits generated fields. Allows transform configurations to be easily copied between clusters and within the same cluster (Default = false)
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
131 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
H A DDanglingIndicesNamespace.asciidoc34 $params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
50 $params['accept_data_loss'] = (boolean) Must be set to true in order to import the dangling index
H A DTextStructureNamespace.asciidoc36 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
44 $params['explain'] = (boolean) Whether to include a commentary on how the structure was derived (Default = false)
H A DWatcherNamespace.asciidoc95 $params['debug'] = (boolean) indicates whether the watch should execute in debug mode
123 $params['active'] = (boolean) Specify whether the watch is in/active by default
166 $params['emit_stacktraces'] = (boolean) Emits stack traces of currently running watches
H A DSearchableSnapshotsNamespace.asciidoc36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php78 case 'boolean':
125 case 'boolean':
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php68 ->boolean($result)
94 ->boolean($called)
/plugin/stopforumspam2/
H A Dhelper.php61 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th…
109 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php81 ->boolean($result->isKept())
105 ->boolean($result->isKept())
270 ->boolean($result)
288 ->boolean($result)
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php293 * @param bool $boolean Boolean.
296 public function writeBoolean($boolean) argument
298 return $this->write((string) (bool) $boolean, 1);
/plugin/noticeboard/classes/
H A DNotice.php91 public function setHasEnd($boolean){ argument
92 $this->hasEnd = $boolean;
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php91 public function setHasEnd($boolean){ argument
92 $this->hasEnd = $boolean;
/plugin/botbouncer/lib/
H A Dmollom.php196 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
199 if((string) $responseString->params->param->value->boolean == '1') return true;
701 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
704 if((string) $responseString->params->param->value->boolean == 1) return true;
812 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
815 if((string) $responseString->params->param->value->boolean == '1') return true;
/plugin/daftdrafts/
H A Dhelper.php35 'return' => array('success' => 'boolean'),
41 'return' => array('success' => 'boolean'),
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php60 Assert::boolean($isTemplateStart);
61 Assert::boolean($isTemplateEnd);

12345678910>>...12