Searched full:editing (Results 476 – 500 of 539) sorted by relevance
1...<<11121314151617181920>>...22
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 96 object, instead of editing the existing `VCalendar` in-place. This is a BC
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
| D | firebug.css | 273 .cssProp.editGroup.editing { 289 .cssPropValue.editing + .cssSemi, 294 .cssPropValue.editing {
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 157 object, instead of editing the existing `VCalendar` in-place. This is a BC
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_ca.txt | 115 selectDraft=Select a draft to continue editing:
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 2094 if(panel){if(panel.visible&&!panel.editing){panel.refresh() 2096 }if(panel.editing){invalids.push(panelName) 4575 currentPanel.editing=true; 4581 setClass(panel.panelNode,"editing"); 4582 setClass(target,"editing"); 4583 if(currentGroup){setClass(currentGroup,"editing") 4593 removeClass(currentPanel.panelNode,"editing"); 4594 removeClass(currentTarget,"editing"); 4595 if(currentGroup){removeClass(currentGroup,"editing") 4605 currentPanel.editing=false; [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 2105 if(panel){if(panel.visible&&!panel.editing){panel.refresh() 2107 }if(panel.editing){invalids.push(panelName) 4586 currentPanel.editing=true; 4592 setClass(panel.panelNode,"editing"); 4593 setClass(target,"editing"); 4594 if(currentGroup){setClass(currentGroup,"editing") 4604 removeClass(currentPanel.panelNode,"editing"); 4605 removeClass(currentTarget,"editing"); 4606 if(currentGroup){removeClass(currentGroup,"editing") 4616 currentPanel.editing=false; [all …]
|
| /plugin/addressbook/ |
| D | syntax.php | 18 public $editor = false; # Does user have editing rights for contacts?
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.browse.php | 17 …, shows "edit" links (to /demos/demo.write.php) to allow ID3/APE/etc tag editing on applicable fil…
|
| /plugin/pagemove/ |
| D | admin.php | 643 // Get namespace of document we are editing
|
| /plugin/issuetracker/ |
| D | tablekit.js | 221 //unregister the editing events and cancel any open editors
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 633 - custom appearances for `<meter>` and `<progress>` can be made by editing `classes/meter.php` file
|
| /plugin/database/ |
| D | database.php | 1721 * Displays the form for editing a record 1730 // $p_recordObj has the current db values, $values has the values from the last editing (if they ex…
|
| /plugin/diagramsnet/lib/ |
| D | shortcuts.svg | 4 …Editing Label of Selected Cell</text></g><rect x="222" y="235.5" width="117" height="26" fill="non…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 8727 if (panel.visible && !panel.editing) 8733 // refresh it until editing is done 8734 if (panel.editing) 10298 // if an editable element has been clicked then start editing 10304 // if any other element has been clicked then stop editing 17330 currentPanel.editing = true; 17340 setClass(panel.panelNode, "editing"); 17341 setClass(target, "editing"); 17343 setClass(currentGroup, "editing"); 17366 removeClass(currentPanel.panelNode, "editing"); [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn_loose.js | 1354 // and slower. Copying and editing the code allowed me to make
|
| D | acorn_loose.es.js | 1350 // and slower. Copying and editing the code allowed me to make
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 1389 // We're only editing an existing link, so just overwrite the attributes.
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 1377 // We're only editing an existing link, so just overwrite the attributes.
|
| /plugin/ckgedit/action/ |
| D | edit.php | 674 /* accommodates include plugin's redirect to original page after editing included page */
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 20402 * @fires editing:entered 20403 * @fires editing:exited 20427 * Quit editing tab or esc 20470 * Indicates whether text is in editing mode 20484 * Border color of text object while it's in editing mode 21836 * Enters editing state 21858 this.fire('editing:entered'); 21865 this.canvas.fire('text:editing:entered', { target: this }); 21968 * Exits from editing state 21986 this.fire('editing:exited'); [all …]
|
| D | fabric.min.js | 13 …editing:entered");if(!this.canvas){return this}this.canvas.renderAll();this.canvas.fire("text:edit…
|
| /plugin/discussion/ |
| D | action.php | 394 * @param null|string $edit comment id which the user requested for editing
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Editor.js | 418 // Opens all links in a new window while editing
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 30504 '<div class="djs-direct-editing-parent">' + 30505 '<div class="djs-direct-editing-content" contenteditable="true"></div>' + 30782 '<div class="djs-direct-editing-resize-handle"></div>' 30916 * A direct editing component that allows users 30937 * Register a direct editing provider 30941 * direct editing is available for the given element. 30943 * to receive direct editing updates. 30951 * Returns true if direct editing is currently active 30961 * Cancel direct editing, if it is currently active 31055 * Activate direct editing on the given element [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 2727 //Notify users that editing is disabled within mobile apps (mainly for MS Teams) 6799 // LATER: Click on SVG content to start editing 9056 // Starts editing PlantUML data 9112 // Starts editing Mermaid data 9161 // Overrides function to add editing for Plant UML.
|
1...<<11121314151617181920>>...22