| /plugin/diagramsnet/lib/plugins/ |
| D | replay.js | 38 var edit = new mxUndoableEdit(model); 39 edit.changes = changes; 41 edit.notify = function() 44 edit.source.fireEvent(new mxEventObject(mxEvent.CHANGE, 45 'edit', edit, 'changes', edit.changes)); 46 edit.source.fireEvent(new mxEventObject(mxEvent.NOTIFY, 47 'edit', edit, 'changes', edit.changes)); 50 return edit; 59 var edit = createUndoableEdit(changes); 63 // No notify event here to avoid the edit from being encoded and transmitted [all …]
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.edit.js | 2 * jquery.fancytree.edit.js 41 * [ext-edit] Start inline editing of current node title. 50 local = tree.ext.edit, 51 instOpts = tree.options.edit, 58 "fancytree-edit-new" 75 $.ui.fancytree.assert(!local.currentNode, "recursive edit"); 88 $(document).on("mousedown.fancytree-edit", function (event) { 89 if (!$(event.target).hasClass("fancytree-edit-input")) { 96 class: "fancytree-edit-input", 116 $input.addClass("fancytree-edit-dirty"); [all …]
|
| /plugin/yearbox/_test/ |
| D | SyntaxTest.php | 28 …edit" class="wikilink2" title="2018-01:day-2018-01-01" rel="nofollow" data-wiki-id="2018-01:day-20… 42 …edit" class="wikilink2" title="2018-04:day-2018-04-01" rel="nofollow" data-wiki-id="2018-04:day-20…
|
| /plugin/dblclickedit/ |
| D | script.js | 2 * DblClickEdit Plugin - enter edit mode with double click 14 * Beware of div.levels before the first edit section 19 … * Find the closest edit button form to the element double clicked (downwards) and submit the form 21 * stop event propagation to allow for full page edit 29 * Find page content div and attach default page edit handler 31 * starter based: div.page a.action.edit 33 * monobook/vector: div#bodyContent #ca-edit > a 35 * arctic: div.right_page a.action.edit 39 $editLink = jQuery('a.action.edit, #ca-edit > a');
|
| /plugin/combo/ComboStrap/ |
| H A D | EditButton.php | 11 * Manage the edit button 20 const EDIT_BUTTON_PREFIX = "EDIT"; 26 const CANONICAL = "edit-button"; 29 const SNIPPET_ID = "edit-button"; 40 * The table does not have an edit form at all 49 const TAG = "edit-button"; 50 const CLASS_SUFFIX = "edit-button"; 60 * Edit type 79 * When the edit button is not for an outline may be null 84 * When the edit button is not for an outline may be null [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Editor.svelte | 11 let edit; 19 if (edit) { 21 edit.setValue(updatedCode); 24 edit.deltaDecorations(decor, []); 34 edit.deltaDecorations( 61 edit = monaco.editor.create(editorElem, { 66 resizeHandler = getResizeHandler(edit); 67 edit.onDidChangeModelContent(function (e) { 68 handleCodeUpdate(edit.getValue(), false);
|
| D | Config.svelte | 10 let edit; 16 if (updateEditor && edit) { 17 edit.setValue(JSON.stringify(conf, null, 2)); 34 edit = monaco.editor.create(editorElem, { 39 resizeHandler = getResizeHandler(edit); 40 edit.onDidChangeModelContent(function (e) { 42 const conf = JSON.parse(edit.getValue());
|
| /plugin/fckg/ |
| D | Changes | 51 edit.php:_preprocess. The URLs are reset on a page by page basis when loaded and saved. The option 63 Minor edit to edit.php 69 Minor edit to edit.php editor form syntax 72 Fixed bug where table markup inside code blocks dropped empty cells (edit.php::_preprocess) 94 In edit.php: insert this.is_smiley = false after alt (text form of smiley) is added to results; 131 Made an exception for svg-edit svg images in php/connectors/php/util.php (l. 150), which 141 In preprocessor, edit.php ca. 235ff: Create tagged <code>. . .</code> blocks from code blocks mark… 146 (In edit.php:_preprocess()) 151 Removed new by reference warning in edit.php on line 2552 202 In edit.php fix for images with detail urls using .htaccess nice urls [all …]
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | dmn-js-decision-table-controls.css | 18 --edit-button-color: var(--color-grey-225-10-15); 19 --edit-button-background-color: var(--color-grey-225-10-97); 20 --edit-button-border-color: var(--color-grey-225-10-75); 21 --edit-button-box-shadow-color: var(--color-black-opacity-10); 22 --edit-button-disabled-color: var(--color-grey-225-10-75); 25 /* simple string edit */ 26 .dmn-decision-table-container .simple-string-edit, 27 .dmn-decision-table-container .simple-date-edit { 31 .dmn-decision-table-container .input-expression-edit { 39 .dmn-decision-table-container .allowed-values-edit .dms-form-control { [all …]
|
| D | dmn-js-boxed-expression-controls.css | 9 --edit-button-color: var(--color-grey-225-10-15); 10 --edit-button-background-color: var(--color-grey-225-10-97); 11 --edit-button-border-color: var(--color-grey-225-10-75); 12 --edit-button-box-shadow-color: var(--color-black-opacity-10); 13 --edit-button-disabled-color: var(--color-grey-225-10-75); 99 /* edit-button */ 101 .dmn-boxed-expression-container .edit-button { 102 color: var(--edit-button-color); 103 background-color: var(--edit-button-background-color); 109 border: solid 1px var(--edit-button-border-color); [all …]
|
| /plugin/edittable/action/ |
| D | newtable.php | 9 * Handles the inserting of a new table in a running edit session 69 // preview view of a table edit 72 case 'edit': 73 // edit view of a table (first edit) 81 … // not sure if/how this would happen, we restore all data and hand over to section edit 84 $event->data = 'edit'; 87 // return to edit page 90 $event->data = 'edit';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/ |
| D | Edits.php | 33 * Commits an app edit. (edits.commit) 36 * @param string $editId Identifier of the edit. 40 * edit will not be reviewed until they are explicitly sent for review from the 52 * Deletes an app edit. (edits.delete) 55 * @param string $editId Identifier of the edit. 65 * Gets an app edit. (edits.get) 68 * @param string $editId Identifier of the edit. 79 * Creates a new edit for an app. (edits.insert) 93 * Validates an app edit. (edits.validate) 96 * @param string $editId Identifier of the edit.
|
| /plugin/codeblockedit/ |
| H A D | script.js | 2 // Check if user has edit permission 4 return; // Don't show edit buttons if user can't edit 7 // Check if on a page with content (not in edit mode) 9 return; // Don't add edit buttons while in edit mode 12 // Function to handle edit click 23 …var url = DOKU_BASE + 'doku.php?id=' + encodeURIComponent(JSINFO.id) + '&do=edit&codeblockindex=' … 42 // Create the edit button 44 editBtn.setAttribute('title', 'Edit this code block'); 82 // Add anchor ID to wrapper for redirect back after edit
|
| /plugin/myshortcuts/ |
| H A D | README | 16 * Ctrl+E - Edit current page 17 * Ctrl+S - Save current page (only in edit mode) 18 * Ctrl+I - Insert snippet (only in edit mode) 36 1. shortcut_edit: Keyboard shortcut to edit pages (default: ctrl+e) 68 - Press your configured edit shortcut (default: Ctrl+E) to enter edit mode 70 2. Edit Mode: 96 - Make sure you're in edit mode 97 - Check if the edit form is visible 100 - Make sure you're in edit mode
|
| H A D | script.js | 17 … snippetsEditOnly: 'Snippets can only be inserted in edit mode. Press {0} to edit first.', 20 saveNotInEdit: 'MyShortcuts: Save button not found. Are you in edit mode?' 126 // Edit shortcut 149 * Trigger edit action 152 // Look for edit button in DokuWiki 153 var editBtn = document.querySelector('button[name="do"][value="edit"]') || 154 document.querySelector('a.action.edit') || 155 document.querySelector('a[href*="do=edit"]'); 160 // Construct edit URL manually 163 url += '&do=edit'; [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/src/ |
| D | App.svelte | 4 import Edit from './routes/Edit.svelte'; 9 '/': Edit, 12 '/edit/:data': Edit, 19 '*': Edit,
|
| /plugin/geonav/server/ |
| D | getErrors.php | 3 'editPg' => array ('en' => "No information at this time. Registered users can edit the page.", 21 …te' => array ('en' => "Select Go to Edit to exit drill down mode and access this page. You can the… 22 …'es' => "Select Edit to exit drill down mode and access this page for editing with standard Edit b…
|
| /plugin/dokucrypt2/patches/ |
| D | patch1.diff | 8 lib/scripts/edit.js 13 diff --git a/lib/scripts/edit.js b/lib/scripts/edit.js 15 --- a/lib/scripts/edit.js 16 +++ b/lib/scripts/edit.js
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
| D | ActionDetail.php | 30 protected $editType = Edit::class; 102 * @param Edit 104 public function setEdit(Edit $edit) argument 106 $this->edit = $edit; 109 * @return Edit 113 return $this->edit;
|
| /plugin/editsections2/ |
| D | script.js | 4 * Replaces section edit highlighting events 12 * Lookup table for section edit id (startPos => secedit_id) 38 * Replaces mouseover events on section edit buttons 58 * Returns start/end value of the section edit range 78 * Scans and adds section edit id lookup table 107 * Highlights sections in the edit range 167 * Replaces mouseover events on section edit buttons 181 // extract section edit forms 226 * Replaces mouseover events on section edit buttons 256 * Highlights sections in the edit range [all …]
|
| /plugin/fckg/action/lang/ |
| D | en.php | 4 $fckg_lang['btn_dw_edit'] = "DW Edit"; 13 $fckg_lang['btn_fck_edit'] = "FCK Edit"; 21 $fckg_lang['title_draft'] = "View, Show, Edit Draft"; 23 $fckg_lang['title_draft'] = "View, Show, Edit Draft"; 25 …The draft button toggles between the this document and the draft. You can edit and save either of …
|
| /plugin/editsections/ |
| D | plugin.info.txt | 5 name Edit Section Reorganizer 6 …in moves edit section buttons up to the heading they originated from. Configurable for nested (hie…
|
| /plugin/findologicxmlexport/tpl/ |
| D | admin.twig | 40 <th class="header-page-edit-link"> 41 {{languageText['edit']}} 63 <td class="page-edit-link"> 64 {# edit #} 65 … <a target="_blank" class='page-edit-link-a' href="{{pages[page].url}}&do=edit"> 66 … <div class='page-edit-link-div' style='background-image:url("{{editImageUrl}}");'></div>
|
| /plugin/svgedit/ |
| D | README | 1 A nice way, to create, store, edit, and embed SVG images in DokuWiki 6 SVG-Edit 7 - homepage: https://github.com/SVG-Edit/svgedit 8 - bugtrack: https://github.com/SVG-Edit/svgedit/issues
|
| /plugin/form/ |
| D | style.css | 22 div.dokuwiki div.form__wide input.edit, 23 div.dokuwiki div.form__column input.edit, 24 div.dokuwiki div.form__wide textarea.edit, 25 div.dokuwiki div.form__column textarea.edit {
|