Home
last modified time | relevance | path

Searched refs:sizeof (Results 101 – 125 of 173) sorted by last modified time

1234567

/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));
/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/webcomponent/
H A Dwebcomponent.php101 $lastPBlockPosition = sizeof($instructions) - 2;
/plugin/amazon_heavy/
H A Dclass.xmlreader.php78 $size = sizeof($children[$tagname]);
97 $size = sizeof($children[$tagname]);
H A Dsyntax.php135 for ($i=0; $i<sizeof ($feed); $i++)
/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/ebookexport/
H A Daction.php169 for($i=0;$i<sizeof($tocarray);$i++){
/plugin/src/
H A Dsyntax.php150 for ($i = $start; $i < sizeof($content2); $i++) {
/plugin/dir/
H A Dsyntax.php1083 if($index + 1 < sizeof($this->hdrs))
1131 if(($index + 1) == sizeof($this->hdrs)) {
1160 if(($index + 1) == sizeof($this->hdrs)) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …ck below not needed\n\t /* Deal with !@#$% 64K limit: */\n\t //if (sizeof(int) <= 2) {\n\t …
/plugin/publist/bib2tpl/lib/
H A DPEAR.php611 list($mode, $options) = $stack[sizeof($stack) - 1];
685 list($mode, $options) = $stack[sizeof($stack) - 1];
741 sizeof($_PEAR_destructor_object_list))
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/eventum/XML/
H A DRPC.php1204 if (is_array($pars) && sizeof($pars) > 0) {
1205 for ($i = 0; $i < sizeof($pars); $i++) {
1265 for ($i = 0; $i < sizeof($this->params); $i++) {
1338 return sizeof($this->params);
1489 if (!xml_parse($parser_resource, $data, sizeof($data))) {
1865 return sizeof($b);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php80 if (sizeof ( $rows ) <= 0) {
141 if ($rows == false || sizeof ( $rows ) <= 0) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php144 if (sizeof(@$aSuiteResult['counts'])) {
H A DSetupDecorator.php164 if (sizeof($exclude)) {
/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/freechat/phpfreechat/lib/json/
H A DJSON.php378 … if (is_array($var) && count($var) && (array_keys($var) !== range(0, sizeof($var) - 1))) {
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php161 if (sizeof ( $rows ) <= 0) {
/plugin/odp/
H A DZipLib.class.php89 pack('v', sizeof($this -> ctrl_dir)).pack('v', sizeof($this -> ctrl_dir)).
/plugin/botbouncer/lib/
H A Dbotbouncer.php633 if (sizeof($triggers)) {
656 if (!sizeof($data['ips']) && isset($_SERVER['REMOTE_ADDR'])) {
H A Dmollom.php249 if (!sizeof($ips)) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php225 if(sizeof($tags) == 1) {
254 if(sizeof($tags) == 1)
508 if(sizeof($tags) == 1)
545 if(sizeof($tags) == 1) {

1234567