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 51 – 75 of 97) sorted by relevance

1234

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dhicest.php51 'do', 'edit', 'else', 'elseif', 'end', 'enddo', 'endif', 'exp', 'floor', 'function', 'fuz', 'goto', 'iand', 'ichar',
H A Dlocobasic.php51 "DERR", "DI", "DIM", "DRAW", "DRAWR", "EDIT", "EI", "ELSE", "END",
H A Dper.php81 "EDIT",
H A Dgwbasic.php50 'TRON','TROFF','SWAP','ERASE','EDIT','ERROR','RESUME',
H A Dxpp.php90 'edit',
H A Dabap.php317 'edit mask',
573 'using edit mask',
575 'using no edit mask',
H A Dfo.php203 '.editiere', '.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) {
H A Dform.php405 'class' => 'edit', 'cols' => '80', 'rows' => '10');
510 'id' => $id, 'name' => $name, 'value' => $value, 'class' => 'edit');
535 'id' => $id, 'name' => $name, 'class' => 'edit');
559 'id' => $id, 'name' => $name, 'class' => 'edit');
/dokuwiki/inc/File/
H A DPageFile.php149 // add a potential external edit entry to changelog and store it into attic
220 * If so, we assume it has been an external edit and we create an attic copy and add a proper
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php97 '][other]" type="text" class="edit" value="' . htmlspecialchars($other) .
H A DSetting.php215 '" name="config[' . $key . ']" class="edit" ' . $disable . '>' . $value . '</textarea>';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css413 /* file meta data edit form */
431 #mediamanager__page form.meta textarea.edit {
H A Dmobile.less283 .dokuwiki input.edit,
H A Ddesign.less312 /* license note under edit window */
H A Dcontent.less262 .dokuwiki textarea.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/lib/plugins/config/settings/
H A Dconfig.metadata.php113 $meta['maxseclevel'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5]]; // 0 for no sec edit buttons
165 'edit',
/dokuwiki/lib/plugins/extension/
H A Dstyle.less369 input.edit {
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php112 ->addClass('edit')
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php37 'sum' => $info[5], // edit summary (or action reason)
/dokuwiki/lib/scripts/
H A Dedit.js308 $sum.toggleClass('missing', missing).toggleClass('edit', !missing);
H A Dlinkwiz.js35 '<div>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
/dokuwiki/inc/Ui/
H A DPageDiff.php165 wl($this->id, ['do' => 'edit']),
224 // assign minor edit checker to the variable

1234