Home
last modified time | relevance | path

Searched refs:sizeof (Results 126 – 150 of 173) sorted by path

1234567

/plugin/mantis/lib/
H A Dclass.soap_parser.php123 if(sizeof($this->multirefs) > 0){
H A Dclass.soap_server.php626 if (sizeof($this->opData['output']['parts']) > 1) {
629 } elseif (sizeof($this->opData['output']['parts']) == 1) {
H A Dclass.soapclient.php316 if(sizeof($return) > 1){
754 if (sizeof($opData['input']['parts']) > 0) {
H A Dclass.wsdl.php891 if (sizeof($this->import) > 0) {
1512 $cols = ',' . sizeof($v);
1519 if (is_array($value) && sizeof($value) >= 1) {
1520 $rows = sizeof($value);
H A Dclass.xmlschema.php525 if (sizeof($this->imports) > 0) {
H A Dnusoap.php1593 if (sizeof($this->imports) > 0) {
3886 if(sizeof($data) == 2)
4057 if (sizeof($this->opData['output']['parts']) > 1) {
4060 } elseif (sizeof($this->opData['output']['parts']) == 1) {
5403 if (sizeof($this->import) > 0) {
6043 $cols = ',' . sizeof($v);
6050 if (is_array($value) && sizeof($value) >= 1) {
6051 $rows = sizeof($value);
6555 if(sizeof($this->multirefs) > 0){
7384 if(sizeof($return) > 1){
[all …]
/plugin/nspages/printers/
H A DprinterNice.php38 $nbItemPerColumns = $this->_computeNbItemPerColumns(sizeof($tab));
/plugin/odp/
H A DZipLib.class.php89 pack('v', sizeof($this -> ctrl_dir)).pack('v', sizeof($this -> ctrl_dir)).
/plugin/offline/
H A Dcreate.php373 for ($d = 0; $d < sizeof($singleDirectoriesArr); $d++) {
/plugin/openid/Auth/OpenID/
H A DAX.php952 sizeof($ax_args) == 0) {
/plugin/pagetemplate/
H A Daction.php69 if (!sizeof($backlinks)) return;
H A Dpagetemplate_backlinks.php23 if (!sizeof($backlinks) ) return;
/plugin/photowidget/
H A Dsyntax.php126 if (sizeof($param) == 0) {
/plugin/phpipam/
H A Dphpipam-api.php556 if(sizeof($identifiers)>0 && !$this->api_encrypt) {
560 elseif (sizeof($identifiers)>0 && $this->api_encrypt) {
695 if (sizeof($params)>0) {
/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);
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))
/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);
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))
/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);
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))
/plugin/randomquote/
H A Dsyntax.php66 $renderer->doc .= '<div class="randomquote">"'.$quotes[rand(0,sizeof($quotes)-1)].'"</div>';
/plugin/s5/
H A Dsyntax.php65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5',sizeof($data)?array('s5theme'=>$data[0]):null).…
/plugin/s5reloaded/
H A Dsyntax.php65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5reloaded',sizeof($data)?array('s5theme'=>$data[0]…
/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/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php

1234567