Home
last modified time | relevance | path

Searched full:edit (Results 151 – 175 of 2087) sorted by relevance

12345678910>>...84

/plugin/grensladawritezor/
Dedit.php4 * GrenSladaWritezor Edit page.
13 <title>GrenSladaWritezor :: Edit Page</title>
42 <h2>GrenSladaWritezor :: Edit</h2>
/plugin/infomail/
Dstyle.less20 textarea.edit,
21 input.edit {
/plugin/keyboard/
Dplugin.info.txt1 # 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/authgooglesheets/vendor/google/apiclient-services/src/
DSlides.php37 /** See, edit, create, and delete all of your Google Drive files. */
40 /** See, edit, create, and delete only the specific Google Drive files you use with this app. */
46 /** See, edit, create, and delete all your Google Slides presentations. */
52 /** See, edit, create, and delete all your Google Sheets spreadsheets. */
/plugin/svgedit/
Dscript.js1 var svgeditor_path = 'https://cdn.rawgit.com/SVG-Edit/svgedit/stable/editor/'; //online stable
2 //var svgeditor_path = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/master/editor/'; //onlin…
3 //var svgeditor_path = DOKU_BASE+'lib/plugins/svgedit/svg-edit/'; //offline
120 el.setAttribute("title", "Edit this page as SVG!");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DEditsExpansionfiles.php38 * @param string $editId Identifier of the edit.
58 * @param string $editId Identifier of the edit.
79 * @param string $editId Identifier of the edit.
99 * @param string $editId Identifier of the edit.
DEditsDetails.php36 * @param string $editId Identifier of the edit.
50 * @param string $editId Identifier of the edit.
65 * @param string $editId Identifier of the edit.
/plugin/advanced/lang/en/config/
Dmain.txt3 :!: **Please edit carefully** :!:
5 … contains the "default" values of the system. To customize it, you should edit the file ''conf/loc…
/plugin/autoindentcontrol/lang/en/
Dsettings.php9 $lang['default_behavior'] = 'Default behavior of the auto indent feature in the edit window';
12 …w_toggle_switch'] = 'Show a toggle switch to control the auto indent feature in the edit window';
/plugin/edittable/action/
Djsinfo.php6 * like displaying the editor and adding custom edit buttons
15 // register custom edit buttons
/plugin/hidden/lang/en/
Dlang.php12 $lang['edit'] = 'Edit hidden section';
/plugin/approve/meta/
H A DViewModeEdit.php15 $this->svg = DOKU_INC . 'lib/plugins/approve/circle-edit-outline.svg';
17 $this->accesskey = 'e'; // it replaces the edit button, so the same access key.
/plugin/database/lang/en/
Dlang.php48 $lang['btn_lst_edt'] = 'Edit';
58 // *********Used on create/edit forms **************
71 // ***** Used on Edit Record/column form *******
72 // The title i.e. Edit column or Edit record
73 $lang['prompt_edt'] = 'Edit';
/plugin/toolbox/extension/
Dmanifest.json12 "https:\/\/*\/*?do=edit",
13 "http:\/\/*\/*?do=edit"
/plugin/datatables/assets/datatables.net-i18n/
Did.json189 "edit": { object
190 "title": "Edit inputan",
191 "submit": "Edit",
192 "button": "Edit"
Den-GB.json190 "edit": { object
191 "button": "Edit",
192 "title": "Edit Entry",
209 …"info": "The selected items contain different values for this input. To edit and set all items for…
/plugin/wrap/syntax/
Ddiv.php62 // close the section edit the header could open
94 // add a section edit right at the beginning of the wrap output
97 // add a section edit for the end of the wrap output. This prevents the renderer
98 … // from closing the last section edit so the next section button after the wrap syntax will
/plugin/autoindentcontrol/
Dscript.js4 * Provides a toggle switch to control auto-indent function in edit window.
84 // handle events on edit window
113 // check if we are in edit window
180 // handle events on edit window
/plugin/sidebar/
Daction.php71 // print a sidebar edit button - if appropriate
82 // check user has edit permission for the sidebar page
86 …ptln('<form class="button" method="post" action="' . wl($fileSidebar, 'do=edit') . '" onsubmit="re…
87 ptln('<input type="hidden" name="do" value="edit" />', 10);
/plugin/new_page_dialog/tpl/
Dmain.php104 opener.location.href = "doku.php?do=edit&id=" + $('npd_ns').value + ":" + page_name;
138 …'+ns+'" ref="'+ns+'"><strong>' + folder_name + '</strong></a><a class="edit">[edit]</a></div><ul c…
150 var edit = active.nextSibling;
151 while (edit && edit.nodeType != 1) edit = edit.nextSibling;
155 addEvent(edit, "click", edit_folder_name);
/plugin/npd/tpl/
Dmain.php103 opener.location.href = "doku.php?do=edit&id=" + jQuery('#npd_ns').val() + ":" + page_name;
137 …'+ns+'" ref="'+ns+'"><strong>' + folder_name + '</strong></a><a class="edit">[edit]</a></div><ul c…
149 var edit = active.nextSibling;
150 while (edit && edit.nodeType != 1) edit = edit.nextSibling;
154 jQuery(edit).click(edit_folder_name);
/plugin/superacl/lang/en/
Dlang.php25 $lang['p_choose_id'] = 'Please <b>enter a user or group</b> in the form above to view or edit the …
26 $lang['p_choose_ns'] = 'Please <b>enter a user or group</b> in the form above to view or edit the …
40 $lang['acl_perm2'] = 'Edit';
/plugin/findologicxmlexport/resources/
Dstyle.css7 .page-edit-link-a {
10 .page-edit-link-div {
/plugin/dwedit/
DREADME1 This plugin will automatically add a DW Edit button to the page tools which appear at the right of …
2 The icon is like the Edit button. Clicking on the button will open the native Dokuwiki editor. It…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DEdit.php20 class Edit extends \Google\Model class
25 class_alias(Edit::class, 'Google_Service_DriveActivity_Edit');

12345678910>>...84