| /plugin/struct/ |
| H A D | helper.php | 87 * @param string $summary 88 * @param string $summary 94 public function saveData($page, $data, $summary = '', $minor = false) argument 97 $summary = trim($summary); 98 if (!$summary) $summary = $this->getLang('summary'); 109 $newrevision = self::createPageRevision($page, $summary, $minor); 144 * @param string $summary 148 public static function createPageRevision($page, $summary = '', $minor = false) argument 150 $summary = trim($summary); 153 saveWikiText($page, rawWiki($page), $summary, $minor);
|
| /plugin/move/_test/ |
| D | namespace_move.test.php | 136 $summary = 'testsetup'; 139 saveWikiText(':start', $test, $summary); 141 saveWikiText('testns:start', $test, $summary); 143 saveWikiText('testns:test_page1', $test, $summary); 145 saveWikiText('testns:test_page2', $test, $summary); 147 saveWikiText('testns:test_page3', $test, $summary); 149 saveWikiText('testns:test_page4', $test, $summary); 151 saveWikiText('testns:test_page5', $test, $summary); 153 saveWikiText('testns:test_page6', $test, $summary); 155 saveWikiText('testns:test_page7', $test, $summary); [all …]
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
| H A D | InviteReply.php | 53 public $summary; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 68 * @param string $summary 71 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 76 $this->summary = $summary; 109 $summary = null; 133 $summary = $value; 145 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
| D | InviteReply.php | 54 public $summary; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 69 * @param string $summary 72 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 77 $this->summary = $summary; 110 $summary = null; 134 $summary = $value; 146 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | ZypperPatch.php | 37 public $summary; variable in Google\\Service\\CloudAsset\\ZypperPatch 84 public function setSummary($summary) argument 86 $this->summary = $summary; 93 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | InventoryZypperPatch.php | 37 public $summary; variable in Google\\Service\\OSConfig\\InventoryZypperPatch 84 public function setSummary($summary) argument 86 $this->summary = $summary; 93 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/ |
| D | PricingInfo.php | 34 public $summary; variable in Google\\Service\\Cloudbilling\\PricingInfo 89 public function setSummary($summary) argument 91 $this->summary = $summary; 98 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
| D | Documentation.php | 42 public $summary; variable in Google\\Service\\ServiceManagement\\Documentation 117 public function setSummary($summary) argument 119 $this->summary = $summary; 126 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
| D | Documentation.php | 42 public $summary; variable in Google\\Service\\ServiceNetworking\\Documentation 117 public function setSummary($summary) argument 119 $this->summary = $summary; 126 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
| D | Documentation.php | 42 public $summary; variable in Google\\Service\\ServiceUsage\\Documentation 117 public function setSummary($summary) argument 119 $this->summary = $summary; 126 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
| D | Documentation.php | 42 public $summary; variable in Google\\Service\\ServiceConsumerManagement\\Documentation 117 public function setSummary($summary) argument 119 $this->summary = $summary; 126 return $this->summary;
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
| D | DocBlock.php | 21 private $summary = ''; variable in phpDocumentor\\Reflection\\DocBlock 42 * @param string $summary 51 $summary = '', argument 59 Assert::string($summary); 64 $this->summary = $summary; 82 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
| D | Outcome.php | 33 public $summary; variable in Google\\Service\\ToolResults\\Outcome 94 public function setSummary($summary) argument 96 $this->summary = $summary; 103 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
| D | Calendar.php | 47 public $summary; variable in Google\\Service\\Calendar\\Calendar 140 public function setSummary($summary) argument 142 $this->summary = $summary; 149 return $this->summary;
|
| D | Events.php | 54 public $summary; variable in Google\\Service\\Calendar\\Events 179 public function setSummary($summary) argument 181 $this->summary = $summary; 188 return $this->summary;
|
| D | CalendarListEntry.php | 84 public $summary; variable in Google\\Service\\Calendar\\CalendarListEntry 321 public function setSummary($summary) argument 323 $this->summary = $summary; 330 return $this->summary;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
| D | CreateCollectdTimeSeriesResponse.php | 45 public function setSummary(CreateTimeSeriesSummary $summary) argument 47 $this->summary = $summary; 54 return $this->summary;
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
| D | Item.php | 16 protected $summary; variable in FINDOLOGIC\\Export\\Data\\Item 58 $this->summary = new Summary(); 86 return $this->summary; 89 public function setSummary(Summary $summary) argument 91 $this->summary = $summary; 94 public function addSummary($summary, $usergroup = '') argument 96 $this->summary->setValue($summary, $usergroup);
|
| /plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/ |
| D | style.css | 337 .summary { 345 .summary caption { 349 .summary caption.switchable { 354 .summary td { 362 .summary td:first-child { 366 .summary td hr { 370 #packages.summary td:first-child, #namespaces.summary td:first-child, .inherited.summary td:first-c… 374 .summary tr:hover td { 378 .summary .description pre { 382 .summary .description p { [all …]
|
| /plugin/editx/ |
| D | action.php | 181 function _custom_delete_page($id, $summary) { argument 199 notify($id,'admin',$old,$summary); 200 notify($id,'subscribers',$old,$summary); 263 …$summary = sprintf( $this->getLang('rp_newsummaryx'), $opts['oldpage'], $opts['newpage'], $opts['s… 265 … $summary = sprintf( $this->getLang('rp_newsummary'), $opts['oldpage'], $opts['newpage'] ); 266 saveWikiText($opts['newpage'],$text,$summary); 268 $summary = $opts['summary'] ? 272 $this->_custom_delete_page( $opts['oldpage'], $summary ); 274 …addLogEntry( null, $opts['oldpage'], DOKU_CHANGE_TYPE_DELETE, $summary ); // also writes to global… 282 saveWikiText($opts['oldpage'],$text,$summary); [all …]
|
| /plugin/matrixnotifier/ |
| D | helper.php | 66 $summary = $event->data['summary']; 67 if (!empty($summary)) 69 $this->_summary = $summary; 118 $summary = strip_tags($this->_summary); 120 if ($summary) 122 $descr_raw .= ' · '.$this->getLang('l_summary').': '.$summary; 123 $descr_html .= ' · '.$this->getLang('l_summary').': <i>'.$summary.'</i>';
|
| /plugin/hcalendar/ |
| D | style.css | 15 span.summary { 19 .summary { 48 div.dokuwiki div.vevent div.summary { 57 div.dokuwiki span.vevent span.summary {
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | googlecode_upload.py | 59 def upload(file, project_name, user_name, password, summary, labels=None): argument 83 form_fields = [('summary', summary)] 155 def upload_find_auth(file_path, project_name, summary, labels=None, argument 187 summary, labels) 218 if not options.summary: 235 options.summary, labels,
|
| /plugin/matrixnotifierwas/ |
| D | helper.php | 55 $summary = $event -> data['summary']; 56 if ( !empty ( $summary ) ) { 57 $this -> _summary = $summary; 126 $summary = $this -> _summary; 128 if ( $summary ) { 130 $description .= $lang['summary'] . ": " . $summary;
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
| D | IMipPlugin.php | 100 $summary = $iTipMessage->message->VEVENT->SUMMARY; 121 $subject = 'Re: ' . $summary; 124 $subject = $summary; 127 $subject = 'Cancelled: ' . $summary;
|