Home
last modified time | relevance | path

Searched refs:draft (Results 76 – 100 of 101) sorted by path

12345

/plugin/dokucrypt/
H A Dscript.js74 if(locktimer.draft){
/plugin/dokucrypt2/
H A DREADME.md26 When the user hits 'Save' (or a draft is attempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption will be done in the browser and the encrypted text submitted to the server.
H A Dscript.js45 // "Recover draft" page, dont do anything.
97 // POST everything necessary for draft saving
98 if(dw_locktimer.draft && jQuery('#dw__editform').find('textarea[name=wikitext]').length > 0){
101 // Do not allow saving of a draft, if this page needs some content to be encrypted on save.
126 if(dw_locktimer.draft){
149 // at once (user pushing 'Submit' and draft save running, or multiple draft
/plugin/drawio/
H A Dscript.js57 var draft = localStorage.getItem('.draft-' + name);
60 if(draft == null){
73 draft = data;
79 draft = null;
98 draft = JSON.parse(draft);
100 …if (!confirm("A version of this diagram from " + new Date(draft.lastModified) + " is available. Wo…
102 draft = null;
114 if (draft != null) // send draft
117 autosave: 1, xml: draft.xml}), '*');
187 draft = null;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md303 - CSS support for :nth-child() selector improved to fully support the draft CSS3 spec - http://www.w3.org/TR/selectors/#nth-child-pseudo
/plugin/etherpadlite/action/
H A Detherpadlite.php323 $draft = array('id' => $ID,
330 $cname = getCacheName($draft['client'].$ID,'.draft');
331 if (!io_saveFile($cname,serialize($draft))) {
/plugin/fastwiki/
H A Dscript.js18 var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, index:1, profile:1, media:1, diff:1, save:1}; property in plugin_fastwiki.m_supportedActions
354 // Cancel button on edit, or Delete Draft button on draft.
361 // Silently remove a possibly saved draft using ajax.
371 // Cancel button on draft
484 var draft = params['do'] == 'draft';
486 draft = true;
488 draft = params.rev = null;
531 // Cancel button on edit, or Delete Draft button on draft.
538 // Silently remove a possibly saved draft usin
[all...]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md42 * README: First draft. (Ivan Enderlin, 2015-12-02T08:40:34+01:00)
/plugin/html5video2/script/
H A Dvideo.min.js23draft-pantos-http-live-streaming-23#section-4.3.3.1";return r||t?{severity:r?"warn":"info",message…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md462 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
/plugin/jmol2/jmol/
H A DCHANGES.txt478 # opens a rough draft ScriptEditor
/plugin/leightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/lightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/passpolicy/
H A Dwords.txt1016 draft
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generator…
H A Dpdf.worker.js.map1 …3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generator…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generator…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt4 Status: Final draft
/plugin/prosemirror/
H A Dscript.js9 dw_locktimer.init(dw_locktimer.timeout/1000, dw_locktimer.draft);
56 dw_locktimer.init(dw_locktimer.timeout/1000, dw_locktimer.draft, 'prosemirror__editor');
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md7 * VLV Control Support ([draft-ietf-ldapext-ldapv3-vlv-09](https://www.ietf.org/archive/id/draft-ietf-ldapext-ldapv3-vlv-09.txt))
/plugin/structpublish/
H A Dstyle.less18 &.draft {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md226 * #690: Support for `calendar-availability`, draft 05.
1404 * Added: New HTTP status codes from draft-nottingham-http-new-status-04.
2384 [calendar-availability]: https://tools.ietf.org/html/draft-daboo-calendar-availability-05
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md124 * Changed: Copied most of the header-semantics for the PSR draft for
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md523 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md297 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue

12345