Home
last modified time | relevance | path

Searched refs:version (Results 451 – 475 of 2779) sorted by relevance

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

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php80 $this->version = 'v1';
83 $client->addService($this->serviceName, $this->version);
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
H A DREADME.md17 For PHP version **`>= 5.6`**:
23 For PHP version **`< 5.6`**:
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php46 if($this->version() > '4.1') {
51 if($this->version() > '5.0.1') {
142 function version() { function in ucclient_db
H A Ddbi.class.php40 if($this->version() > '4.1') {
45 if($this->version() > '5.0.1') {
135 function version() { function in ucclient_db
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php135 $version = '';
140 list($version) = $result->fetchArray();
141 if ($version != getID3::VERSION) { // Check version number and clear cache if changed
H A Dextension.cache.mysqli.php136 $version = '';
142 list($version) = $this->cursor->fetch_array();
144 if ($version != getID3::VERSION) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php72 * Sets the version parameters of a document for use with optimistic concurrency control.
108 * Returns document version.
112 * @return int Document version
139 * Returns document version.
143 * @return int Document version
156 * Sets the version of a document.
158 * @param int $version Document version
164 public function setVersion($version) argument
166 return $this->setParam('version', (in
[all...]
/plugin/freechat/phpfreechat/
H A DCOPYING.txt7 version 2.1 of the License, or (at your option) any later version.
/plugin/showinitpage/
H A DLICENSE7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php152 function setRequestVersion($version) { argument
153 $this->requestVersion = $version;
/plugin/publistx/
H A Dchangelog1 version: 1.1
11 version: 1.0
/plugin/sphinxsearch-was/
H A Dchangelog6 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration.
22 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater"
33 * Fixed bug with dokuwiki version 2008-05-05
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md35 …ver.org/) rules and only raising the `MINOR` version, instead of correctly increamenting the `MAJO…
51 This was the last version that used the old repository structure.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php29 public function withProtocolVersion($version) argument
31 if ($this->protocol === $version) {
36 $new->protocol = $version;
/plugin/structpublish/action/
H A Dbanner.php64 // link to previous or newest published version
109 '{version}' => hsc($rev->getVersion()),
169 $form->addTextInput('version', $this->getLang('newversion'))->val($newVersion);
180 * Tries to increase a given version
182 * @param string $version
185 protected function increaseVersion($version) argument
187 $parts = explode('.', $version);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php421 $version = '';
423 $version = DAV\Version::VERSION;
439 <title>$vars[title] - sabre/dav $version</title>
481 $version = '';
483 $version = DAV\Version::VERSION;
486 <footer>Generated by SabreDAV $version (c)2007-2016 <a href="http://sabre.io/">http://sabre.io/</a>…
/plugin/xslfo/
H A DREADME.md14 Foundation, either version 3 of the License, or (at your option) any later
15 version.
/plugin/impressjs/
H A DREADME.md10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php155 function setVersion($version) { argument
156 $this->tag->setAttribute("version", $version);
/plugin/authgooglesheets/
H A Dcomposer.lock11 "version": "v6.1.2",
68 "version": "v2.12.4",
139 "version": "v0.246.0",
183 "version": "v1.21.0",
241 "version": "6.5.5",
312 "version": "1.5.1",
396 "version": "1.8.5",
506 "version": "2.5.0",
831 "version": "1.0.1",
880 "version": "1.0.1",
[all …]
/plugin/vbsso/
H A DREADME.md20 | Product | PHP version | Platform |
36 If your DokuWiki version lower then 2014-05-05 `Ponder Stibbons`:
40 If your DokuWiki version is 2014-05-05 `Ponder Stibbons`:
49 2. Install the latest plugin version (see Install chapter).
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md32 displays the extension version and the libmaxminddb version. PR by
66 * Fix incorrect version in `ext/php_maxminddb.h`. GitHub #48.
105 * In the last several releases, the version number in the extension was
121 * Updated phpunit and fixed some test breakage from the newer version.
/plugin/twistienav4bootstrap3/
H A DREADME.md11 It has been test with Dokuwiki version 2018-04-22b "Greebo"
18 * manually with the download URL, which points to latest version of the plugin.
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md27 Then polyfill any JS error in IE11 (e.g, version 8.10.1 needs Number.isInteger polyfill such that j…
29 All trials to polyfill other errors failed (using useBuiltIns: 'usage', corejs: {version: '2.0'} or…
/plugin/webdav/
H A Dcomposer.lock11 "version": "1.1.3",
58 "version": "3.2.3",
141 "version": "3.0.0",
198 "version": "v4.2.4",
254 "version": "1.2.1",
305 "version": "4.2.2",
401 "version": "1.5.1",

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