Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDraft.php8 * Class Draft
12 class Draft
20 * Draft constructor.
22 * @param string $ID the page id for this draft
23 * @param string $client the client identification (username or ip or similar) for this draft
29 $this->cname = getCacheName("$client\n$ID", '.draft');
32 // remove stale draft
39 * Get the filename for this draft (whether or not it exists)
49 * Checks if this draft exists on the filesystem
59 * Save a draft o
10 class Draft global() class
[all...]
H A DAjax.php125 * Refresh a page lock and save draft
143 'draft' => '',
156 $draft = new Draft($ID, $INFO['client']);
157 if ($draft->saveDraft()) {
158 $response['draft'] = $draft->getDraftMessage();
160 $response['errors'] = array_merge($response['errors'], $draft->getErrors());
166 * Delete a draft
179 $draft
[all...]
H A Dcommon.php11 use dokuwiki\Draft;
301 // draft
302 $draft = new Draft($ID, $info['client']);
303 if ($draft->isDraftAvailable()) {
304 $info['draft'] = $draft->getDraftFilename();
H A Dhtml.php275 * ask the user about how to handle an exisiting draft
/dokuwiki/inc/Ui/
H A DPageDraft.php5 use dokuwiki\Draft; alias
9 * DokuWiki Page Draft Interface
16 * Display the Page Draft Form
17 * ask the user about how to handle an exisiting draft
28 $draft = new Draft($INFO['id'], $INFO['client']);
29 $text = $draft->getDraftText();
32 echo p_locale_xhtml('draft');
37 // create the draft form
41 $form->setHiddenField('date', $draft
[all...]
H A DEditor.php5 use dokuwiki\Draft; alias
174 $draft = new Draft($ID, $INFO['client']);
175 if ($draft->isDraftAvailable()) {
176 echo $draft->getDraftMessage();
/dokuwiki/inc/Action/
H A DDraftdel.php5 use dokuwiki\Draft;
11 * Delete a draft
24 * Delete an existing draft for the current page and user if any
33 $draft = new Draft($ID, $INFO['client']);
34 if ($draft->isDraftAvailable() && checkSecurityToken()) {
35 $draft->deleteDraft();
H A DPreview.php7 use dokuwiki\Draft;
36 * Saves a draft on preview
41 $draft = new Draft($ID, $INFO['client']);
42 if (!$draft->saveDraft()) {
43 $errors = $draft->getErrors();
H A DDraft.php10 * Class Draft
12 * Screen to see and recover a draft
17 class Draft extends AbstractAction
35 if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
16 class Draft extends AbstractAction global() class
H A DRecover.php10 * Recover a draft
/dokuwiki/lib/scripts/
H A Dlocktimer.js6 draft: false, property in dw_locktimer
23 * @param {bool} draft Whether to save drafts
26 init: function(timeout,draft,edid){ argument
38 dw_locktimer.draft = draft;
53 * Add another field of the editform to be posted to the server when a draft is saved
60 * Add a callback that is executed when the post request to renew the lock and save the draft returns successfully
63 * to extend the page's lock and update the draft. When this request returns successfully, then the draft__status
112 // POST everything necessary for draft saving
113 if(dw_locktimer.draft
[all...]
H A Dedit.js196 * Delete the draft before leaving the page
209 // remove a possibly saved draft using ajax
220 * Activate "not saved" dialog, add draft deletion to page unload,
275 window.keepDraft = true; // needed to keep draft on page unload
/dokuwiki/inc/Menu/Item/
H A DEdit.php8 * Most complex item. Shows the edit button but mutates to show, draft and create based on
26 if (!empty($INFO['draft'])) {
27 $this->type = 'draft';
28 $this->params['do'] = 'draft';
59 'draft' => '03-draft_android-studio.svg',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php430 // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-7.1
455 // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-6.3
468 // https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-13#section-8.1.1.3
491 // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-04#section-5.2
500 // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-05#section-5.2
630 <http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-5.1> states the following:
639 <http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-5.5> states the following;
648 in draft-ietf-secsh-filexfer-13 would be quite impossible. As such, what \phpseclib3\Net\SFTP would do is close the
867 // http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.9
1092 // http://tools.ietf.org/html/draft
[all...]
H A DSSH2.php4872 'ssh-ed25519', // https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-02
5005 // from <https://tools.ietf.org/html/draft-miller-secsh-umac-01>:
5026 $algos[] = 'zlib@openssh.com'; // https://datatracker.ietf.org/doc/html/draft-miller-secsh-compression-delayed
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php45 // See https://tools.ietf.org/html/draft-miller-ssh-agent-00#section-5.3
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php51 * Based on the rules in http://tools.ietf.org/html/draft-abarth-mime-sniff-06
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php12 * - {@link http://www.mozilla.org/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt ARCFOUR Algorithm}
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php13 * from the 2009 COBOL Draft Standard, Micro Focus, and GNU Cobol. The lists of
14 * these were found in the draft standard (Sections 8.9, 8.10, 8.11 and 8.12),
H A Dsystemverilog.php40 * IEEE1800-2009 Draft Standard in the format expected by
H A Dpowershell.php239 GESHI_SEARCH => '(::)(ReflectionOnlyLoadFrom|ReflectionOnlyLoad|ReferenceEquals|LoadWithPartialName|LoadFrom|LoadFile|Load|GetExecutingAssembly|GetEntryAssembly|GetCallingAssembly|GetAssembly|Equals|DefaultNetworkCredentials|DefaultCredentials|CreateQualifiedName|Checkout|Draft|Published|IsPublishingWeb)',
/dokuwiki/conf/
H A Ddokuwiki.php84 $conf['usedraft'] = 1; //automatically save a draft while editing (0|1)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php492 // -- http://tools.ietf.org/html/draft-ietf-secsh-filexfer-02#section-6.5