Home
last modified time | relevance | path

Searched refs:count (Results 401 – 425 of 2539) sorted by relevance

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

/plugin/authucenter/lib/uc_client/control/
H A Dtag.php59 $count = 0;
63 $count++;
64 if($count >= $nums[$tagdata['appid']]) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php160 return count($this->_lines);
272 $size = count($this->content);
325 if ($line_no > 0 && count($box->_lines) > 0) {
334 $size = count($box->_lines);
339 return count($this->_lines);
366 $size = count($this->content);
399 $size = count($this->content);
425 $size = count($this->content);
453 $content_size = count($this->content);
485 $size = count($this->_lines);
/plugin/quickstats/
H A Dsyntax.php382 foreach($data as $item=>$count) {
384 $ttl += $count;
388 $renderer->doc .= $this->row($item,$count,$num,$date_str, $ip_array);
438 …$renderer->doc .= "<span class='total'>" . $this->getLang('pages_accessed') . count($this->pages…
504 foreach($countries as $cc=>$count) {
507 $total+=$count;
510 $renderer->doc .= $this->row($cntry,$count,$num);
513 $renderer->doc .= $this->row($cntry,$count,$num);
517 …$renderer->doc .= "<span class='total'>" .$this->getLang('ttl_countries') . count($this->misc_data…
582 $asize = count($this->ua_data);
/plugin/tagadd/
H A Daction.php130 $anz_ns=count($ns);
179 if(count($nsTags)<1) return $html."<br><br>no Tags found";
227 …$catTagsCount = array_key_exists($category, $siteTags_cat) ? count($siteTags_cat[$category]) : '0';
228 …$form->_content[]='<h3><a href="#">'.$category.' ('.$catTagsCount.'/'.count($tags).')</a></h3><div…
255 if ($idcount < count($found) && count($found)>1) {
/plugin/subjectindex/syntax/
H A Dindex.php137 $count = count($section_entries->paths);
139 $renderer->doc .= $this->_render_index($lines, $opt, $count);
235 private function _render_index($lines, $opt, $count){ argument
254 if ($count > SUBJ_IDX_HONOUR_COLS) {
266 $show_count = '<div class="count">' . $count . ' ∞</div>' . DOKU_LF;
300 $freq = '<span class="frequency">' . count($pages) . '</span>';
/plugin/authsaml/
H A Dsaml.php345 return count($deleted);
349 $count = count($this->users);
351 $count -= count($this->users);
352 return $count;
360 if(!is_array($changes) || !count($changes)) return true;
/plugin/move/helper/
H A Dhandler.php166 $min = min(count($selfpath), count($goalpath));
172 $ups = max(count($selfpath) - $common, 0);
273 if(count($parts) === 2) {
280 if(count($parts) === 2) {
373 if(count($params) == 3) {
377 trigger_error('Error, handler function ' . hsc($name) . ' with ' . count($params) . ' parameters called which isn\'t implemented', E_USER_ERROR);
/plugin/dokusioc/
H A Daction.php241 if (count($posts) + count($containers) == 0) {
245 if (count($posts) > 0) {
248 if (count($containers) > 0) {
360 if (count($backlinks) > 0) {
436 if (count($accepted) > 0) {
444 if (count($formatspec) === 2) {
/plugin/revisionsdue/
H A Dsyntax.php74 $count = preg_match($pattern, $body, $matches);
203 $count = 1;
254 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
259 $count++;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php19 …onstruct(Twig_Node $body, Twig_Node $plural = null, Twig_Node_Expression $count = null, Twig_Node … argument
22 if (null !== $count) {
23 $nodes['count'] = $count;
129 if (count($body)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php24 protected $count;
57 return $this->count;
23 protected $count; global() variable
/plugin/bugzillaint/action/
H A Dfetch.php65 if ( count($lists) > 0 ) {
72 if ( count($trees) > 0 ) {
82 if ( count($links) > 0 ) {
/plugin/pagestat/syntax/
H A Dblock.php48 list($state,$match,$count) = $data;
52 $length = count($arg_list);
69 <div class="xxbk xxbk_$subname $type_class" id="xxbk_$subname$count" command="$subname" xx_arg="$xx…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php113 if (count($this->invocation->parameters) < count($this->parameters)) {
120 if (count($this->parameters) === 1 &&
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php108 $count = $paging->getChild(0);
110 if (!$count instanceof IntegerType) {
116 $control = new self($count->getValue(), $cookie->getValue());
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php55 if (0 !== $count = count($finder)) {
59 $count
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php44 $position = $invert ? count($hours) - 1 : 0;
45 if (count($hours) > 1) {
46 for ($i = 0; $i < count($hours) - 1; $i++) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php37 $count = $state->edges === null ? 0 : $state->edges->count();
39 for ($i = 0; $i < $count; $i++) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php776 assert(count($values));
848 function SetRetries($count, $delay = 0) argument
850 assert(is_int($count) && $count >= 0);
852 $this->_retrycount = $count;
1048 return count($this->_reqs) - 1;
1068 $nreqs = count($this->_reqs);
1155 while ($count-- > 0 && $p < $max) {
1304 $req .= pack("N", count($docs));
1460 assert(count($entry) == count($attrs));
1474 $req .= pack("N", count($attrs));
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php811 assert ( count($values) );
886 assert ( is_int($count) && $count>=0 );
888 $this->_retrycount = $count;
1085 return count($this->_reqs)-1;
1107 $nreqs = count($this->_reqs);
1187 while ( $count-->0 && $p<$max )
1336 $req .= pack ( "N", count($docs) );
1363 for ( $i=0; $i<count($docs); $i++ )
1496 assert ( count($entry)==count($attrs) );
1512 $req .= pack ( "N", count($attrs) );
[all …]
/plugin/ebnf/
H A Debnf.php169 $w = count($inner)*EBNF_U-EBNF_U; $h = 0;
170 for ($i = 0; $i<count($inner); $i++) {
176 for ($i = 1; $i<count($inner); $i++) {
184 $h = (count($inner)-1)*EBNF_U; $w = 0;
185 for ($i = 0; $i<count($inner); $i++) {
191 for ($i = 0; $i<count($inner); $i++) {
214 for ($i = 0; $i<count($images); $i++) {
230 for ($i = 0; $i<count($images); $i++) {
258 $i = 0; $n = strlen($input); $m = count($ebnf_lexemes); $tokens = array();
292 while ($i < count(
[all...]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php981 public static function count($array, $number, $message = '') function in Webmozart\\Assert\\Assert
984 count($array),
986 … $message ?: sprintf('Expected an array to contain %d elements. Got: %d.', $number, count($array))
992 if (count($array) < $min) {
995 count($array),
1003 if (count($array) > $max) {
1006 count($array),
1014 $count = count($array);
1016 if ($count < $min || $count > $max) {
1019 $count,
[all …]
/plugin/pagequery/
H A DPageQuery.php24 // returns first $count letters from $text in lowercase
52 final public function renderAsHtml(string $layout, $sorted_results, $opt, $count)
54 $this->snippet_cnt = $opt['snippet']['count'];
56 return $this->$render_type($sorted_results, $opt, $count);
74 if (count($tokens) == 1) {
367 private function first(string $text, $count): string
369 return ($count > 0) ? PhpString::substr(PhpString::strtolower($text), 0, $count) : '';
489 if (count($pages) > 0) {
716 $level = count(
53 renderAsHtml(string $layout, $sorted_results, $opt, $count) global() argument
368 first(string $text, $count) global() argument
797 renderAsHtmltable($sorted_results, $opt, $count) global() argument
1087 renderAsHtmlcolumn(array $sorted_results, array $opt, int $count) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc10 'source' => 'ctx._source.counter += params.count',
13 'count' => 4,
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php21 $count = null;
33 $count = $this->parser->getExpressionParser()->parseExpression();
51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());

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