Home
last modified time | relevance | path

Searched refs:sizeof (Results 1 – 25 of 173) sorted by relevance

1234567

/plugin/iptrust/
H A Dadmin.php45 if ($ips && (sizeof($ips) > 0)) {
57 if ($ips && (sizeof($ips) > 0)) {
58 $count = sizeof($ips);
72 if (sizeof($ips) < $count) {
78 …} elseif (isset($_REQUEST['add']) && is_array($_REQUEST['add']) && (sizeof($_REQUEST['add']) > 0))…
84 if ($ips && (sizeof($ips) > 0)) {
113 if ($ips && (sizeof($ips) > 0)) {
157 if ($logins && (sizeof($logins) > 0)) {
159 $count = sizeof($logins);
170 for ($i = 0; $i < sizeof($logins);) {
[all …]
/plugin/iptrust2/
H A Dadmin.php33 if ($ips && (sizeof($ips) > 0)) {
45 if ($ips && (sizeof($ips) > 0)) {
46 $count = sizeof($ips);
60 if (sizeof($ips) < $count) {
66 …} elseif (isset($_REQUEST['add']) && is_array($_REQUEST['add']) && (sizeof($_REQUEST['add']) > 0))…
72 if ($ips && (sizeof($ips) > 0)) {
101 if ($ips && (sizeof($ips) > 0)) {
145 if ($logins && (sizeof($logins) > 0)) {
147 $count = sizeof($logins);
158 for ($i = 0; $i < sizeof($logins);) {
[all …]
/plugin/bliki/
H A Dsyntax.php100 while (sizeof($recents) < $num && sizeof($posts)) {
115 while (sizeof($recents) < $num && sizeof($years)) {
120 while (sizeof($recents) < $num && sizeof($months)) {
125 while (sizeof($recents) < $num && sizeof($days)) {
132 while (sizeof($recents) < $num && sizeof($posts)) {
157 if (sizeof($list)) {
214 $s = sizeof($parts);
364 if (sizeof($dirs) > 0) {
367 if (sizeof($files) > 0) {
408 if (sizeof($recents) == $this->getConf('numposts')) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php116 for ($i = 0; $i < sizeof($this->_listeners); $i++) {
132 for ($i = 0; $i < sizeof($this->_listeners); $i++) {
167 for ($i = 0; $i < sizeof($this->_listeners); $i++) {
179 return sizeof($this->_errors);
199 return sizeof($this->_failures);
230 for ($i = 0; $i < sizeof($this->_listeners); $i++) {
276 for ($i = 0; $i < sizeof($this->_listeners); $i++) {
H A DTestSuite.php183 for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) {
231 return sizeof($this->_tests);
/plugin/combo/ComboStrap/
H A DPathAbs.php55 $sizeof = sizeof($names);
56 if ($sizeof == 0) {
59 $lastName = $names[$sizeof - 1];
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
H A DRouterBestEndPage.php38 if (sizeof($pagesWithSameName) == 0) {
119 $candidateBacklinksCount = sizeof($candidatePage->getBacklinks());
120 $bestPageBacklinksCount = sizeof($bestPage->getBacklinks());
H A DTreeNode.php64 return sizeof($this->children);
78 return sizeof($this->children) > 0;
93 if (sizeof($childrenKeys) === 0) {
H A DPipelineUtility.php116 array_fill(0, sizeof($commandArgs), self::SPACE_CHARACTER)
124 array_fill(0, sizeof($commandArgs), $charactersToTrimFromCommand)
185 for ($i = 0; $i < sizeof($words); $i++) {
240 $end = sizeof($words);
284 $size = sizeof($commandArgs);
/plugin/combo/
H A Dcli.php267 $totalNumberOfPages = sizeof($pages);
346 $totalNumberOfPages = sizeof($pages);
466 $totalNumberOfPages = sizeof($pages);
509 if (sizeof($pagesWithError) > 0) {
513 $totalNumberOfPages = sizeof($pagesWithError);
522 if (sizeof($pagesWithChanges) > 0) {
526 $totalNumberOfPages = sizeof($pagesWithChanges);
535 if (sizeof($pagesWithOthers) > 0) {
539 $totalNumberOfPages = sizeof($pagesWithOthers);
549 $sizeof
[all...]
/plugin/bashorg/
H A Dbash.org.php31 $id = rand(0, sizeof($quotes) - 1);
34 $id = rand(0, sizeof($quotes) - 1);
40 if (sizeof($quotes) == 2)
/plugin/webcomponent/_test/
H A Drelated.test.php100 $referrerId = sizeof(self::$referrers) + 1;
132 $this->assertEquals(self::REFERRERS_COUNT, sizeof($backlinks));
145 $this->assertEquals(self::REFERRERS_COUNT, sizeof($referrers));
153 $this->assertEquals($expected, sizeof($referrers));
160 $this->assertEquals($expected, sizeof($referrers));
H A Dmath.test.php68 $this->assertEquals($expected, sizeof($mathJaxDiv));
91 $this->assertEquals($expected, sizeof($mathJaxDiv));
/plugin/htmlmetatags/syntax/
H A Dsyntax.php103 for($i = 0; $i < sizeof ( $data ); $i ++) {
105 $size = sizeof ( $mt );
107 if (sizeof ( $mt ) == 2) {
/plugin/bibtex4dw/syntax/
H A Dcite.php76 if ($bibkey != $bibkeys[sizeof($bibkeys)-1]) {
91 if ($bibkey != $bibkeys[sizeof($bibkeys)-1]) {
103 if ($bibkey != $bibkeys[sizeof($bibkeys)-1]) {
/plugin/command/ext/
H A Dabstract.php18 if(sizeof($params) == 1 && ($params[0]))
20 else if(sizeof($params) != 0)
H A Ddt.php22 if(sizeof($params) == 1 && is_string($params[0]))
24 else if(sizeof($params) != 0)
/plugin/ipgroup/
H A Dadmin.php38 if ($filecontent && (sizeof($filecontent) > 0)) {
48 …} elseif (isset($_REQUEST['delete']) && is_array($_REQUEST['delete']) && (sizeof($_REQUEST['delete…
73 if ($networks && (sizeof($networks) > 0)) {
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php64 if(sizeof($dependent) == 4)
80 if(sizeof($dependent) == 4)
136 if(isset($independent) && sizeof($independent) % 2)
/plugin/webcomponent/syntax/
H A Drelated.php221 if (sizeof($backlinks) > 50){
229 … $page[self::RELATED_BACKLINKS_COUNT_PROP]=sizeof(ft_backlinks($backlink, $ignore_perms = false));
237 if (sizeof($related)> $max){
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php361 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
363 for ($i = 0; $i < sizeof($cites); $i++) {
457 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
459 for ($i = 0; $i < sizeof($cites); $i++) {
1016 for ($i = 0; $i < sizeof($authorarray); $i++) {
1027 $size = sizeof($tmparray);
1084 $size = sizeof($vonlastarray);
1116 if (3==sizeof(
[all...]
/plugin/whoisonline/
H A Dsyntax.php65 if( sizeof($online_users) > 0 ) {
72 $onlinecount = sizeof( $newlist );
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
347 for ($i = 0; $i < sizeof($cites); $i++) {
668 for ($i = 0; $i < sizeof($authorarray); $i++) {
679 $size = sizeof($tmparray);
740 $size = sizeof($vonlastarray);
774 if (3==sizeof($tmparray)) {
778 $first = $tmparray[sizeof($tmparray)-1];
942 if (sizeof($this->warnings)>0) return true;
954 return sizeof($this->data);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
347 for ($i = 0; $i < sizeof($cites); $i++) {
668 for ($i = 0; $i < sizeof($authorarray); $i++) {
679 $size = sizeof($tmparray);
740 $size = sizeof($vonlastarray);
774 if (3==sizeof($tmparray)) {
778 $first = $tmparray[sizeof($tmparray)-1];
942 if (sizeof($this->warnings)>0) return true;
954 return sizeof($this->data);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
347 for ($i = 0; $i < sizeof($cites); $i++) {
668 for ($i = 0; $i < sizeof($authorarray); $i++) {
679 $size = sizeof($tmparray);
740 $size = sizeof($vonlastarray);
774 if (3==sizeof($tmparray)) {
778 $first = $tmparray[sizeof($tmparray)-1];
942 if (sizeof($this->warnings)>0) return true;
954 return sizeof($this->data);

1234567