Home
last modified time | relevance | path

Searched refs:system (Results 201 – 225 of 695) sorted by last modified time

12345678910>>...28

/plugin/evesso/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/blockquote/
H A DCOPYING163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/tos/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/wrap/
H A DCOPYING165 operating system on which the executable runs, unless that component
221 integrity of the free software distribution system, which is
224 through that system in reliance on consistent application of that
225 system; it is up to the author/donor to decide if he or she is willing
226 to distribute software through any other system and a licensee cannot
/plugin/dokucrypt2/
H A DCOPYING165 operating system on which the executable runs, unless that component
221 integrity of the free software distribution system, which is
224 through that system in reliance on consistent application of that
225 system; it is up to the author/donor to decide if he or she is willing
226 to distribute software through any other system and a licensee cannot
/plugin/avbarchart/
H A DCOPYING163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/avtaskbox/
H A DCOPYING163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/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/yourip/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php124 'From: system@example.org',
166 'From: system@example.org',
180 $plugin = new IMip\MockPlugin('system@example.org');
/plugin/davcal/vendor/sabre/http/
H A DREADME.md249 The underlying system for this is simply [cURL's multi request handler][8],
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md23 sabre projects. sabre/dav for instance has a plugin system, and there's no
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php95 system('rm -r ' . $baseDir . '/build/SabreDAV');
104 system('cd ' . $baseDir . '; composer update');
113system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml --stop-on-failure', …
146 system("cd build/SabreDAV; composer install -n", $code);
173 system('cd build; zip -qr sabredav-' . $version . '.zip SabreDAV');
/plugin/pot/
H A DLICENSE164 operating system on which the executable runs, unless that component
219 integrity of the free software distribution system, which is
222 through that system in reliance on consistent application of that
223 system; it is up to the author/donor to decide if he or she is willing
224 to distribute software through any other system and a licensee cannot
/plugin/spreadout/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/indexmenu/
H A DCOPYING165 operating system on which the executable runs, unless that component
221 integrity of the free software distribution system, which is
224 through that system in reliance on consistent application of that
225 system; it is up to the author/donor to decide if he or she is willing
226 to distribute software through any other system and a licensee cannot
/plugin/actionrenderer/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActor.php78 public function setSystem(SystemEvent $system) argument
80 $this->system = $system;
87 return $this->system;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md20 - Middleware system allows you to augment and compose client behavior.
H A DUPGRADING.md9 of Guzzle to use a middleware based system rather than an event system. Any
50 system based on PSR-7, using RingPHP and it's middleware system as well adds
57 - As Guzzle now uses a middleware based systems the event system and RingPHP
59 it is possible to add your own type of event system that is powered by the
60 middleware system.
95 system from plugins. The event system relied on mutability of HTTP messages and
104 simpler and more predictable approach than the event system and works nicely
105 with PSR-7 middleware. Due to the use of promises, the middleware system is
317 - Simplified the event system.
428 system to retrieve this type of information.
[all …]
H A DCHANGELOG.md250 * Requires immutable messages, which basically means an event based system
256 * Added middleware and handler system
257 * Replaced the Guzzle event and subscriber system with a middleware system.
812 * Removed the whole changedHeader() function system of messages because all header changes now go t…
1015 * Fixing phar detection when forcing a cacert to system if null or true
1030 * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
1040 * Bug: Using the system cacert bundle when using the Phar
1227 * Adding generic batching system (replaces the batch queue plugin and command set)
1323 * [BC] Using a custom validation system that allows a flyweight implementation for much faster vali…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Entity.php71 public $system; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Entity
266 public function setSystem($system) argument
268 $this->system = $system;
275 return $this->system;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1BrowserVersion.php37 public $system; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BrowserVersion
88 public function setSystem($system) argument
90 $this->system = $system;
97 return $this->system;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1DataplexExternalTable.php37 public $system; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1DataplexExternalTable
84 public function setSystem($system) argument
86 $this->system = $system;
93 return $this->system;
/plugin/authgooglesheets/
H A DLICENSE163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot

12345678910>>...28