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 1 – 25 of 47) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml73 <summary>Generic syntax highlighter, written in PHP.</summary>
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php4 * The summary XHTML form selects either up to the first two paragraphs
H A Dmetadata.php175 // add to summary
494 // add link title to summary
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dklonecpp.php175 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dvisualfoxpro.php278 'Structure','Subclass','Summary','Sylk','Sysformats','Sysmenus',
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 Drpmspec.php110 GESHI_SEARCH => '((?:summary|license|buildroot|buildrequires|provides|version|release|source\d*|group|buildarch|autoreqprov|provides|obsoletes|vendor|distribution|suggests|autoreq|autoprov|conflicts|name|url|requires|patch\d*):)',
H A Drsplus.php157 'print.srcfile', 'print.srcref', 'print.summary.table', 'print.table', 'print.warnings', 'printNoClass',
181 'substr<-', 'substring', 'substring<-', 'sum', 'summary', 'summary.connection', 'summary.data.frame',
182 'Summary.data.frame', 'summary.Date', 'Summary.Date', 'summary.default', 'Summary.difftime',
183 'summary
[all...]
H A Dcfm.php129 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dhtml4strict.php96 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dhtml5.php93 'samp', 'script', 'select', 'small', 'span', 'strong', 'style', 'sub', 'sup', 's', 'section', 'source', 'summary',
118 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary', 'spellcheck', 'step',
H A Dklonec.php147 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
/dokuwiki/lib/styles/
H A Dfeed.css59 item description, entry summary {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php4 * RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css93 /* summary input and minor changes checkbox */
94 .dokuwiki .editBar .summary {
97 .dokuwiki .editBar .summary label {
101 .dokuwiki .editBar .summary label span {
104 .dokuwiki .editBar .summary input {
106 /* change background colour if summary is missing */
107 .dokuwiki .editBar .summary input.missing {
H A Dbasic.less33 summary,
/dokuwiki/lib/scripts/
H A Dedit.js279 var $summary = jQuery('#edit__summary');
280 $summary.on('change keyup', doku_summaryCheck);
301 * Checks if a summary was entered - if not the style is changed
/dokuwiki/vendor/simplepie/simplepie/src/
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 DSimplePie.php2683 * `<dc:description>`, `<itunes:summary>` or `<itunes:subtitle>`
2704 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'summary')) {
/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php18 * @param string $summary Change summary if any
23 public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null)
31 'SUMMARY' => $summary,
26 sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null) global() argument
/dokuwiki/inc/Ui/
H A DEditor.php118 // add a textbox for edit summary
119 $form->addTagOpen('div')->addClass('summary');
120 $input = $form->addTextInput('summary', $lang['summary'])
131 $form->addTagClose('div'); // close div summary class
H A DPageConflict.php15 protected $summary; variable in dokuwiki\\Ui\\PageConflict
21 * @param string $summary edit summary
23 public function __construct($text = '', $summary = '') argument
26 $this->summary = $summary;
49 $form->setHiddenField('summary', $this->summary);
/dokuwiki/inc/Action/
H A DEdit.php70 //set summary default
/dokuwiki/inc/
H A Dcommon.php1293 * @param string $summary summary of text update
1296 function saveWikiText($id, $text, $summary, $minor = false)
1300 $data = (new PageFile($id))->saveWikiText($text, $summary, $minor);
1304 ['oldRevision' => $rev, 'newRevision' => $new_rev, 'summary' => $summary] = $data;
1305 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1306 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1339 * @param string $summary What changed
1347 function notify($id, $who, $rev = '', $summary
1286 saveWikiText($id, $text, $summary, $minor = false) global() argument
1335 notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array(), $current_rev = false) global() argument
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php220 '<p>' . $this->lang['summary'] . '</p>',
578 * Print import form and summary of previous import

12