Home
last modified time | relevance | path

Searched refs:actions (Results 76 – 100 of 693) sorted by relevance

12345678910>>...28

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php66 $server->on('browserButtonActions', function($path, $node, &$actions) {
68 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/sidebarng/
H A Daction.php192 …$actions = array('admin', 'edit', 'history', 'recent', 'backlink', 'subscribe', 'subscribens', 'in…
197 foreach($actions as $action) {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md3 …onie/constant_time_encoding/actions/workflows/ci.yml/badge.svg)](https://github.com/paragonie/cons…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java338 List<Action> actions = new ArrayList<Action>(); in encode() local
339 actions.add(BasicAction.STOP); in encode()
340 actions.add(BasicAction.END); in encode()
341 DoAction doAction = new DoAction(actions); in encode()
/plugin/disableactionsbygroup/
H A DREADME3 Prevent actions by user group
/plugin/revealjs/css/theme/template/
H A Dsettings.scss33 // Links and actions
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js135 var action = ui.actions.addAction('record...', function()
169 ui.actions.addAction('replay...', function()
H A Danonymize.js40 editorUi.actions.addAction('anonymizeCurrentPage', function()
H A Dflow.js67 ui.actions.addAction('toggleFlow', function()
H A DcConf-1-4-8.js70 var renameAction = ui.actions.get("rename");
142 ui.actions.get('mathematicalTypesetting').funct = function()
1035 ui.actions.addAction('support...', function()
1126 ui.actions.addAction('shapes...', mxUtils.bind(this, function()
1768 var origSaveAction = ui.actions.get('save').funct;
1770 ui.actions.get('save').funct = function(exit)
/plugin/structodt/
H A Dscript.js39 $me.append('<th class="actionodt">' + LANG.plugins.struct.actions + '</th>');
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js611 ui.actions.get('formatPanel').funct();
1904 ui.actions.get('toFront').funct();
1914 ui.actions.get('toBack').funct();
1927 ui.actions.get('bringForward').funct();
1969 ui.actions.get('group').funct();
1983 ui.actions.get('ungroup').funct();
2004 ui.actions.get('copySize').funct(evt);
2339 ui.actions.get('turn').funct(evt);
2490 ui.actions.get('autosize').funct();
6609 ui.actions.get('pageView').funct();
[all …]
H A DActions.js10 this.actions = new Object();
44 ui.actions.get('resetView').funct();
49 ui.actions.get((graph.pageVisible) ? 'fitPage' : 'fitWindow').funct();
58 ui.actions.get('smartFit').funct();
715 ui.actions.get('image').funct();
1520 var rmWaypointAction = ui.actions.get('removeWaypoint');
1768 this.actions[name] = action;
1778 return this.actions[name];
/plugin/markdownextra/lib/meltdown/
H A DREADME.md4 A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions. …
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js245 ui.actions.addAction('selectChildren', function()
267 ui.actions.addAction('selectSiblings', function()
294 ui.actions.addAction('selectParent', function()
308 ui.actions.addAction('selectDescendants', function(trigger, evt)
1044 ui.actions.get('selectParent').funct();
1083 var altShiftActions = {88: ui.actions.get('selectChildren'), // Alt+Shift+X
1084 84: ui.actions.get('selectSubtree'), // Alt+Shift+T
1085 80: ui.actions.get('selectParent'), // Alt+Shift+P
1086 83: ui.actions.get('selectSiblings')} // Alt+Shift+S
H A DEditorUi.js3863 this.actions.get('shapes').funct();
7153 if (link.actions != null)
7157 var action = link.actions[i];
11644 if (this.actions.layersWindow == null)
11646 this.actions.get('layers').funct();
11904 this.actions.get('exit').funct();
11943 this.actions.get('exit').funct();
12075 this.actions.get('exit').funct();
12762 this.actions.get('save').funct();
12796 this.actions.get('exit').funct();
[all …]
/plugin/denyactions/
H A DREADME3 Prevent actions
/plugin/shortcutkey/
H A DREADME3 Add shortcut keys to dokuwiki actions
/plugin/actionrenderer/
H A DREADME3 Allow overwriting default XHTML render actions
/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.min.css1 …fb-comments .lg-toolbar{right:420px;width:auto}.lg-outer.fb-comments .lg-actions .lg-next{right:42…
H A Dlightgallery.css24 .lg-actions .lg-next, .lg-actions .lg-prev {
37 .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
41 .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
44 .lg-actions .lg-next {
47 .lg-actions .lg-next:before {
50 .lg-actions .lg-prev {
53 .lg-actions .lg-prev:after {
H A Dlightgallery.min.css1actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#99…
H A Dlg-fb-comment-box.css32 .lg-outer.fb-comments .lg-actions .lg-next {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js757 var actions = this.command.type;
780 if (command.type === actions.add) {
783 else if (command.type === actions.remove) {
788 else if (command.type === actions.update) {
797 else if (command.type === actions.move) {
/plugin/struct/script/
H A DAggregationEditor.js34 $me.append('<th class="action">' + LANG.plugins.struct.actions + '</th>');

12345678910>>...28