Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf8 tar application/x-gtar
11 zip application/zip
12 rar application/rar
13 pdf application/pdf
15 doc application/msword
16 xls application/msexcel
18 rtf application/msword
24 sxw application/soffice
25 sxc application/soffice
26 sxi application/soffice
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedPrivileges.php31 protected $application; variable in Elasticsearch\\Endpoints\\Security\\ClearCachedPrivileges
35 $application = $this->application ?? null;
37 if (isset($application)) {
38 return "/_security/privilege/$application/_clear_cache";
55 public function setApplication($application): ClearCachedPrivileges argument
57 if (isset($application) !== true) {
60 if (is_array($application) === true) {
61 $application = implode(",", $application);
[all...]
H A DGetPrivileges.php30 protected $application; variable in Elasticsearch\\Endpoints\\Security\\GetPrivileges
35 $application = $this->application ?? null;
38 if (isset($application) && isset($name)) {
39 return "/_security/privilege/$application/$name";
41 if (isset($application)) {
42 return "/_security/privilege/$application";
59 public function setApplication($application): GetPrivileges argument
61 if (isset($application) !== true) {
64 $this->application
[all...]
H A DDeletePrivileges.php31 protected $application; variable in Elasticsearch\\Endpoints\\Security\\DeletePrivileges
36 $application = $this->application ?? null;
39 if (isset($application) && isset($name)) {
40 return "/_security/privilege/$application/$name";
57 public function setApplication($application): DeletePrivileges argument
59 if (isset($application) !== true) {
62 $this->application = $application;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DSession.php88 public function setApplication(Application $application) argument
90 $this->application = $application;
97 return $this->application;
H A DDataSource.php53 public function setApplication(Application $application) argument
55 $this->application = $application;
62 return $this->application;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md38 [application default credentials][application default credentials] for PHP.
44 and authorization level for the application independent of the user. This is
46 you're building an application that uses Google Compute Engine.
85 // specify the path to your application credentials
128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
138 // specify the path to your application credentials
219 and your application occupies the `Authorization` request header,
223 the Authorization header to your application without processing the content.
232 // specify the path to your application credentials
247 'auth' => ['username', 'pass'], // auth option handled by your application
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHeroku.php113 return array('Accept' => 'application/vnd.heroku+json; version=3');
121 return array('Accept' => 'application/vnd.heroku+json; version=3', 'Content-Type' => 'application/json');
H A DGitHub.php196 return ['Accept' => 'application/json'];
206 return ['Accept' => 'application/vnd.github.v3+json'];
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm35 // the root of the application or the FCKeditor directory in the URL is a virtual directory
134 <cfif isDefined("application.userFilesPath")>
136 <cflock scope="application" type="readonly" timeout="5">
137 <cfset config.userFilesPath = application.userFilesPath>
148 <!--- look for config struct in application and server scopes --->
149 <cfif isDefined("application.FCKeditor") and isStruct(application.FCKeditor)>
151 <cflock scope="application" type="readonly" timeout="5">
152 <cfset variables.FCKeditor = duplicate(application.FCKeditor)>
162 <!--- catch potential "The requested scope application has not been enabled" exception --->
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dini-isolation.phpt2 phpunit --process-isolation -d default_mimetype=application/x-test IniTest ../_files/IniTest.php
8 $_SERVER['argv'][4] = 'default_mimetype=application/x-test';
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php123 $application = new Application();
124 $application->add(new LintCommand());
125 $command = $application->find('lint:yaml');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt10 # Recomended: WSGI application running with mod_python and modpython_gateway
13 PythonOption wsgi.application wsgi::App
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js.map1application/x-ejs\", {name: \"htmlembedded\", scriptingModeSpec:\"javascript\"});\n CodeMirror.de…
H A Dasciiarmor.min.js.map1application/pgp\", \"asciiarmor\");\n CodeMirror.defineMIME(\"application/pgp-encrypted\", \"asci…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa1 <application ID="fck"/>
/plugin/remotescript/lib/
H A D.htaccess1 AddHandler application/x-httpd-php-source php
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DCurl.php33 'Content-Type: application/x-www-form-urlencoded'
/plugin/loginredirect/
H A DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php92 * Evicts application privileges from the native application privileges cache.
94 * $params['application'] = (list) A comma-separated list of application names
102 $application = $this->extractArgument($params, 'application');
107 $endpoint->setApplication($application);
233 * Removes application privileges.
235 * $params['application'] = (string) Application name
245 $application
[all...]
/plugin/bez/
H A Dplugin.info.txt6 desc SQLite based application helping in managing nonconformities and customers complaints.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php228 'Content-Type' => 'application/xml'
279 'Content-Type' => 'application/xml',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DUnbindRequest.php48 return Asn1::application(self::APP_TAG, Asn1::null());
/plugin/bibtex/
H A Dsyntax.php367 if(substr($mime,0,15) == 'application/pdf' || substr($mime,0,24) == 'application/octet-stream'){
404 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/jmol2/jmol/
H A DREADME.txt29 Executable file for the Jmol application (a program written in Java).
38 (Some kind of batch file to start Jmol application)
41 A batch file to start Jmol application under Windows.
44 (Some kind of batch file to start Jmol application)
47 A shell script to start Jmol application under Unix-like systems,

12345678910>>...27