Home
last modified time | relevance | path

Searched refs:count (Results 2451 – 2475 of 2539) sorted by last modified time

1...<<919293949596979899100>>...102

/plugin/farm/install/
H A Dfarmstructurecreator.php191 if(count($d)) { // barn already existed with animals directories ?
/plugin/farm/
H A Dinstall.class.php95 if(count($conf)) {
97 for($i=0; $i<count($conf); $i++) {
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);
H A Dsoapserver.php42 if(count($args) < 3) return array();
93 if(count($o) == 1) {
95 }elseif(count($o) == 2) {
H A Dtestclient.php27 …for($i=0; $i<count($m[0]); $i++) $mid .= ' <span style="color:green">'.htmlentities($m[1][$i]).'</…
H A Daction.php116 for($i=0; $i<count($event->data['link']); $i++) {
121 for($i=0; $i<count($event->data['script']); $i++) {
126 for($i=0; $i<count($event->data['link']); $i++) {
132 for($i=0; $i<count($event->data['script']); $i++) {
H A Dadmin.php143 if(!count($this->errors)) return;
166 if(!count($this->success)) return;
168 if(count($this->success) > 1) {
/plugin/footnotestyle/
H A Drenderer.php54 $id = count($this->footnotes)+1;
55 $this->footnotes[count($this->footnotes)] = $footnote;
59 $id = count($this->footnotes)+1;
60 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
65 $id = count($this->footnotes)+1;
66 $this->footnotes[count($this->footnotes)] = $footnote;
77 if ( count ($this->footnotes) > 0 ) {
96 if (count($alt)) {
125 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/cronojob/
H A Dpseudocron.php136 for ($i=0;$i<count($jobs);$i++) {
226 for ($i=0;$i<count($subelements);$i++) {
353 for ($i=0;$i<count($file);$i++) {
358 $jobNumber = count($jobs);
/plugin/cronojob/pseudo-cron/
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);
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);
/plugin/multipoll/
H A Dsyntax.php84 if(count($questions) > 1) { // if more than 1 question => only keep questions with text
/plugin/diff/
H A Dsyntax.php111 $c = count($sections);
/plugin/nstoc/
H A Dsyntax.php281 return (0 < count($result))
341 if (count($path)) {
701 if (0 < count($pages)) {
/plugin/jmol2/jmol/
H A DCHANGES.txt117 # bug fix: strand count assignment error in cif/pdb readers causes failure to load 3ovo.cif
847 # yes yes bondcount covalent bond count
5579 # To get the count within a string context, just use .size:
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/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/highlightjs/highlight/
H A Dreadme.eng.txt422 with greatest count wins.
/plugin/gitlink2/
H A Dsyntax.php78 if(count($gitv) < 2) {
/plugin/flyspraylink/
H A Dsyntax.php78 if(count($fsv) < 2) {
/plugin/lastfm/inc/
H A Dlastfmutils.php68 $num = count($data);
110 $num = count($data);
132 $num = count($data);
/plugin/iptrust/
H A Dadmin.php58 $count = sizeof($ips);
72 if (sizeof($ips) < $count) {
159 $count = sizeof($logins);
189 if (sizeof($logins) < $count) {

1...<<919293949596979899100>>...102