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 26 – 50 of 97) sorted by relevance

1234

/dokuwiki/lib/plugins/acl/
H A Dscript.js24 // get the enclosed link and the edit form
61 * Load the current permission info and edit form
/dokuwiki/lib/scripts/
H A Dtoolbar.js14 var $toolbar, $edit;
21 $edit = jQuery('#' + edid);
23 if ($toolbar.length == 0 || $edit.length == 0 || $edit.attr('readOnly')) {
H A Dpage.js18 * Highlight the section when hovering over the appropriate section edit button
35 // the edit button should be part of the highlight
38 // Walk the dom tree in reverse to find the sibling which is or contains the section edit marker
H A Deditor.js33 * Add the edit window size and wrap controls
142 // Submit current edit
/dokuwiki/inc/Ui/
H A DMediaRevisions.php90 $RevInfo->showEditDate(), // edit date and time
94 $RevInfo->showEditSummary(), // edit summary
H A DPageRevisions.php92 $RevInfo->showEditDate(true), // edit date and time
95 $RevInfo->showEditSummary(), // edit summary
H A DPageConflict.php21 * @param string $summary edit summary
H A DRecent.php87 $RevInfo->showEditDate(), // edit date and time
91 $RevInfo->showEditSummary(), // edit summary
/dokuwiki/inc/Action/
H A DRedirect.php32 //get section name when coming from section edit
/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/lib/exe/
H A Dmediamanager.php26 } elseif ($INPUT->str('edit')) {
27 $IMG = cleanID($INPUT->str('edit'));
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_modal.css10 /* link wizard (opens from the link button in the edit toolbar)
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
H A D_media_popup.css205 #dw__mediasearch input.edit {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingArray.php84 ']" type="text" class="edit" value="' . $value . '" ' . $disable . '/>';
H A DSettingMultichoice.php41 $input .= '<select class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n";
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php32 * - sum: edit summary (or action reason)
121 * edit date and time of the page or media file
139 * edit summary
270 // diff icon will not be shown when external edit occurred
H A DChangeLog.php141 * - sum: edit summary (or action reason)
422 $lastRev = array_pop($allRevs); //keep last entry that could be external edit
525 // add a possible revision of external edit, create or deletion
571 * Get the current revision information, considering external edit, create or deletion
591 * - sum: edit summary (or action reason)
594 * - timestamp: unix timestamp or false (key set only for external edit occurred)
616 } elseif ($fileRev === $lastRev) { // not external edit
/dokuwiki/inc/Menu/
H A DMobileMenu.php72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php150 case "edit":
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
273 echo '<td><a href="' . wl($ID, ['fn[edit][' . $user . ']' => 1,
335 echo $this->locale_xhtml('edit');
540 value=\"$value\" class=\"edit\" $autocomp $req />";
544 value=\"$value\" class=\"edit disabled\" disabled=\"disabled\" />";
745 * Edit use
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php144 'DUMP-LOGGING-NOW','EDIT-CLEAR','EDIT-COPY','EDIT-CUT',
145 'EDIT-PASTE','EDIT-UNDO','EMPTY-DATASET','EMPTY-TEMP-TABLE',
290 'EDGE-CHARS','EDGE-PIXELS','EDIT-CAN-PASTE','EDIT-CAN-UNDO',
H A Ddcl.php60 'DISABLE', 'AUTOSTART', 'DISCONNECT', 'DISMOUNT', 'DUMP', 'EDIT', 'ENABLE',
91 'F$DELTA_TIME', 'F$DEVICE', 'F$DIRECTORY', 'F$EDIT', 'F$ELEMENT',
/dokuwiki/inc/
H A Dhtml.php33 define('SEC_EDIT_PATTERN', '#<!-- EDIT({.*?}) -->#');
84 * inserts section edit buttons if wanted or removes the markers
89 * @param bool $show show section edit buttons?
108 * prepares section edit button data for event triggering
159 ['do' => 'edit', 'rev' => $INFO['lastmod'], 'summary' => '[' . $name . '] '],
685 * Preprocess edit form data
698 * Display the default edit form
H A DDraft.php59 * Save a draft of a current edit session
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php134 . '<textarea class="edit" rows="10" cols="80" readonly="readonly" name="data">'

1234