Home
last modified time | relevance | path

Searched refs:count (Results 851 – 875 of 2539) sorted by relevance

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php505 $this->assertEquals(count($expected), count($result));
H A DBrokerTester.php21 $this->assertEquals(count($expected), count($result));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php143 public function count(): int
145 return count($this->filters);
135 public function count() global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php14 use function count;
110 return $this->modType === self::TYPE_DELETE && count($this->attribute->getValues()) !== 0;
126 return $this->modType === self::TYPE_DELETE && count($this->attribute->getValues()) === 0;
H A DEntry.php18 use function count;
86 if (count($attribute->getValues()) !== 0) {
234 public function count(): int
236 return count($this->attributes);
224 public function count(): int global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php21 $this->assertEquals(count($expected), count($result));
H A DBrokerNewEventTest.php484 $this->assertEquals(count($expected), count($result));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php39 $this->assertEquals(1, count($result));
49 $this->assertEquals(1, count($result));
/plugin/statistics/inc/pchart/
H A DPalette.php83 if(count($values) == 3) {
86 }elseif(count($values) == 1 && $values[0] !== ''){
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php105 return \count($this->transitions);
110 if (\count($this->transitions) === 0) {
/plugin/mikioplugin/syntax/
H A Dcarousel.php38 'dynamic-count' => array('type' => 'number', 'default' => '-1'),
67 for ($i = 0; $i < count($pages); $i++) {
70 if ($data['dynamic-start'] != -1 && $data['dynamic-count'] != -1 && $data['dynamic-start'] + $data['dynamic-count'] >= $i) {
78 if (count($image_matches) > 1) {
/plugin/mantis/lib/
H A Dclass.wsdl.php136 for ($ii = 0; $ii < count($list); $ii++) {
321 if (count($attrs) > 0) {
903 if (count($this->schemas)>=1) {
913 if (count($this->messages) >= 1) {
952 if (count($this->bindings) >= 1) {
994 if (count($this->ports) >= 1) {
1060 …if ($this->isArraySimpleOrStruct($parameters) == 'arraySimple' && count($parameters) == count($typ…
1089 return count($parameters) == 0;
1659 if (count($typeDef['elements']) != count($xvalue)){
1749 if (count($elements) > 0) {
[all …]
/plugin/pdb/classes/
H A Dcache.php169 $sz = count($values);
198 $sz = count($lines);
204 if (count($items)!=2)continue;
/plugin/cache/
H A Dplugin_cache.php176 $sz = count($values);
205 $sz = count($lines);
211 if (count($items)!=2)continue;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php480 if (count($uidList) > 1) {
487 if (0 === count($componentTypes)) {
494 if (count(array_unique($componentTypes)) > 1) {
/plugin/refnotes/
H A Dinstructions.php286 $this->extraCalls[count($this->event->data->calls)][] = $call;
315 $callCount = count($this->event->data->calls);
324 for ($i = count($calls) - 1; $i >= 0; --$i) {
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css123 -moz-column-count:2;
126 -webkit-column-count:2;
129 column-count: 2;
/plugin/graphgear/
H A Dsyntax.php53 $count = count($data);
54 for($i=0; $i<$count; $i++){
/plugin/pubchem/classes/
H A Dcache.php169 $sz = count($values);
198 $sz = count($lines);
204 if (count($items)!=2)continue;
/plugin/gtime/gtlib/util/
H A DGTBaseX.php139 $length = count($bytes);
145 if ($offset < 0 || $offset > count($bytes)) {
149 if ($length < 0 || $offset + $length > count($bytes)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php199 if (0 === count($positional)) {
205 if (1 === count($positional)) {
209 if (count($positional) > 3) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php221 if (count($val) > 1) {
397 if (count($parts) < $minimum) {
400 …$this->name . ' property must have at least ' . $minimum . ' values. It only has ' . count($parts),
/plugin/pubmed/classes/
H A Dcache.php169 $sz = count($values);
198 $sz = count($lines);
204 if (count($items)!=2)continue;
/plugin/dlcount/
H A Dadmin.php96 … ptln(sprintf($this->getLang('mediafiles_found'), count($this->mediafiles)) . '<br /><br />');
123 $top = count($this->lastdl);
129 if ($top <= count($this->lastdl)-$this->getConf('top_n_statistics')) break;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php506 if (count($uidList) > 1) {
513 if (count($componentTypes) === 0) {
520 if (count(array_unique($componentTypes)) > 1) {

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