Home
last modified time | relevance | path

Searched refs:toInteger (Results 1 – 25 of 43) sorted by relevance

12

/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A D_util.jst14 'toInteger': require('../toInteger'),
/plugin/combo/ComboStrap/
H A DDataType.php79 return self::toInteger($targetValue);
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int function in ComboStrap\\DataType
122 return self::toInteger($targetValue, self::CEIL);
H A DSite.php129 $valueInt = DataType::toInteger($value);
155 return DataType::toInteger($tocMinHeads);
180 return DataType::toInteger($value);
214 return DataType::toInteger($visitedPagesInBreadCrumb);
639 return DataType::toInteger($cacheTime);
922 $urlRewriteInt = DataType::toInteger($urlRewrite);
H A DFetcherPdf.php21 $this->pageNumber = DataType::toInteger($fragments[1]);
H A DDimension.php223 $width = DataType::toInteger($width);
228 $height = DataType::toInteger($height);
H A DSiteConfig.php251 return DataType::toInteger($value);
295 return DataType::toInteger($this->getValue(SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT, self::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT_DEFAULT)) * 1024;
358 return DataType::toInteger($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 DFetcherImage.php142 $requestedWidthInt = DataType::toInteger(ConditionalLength::createFromString($requestedWidth)->toPixelNumber());
155 $requestedHeightInt = DataType::toInteger($requestedHeight);
H A DFetcherScreenshot.php145 $naturalHeight = DataType::toInteger($img->getAttribute("naturalHeight"), 0);
H A DBreadcrumbTag.php96 $requiredDepth = DataType::toInteger($tagAttributes->getValueAndRemoveIfPresent(self::DEPTH_ATTRIBUTE));
H A DPageSqlTreeListener.php247 $predicateValue = DataType::toInteger($text);
264 $this->parameters[] = DataType::toInteger($text);
H A DOutlineSection.php196 return DataType::toInteger($level);
H A DConditionalLength.php132 return DataType::toInteger($targetValue);
H A DBootstrap.php104 return DataType::toInteger($bootstrapMajorVersion);
H A DFetcherRailBar.php77 $this->setRequestedViewPort(DataType::toInteger($viewPortWidth));
H A DFetcherSvg.php1630 $this->intrinsicHeight = DataType::toInteger($height);
1666 $this->intrinsicWidth = DataType::toInteger($width);
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js179 'toInteger': util.toInteger,
194 toInteger = helpers.toInteger,
250 var arity = n < 0 ? 1 : (toInteger(n) + 1);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataInteger.php43 $this->value = DataType::toInteger($value);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js259 'toInteger': util.toInteger,
274 toInteger = helpers.toInteger,
330 var arity = n < 0 ? 1 : (toInteger(n) + 1);
H A Dlodash.js2889 start = toInteger(start);
9795 n = toInteger(n);
9994 n = toInteger(n);
10047 n = toInteger(n);
12396 function toInteger(value) {
14512 n = toInteger(n);
15785 n = toInteger(n);
16112 n = toInteger(n);
16821 lodash.toInteger = toInteger;
16953 start = toInteger(start);
[all …]
H A Dlodash.fp.min.js7toInteger:t.toInteger,toPath:t.toPath},L=C.ary,S=C.assign,w=C.clone,D=C.curry,z=C.forEach,q=C.isAr…
H A Dlodash.core.js1562 var index = fromIndex == null ? 0 : toInteger(fromIndex);
2236 n = toInteger(n);
2998 var toInteger = Number; variable
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2889 start = toInteger(start);
9795 n = toInteger(n);
9994 n = toInteger(n);
10047 n = toInteger(n);
12396 function toInteger(value) {
14512 n = toInteger(n);
15785 n = toInteger(n);
16112 n = toInteger(n);
16821 lodash.toInteger = toInteger;
16953 start = toInteger(start);
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php54 public function toInteger(): int function in FreeDSx\\Asn1\\Type\\BitStringType
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php99 $startPosition = DataType::toInteger($position);

12