Home
last modified time | relevance | path

Searched refs:permissions (Results 151 – 175 of 870) sorted by relevance

12345678910>>...35

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php131 $permissions = 0777 ;
134 $permissions = $Config['ChmodOnFolderCreate'] ;
138 mkdir( $folderPath, $permissions ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php129 $permissions = 0777 ;
132 $permissions = $Config['ChmodOnFolderCreate'] ;
136 mkdir( $folderPath, $permissions ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php131 $permissions = 0777 ;
134 $permissions = $Config['ChmodOnFolderCreate'] ;
138 mkdir( $folderPath, $permissions ) ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DObjects.php446 * @param string|array $permissions Permissions to test.
455 public function testIamPermissions($bucket, $object, $permissions, $optParams = []) argument
457 $params = ['bucket' => $bucket, 'object' => $object, 'permissions' => $permissions];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php715 public function setPermissions($permissions) argument
717 $this->permissions = $permissions;
724 return $this->permissions;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCache.SerializerPermissions.txt
/plugin/translate/lang/en/
H A Dnewtrans.txt3 You've followed a link to a translation that doesn't exist yet. If permissions allow, you may creat…
/plugin/showlinkpermission/
H A Dplugin.info.txt6 desc Changes the color of internal link if the user has no read permissions
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css14 * See the License for the specific language governing permissions and
67 * See the License for the specific language governing permissions and
85 * See the License for the specific language governing permissions and
103 * See the License for the specific language governing permissions and
418 * See the License for the specific language governing permissions and
472 * See the License for the specific language governing permissions and
490 * See the License for the specific language governing permissions and
508 * See the License for the specific language governing permissions and
1813 See the License for the specific language governing permissions and
1870 See the License for the specific language governing permissions and
[all …]
/plugin/permissioninfo/
H A Dplugin.info.txt6 desc Displays group and user information and the permissions of users and groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php69 public $permissions; variable in Google\\Service\\Drive
777 'permissions',
781 'path' => 'files/{fileId}/permissions',
823 'path' => 'files/{fileId}/permissions/{permissionId}',
850 'path' => 'files/{fileId}/permissions/{permissionId}',
877 'path' => 'files/{fileId}/permissions',
911 'path' => 'files/{fileId}/permissions/{permissionId}',
H A DIam.php49 public $permissions; variable in Google\\Service\\Iam
271 'permissions',
275 'path' => 'v1/permissions:queryTestablePermissions',
/plugin/aichat/lang/en/
H A Dprompt_noanswer.txt
/plugin/mdpage/
H A DLICENSE.Apache-2.012 See the License for the specific language governing permissions and
/plugin/elwikiupgrade/lang/fr/
H A Dstep0.txt3 …en écriture sur les fichiers de DokuWiki. Cette extension contrôle les permissions avant le début …
/plugin/upgrade/lang/fr/
H A Dstep0.txt3 Pour rendre la mise à jour automatique possible, PHP doit avoir les droits en écriture sur les fichiers de DokuWiki. Ce greffon contrôle les permissions avant le début du processus de mise à jour.
/plugin/catlist/
H A DREADME.md15 The plugin directly scans the file system for pages, and does not use the tree-walking DokuWiki primitive. DokuWiki permissions should be respected, but there is *no absolute guarantee*, as there may be unexplored corner cases. Use with care.
/plugin/webexteamsnotifier/
H A DREADME.md19 Set the right permissions for your webserver.
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A DLICENSE12 See the License for the specific language governing permissions and
/plugin/tagfilter/script/select2/
H A DLICENSE18 permissions and limitations under the Apache License and the GPL License.
/plugin/gtime/
H A DREADME31 * See the License for the specific language governing permissions and
/plugin/note/
H A DCHANGES.md13 * Fixed file-permissions
/plugin/etherpadlite/
H A DREADME.md11 …tion of the etherpad lite server, the plugin will enforce dokuwiki acl permissions for pages onto …
19 * mapping of dokuwiki permissions
42 To ensure pad permissions and cleanup, I recommend the following etherpad lite settings. They ensur…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DNOTICE13 See the License for the specific language governing permissions and
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md79 The directory must have write permissions (mode `775` is recommended) for users using mPDF
92 By default, the temporary directory will be inside vendor directory and will have write permissions from

12345678910>>...35