Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 2539) sorted by last modified time

12345678910>>...102

/plugin/bureaucracy/helper/
H A Dfieldusers.php48 if (isset($matches[2]) && is_array($matches[2]) && count($matches[2]) == 2) {
H A Dfieldwiki.php63 … } elseif (isset($ins[count($ins) - 2][1][0]) && $ins[count($ins) - 2][1][0] === 'struct_output') {
/plugin/bureaucracy/
H A Dsyntax.php86 while(count($lines) > 0) {
93 if(count($args) < 2) {
174 if(count($actions) < 1) {
274 $len = count($data['fields']);
441 if(!$inQuote || count($lines) === 0) break;
/plugin/addnewpage/
H A Dsyntax.php208 …while(!empty($ancestor_stack) && strpos($ns, $ancestor_stack[count($ancestor_stack) - 1] . ':') !=…
213 …ted_depth = empty($ancestor_stack)? 1 : (2 + substr_count($ancestor_stack[count($ancestor_stack) -…
214 for ($i = $first_unprinted_depth, $end = count($nsparts); $i <= $end; $i++) {
278 $cnt = count($newpagetemplates);
/plugin/gitbacked/lib/
H A DGit.php315 if(count($_ENV) === 0) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php40 for ($i = 1; $i <= $list->count(); $i++) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php112 if (\count($m[0]) === 0) {
119 // count(array_count_values()) is faster then count(array_unique())
122 $differentLineEndings = \count(\array_count_values($m[0]));
130 $linesCount = \count($lines);
142 $c = \count($pieces);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php282 for ($count = 0; $count < 8192; ++$count) {
286 $bitCount += (int) (($count & (1 << $bit_index)) != 0);
291 $reverse = ($this->imbReverseUs($count) >> 3);
292 // if the reverse is less than count, we have already visited this pair before
293 if ($reverse >= $count) {
294 // If count is symmetric, place it at the first free slot from the end of the list.
296 if ($reverse == $count) {
297 $table[$lui] = $count;
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php287 $ncores = count($cores);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php36 $additiveNumsCount = count($additive_nums);
H A DDecToRoman.php51 $symbolGroupCount = count($this->symbolMap);
63 $symbolMapCount = count($this->symbolMap);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php72 $count_m = count($m[0]);
80 $count_m = count($m[0]);
93 $count_m = count($m[1]);
178 $count_cxtem = count($cxtem[0]);
202 $count_cxtem = count($cxtem[0]);
220 $count_m = count($m[0]);
232 $count_idata = count($idata[0]);
249 $count_m = count($m[1]);
255 $count_m = count($m[1]);
261 $count_m = count(
[all...]
H A DForm.php383 for ($i = 0; $i < count($objattr['items']); $i++) {
392 if (count($data['SEL']) === 0 && $this->formSelectDefaultOption) {
814 for ($i = 0; $i < count($js); $i++) {
909 if (is_array($js) && count($js) > 0) {
950 for ($i = 0; $i < count($array['VAL']); $i++) {
955 for ($i = 0; $i < count($array['VAL']); $i++) {
1679 $count = count($form['OPT']['VAL']);
1680 for ($i = 0; $i < $count; $i++) {
1694 if (count(
[all...]
H A DFpdiTrait.php
H A DGradient.php48 $n = count($this->mpdf->gradients) + 1;
55 for ($i = 0; $i < count($patch_array); $i++) {
58 for ($j = 0; $j < count($patch_array[$i]['points']); $j++) {
78 for ($j = 0; $j < count($patch_array[$i]['colors']); $j++) {
108 for ($i = 0; $i < count($patch_array); $i++) {
112 for ($j = 0; $j < count($patch_array[$i]['points']); $j++) {
118 for ($j = 0; $j < count($patch_array[$i]['colors']); $j++) {
484 $n = count($this->mpdf->gradients) + 1;
492 if (count($stops) == 1) {
498 if (!isset($stops[count(
[all...]
H A DHyphenator.php159 return !(count($this->patterns) < 1 || ($this->loadedPatterns && $this->loadedPatterns !== $this->mpdf->SHYlang));
168 $patternCount = count($patterns);
191 $poss[] = $p - count($poss);
197 if (count($poss)) {
H A DMpdf.php1689 if (count($res)) { // Leave full list of available fonts if passed blank array
1694 if (count($this->available_unifonts) == 0) {
1919 $n = count($this->extgstates);
1922 if (count($this->extgstates[$i]['parms']) == count($parms)) {
1993 if (count($this->cellBorderBuffer)) {
2007 if (count($this->columnbuffer)) {
2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {
2164 if (count($sz) == 2) {
2282 $n = count(
[all...]
H A DOtl.php279 if (count($ScriptLang)) {
295 elseif (count($ScriptLang)) {
313 for ($i = 0; $i < count($this->OTLdata); $i++) {
441 for ($i = 0; $i < count($this->OTLdata); $i++) {
533 for ($ptr = 1; $ptr < count($this->OTLdata); $ptr++) {
547 for ($ptr = 0; $ptr < count($this->OTLdata); $ptr++) {
552 for ($i = 0; $i < count($sub); $i++) {
567 $ptr += count($sub) - 1;
852 for ($ptr = 0; $ptr < count($this->OTLdata); $ptr++) {
917 for ($ptr = 0; $ptr < count(
[all...]
H A DOtlDump.php482 $nameCount = count($names);
542 for ($i = 0; $i < count($psName); $i++) {
921 if (count($glyphToChar[$left]) == 1 && count($glyphToChar[$right]) == 1) {
969 if (isset($GlyphByClass[1]) && count($GlyphByClass[1]) > 0) {
985 if (isset($GlyphByClass[2]) && count($GlyphByClass[2]) > 0) {
1001 if (isset($GlyphByClass[3]) && count($GlyphByClass[3]) > 0) {
1017 if (isset($GlyphByClass[4]) && count($GlyphByClass[4]) > 0) {
1045 The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1052 An AttachPoint table consists of a count o
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php101 if (count($ttf->panose)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php253 while (count($pixels) % $lineWidth !== 0) {
258 while (count($pixels) % $lineWidth !== 0) {
288 if (count($pixels) % 2) {
291 $cnt = count($pixels) / 2;
H A DImageProcessor.php276 $info['i'] = count($this->mpdf->formobjects) + 1;
358 $info['i'] = count($this->mpdf->images) + 1;
397 if (count($icc) > 0) {
425 $info['i'] = count($this->mpdf->images) + 1;
708 $imgmask = count($this->mpdf->images) + 1;
726 $info['i'] = count($this->mpdf->images) + 1;
789 $info['i'] = count($this->mpdf->images) + 1;
892 $info['i'] = count($this->mpdf->images) + 1;
941 $info['i'] = count($this->mpdf->images) + 1;
1003 $info['i'] = count(
[all...]
H A DSvg.php372 $n = count($this->mpdf->gradients) + 1;
398 for ($i = 0; $i < count($pts); $i++) {
422 if (count($c) == 3) {
426 for ($i = 0; $i < count($pts); $i++) {
469 if (count($m[0])) {
470 for ($i = 0; $i < count($m[0]); $i++) {
474 if ($c == 'matrix' && count($vv) == 6) {
478 } elseif ($c == 'translate' && count($vv)) {
480 if (count($vv) == 2) {
487 } elseif ($c == 'scale' && count(
[all...]
H A DWmf.php157 for ($i = 0; $i < count($dashArray); $i++) {
159 if ($i != count($dashArray) - 1) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php345 $count = count($info);
346 if (!$count) {
351 for ($i = 1; $i < $count; $i++) {
358 self::initial_reordering_syllable($info, $GSUBdata, $indic_config, $scriptblock, $is_old_spec, $last, $count);
363 $count = count($info);
364 for ($i = 0; $i < $count; $i++) {
383 while ($idx < count($info)) {
392 while ($idx < count(
[all...]

12345678910>>...102