Home
last modified time | relevance | path

Searched refs:summary (Results 51 – 75 of 308) sorted by relevance

12345678910>>...13

/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php21 $summary ,$location, $inlineentry, argument
36 …$txt .= '<'.$this->getConf($tag_summary).' class="summary">'.$summary.' </'.$this->getConf($tag_su…
91 $dID = cleanID($summary);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php98 protected $summary; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
227 if ($this->summary) {
228 $writer->writeElement($cs . 'summary', $this->summary);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js98 finish: function(status, summary) { argument
102 this.messageCell.innerHTML = this._toHTML(summary);
109 summary: function(summary) { method in Test.Unit.Logger
111 this.logsummary.innerHTML = this._toHTML(summary);
215 this.logger.summary(this.summary());
226 this.logger.finish(test.status(), test.summary());
232 summary: function() { method in Test.Unit.Runner
259 summary: function() { method in Test.Unit.Assertions
/plugin/slacknotifier/helper/
H A DFormatter.php41 if ($event->summary && $this->config->show_summary) {
44 'fallback' => 'Change summary',
46 'text' => "{$event->summary}\n- {$username}",
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php842 public $summary; variable in Google_Calendar
875 $this->summary = $summary;
878 return $this->summary;
938 public $summary; variable in Google_CalendarListEntry
1021 $this->summary = $summary;
1024 return $this->summary;
1162 public $summary; variable in Google_Event
1361 $this->summary = $summary;
1364 return $this->summary;
1687 public $summary; variable in Google_Events
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php97 protected $summary; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
232 if ($this->summary) {
233 $writer->writeElement($cs . 'summary', $this->summary);
/plugin/batchedit/
H A Drequest.php31 private $summary; variable in BatcheditRequest
51 $this->summary = $this->parseSummary();
98 return $this->summary;
271 if (!isset($_REQUEST['summary'])) {
275 return $_REQUEST['summary'];
/plugin/bugzillaxmlrpc/
H A Dsyntax.php172 …list($error, $faultString, $faultCode, $id, $summary, $dependson, $product, $creation_ts, $bug_sta…
179 'id' => $id, 'summary' => $summary, 'dependson' => $dependson, 'product' => $product,
183 …list($error, $faultString, $faultCode, $id, $summary, $dependson, $product, $creation_ts, $bug_sta…
185 … 'id' => $id, 'summary' => $summary, 'dependson' => $dependson, 'product' => $product,
/plugin/issuelinks/classes/
H A DIssue.php19 private $summary = ''; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
92 $this->summary = $issue['summary'] ?: '';
191 return $this->summary;
195 * @param string $summary
201 public function setSummary($summary) argument
203 $this->summary = $summary;
/plugin/likeit/
H A Daction.php91 $summary = "Likeit ".$input_index." liked";
92 $Hajax->saveWikiPage($data,$summary,true,$param);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md38 * This is an example of a summary.
54 // Contains the summary for this DocBlock
55 $summary = $docblock->getSummary();
/plugin/pdb/
H A Dsyntax.php200 $summary = $this->ncbi->SummaryXml('structure',$id);
202 if (!empty($summary)){
204 if(io_saveFile($cachePath,$summary)){
208 return $summary;
/plugin/inlineedit/
H A Daction.php108 $summary = "Inlineedit ".$itemPos." changed from ".$oldstr." to ".$newstr;
109 $Hajax->saveWikiPage($data,$summary,false,$param);
/plugin/rowmove/
H A Daction.php114 $summary ="Row Change Table:".$tablenr." Row:".$index." to Row:".$index2." ";
115 $Hajax->saveWikiPage($data,$summary,true);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php135 * @param string $summary A description of the reply
138 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument
/plugin/multiselect/
H A Daction.php121 … $summary = "Multiselect ".$selectcount." changed from \"".hsc($temp)."\" to \"".hsc($token)."\"";
126 $Hajax->saveWikiPage($data,$summary,false,$param);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php341 * @param string $summary A description of the reply
344 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument
350 return $this->caldavBackend->shareReply($href, $status, $calendarUri, $inReplyTo, $summary);
/plugin/approve/action/
H A Dmigration.php133 $summary = p_get_metadata($page, 'last_change sum');
141 $summary == $this->getConf('sum ready for approval')) {
144 } elseif($summary == $this->getConf('sum approved')) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php156 $event->summary = 'Event 1';
161 $event2->summary = 'Event 2';
167 $this->assertEquals('Event 2', (string)$comp->vevent[1]->summary);
176 $event->summary = 'Event 1';
181 $event2->summary = 'Event 2';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php157 $event->summary = 'Event 1';
162 $event2->summary = 'Event 2';
168 $this->assertEquals('Event 2', (string)$comp->vevent[1]->summary);
177 $event->summary = 'Event 1';
182 $event2->summary = 'Event 2';
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php157 $event->summary = 'Event 1';
162 $event2->summary = 'Event 2';
168 $this->assertEquals('Event 2', (string)$comp->vevent[1]->summary);
177 $event->summary = 'Event 1';
182 $event2->summary = 'Event 2';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php157 $event->summary = 'Event 1';
162 $event2->summary = 'Event 2';
168 $this->assertEquals('Event 2', (string)$comp->vevent[1]->summary);
177 $event->summary = 'Event 1';
182 $event2->summary = 'Event 2';
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md35 | summary | __Counter based information:__ \\ # of Page files \\ # of Media files \\ # of Media …
57 ~~ORPHANMEDIA:summary~~
64 The summary will be displayed in any case.
66 You can combine outputs. For instance you want to see the summary, missing and orphan option only \\
72 :!: The summary counters will be affected accordingly beside the limited output.
/plugin/datepicker/
H A Daction.php129 $summary= $mode.' '.$datecount." changed from ".$olddatestr." to ".$datestr;
133 $Hajax->saveWikiPage($data,$summary,true,$param);
/plugin/youtracklinks/
H A Dhelper.php133 $summary = $field->value;
149 …ne-through;'" : "") . "><a target='$target' href='$url/issue/$id'><b>$id</b> $summary</a></span> ";

12345678910>>...13