Home
last modified time | relevance | path

Searched refs:count (Results 701 – 725 of 2539) sorted by relevance

1...<<21222324252627282930>>...102

/plugin/statdisplay/pchart/
H A DPieChart.php213 (count ( $PolyPlots [$Key] ) + 1) / 2,
228 for($j = 0; $j <= count ( $TopPlots [$Key] ) - 4; $j = $j + 2)
404 (count ( $PolyPlots [$Key] ) + 1) / 2,
472 $SpliceRatio = (360 - $SpliceDistanceRatio * count ( $iValues )) / $PieSum;
614 (count ( $BotPlots [$Key] ) + 1) / 2,
623 for($j = 0; $j <= count ( $aBotPlots [$Key] ) - 4; $j = $j + 2) {
654 (count ( $Plots ) + 1) / 2,
657 $Index = count ( $Plots );
683 for($Key = count ( $iValues ) - 1; $Key >= 0; $Key --) {
685 (count ( $TopPlots [$Key] ) + 1) / 2,
[all …]
/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...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php174 if (count($newBuffer) == 2) {
202 $lastIndex = count($this->tokens) - 1;
265 $tokensCount = count($this->tokens);
293 $tokensCount = count($this->tokens);
311 $this->lineStart = count($this->tokens);
/plugin/bez/mdl/
H A DFactory.php75 if (count($value) < 2) {
119 if (count($where_q) > 0) {
154 public function count($filters=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
166 $count = $sth->fetchColumn();
167 return $count;
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php21 for ($i = 0, $size = count($node->content); $i < $size; $i++) {
73 for ($i=0; $i<count($box->content); $i++) {
H A Dfilter.pre.fields.class.php21 if (count($tree->words) == 0) { return; };
57 for ($i=0; $i<count($tree->content); $i++) {
/plugin/fields/
H A Dsyntax.php51 if (count($extinfo) < 2) { // no value
53 } elseif (count($extinfo) == 2) {
/plugin/asyncsearch/
H A Dpagelookup.php61 if(count($data)){
100 if(count($data)){
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php86 public function stream_read($count) argument
88 return $this->stream->read($count);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php122 public function count(): int function in Elastica\\Multi\\ResultSet
124 return \count($this->_resultSets);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php305 if (!count($p) || !count($q)) {
306 if (count($q)) {
309 if (count($p)) {
417 if (!count($p)) {
526 $length = count($points);
550 $max = max(count($naf[$a]), count($naf[$b]), $max);
578 $max = max(count($jsf[0]), $max);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/svgembed/
H A Dsyntax.php41 …$p['responsiveUnits'] = ($p['inResponsiveUnits'] && count($local_match) > 1) ? $local_match[1] : N…
46 …$p['cssClasses'] = ($p['hasCssClasses'] && isset($local_match[1]) && count($local_match[1])) ? $lo…
80 if (preg_match('/(cm|mm|Q|in|pc|pt|px)/', $value, $matches) && count($matches)) {
301 if ($data['hasCssClasses'] && count($data['cssClasses']) > 0) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php19 use function count;
296 if (count($query) !== 0) {
368 if (count($this->attributes) !== 0) {
380 if (count($this->extensions) !== 0) {
384 if (count($query) === 0) {
/plugin/data-au/syntax/
H A Dtable.php204 if(!is_array($dataau['cols']) || !count($dataau['cols'])) {
211 $cnth = count($dataau['headers']);
212 $cntf = count($dataau['cols']);
263 $cnt = count($rows);
475 $R->tablecell_open(count($clist), 'center');
495 $len = count($dataau['cols']);
513 … $text .= '<tr><th colspan="' . (count($dataau['cols']) + ($dataau['rownumbers'] ? 1 : 0)) . '">';
642 if(is_array($dataau['filter']) && count($dataau['filter'])) {
/plugin/data/syntax/
H A Dtable.php220 $cnth = count($data['headers']);
221 $cntf = count($data['cols']);
269 $cnt = count($rows);
488 $R->tablecell_open(count($clist), 'center');
509 $len = count($data['cols']);
527 $text .= '<tr><th colspan="' . (count($data['cols']) + ($data['rownumbers'] ? 1 : 0)) . '">';
657 if (is_array($data['filter']) && count($data['filter'])) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php255 while (0 < count($this->_todo)) {
299 for ($skip = 0, $i = count($this->_trace) - 1; $i >= 0; --$i) {
369 for ($i = count($children) - 1; $i >= 0; --$i) {
379 if ($next >= count($children)) {
475 } while (0 < count($this->_trace) && false === $found);
500 $max = count($this->_trace);
560 for ($j = count($handle) - 1; $j >= 0; --$j) {
/plugin/sqlcomp/
H A Dsyntax.php83 if(count($con) != 5) {
225 if(!is_array($data) || count($data) != 3) {
352 if(count($New) <= 0)
355 $Max = count($Cache);
356 if(count($New) > count($Cache))
357 $Max = count($New);
/plugin/fckg/syntax/
H A Ddwplugin.php178 for($i=0; $i < count($data); $i++) {
192 for($i=0; $i < count($save_state); $i++) {
294 for($i=0; $i<count($base_keys); $i++) {
309 for($i=0; $i<count($plugin_keys); $i++) {
319 for($i=0; $i<count($plugin_internal_keys); $i++) {
340 for($i=0; $i < count($base_labels); $i++) {
386 for($i=0; $i<count($split); $i++) {
/plugin/spellcheck/
H A Dspellcheck.php45 if(!count($_POST) && $HTTP_RAW_POST_DATA){
144 $rcnt = count($lines)-1; // aspell result count
145 $lcnt = count($data)+1; // original line counter
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php122 $total = count($this->pages);
123 …$count = min($total, $submittedCount); // The count can't be higher then the total number of pages.
125 $this->pages = array_slice($this->pages, $start, $count);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php175 $this->totalPages = $resultSet->count() > 0 ? \ceil($resultSet->getTotalHits() / $resultSet->count()) : 0;
183 if (0 === $resultSet->count()) {
/plugin/linkback/
H A Dtools.php164 if (count($lines) < $conf['recent']) {
174 $linecount = count($lines);
189 $extra = $conf['recent'] - count($out_lines); // do we need extra lines do bring us up to minimum
/plugin/freechat/phpfreechat/src/commands/
H A Dban.class.php26 if (count($params) > 2)
27 for ($x=2;$x<count($params);$x++)
/plugin/addressbook/
H A Daction.php44 if (count($list)<5) {
73 …for ($c=1;$c<count($text);$c++) $sql .= " AND instr(lower(' ' || surname || firstname || tel1 || t…

1...<<21222324252627282930>>...102