Home
last modified time | relevance | path

Searched refs:count (Results 376 – 400 of 2539) sorted by relevance

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

/plugin/quiz/
H A Dclass_quiz.php81 $count_a = count($data['questions']);
144 for($n=1; $n<=count($a['choices']); $n++) {
156 for($n=1; $n<=count($a['choices']); $n++) {
180 $total_answers = count($_POST['answers']);
267 for($n=1; $n<=count($a['choices']); $n++) {
304 for($n=1; $n<=count($a['choices']); $n++) {
321 for($n=1; $n<=count($a['choices']); $n++) {
357 $nr = count($lines);
449 if (count($quizz['questions'][$nquest]['choices']) == 0) {
451 } elseif (count($quizz['questions'][$nquest]['answers']) > 1) {
[all …]
/plugin/docimporter/
H A DSyntaxConverter.php87 if (count($this->codeBlock) > 0) {
155 $replace = $this->placeholder . (count($this->codeBlock) - 1) . '@@';
169 for ($i = 0, $numBlocks = count($this->codeBlock); $i < $numBlocks; $i++) {
220 $numParts = count($parts);
251 if (count($matches) > 0) {
/plugin/explorertree/
H A Dhelper.php109 …search($data,$conf['datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(e…
110 $count = count($data);
111 if($count>0) for($i=1; $i<$count; $i++){
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php135 $state->stateNumber = \count($this->states);
150 $s->decision = \count($this->decisionToState) - 1;
157 if (\count($this->decisionToState) === 0) {
166 return \count($this->decisionToState);
190 if ($stateNumber < 0 || $stateNumber >= \count($this->states)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php30 return $this->count() === 0;
33 public function count() : int function in Antlr\\Antlr4\\Runtime\\Utils\\Set
143 if (\count($this->table[$hash]) === 0) {
166 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
/plugin/sqlite/
H A DSQLiteDB.php191 $count = $stmt->rowCount();
193 if ($count && preg_match('/^INSERT /i', $sql)) {
197 return $count;
231 if (is_array($row) && count($row)) {
250 $placeholders = array_pad([], count($columns), '?');
285 if (is_array($result) && count($result)) {
304 if (count(array_keys($result[0])) != 2) {
/plugin/pagestat/syntax/
H A Dedit.php46 list($state,$match,$count) = $data;
50 $length = count($arg_list);
60 <div class="xxpg xxpg_$subname" id="xxpg_$subname$count" pt_arg="$pt_arg" pt_arg_count="$length" >
H A Deditpt.php47 list($state,$match,$count) = $data;
51 $length = count($arg_list);
61 <span class="xxpg xxpg_$subname" id="xxpg_$subname$count" pt_arg="$pt_arg" pt_arg_count="$length" >
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php55 for($i=0; $i < count($lengths); $i++) {
89 for ($i = 0; $i < count($lengths); $i++) {
103 for($i = 0; $i < count($values); $i++) {
H A Ddom.activelink.inc.php73 if (count($this->parents) > 0) {
100 $parent =& $this->parents[count($this->parents)-1];
113 $parent =& $this->parents[count($this->parents)-1];
116 if ($this->index >= count($nodes)-1) {
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php86 for ($i = $current, $count = count($lines); $i < $count; $i++) {
H A DGithubMarkdown.php65 for ($i = $current, $count = count($lines); $i < $count; $i++) {
/plugin/gtime/gtlib/asn1/
H A DASN1Object.php66 for ($i = count($bytes) - 1; $i >= 0; $i--) {
100 if (count($stream) < $limit) {
101 …throw new GTException("not enough bytes, tried to read {$limit}, but only " . count($stream) . " r…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php157 $count = 0;
160 $count += $test->countTestCases();
163 return $count;
/plugin/requiz/
H A Dhelper.php31 $qcnt = count($qset);
42 $acnt = count($qset[$qidx]['answers']);
63 $qcnt = count($qset);
/plugin/smtp/classes/
H A DMessage.php77 $count = count($lines);
78 for($i=0; $i<$count; $i++) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DLegend.php21 if (count($this->mpdf->textbuffer) && !$this->mpdf->tableLevel) {
22 $leg = $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1];
23 unset($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]);
/plugin/diagrams/syntax/
H A Dembed.php13 /** @var int count the current embedded diagram */
14 protected $count = 0; variable in syntax_plugin_diagrams_embed
77 $data['url'] = wl($ID, ['do' => 'export_diagrams', 'svg' => $this->count++, 'rev' => $REV], true, '&');
88 if ($INPUT->int('svg') === $this->count++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedAtLeastOnce.php37 $count = $this->getInvocationCount();
39 if ($count < 1) {
/plugin/zotero/
H A DTextZoteroRepository.php52 if (count($columns) != 8)
134 $count = 0;
139 $count++;
142 return $count;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php94 \count($this->getNode('blocks'))
95 || \count($this->getNode('traits'))
98 || \count($this->getNode('constructor_start'))
99 || \count($this->getNode('constructor_end'))
214 $countTraits = \count($this->getNode('traits'));
386 $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros'));
394 if (!\count($nodes)) {
399 if (!\count($node)) {
/plugin/wikistats/
H A Dsyntax.php383 foreach($list as $resname => $count) {
384 if ($count <= 0) continue; // don't display resources with zero occurrences
390 $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$count.'</td>'.DOKU_LF;
428 … .= DOKU_TAB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('tags').' ('.count($occurrences).')</…
438 foreach($occurrences as $tagname => $count) {
439 if ($count <= 0) continue; // don't display tags with zero occurrences
442 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$count.'</td>'.DOKU_LF;
475 …KU_TAB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('namespaces').' ('.count($list).')</th>'.DO…

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