Home
last modified time | relevance | path

Searched refs:count (Results 1651 – 1675 of 2539) sorted by relevance

1...<<61626364656667686970>>...102

/plugin/subjectindex/
H A Dstyle.css166 div.dokuwiki .subjectindex .count,
176 div.dokuwiki .subjectindex .count {
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php58 if (count($certificates) < 1) {
253 if ($publicationImprintAlg->getLength() + 1 != count($publicationImprint)) {
/plugin/watchcycle/
H A Daction.php176 if (count($toupdate) > 0) {
315 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
/plugin/preregister/
H A Daction.php144 for($i=0; $i <count($event->data->_content); $i++) {
241 $new_row = (int)(count($cards)/2);
/plugin/snippets/
H A Daction.php230 $bounding_rows = count($table);
242 if(count($table) > $bounding_rows+2) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php265 return \count($this->_indices) > 0;
359 * @param bool $fullResult By default only the total hit count is returned. If set to true, the full ResultSet including aggregations is returned function in Elastica\\Search
367 public function count($query = '', bool $fullResult = false, string $method = Request::POST)
H A DIndex.php489 if (1 === $invalidOptionCount = \count($invalidOptions)) {
552 public function count($query = '', string $method = Request::POST): int
556 return $search->count('', false, $method);
487 public function count($query = '', string $method = Request::POST): int global() function in Elastica\\Index
/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/openlayersmap/
H A Dstyle.less186 -moz-animation-iteration-count: 1;
187 -webkit-animation-iteration-count: 1;
188 animation-iteration-count: 1;
/plugin/struct/meta/
H A DAggregationTable.php388 $this->renderer->tablecell_open(count($this->columns) + $this->data['rownumbers'], 'center');
413 $len = count($this->columns);
441 $this->renderer->tableheader_open((count($this->columns) + ($this->data['rownumbers'] ? 1 : 0)));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php361 if (!\count($this->parser->getBlockStack())) {
372 if (\count($args) < 1) {
376 …return new BlockReferenceExpression($args->getNode(0), \count($args) > 1 ? $args->getNode(1) : nul…
379 if (\count($args) < 2) {
383 …return new GetAttrExpression($args->getNode(0), $args->getNode(1), \count($args) > 2 ? $args->getN…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php678 …for ($i = 0, $window_size = 1; $i < count($window_ranges) && $e_length > $window_ranges[$i]; ++$wi…
1099 if (count($nums) == 1) {
1103 for ($i = 1; $i < count($nums); $i++) {
1117 if (count($nums) == 1) {
1121 for ($i = 1; $i < count($nums); $i++) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php1176 if (count($ActualFrameLengthValues) > 0) {
1177 …$framelength = intval(round(array_sum($ActualFrameLengthValues) / count($ActualFrameLengthValues))…
1283 if (count($Distribution['version']) > 1) {
1286 if (count($Distribution['layer']) > 1) {
1289 if (count($Distribution['frequency']) > 1) {
1306 …$ThisFileInfo['mpeg']['audio']['bitrate_mode'] = ((count($Distribution['bitrate']) > 0) ? 'vbr' : …
1365 …if (isset($ThisFileInfo['mpeg']) && (!is_array($ThisFileInfo['mpeg']) || (count($ThisFileInfo['mpe…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php102 for ($i = 0; $i < count($info['quicktime']['comments']['chapters']); $i++) {
272 if (!is_integer($subatomarray['name']) || (count($subatomarray['subatoms']) != 1)) {
2700 if (count($data) == 1) {
2928 * @param int $count
2932 public function LociString($lstring, &$count) { argument
2937 $count = 0;
2941 $count = 1;
2956 $count = strlen($lmatches[1]) + 1; //account for trailing \x00
3056 if (count($stbl_res) > 0) {
3059 if (count($stts_res) > 0) {
[all …]
/plugin/schedule/syntax/
H A Ddisplay.php59 for ($i = 0; $i < count ($dumy['id']); $i++)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php99 if (0 === count($args) || is_array($args[0])) {
H A DParameter.php275 if (0 === count($value)) {
/plugin/webexteamsnotifier/
H A Daction.php56 if (count($revArr) == 1) {
/plugin/sqlraw/
H A Dtest2.php25 $rowCount = count($html->find('tr'));
/plugin/glossary/syntax/
H A Dspan.php91 if (count ($dumy ['ns']) > 0) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.style.inc.php77 switch (count($values)) {
/plugin/rocketchatnotifier/
H A Daction.php57 if (count($revArr) == 1) {
/plugin/bootnote/
H A Dsyntax.php66 if( count($lvl) != 0 ) {
/plugin/qc/
H A DOutput.php93 $cnt = count($top5);
/plugin/unusedmedias/admin/
H A Dlist.php118 if(count($this->orphans_medias)>0){

1...<<61626364656667686970>>...102