Home
last modified time | relevance | path

Searched refs:DataType (Results 26 – 50 of 52) sorted by relevance

123

/plugin/combo/action/
H A Dmetamanager.php6 use ComboStrap\DataType; alias
/plugin/combo/syntax/
H A Dcontentlist.php6 use ComboStrap\DataType; alias
244 $numbered = DataType::toBoolean($openingTag->getAttribute(self::NUMBERED, self::NUMBERED_DEFAULT));
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php6 use ComboStrap\DataType; alias
228 $oldValue = DataType::toBoolean($oldValue);
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php247 $predicateValue = DataType::toInteger($text);
262 $this->parameters[] = DataType::toFloat($text);
264 $this->parameters[] = DataType::toInteger($text);
H A DLowQualityCalculatedIndicator.php65 return DataType::toBoolean($value, true);
H A DPageKeywords.php31 return DataType::TEXT_TYPE_VALUE;
H A DMarkupRef.php147 $width = DataType::toInteger(substr($widthAndHeight, 0, $xPosition));
151 $height = DataType::toInteger(substr($widthAndHeight, $xPosition + 1));
154 $width = DataType::toInteger($widthAndHeight);
H A DBootstrap.php104 return DataType::toInteger($bootstrapMajorVersion);
430 LogUtility::internalError('The file stylesheet attribute is unknown (' . DataType::toString($styleSheetForVersionAndName) . ')');
H A DFetcherImage.php142 $requestedWidthInt = DataType::toInteger(ConditionalLength::createFromString($requestedWidth)->toPixelNumber());
155 $requestedHeightInt = DataType::toInteger($requestedHeight);
H A DBreadcrumbTag.php96 $requiredDepth = DataType::toInteger($tagAttributes->getValueAndRemoveIfPresent(self::DEPTH_ATTRIBUTE));
H A DFetcherSvg.php1412 $lengthFloat = DataType::toFloat($value);
1615 $this->intrinsicHeight = DataType::toIntegerCeil($viewBoxHeight);
1630 $this->intrinsicHeight = DataType::toInteger($height);
1650 $this->intrinsicWidth = DataType::toIntegerCeil($viewBoxWidth);
1666 $this->intrinsicWidth = DataType::toInteger($width);
H A DPageDescription.php79 return DataType::PARAGRAPH_TYPE_VALUE;
H A DToc.php269 return DataType::ARRAY_VALUE;
H A DSvgImageLink.php223 $preserveStyle = DataType::toBoolean($this->mediaMarkup->getFetcher()->getFetchUrl()->getQueryPropertyValueAndRemoveIfPresent(FetcherSvg::REQUESTED_PRESERVE_ATTRIBUTE));
H A DOutlineSection.php196 return DataType::toInteger($level);
H A DPanelTag.php43 return DataType::toBoolean($selected);
H A DFetcherRailBar.php77 $this->setRequestedViewPort(DataType::toInteger($viewPortWidth));
H A DOutline.php245 $newSectionLevel = DataType::toInteger($actualCall->getAttribute(HeadingTag::LEVEL));
677 $level = DataType::toIntegerOrDefaultIfNull($headingCall->getAttribute(HeadingTag::LEVEL), 0);
H A DTagAttributes.php1273 return DataType::toBoolean($value);
1396 return DataType::toInteger($value);
H A DColorRgb.php813 $channel = DataType::toInteger($color);
H A DExecutionContext.php566 return DataType::toBoolean($var);
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php8 use ComboStrap\DataType; alias
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php11 use ComboStrap\DataType; alias
200 if ($parent::getDataType() === DataType::TABULAR_TYPE_VALUE) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php7 use ComboStrap\DataType; alias
130 $this->port = DataType::toInteger($port);
210 $message = "The url in src has a bad encoding (the attribute ($key) has a amp; prefix. Infinite cache will not work. Request: " . DataType::toString($_REQUEST);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js.map1 …,\n 'Cvoid',\n 'Cwchar_t',\n 'Cwstring',\n 'DataType',\n 'Dense…

123