Home
last modified time | relevance | path

Searched full:edit (Results 1 – 25 of 195) sorted by relevance

12345678

/dokuwiki/_test/tests/inc/
H A Dcommon_saveWikiText.test.php51 … * assertions against changelog entries and attic after external edit, create or deletion of page
90 * 1.4 add a minor edit (unauthenticated, minor not allowable)
91 * 1.5 add a minor edit (authenticated)
94 * 1.8 external edit
95 * 1.9 edit and save on top of external edit
151 // 1.4 add a minor edit (unauthenticated, minor not allowable)
170 // 1.5 add a minor edit (authenticated)
229 // 1.8 external edit
230 file_put_contents($file, 'teststring5 external edit');
235 $expectedRevs = 6; // external edit is not yet in changelog
[all …]
H A Dparserutils_set_metadata.test.php60 saveWikiText($this->id, 'Test1', 'Test first edit');
64 … $this->assertEquals(array('1'=>'Tester1'), $meta['contributor'], 'First edit contributors error');
69 saveWikiText($this->id, 'Test2', 'Test second edit');
72 … $this->assertNotEquals($last_edit_date, $meta['date']['modified'], 'First edit date merge error');
73 …rray('tester2'=>'Tester2', '1'=>'Tester1'), $meta['contributor'], 'Second edit contributors error'…
78 saveWikiText($this->id, 'Test3', 'Test third edit');
81 …array('tester2'=>'Tester2', '1'=>'Tester1'), $meta['contributor'], 'Third edit contributors error'…
H A Dhtml_secedit_pattern.test.php9 …'<!-- EDIT{"target":"SECTION","name":"Plugins","hid":"plugins","codeblockOffset":0,"secid":5,"rang…
17 'basic section edit',
20 …'<!-- EDIT{"target":"TABLE","name":"","hid":"table4","codeblockOffset":0,"secid":10,"range":"11908…
28 'table edit'
31 …'<!-- EDIT{"target":"PLUGIN_DATA","name":"","hid":"","codeblockOffset":0,"secid":2,"range":"27-432…
H A Dtemplate_tpl_get_action.php25 'type' => 'edit',
29 'do' => 'edit',
35 $this->assertEquals($expect, tpl_get_action('edit'));
51 'type' => 'edit',
55 'do' => 'edit',
61 $this->assertEquals($expect, tpl_get_action('edit'));
81 'do' => 'edit',
87 $this->assertEquals($expect, tpl_get_action('edit'));
112 $this->assertEquals($expect, tpl_get_action('edit'));
120 $ACT = 'edit';
[all …]
/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, rditrev, or read.txt)
[all …]
H A DUserRegister.php41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit')
47 … $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit');
50 …input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($base_attrs)->addClass('edit');
55 … $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit')
60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit')
H A DUserProfile.php64 ->addClass('edit');
89 ->addClass('edit')
98 ->addClass('edit')
107 ->addClass('edit')
114 … $input = $form->addPasswordInput('newpass', $lang['newpass'])->attrs($attr)->addClass('edit');
118 … $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($attr)->addClass('edit');
/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/lib/scripts/
H A Dlocktimer.js24 * @param {string} edid Optional; ID of an edit object which has to be present
27 var $edit;
31 $edit = jQuery('#' + edid);
32 if($edit.length === 0 || $edit.attr('readonly')) {
47 $edit.keypress(dw_locktimer.refresh);
62 …* If the user types into the edit-area, then dw_locktimer will regularly send a post request to th…
101 * Called on keypresses in the edit area
/dokuwiki/inc/lang/en/
H A Dedit.txt1 Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if y…
H A Ddraft.txt3 Your last edit session on this page was not completed correctly. DokuWiki automatically saved a dra…
5 Please decide if you want to //recover// your lost edit session, //delete// the autosaved draft or …
/dokuwiki/inc/
H A DDifferenceEngine.php177 // Compute the edit operations.
551 foreach ($this->edits as $edit) {
552 $rev->edits[] = $edit->reverse();
563 foreach ($this->edits as $edit) {
564 if ($edit->type != 'copy')
579 foreach ($this->edits as $edit) {
580 if ($edit->type == 'copy')
581 $lcs += count($edit->orig);
597 foreach ($this->edits as $edit) {
598 if ($edit->orig)
[all …]
/dokuwiki/inc/lang/id/
H A Dconflict.txt3 …umen yang baru saja Anda Edit telah ada. Ini terjadi ketika user lain telah selesai mengubah halam…
H A Drevisions.txt3 … mengaktifkan kembali revisi lama, pilih dokumen revisi, kemudikan tekan "Edit halaman ini" lalu S…
/dokuwiki/inc/Action/
H A DEdit.php10 * Class Edit
16 class Edit extends AbstractAction class
37 // no edit permission? view source
79 // Use the date of the newest revision, not of the revision we edit
H A DSave.php11 * Save at the end of an edit session
46 throw new ActionException('edit');
/dokuwiki/_test/data/pages/int/
H A Deditandsavetest.txt1 This is a test page for testing the redirect happening on the ''edit and save'' workflow.
2 This page is required for the tests in **_tests/test/test/edit_and_save.test.php**. Do not edit thi…
/dokuwiki/_test/tests/test/
H A Dedit_and_save.test.php10 * - Section edit a page (headline 2, first occurrence)
40 // Search the section edit form/button for the second id
56 // Post the input fields (= do a section edit)
60 // Our header id should have been sent back to us in the edit
70 // Extract all inputs from the edit form
93 * - Section edit a page (headline 2, second occurrence)
123 // Search the section edit form/button for the second id
139 // Post the input fields (= do a section edit)
143 // Our header id should have been sent back to us in the edit
153 // Extract all inputs from the edit form
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dedit.txt1 ===== Edit user =====
/dokuwiki/lib/plugins/usermanager/lang/id/
H A Dedit.txt1 ===== Edit User =====
H A Dlang.php23 $lang['edit'] = 'Edit';
24 $lang['edit_prompt'] = 'Edit user ini';
/dokuwiki/lib/plugins/config/
H A Dstyle.css95 #config__manager td input.edit {
101 #config__manager td select.edit { }
102 #config__manager td textarea.edit {
107 #config__manager td textarea.edit:focus {
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt6 desc Allows to edit style.ini replacements

12345678