Home
last modified time | relevance | path

Searched refs:sizeof (Results 26 – 50 of 173) sorted by relevance

1234567

/plugin/api/_test/
H A Dpages.test.php102 $this->assertEquals(sizeof($pagesToFound), $pagesFoundCounter, "The two pages were found");
138 $this->assertEquals($limit, sizeof($data), "The number of page is equal t max");
/plugin/schulzevote/syntax/
H A Dvote.php268 $proposals = range(0, sizeof($candy));
270 if (sizeof($candy) > 0) {
272 … $proposals[sizeof($candy)] = sprintf($this->getLang('last_choice'), $proposals[sizeof($candy)]);
/plugin/contactmodern/
H A Dsyntax.php227 for ($i = 0; $i < sizeof($local_array); $i++) {
237 if (sizeof($domain_array) < 2) {
240 for ($i = 0; $i < sizeof($domain_array); $i++) {
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/combo/ComboStrap/
H A DEvent.php89 if (sizeof($rows) === 0) {
104 if (sizeof($rows) === 0) {
119 if (sizeof($rowsSelected) === 0) {
H A DLocalPath.php182 $sizeof = sizeof($names);
183 if ($sizeof === 0) {
186 return $names[$sizeof - 1];
H A DCanonical.php118 $i = sizeof($namesOriginal) - 1;
130 $namesLength = sizeof($names);
H A DFetcherPdf.php19 if ($fragments[0] === "page" && sizeof($fragments) >= 2) {
H A DSqliteResult.php97 if (sizeof($rows) >= 1) {
H A DConditionalLength.php264 if (sizeof($matches) === 0) {
294 if (sizeof($matches) === 0) {
/plugin/zip/pear/
H A DPEAR.php391 return sizeof($this->_expected_errors);
535 …if (isset($this) && isset($this->_expected_errors) && sizeof($this->_expected_errors) > 0 && sizeo…
636 list($mode, $options) = $stack[sizeof($stack) - 1];
715 list($mode, $options) = $stack[sizeof($stack) - 1];
767 sizeof($_PEAR_destructor_object_list))
/plugin/xtermrtf/
H A Dsyntax.php127 for ($i=0; $i<sizeof($couleurs); $i++) {
160 for ($i=0; $i<sizeof($corps); $i++) {
/plugin/amazon_heavy/
H A Dclass.xmlreader.php78 $size = sizeof($children[$tagname]);
97 $size = sizeof($children[$tagname]);
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php129 $page[RelatedTag::RELATED_BACKLINKS_COUNT_PROP] = sizeof(ft_backlinks($backlink, $ignore_perms = false));
138 if (sizeof($related) > $max) {
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php348 if (sizeof($v_string_list) != 0) {
538 if (sizeof($v_string_list) != 0) {
1655 for ($j=0; $j<sizeof($v_work_list); $j++) {
1952 for ($i=0; $i<sizeof($p_filedescr_list); $i++) {
2444 $v_nb = sizeof($p_result_list);
4771 for ($i=0; $i<sizeof($v_header_list); $i++) {
4846 for ($i=0; $i<sizeof($v_header_list); $i++) {
5433 for ($i=sizeof($v_list)-1; $i>=0; $i--) {
5455 else if ($i == (sizeof($v_list)-1)) {
5524 $v_list_dir_size = sizeof($v_list_dir);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1934 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Merging result list (size '".sizeof($v_result_list)."') with dirlist (size '".sizeof($v_dirlist_descr)."')");
1936 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "merged result list is size '".sizeof($v_result_list)."'");
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php571 if(sizeof($dependent) == 4)
581 if(sizeof($dependent) == 4)
778 if($style[$limit] && (sizeof($cArray) > $style[$moreThan]))
789 if(sizeof($cArray) > 1)
791 if(sizeof($cArray) == 2)
795 for($index = 0; $index < (sizeof($cArray) - 2); $index++)
802 $cArray[sizeof($cArray) - 2] .= $style[$delimitLast];
808 if((sizeof($cArray) > 1) || $etAl)
1023 if(sizeof($array) == 1)
/plugin/randomquote/
H A Dsyntax.php66 $renderer->doc .= '<div class="randomquote">"'.$quotes[rand(0,sizeof($quotes)-1)].'"</div>';
/plugin/s5reloaded/
H A Dsyntax.php65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5reloaded',sizeof($data)?array('s5theme'=>$data[0]…
/plugin/s5/
H A Dsyntax.php65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5',sizeof($data)?array('s5theme'=>$data[0]):null).…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEPAGE.php47 if(sizeof($array) > 1)
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php13 $l = sizeof($components);
/plugin/webcomponent/_test/
H A Dbutton.test.php63 $this->assertEquals($expected, sizeof($backlinks));
/plugin/semanticdata/phpSesame/
H A DresultFormats.php57 if(sizeof($rows) <= 0)
/plugin/imageflow/syntax/
H A Dimageflow.php123 $scID = $this->sectionID[sizeof($this->sectionID)-1];
241 … $renderer->meta['relation']['imageflow'][$this->sectionID[sizeof($this->sectionID)-1]][] = $data;

1234567