Home
last modified time | relevance | path

Searched refs:int (Results 426 – 450 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php38 …public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, boo…
H A DLogmaticHandler.php57 ?int $chunkSize = null
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php34 * @param int|string $interval
78 * @param int $factor set to 1000 if date is stored in seconds rather than milliseconds
82 public function setFactor(int $factor): self
/plugin/combo/syntax/
H A Dedit.php77 function getSort(): int
H A Dtoc.php76 function getSort(): int
97 * @param int $state
98 * @param int $pos - byte position in the original source file
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php32 * @param int $timeout The timeout in seconds
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null)
H A DProcess.php139 * @param int|float|null $timeout The timeout in seconds or null to disable
186 * @param int|float|null $timeout The timeout in seconds or null to disable
240 * @return int The exit status code
250 public function run(callable $callback = null, array $env = []): int
360 $this->fallbackStatus['pid'] = (int) fgets($this->processPipes->pipes[3]);
409 * @return int The exitcode of the process
479 $this->fallbackStatus['exitcode'] = (int) $data;
496 * @return int|null The process id if running, null otherwise
506 * @param int $signal A valid POSIX signal (see https://php.net/pcntl.constants)
514 public function signal(int
[all...]
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php68 protected function getPriorityField(int $id, string $streamName, array $params): string {
115 protected function btnEditNews(int $id, string $stream): string {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php56 * @var int
61 * @var int
306 protected function parseLHexValue(int $length): string
335 protected function encodeLHexValue(string $data, int $length): string
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php71 * @var int
81 * @param int $messageId
84 public function __construct(int $messageId, Control\Control ...$controls)
91 * @return int
93 public function getMessageId(): int
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php34 * nested?: array{path: non-empty-string, filter?: array<mixed>, max_children?: int, nested?: array<mixed>},
46 * from?: int,
55 * size?: int,
60 * track_total_hits?: bool|int,
158 public function setFrom(int $from): self
228 * @param int $size Maximal number of results for query (default = 10)
232 public function setSize(int $size = 10): self
460 * @param bool|int $trackTotalHits Track total hits parameter
/plugin/combo/ComboStrap/
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
H A DConditionalValue.php98 public function getBreakpointSize(): 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
/plugin/struct/action/
H A Dinline.php36 /** @var int */
202 * @param int $updatedRev timestamp of currently created revision, might be newer than input variable
213 $rid = $INPUT->int('rid');
214 $rev = $updatedRev ?: $INPUT->int('rev');
/plugin/fksnewsfeed/
H A Daction.php125 private function printStream(int $start, int $length, string $streamId, string $pageId): array {
176 private function saveIntoStreams(int $newsId, string $streamName): void {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php93 * @var int
422 function setWidth(int $int): FormMetaField argument
424 $this->width = $int;
/plugin/xcom/lang/en/
H A Dfunctions.txt42 ^Parameters |(string) [[doku>:pagename]] , (int) offset|
84 ^Parameters |(int) timestamp (See below: [[#timestamp|timestamp]])|
90 ^Parameters |(int) timestamp (See below: [[#timestamp|timestamp]])|
120 ^Parameters |(String) scope, (String) username, (int) permission|
/plugin/siteexport/
H A Dscript.js337 for ( var int = 0; int < msg.length; int++) {
339 var txtMsg = msg[int];
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php73 protected function constructMessage(Message $message, ?int $id = null)
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DRelativeNormalizerStrategy.php26 * @var array<int, ListItem>
37 public function addItem(int $level, ListItem $listItemToAdd): void
H A DAsIsNormalizerStrategy.php26 private int $parentLevel = 1;
36 public function addItem(int $level, ListItem $listItemToAdd): void
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php92 public function getPort(): ?int
/plugin/diagrams/syntax/
H A Dembed.php13 /** @var int count the current embedded diagram */
56 $data['width'] = (int)$matches[1];
57 $data['height'] = (int)$matches[2];
88 if ($INPUT->int('svg') === $this->count++) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php

1...<<11121314151617181920>>...30