| /plugin/saveandedit/ |
| D | action.php | 35 * Clean the environment after saving for the next edit. 80 the 'draftdel' action and replace it by 'edit'. As this 83 late. To fix plugins that want to handle the 'edit' 84 action, we trigger a new event for the 'edit' action. 88 $event->data = 'edit'; 108 Trigger a new event for the edit action. 109 This ensures that all event handlers for the edit 125 $event->data = 'edit';
|
| /plugin/userhomepage/lang/en/ |
| D | settings.php | 14 …$lang['edit_before_create'] = 'Allow users to edit the start page of their private namespace on cr… 18 $lang['acl_all_private_o_2'] = 'Edit'; 26 $lang['acl_user_private_o_2'] = 'Edit'; 37 $lang['acl_all_public_o_2'] = 'Edit'; 42 $lang['acl_user_public_o_2'] = 'Edit'; 50 $lang['acl_all_templates_o_2'] = 'Edit'; 55 $lang['acl_user_templates_o_2'] = 'Edit'; 60 $lang['action_o_edit'] = 'Edit (Default)';
|
| /plugin/labeled/ |
| D | admin_tpl.php | 19 <td><input type="text" name="newlabel[name]" class="edit" /></td> 20 <td><input type="" name="newlabel[color]" class="edit" /></td> 21 <td><input type="" name="newlabel[order]" class="edit" /></td> 28 …<input class="edit" type="text" value="<?php echo $label ?>" name="labels[<?php echo $label ?>][na… 31 <input class="edit" style="color: <?php echo $opts['color'] ?>" type="text" 35 …<input class="edit" type="text" value="<?php echo $opts['ordernr'] ?>" name="labels[<?php echo $la…
|
| /plugin/blogtng/action/ |
| D | edit.php | 36 //create extra form fields below DokuWiki's edit window 68 …Element($pos, form_openfieldset(array('_legend' => 'BlogTNG', 'class' => 'edit', 'id' => 'blogtng_… 71 …sertElement($pos, form_makeMenuField('post-blog', $blogs, $blog, 'Blog', 'blogtng__blog', 'edit')); 92 …Element($pos, form_makeTextField('post-tags', join(', ', $tags), 'Tags', 'blogtng__tags', 'edit')); 102 …, 'disabled'), $commentstatus, $this->getLang('commentstatus'), 'blogtng__commentstatus', 'edit')); 131 …os, form_makeTextField('post-date[YY]', $YY, 'YYYY', 'blogtng__date_YY', 'edit btng__date_YY', arr… 133 …$pos, form_makeTextField('post-date[MM]', $MM, 'MM', 'blogtng__date_MM', 'edit btng__date', array(… 135 …$pos, form_makeTextField('post-date[DD]', $DD, 'DD', 'blogtng__date_DD', 'edit btng__date', array(… 137 …$pos, form_makeTextField('post-date[hh]', $hh, 'hh', 'blogtng__date_hh', 'edit btng__date', array(… 139 …$pos, form_makeTextField('post-date[mm]', $mm, 'mm', 'blogtng__date_mm', 'edit btng__date', array(… [all …]
|
| /plugin/fastwiki/ |
| D | script.js | 5 var m_viewMode, m_origViewMode, m_prevView; // show, edit, subscribe etc 8 var m_pageObjs = {}; // Edit objects 18 …var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscri… property 146 // Inline section edit 151 load('edit', form, _formToObj(form)); 161 * Preview a page edit without reloading the page. 208 // Walk the dom tree in reverse to find the sibling which is or contains the section edit marker 213 // over the edit icon. Since this div will go away when edit starts, you don't want to 254 * Initialize a page edit. This must be called every time the editor is loaded. 269 // From edit.js [all …]
|
| D | templates.js | 76 m_editRow = $("a[href *= 'do=edit']", pagetools); 91 m_editRow.toggle(mode != 'edit' && mode != 'draft'); 107 m_editRow.toggle(mode != 'edit' && mode != 'draft'); 125 m_editRow = $('.action.edit', toolbox).parent(); 131 $(".right_sidebar, .left_sidebar").css('display', mode=='edit' ? 'none' : ''); 133 m_editRow.toggle(mode != 'edit' && mode != 'draft'); 135 … // In this template, two levels of DOM structure are missing in edit mode. Clear out their styles. 136 if (mode == 'edit' || mode == 'draft') {
|
| /plugin/virtualgroup/lang/en/ |
| D | lang.php | 12 $lang['editUserGroups'] = 'Edit groups of user'; 14 $lang['editGroupUsers'] = 'Edit users of group'; 25 $lang['edit'] = 'Edit';
|
| /plugin/translate/ |
| D | script.js | 2 * Fix the edit window size controls, for the translation view. 38 var edit = document.getElementById('wrapper__wikitext'); 41 if (!edit || !orig) { return; } 42 edit.className=orig.className=cycle[edit.className];
|
| /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/conflictmerger/tests/ |
| D | acceptance.test.php | 13 var $editButton = 'Edit this page'; 31 $this->get($this->basePageName . 'do=edit'); 39 $this->get($this->basePageName . 'do=edit'); 76 $this->assertText('Edit the page and hit Save'); 109 $this->secondUser->get($this->basePageName . 'do=edit'); 125 $this->secondUser->get($this->basePageName . 'do=edit'); 141 $this->secondUser->get($this->basePageName . 'do=edit'); 192 $this->secondUser->get($this->basePageName . 'do=edit'); 205 $this->secondUser->get($this->basePageName . 'do=edit'); 227 $this->secondUser->get($this->basePageName . 'do=edit'); [all …]
|
| /plugin/matrixnotifierwas/ |
| D | helper.php | 13 "E" => "edit", 14 "e" => "edit minor", 62 } elseif ( $event_type == 'edit' && $this -> getConf ( 'notify_edit' ) == 1 ) { 63 $this -> _event = 'edit'; 65 …} elseif ( $event_type == 'edit minor' && ( $this -> getConf ( 'notify_edit' ) == 1 ) && ( $this -… 66 $this -> _event = 'edit minor'; 88 case 'edit': 93 case 'edit minor': 127 …if ( ( strpos ( $this -> _event, 'edit' ) !== false ) && $this -> getConf ( 'notify_show_summary' …
|
| /plugin/discordnotifier/ |
| D | helper.php | 9 "E" => "edit", 10 "e" => "edit minor", 58 } elseif ( $event_type == 'edit' && $this -> getConf ( 'notify_edit' ) == 1 ) { 59 $this -> _event = 'edit'; 61 …} elseif ( $event_type == 'edit minor' && ( $this -> getConf ( 'notify_edit' ) == 1 ) && ( $this -… 62 $this -> _event = 'edit minor'; 84 case 'edit': 89 case 'edit minor': 121 …if ( ( strpos ( $this -> _event, 'edit' ) !== false ) && $this -> getConf ( 'notify_show_summary' …
|
| /plugin/tindexmenu/jsmenu/ |
| D | usrmenu.js | 4 Second array is displayed only in edit mode. 22 'Edit','indexmenu_getid(this.config.urlbase,id)+"do=edit"',1,0, 28 //Right menu in edit mode. 30 '<b><em>Edit action:</em></b>',0,1,0, 47 if (r) window.location.href = indexmenu_getid(u,r)+"do=edit";
|
| D | admmenu.js | 4 Second array is displayed only in edit mode. 22 'Edit','indexmenu_getid(this.config.urlbase,id)+"do=edit"',1,0, 30 //Right menu in edit mode. 32 '<b><em>Edit action:</em></b>',0,1,0, 49 if (r) window.location.href = indexmenu_getid(u,r)+"do=edit";
|
| D | menu.js | 4 Second array is displayed only in edit mode. 25 //Right menu in edit mode. 27 '<b><em>Edit action:</em></b>',0,1,0, 29 'Edit','indexmenu_getid(this.config.urlbase,id)+"do=edit"',1,0
|
| /plugin/conflictmerger/ |
| D | action.php | 25 * This plugin intercepts 'edit' and 'save' actions and redirects them to a 37 * The edit form is bypassed to use the text already being worked on (for 91 * A conflict appears in edit and save actions when the page was modified 92 * after the edit or conflict forms were shown. That is, even if the page is 99 * Now, the user A decides to further edit the page. 101 * If the merge was successfull, when the user hit save button in the edit 122 if ($action != 'edit' && $action != 'save') { 133 if ($action == 'edit' && $_REQUEST['conflictDate'] == $INFO['lastmod']) { 169 * When edit form is created, the text is set to the content of the latest 170 * revision of the page. However, in this plugin the edit page can also be [all …]
|
| /plugin/sketchcanvas/ |
| D | action.php | 94 $event->data['name'] = /*$this->getLang*/('Edit Figure'); 122 <textarea name="wikitext" id="wiki__text" class="edit" cols="80" rows="10">$TEXT</textarea> 203 // preview view of a table edit 206 case 'edit': 207 // edit view of a table (first edit) 224 … // not sure if/how this would happen, we restore all data and hand over to section edit 228 $event->data = 'edit'; 231 // return to edit page 235 $ACT = 'edit';
|
| /plugin/bureaucracyau/_test/ |
| D | syntax.test.php | 20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true); 21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true); 22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true); 23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit'); 24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true); 40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true); 43 $this->checkField($doc, 'File1', 'input[type=file].edit', true);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/ |
| D | EditsImages.php | 35 * Deletes the image (specified by id) from the edit. (images.delete) 38 * @param string $editId Identifier of the edit. 43 * attached to this edit. 57 * @param string $editId Identifier of the edit. 76 * @param string $editId Identifier of the edit. 93 * edit. (images.upload) 96 * @param string $editId Identifier of the edit.
|
| /plugin/codehighlight/ |
| D | action.php | 125 <button onclick="wiki__text.edit(\'\',\'php\')">PHP</button> 126 <button onclick="wiki__text.edit(\'\',\'javascript\')">JavaScript</button> 127 <button onclick="wiki__text.edit(\'\',\'java\')">Java</button> 128 <button onclick="wiki__text.edit(\'\',\'perl\')">Perl</button> 129 <button onclick="wiki__text.edit(\'\',\'sql\')">SQL</button> 130 <button onclick="wiki__text.edit(\'\',\'html\')">HTML</button> 131 <button onclick="wiki__text.edit(\'\',\'css\')">CSS</button>
|
| /plugin/bureaucracy-au/_test/ |
| D | syntax.test.php | 20 $this->checkField($doc, 'Employee Name', 'input[type=text][value=Your Name].edit', true); 21 $this->checkField($doc, 'Your Age', 'input[type=text].edit', true); 22 $this->checkField($doc, 'Your E-Mail Address', 'input[type=text].edit', true); 23 $this->checkField($doc, 'Occupation (optional)', 'input[type=text].edit'); 24 $this->checkField($doc, 'Some password', 'input[type=password].edit', true); 40 $this->checkField($doc, 'Tell me about your self', 'textarea.edit', true); 43 $this->checkField($doc, 'File1', 'input[type=file].edit', true);
|
| /plugin/addressbook/lang/en/ |
| D | lang.php | 5 $lang['exec edit'] = 'Edit'; 10 $lang['header edit'] = 'Edit contact';
|
| /plugin/secedit2head/ |
| D | README.md | 3 [DokuWiki] plugin to move section edit buttons from bottom to section header 6 …edit button below each section added more space between sections than I wanted for my project. Som… 13 It only then copies and removes the original edit node and **prepends** it to the h# section headin…
|
| /plugin/autotweet/lang/en/ |
| D | lang.php | 4 $lang['edit'] = 'Edit'; 5 $lang['minor_edit'] = 'Minor Edit';
|
| /plugin/etherpadlite/ |
| D | README.md | 11 This dokuwiki plugin lets you edit your pages using an existing etherpad lite instance. Using an ap… 16 * multiple persons can edit the same page at the same time 25 The user who is in (dokuwiki) "edit"-Mode can create a PAD to edit and save the content. Users in "… 30 The dokuwiki plugin adds javascript code to the edit page that hooks into the toolbar javascript an… 34 …so it is more or less cross-domain independend. The dokuwiki plugin sends edit-messages (i.e. past… 42 …ttings. They ensure that only users authorized by the dokuwiki plugin can edit a pad and that ther…
|