Home
last modified time | relevance | path

Searched refs:actionName (Results 1 – 12 of 12) sorted by relevance

/plugin/extranet/
Daction.php221 protected function isConfiguredActionDisabled(string $actionName): bool argument
223 $actionName = strtolower(trim($actionName));
224 if ($actionName === '') return false;
232 return in_array($actionName, $actions, true);
235 protected function isRestrictedPageActionDisabled(string $actionName): bool argument
237 $actionName = strtolower(trim($actionName));
238 if ($actionName === '') return false;
246 if (!in_array($actionName, $actions, true)) return false;
254 $actionName = (string)$event->data;
255 …if ($this->isConfiguredActionDisabled($actionName) || $this->isRestrictedPageActionDisabled($actio…
/plugin/combo/action/
H A Ddocustom.php208 private function isComboDoAction($actionName): bool argument
210 return strpos($actionName, self::DO_PREFIX) === 0;
213 private function getFetcherNameFromAction($actionName) argument
215 return substr($actionName, strlen(self::DO_PREFIX));
/plugin/pagesicon/
H A Daction.php55 private function isActionDisabled(string $actionName): bool { argument
62 $actionName = strtolower(trim($actionName));
63 if ($actionName === '') return false;
65 return in_array($actionName, $disabled, true);
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php101 $actionName = FetcherAppPages::class . "::tpl_content_core";
102 \dokuwiki\Extension\Event::createAndTrigger('TPL_ACT_RENDER', $ACT, $actionName);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js197actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:Sta… property
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js34actionName:"replace-with-none-start",className:"bpmn-icon-start-event-none",target:{type:"bpmn:Sta… property
Dbpmn-modeler.development.js34277 actionName: 'replace-with-none-start', property
34285 actionName: 'replace-with-none-intermediate-throwing', property
34293 actionName: 'replace-with-none-end', property
34301 actionName: 'replace-with-message-start', property
34310 actionName: 'replace-with-timer-start', property
34319 actionName: 'replace-with-conditional-start', property
34328 actionName: 'replace-with-signal-start', property
34340 actionName: 'replace-with-none-start', property
34348 actionName: 'replace-with-none-intermediate-throwing', property
34356 actionName: 'replace-with-none-end', property
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.js16831 on: function on(actionName, handler, scope) {
16834 if (ah[actionName]) {
16835 throw new Error("There is already an actionName called \"".concat(actionName, "\""));
16838 ah[actionName] = [handler, scope];
16840 send: function send(actionName, data, transfers) {
16844 action: actionName,
16849 sendWithPromise: function sendWithPromise(actionName, data, transfers) {
16854 action: actionName,
16869 sendWithStream: function sendWithStream(actionName, data, queueingStrategy, transfers) {
16887 action: actionName,
Dpdf.worker.js14409 var actionName = actionType.name;
14411 switch (actionName) {
14499 … (0, _util.warn)("parseDestDictionary: unsupported action type \"".concat(actionName, "\"."));
55605 on: function on(actionName, handler, scope) {
55608 if (ah[actionName]) {
55609 throw new Error("There is already an actionName called \"".concat(actionName, "\""));
55612 ah[actionName] = [handler, scope];
55614 send: function send(actionName, data, transfers) {
55618 action: actionName,
55623 sendWithPromise: function sendWithPromise(actionName, data, transfers) {
[all …]
Dpdf.js.map1actionName, handler, scope) {\n var ah = this.actionHandler;\n if (ah[actionName]) {\n …
Dpdf.worker.js.map1actionName","addDefaultProtocolToUrl","urlDict","remoteDest","JSON","namedAction","jsAction","URL_…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js191actionName:"replace-with-empty-decision",className:"dmn-icon-clear",target:{type:"dmn:Decision",ta… property