Home
last modified time | relevance | path

Searched refs:access (Results 851 – 874 of 874) sorted by path

1...<<3132333435

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php209 $share->access = DAV\Sharing\Plugin::ACCESS_NOACCESS;
/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/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/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php291 <option value="no-access">Revoke access</option>
316 if (empty($postVars['access'])) {
323 'no-access' => self::ACCESS_NOACCESS,
326 if (!isset($accessMap[$postVars['access']])) {
327 throw new BadRequest('The "access" POST must be readwrite, read or no-access');
331 'access' => $accessMap[$postVars['access']],
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php63 public $access; variable in Sabre\\DAV\\Xml\\Element\\Sharee
127 '{DAV:}share-access' => new ShareAccess($this->access),
194 $sharee->access = $elems['share-access']->getValue();
/plugin/webmaster/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/wideredit/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/wikicalendar/
H A DCOPYING167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/wikistats/
H A DCOPYING167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/wrap/
H A DCOPYING169 access to copy from a designated place, then offering equivalent
170 access to copy the source code from the same place counts as
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm8 the use of that tag for security reasons. Clients would be able to access each
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp27 ' authenticated users can access this file or use some kind of session checking.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc88 <cffunction name="init" access="public" output="false" returnType="void">
112 <cffunction name="flipHorizontal" access="public" output="true" returnType="void" hint="Flip an ima…
119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
126 <cffunction name="flipVertical" access="public" output="true" returntype="void" hint="Flop an image…
133 <cffunction name="scaleWidth" access="public" output="true" returntype="void" hint="Scale an image …
162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
226 <cffunction name="addText" access="public" output="true" returntype="void" hint="Add text to an ima…
238 <cffunction name="watermark" access="public" output="false" returnType="void">
258 <cffunction name="save" access="public" output="false" returnType="void">
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc49 access="public"
59 access="public"
86 access="private"
150 access="private"
175 access="private"
208 access="private"
H A Dlicense.txt196 access to copy from a designated place, then offering equivalent
197 access to copy the source code from the same place counts as
548 If distribution of object code is made by offering access to copy
549 from a designated place, then offering equivalent access to copy the
625 d) If distribution of the work is made by offering access to copy
626 from a designated place, offer equivalent access to copy the above
/plugin/xcom/
H A DREADME.md6 Admin plugin providing access to xmlrpc API.
/plugin/xcom/lang/en/
H A Dhowto.txt74 … another security feature, you can move xcom.ini out of the web server's access. For this, there i…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7253 fs.access(path, fs.constants.F_OK, function (err) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3304 throw new Error("Cannot access file " + path);
/plugin/yalist/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/yourip/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/youtracklinks/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/yuriigantt/
H A DLICENSE50 Some devices are designed to deny users access to install or run
240 used to limit the access or legal rights of the compilation's users
266 conveying of source, or (2) access to copy the
275 d) Convey the object code by offering access from a designated
276 place (gratis or for a charge), and offer equivalent access to the
/plugin/zotero/
H A Dconfig.ini.dist4 ; this key is used to get access to Zotero's RSS feed

1...<<3132333435