/plugin/bez/mdl/ |
H A D | ThreadFactory.php | 28 public function users_involvement(\DatePeriod $period=NULL) { argument 29 if ($period) { 30 $from = $period->getStartDate()->format(\DateTime::ISO8601); 31 $to = $period->getEndDate()->format(\DateTime::ISO8601); 58 public function kpi(\DatePeriod $period=NULL) { argument 59 if ($period) { 60 $from = $period->getStartDate()->format(\DateTime::ISO8601); 61 $to = $period->getEndDate()->format(\DateTime::ISO8601); 77 public function bez_activity(\DatePeriod $period=NULL) { argument 78 if ($period) { 106 report_issue(\\DatePeriod $period = NULL) global() argument 152 report_project(\\DatePeriod $period = NULL) global() argument [all...] |
H A D | TaskFactory.php | 77 public function users_involvement(\DatePeriod $period=NULL) { argument 78 if ($period) { 79 $from = $period->getStartDate()->format(\DateTime::ISO8601); 80 $to = $period->getEndDate()->format(\DateTime::ISO8601); 105 public function report(\DatePeriod $period=NULL) { argument 106 if ($period) { 107 $from = $period->getStartDate()->format(\DateTime::ISO8601); 108 $to = $period->getEndDate()->format(\DateTime::ISO8601);
|
H A D | Thread_commentFactory.php | 112 public function report(\DatePeriod $period=NULL) { argument 113 if ($period) { 114 $from = $period->getStartDate()->format(\DateTime::ISO8601); 115 $to = $period->getEndDate()->format(\DateTime::ISO8601);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | NotificationRateLimit.php | 25 public $period; variable in Google\\Service\\Monitoring\\NotificationRateLimit 30 public function setPeriod($period) argument 32 $this->period = $period; 39 return $this->period;
|
H A D | UptimeCheckConfig.php | 50 public $period; variable in Google\\Service\\Monitoring\\UptimeCheckConfig 179 public function setPeriod($period) argument 181 $this->period = $period; 188 return $this->period;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/ |
H A D | RetentionConfig.php | 29 public $period; variable in Google\\Service\\PubsubLite\\RetentionConfig 48 public function setPeriod($period) argument 50 $this->period = $period; 57 return $this->period;
|
/plugin/bez/ctl/ |
H A D | activity_report.php | 10 $period = NULL; variable 20 $period = new DatePeriod($from, new DateInterval('P1D'), $to); variable 23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period)); 24 $this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement($period)); 25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period)); 26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
|
H A D | report.php | 9 $period = NULL; variable 19 $period = new DatePeriod($from, new DateInterval('P1D'), $to); variable 22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC)); 23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC)); 24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC)); 25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | ProductSubscriptionCost.php | 27 public $period; variable in Google\\Service\\ShoppingContent\\ProductSubscriptionCost 50 public function setPeriod($period) argument 52 $this->period = $period; 59 return $this->period;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/ |
H A D | BucketByTime.php | 46 public function setPeriod(BucketByTimePeriod $period) argument 48 $this->period = $period; 55 return $this->period;
|
/plugin/autonumbering/ |
H A D | syntax.php | 136 $period = ''; 138 $number .= $period . $COUNTER[$counterID][$i]; 140 if ($period != '.') 141 $period = ' '; 143 $period = '.';
|
/plugin/accscounter/syntax/ |
H A D | popularity.php | 71 case 'allperiod': $period = 'allperiod'; 73 case 'today' : $period = 'today'; 76 case 'yesterday': $period = 'yesterday';
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VFreeBusy.php | 42 foreach ($periods as $period) { 46 list($busyStart, $busyEnd) = explode('/', $period);
|
H A D | VAlarm.php | 97 $period = new \DatePeriod($effectiveTrigger, $duration, (int) $repeat); 99 foreach ($period as $occurrence) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VFreeBusy.php | 43 foreach ($periods as $period) { 47 list($busyStart, $busyEnd) = explode('/', $period);
|
H A D | VAlarm.php | 98 $period = new \DatePeriod($effectiveTrigger, $duration, (int)$repeat); 100 foreach ($period as $occurrence) {
|
/plugin/davcard/vendor/sabre/vobject/lib/Component/ |
H A D | VFreeBusy.php | 41 foreach($periods as $period) { 45 list($busyStart, $busyEnd) = explode('/', $period);
|
H A D | VAlarm.php | 93 $period = new \DatePeriod($effectiveTrigger, $duration, (int)$repeat); 95 foreach($period as $occurrence) {
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
H A D | VFreeBusy.php | 41 foreach($periods as $period) { 45 list($busyStart, $busyEnd) = explode('/', $period);
|
H A D | VAlarm.php | 93 $period = new \DatePeriod($effectiveTrigger, $duration, (int)$repeat); 95 foreach($period as $occurrence) {
|
/plugin/davcal/vendor/sabre/vobject/lib/Component/ |
H A D | VFreeBusy.php | 41 foreach($periods as $period) { 45 list($busyStart, $busyEnd) = explode('/', $period);
|
H A D | VAlarm.php | 93 $period = new \DatePeriod($effectiveTrigger, $duration, (int)$repeat); 95 foreach($period as $occurrence) {
|
/plugin/amcharts/assets/amcharts/ |
H A D | gantt.js | 1 ….AmGanttChart.base.construct.call(this,a);this.cname="AmGanttChart";this.period="ss"},initChart:fu… 2 …Field,G=this.endDateField,w=this.colorField,p=c.extractPeriod(this.period),f=p.period,p=p.count,q=…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Clouderrorreporting.php | 123 'timeRange.period' => [ 194 'timeRange.period' => [
|
/plugin/structgantt/meta/ |
H A D | Gantt.php | 48 'period' => 'P1D', // smallest shown interval 146 'period' => 'P1D', 155 'period' => 'P1D', 164 'period' => 'P1D', 173 'period' => 'P1W', // weeks 183 'period' => 'P1M', // months 316 // period before the task 338 // period after the task 347 * Returns the interval units in the given period 360 $period [all...] |