Home
last modified time | relevance | path

Searched refs:summary (Results 26 – 50 of 308) sorted by relevance

12345678910>>...13

/plugin/discordnotifier/
H A Dhelper.php51 $summary = $event -> data['summary'];
52 if ( !empty ( $summary ) ) {
53 $this -> _summary = $summary;
120 $summary = $this -> _summary;
122 if ( $summary ) $description .= "\n" . $lang['summary'] . ": " . $summary;
/plugin/hcalendar/syntax/
H A Dhcal.php44 @list($summary, $location,
59 $summary, $location);
68 $summary ,$location) = $data;
80 $summary ,$location, false,
H A Dhcali.php44 @list($summary, $location,
59 $summary, $location);
68 $summary ,$location) = $data;
80 $summary ,$location, true,
H A Dhcal2.php170 $summary = $data['summary'];
171 if ($summary == 'off') { $summary = '';}
186 $summary ,$location, $this->is_inline,
/plugin/pagemove/_test/
H A Dpagemove.test.php40 $summary = 'Test';
41 saveWikiText($this->movedId, $text, $summary);
68 saveWikiText($this->parentBacklinkingId, $text, $summary);
98 saveWikiText($this->currentNsBacklinkingId, $text, $summary);
123 saveWikiText($this->otherBacklinkingId, $text, $summary);
152 saveWikiText($this->subNsPage, $text, $summary);
/plugin/pdb/classes/
H A D_NCBI.php28 $summary = $this->HttpClient->get($url);
29 if (preg_match("/error/i",$summary)){return NULL;}
30 return $summary;
/plugin/pubchem/classes/
H A D_NCBI.php20 $this->pubchemURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=%s&disopt=DisplayXML';
28 $summary = $this->HttpClient->get($url);
29 if (preg_match("/error/i",$summary)){return NULL;}
30 return $summary;
/plugin/pubmed/classes/
H A D_NCBI.php20 $this->pubchemURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=%s&disopt=DisplayXML';
28 $summary = $this->HttpClient->get($url);
29 if (preg_match("/error/i",$summary)){return NULL;}
30 return $summary;
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php48 $summary = new Summary();
49 $summary->setValue('This is a summary. &quot;</>]]>');
50 $item->setSummary($summary);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php65 protected $summary; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
178 if ($this->summary) {
179 $writer->writeElement($cs . 'summary', $this->summary);
/plugin/icalevents/conf/
H A Ddefault.php13 $conf['template:default'] = '===== {date}: {summary} =====
16 $conf['template:list'] = '====== {date}: {summary} ======
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php229 * @param string $summary A description of the reply
232 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php66 protected $summary; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply
179 if ($this->summary) {
180 $writer->writeElement($cs . 'summary', $this->summary);
/plugin/hipchat/
H A Daction.php57 $summary = $SUM;
69 if ($summary) $say = $say . '<br /><em>' . $summary . '</em>';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php56 * @param string $summary A description of the reply
59 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
/plugin/pubmed/
H A Dsyntax.php116 * Get summary XML from cache or NCBI
126 // Get summary XML
127 $summary = $this->ncbi->SummaryXml('pubmed',$pmid);
129 if (!empty($summary)){
130 if(io_saveFile($cachePath,$summary)){
134 return $summary;
/plugin/move/_test/
H A Dpagemove.test.php47 $summary = 'Test';
48 saveWikiText($this->movedId, $text, $summary);
78 saveWikiText($this->parentBacklinkingId, $text, $summary);
110 saveWikiText($this->currentNsBacklinkingId, $text, $summary);
137 saveWikiText($this->otherBacklinkingId, $text, $summary);
168 saveWikiText($this->subNsPage, $text, $summary);
/plugin/webdav/core/
H A DUtils.php114 $summary = 'Created via WebDAV';
117 $summary = 'Deleted via WebDAV';
121 $summary = 'Edited via WebDAV';
125 saveWikiText($id, $text, $summary, false);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php72 $summary = $body->read($truncateAt);
76 $summary .= ' (truncated...)';
81 if (preg_match('/[^\pL\pM\pN\pP\pS\pZ\n\r\t]/u', $summary)) {
85 return $summary;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php25 $summary = $this->sanitize($this->summary->getCsvFragment());
50 $summary,
/plugin/autotweet/
H A Daction.php102 $message = str_replace('{summary}', $_POST['summary'], $message );
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php107 $summary = static::getResponseBodySummary($response);
109 if ($summary !== null) {
110 $message .= ":\n{$summary}\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php142 public $summary; variable in Google\\Service\\Calendar\\Event
649 public function setSummary($summary) argument
651 $this->summary = $summary;
658 return $this->summary;
/plugin/ajaxedit/
H A Dhelper.php117 * @param string $summary
122 function saveWikiPage($data,$summary,$minor = false,$param=array(),$autosubmit=true){ argument
123 saveWikiText($this->ID,$data,$summary,$minor);
/plugin/struct/
H A Dremote.php71 * @param string $summary
77 public function saveData($page, $data, $summary, $minor = false)
86 $this->hlp->saveData($page, $data, $summary, $minor);
74 saveData($page, $data, $summary, $minor = false) global() argument

12345678910>>...13