Home
last modified time | relevance | path

Searched +full:preview -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/inc/Action/
H A DPreview.php11 * Class Preview
13 * preview during editing
17 class Preview extends Edit
36 * Saves a draft on preview
14 class Preview extends Edit global() class
H A DSave.php31 if (!checkSecurityToken()) throw new ActionException('preview');
/dokuwiki/lib/plugins/styling/
H A Dscript.js4 * Function to reload the preview styles in the main window
35 // load preview in main window (timeout works around chrome updating CSS weirdness)
38 $style.attr('href', DOKU_BASE + 'lib/exe/css.php?preview=1&tseed=' + now);
47 // handle the preview cookie
87 // on first load apply preview
90 // enable the preview cookie
H A Daction.php27 * Adds the preview parameter to the stylesheet loading in non-js mode
43 // set preview
50 $event->data['link'][$i]['href'] .= '&preview=1&tseed=' . time();
H A Dadmin.php101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
103 #FIXME only if preview.ini exists:
152 * saves the preview.ini (alos called from ajax directly)
157 $ini = $conf['cachedir'] . '/preview.ini';
162 * deletes the preview.ini
167 $ini = $conf['cachedir'] . '/preview.ini';
/dokuwiki/inc/
H A DStyleUtils.php16 /** @var bool $preview preview mode */
17 protected $preview;
34 * @param bool $preview
37 public function __construct($tpl = '', $preview = false, $reinit = false)
45 $this->preview = $preview;
78 // allow replacement overwrites in preview mode
79 if ($this->preview) {
80 $config_cascade['styleini']['local'][] = $conf['cachedir'] . '/preview
18 protected $preview; global() variable in dokuwiki\\StyleUtils
38 __construct($tpl = '', $preview = false, $reinit = false) global() argument
[all...]
H A Dtemplate.php1034 case 'preview':
H A Dmedia.php1175 * Returns image width and height for mediamanager preview panel
/dokuwiki/inc/Ui/
H A DPageView.php42 //disable section editing for old revisions or in preview
53 // print intro for preview
54 echo p_locale_xhtml('preview');
55 echo '<div class="preview"><div class="pad">';
H A DEditor.php106 // add edit buttons: save, preview, cancel
111 $form->addButton('do[preview]', $lang['btn_preview'])->attr('type', 'submit')
H A DMediaDiff.php98 // get image width and height for the media manager preview panel
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css2 * This file provides styles for the edit view (?do=edit), preview
112 /* preview
115 .dokuwiki div.preview {
H A Dmobile.less69 /* preview */
70 .dokuwiki.hasSidebar div.preview {
74 [dir=rtl] .dokuwiki.hasSidebar div.preview {
124 .dokuwiki div.preview {
313 .dokuwiki div.preview {
H A Dcontent.less266 .dokuwiki div.preview {
271 .dokuwiki.hasSidebar div.preview {
275 [dir=rtl] .dokuwiki.hasSidebar div.preview {
280 .dokuwiki div.preview div.pad {
/dokuwiki/inc/Ui/Media/
H A DDisplay.php28 * Get the HTML to display a preview image if possible, otherwise show an icon
/dokuwiki/lib/exe/
H A Dcss.php57 $styleUtil = new StyleUtils($tpl, $INPUT->bool('preview'));
66 if ($INPUT->bool('preview')) {
67 $cache_files[] = $conf['cachedir'] . '/preview.ini';
118 $INPUT->bool('preview') .
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapt_sources.php82 'main', 'restricted', 'preview', 'contrib', 'non-free',
H A Dvisualfoxpro.php268 'Preview','Primary','Printer','Printquality','Procedures','Production',
H A Dcobol.php256 'PRINT-PREVIEW', 'PRINT-SWITCH', 'PRINTER', 'PRINTER-1', 'PRINTING',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php689 * @since 1.0 Preview Release
778 * @since 1.0 Preview Release
874 * @since 1.0 Preview Release
1949 * @since Preview Release
2091 * @since Preview Release (previously called `get_feed_url()` since SimplePie 0.8.)
2569 * @since 1.0 (previously called `get_feed_link` since Preview Release, `get_feed_permalink()` since 0.8)
2591 * @since 1.0 (previously called `get_feed_link` since Preview Release, `get_feed_permalink()` since 0.8)