Home
last modified time | relevance | path

Searched refs:int (Results 376 – 400 of 743) sorted by path

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

/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DNewline.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php21 * @var array<int, string>|null
31 private ?int $lineCount = null;
34 private int $lineOffset;
36 public function __construct(string $content, int $lineOffset = 0)
71 public function getLineCount(): int
H A DMarkdownInputInterface.php21 * @return iterable<int, string>
25 public function getLineCount(): int;
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php28 protected int $depth = 0;
220 public function getDepth(): int
230 public function iterator(int $flags = 0): NodeIterator
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php24 * @phpstan-implements \IteratorAggregate<int, T>
25 * @phpstan-implements \ArrayAccess<int, T>
30 * @var array<int, mixed>
31 * @phpstan-var array<int, T>
38 * @param array<int|string, mixed> $elements
40 * @phpstan-param array<int, T> $elements
70 * @return \ArrayIterator<int, mixed>
72 * @phpstan-return \ArrayIterator<int, T>
83 * @return int The count as an integer.
85 public function count(): int
[all...]
H A DLinkParserHelper.php54 public static function parseLinkLabel(Cursor $cursor): int
H A DPrioritizedList.php28 * @var array<int, array<mixed>>
29 * @phpstan-var array<int, array<T>>
44 public function add($item, int $priority): void
51 * @return \Traversable<int, mixed>
53 * @phpstan-return \Traversable<int, T>
H A DRegexHelper.php103 * @return int|null Index of match, or null
107 public static function matchAt(string $regex, string $string, int $offset = 0): ?int
130 public static function matchFirst(string $pattern, string $subject, int $offset = 0): ?array
163 * @param int $type HTML block type
175 public static function getHtmlBlockOpenRegex(int $type): string
200 * @param int $type HTML block type
212 public static function getHtmlBlockCloseRegex(int $type): string
/plugin/components/
H A DREADME.md17 …lue is the response to be sent to the client. The return value could be an int, a float, a bool, a…
/plugin/custombuttons/
H A Dadmin.php87 unset($conf[$INPUT->int('delete')]);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datepicker/
H A Daction.php48 $datecount = $INPUT->int('id');
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection39 dir2.sort(lambda x,y: int(x["atime"]-y["atime"]))
59 left = int(left - file["size"])
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md164 int.
H A DREADME.md610 * @param string|int $status
/plugin/diagrams/action/
H A Dembed.php46 $pos = $INPUT->int('pos');
47 $len = $INPUT->int('len');
91 $pos = $INPUT->int('pos');
92 $len = $INPUT->int('len');
/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/diagramsnet/lib/resources/
H A Ddia_es.txt85 cannotLoad=Los intentos de carga fallaron. Por favor, inténtelo nuevamente más tarde.
86 cannotLogin=Los intentos de inicio de sesión fallaron. Por favor, inténtelo nuevamente más tarde.
H A Ddia_gl.txt85 cannotLoad=Fallaron os intentos de carregamento. Por favor, inténtao de novo máis tarde.
86 cannotLogin=Fallaron os intentos de acceso. Por favor, inténtao de novo máis tarde.
/plugin/diffpreview/
H A Daction.php174 'date' => $INPUT->post->int('date'),
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426int age\n Animal : +String gender\n Animal: +isMammal()\n Animal: +mate()\n class Duck…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js.map1 … 'if',\n 'in',\n 'initonly',\n 'inline',\n 'int',\n 'interfa…
H A D1.1.js.map1 …nout',\n 'input',\n 'inside',\n 'instance',\n 'int',\n 'integer…
H A D11.11.js.map1 … 'true',\n 'type',\n 'with'\n ],\n typeKeywords: ['int', 'unit', 'string',…

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