Home
last modified time | relevance | path

Searched refs:count (Results 876 – 900 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/snippets/
H A Dadmin.php94 for($i=0; $i<count($ar); $i++) {
113 for($i=0; $i<count($matches_tm[1]);$i++) {
183 if(count($updated)) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php123 $fixed = (count($columns) - 1) * $border; // borders are used already
198 $len = count($wrapped[$col]);
205 $last = count($columns) - 1;
255 // don't count color codes
/plugin/bez/ctl/
H A Dthread.php91 if(count($_POST) === 0) {
112 if (count($_POST) > 0) {
124 if (count($_POST) === 0) {
/plugin/bez/tpl/
H A Dtasks.php167 <?php $count = 0 ?> variable
172 <?php $count += 1 ?>
252 <td colspan="<?= $colspan ?>>"><?php echo $count ?></td>
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php14 if (count($this->content) == 0) { return; };
259 for ($i=0; $i < count($this->content); $i++) {
261 if ($cur_row >= count($rows)) {
296 if ($cur_col >= count($cols)) {
/plugin/autotranslation/
H A Daction.php98 if(count($translations) > 1) {
145 $count = count($event->data['script']);
146 for($i = 0; $i < $count; $i++) {
/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;
/plugin/qna/
H A Daction.php69 $instructions = count($event->data->calls);
284 if (count($this->correction) > 0) {
286 $corrections = count($index);
287 $instructions = count($instruction);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php182 for ($i = 1, $length = \count($characters); $i < $length; $i++) {
480 $count = $this->readInt();
483 for ($i = 0; $i < $count; $i++) {
505 $count = \count($atn->ruleToStartState);
507 for ($i = 0; $i < $count; $i++) {
511 for ($i = 0; $i < $count; $i++) {
577 $count = $ruleToStartState->getNumberOfTransitions();
579 while ($count > 0) {
580 $bypassStart->addTransition($ruleToStartState->getTransition($count
[all...]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php242 * if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
361 protected $count; variable in jucksearm\\barcode\\lib\\QRcode
619 $size = count($qrTab);
648 $len = count($frame);
695 $this->count = 0;
869 if ($this->count < $this->dataLength) {
870 $row = $this->count % $this->blocks;
871 $col = $this->count / $this->blocks;
876 } elseif ($this->count < $this->dataLength + $this->eccLength) {
877 $row = ($this->count
[all...]
H A DPDF417.php537 // count number of codewords
538 $numcw = count($codewords);
575 $numcw += count($macrocw);
831 if ((strlen($prevtxtseq) == 1) AND ((count($sequence_array) > 0) AND ($sequence_array[(count($sequence_array) - 1)][0] == 900))) {
904 $txtarrlen = count($txtarr);
/plugin/bureaucracy-au/
H A Dsyntax.php81 while(count($lines) > 0) {
88 if(count($args) < 2) {
169 if(count($actions) < 1) {
269 $len = count($data['fields']);
436 if(!$inQuote || count($lines) === 0) break;
/plugin/bureaucracyau/
H A Dsyntax.php81 while(count($lines) > 0) {
88 if(count($args) < 2) {
169 if(count($actions) < 1) {
269 $len = count($data['fields']);
436 if(!$inQuote || count($lines) === 0) break;
/plugin/publist/
H A Dsyntax.php70 if (count($single) == 1 && count($optparts[2]) == 1) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php128 echo ' AFFECTING '.count($report['messages']).' LINE';
129 if (count($report['messages']) !== 1) {
/plugin/calendoku/
H A Daction.php86 if (count($match[5]) == 1)
88 if (count($match[6]) == 1)
/plugin/log/
H A Dsyntax.php36 $maxcount = count($match) > 1 ? $match[1] : 5;
56 $max = count($instructions);
/plugin/rrdgraph/
H A Daction.php53 if (count($parts) < 3) return false;
161 if (count($this->getMissingDependencies()) == 0) {
/plugin/htvid/syntax/
H A Dvideo.php122 if(count($arr_attr) == 1) {
130 elseif(count($arr_attr) == 2) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php116 if (isset($data->serverErrors) && 0 < count($data->serverErrors)) {
122 if (isset($data->errors) && 0 < count($data->errors)) {
/plugin/survey/helper/
H A Dsurvey.php228 while ($currentLine < count($syntaxArray)) {
297 if (count($returnArray["_children"]) > 0) {
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php118 if (count($hashedMessage) != $this->hashAlgorithm->getLength()) {
325 if (count($dataImprint) < 2) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php699 if ($parser->isInfinite() && count($result) >= count($expected)) {
/plugin/iptrust2/
H A Daction.php112 if(count($matches)){
130 if(count($matches)){
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php699 if ($parser->isInfinite() && count($result) >= count($expected)) {

1...<<31323334353637383940>>...102