Home
last modified time | relevance | path

Searched refs:notice (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/plugin/noticeboard/noticeboard/classes/
H A Drss.php74 $notice = $arrayList->next();
80 if($notice->hasStartTime()){
88 if($notice->getEndTime()){
90 if($notice->hasEndTime()){
97 if($notice->getDeadline()){
103 if($notice->getPlace()){
105 $out .= $notice->getPlace();
108 …his->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$no…
114 if($notice->getDeadline()){
120 if($notice->hasStartTime()){
[all …]
H A DNoticeList.php82 public function addNotice($notice){ argument
99 $this->list->add($notice);
115 $this->list->add($notice);
172 if($notice->getDeadline() >= $startTime && $notice->getDeadline() < $endTime){
177 … }else if($notice->getStartTime() >= $startTime && $notice->getStartTime() < $endTime){
180 }else if($notice->getEndTime() >= $startTime && $notice->getEndTime() < $endTime){
184 …}else if(($notice->getHasEnd() && $notice->getEndTime() > $startTime)&& $notice->getStartTime() < …
250 $notice = $array[$i];
275 $notice = $array[$i];
319 $returnArray[$j] = $notice;
[all …]
H A DICal.php81 $notice = $arrayList->next();
84 $out .= "LOCATION:".$notice->getPlace()."\r\n";
85 $out .= "SUMMARY:".$notice->getName()."\r\n";
86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
87 if($notice->getHasEnd()){
88 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getEndTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
94 if($notice->getDeadline()){
97 $out .= "LOCATION:".$notice->getPlace()."\r\n";
98 $out .= "SUMMARY:".$notice->getName()." - Deadline\r\n";
[all …]
H A DEditForm.php77 $notice = $noticeList->getNoticeById($ID);
78 if($notice){
79 $this->Name = $notice->getName();
80 $this->category = $notice->getCategory();
81 $this->Place = $notice->getPlace();
82 if($notice->getDeadline()){
86 if($notice->hasStartTime()){
89 if($notice->getHasEnd()){
92 if($notice->hasEndTime()){
93 $this->endTime = date("H:i",$notice->getEndTime());
[all …]
/plugin/noticeboard/classes/
H A Drss.php74 $notice = $arrayList->next();
80 if($notice->hasStartTime()){
88 if($notice->getEndTime()){
90 if($notice->hasEndTime()){
97 if($notice->getDeadline()){
103 if($notice->getPlace()){
105 $out .= $notice->getPlace();
108 …his->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$no…
114 if($notice->getDeadline()){
120 if($notice->hasStartTime()){
[all …]
H A DNoticeList.php82 public function addNotice($notice){ argument
99 $this->list->add($notice);
115 $this->list->add($notice);
172 if($notice->getDeadline() >= $startTime && $notice->getDeadline() < $endTime){
177 … }else if($notice->getStartTime() >= $startTime && $notice->getStartTime() < $endTime){
180 }else if($notice->getEndTime() >= $startTime && $notice->getEndTime() < $endTime){
184 …}else if(($notice->getHasEnd() && $notice->getEndTime() > $startTime)&& $notice->getStartTime() < …
250 $notice = $array[$i];
275 $notice = $array[$i];
319 $returnArray[$j] = $notice;
[all …]
H A DICal.php81 $notice = $arrayList->next();
84 $out .= "LOCATION:".$notice->getPlace()."\r\n";
85 $out .= "SUMMARY:".$notice->getName()."\r\n";
86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
87 if($notice->getHasEnd()){
88 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getEndTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
94 if($notice->getDeadline()){
97 $out .= "LOCATION:".$notice->getPlace()."\r\n";
98 $out .= "SUMMARY:".$notice->getName()." - Deadline\r\n";
[all …]
H A DEditForm.php77 $notice = $noticeList->getNoticeById($ID);
78 if($notice){
79 $this->Name = $notice->getName();
80 $this->category = $notice->getCategory();
81 $this->Place = $notice->getPlace();
82 if($notice->getDeadline()){
86 if($notice->hasStartTime()){
89 if($notice->getHasEnd()){
92 if($notice->hasEndTime()){
93 $this->endTime = date("H:i",$notice->getEndTime());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DFileOccurrence.php31 public $notice; variable in Google\\Service\\ContainerAnalysis\\FileOccurrence
97 public function setNotice($notice) argument
99 $this->notice = $notice;
103 return $this->notice;
/plugin/legalnotice/
H A Dplugin.info.txt5 name legal notice
6 desc adds a legal (or other) notice below the login form
/plugin/structtasks/
H A Dcli.php54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task));
103 if ($verbose) $this->notice($this->getLang('msg_today_notifier'));
113 $this->notice(
120 if ($verbose) $this->notice($this->getLang('msg_overdue_notifier'));
/plugin/noticeboard/
H A Dsyntax.php295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
301 <input type='hidden' name='noticeboard_delete' value='".$notice->getId()."' />
303 …t .= '<a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) . '" cl…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
301 <input type='hidden' name='noticeboard_delete' value='".$notice->getId()."' />
303 …t .= '<a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) . '" cl…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE41 The above copyright notice and this permission notice shall be
68 The above copyright notice and this permission notice shall be
94 The above copyright notice and this permission notice shall be
123 The above copyright notice and this permission notice shall be
151 The above copyright notice and this permission notice shall be
180 The above copyright notice and this permission notice shall be
/plugin/openlayersmap/
H A DLICENSE.md6 copyright notice and this permission notice appear in all copies.
27 Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
29 Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js21 notice: "ui-state-highlight", property in styling.jqueryui
40 notice: "", property in styling.bootstrap
301notice+" "+styles.success+" "+styles.info).addClass(opts.type == "error" ? styles.error : (opts.ty…
768 var notice;
771 notice = notices_data.slice(i);
773 notice = notices_data.slice(i, i+1);
774 if (!notice[0])
777 } while (!notice[0].pnotify_history || notice[0].is(":visible"));
778 if (!notice[0])
780 if (notice[0].pnotify_display)
[all …]
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js21 notice: "ui-state-highlight", property in styling.jqueryui
40 notice: "", property in styling.bootstrap
301notice+" "+styles.success+" "+styles.info).addClass(opts.type == "error" ? styles.error : (opts.ty…
768 var notice;
771 notice = notices_data.slice(i);
773 notice = notices_data.slice(i, i+1);
774 if (!notice[0])
777 } while (!notice[0].pnotify_history || notice[0].is(":visible"));
778 if (!notice[0])
780 if (notice[0].pnotify_display)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc5 ==== E_USER_DEPRECATED notice when using deprecated parameters
8 https://www.php.net/manual/en/errorfunc.constants.php[E_USER_DEPRECATED] notice
10 notice to facilitate the code refactoring with the new API specification of {es}
/plugin/openlayersmapoverlays/
H A DLICENSE.txt6 copyright notice and this permission notice appear in all copies.
27 1. Redistributions of source code must retain the above copyright notice, this
30 2. Redistributions in binary form must reproduce the above copyright notice,
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt12 The above copyright notice and this permission notice shall be included in all
38 The above copyright notice and this permission notice shall be included in all
/plugin/snow/
H A DLICENSE.md9 copyright notice and this permission notice appear in all copies.
31 * Redistributions of source code must retain the above copyright notice, this
34 * Redistributions in binary form must reproduce the above copyright notice, this
/plugin/geophp/
H A DLICENCE7 copyright notice and this permission notice appear in all copies.
/plugin/mapillary/scss/
H A Dstyle.scss6 // copyright notice and this permission notice appear in all copies.
/plugin/spatialhelper/
H A DLICENSE5 copyright notice and this permission notice appear in all copies.
/plugin/socialcards/
H A DLICENSE5 copyright notice and this permission notice appear in all copies.

12345678910>>...36