| /plugin/farm/install/animaltemplate/conf/ |
| D | mime.conf | 7 tgz application/octet-stream 8 tar application/x-gtar 9 gz application/octet-stream 10 bz2 application/octet-stream 11 zip application/zip 12 rar application/rar 13 pdf application/pdf 14 ps application/postscript 15 doc application/msword 16 xls application/msexcel [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ |
| D | ClearCachedPrivileges.php | 31 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); 63 $this->application = $application;
|
| D | GetPrivileges.php | 30 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 = $application;
|
| D | DeletePrivileges.php | 31 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/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
| D | config.cfm | 30 …e server path if FCKeditor is not running directly off the root of the application or the FCKedito… 50 <cfif isDefined("application.userFilesPath")> 52 <cflock scope="application" type="readonly" timeout="5"> 53 <cfset config.userFilesPath = application.userFilesPath> 64 <!--- look for config struct in request, application and server scopes ---> 69 <cfelseif isDefined("application.FCKeditor") and isStruct(application.FCKeditor)> 71 <cflock scope="application" type="readonly" timeout="5"> 72 <cfset variables.FCKeditor = duplicate(application.FCKeditor)>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/ |
| D | Session.php | 88 public function setApplication(Application $application) argument 90 $this->application = $application; 97 return $this->application;
|
| D | DataSource.php | 53 public function setApplication(Application $application) argument 55 $this->application = $application; 62 return $this->application;
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 38 [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 129 Proxy (IAP), you will need to fetch an ID token to access your application. For 138 // specify the path to your application credentials 141 // Provide the ID token audience. This can be a Client ID associated with an IAP application, 218 If your application is behind a proxy such as [Google Cloud IAP][iap-proxy-header], 219 and your application occupies the `Authorization` request header, [all …]
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
| H A D | Heroku.php | 113 return array('Accept' => 'application/vnd.heroku+json; version=3'); 121 …return array('Accept' => 'application/vnd.heroku+json; version=3', 'Content-Type' => 'application/…
|
| H A D | GitHub.php | 196 return ['Accept' => 'application/json']; 206 return ['Accept' => 'application/vnd.github.v3+json'];
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | config.cfm | 35 // 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/struct/_test/types/ |
| H A D | MediaTest.php | 29 ['application/octet-stream', 'hey:joe.jpeg'], 30 ['application/octet-stream', 'http://www.example.com/hey:joe.jpeg'], 47 ['application/octet-stream', 'hey:joe.exe'], 48 ['application/octet-stream', 'http://www.example.com/hey:joe.exe'],
|
| /plugin/links/ |
| D | syntax.php | 48 'Accept: text/html,application/xhtml+xml,application/xml'
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | ini-isolation.phpt | 2 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/ |
| D | LintCommandTest.php | 123 $application = new Application(); 124 $application->add(new LintCommand()); 125 $command = $application->find('lint:yaml');
|
| /plugin/codemirror/dist/modes/ |
| D | htmlembedded.min.js.map | 1 …application/x-ejs\", {name: \"htmlembedded\", scriptingModeSpec:\"javascript\"});\n CodeMirror.de…
|
| D | asciiarmor.min.js.map | 1 …application/pgp\", \"asciiarmor\");\n CodeMirror.defineMIME(\"application/pgp-encrypted\", \"asci…
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
| D | htaccess.txt | 10 # Recomended: WSGI application running with mod_python and modpython_gateway 13 PythonOption wsgi.application wsgi::App
|
| /plugin/golocal/src/ |
| D | golocal.go | 62 application := app.New() 63 w := application.NewWindow(fmt.Sprintf("%s handler", setup.PROTOCOL)) 66 return application, w
|
| /plugin/golocal/lang/en/ |
| D | download.txt | 3 … a //golocal// link. The script will then open the linked ressource in the appropriate application. 12 …nstalled protocol handler. You can also set the handler as the default application for //golocal//…
|
| /plugin/wysiwyg/fckeditor/_samples/afp/ |
| D | fck.afpa | 1 <application ID="fck"/>
|
| /plugin/grensladawritezor/fckeditor/_samples/afp/ |
| D | fck.afpa | 1 <application ID="fck"/>
|
| /plugin/stdokuwikiconnector/ |
| H A D | .gitattributes | 2 *.application binary
|
| /plugin/remotescript/lib/ |
| D | .htaccess | 1 AddHandler application/x-httpd-php-source php
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | SecurityNamespace.php | 102 $application = $this->extractArgument($params, 'application'); 107 $endpoint->setApplication($application); 245 $application = $this->extractArgument($params, 'application'); 251 $endpoint->setApplication($application); 442 $application = $this->extractArgument($params, 'application'); 448 $endpoint->setApplication($application);
|