| /dokuwiki/inc/Ui/ |
| H A D | PageConflict.php | 15 protected $summary; variable in dokuwiki\\Ui\\PageConflict 21 * @param string $summary edit summary 23 public function __construct($text = '', $summary = '') argument 25 $this->text = $text; 26 $this->summary = $summary; 46 $form->addTagOpen('div')->addClass('no'); 47 $form->setHiddenField('id', $INFO['id']); 48 $form->setHiddenField('wikitext', $this->text); 49 $form->setHiddenField('summary', $this->summary); 51 … $form->addButton('do[save]', $lang['btn_save'])->attrs(['type' => 'submit', 'accesskey' => 's']); [all …]
|
| H A D | Editor.php | 41 if ($INPUT->has('changecheck')) { 42 $check = $INPUT->str('changecheck'); 59 msg('Command disabled: source', -1); 67 $form->setHiddenField('id', $ID); 68 $form->setHiddenField('rev', $REV); 69 $form->setHiddenField('date', $DATE); 70 $form->setHiddenField('prefix', $PRE . '.'); 71 $form->setHiddenField('suffix', $SUF); 72 $form->setHiddenField('changecheck', $check); 79 'target' => ($INPUT->has('target') && $wr) ? $INPUT->str('target') : 'section', [all …]
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | PageChange.php | 18 /** @var string The summary of this change */ 19 public $summary; variable in dokuwiki\\Remote\\Response\\PageChange 32 * @param string $summary 36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange) argument 38 $this->id = $id; 39 $this->revision = $revision; 40 $this->author = $author; 41 $this->ip = $ip; 42 $this->summary = $summary; 43 $this->type = $type; [all …]
|
| H A D | MediaChange.php | 18 /** @var string The summary of this change */ 19 public $summary; variable in dokuwiki\\Remote\\Response\\MediaChange 32 * @param string $summary 36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange) argument 38 $this->id = $id; 39 $this->revision = $revision; 40 $this->author = $author; 41 $this->ip = $ip; 42 $this->summary = $summary; 43 $this->type = $type; [all …]
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlock.php | 13 protected $summary = ''; variable in dokuwiki\\Remote\\OpenApiDoc\\DocBlock 30 $this->reflector = $reflector; 31 $docblock = $reflector->getDocComment(); 51 // what remains is summary and description 52 [$summary, $description] = sexplode("\n\n", $docblock, 2, ''); 55 $this->summary = trim($summary); 56 $this->description = trim($description); 57 $this->tags = $tags; 67 return $this->reflector->getDeclaringClass()->getName(); 77 return $this->summary; [all …]
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _edit.css | 15 display: inline-block; 16 margin-bottom: .5em; 21 background-color: inherit; 40 background-color: @ini_background_alt; 52 border-width: 0; 59 margin-bottom: .5em; 67 margin-bottom: .5em; 84 margin-right: 1em; 87 margin-right: 0; 88 margin-left: 1em; [all …]
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | PageSubscriptionSender.php | 18 * @param string $summary Change summary if any 23 …public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $curren… argument 31 'SUMMARY' => $summary, 48 $tdiff = $dformat->format($df); 56 $hdiff = $dformat->format($df); 61 $trep['OLDPAGE'] = '---'; 69 $headers = ['Message-Id' => $this->getMessageID($id)]; 71 $headers['In-Reply-To'] = $this->getMessageID($id, $rev); 74 return $this->send(
|
| /dokuwiki/inc/lang/en/ |
| H A D | subscr_single.txt | 6 -------------------------------------------------------- 8 -------------------------------------------------------- 11 Edit Summary : @SUMMARY@
|
| /dokuwiki/inc/lang/id/ |
| H A D | mailtext.txt | 5 IP-Address : @IPADDRESS@ 9 Edit Summary: @SUMMARY@
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | AtomCreator10.php | 5 * as in http://www.atomenabled.org/developers/syndication/atom-format-spec.php 15 * @since 1.7.2-mod (modified) 26 $this->contentType = "application/atom+xml"; 27 $this->encoding = "utf-8"; 33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n"; 34 $feed .= $this->_createGeneratorComment(); 35 $feed .= $this->_createStylesheetReferences(); 37 if (!empty($this->items[0]->lat)) { 40 if ($this->language != "") { 41 $feed .= " xml:lang=\"".$this->language."\""; [all …]
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 32 $this->id = $id; 33 $this->changelog = new PageChangeLog($this->id); 39 return $this->id; 45 return wikiFN($this->id, $rev); 58 $revInfo = $rev ? $this->changelog->getRevisionInfo($rev) : false; 61 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic 63 return io_readWikiPage($this->getPath(), $this->id, ''); 75 * @param string $summary summary of text update 79 public function saveWikiText($text, $summary, $minor = false) argument 94 if (isset($this->data)) return; [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | rsplus.php | 7 * - Benilton Carvalho (beniltoncarvalho@gmail.com) 8 * - Fernando Henrique Ferraz Pereira da Rosa (mentus@gmail.com) 16 * ——- 18 * - Add references to Sekhon’s R Package docs 20 * - First Release 22 * - Added functions from base packages (Benilton Carvalho - carvalho@bclab.org) 25 * ———- 36 * ------------------------- 54 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 70 …'$.package_version', '$<-', '$<-.data.frame', 'abbreviate', 'abs', 'acos', 'acosh', 'addNA', 'addT… [all …]
|
| /dokuwiki/inc/lang/sq/ |
| H A D | mailtext.txt | 1 Një faqe në DokuWiki-n tuaj u shtua ose u ndryshua. Këto janë detajet: 9 Përmbledhja redaktimit: @SUMMARY@ 14 ---
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | subscr_single.txt | 6 -------------------------------------------------------- 8 -------------------------------------------------------- 12 編輯摘要 : @SUMMARY@
|
| /dokuwiki/inc/lang/zh/ |
| H A D | subscr_single.txt | 6 -------------------------------------------------------- 8 -------------------------------------------------------- 12 编辑摘要:@SUMMARY@
|
| /dokuwiki/inc/lang/ja/ |
| H A D | subscr_single.txt | 6 -------------------------------------------------------- 8 -------------------------------------------------------- 11 編集の概要 : @SUMMARY@
|
| /dokuwiki/inc/lang/cy/ |
| H A D | mailtext.txt | 5 Cyfeiriad-IP : @IPADDRESS@ 9 Crynodeb Golygu : @SUMMARY@ 15 --
|
| /dokuwiki/inc/lang/hr/ |
| H A D | mailtext.txt | 1 Dokument na Vašem wiki-ju je promijenjen ili dodan: 5 IP-Adresa : @IPADDRESS@ 9 Opis izmjene : @SUMMARY@
|
| /dokuwiki/inc/lang/et/ |
| H A D | mailtext.txt | 1 Sinu lehte DokuWiki-s on muudetud. Alljärgnevalt detailid: 5 IP-Aadress : @IPADDRESS@ 9 Toimeta kokkuvõtet: @SUMMARY@
|
| /dokuwiki/inc/lang/eu/ |
| H A D | mailtext.txt | 1 DokuWiki-Eskuliburuetan orriren bat aldatu edo gehitu da. Hemen dituzu xehetasunak 5 IP-Helbidea : @IPADDRESS@ 9 Aldatu laburpena : @SUMMARY@
|
| /dokuwiki/inc/lang/az/ |
| H A D | mailtext.txt | 1 Sizin DokuWiki-də səhifə yaradılıb ya dəyişdirilib. Ətraflı məlumat: 5 IP-adres : @IPADDRESS@ 9 Dəyişiklərin xülasəsi : @SUMMARY@
|
| /dokuwiki/inc/lang/lv/ |
| H A D | subscr_single.txt | 5 -------------------------------------------------------- 7 -------------------------------------------------------- 11 Izmaiņu anotācija: @SUMMARY@
|
| /dokuwiki/inc/lang/ko/ |
| H A D | subscr_single.txt | 6 -------------------------------------------------------- 8 -------------------------------------------------------- 12 편집 요약: @SUMMARY@
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 29 'test editing', // summary 44 '', // no summary 54 '', // no summary 70 // see https://github.com/dokuwiki/dokuwiki/pull/4156#issuecomment-1911842452 why we can't 78 $this->assertEquals('wiki:dokuwiki', $proc->getId()); 79 $this->assertEquals('DokuWiki', $proc->getTitle()); 80 $this->assertEquals($expectedAuthor, $proc->getAuthor()); 81 $this->assertEquals($expectedMtime, $proc->getRev()); 82 $this->assertEquals(null, $proc->getPrev()); 83 $this->assertTrue($proc->isExisting()); [all …]
|
| /dokuwiki/inc/ |
| H A D | changelog.php | 23 * @deprecated 2023-09-25 40 * @param String $summary Summary of the change 44 * - ExternalEdit - mark as an external edit. 50 * @deprecated 2021-11-28 56 $summary = '', argument 61 // no more used in DokuWiki core, but left for third-party plugins 75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER'); 80 $logEntry = $pageFile->changelog->addLogEntry([ 86 'sum' => $summary, 92 $pageFile->updateMetadata($logEntry); [all …]
|