Home
last modified time | relevance | path

Searched refs:count (Results 926 – 950 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php26 $this->assertEquals(2,count($calendars));
120 $this->assertEquals(count($children)-1, count($children2));
/plugin/statdisplay/helper/
H A Dtable.php272 foreach ((array)$this->log->logdata[$date]['status']['all'] as $code => $count) {
275 $this->cell($count, 2);
386 foreach ($data as $key => $count) {
388 $val = filesize_h($count);
390 $val = $count;
397 $this->cell($this->pct($count, $max));
/plugin/move/helper/
H A Dplan.php647 if(is_array($MSG) && count($MSG)) {
812 $count = count($this->tmpstore[$store]);
813 if(!$count) continue;
830 $this->options[$store . '_all'] = $count;
831 $this->options[$store . '_run'] = $count;
934 $msg = $MSG[count($MSG) - 1]['msg']; // get detail from message array
/plugin/strata/aggregates/
H A Dcount.php14 return array(count($values));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php193 if (count($parentMethods)) {
203 if (count($classMethods)) {
/plugin/publistx/
H A Dsyntax.php71 if (count($single) == 1 && count($optparts[2]) == 1) {
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",icon:this.path+"image…
/plugin/codedoc/
H A Dblock.php44 $type = str_replace('_no_numbers',"",$type,$count);
45 if($count) {
/plugin/jplayer/vendor/symfony/process/
H A DProcessBuilder.php261 if (0 === \count($this->prefix) && 0 === \count($this->arguments)) {
/plugin/relativetimehelper/
H A Dhelper.php92 while (count($parts) > $depth) {
98 if (count($parts) == 1) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php30 for ($i = 0, $size = count($this->_properties); $i < $size; $i++) {
61 $this->_positions[$code] = count($this->_priorities)-1;
H A Dlayout.default.class.php73 for ($i=0, $num_positioned = count($context->absolute_positioned); $i < $num_positioned; $i++) {
80 for ($i=0, $num_positioned = count($context->fixed_positioned); $i < $num_positioned; $i++) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php165 if (count($array) > 0) {
194 if (count($array) > 0) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php22 use function count;
168 if (!($type instanceof SequenceType && (count($type) === 1 || count($type) === 2))) {
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",icon:this.path+"image…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php131 ($this->current >= count($this->streams) - 1 &&
176 $total = count($this->streams) - 1;
/plugin/blogtng/action/
H A Dfeed.php154 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
/plugin/autonumbering/
H A Dsyntax.php103 $levelsQty = count($dataTab);
127 $counter_levelsQty = count($COUNTER[$counterID]);
/plugin/ireadit/action/
H A Direadit.php57 if (count($readers) > 0) {
71 if (count($not_read) > 0) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php100 if ($precedence < 0 || $precedence >= \count($this->s0->edges)) {
130 if ($precedence >= $this->s0->edges->count()) {
/plugin/bez/struct/
H A DBezType.php97 $count = $res->fetchColumn();
98 if ($count == 0) {
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php197 for ($i=0;$i<count($jobs);$i++) {
244 for ($i=0;$i<count($subelements);$i++) {
403 for ($i=0;$i<count($file);$i++) {
408 $jobNumber = count($jobs);
H A Dpseudo-cron-image.php240 for ($i=0;$i<count($jobs);$i++) {
287 for ($i=0;$i<count($subelements);$i++) {
446 for ($i=0;$i<count($file);$i++) {
451 $jobNumber = count($jobs);
/plugin/semanticdata/syntax/
H A Dentry.php133 if($val == '' || !count($val)) continue;
146 $cnt = count($val);
219 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
319 $len = max($len, utf8_strlen($nudata[count($nudata) - 1][0]));
/plugin/farm/
H A Doverview.class.php53 …for($i=0; $i<count($animals); $i++) $l[sprintf('%020d', $animals[$i]->getInfos()->getSize()).uniqi…
62 for($i=0; $i<count($animals); $i++) $l[$animals[$i]->getName().uniqid()] = $animals[$i];
84 $s = count(dokuwiki_farm_animal::listAnimals());
105 $pages = ceil(count($animals) / DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE);

1...<<31323334353637383940>>...102