Home
last modified time | relevance | path

Searched refs:notice (Results 576 – 600 of 877) sorted by path

1...<<21222324252627282930>>...36

/plugin/note/
H A DCOPYING64 a notice placed by the copyright holder saying it may be distributed
83 copyright notice and disclaimer of warranty; keep intact all the
107 announcement including an appropriate copyright notice and a
108 notice that there is no warranty (or else, saying that you provide
296 the "copyright" line and a pointer to where the full notice is found.
318 If the program is interactive, make it output a short notice like this
/plugin/noticeboard/
H A Daction.php29 private $notice; // notice to show variable in action_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/classes/
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 …]
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 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 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 …]
/plugin/noticeboard/noticeboard/
H A Daction.php29 private $notice; // notice to show variable in action_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/classes/
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 …]
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 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 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 …]
/plugin/notification/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/nsiconinsearch/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/nspages/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/nssearch/
H A DLICENSE105 feature that (1) displays an appropriate copyright notice, and (2)
199 appropriately publish on each copy an appropriate copyright notice;
390 received it, or any part of it, contains a notice stating that it is
400 additional terms that apply to those files, or a notice indicating
425 received notice of violation of this License (for any work) from that
427 your receipt of the notice.
632 the "copyright" line and a pointer to where the full notice is found.
653 notice like this when it starts in an interactive mode:
/plugin/numberedheadings/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/oauth/vendor/composer/
H A DLICENSE11 The above copyright notice and this permission notice shall be included in all
/plugin/oauth/vendor/lusitanian/oauth/
H A DLICENSE11 The above copyright notice and this permission notice shall be included in all
/plugin/oauthdrkserver/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/ocr/
H A DLICENSE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
/plugin/odtsupport/
H A DLICENSE105 feature that (1) displays an appropriate copyright notice, and (2)
199 appropriately publish on each copy an appropriate copyright notice;
390 received it, or any part of it, contains a notice stating that it is
400 additional terms that apply to those files, or a notice indicating
425 received notice of violation of this License (for any work) from that
427 your receipt of the notice.
632 the "copyright" line and a pointer to where the full notice is found.
653 notice like this when it starts in an interactive mode:
/plugin/oembed/
H A DLICENCE63 a notice placed by the copyright holder saying it may be distributed
82 copyright notice and disclaimer of warranty; keep intact all the
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
291 the "copyright" line and a pointer to where the full notice is found.
312 If the program is interactive, make it output a short notice like this
H A Dstyle.css15 * 1. Redistributions of source code must retain the above copyright notice,
17 * 2. Redistributions in binary form must reproduce the above copyright notice,

1...<<21222324252627282930>>...36