Home
last modified time | relevance | path

Searched +full:edit -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 97) sorted by last modified time

1234

/dokuwiki/lib/plugins/acl/
H A Dadmin.php357 '<input type="text" name="acl_w" class="edit" value="%s" />',
739 // max level for pagenames is edit
832 echo '<select name="acl_t" class="edit">';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php29 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
/dokuwiki/lib/plugins/extension/
H A Dstyle.less369 input.edit {
/dokuwiki/inc/parser/
H A Dxhtml.php23 /** @var array A stack of section edit data */
26 /** @var int last section edit id, used by startSectionEdit */
50 * Register a new edit section range
52 * @param int $start The byte position for the edit start
55 * Key 'target': the target for the section edit,
93 * Finish an edit section range
95 * @param int $end The byte position for the edit end; null for the rest of the page
113 $this->doc .= '<!-- EDIT' . hsc(json_encode($data, JSON_THROW_ON_ERROR)) . ' -->';
143 // If there is only one section, do not write a section edit
/dokuwiki/inc/
H A Dtemplate.php303 'rel' => 'edit',
305 'href' => wl($ID, 'do=edit', false, '&')
760 ->addClass('edit')
1033 case 'edit':
1426 if ($INPUT->bool('edit')) {
1533 $tab_array[] = 'edit';
1540 if ($INPUT->bool('edit')) $opened_tab = 'edit';
1570 } elseif ($opened_tab == 'edit' && !$removed) {
/dokuwiki/lib/exe/
H A Djs.php63 DOKU_INC . 'lib/scripts/edit.js',
H A Dmediamanager.php26 } elseif ($INPUT->str('edit')) {
27 $IMG = cleanID($INPUT->str('edit'));
/dokuwiki/lib/styles/
H A Dprint.css10 .secedit, /* section edit button */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css2 * This file provides styles for the edit view (?do=edit), preview
3 * and section edit buttons.
6 /* edit view
55 /*____________ edit textarea ____________*/
57 .dokuwiki textarea.edit {
81 /* edit buttons */
122 /* section edit buttons
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
57 .dokuwiki select.edit {
60 .dokuwiki select.edit {
/dokuwiki/inc/Menu/Item/
H A DEdit.php6 * Class Edit
8 * Most complex item. Shows the edit button but mutates to show, draft and create based on
11 class Edit extends AbstractItem class
52 * change the icon according to what type the edit button has
57 'edit' => '01-edit_pencil.svg',
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvisualfoxpro.php98 'Dtot','DynamicInputMask','Each','Edit','Eject','Elif',
H A Dxpp.php90 'edit',
H A Drsplus.php372 'download.packages', 'dump.frames', 'edit', 'emacs', 'example', 'file_test', 'file.edit', 'find', 'fix',
H A Dscilab.php93 'dsearch', 'dsimul', 'dt_ility', 'dtsi', 'edge_number', 'edit', 'edit_curv', 'edit_error',
/dokuwiki/lib/scripts/
H A Dedit.js308 $sum.toggleClass('missing', missing).toggleClass('edit', !missing);
H A Deditor.js33 * Add the edit window size and wrap controls
142 // Submit current edit
H A Dfileuploaderextended.js93 ' <input class="qq-upload-name-input edit" type="text" value="" />' +
/dokuwiki/conf/
H A Dacl.auth.php.dist16 # edit 2
/dokuwiki/inc/Ui/
H A DEditor.php17 * Display the Edit Window
18 * preprocess edit form data
53 // intro locale text (edit, rditrev, or read)
55 $intro = ($REV) ? 'editrev' : 'edit';
84 // Only emit event if page is writable, section edit data is valid and
85 // edit target is not section.
106 // add edit buttons: save, preview, cancel
118 // add a textbox for edit summary
122 ->id('edit__summary')->addClass('edit')
156 // print intro locale text (edit, rditre
[all...]
H A DPageConflict.php21 * @param string $summary edit summary
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
/dokuwiki/inc/Action/
H A DEdit.php10 * Class Edit
16 class Edit extends AbstractAction
37 // no edit permission? view source
79 // Use the date of the newest revision, not of the revision we edit
15 class Edit extends AbstractAction global() class
H A DSave.php11 * Save at the end of an edit session
46 throw new ActionException('edit');
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';

1234