Home
last modified time | relevance | path

Searched refs:count (Results 1076 – 1100 of 2539) sorted by relevance

1...<<41424344454647484950>>...102

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php207 while (count($matches) < 4) {
249 $result[count($result) - 1] .= "\n" . $tag_line;
/plugin/multiorphan/
H A Dstyle.less57 .multiorphan__result_group .header[count]:after {
58 content: attr(count);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyDnRequest.php24 use function count;
160 if (!($type instanceof SequenceType && count($type) >= 3 && count($type) <= 4)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php173 public function count() function in GuzzleHttp\\Handler\\MockHandler
175 return count($this->queue);
/plugin/captcha/
H A Daction.php115 $count = (new IpCounter())->get();
116 return $count > 2; // only after 3 failed attempts
233 // This is a failed authentication attempt, count it
/plugin/sql2wiki/syntax/
H A Dquery.php111 if (count($result) == 0) {
120 if (count($parsers) > 0) {
/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/bez/ctl/
H A Dtask.php67 if(count($_POST) === 0) {
77 if (count($_POST) === 0) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.ico.php88 …$icondata .= phpthumb_functions::LittleEndian2String(count($gd_image_array), 2); // idCount; …
90 $dwImageOffset = 6 + (count($gd_image_array) * 16);
/plugin/fileshare/
H A Dfilesharedownload.php19 $count_explode = count($idx);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DStickyRoundRobinSelector.php50 $this->current = $this->currentCounter % count($connections);
/plugin/navi/
H A Daction.php29 if (!is_array($depends) || !count($depends)) return; // nothing to do
/plugin/embeddedphp/syntax/
H A Dphpblock.php26 if (is_array($data) && (count($data) > 1)) {
/plugin/rater/
H A Dsyntax.php319 $rater_votes=count($rater_data)-1;
455 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $page_filepath, $re…
474 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $tmp['filepath'], $…
481 for ($a=0;$a<count($found_ratings);$a++) {
518 for ($a=0;$a<count($found_votings);$a++) {
731 if (count($array) > 0) {
768 $rater_votes=count($rater_data)-1;
797 $rater_votes=count($rater_data)-1;
/plugin/odt/ODT/css/
H A Dcssimportnew.php318 if (count($this->classes) > 0) {
345 if (count($this->pseudo_classes) > 0) {
501 $size = count($selector);
635 $size = count ($this->selectors_parsed);
657 $max = count($this->selectors_parsed);
660 $size = count($selector);
1260 $max = count ($parents);
1365 $max = count ($parents);
/plugin/projects/syntax/
H A Dcontent.php29 if (count($parts) <= 1) return NULL;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php377 if (count($matches)===0) {
397 return count($matches)>0;
417 $overWrite = count($matches)?key($matches):null;
/plugin/lvhpacket/
H A Dsyntax.php137 if(count($this->subPackets[$this->subPacketNum]) == 0)
156 if(count($this->subPackets[$this->subPacketNum]) == 0)
175 if(count($this->subPackets[$this->subPacketNum]) == 0)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php279 [$i, new CoreTestIterator($i, $keys, true), 0, \count($keys) + 10, true],
280 [[], new CoreTestIterator($i, $keys, true), \count($keys) + 10],
337 $this->maxPosition = false === $maxPosition ? \count($values) + 1 : $maxPosition;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php294 if (count($optionsConfig)) {
377 if (count(array_filter(array_keys($array), "is_numeric")) != count($array)) {
/plugin/eclipseupdateurl/
H A Dsyntax.php90 $ITEM = $ITEMS['features'][count($ITEMS['features'])-1];
139 $renderer->doc .= '<td rowspan="' . count($ITEM['list']) . '">' . $ITEM['version'] . '</td>';
143 if ( count($ITEM['list']) > 1 && $PLUGIN != $ITEM['list'][0] )
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php203 ['count' => count($suite)]
221 if (count($split) == 2 && method_exists($split[0], $split[1])) {
249 if (count($split) == 2 && method_exists($split[0], $split[1])) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php377 if (count($matches)===0) {
397 return count($matches)>0;
417 $overWrite = count($matches)?key($matches):null;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php377 if (count($matches)===0) {
397 return count($matches)>0;
417 $overWrite = count($matches)?key($matches):null;
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php147 * to resolve (that is, when `(count($promisesOrValues) - $howMany) + 1` items
149 * `(count($promisesOrValues) - $howMany) + 1` rejection reasons.
171 $len = \count($array);
248 $toResolve = \count($array);
296 $total = \count($array);

1...<<41424344454647484950>>...102