Home
last modified time | relevance | path

Searched refs:count (Results 251 – 275 of 2539) sorted by last modified time

1...<<11121314151617181920>>...102

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php92 for ($count = 0, $n = \strlen($s); $count < $n; $count++) {
93 if ($s[$count] !== '\\') {
94 $out .= $s[$count];
97 if ($count === ($n - 1)) {
101 switch ($s[++$count]) {
105 $out .= $s[$count];
129 if ($count !== $n - 1 && $s[$count
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php120 if (\count($inheritedKeys) > 0) {
131 if (isset($parentDict->value['Parent']) && \count($inheritedKeys) > 0) {
H A DPdfReader.php89 * Get the page count.
102 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser);
104 $this->pageCount = PdfNumeric::ensure($count)->value;
201 if (\count($this->pages) > 0) {
205 $readPages = function ($kids, $count) use (&$readPages, $readAll) {
207 $isLeaf = ($count->value === \count($kids->value));
230 $count = PdfType::resolve(PdfDictionary::get($pages, 'Count'), $this->parser);
232 $readPages($kids, $count);
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
335 self::$installed = $installed[count($installed) - 1];
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php206 * @return int The page count of the PDF document.
340 || ($contents instanceof PdfArray && \count($contents->value) === 1)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php144 if (\count($subSections) === 0) {
178 if (\count($subSections) > 1) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php185 if (count($versionParts) === 2) {
/plugin/dw2pdf/
H A Daction.php225 if (count($result) > 0) {
525 $no_pages = count($this->list);
912 $countA = count($partsA);
914 $countB = count($partsB);
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php358 // calculate bit count
544 $rsBlockOrderNum = count($this->rsBlockOrder);
/plugin/hidden/
H A Dsyntax.php72 if ( count($initialState) != 0) {
90 if ( count($found) > 1 ){
99 if( count($active) != 0 ){
109 if( count($element) != 0 ){
152 if ( count($text) != 0 ){
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php129 public function count(): int function in ComboStrap\\ArrayCaseInsensitive
H A DCallStack.php839 array_splice($this->callStack, count($this->callStack), 0, $instructions);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php108 * Return the sequence list count.
111 * @see Countable::count()
113 public function count(): int { function in PhpCss\\Ast\\Selector\\Group
114 return count($this->_sequences);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php690 if (count(static::getChildrenClass()) >= 1) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php159 return count($elements) > 0 ? $elements : null;
210 return count($visibleElements) > 0 ? $visibleElements : null;
566 return count($driver->getWindowHandles()) == $expectedNumberOfWindows;
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php44 * @var int Max iteration count when searching for next run date
129 if (count($this->cronParts) < 5) {
165 * Set max iteration count for searching next run dates
167 * @param int $maxIterationCount Max iteration count when searching for next run date
H A DHoursField.php44 $position = $invert ? count($hours) - 1 : 0;
45 if (count($hours) > 1) {
46 for ($i = 0; $i < count($hours) - 1; $i++) {
H A DMinutesField.php36 $position = $invert ? count($minutes) - 1 : 0;
37 if (count($minutes) > 1) {
38 for ($i = 0; $i < count($minutes) - 1; $i++) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php47 "inflect", // Inflect the wording based on count ie. 1 album, 10 albums
306 if (is_array($tmp) && ! count($tmp)) {
312 $itemCount = count($tmp);
570 * {{inflect count 'album' 'albums'}}
571 * {{inflect count '%d album' '%d albums'}}
H A DTokenizer.php174 if (count($newBuffer) == 2) {
202 $lastIndex = count($this->tokens) - 1;
265 $tokensCount = count($this->tokens);
293 $tokensCount = count($this->tokens);
311 $this->lineStart = count($this->tokens);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php303 if (\count($reach->elements()) === 0) {
820 $newState->stateNumber = $dfa->states->count();
H A DLexerActionExecutor.php114 for ($i = 0, $count = \count($this->lexerActions); $i < $count; $i++) {
H A DParserATNSimulator.php315 for ($d = 0, $count = \count($this->decisionToDFA); $d < $count; $d++) {
629 if ($edges === null || $t + 1 < 0 || $t + 1 >= $edges->count()) {
969 if (\count($intermediate->elements()) === 1) {
1025 if (\count($skippedStopStates) === 0) {
1371 $count = \count($altToPred);
1373 for ($i = 1; $i < $count; $i++) {
2398 $D->stateNumber = $dfa->states->count();
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php160 "{{#inflect count 'album' 'albums' }}",
161 ["count" => 1],
165 "{{#inflect count 'album' 'albums' }}",
166 ["count" => 10],
170 "{{#inflect count '%d album' '%d albums' }}",
171 ["count" => 1],
175 "{{#inflect count '%d album' '%d albums' }}",
176 ["count" => 10],
454 $this->assertEquals(0, count(glob($path . '/*')));
456 $this->assertEquals(1, count(glo
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php46 return \count($result->operands) === 1 ? $result->operands[0] : $result;
65 return \count($result->operand) === 1 ? $result->operand[0] : $result;

1...<<11121314151617181920>>...102