Home
last modified time | relevance | path

Searched +full:summary -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 47 of 47) sorted by relevance

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dhtml4strict.php96 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dmysql.php419 25 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/func-op-summary-ref.html',
420 26 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/func-op-summary-ref.html',
H A Dklonec.php147 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dklonecpp.php175 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dcfm.php129 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dvisualfoxpro.php278 'Structure','Subclass','Summary','Sylk','Sysformats','Sysmenus',
H A Dabap.php753 'summary',
/dokuwiki/inc/Remote/
H A DApiCore.php653 * @param string $summary edit summary
660 public function savePage($page, $text, $summary = '', $isminor = false)
683 // autoset summary on new pages
684 if (!page_exists($page) && empty($summary)) {
685 $summary = $lang['created'];
688 // autoset summary on deleted pages
689 if (page_exists($page) && empty($TEXT) && empty($summary)) {
690 $summary = $lang['deleted'];
693 // FIXME auto set a summary i
[all...]
/dokuwiki/inc/
H A Dhtml.php159 ['do' => 'edit', 'rev' => $INFO['lastmod'], 'summary' => '[' . $name . '] '],
621 * @param string $summary
624 function html_conflict($text, $summary)
627 (new PageConflict($text, $summary))->show();
592 html_conflict($text, $summary) global() argument
/dokuwiki/inc/Ui/
H A DRecent.php91 $RevInfo->showEditSummary(), // edit summary
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php37 'sum' => $info[5], // edit summary (or action reason)
H A DChangeLog.php141 * - sum: edit summary (or action reason)
591 * - sum: edit summary (or action reason)
/dokuwiki/inc/parser/
H A Dmetadata.php175 // add to summary
494 // add link title to summary
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less33 summary,
H A D_media_fullscreen.css17 /* min-width must be summary of all 3 panels' min-widths */
/dokuwiki/conf/
H A Ddokuwiki.php140 $conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php282 * summary does not exist.
286 * Uses `<atom:summary>`, `<description>`, `<dc:description>` or
295 if (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'summary')) &&
298 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'summary')) &&
313 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) &&
332 * Prefers full content over summaries, but will return a summary if full
H A DParser.php309 if ((end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_03 && in_array(end($this->element), ['title', 'tagline', 'copyright', 'info', 'summary', 'content']) && isset($attribs['']['mode']) && $attribs['']['mode'] === 'xml')
310 || (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_10 && in_array(end($this->element), ['rights', 'subtitle', 'summary', 'info', 'title', 'content']) && isset($attribs['']['type']) && $attribs['']['type'] === 'xhtml')
H A DSource.php385 } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) {
H A DSimplePie.php2683 * `<dc:description>`, `<itunes:summary>` or `<itunes:subtitle>`
2704 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'summary')) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php220 '<p>' . $this->lang['summary'] . '</p>',
578 * Print import form and summary of previous import
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php

12