Home
last modified time | relevance | path

Searched refs:count (Results 26 – 50 of 2411) sorted by relevance

12345678910>>...97

/plugin/sitemapnavi/
H A Dhelper.php59 $numberOfItems = count($items);
64 $count = 0;
68 $item1 = $items[$count];
69 $item2 = $items[$count + 1];
72 $items[$count] = $item2;
73 $items[$count + 1] = $temp;
76 $count++;
79 $count = 0;
130 return count($nslist2);
132 $NS1depth = count($nslist1);
[all …]
/plugin/ifauthex/lib/
H A Dparser.php64 if (count($this->args()) == 0) {
190 if (count($this->args()) > 1) {
217 if (count($this->args()) == 0) {
291 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
299 if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity()) {
307 … if (count($this->tokenDefs()) != 1 && count($this->tokenDefs()) != $this->arity() - 1) {
352 …for ($lastFound = $position; $lastFound < count($args) && $tokDefIdx < count($tokDefs); $lastFound…
363 if (count($tokDefs) != 2) {
385 for ($i = $position; $i < count($args) && count($retval) < $length; $i += 2) {
584 …if ($argIdx >= count($argsRepr) || ($this->fixing() == Fixing::Infix && $argIdx >= count($argsRepr…
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php43 return count($this->content);
48 return count($this->content[0]->content);
305 if (count($row->content) == 0) {
397 if (count($this->content) > 0) {
398 if (count($this->content[count($this->content)-1]->content) == 0) {
506 for ($i=0; $i<count($heights); $i++) {
569 $size = count($heights);
833 for ($j=0; $j<count($roww); $j++) {
840 for ($i=0; $i<count($widths); $i++) {
875 $row_size = count($roww);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php100 } elseif (count($search) < 1) {
144 if (count($dirs) < 1) {
162 if (count($t) > 0) {
209 $count = array('dir'=>0, 'file'=>0);
221 $count['file']++;
223 $count['dir']++;
233 echo '* Directories '.$count['dir']."\n";
234 echo '* Files '.$count['file']."\n";
246 if (count($argv) == 2) {
250 if (count(explode(',', $argv[2])) > 0) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php59 * @param null|int $count
63 public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, GreaterThanOrEqualFilter $filter = null, ?string $contextId = null)
68 $this->count = $count;
113 * @param null|int $count
116 public function setCount(?int $count)
118 $this->count = $count;
174 if ($this->filter === null && ($this->count === null || $this->offset === null)) {
175 throw new RuntimeException('You must specify a filter or offset and count fo
61 __construct(int $before, int $after, int $offset = null, int $count = null, GreaterThanOrEqualFilter $filter = null, string $contextId = null) global() argument
114 setCount(int $count) global() argument
[all...]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php20 private $count; variable in FINDOLOGIC\\Export\\XML\\Page
23 public function __construct($start, $count, $total) argument
26 $this->count = $count;
46 if (count($this->items) > $this->count) {
56 'count' => $this->count,
/plugin/sketchcanvas/phplib/
H A Dlib.php31 if(6 <= count($pt2)){
35 if(4 <= count($pt2)){
36 $pt["dx"] = floatval($pt2[count($pt2)-4]);
37 $pt["dy"] = floatval($pt2[count($pt2)-3]);
39 $pt["x"] = floatval($pt2[count($pt2)-2]);
40 $pt["y"] = floatval($pt2[count($pt2)-1]);
55 for($i = 0; $i < count($seq); $i++){
/plugin/fckg/fckeditor/
H A Daspell.php75 $cdicts = count($dicts);
87 $count =1; variable
94 $count =1; variable
105 $count++;
106 if($count %4 == 0) {
107 $count =1; variable
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php49 $this->assertEquals(1, count($data), 'We expected 1 \'d:prop\' element');
52 $this->assertEquals(1, count($data), 'We expected 1 \'d:supported-report-set\' element');
55 $this->assertEquals(1, count($data), 'We expected 1 \'d:status\' element');
94 $this->assertEquals(1, count($data), 'We expected 1 \'d:supported-report-set\' element');
97 $this->assertEquals(2, count($data), 'We expected 2 \'d:supported-report\' elements');
100 $this->assertEquals(2, count($data), 'We expected 2 \'d:report\' elements');
103 …$this->assertEquals(1, count($data), 'We expected 1 \'x:myreport\' element. Full body: ' . $this->…
106 …$this->assertEquals(1, count($data), 'We expected 1 \'d:anotherreport\' element. Full body: ' . $t…
109 $this->assertEquals(1, count($data), 'We expected 1 \'d:status\' element');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php66 $this->assertEquals(1,count($data));
92 $this->assertEquals(1,count($data));
112 $this->assertEquals(2,count($data),'We expected two \'d:lockentry\' tags');
115 $this->assertEquals(2,count($data),'We expected two \'d:lockscope\' tags');
118 $this->assertEquals(2,count($data),'We expected two \'d:locktype\' tags');
121 $this->assertEquals(1,count($data),'We expected a \'d:shared\' tag');
124 $this->assertEquals(1,count($data),'We expected a \'d:exclusive\' tag');
127 $this->assertEquals(2,count($data),'We expected two \'d:write\' tags');
146 $this->assertEquals(1,count($data),'We expected a \'d:lockdiscovery\' tag');
172 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
[all …]
H A DServerPropsInfiniteDepthTest.php74 $this->assertEquals(8,count($data));
97 $this->assertEquals(16,count($data),'We expected sixteen \'d:lockentry\' tags');
100 $this->assertEquals(16,count($data),'We expected sixteen \'d:lockscope\' tags');
103 $this->assertEquals(16,count($data),'We expected sixteen \'d:locktype\' tags');
106 $this->assertEquals(8,count($data),'We expected eight \'d:shared\' tags');
109 $this->assertEquals(8,count($data),'We expected eight \'d:exclusive\' tags');
112 $this->assertEquals(16,count($data),'We expected sixteen \'d:write\' tags');
131 $this->assertEquals(8,count($data),'We expected eight \'d:lockdiscovery\' tags');
157 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
161 $this->assertEquals(8,count($val),$body);
/plugin/autotooltip/
H A Dsyntax.php66 if (count($inner) < 1) {
72 $data['classes'] = count($classes) >= 1 ? $classes[1] : '';
79 if (count($parts) > 1) {
94 if (count($content) >= 1 || count($pageid) >= 1) {
95 $data['content'] = count($content) >= 1 ? $content[1] : '';
96 $data['tip'] = count($tip) >= 1 ? $tip[1] : null;
97 $data['title'] = count($title) >= 1 ? $title[1] : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DQueryCountByStatus.php25 public $count; variable in Google\\Service\\CloudSearch\\QueryCountByStatus
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAccelerator.php25 public $count; variable in Google\\Service\\Genomics\\Accelerator
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DValueCount.php25 public $count; variable in Google\\Service\\FirebaseRules\\ValueCount
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTrigger.php25 public $count; variable in Google\\Service\\Monitoring\\Trigger
31 public function setCount($count) argument
33 $this->count = $count;
40 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DExistenceFilter.php25 public $count; variable in Google\\Service\\Firestore\\ExistenceFilter
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfoOffersRentalDuration.php22 public $count; variable in Google\\Service\\Books\\VolumeSaleInfoOffersRentalDuration
28 public function setCount($count) argument
30 $this->count = $count;
34 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicyRuleRateLimitOptionsThreshold.php25 public $count; variable in Google\\Service\\Compute\\SecurityPolicyRuleRateLimitOptionsThreshold
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DAccelerator.php25 public $count; variable in Google\\Service\\CloudLifeSciences\\Accelerator
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGroupResult.php25 public $count; variable in Google\\Service\\SecurityCommandCenter\\GroupResult
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageviewsCounts.php25 public $count; variable in Google\\Service\\Blogger\\PageviewsCounts
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1Duration.php25 public $count; variable in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1Duration
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DCategoryCount.php29 public $count; variable in Google\\Service\\Bigquery\\CategoryCount
48 public function setCount($count) argument
50 $this->count = $count;
57 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1AcceleratorConfig.php25 public $count; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1AcceleratorConfig
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;

12345678910>>...97