Home
last modified time | relevance | path

Searched refs:count (Results 351 – 375 of 2539) sorted by path

1...<<11121314151617181920>>...102

/plugin/btable2/
H A Dsyntax.php84 for($i = 0; $i < count($ids); $i++) {
88 for($i = 0; $i < count($dates); $i++) {
138 $rows_count = count($rows);
139 $columns_count = count($columns);
327 $count = array();
390 $count[$column] += 1;
415 $count[$column] += 1;
456 $rows_count = count($rows);
460 $ccount = isset($count[$column]) ? $count[$column] : 0;
496 $rows_count = count($rows);
[all …]
/plugin/bugzillaint/action/
H A Dfetch.php65 if ( count($lists) > 0 ) {
72 if ( count($trees) > 0 ) {
82 if ( count($links) > 0 ) {
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt109 …* ''dependencies'' - shows the count of open bugs depending on or blocking this bug - links to bug…
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php48 if ( isset($bug['depends_on']) && count($bug['depends_on']) > 0 ) {
118 if ( isset($options['product']) == false || count($options['product']) == 0 ) {
293 if (count($bug['blocks']) > 0) {
296 if (count($bug['depends_on']) > 0) {
366 } else if ( count( $result['faults'] ) > 0 ) {
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php111 while(count($lines) > 0) {
/plugin/bureaucracy-au/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
H A Dsyntax.php81 while(count($lines) > 0) {
88 if(count($args) < 2) {
169 if(count($actions) < 1) {
269 $len = count($data['fields']);
436 if(!$inQuote || count($lines) === 0) break;
/plugin/bureaucracy-au/helper/
H A Dactionscript.php12 if (count($argv) < 1) {
H A Dfield.php72 if(count($args) < $this->mandatory_args){
81 if (count($args) === 0) break;
226 '(?:\|(?P<default>.*?))' . (count($value) == 0 ? '' : '?') .
381 for ($i = 0 ; $i < count($pregs[2]) ; ++$i) {
H A Dfieldaddpage.php18 if(count($args) < 3){
H A Dfieldfieldset.php25 if (count($args) > 0) {
44 if (count($this->depends_on) > 1) {
80 if(count($this->depends_on) > 1) {
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
H A Dfieldusemailtemplate.php17 if(count($args) < 2){
H A Dfieldusers.php48 if (is_array($matches[2]) && count($matches[2]) == 2) {
/plugin/bureaucracy/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
H A Dsyntax.php86 while(count($lines) > 0) {
93 if(count($args) < 2) {
174 if(count($actions) < 1) {
274 $len = count($data['fields']);
441 if(!$inQuote || count($lines) === 0) break;
/plugin/bureaucracy/helper/
H A Dactionscript.php12 if (count($argv) < 1) {
H A Dfield.php72 if(count($args) < $this->mandatory_args){
81 if (count($args) === 0) break;
226 '(?:\|(?P<default>.*?))' . (count($value) == 0 ? '' : '?') .
381 for ($i = 0 ; $i < count($pregs[2]) ; ++$i) {
H A Dfieldaddpage.php18 if(count($args) < 3){
H A Dfieldfieldset.php25 if (count($args) > 0) {
44 if (count($this->depends_on) > 1) {
80 if(count($this->depends_on) > 1) {
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
H A Dfieldusemailtemplate.php17 if(count($args) < 2){
H A Dfieldusers.php48 if (isset($matches[2]) && is_array($matches[2]) && count($matches[2]) == 2) {
H A Dfieldwiki.php63 … } elseif (isset($ins[count($ins) - 2][1][0]) && $ins[count($ins) - 2][1][0] === 'struct_output') {
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php111 while(count($lines) > 0) {
/plugin/bureaucracyau/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
/plugin/bureaucracyau/helper/
H A Dactionscript.php12 if (count($argv) < 1) {

1...<<11121314151617181920>>...102