Home
last modified time | relevance | path

Searched refs:sizeof (Results 126 – 150 of 173) sorted by last modified time

1234567

/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php356 $baseOffset = ftell($filehandle) + OpenTypeFileNAMERecord::sizeof()*$this->_count;
404 function sizeof() { function in OpenTypeFileNAMERecord
/plugin/mantis/lib/
H A Dclass.soap_server.php626 if (sizeof($this->opData['output']['parts']) > 1) {
629 } elseif (sizeof($this->opData['output']['parts']) == 1) {
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 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 …]
H A Dclass.soap_parser.php123 if(sizeof($this->multirefs) > 0){
H A Dclass.soapclient.php316 if(sizeof($return) > 1){
754 if (sizeof($opData['input']['parts']) > 0) {
H A Dclass.xmlschema.php525 if (sizeof($this->imports) > 0) {
/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/whoisonline/
H A Dsyntax.php65 if( sizeof($online_users) > 0 ) {
72 $onlinecount = sizeof( $newlist );
/plugin/tools/
H A Daction.php143 if (sizeof($html)>2) echo join("\n",$html);
/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/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/composer/
H A Dsyntax.php525 $instr[1][0] = $id . "#" . $levels[sizeof($levels)-1];
551 $instr[1][1] = $name[sizeof($name)-1];
/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/fedauth/Auth/OpenID/
H A DAX.php934 sizeof($ax_args) == 0) {
/plugin/photowidget/
H A Dsyntax.php126 if (sizeof($param) == 0) {
/plugin/command/inc/
H A Dembedding.php203 if(sizeof($matches) == 2)
/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/semanticdata/phpSesame/
H A DresultFormats.php57 if(sizeof($rows) <= 0)
/plugin/s5reloaded/
H A Dsyntax.php65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5reloaded',sizeof($data)?array('s5theme'=>$data[0]…
/plugin/latex/
H A Dclass.latexrender.php159 for ($i=0;$i<sizeof($this->_latex_tags_blacklist);$i++) {
/plugin/directions/syntax/
H A Dcommon.php43 if (sizeof($path) == 3) {
/plugin/stats/
H A Dsyntax.php752 $nbUsers = sizeof($users);
980 for($i=0; $i<sizeof($nsArray) && $i<$depthLevel; $i++) {

1234567