Searched refs:isAllowed (Results 1 – 14 of 14) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
D | fckcommands.py | 136 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/ |
D | load-original-sources.js | 88 var isAllowed = isAllowedResource(uri, true, loadContext.inline); 97 } else if (!isAllowed) { 112 var isAllowed = isAllowedResource(relativeUri, false, loadContext.inline); 118 } else if (!isAllowed) {
|
D | apply-source-maps.js | 140 var isAllowed = isAllowedResource(uri, true, applyContext.inline); 149 } else if (!isAllowed) { 165 var isAllowed = isAllowedResource(uri, false, applyContext.inline); 171 } else if (!isAllowed) {
|
D | read-sources.js | 215 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/ |
D | AllowedListDiscovery.php | 81 protected function isAllowed($name) function in CAS_ServiceBaseUrl_AllowedListDiscovery 142 if ($this->isAllowed($result)) {
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/ |
D | connector.py | 643 isAllowed = False 645 isAllowed = True 648 isAllowed = True 650 isAllowed = False 653 isAllowed = True 655 if (isAllowed):
|
/plugin/gallery/script/ |
D | prosemirror.js | 382 …var isAllowed = window.Prosemirror.commands.setBlockTypeNoAttrCheck(schema.nodes.dwplugin_gallery)… 383 if (!isAllowed) {
|
/plugin/fedauth/Auth/OpenID/ |
D | Association.php | 586 function isAllowed($assoc_type, $session_type) function in Auth_OpenID_SessionNegotiator
|
D | Server.php | 1727 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
|
D | Consumer.php | 1492 } else if (!$this->negotiator->isAllowed($assoc_type,
|
/plugin/openid/Auth/OpenID/ |
D | Association.php | 607 function isAllowed($assoc_type, $session_type) function in Auth_OpenID_SessionNegotiator
|
D | Server.php | 1953 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
|
D | Consumer.php | 1582 } else if (!$this->negotiator->isAllowed($assoc_type,
|
/plugin/davcal/fullcalendar-3.10.5/ |
D | fullcalendar.js | 11612 var isAllowed = true; 11619 isAllowed = meta.eventProps ? // isEvent? 11624 isAllowed = false; 11628 isAllowed = false; 11630 if (!isAllowed) { 11830 var isAllowed = true; 11840 … isAllowed = component.isEventInstanceGroupAllowed(mutatedEventInstanceGroup); 11843 isAllowed = false; 11847 isAllowed = false; 11849 if (!isAllowed) { [all …]
|