Home
last modified time | relevance | path

Searched refs:count (Results 1476 – 1500 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/adfs/
H A Dadmin.php45 if (count($data)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php84 if (count($message) === 1) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php86 $this->assertEquals(2, count($children));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php39 while(count($oldTaskList)>0) {
/plugin/approve/action/
H A Drevisions.php
/plugin/farmer/admin/
H A Dinfo.php75 * List or count the animals
87 $html = count($animals);
/plugin/embeddedphp/syntax/
H A Dphpinline.php88 if (is_array($data) && (count($data) > 1)) {
/plugin/bez/mdl/
H A DUserFactory.php58 return count(array_intersect($groups, $data['grps'])) > 0;
/plugin/struct/meta/
H A DValueValidator.php
/plugin/elwikiupgrade/
H A Dadmin.php105 $count = 0;
109 $count++;
116 echo '<span class="step">'.$count.'</span>';
/plugin/htmlokay/
H A Dsyntax.php293 if (count($err))
343 if (count($err))
359 if (count($err))
/plugin/farm/
H A Dinfos.animal.class.php158 return round(array_sum(array_map(create_function('$e', 'return $e[\'size\'];'), $f)) / count($f));
307 $info['count'] = count($fi);
401 $info['count'] = count($fi);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php430 for ($i = 0, $len = count($lines); $i < $len; $i++)
493 $used_len = strlen($lines[count($lines)-1]);
523 if (count($lines) > 1)
/plugin/tplmod/
H A Daction.php218 for($i=0; $i<count($ips); $i++) {
252 for($i=0; $i<count($ips); $i++) {
287 for($i=0; $i<count($ips); $i++) {
/plugin/passpolicy/
H A Dhelper.php80 if (count($opts)) { // ignore empty pool setups
86 if ($this->min_pools > count($this->usepools)) $this->min_pools = $this->usepools;
500 $this->wordlistlength = count($this->wordlist);
/plugin/translate/
H A Dhelper.php277 if (count($langs) == 0 && !$has_permission_translate) return;
280 if (count($langs) > 0 && !in_array($origlang, $langs)) {
314 if (count($langs) > 10) // FIXME configuration
/plugin/ckgedit/action/
H A Dsave.php437 $nLink=count($aLink);
456 $nPage=count($aPage);
474 $nPageDiff=count($aPageDiff);
/plugin/tag/
H A Dhelper.php253 if (!count($pages)) {
320 if ($num && count($result) >= $num) {
360 * Get count of occurrences for a list of tags
363 * @param array $namespaces array of namespaces where to count the tags
367 * $tag => int count
395 // don't count hidden pages or pages the user can't access
402 // count all pages
403 $tagOccurrences[$tag] = count($pages);
/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;
/plugin/siteexport/action/
H A Dajax.php120 if ( count($data) == 0 && !$this->functions->settings->hasValidCacheFile ) {
220 …$maxRedirectNumber = ceil((count($this->__get_siteexport_list($INPUT->str('ns'), true))*5)/$this->…
521 $this->functions->settings->depth = str_repeat('../', count(explode('/', $fileName))-1);
856 …$newDepth = './' . str_repeat('../', count(explode('/', $fileName))-1); // it is an ID at this poi…
887 $newDepth = str_repeat('../', count(explode('/', $fileName))-1);
903 $newDepth = str_repeat('../', count(explode('/', $fileName))-1);
946 $newDepth = str_repeat('../', count(explode('/', $fileName))-1);
1176 if (count($data) > 0) {
1263 if (count($PARTS) > 1) {
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js165 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te… argument
1278 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
1293 if (!this.editorUi.isOffline() && results.length <= count / 4)
1295 var pg = page - Math.ceil((len - count / 4) / count);
1298 '&p=' + pg + '&c=' + count, mxUtils.bind(this, function(req)
1319 succ(results, (page - 1) * count + results.length, res.icons.length == count, terms);
/plugin/godiag/
H A Dsyntax.php239 $last=count($source_lines)-1;
259 $len=count($as_array);
806 if (count($AB)) $SGFString .= 'AB[' . join('][', $AB) . "]\n";
807 if (count($AW)) $SGFString .= 'AW[' . join('][', $AW) . "]\n";
809 if (count($CR)) $Markup = 'CR[' . join('][', $CR) . "]\n";
810 if (count($SQ)) $Markup .= 'SQ[' . join('][', $SQ) . "]\n";
811 if (count($LB)) $Markup .= 'LB[' . join('][', $LB) . "]\n";
/plugin/freechat/phpfreechat/src/commands/
H A Dsend.class.php52 if (count($errors) > 0)
/plugin/structgroupby/syntax/
H A Done.php45 if (count($data['cols']) > 1) {
/plugin/showlinkpermission/
H A Drenderer.php34 if (count($parts) === 2) {

1...<<51525354555657585960>>...102