Home
last modified time | relevance | path

Searched refs:Action (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php5 use Elastica\Bulk\Action; alias
6 use Elastica\Bulk\Action\AbstractDocument as AbstractDocumentAction;
27 * @var Action[]
100 public function addAction(Action $action): self
108 * @param Action[] $actions
122 * @return Action[]
213 if (Action::isValidOpType($opType)) {
218 $action = new Action($opType, $metadata);
227 throw new InvalidException('Invalid bulk data, should be array of array, Document or Bulk/Action');
H A DClient.php5 use Elastica\Bulk\Action; alias
225 $bulk->addDocuments($docs, Action::OP_TYPE_UPDATE);
353 $bulk->addDocuments($docs, Action::OP_TYPE_DELETE);
473 $action = new Action(Action::OP_TYPE_DELETE);
H A DDocument.php5 use Elastica\Bulk\Action; alias
15 public const OP_TYPE_CREATE = Action::OP_TYPE_CREATE;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponse.php10 * @var Action
22 public function __construct($responseData, Action $action, string $opType)
30 public function getAction(): Action
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DPipeline.php23 protected $actionsType = Action::class;
39 * @param Action[]
46 * @return Action[]
H A DAction.php20 class Action extends \Google\Collection class
381 class_alias(Action::class, 'Google_Service_CloudLifeSciences_Action');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DPipeline.php23 protected $actionsType = Action::class;
39 * @param Action[]
46 * @return Action[]
H A DAction.php20 class Action extends \Google\Collection class
255 class_alias(Action::class, 'Google_Service_Genomics_Action');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveActivity.php23 protected $actionsType = Action::class;
39 * @param Action[]
46 * @return Action[]
H A DAction.php20 class Action extends \Google\Model class
108 class_alias(Action::class, 'Google_Service_DriveActivity_Action');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php3 namespace Elastica\Bulk\Action;
6 use Elastica\Bulk\Action; alias
10 abstract class AbstractDocument extends Action
H A DCreateDocument.php3 namespace Elastica\Bulk\Action;
H A DDeleteDocument.php3 namespace Elastica\Bulk\Action;
H A DIndexDocument.php3 namespace Elastica\Bulk\Action;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php5 use Elastica\Bulk\Action; alias
23 public function getAction(): Action
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js24 return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled(); class
718 this.put('insertLink', new Action(mxResources.get('link') + '...', function()
1760 return this.put(key, new Action(title, funct, enabled, iconCls, shortcut));
1784 function Action(label, funct, enabled, iconCls, shortcut)
1796 mxUtils.extend(Action, mxEventSource);
1801 Action.prototype.createFunction = function(funct)
1809 Action.prototype.setEnabled = function(value)
1821 Action.prototype.isEnabled = function()
1829 Action.prototype.setToggleAction = function(value)
1837 Action.prototype.setSelectedCallback = function(funct)
[all …]
/plugin/actionlink/
H A DREADME.md2 Action link plugin for DokuWiki.
H A Dplugin.info.txt5 name Action Link plugin
/plugin/securelogin/lang/ru/
H A Dneedpatch.txt2 …2224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers aro…
/plugin/passpolicy/
H A Daction.php3 use dokuwiki\Action\Exception\ActionException;
4 use dokuwiki\Action\Resendpwd;
/plugin/securelogin/lang/cs/
H A Dneedpatch.txt2 …2224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers pro…
/plugin/securelogin/lang/de/
H A Dneedpatch.txt2 …2224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers aro…
/plugin/securelogin/lang/en/
H A Dneedpatch.txt2 …2224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers aro…
/plugin/securelogin/lang/fr/
H A Dneedpatch.txt2 …224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php;|Action Event wrappers aro…
/plugin/archiveupload/
H A DREADME1 ArchiveUpload Action Plugin for DokuWiki

123456