Home
last modified time | relevance | path

Searched refs:count (Results 251 – 275 of 2539) sorted by path

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

/plugin/autolink3/
H A Dajax.php19 if(!count($_POST) && $HTTP_RAW_POST_DATA)
H A Dscript.js16 this.count = 0;
64 pl_si.count = pl_si.pages.length;
95 …plugin_tagindex_status('indexing<br />'+pl_si.page+'<br />('+pl_si.done+'/'+pl_si.count+')<br />');
/plugin/autonumbering/
H A Dsyntax.php103 $levelsQty = count($dataTab);
127 $counter_levelsQty = count($COUNTER[$counterID]);
/plugin/autotooltip/
H A Dsyntax.php66 if (count($inner) < 1) {
72 $data['classes'] = count($classes) >= 1 ? $classes[1] : '';
79 if (count($parts) > 1) {
94 if (count($content) >= 1 || count($pageid) >= 1) {
95 $data['content'] = count($content) >= 1 ? $content[1] : '';
96 $data['tip'] = count($tip) >= 1 ? $tip[1] : null;
97 $data['title'] = count($title) >= 1 ? $title[1] : null;
/plugin/autotranslation/
H A Daction.php98 if(count($translations) > 1) {
145 $count = count($event->data['script']);
146 for($i = 0; $i < $count; $i++) {
/plugin/badbehaviour/
H A Daction.php83 function bb2_db_num_rows($result) { return ($result === FALSE) ? 0 : count($result); }
H A Dadmin.php81 foreach($stats as $code => $count){
85 printf("%.2f%%",100*$count/$all);
88 echo $count;
119 if(count($lines)){
198 if(!count($cparts)) continue;
/plugin/barcode/
H A Dsyntax.php42 $last = count($paramsArr);
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php59 if (1 === \count($packages)) {
333 self::$installed = $installed[count($installed) - 1];
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2175 for ($count = 0; $count < 8192; ++$count) {
2178 $bit_count += intval(($count & (1 << $bit_index)) != 0);
2182 $reverse = ($this->imb_reverse_us($count) >> 3);
2184 if ($reverse >= $count) {
2187 if ($reverse == $count) {
2188 $table[$lui] = $count;
2191 $table[$lli] = $count;
H A DBarcode2D.php161 $this->barcode_array['num_rows'] = count($rows);
H A DBarcodeFactory.php289 if (count($output) == 0)
293 if (count($filePath) == 1 ) {
368 if (count($output) == 0)
372 if (count($filePath) == 1 ) {
H A DDatamatrix.php231 $nd = count($cw);
H A DDatamatrixFactory.php266 if (count($output) == 0)
270 if (count($filePath) == 1 ) {
330 if (count($output) == 0)
334 if (count($filePath) == 1 ) {
H A DPDF417.php538 $numcw = count($codewords);
575 $numcw += count($macrocw);
831 …if ((strlen($prevtxtseq) == 1) AND ((count($sequence_array) > 0) AND ($sequence_array[(count($sequ…
904 $txtarrlen = count($txtarr);
H A DPDF417Factory.php270 if (count($output) == 0)
274 if (count($filePath) == 1 ) {
334 if (count($output) == 0)
338 if (count($filePath) == 1 ) {
H A DQRcode.php361 protected $count; variable in jucksearm\\barcode\\lib\\QRcode
619 $size = count($qrTab);
648 $len = count($frame);
695 $this->count = 0;
870 $row = $this->count % $this->blocks;
883 $this->count++;
1473 if (count($setData) < $size) {
2017 $bits = count($bstream);
2145 if (count($bitstream) == 0) {
2190 $size = count($bstream);
[all …]
H A DQRcodeFactory.php318 if (count($output) == 0)
322 if (count($filePath) == 1 ) {
389 if (count($output) == 0)
393 if (count($filePath) == 1 ) {
/plugin/batchedit/
H A Dengine.php213 $count = preg_match_all('/\n/', $context, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
215 if ($count > $contextLines) {
216 $context = substr($context, $match[$count - $contextLines - 1][0][1] + 1);
231 $count = preg_match_all('/\n/', $context, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
233 if ($count > $contextLines) {
266 $count = @preg_match_all($regexp, $text, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
268 if ($count === FALSE) {
274 if ($limit >= 0 && $count > $limit) {
275 $count = $limit;
290 for ($i = 0; $i < $count;
[all...]
H A Dinterface.php283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
/plugin/bbs/
H A Dsyntax.php84 for ($i=0,$I=count($args);$i<$I;++$i) {
110 $this->tags[count]++;
115 $count = $this->tags[count];
116 if ($count) $this->ret .= str_repeat( '</span>', $count+1 );
/plugin/bez/action/
H A Dbase.php75 if (count($args) === 0) {
101 for ($i = 0; $i < count($elms); $i += 2) {
128 if (count($args) > 0) {
129 if (isset($args[count($args)-1]['GET'])) {
H A Ddefault.php169 if (count($ex) % 2 !== 0) {
173 for ($i = 0; $i < count($ex); $i += 2) {
/plugin/bez/cron/
H A Dfunctions.php32 if (count($days_before) == 0) {
112 if (count($issues) + count($outdated_tasks) + count($coming_tasks) == 0)
/plugin/bez/ctl/
H A Dactivity_report.php11 if(count($_POST) > 0 && ($_POST['from'] != '' || $_POST['to'] != '')) {

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