Home
last modified time | relevance | path

Searched refs:count (Results 376 – 400 of 2539) sorted by path

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

/plugin/bureaucracyau/helper/
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/bureaucracyau/
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/button/
H A Dsyntax.php375 if (count($parts) === 2) {
/plugin/c3chart/assets/
H A Dd3.min.js2count=function(n,r){return Id.setTime(+n),Yd.setTime(+r),t(Id),t(Yd),Math.floor(e(Id,Yd))},i.every… method in Er
/plugin/cache/
H A Dplugin_cache.php176 $sz = count($values);
205 $sz = count($lines);
211 if (count($items)!=2)continue;
/plugin/calendoku/
H A Daction.php86 if (count($match[5]) == 1)
88 if (count($match[6]) == 1)
H A Dhelper.php46 if (count($properties) > 1)
47 for ($i = 1; $i < count($properties); $i++) {
62 if (count($datetime) > 1) {
297 …= preg_replace('/^[\s\n]*BEGIN:VCALENDAR\n(.*)\nEND:VCALENDAR[\n\s]*$/s', '\1', $page, -1, $count);
298 if ($count < 1)
/plugin/calendoku/syntax/
H A Dshowtable.php108 if (count($object->components) > 0) {
/plugin/callflow/
H A Draphael.js1214 count = newf.count = newf.count || [];
1216 repush(count, args);
1219 count.length >= 1e3 && delete cache[count.shift()];
1220 count.push(args);
5277 setproto.splice = function (index, count, insertion) { argument
5279 count = mmax(0, mmin(this.length - index, count));
5287 for (i = 0; i < count; i++) {
5297 i = this.items.length = this.length -= count - arglen;
/plugin/captcha/
H A DEasySVG.php56 if (count($values) == 0) $lookingFor = ($thisValue < 224) ? 2 : 3;
58 if (count($values) == $lookingFor) {
231 $counter = count($text);
274 $counter = count($text);
398 if (count($shapes) > 1) {
417 while (count($coords) > 0) {
H A Daction.php115 $count = (new IpCounter())->get();
116 return $count > 2; // only after 3 failed attempts
233 // This is a failed authentication attempt, count it
/plugin/caption/syntax/
H A Dcaption.php101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
/plugin/catlist/
H A Dsyntax.php204 for ($i = 0; $i < count($split); $i++) {
215 if (count($split) > 0 && $split[0] == '..') {
499 $global_ul_attr = 'column-count: '.$data['columns'].';';
/plugin/changes/
H A Dsyntax.php68 'count' => 10,
81 $data['count'] = (int) $m;
106 case 'count':
127 if (count($match) > 2) {
185 $data['count'],
194 if (!count($changes)) return true;
230 $count = 0;
256 for ($i = count($lines) - 1; $i >= 0; $i--) {
270 if (++$count >= $num) break;
/plugin/charpicker/
H A Daction.php37 for($i=0;$i<count($event->data); $i++) {
/plugin/charter/
H A Dhelper.php253 for ($i = 0; $i < count($flags[$key]); $i++) {
255 if (count($flags[$key][$i]) != 3) {
623 for ($i = 0; $i < count($a); $i++) {
/plugin/charter/lib/pchart/
H A DpChart.class.php283 if ( count($Values) == 3 )
514 if ( count($Data) > 1 )
530 $this->DataCount = count($Data);
2109 $Points = count($Data);
2244 $Points = count($Data);
2304 $Points = count($Data);
2370 for($i=0;$i<=count($Plots)-4;$i=$i+2)
2748 $Index = count($Plots);
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
3296 if (count($DataDescription["Description"]) < count($DataDescription["Values"]))
[all …]
H A DpData.class.php122 if (is_array($Value) && count($Value) == 1)
126 for($i=0;$i<=count($this->Data);$i++)
129 if ( count($Value) == 1 )
/plugin/chat/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
90 if (count($files) > 1) {
91 $file = $files[mt_rand(0,count($files)-1)];
108 $color = count($lines) % 2 == 0 ? 0 : 1;
110 for ($i = 0; $i < count($lines); $i++) {
159 if ($i+1 < count($lines)) {
H A Dchat.php53 if (count($revs) != 0)
H A Dsyntax.php86 if (count($revs)) {

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