Home
last modified time | relevance | path

Searched full:edit (Results 76 – 100 of 2087) sorted by relevance

12345678910>>...84

/plugin/textinsert/lang/en/
Dintro.txt1 This panel enables you to add and delete macros and their replacement texts, and to edit them after…
9 the **Delete** button at the bottom of the screen. Editing is done through the Edit screen, where y…
10 with all your macros. You can edit the texts of any number of macros.
/plugin/dblclickedit/
Daction.php3 * DblClickEdit Plugin - enter edit mode with double click
22 * Ensure we have enough access rights and edit is an allowed action
23 * section edit is disabled for old revisions
/plugin/editsections2/
Daction.php75 * Prepends special instruction to put dummy section edit marker
95 * Replaces section edit markers
106 '/<!-- EDIT(\d+) SECTION "([^"]*)" \[(\-?\d+)-(\d*)\] -->/';
129 '<!-- EDIT%s SECTION "%s" [%s-%s] -->',
149 // shift edit button positions
180 * Finds the end of nested edit sections
213 // scan instructions for edit
/plugin/geonav/lang/en/
Dsettings.php7 $lang['showeditbtn'] = 'Show edit button (if user has edit permission for sidebar)';
8 $lang['editbtntxt'] = 'Edit button text';
/plugin/batchedit/lang/en/
Dlang.php26 $lang['war_norights'] = 'You have no rights to edit page {1}.';
32 $lang['war_nosummary'] = 'The edit summary was not provided. Do you want to proceed without it?';
50 $lang['lbl_summary'] = 'Edit summary';
71 $lang['sts_apply'] = 'Edit results: {1} on {2}, {3}';
84 $lang['ttl_edit'] = 'Edit this page';
/plugin/fastwiki/lang/en/
Dsettings.php5 $lang["secedit"] = "Allow inline section edit.";
6 $lang["preview"] = "Allow inline edit preview.";
7 $lang["fastpages"] = "Load page modes (edit, revisions, subscribe etc) without reloading the page.";
/plugin/pagestat/
Daction.php59 if($GLOBALS['ACT']=="edit"){
60 $tool_page= tpl_include_page("user:admin:etools:edit", false, false);
61 $mybt=sprintf($mybt,"ptools_edit"," in edit");
64 $mybt=sprintf($mybt,"ptools_main"," main edit");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DEditsBundles.php34 * Lists all current Android App Bundles of the app and edit.
38 * @param string $editId Identifier of the edit.
49 * Uploads a new Android App Bundle to this edit. If you are using the Google
56 * @param string $editId Identifier of the edit.
/plugin/ajaxedit/
Daction.php33 * try to fix sectioninfo for section edit buttons.
46 if($ACT !== 'edit') return;
72 msg(sprintf($this->getLang('section_found'),wl($ID,array('do'=>'edit'))));
75 msg(sprintf($this->getLang('moved_section_found'),wl($ID,array('do'=>'edit'))));
/plugin/farmsync/lang/en/
Dlang.php44 $lang['button:edit'] = "Edit";
48 $lang['button:edit'] = "Edit";
/plugin/bez/tpl/
H A Dtask_programs.php10 <?php if ( in_array($tpl->param('action'), array('edit', 'update')) &&
26 … <a href="<?php echo $tpl->url('task_programs', 'action', 'edit', 'id', $task_program->id) ?>">
27 <?php echo $tpl->getLang('edit') ?>
47 <?php if ( $tpl->param('action') !== 'edit' &&
H A Dtypes.php10 <?php if ( in_array($tpl->param('action'), array('edit', 'update')) &&
25 <a href="<?php echo $tpl->url('types', 'action', 'edit', 'id', $label->id) ?>">
26 <?php echo $tpl->getLang('edit') ?>
46 <?php if ( $tpl->param('action') !== 'edit' &&
/plugin/html2pdf/snorriheim/
Ddesign.css75 div.dokuwiki label.block input.edit {
87 div.dokuwiki textarea.edit {
98 html>body div.dokuwiki textarea.edit {
102 div.dokuwiki input.edit,
103 div.dokuwiki select.edit {
115 html>body div.dokuwiki input.edit,
116 html>body div.dokuwiki select.edit {
120 div.dokuwiki select.edit {
136 div.dokuwiki textarea.edit[disabled],
137 div.dokuwiki textarea.edit[readonly],
[all …]
/plugin/dokutranslate/
Dsyntax.php21 # Generate edit button for paragraph
29 'do' => 'edit',
46 # Insert saved edit form
219 $edithere = (in_array($ACT, array('edit', 'preview')) && $parid == $this->parCounter);
237 # Insert edit form if we're editing the first paragraph
246 # Generate edit button
288 # Insert edit form if we're editing this paragraph
289 if (in_array($ACT, array('edit', 'preview')) && getParID() == $this->parCounter) {
297 # Generate edit button
305 } else if (in_array($ACT, array('edit', 'preview'))) {
[all …]
/plugin/bureaucracyau/_test/
Dfield_file.test.php28 '!' => 'input[type=file].edit',
29 '^' => 'input[type=file][required].edit.required',
30 '@' => 'input[type=file][required].edit.required',
31 '! /regex/' => 'input[type=file].edit',
32 '@ /regex/ "**Example error"' => 'input[type=file][required].edit.required'
/plugin/bureaucracy-au/_test/
Dfield_file.test.php28 '!' => 'input[type=file].edit',
29 '^' => 'input[type=file][required].edit.required',
30 '@' => 'input[type=file][required].edit.required',
31 '! /regex/' => 'input[type=file].edit',
32 '@ /regex/ "**Example error"' => 'input[type=file][required].edit.required'
/plugin/sectionedit/
Dscript.js22 request({'do':'edit'}, showEditDialog);
72 … // We need to wrap this once more, because otherwise the edit buttons will have the wrong ranges
104 // This is being set by the edit.js - needs reset before unloading
113 // Remove current edit handler
127 jQuery( "#sectionedit__dilaog" ).dialog({title:LANG.plugins.sectionedit['edit'],
/plugin/block/
Dsyntax.php45 var $edit = false; variable in syntax_plugin_block
71 $this->edit = $INPUT->str('edit');
80 $this->edit = false;
123 if($this->edit){
157 if($this->edit){
/plugin/codeblockedit/
H A Daction.php27 // Set up range before Edit action processes it
31 // Inject edit permission info into JSINFO
38 * Add edit permission info to JSINFO for JavaScript
47 // Let JavaScript know if user can edit this page
102 // Only process for edit action when no range is set yet
103 if ($act === 'edit' && empty($RANGE)) {
/plugin/bliki/
Dlocal.php.dist8 …amp} -- [[{permalink}|Permalink]] -- [[{edit}|Edit]]</sub> \\\\ \\\\ '; // use {timestamp}, {perma…
/plugin/translate/
Dstyle.css40 div.dokuwiki form#translate__plugin label textarea.edit,
41 div.dokuwiki form#translate__plugin label input.edit {
53 /* edit page */
/plugin/diagramsnet/lib/resources/
Ddia_sl.txt1 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
114 … different version of this diagram on a shared draft of this page. Please edit the diagram from th…
223 edit=Edit
224 editData=Edit Data
225 editDiagram=Edit Diagram
226 editGeometry=Edit Geometry
227 editImage=Edit Image
228 editImageUrl=Edit Image URL
229 editLink=Edit Link
230 editShape=Edit Shape
[all …]
Ddia_hi.txt1 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
114 … different version of this diagram on a shared draft of this page. Please edit the diagram from th…
223 edit=Edit
224 editData=Edit Data
225 editDiagram=Edit Diagram
226 editGeometry=Edit Geometry
227 editImage=Edit Image
228 editImageUrl=Edit Image URL
229 editLink=Edit Link
230 editShape=Edit Shape
[all …]
Ddia_te.txt1 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
114 … different version of this diagram on a shared draft of this page. Please edit the diagram from th…
223 edit=Edit
224 editData=Edit Data
225 editDiagram=Edit Diagram
226 editGeometry=Edit Geometry
227 editImage=Edit Image
228 editImageUrl=Edit Image URL
229 editLink=Edit Link
230 editShape=Edit Shape
[all …]
Ddia_si.txt1 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
114 … different version of this diagram on a shared draft of this page. Please edit the diagram from th…
223 edit=Edit
224 editData=Edit Data
225 editDiagram=Edit Diagram
226 editGeometry=Edit Geometry
227 editImage=Edit Image
228 editImageUrl=Edit Image URL
229 editLink=Edit Link
230 editShape=Edit Shape
[all …]

12345678910>>...84