Home
last modified time | relevance | path

Searched refs:version (Results 326 – 350 of 2779) sorted by relevance

1...<<11121314151617181920>>...112

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php261 $version = curl_version();
263 if (is_array($version)) {
264 $version = $version['version'];
266 $this->setMessage(sprintf('Found Curl extension version %s.', $version['version']));
378 $version = explode('.', PHP_VERSION);
379 if ($version[0] < 5 ||
380 ($version[0] == 5 && $version[1] < 2)) {
/plugin/badbehaviour/
H A Dbadbehavior.readme48 Public License, version 2, or at your option, any later version. (On some
50 connector.) The development version of Bad Behavior is free software released
51 under the GNU Lesser General Public License, version 3, or at your option,
52 any later version.
57 recommended that you delete the old version from your system before
60 *Warning*: If you are upgrading from a 1.x.x version of Bad Behavior,
63 upgrading from version 2.0.18 or prior, you must delete all of its files
102 * When upgrading from version 2.0.19 or prior on MediaWiki and WordPress,
103 you must remove the old version of Bad Behavior from your system manually
104 before manually installing the new version. Other platforms are not
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php14 * Maximal allowed QR code version
41 private $version = 0; variable in Mpdf\\QrCode\\QrCode
288 $this->dataPtr = $this->addData($this->length, 8); /* #version 1-9 */
303 $this->dataPtr = $this->addData($this->length, 9); /* #version 1-9 */
336 $this->dataPtr = $this->addData($this->length, 10); /* #version 1-9 */
389 // version determination
390 $this->version = 1;
394 if ($maxBits[$i] >= $this->bitCount + $dataNumCorrection[$this->version]) {
399 $this->version++;
402 if ($this->version >
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DInstance.php122 public $version; variable in Google\\Service\\DataFusion\\Instance
495 public function setVersion($version) argument
497 $this->version = $version;
504 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php112 public $version; variable in Google\\Service\\AdExchangeBuyerII\\Creative
455 public function setVersion($version) argument
457 $this->version = $version;
464 return $this->version;
/plugin/autoincludeindex/
H A Dreadme.txt1 current version is 1.0.1
2 hide/show version should be 1.0.2
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php231 * @param string $version
234 function setHttpVersion($version) { argument
236 $this->inner->setHttpVersion($version);
/plugin/directions/syntax/
H A Dgraph.php64 $version = date('Y-m-d');
66 $version = $info['date'];
74 'version' => $version, //force rebuild of images on update
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php230 * @param string $version
233 function setHttpVersion($version) { argument
235 $this->inner->setHttpVersion($version);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php52 protected $version; variable in SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer
65 $version = new Version('4.0.8', dirname(dirname(dirname(dirname(__DIR__)))));
72 $this->version = $version->getVersion();
169 'version' => $this->version,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile21 # Print PHP version
27 # Print composer version
28 RUN composer --version
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php87 * @param string $version Protocol version
94 $version = '1.1', argument
114 $this->protocol = $version;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php112 $xml = '<?xml version="1.0"?>
177 $xml = '<?xml version="1.0"?>
242 $xml = '<?xml version="1.0"?>
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php178 private $version; variable in phpseclib3\\Net\\SFTP
709 if ($this->version < 2 || $this->version > 6) {
821 if ($this->version > 2) {
1555 $attr = $this->version < 4 ?
1617 $attr = $this->version < 4 ?
1907 if ($this->version == 6) {
2119 if ($this->version >= 5) {
2979 if ($this->version >= 5) {
3047 if ($this->version >= 4) {
3521 return $this->version;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.pdf.class.php22 function set_pdf_version($version) { argument
23 $this->pdf_version = $version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php58 public $version; variable in Google\\Service\\AdExchangeBuyer\\Creative
309 public function setVersion($version) argument
311 $this->version = $version;
315 return $this->version;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc16 version of `es=Elasticsearch`, `t` is the transport version (same of client),
48 Starting from version 7.13, {es} supports a compatibility header in
57 which signals to {es} that the client is requesting 7.x version of request and response
58 bodies. This allows upgrading from 7.x to 8.x version of Elasticsearch without upgrading
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php135 * @param int $version
140 public function getLyrics3Data($endoffset, $version, $length) { argument
158 $ParsedLyrics3['raw']['lyrics3version'] = $version;
166 …d at '.($endoffset + strpos($rawdata, 'LYRICSBEGIN')).' - this is invalid for Lyrics3 v'.$version);
182 switch ($version) {
243 $this->error('Cannot process Lyrics3 version '.$version.' (only v1 and v2)');
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js35 var version = chart.version.split( '.' );
36 …if ( ( version.length < 2 ) || Number( version[ 0 ] ) < 3 || ( Number( version[ 0 ] ) === 3 && Num…
/plugin/latexport/
H A DREADME.md8 ## Installing a development version
13 - A development version of dokuwiki and a configured web site.
19 ### Download development version of dokuwiki argument
36 ### Download development version of this plugin argument
52 NB: There are more recent version of those utilities, but they're not compatible
56 is the latest version, and use or modify the following commands:
66 phpunit --version
71 check for the latest release version, and use or modify the following commands:
80 phpab --version
98 version of PHP, etc. Run the following command to locate it:
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php869 $version = \Sabre\VObject\Version::VERSION;
873 PRODID:-//Sabre//Sabre VObject $version//EN
/plugin/bootswrapper/exe/help/
H A Dlabel.txt4 This tag have two version (lowercase and uppercase).
6 …* The //lowercase// version ''<nowiki><label></nowiki>'' create a __inline__ element (''<nowiki><s…
7 …* The //uppercase// version ''<nowiki><LABEL></nowiki>'' create a __block__ element (''<nowiki><di…

1...<<11121314151617181920>>...112