Home
last modified time | relevance | path

Searched refs:int (Results 126 – 150 of 743) sorted by path

12345678910>>...30

/plugin/combo/ComboStrap/
H A DColorRgb.php237 * @var int
309 public static function createFromRgbChannels(int $red, int $green, int $blue): ColorRgb
417 * @param int|null $weight
430 function mix($color, ?int $weight = 50): ColorRgb
447 function unmix($color, ?int $weight = 50): ColorRgb
623 * @var int $percentage between 0 and 100
626 function shade(int $percentage): ColorRgb
644 * @param int
[all...]
H A DConditionalLength.php120 public function toPixelNumber(): int
H A DConditionalValue.php98 public function getBreakpointSize(): int
H A DDataType.php74 public static function toIntegerOrDefaultIfNull($targetValue, $default): int
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int
103 $int = floor($float);
105 $int = ceil($float);
108 $int === 0 &&
113 return $int;
119 public static function toIntegerCeil($targetValue): int
H A DDimension.php206 public static function toPixelValue($value): int
H A DEditButton.php66 * @var int
68 private int $startPosition;
70 private ?int $endPosition;
83 * @var ?int $sectionid - sequence id of the section used only by dokuwiki
86 private ?int $outlineSectionId = null;
355 public function setStartPosition(int $startPosition): EditButton
361 public function setEndPosition(?int $endPosition): EditButton
455 private function getSectionId(): ?int
460 public function setOutlineSectionId(int $sectionSequenceId): EditButton
H A DEvent.php42 * @param int $maxEvent In case of a start or if there is a recursive bug. We don't want to take all the resources
45 public static function dispatchEvent(int $maxEvent = 10)
282 public static function purgeQueue(): int
H A DExceptionPhpError.php10 private int $errorLine;
33 * @return int
35 public function getErrorLine(): int
H A DFetcherImage.php29 protected ?int $requestedWidth = null;
30 protected ?int $requestedHeight = null;
179 * @return int in pixel
183 abstract function getIntrinsicWidth(): int;
192 * @return int in pixel
194 public abstract function getIntrinsicHeight(): int;
322 * @return int
324 public function getTargetHeight(): int
372 * @return int
374 public function getTargetWidth(): int
[all...]
H A DFetcherMarkup.php702 private function getCacheAge(): int
H A DFetcherPdf.php11 private ?int $pageNumber = null;
50 function getPageNumber(): int
H A DFetcherRailBar.php45 private int $requestedViewPort;
306 public function setRequestedViewPort(int $viewPort): FetcherRailBar
315 * @return int
318 public function getRequestedViewPort(): int
H A DFetcherRaster.php34 private int $imageWidth;
35 private int $imageWeight;
82 * @return int - the width of the image from the file
84 public function getIntrinsicWidth(): int
128 * @return int - the height of the image from the file
130 public function getIntrinsicHeight(): int
166 $this->imageWidth = (int)$imageSize[0];
170 $this->imageWeight = (int)$imageSize[1];
183 * @return int
187 function getRequestedWidth(): int
[all...]
H A DFetcherScreenshot.php218 public function getIntrinsicWidth(): int
227 public function getIntrinsicHeight(): int
H A DFetcherSvg.php133 private int $intrinsicHeight;
134 private int $intrinsicWidth;
425 * @return int
427 public function getIntrinsicHeight(): int
441 * @return int
444 function getIntrinsicWidth(): int
828 public function getRequestedHeight(): int
837 public function getRequestedWidth(): int
1787 private function getDefaultWidhtAndHeightForIconAndTileIfNotSet(): int
H A DFetcherVignette.php266 public function getIntrinsicWidth(): int
271 public function getIntrinsicHeight(): int
H A DFsWikiUtility.php169 * @param int $depth
172 public static function getPages($startPath, int $depth = 0): array
H A DHeadingTag.php236 * @param int|null $pos - null if the call was generated
239 public static function processRenderEnterXhtml(string $context, TagAttributes $tagAttributes, Doku_Renderer_xhtml &$renderer, ?int $pos)
562 * @param int $level
565 private static function getTagFromContext(string $context, int $level): string
H A DHtml.php98 public static function decode($int): string
100 return htmlspecialchars_decode($int, ENT_XHTML | ENT_QUOTES);
96 decode($int) global() argument
H A DHttp.php47 * @param int $int
49 public static function setStatus(int $int) argument
60 http_status($int);
H A DHttpRequest.php155 public function fetchAndExcuteBodyAsHtml(int $waitTimeInSecondToComplete = 0): HttpResponse
H A DHttpResponse.php33 * @var int
66 public static function getStatusFromException(\Exception $e): int
328 function setStatus(int $status): HttpResponse
349 function getStatus(): int
414 * @param int $waitTimeInSecondToComplete - the wait time after the load event to complete
417 public function executeBodyAsHtmlPage(int $waitTimeInSecondToComplete = 0): HttpResponse
H A DIFetcherAbs.php161 public function getCacheMaxAgeInSec(string $cacheValue): int
H A DIdentity.php204 private static function getPermissions(string $wikiId): int
H A DIdentityFormsHelper.php27 * @param int $elementPosition - the position of the element (that's how works {@link Form}
29 * @return int - the new position that should be used in a loop (the remove, add action reset the whole array indexes)
31 public static function toBootStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPosition, string $formName): int

12345678910>>...30