Home
last modified time | relevance | path

Searched full:application (Results 1 – 25 of 2180) sorted by relevance

12345678910>>...88

/plugin/authfacebook/lib/FileUpload/
DMimetypes.php45 '7z' => 'application/x-7z-compressed',
46 'aab' => 'application/x-authorware-bin',
48 'aam' => 'application/x-authorware-map',
49 'aas' => 'application/x-authorware-seg',
50 'abw' => 'application/x-abiword',
51 'ac' => 'application/pkix-attr-cert',
52 'acc' => 'application/vnd.americandynamics.acc',
53 'ace' => 'application/x-ace-compressed',
54 'acu' => 'application/vnd.acucobol',
55 'acutc' => 'application/vnd.acucorp',
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMimeType.php10 '1km' => 'application/vnd.1000minds.decision-model+xml',
17 '7z' => 'application/x-7z-compressed',
18 '7zip' => 'application/x-7z-compressed',
19 '123' => 'application/vnd.lotus-1-2-3',
20 'aab' => 'application/x-authorware-bin',
22 'aam' => 'application/x-authorware-map',
23 'aas' => 'application/x-authorware-seg',
24 'abw' => 'application/x-abiword',
25 'ac' => 'application/vnd.nokia.n-gage.ac+xml',
27 'acc' => 'application/vnd.americandynamics.acc',
[all …]
/plugin/zip/pear/File/Archive/Reader/
DMimeList.php34 * If the extension is unknown, returns "application/octet-stream"
48 return 'application/octet-stream';
50 return 'application/x-authorware-bin';
52 return 'application/x-authorware-map';
54 return 'application/x-authorware-seg';
62 return 'application/postscript';
70 return 'application/x-aim';
74 return 'application/x-navi-animation';
76 return 'application/x-nokia-9000-communicator-add-on-software';
78 return 'application/mime';
[all …]
/plugin/fileshare/
Dfilesharedownload.php28 'js' => 'application/javascript',
29 'json' => 'application/json',
30 'xml' => 'application/xml',
31 'swf' => 'application/x-shockwave-flash',
48 'zip' => 'application/zip',
49 'rar' => 'application/x-rar-compressed',
50 'exe' => 'application/x-msdownload',
51 'msi' => 'application/x-msdownload',
52 'cab' => 'application/vnd.ms-cab-compressed',
60 'pdf' => 'application/pdf',
[all …]
/plugin/farm/install/animaltemplate/conf/
Dmime.conf7 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/authgooglesheets/vendor/guzzlehttp/psr7/src/
DMimeType.php32 '7z' => 'application/x-7z-compressed',
34 'ai' => 'application/postscript',
38 'atom' => 'application/atom+xml',
41 'bz2' => 'application/x-bzip2',
42 'cer' => 'application/pkix-cert',
43 'crl' => 'application/pkix-crl',
44 'crt' => 'application/x-x509-ca-cert',
47 'cu' => 'application/cu-seeme',
48 'deb' => 'application/x-debian-package',
49 'doc' => 'application/msword',
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php92 'application/xml',
93 ['application/xml'],
94 'application/xml',
98 ['application/xml'],
99 'application/xml',
102 'application/json',
103 ['application/xml', 'application/json'],
104 'application/json',
107 'application/json, application/xml',
108 ['application/xml'],
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
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);
63 $this->application = $application;
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 = $application;
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/Appengine/Resource/
DApps.php20 use Google\Service\Appengine\Application; alias
35 * Creates an App Engine application for a Google Cloud Platform project.
38 * the App Engine application located.For more information about App Engine
43 * @param Application $postBody
47 public function create(Application $postBody, $optParams = [])
54 * Gets information about an application. (apps.get)
56 * @param string $appsId Part of `name`. Name of the Application resource to
59 * @return Application
65 return $this->call('get', [$params], Application::class);
68 * Updates the specified Application resource. You can update the following
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-ArchiMate.js22 this.createVertexTemplateEntry(am1 + 'application;appType=actor',
23 …w, h, '', 'Business Actor', null, null, this.getTagsForStencil(gn, 'application', dt + 'business a…
24 this.createVertexTemplateEntry(am1 + 'application;appType=role',
26 this.createVertexTemplateEntry(am1 + 'application;appType=collab',
28 this.createVertexTemplateEntry(am1 + 'application;appType=interface',
30 this.createVertexTemplateEntry(am1 + 'application;appType=interface2',
59 this.createVertexTemplateEntry(am2 + 'application;appType=comp',
60 …w, h, '', 'Application Component', null, null, this.getTagsForStencil(gn, '', dt + 'application co…
61 this.createVertexTemplateEntry(am2 + 'application;appType=collab',
62 …w, h, '', 'Application Collaboration', null, null, this.getTagsForStencil(gn, '', dt + 'applicatio…
[all …]
DSidebar-ArchiMate3.js34 var dt = 'archimate application layer ';
41 this.createVertexTemplateEntry(am2 + 'application;appType=comp;archiType=square;',
42 …w * 150, h * 75, '', 'Application Component', null, null, this.getTagsForStencil(gn, '', dt + 'com…
45 this.createVertexTemplateEntry(am2 + 'application;appType=collab;archiType=square;',
46 …w * 150, h * 75, '', 'Application Collaboration', null, null, this.getTagsForStencil(gn, '', dt + …
49 this.createVertexTemplateEntry(am2 + 'application;appType=interface;archiType=square;',
50 …w * 150, h * 75, '', 'Application Interface', null, null, this.getTagsForStencil(gn, '', dt + 'com…
53 this.createVertexTemplateEntry(am2 + 'application;appType=proc;archiType=rounded;',
54 …w * 150, h * 75, '', 'Application Process', null, null, this.getTagsForStencil(gn, '', dt + 'proce…
57 this.createVertexTemplateEntry(am2 + 'application;appType=func;archiType=rounded;',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
DApplications.php20 use Google\Service\Games\Application; alias
35 * Retrieves the metadata of the application with the given ID. If the requested
36 * application is not available for the specified `platformType`, the returned
39 * @param string $applicationId The application ID from the Google Play
45 * @opt_param string platformType Restrict application details returned to the
47 * @return Application
53 return $this->call('get', [$params], Application::class);
60 * @opt_param string applicationId The application ID from the Google Play
72 * Indicate that the currently authenticated user is playing your application.
84 * Verifies the auth token provided with this request is for the application
[all …]
/plugin/odtplus2dw/lang/es/
Dsettings.php25 application/vnd.oasis.opendocument.text
26 application/octetstream
27application/vnd.openxmlformats-officedocument.wordprocessingml.document
28 application/msword
31 …<div><b>application/vnd.oasis.opendocument.text</b> mimetype de archivos .odt común por defecto</d…
32 …<div><b>application/octetstream</b> mimetype usado por Chrome en Windows XP para los archivos .odt…
33 …<div><b>application/vnd.openxmlformats-officedocument.wordprocessingml.document</b> mimetype de ar…
34 <div><b>application/msword</b> mimetype de archivos .doc</div>
41application/vnd.openxmlformats-officedocument.wordprocessingml.document
49 application/msword
/plugin/odtplus2dw/lang/en/
Dsettings.php26 application/vnd.oasis.opendocument.text
27 application/octetstream
28application/vnd.openxmlformats-officedocument.wordprocessingml.document
29 application/msword
32 … <div><b>application/vnd.oasis.opendocument.text</b> default common .odt mimetype</div>
33 … <div><b>application/octetstream</b> mimetype used by Chrome on Windows XP for .odt files</div>
34 …<div><b>application/vnd.openxmlformats-officedocument.wordprocessingml.document</b> .docx mimetype…
35 <div><b>application/msword</b> .doc mimetype</div>
42application/vnd.openxmlformats-officedocument.wordprocessingml.document
50 application/msword
/plugin/odtplus2dw/lang/fr/
Dsettings.php27 application/vnd.oasis.opendocument.text
28 application/octetstream
29application/vnd.openxmlformats-officedocument.wordprocessingml.document
30 application/msword
33 … <div><b>application/vnd.oasis.opendocument.text</b> Type par défaut des fichiers .odt</div>
34 …<div><b>application/octetstream</b> Type Mime utilisé par Chrome sur Windows XP pour les fichiers …
35 …<div><b>application/vnd.openxmlformats-officedocument.wordprocessingml.document</b> Type mimi des …
36 … <div><b>application/msword</b> type mime des fichiers .doc</div>
43application/vnd.openxmlformats-officedocument.wordprocessingml.document
51 application/msword
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md35 ## Application Default Credentials
38 [application default credentials][application default credentials] for PHP.
40 The Application Default Credentials provide a simple way to get authorization
44 and authorization level for the application independent of the user. This is
46 you're building an application that uses Google Compute Engine.
50 To use `Application Default Credentials`, You first need to download a set of
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
[all …]
/plugin/statistics/vendor/matomo/device-detector/
H A DLICENSE20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/abc2/abc-libraries/abc2svg/
DLICENSE20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/photogallery/phpThumb/licenses/
Dlicense.lgpl-30.txt20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/html5video2/script/
DLGPLv3-LICENSE.txt20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.lgpl-30.txt20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]
/plugin/barcodes/
DLICENSE.md22 other than an Application or a Combined Work as defined below.
24 An “Application” is any work that makes use of an interface provided
30 Application with the Library. The particular version of the Library
37 based on the Application, and not on the Linked Version.
39 The “Corresponding Application Code” for a Combined Work means the
40 object code and/or source code for the Application, including any data
42 Application, but excluding the System Libraries of the Combined Work.
52 facility refers to a function or data to be supplied by an Application
58 ensure that, in the event an Application does not supply the
67 The object code form of an Application may incorporate material from
[all …]

12345678910>>...88