Home
last modified time | relevance | path

Searched refs:action (Results 151 – 175 of 794) sorted by last modified time

12345678910>>...32

/plugin/prosemirror/action/
H A Dajax.php33 * [Custom event handler which performs action]
54 foreach ($INPUT->arr('actions') as $action) {
55 switch ($action) {
59 $responseData[$action] = $this->resolveInternalLink($inner, $ID);
66 $responseData[$action] = $this->resolveInterWikiLink($shortcut, $reference);
72 $responseData[$action] = [
88 $responseData[$action] = [];
89 $responseData[$action]['data-resolvedImage'] = LinkNode::resolveImageTitle(
103 $responseData[$action] = \dokuwiki\plugin\prosemirror\parser\RSSNode::renderAttrsToHTML($attrs);
108 dbglog('Unknown action
[all...]
/plugin/blogtng/helper/
H A Dentry.php1068 list($item,$action) = explode('_', $current, 2);
1069 $open_wraps[$item] += ($action == 'open' ? 1 : -1);
1208 $action = 'edit';
1213 $action = 'create';
1221 html_btn($action, $id, '', $params, 'post').DOKU_LF.
/plugin/fastwiki/
H A Dscript.js40 // plugin_fastwiki_marker was added by the action plugin. It makes it possible to find the main content area regardless of the template used.
62 * Find supported action links (do=???) and references to the current page, and turn them into AJAX requests.
77 // Intercept all action (do=) urls, switching them to AJAX.
382 * Change the current body class to represent the given action.
385 * @param {String} action - The new page action.
388 function _setBodyClass(action, target) { argument
391 m_modeClassElt.addClass('mode_'+action);
587 * Perform a standard partial AJAX action (edit, history, etc).
592 function _action(action, param argument
[all...]
H A Dtemplates.js11 return '<a href="' + url + '" class="action show" accesskey="v" rel="nofollow" title="' + JSINFO.fastwiki.text_btn_show + ' [V]"><span>' + JSINFO.fastwiki.text_btn_show + '</span></a>';
14 // Add a "show" link for templates which have a <ul> list of action links.
32 var url = $('form.button', allButtons)[0].action;
33 showBtnHtml = '<form class="button btn_show" method="get" action="' + url + '"><div class="no"><input type="hidden" name="do" value=""><input type="submit" value="' + JSINFO.fastwiki.text_btn_show + '" class="button" accesskey="v" title="' + JSINFO.fastwiki.text_btn_show + ' [V]"></div></form>';
50 // Only show is supported as a start mode, because otherwise, we'd have to add pagetools for each action and check for actions being allowed.
125 m_editRow = $('.action.edit', toolbox).parent();
/plugin/edittable/lib/
H A Dhandsontable.full.js14205 alter: function alter(action, index, amount, source, keepEmptyRows) {
14231 switch (action) {
14328 throw new Error('There is no such action "' + action + '"');
16000 this.alter = function (action, index, amount, source, keepEmptyRows) {
16001 grid.alter(action, index, amount, source, keepEmptyRows);
31429 jQuery.fn.handsontable = function (action) {
31434 if (typeof action !== 'string') {
31435 var userSettings = action || {};
31459 if (typeof instance[action] !== 'undefined') {
31460 output = instance[action].apply(instance, args);
[all …]
/plugin/edittable/
H A Ddeleted.files19 action.php
/plugin/s5/ui/default/
H A Dslides.js207 function showHide(action) { argument
209 switch (action) {
/plugin/s5/ui/dokuwiki/
H A Dslides.js206 function showHide(action) { argument
208 switch (action) {
/plugin/pageredirect/
H A Dsyntax.php125 /** @var action_plugin_pageredirect $action */
126 $action = plugin_load('action', 'pageredirect');
127 $EVENT_HANDLER->register_hook('TPL_ACT_RENDER', 'AFTER', $action, 'handle_dokuwiki_started');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DIndexDocument.php30 protected function _getMetadata(AbstractUpdateAction $action): array argument
32 return $action->getOptions([
H A DDeleteDocument.php17 protected function _getMetadata(AbstractUpdateAction $action): array argument
19 return $action->getOptions([
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponse.php22 public function __construct($responseData, Action $action, string $opType) argument
26 $this->_action = $action;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php473 $action = new Action(Action::OP_TYPE_DELETE);
474 $action->setId($id);
477 $action->setRouting($routing);
480 $bulk->addAction($action);
H A DBulk.php50 foreach ($this->getActions() as $action) {
51 $data .= (string) $action;
100 public function addAction(Action $action): self
102 $this->_actions[] = $action;
114 foreach ($actions as $action) {
115 $this->addAction($action);
134 $action = AbstractDocumentAction::create($document, $opType);
136 return $this->addAction($action);
158 $action = AbstractDocumentAction::create($script, $opType);
160 return $this->addAction($action);
98 addAction(Action $action) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php174 * Builds the action path url for each request.
178 $action = $request->getPath();
179 if ($action) {
180 $action = '/'.\ltrim($action, '/');
183 if (!Util::isDateMathEscaped($action)) {
184 $action = Util::escapeDateMath($action);
190 $action .= '?'.\http_build_query(
195 return $action;
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc42 $params['action_id'] = (list) A comma-separated list of the action ids to be acked
H A DMonitoringNamespace.asciidoc36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
74 in PHP, the process is similar. You first create an action array object (for
H A Dfutures.asciidoc276 will have to take action appropriately.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc8 'action.auto_create_index' => 'twitter,index10,-index1*,+ind*',
16 'action.auto_create_index' => 'false',
24 'action.auto_create_index' => 'true',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh19 # - Added action.destructive_requires_name=false as the default will be true in v8
43 --env action.destructive_requires_name=false
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
873 $params['pipeline'] = (string) Ingest pipeline to set on index requests made by this action. (default: none)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md120 * Simplified github action matrix for continuous integration workflow by @deguif [#2025](https://github.com/ruflin/Elastica/pull/2025)
218 * Run coding styles check on github action [#1878](https://github.com/ruflin/Elastica/pull/1878)
219 * Run unit tests on github action [#1882](https://github.com/ruflin/Elastica/pull/1882)
220 * Run functional tests on github action [#1885](https://github.com/ruflin/Elastica/pull/1885)
/plugin/structnotification/
H A Dadmin.php54 if ($INPUT->str('action') && $INPUT->arr('predicate') && checkSecurityToken()) {
56 if ($INPUT->str('action') === 'add') {
64 } elseif($INPUT->str('action') === 'delete') {
67 } elseif($INPUT->str('action') === 'update') {
155 'action' => 'delete',
171 protected function form($action='add') argument
207 $form->addButton('action', $this->getLang($action))->val($action);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md67 …-plugin-wsc/issues/52) Fixed: Clicking "Finish Checking" without a prior action would hang the Spe…
1462 * [#10912](https://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-edi…

12345678910>>...32