Home
last modified time | relevance | path

Searched refs:access (Results 26 – 50 of 874) sorted by relevance

12345678910>>...35

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php111 public function setAccess(Access $access) argument
113 $this->access = $access;
120 return $this->access;
/plugin/htmlokay/
H A Dscript.js42 function get_access_array_htmlOKay(access) { argument
44 var a_array = access.split(";;");
77 var access = data[1];
79 var access_array = get_access_array_htmlOKay(access);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.protobuf.js6 …sint64","string","uint32","uint64"];brush.push(types,{klass:'type'});var access=["optional","requi…
7 brush.push(access,{klass:'access'});brush.push(Syntax.lib.camelCaseType);brush.push({pattern:/\s+(\…
H A Djquery.syntax.brush.java.js5access=["private","protected","public","package"];var types=["void","byte","short","int","long","f…
H A Djquery.syntax.brush.php-script.js5access=["private","protected","public"];var operators=["+","*","/","-","&","|","~","!","%","<","="…
H A Djquery.syntax.brush.csharp.js5access=["public","private","internal","protected"];var types=["object","bool","byte","fixed","floa…
H A Djquery.syntax.brush.basic.js5access=["Public","Protected","Private","Shared","Friend","Shadows","MustInherit","NotInheritable",…
H A Djquery.syntax.brush.ocaml.js5 …,"|)","(*","*)","in"];var values=["true","false"];var access=["private","public"];brush.push(acces…
H A Djquery.syntax.brush.clang.js5 …emplate","class","const_cast","inline","throw","virtual","IBOutlet"];var access=["@private","@prot…
6 …s,{klass:'keyword'});brush.push(operators,{klass:'operator'});brush.push(access,{klass:'access'});…
H A Djquery.syntax.brush.ruby.js5 …alues=["self","super","true","false","nil"];var access=["private","protected","public"];brush.push…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/webcomponent/action/
H A Djs.php66 $access = $_GET[self::ACCESS];
67 if ($access == self::PUBLIC) {
/plugin/htmlokay/lang/en/
H A Dselection.txt1 Use this page to set HTML access policies for users and groups.
6 The directory ''htmlOKay/conf/access'' must be writable by Dokuwiki.
/plugin/superacl/lang/en/
H A Dhelp.txt11 In the table below all currently set access control rules are shown.
15 you to fully understand how access control works in DokuWiki.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php85 … $access = array_key_exists('{' . Plugin::NS_CALENDARSERVER . '}read-write', $sharee)
92 'access' => $access,
/plugin/combo/action/
H A Djs.php80 $access = $_GET[self::ACCESS_PROPERTY_KEY] ?? null;
81 if ($access == self::ACCESS_PROPERTY_VALUE_PUBLIC) {
/plugin/struct/meta/
H A DCSVImporter.php196 // data access will handle multivalues, no need to manipulate them here
223 $access = AccessTable::getSerialAccess($table, $pid);
225 $access = AccessTable::getGlobalAccess($table);
227 $helper->saveLookupData($access, $data);
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 …e, backup and integration makes it an administrator's favorite. Built in access controls and authe…
66 …e, backup and integration makes it an administrator's favorite. Built in access controls and authe…
76 …e, backup and integration makes it an administrator's favorite. Built in access controls and authe…
86 …e, backup and integration makes it an administrator's favorite. Built in access controls and authe…
96 …e, backup and integration makes it an administrator's favorite. Built in access controls and authe…
/plugin/showlogin2/
H A DREADME.md5 This plugin shows the login dialog if you try to access a page you do not have rights for in case y…
7 …rg/plugin:showlogin). This plugin shows the login dialog instead of the „access denied“ message, n…
/plugin/iptrust2/
H A DREADME.md12 Public access is only granted for those pages, who have ```read```-privileges in the ```@ALL``` gro…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst10access-type="public_method" discriminator-field-name="type" discriminator-disabled="false" read-on…
29 access-type="public_method"
64 access-type="public_method"
83 access-type="public_method"
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php79 if ($sharee->access === DAV\Sharing\Plugin::ACCESS_SHAREDOWNER) {
100 switch ($sharee->access) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst60 The access to the annotations happens by reflection of the class
63 access the annotations of a class. A common one is
79 A reader has multiple methods to access the annotations
/plugin/structpublish/meta/
H A DRevision.php225 $access = new AccessTableStructpublish($schema, $pid, 0, $rid);
226 $access->setPublished($this->published);
227 $access->saveData($data);

12345678910>>...35