Home
last modified time | relevance | path

Searched refs:count (Results 151 – 175 of 2539) sorted by relevance

12345678910>>...102

/plugin/socialshareprivacy2/SSP/stylesheets/
H A Djquery.socialshareprivacy.delicious.css26 .social_share_privacy_area.box .delicious a.count {
47 .social_share_privacy_area.box .delicious a.count {
57 .social_share_privacy_area.box .delicious a.count:hover {
61 .social_share_privacy_area.box .delicious a.count:active {
73 .social_share_privacy_area.line .delicious a.count {
99 .social_share_privacy_area.line .delicious a.count {
107 .social_share_privacy_area.line .delicious a.count:hover {
147 .social_share_privacy_area.box .delicious a.count i,
148 .social_share_privacy_area.line .delicious a.count i {
152 .social_share_privacy_area.box .delicious a.count b,
[all …]
/plugin/noticeboard/classes/
H A DNoticeList.php140 if(count($array) == 1){
218 for($i = $start;$i<$end && $i<count($array);$i++){
229 if($end < count($array)){
249 for($i = 0;$i<count($array);$i++){
257 for($i = 0;$i<count($array);$i++){
273 for($i = 0;$i<count($array);$i++){
316 for($j = 0; $j<count($sortArray);$j++){
322 for($i = 0; $i<count($array);$i++){
339 for($i = 0; $i<count($array);$i++){
348 for($j = 0; $j<count($sortArray);$j++){
[all …]
H A DArrayList.php50 if($position < count($this->arrayList) && $position >= 0)
53 $this->shift(count($this->arrayList)-1, $position);
77 if($this->pointer <= count($this->arrayList)-1)
122 return count($this->arrayList);
128 $this->pointer = count($this->arrayList) -1;
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php140 if(count($array) == 1){
218 for($i = $start;$i<$end && $i<count($array);$i++){
229 if($end < count($array)){
249 for($i = 0;$i<count($array);$i++){
257 for($i = 0;$i<count($array);$i++){
273 for($i = 0;$i<count($array);$i++){
316 for($j = 0; $j<count($sortArray);$j++){
322 for($i = 0; $i<count($array);$i++){
339 for($i = 0; $i<count($array);$i++){
348 for($j = 0; $j<count($sortArray);$j++){
[all …]
H A DArrayList.php50 if($position < count($this->arrayList) && $position >= 0)
53 $this->shift(count($this->arrayList)-1, $position);
77 if($this->pointer <= count($this->arrayList)-1)
122 return count($this->arrayList);
128 $this->pointer = count($this->arrayList) -1;
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php518 return count($deleted);
522 $count = count($this->users());
524 $count -= $count($this->users());
525 return $count;
538 if (!count($filter)) return count($this->users);
540 $count = 0;
544 $count += $this->_filter($user, $info);
547 return $count;
566 $count = 0;
574 $count++;
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php83 for ($i = $current, $count = count($lines); $i < $count; $i++) {
96 for ($i = $current, $count = count($lines); $i < $count; $i++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php129 $count = count($tokens);
130 for (++$next; $next < $count; ++$next) {
140 $parameters[(count($parameters) - 1)] .= $tokens[$next]['content'];
165 if (count($parameters) === count($signature) && $parameters === $signature) {
/plugin/csv/_test/
H A DCSVTest.php86 $this->assertSame(174, count($data), 'number of rows');
87 $this->assertSame(21, count($data[0]), 'number of columns');
101 $this->assertSame(59, count($data), 'number of rows');
102 $this->assertSame(21, count($data[0]), 'number of columns');
106 $this->assertSame(3, count($data), 'number of rows');
107 $this->assertSame(21, count($data[0]), 'number of columns');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorGroupStats.php32 public $count; variable in Google\\Service\\Clouderrorreporting\\ErrorGroupStats
83 public function setCount($count) argument
85 $this->count = $count;
92 return $this->count;
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php62 $length = count($bytes);
216 $length = max(count($bytes1), count($bytes2));
241 $length = max(count($bytes1), count($bytes2));
266 $length = max(count($bytes1), count($bytes2));
343 for ($i = 0; $i < count($bytes); $i++) {
355 while (count($bytes) > 0 && $bytes[0] == 0x0) {
364 if (count($bytes) > 0 && $bytes[0] >> 7 == 1) {
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php62 for ($i = 0; $i < count($bytes);) {
66 if ($i >= count($bytes)) {
72 if ($i >= count($bytes)) {
85 if ($i >= count($bytes)) {
192 $i = count($this->entries) - 1;
294 $hashChainLength = count($this->entries);
331 $count = 0;
335 $count = 1;
338 $count = $m - $z;
346 while ($i < $count && $N->comp($zero) > 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DResourceWriter.php104 if ($this->mpdf->hasOC || count($this->mpdf->layers)) {
146 if (count($this->mpdf->spotColors)) {
154 if (count($this->mpdf->extgstates)) {
167 if (($this->mpdf->gradients !== null && (count($this->mpdf->gradients) > 0))) { // mPDF 5.7.3
188 if (count($this->mpdf->images) || count($this->mpdf->formobjects) || count($this->mpdf->getImportedPages())) {
206 if (count($this->mpdf->patterns)) {
215 if ($this->mpdf->hasOC || count($this->mpdf->layers)) {
220 if (count(
[all...]
/plugin/dlcounter/
H A Dsyntax.php110 $count = 0;
112 $count = $json[$file];
113 $renderer->doc .= $count;
137 foreach( $json as $file => $count ){
139 $c = count($fdata);
144 …gn: right;min-width: ".$data['minwidth']."em;padding-left: ".$data['cpad']."em;'>$count</td></tr>";
155 for( $i = 0; $i < count($keys); $i++ ){
/plugin/acknowledge/admin/
H A Dreport.php69 if (count($acknowledgements) > 1000) {
115 $count = $this->htmlTable($assignments);
116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
178 $count = 0;
182 if ($current) $count++;
198 return $count;
/plugin/const/
H A Dclass.evalmath.php212 $stack_count = count( $stack );
511 $count = $token['arg_count'];
636 if ( 1 !== $stack->count ) {
699 if ( count( $value ) > 1 ) {
747 public $count = 0; variable in EvalMath_Stack
758 ++$this->count;
769 if ( $this->count > 0 ) {
770 --$this->count;
771 return $this->stack[ $this->count ];
785 if ( ( $this->count - $n ) >= 0 ) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php104 $this->classesNode->setAttribute('count', $count);
114 $this->traitsNode->setAttribute('count', $count);
124 $this->methodsNode->setAttribute('count', $count);
134 $this->functionsNode->setAttribute('count', $count);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DDistribution.php24 public $count; variable in Google\\Service\\Networkconnectivity\\Distribution
46 public function setCount($count) argument
48 $this->count = $count;
52 return $this->count;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php49 protected $count = 0; variable in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
78 $this->count = 0;
80 $this->count = $current_page['hits']['total']['value'] ?? $current_page['hits']['total'];
159 public function count(): int function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
161 return $this->count;
/plugin/authwordpress/
H A Dauth.php159 $count = $i = 0;
164 $count++;
165 if ($limit > 0 && $count >= $limit) {
177 * Return a count of the number of user which meet $filter criteria.
188 $count = count($this->users);
191 $count = 0;
193 $count += (int)$this->applyFilter($user, $info);
196 return $count;
/plugin/do/
H A Dhelper.php339 if (!count($receivers)) {
448 'count' => count($tasks),
480 $count = $this->getPageTaskCount($id);
481 if ($count['count'] == 0) {
485 if ($count['undone'] == 0) { // all tasks done
488 } elseif ($count['late'] == 0) { // open tasks - no late
490 $title = sprintf($this->getLang('title_intime'), $count['undone']);
493 $title = sprintf($this->getLang('title_late'), $count['undone'], $count['late']);
497 $out .= $count['undone'];
521 $num = count($tasks);
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php36 protected $count = 0; variable in Swift_Plugin_AntiFlood
96 $this->count++;
97 if ($this->count >= $this->getThreshold())
102 $this->count = 0;
/plugin/authplaincas/
H A Dauth.php543 return count($deleted);
547 $count = count($this->users);
549 $count -= count($this->users);
550 return $count;
610 if (!count($filter)) return count($this->users);
612 $count = 0;
616 $count += $this->_filter($user, $info);
619 return $count;
637 $count = 0;
645 $count++;
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php397 $this->assertEquals(1, count($vcal->validate()));
416 $this->assertEquals(1, count($vcal->validate()));
434 $this->assertEquals(1, count($vcal->validate()));
454 $this->assertEquals(1, count($vcal->validate()));
474 $this->assertEquals(1, count($vcal->validate()));
498 $this->assertEquals(1, count($vcal->validate()));
523 $this->assertEquals(0, count($vcal->validate()));
771 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
773 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php282 for ($count = 0; $count < 8192; ++$count) {
286 $bitCount += (int) (($count & (1 << $bit_index)) != 0);
291 $reverse = ($this->imbReverseUs($count) >> 3);
292 // if the reverse is less than count, we have already visited this pair before
293 if ($reverse >= $count) {
294 // If count is symmetric, place it at the first free slot from the end of the list.
296 if ($reverse == $count) {
297 $table[$lui] = $count;
[all...]

12345678910>>...102