Home
last modified time | relevance | path

Searched refs:count (Results 801 – 825 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/groupmail/
H A Dsyntax.php90 $val = count($splitparam)==2 ? $splitparam[1]:Null;
126 if (count(array_intersect($info['grps'], $this->recipient_groups))==0) {
162 if (count(array_intersect($USERINFO['grps'], $this->sender_groups))==0) {
179 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]);
192 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]);
411 if (count($to) == 0) {
/plugin/swiftmail/
H A DSwift.php274 for ($i = 1, $len = count($list); $i < $len; $i++)
410 if ($failed == (count($to) + count($cc)))
459 $total = count($to) + count($cc) + count($list->getBcc());
/plugin/mediasyntax/
H A Dhelper.php158 $num = count($ins);
257 $range = $i + count($ins_inc);
259 $num = count($ins);
336 $num = count($ins);
540 $num = count($ins);
572 $num = count($ins);
/plugin/latexport/_test/
H A Ddecorator_includer.test.php46 …$this->assertEquals(1, $this->includes->count(), "Should have one inclu…
65 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
96 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
132 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
181 $this->assertEquals($this->includes->count(), 1, "Should have one include");
243 $this->assertEquals($this->includes->count(), 0, "Should not have any include");
/plugin/captcha/
H A DEasySVG.php56 if (count($values) == 0) $lookingFor = ($thisValue < 224) ? 2 : 3;
58 if (count($values) == $lookingFor) {
231 $counter = count($text);
274 $counter = count($text);
398 if (count($shapes) > 1) {
417 while (count($coords) > 0) {
/plugin/addressbook/
H A Dsyntax.php206 if (count($list)<5) {
592 …for ($c=1;$c<count($text);$c++) $sql .= " AND instr(lower(' ' || surname || firstname || tel1 || t…
747 $out .= $this->getLang('elements').': '.count($list);
817 $amount = count($list);
850 for ($c=0;$c<count($list);$c++){
863 $amount = count($list);
888 … if ($col < count($i)) $out .= '<td style="background:white;width:10px;"></td>';
900 … if ($col < count($i)) $out .= '<td style="background:white;width:10px;"></td>';
907 … if ($col < count($i)) $out .= '<td style="background:white;width:10px;"></td>';
/plugin/aclinfo/
H A Dsyntax.php92 if(count($matches)){
110 if(count($matches)){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php74 $string = preg_replace('#\d+$#', '', $name, -1, $count);
78 } elseif ($count == 0) {
/plugin/amazon/
H A DXMLParser.php89 while (++$i < count($vals)) {
118 if (is_array($value) && (count($value) == 1))
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php16 use function count;
242 public function count(): int
244 return count($this->children);
240 public function count() global() function in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php61 public function count() function in Google\\Collection
66 return count($this->{$this->collection_key});
/plugin/mermaid/
H A Dsyntax.php86 $divwidth = count($values) < 2 ? 'auto' : $values[1];
87 $divheight = count($values) < 3 ? 'auto' : substr($values[2], 0, -1);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php180 if (count($this->attr) > 0) {
188 if (count($this->_) > 0) {
259 if (count($this->children) > 0) {
266 if (count($this->children) > 0) {
506 if (($count = count($selectors)) === 0) {
512 for ($c = 0; $c < $count; ++$c) {
559 $idx = count($found) + $idx;
694 $count = 0;
699 ++$count;
984 if (count($result) > 0) {
[all …]
/plugin/bureaucracyau/helper/
H A Dfield.php72 if(count($args) < $this->mandatory_args){
81 if (count($args) === 0) break;
226 '(?:\|(?P<default>.*?))' . (count($value) == 0 ? '' : '?') .
381 for ($i = 0 ; $i < count($pregs[2]) ; ++$i) {
/plugin/bureaucracy-au/helper/
H A Dfield.php72 if(count($args) < $this->mandatory_args){
81 if (count($args) === 0) break;
226 '(?:\|(?P<default>.*?))' . (count($value) == 0 ? '' : '?') .
381 for ($i = 0 ; $i < count($pregs[2]) ; ++$i) {
/plugin/webdavclient/
H A Dadmin.php106 if(count($calendars) == 0 && count($addressbooks) == 0)
178 … if(count($this->result['calendars']) == 0 && count($this->result['addressbooks']) == 0)
/plugin/bureaucracy/helper/
H A Dfield.php72 if(count($args) < $this->mandatory_args){
81 if (count($args) === 0) break;
226 '(?:\|(?P<default>.*?))' . (count($value) == 0 ? '' : '?') .
381 for ($i = 0 ; $i < count($pregs[2]) ; ++$i) {
/plugin/include/
H A Dhelper.php306 $num = count($ins);
546 $num = count($ins);
565 if (count($link_parts) === 2) {
581 if (count($link_parts) === 1) {
587 if (count($link_parts) === 2) {
622 $num = count($ins);
659 $num = count($ins);
740 if (count($pages) > 1) {
/plugin/authucenter/
H A Dauth.php222 if(!is_array($changes) || !count($changes)){
262 $count = 0;
263 if(is_array($users) && count($users)){
267 $count++;
271 return $count;
/plugin/diagram/syntax/
H A Dmain.php307 for ($i = 0; $i < count($commands); $i++)
309 $line_length = count($commands[$i]);
342 $res['n_rows'] = count($commands) * 2;
346 for ($i = 0, $ir = 0; $i < count($commands); $i++, $ir += 2)
348 for ($j = 0, $jr = 0; $j < count($commands[$i]); $j++)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php184 if (1 === \count($rv)) {
220 if (1 === \count($rv)) {
254 return $this->blockStack[\count($this->blockStack) - 1];
320 return \count($this->traits) > 0;
346 return 1 === \count($this->importedSymbols);
/plugin/switchpanel/
H A Dsyntax.php198 $oElement = &$oContent[ count( $oContent ) - 1 ];
217 if( count( $oInfos ) > 1 ){
220 if( count( $oInfos ) > 2 ){
298 $oData[ count( $oData ) ] = $oLine;
342 if( count( $oElements ) > 0 ){
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php156 if (2 !== count($type['params'])) {
175 if (null === $namespace && $this->objectMetadataStack->count()) {
194 if (!\count($nodes)) {
198 switch (\count($type['params'])) {
311 if (!$node->count()) {
/plugin/log404/
H A Dhelper.php44 if (count($line) === 4) {
118 return count($this->getRecords());
/plugin/html5video/
H A Dvideo.php111 if(count($arr_attr) == 1) {
119 elseif(count($arr_attr) == 2) {

1...<<31323334353637383940>>...102