Home
last modified time | relevance | path

Searched refs:acl (Results 126 – 148 of 148) sorted by relevance

123456

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php156 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
158 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {
/plugin/ckgdoku/action/
H A Dmeta.php652 $acl = 255;
655 $acl = auth_quickaclcheck($ID);
657 $_SESSION['dwfck_acl'] = $acl;
659 if($this->getConf('openfb') || $acl == 255) {
/plugin/userhomepage/
H A Daction.php229 function acl(&$event, $param) { function in action_plugin_userhomepage
239 $acl = new admin_plugin_acl();
357 $acl->deleteACL($line['where'], $line['who']);
358 $acl->addOrUpdateACL($line['where'], $line['who'], $line['perm']);
/plugin/ckgedit/action/
H A Dmeta.php689 $acl = 255;
692 $acl = auth_quickaclcheck($ID);
694 $_SESSION['dwfck_acl'] = $acl;
696 if($this->getConf('openfb') || $acl == 255) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php154 $acl = isset($_SESSION['dwfck_acl']) ? $_SESSION['dwfck_acl'] : 1;
156 if($open_access || $isadmin || $acl == 255 || ($openbrowser && $acl >= 8)) {
/plugin/pubmed2020/classes/
H A Dcache.php312 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
318 $new_acl = $acl.$p_acl;
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh150 config_file="${dw_path}/conf/acl.auth.php"
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php632 $acl = $this->server->getPlugin('acl');
636 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-query-freebusy');
/plugin/api/
H A DREADME.md11 All requests are made with the `public` permissions (ie [@ALL group](https://www.dokuwiki.org/acl))
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php769 $acl = $this->server->getPlugin('acl');
773 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-send-freebusy');
/plugin/tplmod/
H A Daction.php388 …$acl = (($JSINFO['tmplftacl'] >= 0) && $JSINFO['tmplftacl'] <= $JSINFO['tmplft_aclgen']) ? true: …
389 if(!$acl) return;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php674 $acl = $this->server->getPlugin('acl');
675 if ($acl) {
676 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php642 $acl = $this->server->getPlugin('acl');
643 if ($acl) {
644 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
/plugin/epub/scripts/
H A Depub_utils.php704 $acl = auth_quickaclcheck($id);
705 return $acl;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php116 '{DAV:}acl',
117 '{DAV:}acl-restrictions',
118 '{DAV:}inherited-acl-set',
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php110 '{DAV:}acl',
111 '{DAV:}acl-restrictions',
112 '{DAV:}inherited-acl-set',
/plugin/davcal/
H A Dhelper.php597 $acl = auth_aclcheck($page, $user, $groups);
598 if($acl >= AUTH_READ)
600 $write = $acl > AUTH_READ;
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1acl/pix/group.png) 0px 1px no-repeat;padding:1px 0px 1px 18px;}div#acl_manager .acluser{background…
/plugin/etherpadlite/
H A DREADME.md11 …onfiguration of the etherpad lite server, the plugin will enforce dokuwiki acl permissions for pag…
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php714 public $acl; variable in Google_CalendarService
732 …$this->acl = new Google_AclServiceResource($this, $this->serviceName, 'acl', json_decode('{"method…
H A DGoogle_OrkutService.php860 public $acl; variable in Google_OrkutService
887 …$this->acl = new Google_AclServiceResource($this, $this->serviceName, 'acl', json_decode('{"method…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md102 * #599: Support for `acl-principal-prop-set` ACL `REPORT`.
413 * #646: Nicer HTML output for the `{DAV:}acl` property.
944 * Added: Addressbooks or backends can now specify custom acl rules when creating
1484 * Added: Support for {DAV:}acl-restrictions property from RFC3744.
1681 * Fixed: Bug in serializing {DAV:}acl property.
1683 * Added: deserializer for {DAV:}acl property.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1181 …ill always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?acl= vs ?acl)

123456