Home
last modified time | relevance | path

Searched refs:count (Results 401 – 425 of 2539) sorted by last modified time

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

/plugin/statistics/inc/
H A DStatisticsLogger.class.php94 if (!count($groups)) {
215 * @param int $addview set to 1 to count a view
492 * Log the current page count and size as today's history entry
521 * Log the current page count and size as today's history entry
H A DStatisticsGraph.class.php137 45, 1, false, ceil(count($times) / 12)
301 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
351 ($hours ? 0 : 45), 1, false, ceil(count($times) / 12)
/plugin/statistics/inc/pchart/
H A DPieChart.php222 (count($PolyPlots [$Key]) + 1) / 2,
242 for($j = 0; $j <= count($TopPlots [$Key]) - 4; $j = $j + 2)
429 (count($PolyPlots [$Key]) + 1) / 2,
499 $SpliceRatio = (360 - $SpliceDistanceRatio * count($iValues)) / $PieSum;
654 (count($BotPlots [$Key]) + 1) / 2,
664 for($j = 0; $j <= count($aBotPlots [$Key]) - 4; $j = $j + 2) {
698 (count($Plots) + 1) / 2,
702 $Index = count($Plots);
734 for($Key = count($iValues) - 1; $Key >= 0; $Key--) {
737 (count(
[all...]
H A DPalette.php83 if(count($values) == 3) {
86 }elseif(count($values) == 1 && $values[0] !== ''){
H A DpChart.php341 if(count($Data->getData()) > 1) {
343 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()) - 1);
345 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()));
353 $this->DataCount = count($Data->getData());
1772 assert(count($XIn) == count($YIn));
1773 assert($Index + 1 >= count($XIn));
2233 $Series = count($DataDescription->values);
2465 $Points = count($Data);
2513 (count(
[all...]
H A DpData.php72 for($i = 0; $i < count($this->Data); $i++) {
/plugin/statistics/
H A Dadmin.php488 $count = 0;
554 if($pager && ($count == $pager)) break;
555 $count++;
559 if($pager) $this->html_pager($pager, count($result) > $pager);
/plugin/farmer/admin/
H A Dinfo.php75 * List or count the animals
87 $html = count($animals);
H A Dsetup.php50 } elseif (count(scandir($farmdir)) > 2) {
/plugin/farmer/
H A DDokuWikiFarmCore.php208 for ($j = count($parts); $j > 0; $j--) {
/plugin/farmer/3rdparty/
H A DPHPIco.php160 $data = pack('vvv', 0, 1, count($this->images));
165 $offset = 6 + ($icon_dir_entry_size * count($this->images));
/plugin/const/
H A Daction.php75 if (count($item) === 2) {
154 if (count($item) === 2) {
180 for ($l = 0; $l < count($wikified); $l++) {
231 $count = count($calls);
235 for ($i = 0; $i < $count; $i++) {
H A Dclass.evalmath.php212 $stack_count = count( $stack );
511 $count = $token['arg_count'];
636 if ( 1 !== $stack->count ) {
699 if ( count( $value ) > 1 ) {
747 public $count = 0; variable in EvalMath_Stack
758 ++$this->count;
769 if ( $this->count > 0 ) {
770 --$this->count;
771 return $this->stack[ $this->count ];
785 if ( ( $this->count - $n ) >= 0 ) {
[all …]
/plugin/sql2wiki/syntax/
H A Dquery.php111 if (count($result) == 0) {
120 if (count($parsers) > 0) {
/plugin/approve/syntax/
H A Dtable.php44 if (count($pair) < 2) {
118 && count($a) == count($b)
/plugin/approve/action/
H A Dmigration.php56 $vals = join(',', array_fill(0,count($entry),'?'));
203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
225 $count = 0;
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
234 $count += 1;
240 return $count;
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
H A Drevisions.php36 if (count($approve_revisions) > 1) {
/plugin/approve/
H A Dhelper.php247 if (count($ready_for_approval_acl) == 0) return auth_quickaclcheck($id) >= AUTH_EDIT; // empty
/plugin/btable2/
H A Dsyntax.php84 for($i = 0; $i < count($ids); $i++) {
88 for($i = 0; $i < count($dates); $i++) {
138 $rows_count = count($rows);
139 $columns_count = count($columns);
327 $count = array();
390 $count[$column] += 1;
415 $count[$column] += 1;
456 $rows_count = count($rows);
460 $ccount = isset($count[$column]) ? $count[$column] : 0;
496 $rows_count = count($rows);
[all …]
H A Dexport.php44 if (count($columns) > 0) {
/plugin/notification/syntax/
H A Dlist.php45 if (count($pair) < 2) {
/plugin/ireadit/action/
H A Direadit.php57 if (count($readers) > 0) {
71 if (count($not_read) > 0) {
H A Dmigration.php58 $vals = join(',', array_fill(0,count($entry),'?'));
224 if ($rev === '' || count($data) == 0) continue;
/plugin/ireadit/
H A Dhelper.php186 if (count($approved_revs) == 0) { // page was never approved - don't list it
/plugin/ireadit/syntax/
H A Dlist.php49 if (count($pair) < 2) {

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