Home
last modified time | relevance | path

Searched refs:count (Results 301 – 325 of 2539) sorted by relevance

1...<<11121314151617181920>>...102

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php301 $numChars = count($chars);
635 $lastNumChars = count($lastChars);
726 $numTokens = count($tokens);
804 $numLines = count($tokenLines);
930 $numTokens = count($tokens);
946 $numChars = count($chars);
1041 $numTokens = count($tokens);
1049 echo str_repeat("\t", count($classStack));
1066 echo str_repeat("\t", count($classStack));
1098 echo str_repeat("\t", count($classStack));
[all …]
/plugin/authdrupal8/
H A Dpassword.inc42 * @param $count
48 function _password_base64_encode($input, $count) {
55 if ($i < $count) {
59 if ($i++ >= $count) {
62 if ($i < $count) {
66 if ($i++ >= $count) {
70 } while ($i < $count);
88 * A 12 character string containing the iteration count and a random salt.
94 // We encode the final log2 iteration count in base 64.
171 $count
[all...]
/plugin/orphanmedia2/
H A Dsyntax.php95 $media_file_counter = count($listMediaFiles);
114 $page_counter = count($listPageFiles);
148 for($i = 1; $i < count($perPage_MediaLinks); $i++) {
238 for($i = 1; $i < count($perPage_MediaLinks); $i++) {
639 if (is_array($parts) && count($parts) > 1) {
652 if(count($flashpl_links)>0) {
658 if (is_array($parts) && count($parts) > 1) {
674 if(count($fileshares)>0) {
680 if (is_array($parts) && count($parts) > 1) {
696 if(count($imgmaps)>0) {
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php22 $this->assertEquals(3, count($elem->getParts()));
36 $this->assertEquals(3, count($elem->getParts()));
46 $this->assertEquals(0, count($elem->getParts()));
/plugin/data-au/admin/
H A Dclean.php71 $count = 0;
76 $count++;
80 msg(sprintf($this->getLang('pages_del'),$count),1);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php22 $this->assertEquals(3, count($elem->getParts()));
36 $this->assertEquals(3, count($elem->getParts()));
46 $this->assertEquals(0, count($elem->getParts()));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php50 if (!count($calls)) {
54 $verb = count($calls) === 1 ? 'was' : 'were';
63 count($calls),
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php22 $this->assertEquals(3, count($elem->getParts()));
36 $this->assertEquals(3, count($elem->getParts()));
46 $this->assertEquals(0, count($elem->getParts()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php22 $this->assertEquals(3, count($elem->getParts()));
36 $this->assertEquals(3, count($elem->getParts()));
46 $this->assertEquals(0, count($elem->getParts()));
/plugin/data/admin/
H A Dclean.php74 $count = 0;
79 $count++;
83 msg(sprintf($this->getLang('pages_del'), $count), 1);
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php121 if (count($bytes) < $length) {
125 if (count($bytes) > $length) {
148 if (count($bytes) == 0) {
169 if (count($bytes) == 0) {
196 if (count($bytes) < 1) {
H A DASN1Sequence.php66 return count($this->objects);
91 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
105 while (count($bytes) > 0) {
H A DASN1Set.php65 return count($this->objects);
90 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
104 while (count($bytes) > 0) {
/plugin/badbehaviour/
H A Dadmin.php81 foreach($stats as $code => $count){
85 printf("%.2f%%",100*$count/$all);
88 echo $count;
119 if(count($lines)){
198 if(!count($cparts)) continue;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php114 $max = count($path);
182 if (count($files) == 1) {
191 $max = count($paths);
207 $max = count($paths);
233 $max = count($original);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php26 use function count;
164 if (count($this->referrals) !== 0) {
204 $count = count($type->getChildren());
205 if ($count > 3) {
206 for ($i = 3; $i < $count; $i++) {
/plugin/publish/
H A Dsyntax.php64 if(count($pages) == 0) {
98 if($page[1] == null || count($page[1]) == 0) {
104 $last = $keys[count($keys)-1];
140 $an = count($ac);
141 $bn = count($bc);
/plugin/editor/
H A Dhelper.php63 $count = 0;
64 for ($i = count($lines)-1; $i >= 0; $i--) {
69 $count++;
71 if ($count >= $num) break;
/plugin/tagging/
H A Dsyntax.php44 if (count($matches) > 2) {
49 if (count($matches) > 2) {
54 if (count($matches) > 2) {
59 if (count($matches) > 2) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php49 $rawDictionaryLines = array_slice($lines, 1, count($lines), true);
75 if (!isset($matches[0]) || 0 == (is_countable($matches[0]) ? count($matches[0]) : 0)) {
198 $initialLength = count($word);
228 while ($i < count($word)) {
244 if (count($newWord) > $initialLength) {
249 if ($word[$i] === $first && $i < count($word) - 1 && $word[$i + 1] === $second) {
263 if (1 === count($word)) {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php42 for ($i = $current + 1, $count = count($lines); $i < $count; $i++) {
H A DCodeTrait.php32 for ($i = $current, $count = count($lines); $i < $count; $i++) {
/plugin/batchedit/
H A Dengine.php213 $count = preg_match_all('/\n/', $context, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
215 if ($count > $contextLines) {
216 $context = substr($context, $match[$count - $contextLines - 1][0][1] + 1);
231 $count = preg_match_all('/\n/', $context, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
233 if ($count > $contextLines) {
266 $count = @preg_match_all($regexp, $text, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);
268 if ($count === FALSE) {
274 if ($limit >= 0 && $count > $limit) {
275 $count = $limit;
290 for ($i = 0; $i < $count;
[all...]
/plugin/redissue/
H A Dsyntax.php58 if (count($server) != 0) {
74 if ((count($id) != 0) && ($id[2] != 0)) {
82 if( count($title) != 0 ) {
93 if( count($text) != 0 ) {
98 if( count($project) != 0 ) {
103 if( count($tracker) != 0 ) {
108 if( count($limit) != 0 ) {
115 if( count($sort) != 0 ) {
170 for ($i = 0; $i < count($issues['issues']); $i++) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php72 $count_m = count($m[0]);
80 $count_m = count($m[0]);
93 $count_m = count($m[1]);
178 $count_cxtem = count($cxtem[0]);
202 $count_cxtem = count($cxtem[0]);
220 $count_m = count($m[0]);
232 $count_idata = count($idata[0]);
249 $count_m = count($m[1]);
255 $count_m = count($m[1]);
261 $count_m = count(
[all...]

1...<<11121314151617181920>>...102