Searched refs:toBoolean (Results 1 – 16 of 16) sorted by relevance
| /template/strap/ComboStrap/Meta/Api/ |
| H A D | MetadataBoolean.php | 121 $value = $this->toBoolean($value); 135 $this->value = $this->toBoolean($value); 140 function toBoolean($value): ?bool function in ComboStrap\\Meta\\Api\\MetadataBoolean 146 return DataType::toBoolean($value);
|
| /template/strap/ComboStrap/ |
| H A D | LowQualityCalculatedIndicator.php | 65 return DataType::toBoolean($value, true);
|
| H A D | DataType.php | 126 public static function toBoolean($value, $ifNull = null) function in ComboStrap\\DataType
|
| H A D | FetcherScreenshot.php | 143 $complete = DataType::toBoolean($img->getAttribute("complete"), false);
|
| H A D | SvgImageLink.php | 223 …$preserveStyle = DataType::toBoolean($this->mediaMarkup->getFetcher()->getFetchUrl()->getQueryProp…
|
| H A D | PanelTag.php | 43 return DataType::toBoolean($selected);
|
| H A D | SiteConfig.php | 184 return DataType::toBoolean($value);
|
| H A D | ExecutionContext.php | 566 return DataType::toBoolean($var);
|
| H A D | Site.php | 936 return DataType::toBoolean($useSlash);
|
| H A D | TagAttributes.php | 1273 return DataType::toBoolean($value);
|
| /template/strap/syntax/ |
| H A D | contentlist.php | 244 …$numbered = DataType::toBoolean($openingTag->getAttribute(self::NUMBERED, self::NUMBERED_DEFAULT));
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDokuWikiStore.php | 228 $oldValue = DataType::toBoolean($oldValue);
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js | 1 …]=H;var i=(u,c,H)=>(it(u,typeof c!="symbol"?c+"":c,H),H);class H{static toBoolean(t){return typeof… method in anonymousFunction918992dd0300.H 4 …le}setTab(t){return this.tab=t,this}setMutable(t){return this.mutable=H.toBoolean(t),this}setDescr…
|
| H A D | combo.min.js.map | 1 …toBoolean(value) {\n if (typeof value === \"boolean\") {\n return value;\n …
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js | 1 ….tab=t,this}},{key:"setMutable",value:function(t){return this.mutable=s.toBoolean(t),this}},{key:"…
|
| H A D | combo.min.js.map | 1 …toBoolean(value) {\n if (typeof value === \"boolean\") {\n return value;\n …
|