Home
last modified time | relevance | path

Searched refs:sizeof (Results 101 – 125 of 173) sorted by path

1234567

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php183 for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) {
231 return sizeof($this->_tests);
/plugin/geogebra/syntax/
H A Dgeogebrafile.php98 if (sizeof($param) == 0)
/plugin/googlesearch/
H A Dnusoap.php1495 if (sizeof($this->imports) > 0) {
3642 if(sizeof($this->opData['output']['parts']) > 1){
4893 if (sizeof($this->import) > 0) {
5399 $cols = ',' . sizeof($v);
5406 if (is_array($value) && sizeof($value) >= 1) {
5407 $rows = sizeof($value);
5907 if(sizeof($this->multirefs) > 0){
6695 if(sizeof($return) > 1){
7027 if (sizeof($opData['input']['parts']) > 0) {
/plugin/hcalendar/syntax/
H A Dhcal2.php207 if (sizeof($param) == 0) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1sizeof:1,stackalloc:1,"static":1,string:1,struct:1,"switch":1,"this":1,"throw":1,"true":1,"try":1,… property in hljs.LANGUAGES.cs.dM.k
H A Dwp_highlight.js.php13 $l = sizeof($components);
/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) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php356 $baseOffset = ftell($filehandle) + OpenTypeFileNAMERecord::sizeof()*$this->_count;
404 function sizeof() { function in OpenTypeFileNAMERecord
/plugin/htmlmetatags/syntax/
H A Dsyntax.php103 for($i = 0; $i < sizeof ( $data ); $i ++) {
105 $size = sizeof ( $mt );
107 if (sizeof ( $mt ) == 2) {
/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;
/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/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/iptrust/
H A Daction.php62 for ($i = 0; $i < sizeof($logins); $i++) {
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 Daction.php77 for ($i = 0; $i < sizeof($logins); $i++) {
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/itrackviewer/
H A Dsyntax.php278 if (sizeof($param) == 0) {
/plugin/jalbum/syntax/
H A Djalbum.php169 if (sizeof($param) == 0) {
H A Djalbumbadge.php162 if (sizeof($param) == 0)
H A Dslideshow.php87 if (sizeof($pics) == 0) { continue;}
/plugin/keywords/action/
H A Dkeywords.php177 for ($i=0;$i<sizeof($event->data['meta']);$i++) {
/plugin/latex-was/
H A Dclass.latexrender.php159 for ($i=0;$i<sizeof($this->_latex_tags_blacklist);$i++) {
/plugin/latex/
H A Dclass.latexrender.php159 for ($i=0;$i<sizeof($this->_latex_tags_blacklist);$i++) {
/plugin/latexport/implementation/
H A Ddecorator_tables.php208 } while($column < sizeof($this->row));
/plugin/logger/action/
H A Dlogging.php122 for ($i=0; $i < sizeof($nsArray); $i++) {

1234567