Home
last modified time | relevance | path

Searched refs:actions (Results 51 – 75 of 693) sorted by relevance

12345678910>>...28

/plugin/openlayersmapoverlays/
H A DREADME.md18 …openlayersmapoverlays/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plug…
/plugin/diagramsnet/lib/plugins/
H A Dpage.js10 ui.actions.addAction('page', function()
67 ui.actions.addAction('place', function()
H A Dtext.js10 ui.actions.addAction('extractText', function()
H A Drandom.js14 ui.actions.addAction('randomLabel', function()
66 ui.actions.addAction('swapChildren', function()
164 ui.actions.addAction('placeChildren', function()
389 ui.actions.addAction('reorderChildren', function()
/plugin/yalist/
H A DREADME.md22 …mprins/dokuwiki-yalist-plugin/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuw…
/plugin/shortcutkey/
H A Dplugin.info.txt6 desc Add shortcut keys to dokuwiki actions
/plugin/actionrenderer/
H A Dplugin.info.txt6 desc Allow overwriting default XHTML render actions
/plugin/components/
H A Dplugin.info.txt6 desc Easily defining new actions and AJAX functions
/plugin/dokusioc/
H A DREADME.md19 …ins/dokuwiki-plugin-dokusioc/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwi…
/plugin/forcessllogin/
H A Dplugin.info.txt6 desc Enforce SSL for selected actions. Optionally show a splash page with information on certific…
H A Daction.php32 $acts = explode(',',$this->getConf('actions'));
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/openas/
H A Dsyntax.php44 $actions = array('SaveAS' => 'save', 'MoveTO' => 'delete');
74 $action = $actions[$type];
/plugin/spatialhelper/
H A DREADME.md13 [![CI](https://github.com/mprins/dokuwiki-plugin-spatialhelper/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plugin-spatialhelper/actions/workflows/CI.yml)
/plugin/geotag/
H A DREADME.md12 [![CI](https://github.com/mprins/dokuwiki-plugin-geotag/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plugin-geotag/actions/workflows/CI.yml)
/plugin/diagramsnet/lib/plugins/webcola/
H A Dwebcola.js14 ui.actions.addAction('webColaLayout', function()
/plugin/tagging/lang/fr/
H A Dintro.txt3 Cette page liste toutes les étiquettes utilisées dans votre wiki. Vous pouvez filtrer et trier la liste et utiliser des actions pour renommer ou supprimer une étiquette. Cliquez sur une étiquette pour visualiser la liste des pages où elle est utilisée.
/plugin/loglog/
H A Daction.php256 $actions = $INPUT->post->arr('fn');
257 foreach ($actions as $action => $extensions) {
/plugin/geophp/
H A DREADME.md15 [![CI](https://github.com/mprins/dokuwiki-plugin-geophp/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plugin-geophp/actions/workflows/CI.yml)
/plugin/openlayersmap/
H A DREADME.md17 [![CI](https://github.com/mprins/dokuwiki-plugin-openlayersmap/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plugin-openlayersmap/actions/workflows/CI.yml)
/plugin/git/
H A Dplugin.info.txt6 desc THis plugin allows you to perform GIT actions. It allows, amongst other things to commit cha…
/plugin/davcal/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc68 'actions' => array(
83 actions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDataplex.php245 'actions',
249 'path' => 'v1/{+parent}/actions',
859 'actions',
863 'path' => 'v1/{+parent}/actions',
1013 'actions',
1017 'path' => 'v1/{+parent}/actions',
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js72 ui.actions.addAction('selectChildren', function()
94 ui.actions.addAction('selectSiblings', function()
121 ui.actions.addAction('selectParent', function()
135 ui.actions.addAction('selectSubtree', function()
792 ui.actions.get('selectParent').funct();
831 var altShiftActions = {88: ui.actions.get('selectChildren'), // Alt+Shift+X
832 84: ui.actions.get('selectSubtree'), // Alt+Shift+T
833 80: ui.actions.get('selectParent'), // Alt+Shift+P
834 83: ui.actions.get('selectSiblings')} // Alt+Shift+S

12345678910>>...28