Home
last modified time | relevance | path

Searched refs:count (Results 726 – 750 of 2539) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects_countable.test28 public function count() { return count($this->values); }
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php19 use function count;
160 public function count(): int
162 return count($this->controls);
152 public function count() global() function in FreeDSx\\Ldap\\Control\\ControlBag
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php46 return \count($result->operands) === 1 ? $result->operands[0] : $result;
65 return \count($result->operand) === 1 ? $result->operand[0] : $result;
/plugin/recommend/helper/
H A Dassignment.php35 if (count($remaining) < count($assignments)) {
/plugin/layeranimation/syntax/
H A Ditem.php85 if ( count($subItem) == 1 )
102 if ( !empty($ClipOption) && count($ClipOption) == 4 ) {
/plugin/rrdgraph/
H A Dhelper.php459 …if (($mode == helper_plugin_rrdgraph::MODE_BINDSVG) && (count($ranges) == 1)) throw new Exception(…
461 if (count($parts) == 3) $ranges[] = $parts;
490 if (count($parts) != 2) throw new Exception("BDEF is missing r-value.");
492 … if (count($rparts) != 2) throw new Exception("BDEF is missing aggregation function");
521 … if (count($ranges) == 0) throw new Exception("No time ranges defined for this graph.");
522 if (($rangeNr < 0) || ($rangeNr >= count($ranges))) $rangeNr = 0;
/plugin/refnotes/
H A Daction.php109 if ($this->core->getNamespaceCount() > 0 || count($this->includedPages) > 0) {
215 $count = count($this->referenceGroup);
217 if ($count > 1) {
220 for ($i = 1; $i < $count - 1; $i++) {
224 $this->referenceGroup[$count - 1]->setRefnotesAttribute('group', 'close');
350 $data = (count($call->getData(1)) > 2) ? $call->getPluginData(2) : array();
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst83 Hey {{ name }}, I have {{ count }} apples.
86 The ``plural`` tag should provide the ``count`` used to select the right
87 string. Within the translatable string, the special ``count`` variable always
88 contain the count value (here the value of ``apple_count``).
97 Hey {{ name }}, I have {{ count }} apples.
127 Hey {{ name }}, I have {{ count }} apples.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php267 if (count($this->history) == $this->max_history) {
380 $this->tokenization[count($this->tokenization) - 1] .= $source[$i];
403 …$this->tokenization[count($this->tokenization) - 1] = substr($this->tokenization[count($this->toke…
451 if (count($this->history) >= $this->max_history) {
566 for ($i = 0; $i < count($this->history); $i++) {
/plugin/columns/
H A Daction.php44 $calls = count($event->data->calls);
82 $calls = count($call);
118 $this->currentBlock = new columns_block(count($this->block), $this->currentBlock);
298 $columns = count($this->column);
332 if (($column >= 0) && ($column < count($this->column))) {
510 if (is_array($attribute) && (count($attribute) > 0)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php77 $numTokens = count($tokens);
247 $numTokens = count($tokens);
276 $numTokens = count($finalTokens);
490 $numTokens = count($finalTokens);
506 $numTokens = count($finalTokens);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php48 if ( isset($bug['depends_on']) && count($bug['depends_on']) > 0 ) {
118 if ( isset($options['product']) == false || count($options['product']) == 0 ) {
293 if (count($bug['blocks']) > 0) {
296 if (count($bug['depends_on']) > 0) {
366 } else if ( count( $result['faults'] ) > 0 ) {
/plugin/quickstats/
H A Dadmin.php63 if(count($data_dirs) > 6) {
103 else if(count($dirs) > 0) {
121 $uniq_data['uniq'] = count($uniq_data);
135 $uniq_data['uniq'] = count($uniq_data);
311 if($this->deletions && count($this->deletions)) {
/plugin/changes/
H A Dsyntax.php68 'count' => 10,
81 $data['count'] = (int) $m;
106 case 'count':
127 if (count($match) > 2) {
185 $data['count'],
194 if (!count($changes)) return true;
230 $count = 0;
256 for ($i = count($lines) - 1; $i >= 0; $i--) {
270 if (++$count >= $num) break;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php48 if (\count($this->getNode('names')) > 1) {
76 if (\count($this->getNode('names')) > 1) {
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php187 if(count($values) == 0)
190 if(count($values) == $lookingFor)
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php49 return count($this->getErrors()) > 0;
69 for($i = 0; $i < count($res["nickid"]); $i++)
/plugin/authgoogle/google/io/
H A DGoogle_REST.php114 if (count($uriTemplateVars)) {
122 if (count($queryVars)) {
/plugin/gtime/gtlib/asn1/
H A DASN1Tag.php77 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
124 if (count($this->bytes) > 0) {
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php165 public function count() function in Facebook\\GraphNodes\\Collection
167 return count($this->items);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php20 use function count;
152 public function count(): int
154 return count($this->entries);
143 public function count() global() function in FreeDSx\\Ldap\\Entry\\Entries
/plugin/elasticsearch/
H A Dcli.php106 $pages = count($data);
127 $media = count($data);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php108 * Return the sequence list count.
111 * @see Countable::count()
113 public function count(): int { function in PhpCss\\Ast\\Selector\\Group
114 return count($this->_sequences);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php81 for ($i = $current, $count = count($lines); $i < $count; $i++) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php468 if (count($uidList)>1) {
475 if (count(array_unique($componentTypes))===0) {
482 if (count(array_unique($componentTypes))>1) {

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