Home
last modified time | relevance | path

Searched refs:count (Results 226 – 250 of 2539) sorted by relevance

12345678910>>...102

/plugin/findologicxmlexport/
H A Dindex.php12 $count = (int)$outputXmlHelper->getUrlParam($outputXmlHelper::COUNT_NAME, $outputXmlHelper::DEFAULT… variable
14 if ($outputXmlHelper->paramsValid($start, $count, FILTER_VALIDATE_INT)) {
15 $outputXmlHelper->printXml($start, $count);
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php32 protected $count = 0; variable in Swift_Plugin_ConnectionRotator
84 $this->count++;
85 if ($this->count >= $this->getThreshold())
93 $this->count = 0;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php20 $count = 0;
23 $count++;
27 $this->assertEquals(3, $count);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php20 $count = 0;
23 $count++;
27 $this->assertEquals(3,$count);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php20 $count = 0;
23 $count++;
27 $this->assertEquals(3,$count);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php20 $count = 0;
23 $count++;
27 $this->assertEquals(3,$count);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php48 $n = count($this->mpdf->gradients) + 1;
55 for ($i = 0; $i < count($patch_array); $i++) {
58 for ($j = 0; $j < count($patch_array[$i]['points']); $j++) {
78 for ($j = 0; $j < count($patch_array[$i]['colors']); $j++) {
108 for ($i = 0; $i < count($patch_array); $i++) {
112 for ($j = 0; $j < count($patch_array[$i]['points']); $j++) {
118 for ($j = 0; $j < count($patch_array[$i]['colors']); $j++) {
484 $n = count($this->mpdf->gradients) + 1;
492 if (count($stops) == 1) {
498 if (!isset($stops[count(
[all...]
/plugin/oauth/
H A Dauth.php127 $count = '';
128 while ($this->getUserData($user . $count)) {
129 if ($count) {
130 $count++;
132 $count = 1;
135 $user .= $count;
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php65 $count = 1;
66 while ($count) {
70 $count--;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php65 $count = 1;
66 while ($count) {
70 $count--;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php140 $left = $limit - (count($modified) + count($deleted));
146 $left = $limit - (count($modified) + count($deleted));
/plugin/combo/ComboStrap/
H A DFetcherPageSearch.php50 if (count($pages) > $maxElements) {
69 $count = count($data);
70 if (!$count) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php28 $this->assertEquals(1,count($result[200]));
59 $this->assertEquals(1,count($result[200]));
70 $this->assertEquals(1,count($result[200]));
91 $this->assertEquals(1,count($result[200]));
130 foreach($xpaths as $xpath=>$count) {
132count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find ' . $dxpa…
170 …$this->assertEquals(1,count($result[200]),'The {DAV:}acl property did not return from the list. Fu…
208 …$this->assertEquals(1,count($result[200]),'The {DAV:}acl-restrictions property did not return from…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method_void.tpl.dist5 $count = func_num_args();
7 if ($count > {arguments_count}) {
10 for ($i = {arguments_count}; $i < $count; $i++) {
H A Dmocked_method.tpl.dist5 $count = func_num_args();
7 if ($count > {arguments_count}) {
10 for ($i = {arguments_count}; $i < $count; $i++) {
H A Dproxied_method_void.tpl.dist5 $count = func_num_args();
7 if ($count > {arguments_count}) {
10 for ($i = {arguments_count}; $i < $count; $i++) {
/plugin/404manager/_test/
H A Dmanager.test.php420 $count = $redirectManager->countRedirections();
421 $this->assertEquals(0, $count, "The number of redirection is zero");
424 $count = $redirectManager->countRedirections();
425 $this->assertEquals(1, $count, "The number of redirection is one");
462 $count = $redirectManager->countRedirections();
463 $this->assertEquals(2, $count, "The number of redirection is 2 in the conf file");
470 $count = $redirectManager->countRedirections();
471 $this->assertEquals(1, $count, "The number of redirection is 1");
/plugin/gtime/gtlib/util/
H A DGTUtil.php328 while (count($array) < $length) {
343 while (count($array) < $length) {
407 for ($i = 0; $i < count($array); $i++) {
486 for ($i = 0; $i < count($array); $i++) {
505 if ($position + 2 > count($array) - 1) {
527 if ($position + 4 > count($array) - 1) {
549 if ($position + 8 > count($array) - 1) {
573 while (count($checksum) > 4) {
/plugin/apidoc/
H A Dsyntax.php16 switch( min( count( $f ), 4 ) ) {
34 switch( min( count( $f ), 3 ) ) {
50 switch( min( count( $f ), 4 ) ) {
68 switch( min( count( $f ), 4 ) ) {
237 for( $i=0; $i < count( $matches )-1; $i++ ) {
262 while( count( $arr ) > 0 ) {
264 …for( $i=0; $i < count( $arr ); $i++ ) if( strcasecmp( $arr[$smallest]->name, $arr[$i]->name ) > 0 …
275 …for( $i=0; $i < count( $data->methods ); $i++ ) $data->methods[$i]->parameters = $this->apidoc_sor…
/plugin/fastwiki/
H A Daction.php226 $count = min($maxpages, count($pages));
231 for ($x=0; $x<$count; $x++) {
238 $count = count($pages);
241 for ($x=0; $x<$count; $x++) {
268 if (count($requests) > 0) {
312 for ($x=0; $x<$count; $x++) {
/plugin/qc/
H A Drenderer.php70 $this->docArray['changes'] = count($revs);
86 $this->docArray['words'] = count(array_filter(preg_split('/[^\w\-_]/u', $text)));
116 $cnt = count($this->docArray['header_struct']);
141 if (!$this->getConf('single_author_only') && count($this->docArray['authors']) == 1) {
221 $length = count($a) + count($b);
/plugin/approve/action/
H A Dmigration.php56 $vals = join(',', array_fill(0,count($entry),'?'));
203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
225 $count = 0;
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
234 $count += 1;
240 return $count;
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php313 private $count; variable in CountableStub
315 public function __construct($count) argument
317 $this->count = $count;
320 public function count() function in CountableStub
322 return $this->count;
/plugin/struct/meta/
H A DQueryBuilder.php183 static $count = 0;
184 $count++;
186 $placeholder = ":val$count";
199 static $count = 0;
200 $count++;
201 return $prefix . $count;

12345678910>>...102