/plugin/diagramsnet/lib/plugins/ |
H A D | replay.js | 38 var edit = new mxUndoableEdit(model); 39 edit.changes = changes; 41 edit.notify = function() 45 'edit', edit, 'changes', edit.changes)); 47 'edit', edit, 'changes', edit.changes)); 50 return edit; 66 'edit', edit, 'changes', changes)); 72 edit.notify(); 76 return edit; 226 edit = edit.nextSibling; [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A 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);
|
H A 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/dokucrypt2/patches/ |
H A 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/form/ |
H A 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 {
|
/plugin/translate/ |
H A D | script.js | 38 var edit = document.getElementById('wrapper__wikitext'); 41 if (!edit || !orig) { return; } 42 edit.className=orig.className=cycle[edit.className];
|
H A D | style.css | 40 div.dokuwiki form#translate__plugin label textarea.edit, 41 div.dokuwiki form#translate__plugin label input.edit { 53 /* edit page */
|
/plugin/findologicxmlexport/tpl/ |
H A 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/combo/resources/theme/default/components/css/ |
H A D | edit-button.css | 7 .edit-button-cs button { 18 .edit-button-cs svg { 23 section_highlight is a node added when hovering around the edit button by the page.js file 30 .edit-button-highlight-cs { 35 /** Because section edit can also be outside outline, it's here*/
|
/plugin/block/ |
H A D | syntax.php | 45 var $edit = false; variable in syntax_plugin_block 71 $this->edit = $INPUT->str('edit'); 80 $this->edit = false; 123 if($this->edit){ 157 if($this->edit){
|
/plugin/actionlink/ |
H A D | syntax.php | 66 case 'edit': 72 $renderer->doc .=$this->tpll_link(wl($ID,'do=edit&rev='.$REV), 77 $renderer->doc .=$this->tpll_link(wl($ID,'do=edit&rev='.$REV), 83 $renderer->doc .=$this->tpll_link(wl($ID,'do=edit&rev='.$REV),
|
/plugin/editsections/ |
H A D | plugin.info.txt | 6 …in moves edit section buttons up to the heading they originated from. Configurable for nested (hie…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | ActionDetail.php | 104 public function setEdit(Edit $edit) argument 106 $this->edit = $edit; 113 return $this->edit;
|
/plugin/virtualgroup/ |
H A D | admin.php | 281 echo '<span>' . $this->getLang('edit') . '</span>'; 325 echo '<span>' . $this->getLang('edit') . '</span>'; 353 * Return the form to edit the groups of a user 410 * Return the form to edit the users of a group 15 var $edit = false; global() variable in admin_plugin_virtualgroup 61 function edit($user) { global() function in admin_plugin_virtualgroup
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-decision-table-controls.css | 20 /* simple string edit */ 21 .dmn-decision-table-container .simple-string-edit, 22 .dmn-decision-table-container .simple-date-edit { 26 .dmn-decision-table-container .input-expression-edit { 34 .dmn-decision-table-container .allowed-values-edit .dms-form-control { 39 .dmn-decision-table-container .allowed-values-edit .values { 44 .dmn-decision-table-container .allowed-values-edit .placeholder { 138 .dmn-decision-table-container .context-menu .context-menu-container.input-edit, 139 .dmn-decision-table-container .context-menu .context-menu-container.output-edit { 143 .dmn-decision-table-container .context-menu .context-menu-container.type-ref-edit, [all …]
|
/plugin/advanced/lang/en/config/ |
H A D | acl.txt | 3 :!: **Please edit carefully** :!: 5 … to use the ACL admin interface described above. It is not recommended to edit this file manually.… 13 …s represented by an integer. Higher levels include lower ones. If you can edit you can read, too. … 18 | edit | 2 | pages, namespaces | existing pages may be edited | AUTH_EDIT |
|
H A D | main.txt | 3 :!: **Please edit carefully** :!: 5 … contains the "default" values of the system. To customize it, you should edit the file ''conf/loc…
|
/plugin/stopforumspam2/lang/en/ |
H A D | bannededit.txt | 3 Sorry, you can't edit pages because you were regarded as a spammer. 4 If you think this is an error, ask the admin of this website to be allowed to edit pages.
|
/plugin/fckg/ |
H A D | Changes | 63 Minor edit to edit.php 69 Minor edit to edit.php editor form syntax 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 209 Synced switch/edit.php with master/edit.php 222 Added escapes to Plugin pattern regexes in edit.php, e.g. for '(' 232 Fixed corrupted links to media from userfiles and bad file mode set for edit.php 287 Fixed some label tags in edit.php 297 replace utf8 chars in plugin regexes with entities (edit.php) [all …]
|
/plugin/infomail/ |
H A D | style.less | 20 textarea.edit, 21 input.edit {
|
/plugin/recaptcha2/ |
H A D | plugin.info.txt | 1 # General Plugin Info do not edit 8 desc Add the new, simplified Recaptcha2 ("I am not a robot"-checkbox) to your register and edit-f…
|
/plugin/findologicxmlexport/resources/ |
H A D | style.css | 7 .page-edit-link-a { 10 .page-edit-link-div {
|
/plugin/keyboard/ |
H A D | plugin.info.txt | 1 # General Plugin Info do not edit 7 ……</kbd>. A quick button for the markup is automatically inserted into the toolbar of the edit form.
|
/plugin/translator/ |
H A D | style.css | 18 #translator fieldset label select, #translator fieldset label input.edit { 52 …nslator table.translation_table td label input.edit, #translator table.translation_table td textar…
|
/plugin/shibbolethauth/ |
H A D | style.css | 35 #shibboleth__manager td input.edit { 38 #shibboleth__manager td select.edit { } 39 #shibboleth__manager td textarea.edit {
|