Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 250) sorted by last modified time

12345678910

/plugin/openlayersmap/ol7/
H A Dol.js.map
H A DREADME.md
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php47 * Returns a list of all package names which are present, either by being installed, replaced or provided
67 * Returns a list of all package names with a specific type e.g. 'library'
78 foreach ($installed['versions'] as $name => $package) {
79 if (isset($package['type']) && $package['type'] === $type) {
89 * Checks whether the given package is installed
91 * This also returns true if the package name is provided or replaced by another package
109 * Checks whether the given package satisfies a version constraint
111 * e.g. If you want to know whether version 2.3+ of package fo
[all...]
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md27 Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php47 * Returns a list of all package names which are present, either by being installed, replaced or provided
67 * Returns a list of all package names with a specific type e.g. 'library'
78 foreach ($installed['versions'] as $name => $package) {
79 if (isset($package['type']) && $package['type'] === $type) {
89 * Checks whether the given package is installed
91 * This also returns true if the package name is provided or replaced by another package
109 * Checks whether the given package satisfies a version constraint
111 * e.g. If you want to know whether version 2.3+ of package fo
[all...]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3863 CORE_PROPS: 'http://schemas.openxmlformats.org/package/2006/metadata/core-properties',
3866 CT: 'http://schemas.openxmlformats.org/package/2006/content-types',
3867 RELS: 'http://schemas.openxmlformats.org/package/2006/relationships',
3874 'sjs': 'http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties',
5126 "application/vnd.openxmlformats-package.core-properties+xml": "coreprops",
5255 "application/vnd.openxmlformats-package.relationships+xml": "rels",
5365 ['rels', 'application/vnd.openxmlformats-package.relationships+xml']
5429 …CORE_PROPS: "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties…
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md55 If you want to implement the interface, you can require this package and
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt12 So here it is. The font in this package is not a "ripped", pirated, or
54 the much larger complete package, which contains Metafont sources and several
H A DDejaVuinfo.txt31 The Font Software may be sold as part of a larger software package but no
79 The Font Software may be sold as part of a larger software package but
H A DTaameyDavidCLM-LICENSE.txt1 This package is distributed under the terms of GNU General Public License
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md48 Official installation method is via composer and its packagist package [mpdf/mpdf](https://packagist.org/packages/mpdf/mpdf).
H A DCHANGELOG.md37 * Fix: Using mpdf in phar package leads to weird errors (#1504, @sandreas)
51 * Moved QRCode generating code portions to external package _mpdf/qrcode_
52 - This reduced package size considerably (ca 6MB)
H A DCREDITS.txt46 * FPDF package. *
76 * @package Arabic
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php47 * Returns a list of all package names which are present, either by being installed, replaced or provided
67 * Returns a list of all package names with a specific type e.g. 'library'
78 foreach ($installed['versions'] as $name => $package) {
79 if (isset($package['type']) && $package['type'] === $type) {
89 * Checks whether the given package is installed
91 * This also returns true if the package name is provided or replaced by another package
109 * Checks whether the given package satisfies a version constraint
111 * e.g. If you want to know whether version 2.3+ of package fo
[all...]
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
12 - the name of the Composer package that is triggering the deprecation
13 - the version of the package that introduced the deprecation
H A Dfunction.php4 * This file is part of the Symfony package.
16 * @param string $package The name of the Composer package that is triggering the deprecation
17 * @param string $version The version of the package that introduced the deprecation
23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void argument
25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md99 - The Packagist package was renamed to [`php-webdriver/webdriver`](https://packagist.org/packages/php-webdriver/webdriver) and the original [`facebook/webdriver`](https://packagist.org/packages/facebook/webdriver) was marked as abandoned.
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md15 Each target language for ANTLR has a runtime package for running parser
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md91 # With composer we can autoload the Handlebars package
/plugin/combo/grammar/
H A DREADME.md8 -package ComboStrap\PageSqlParser ^
/plugin/adhoctags/images/
H A DREADME16 This package is released as free, open-source, and GPL friendly by
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md102 … Use a polyfill (e.g. [keyboardevent-key-polyfill](https://www.npmjs.com/package/keyboardevent-key…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md86 * `camunda` namespace moddle extension is no longer part of the package.
122 * `FIX`: correctly use inter-package imports ([beaec56](https://github.com/bpmn-io/dmn-js/commit/be…
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php45 * Returns a list of all package names which are present, either by being installed, replaced or provided
65 * Returns a list of all package names with a specific type e.g. 'library'
76 foreach ($installed['versions'] as $name => $package) {
77 if (isset($package['type']) && $package['type'] === $type) {
87 * Checks whether the given package is installed
89 * This also returns true if the package name is provided or replaced by another package
107 * Checks whether the given package satisfies a version constraint
109 * e.g. If you want to know whether version 2.3+ of package fo
[all...]
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md3 **NOTE: I'm looking for someone who could help to maintain this package alongside me, just because I don't have a ton of time to devote to it. However, I'm still going to keep trying to pay attention to PRs, etc.**

12345678910