Home
last modified time | relevance | path

Searched refs:isAllowed (Results 1 – 14 of 14) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dfckcommands.py136 isAllowed = False
138 isAllowed = True
141 isAllowed = True
143 isAllowed = False
146 isAllowed = True
148 if (isAllowed):
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dload-original-sources.js88 var isAllowed = isAllowedResource(uri, true, loadContext.inline);
97 } else if (!isAllowed) {
112 var isAllowed = isAllowedResource(relativeUri, false, loadContext.inline);
118 } else if (!isAllowed) {
Dapply-source-maps.js140 var isAllowed = isAllowedResource(uri, true, applyContext.inline);
149 } else if (!isAllowed) {
165 var isAllowed = isAllowedResource(uri, false, applyContext.inline);
171 } else if (!isAllowed) {
Dread-sources.js215 var isAllowed = isAllowedResource(uri, true, inlinerContext.inline);
238 } else if (!isAllowed && inlinerContext.afterContent) {
242 } else if (!isAllowed) {
291 var isAllowed = isAllowedResource(uri, false, inlinerContext.inline);
299 } else if (!isAllowed && inlinerContext.afterContent) {
303 } else if (!isAllowed) {
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/
DAllowedListDiscovery.php81 protected function isAllowed($name) function in CAS_ServiceBaseUrl_AllowedListDiscovery
142 if ($this->isAllowed($result)) {
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/
Dconnector.py643 isAllowed = False
645 isAllowed = True
648 isAllowed = True
650 isAllowed = False
653 isAllowed = True
655 if (isAllowed):
/plugin/gallery/script/
Dprosemirror.js382 …var isAllowed = window.Prosemirror.commands.setBlockTypeNoAttrCheck(schema.nodes.dwplugin_gallery)…
383 if (!isAllowed) {
/plugin/fedauth/Auth/OpenID/
DAssociation.php586 function isAllowed($assoc_type, $session_type) function in Auth_OpenID_SessionNegotiator
DServer.php1727 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
DConsumer.php1492 } else if (!$this->negotiator->isAllowed($assoc_type,
/plugin/openid/Auth/OpenID/
DAssociation.php607 function isAllowed($assoc_type, $session_type) function in Auth_OpenID_SessionNegotiator
DServer.php1953 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
DConsumer.php1582 } else if (!$this->negotiator->isAllowed($assoc_type,
/plugin/davcal/fullcalendar-3.10.5/
Dfullcalendar.js11612 var isAllowed = true;
11619 isAllowed = meta.eventProps ? // isEvent?
11624 isAllowed = false;
11628 isAllowed = false;
11630 if (!isAllowed) {
11830 var isAllowed = true;
11840isAllowed = component.isEventInstanceGroupAllowed(mutatedEventInstanceGroup);
11843 isAllowed = false;
11847 isAllowed = false;
11849 if (!isAllowed) {
[all …]