Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 2539) sorted by relevance

12345678910>>...102

/plugin/pubmed/classes/
H A D_xml.php29 $Index = count($NowObj);
41 $LastObj[count($LastObj)] = &$NowObj;
44 $NowObj = &$LastObj[count($LastObj) - 1];
45 unset($LastObj[count($LastObj) - 1]);
/plugin/securelogin/
H A Dhelper.php133 $count = $data['length'] & 0x7F;
135 while($count) {
139 $count--;
160 $count = $data['length'];
161 while($count) {
164 $count--;
175 if(count($data['value']) != 9) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py132 def uploadFile(self, resourceType, currentFolder, count=None): argument
138 if (count):
139 nid = "%s.%s.%s" % (fileNameOnly, count, fileExtension)
150 if (count):
151 count += 1
153 count = 1
154 return self.zopeFileUpload(resourceType, currentFolder, count)
/plugin/swiftmail/Swift/Plugin/VerboseSending/
H A DDefaultView.php27 protected $count = 0; variable in Swift_Plugin_VerboseSending_DefaultView
36 $this->count++;
44 Recipient (<?php echo $this->count; ?>):
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php75 $count = count($parts);
77 if (1 >= $count) {
81 if ($parts[$count - 2] === $parts[$count - 1]) {
/plugin/croissant/
H A Dsyntax.php68 $count = count($parts);
69 for($i = 0; $i < $count; ++$i) {
72 if ($i < $count - 1) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDistributionUpdate.php37 public function setCount(SplitInt64 $count) argument
39 $this->count = $count;
46 return $this->count;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpHeadTest.php77 $count = 0;
79 $authBackend = new Auth\Backend\BasicCallBack(function($userName,$password) use (&$count) {
80 $count++;
93 $this->assertEquals(1, $count, 'Auth was triggered twice :(');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedAtLeastCount.php48 $count = $this->getInvocationCount();
50 if ($count < $this->requiredInvocations) {
53 ' times but it occurred ' . $count . ' time(s).'
H A DInvokedAtMostCount.php48 $count = $this->getInvocationCount();
50 if ($count > $this->allowedInvocations) {
53 ' times but it occurred ' . $count . ' time(s).'
/plugin/fckg/action/entities/utils/
H A Dentities.pl3 my $count = 0;
14 $count++ if /^&#/;
15 $count++ if /^&\w/;
18 if($count == 2) {
19 $count = 0;
/plugin/readability/
H A Dcalc.php107 for ($i = 0; $i < count($words); $i++) {
112 $score = number_format((($syllables / count($words)) * 100));
137 for ($i = 0; $i < count($words); $i++) {
140 return ($syllables/count($words));
204 $syllables += count($valid_word_parts);
/plugin/header3/
H A Drenderer.php74 while (count($this->sectionedits) > 0) {
75 if ($this->sectionedits[count($this->sectionedits) - 1][1] <= 1) {
84 if ( count ($this->footnotes) > 0 ) {
102 if (count($alt)) {
120 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/ckgdoku/action/entities/utils/
H A Dentities.pl3 my $count = 0;
14 $count++ if /^&#/;
15 $count++ if /^&\w/;
18 if($count == 2) {
19 $count = 0;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php116 count($inbox->getChildren())
121 count($inbox->getChildren())
144 count($inbox->getChildren())
149 count($inbox->getChildren())
172 count($inbox->getChildren())
/plugin/ckgedit/action/entities/utils/
H A Dentities.pl3 my $count = 0;
14 $count++ if /^&#/;
15 $count++ if /^&\w/;
18 if($count == 2) {
19 $count = 0;
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php8 protected int $count; variable in TableRoller\\Table\\BaseTable
13 return $this->keys[rand(0, $this->count - 1)];
40 $this->count = count($this->options);
52 while (count($result) < $times) {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php34 if (count($keys) !== count($values)) {
88 || count($config_cascade[$this->internalName]['local']) === 0) {
122 if (count($newKey) !== count($newValue)) {
/plugin/bbs/
H A Dsyntax.php84 for ($i=0,$I=count($args);$i<$I;++$i) {
110 $this->tags[count]++;
115 $count = $this->tags[count];
116 if ($count) $this->ret .= str_repeat( '</span>', $count+1 );
/plugin/toctweak/action/
H A Drendertoc.php147 $event->data[1] = str_replace(self::TOC_HERE, $html_toc, $event->data[1], $count);
237 $count = 1;
241 $content= preg_replace($search, $replace, $content, 1, $count);
242 if (!$count) {
245 $count = 1;
251 if ($count > 0) {
253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php36 for ($i=0; $i<count($spanned_widths); $i++) {
45 for ($i=0; $i<count($spanned_widths); $i++) {
49 for ($i=0; $i<count($spanned_widths); $i++) {
76 $columns = count($minw);
85 for ($i=0; $i<count($minw); $i++) {
198 for ($i=0; $i<count($widths); $i++) {
218 for ($i=0; $i<count($widths); $i++) {
229 for ($i=0; $i<count($flags); $i++) { $flags[$i] = true; };
/plugin/gitlabapi/
H A Dsyntax.php56 if (count($server) != 0) {
70 if (count($project_path) != 0)
185 $total = count($commits) < $number ? count($commits) : $number;
215 $total = count($issues) < $number ? count($issues) : $number;
254 $total = count($milestones) < $number ? count($milestones) : $number;
283 $total = count($pipelines) < $number ? count($pipelines) : $number;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php101 while ($resultI < \count($result->intervals) && $rightI < \count($right->intervals)) {
178 if ($this->intervals === null || \count($this->intervals) === 0) {
207 for ($i = 0, $count = \count($this->intervals); $i < $count; $i++) {
223 while ($i < \count($this->intervals)) {
270 $count = \count($this->intervals);
272 $right = $count
[all...]
/plugin/siteexport/inc/
H A Dtoc.php35 $URLcount = count($url);
70 if (count($DATA) == 0) {
108 $elem['depth'] = count(explode('/', $elem['url']));
229 … $didOpenItem = !(count(empty($CURRENTNODE['pages']) ? $CURRENTNODE : $CURRENTNODE['pages']) == 0);
233 $didOpenItem = !(count($CURRENTNODE['pages']) == 0);
238 $didOpenItem = !(count($CURRENTNODE) == 0);
342 $isEmptyNode = count($DATA) == 1 && empty($indexFile);
344 if (!$isEmptyNode && ($this->emptyNSToc || count($DATA) > 0)) {
350 if (!$isEmptyNode && count($DATA) > 0) $XML .= "\n";
356 if (!$isEmptyNode && count($DATA) > 0) $XML .= "$DEPTH";
[all …]
/plugin/dir/
H A Dsyntax.php635 if(count($curPathSplit) > 0) {
636 … while(($clevel < count($fqidPathSplit) - 1) && ($clevel < count($curPathSplit))) {
758 if(count($tmp) == 2) {
819 if(count($this->pages) == 0) {
827 $count = count($this->pages);
829 $this->_showDebugMsg("Found ".$count." pages!");
831 if($count == 0) {
949 $name = ucfirst($name [count($name) - 1]);
1256 if(count($this->excludeTags) > 0) {
1265 if(count($this->includeTags) > 0) {
[all …]

12345678910>>...102