Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 71) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A DREADME20 the Free Software Foundation; version 2 of the License
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version
[all...]
H A DTHANKS51 - ActionScript 3 Jordi Boggiano (version for ActionScript3 and MXML)
/dokuwiki/lib/plugins/extension/
H A Dstyle.less325 .version {
/dokuwiki/inc/lang/fr/
H A Dconflict.txt1 ====== Une version plus récente existe ======
3 Une version plus récente du document que vous avez modifié existe. Cela se produit lorsqu'un autre utilisateur enregistre une nouvelle version du document alors que vous le modifiez.
5 Examinez attentivement les différences ci-dessous et décidez quelle version conserver. Si vous choisissez « Enregistrer », votre version sera enregistrée. Cliquez sur « Annuler » pour conserver la version actuelle.
/dokuwiki/inc/lang/en/
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
H A Dconflict.txt1 ====== A newer version exists ======
3 A newer version of the document you edited exists. This happens when another user changed the document while you were editing it.
5 Examine the differences shown below thoroughly, then decide which version to keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php13 /** @var string Stores this RSS feed's version number. */
26 * Sets this RSS feed's version number.
28 * @param string $version
30 protected function _setRSSVersion($version) argument
32 $this->RSSVersion = $version;
38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
41 $feed .= "<rss version=\"".$this->RSSVersion."\"";
H A DFeedCreator.php78 * Get the version string for the generator
82 public function version()
225 * Turns on caching and checks if there is a recent version of this feed in the cache.
232 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified,
235 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to
254 * @param string $filename optional the filename where a recent version of the feed is saved. If not
79 public function version() global() function in FeedCreator
/dokuwiki/inc/lang/sv/
H A Dsubscr_digest.txt11 Ny version: @NEWPAGE@
/dokuwiki/inc/lang/ia/
H A Dconflict.txt1 ====== Un version plus nove existe ======
3 Existe un version plus nove del documento que tu ha modificate. Isto occurre si un altere usator cambia le documento durante que tu lo modifica.
5 Examina minutiosemente le differentias monstrate hic infra, postea decide qual version debe esser conservate. Si tu selige ''salveguardar'', tu version essera salveguardate. Preme ''cancellar'' pro conservar le version actual.
H A Ddraft.txt3 Tu ultime session de modification in iste pagina non ha essite concludite correctemente. DokuWiki ha automaticamente salveguardate un version provisori durante tu labor. Ora tu pote usar iste version provisori pro continuar le modification. Hic infra tu vide le datos salveguardate de tu ultime session.
5 Per favor decide si tu vole //recuperar// le session de modification perdite, //deler// le version provisori o //cancellar// le processo de modification.
H A Dnorev.txt3 Le version specificate non existe. Usa le button "Versiones ancian" pro un lista de versiones ancian de iste documento.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php6 * PHP version 5
128 * Use a relaxed version of PKCS#1 padding for signature verification
402 // version Version,
809 * the value of a label L as input. In this version of PKCS #1, L is
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php303 // This is second, as behaviour of this varies only with PHP version (the middle part of this expression checks the encoding is supported).
307 // This is third, as behaviour of this varies with OS userland and PHP version
311 // This is last, as behaviour of this varies with OS userland and PHP version
1694 $curl = $curl['version'];
2144 $version = curl_version();
2145 $info .= ' Version ' . $version['version'] . "\n";
H A DParser.php132 $data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no') . '"?>' ."\n". $this->declare_html_entities() . $data;
545 // element. Use this to replace title with a strip_tags version so
618 $rss = [['attribs' => ['' => ['version' => '2.0']],
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md37 $options->setHelp('A very minimal example that does nothing but print a version');
38 $options->registerOption('version', 'print version', 'v');
44 if ($options->getOpt('version')) {
135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0)
136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md20 ALWAYS test the stripped version before deploying to production.
/dokuwiki/inc/lang/mg/
H A Dconflict.txt1 ====== A newer version exists ======
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/inc/
H A Dinfoutils.php76 * Return DokuWiki's version (split up in date and type)
82 $version = [];
83 //import version string
86 $version['date'] = trim(io_readFile(DOKU_INC . 'VERSION'));
87 $version['type'] = 'Release';
89 $version['type'] = 'Git';
90 $version['date'] = 'unknown';
96 [$version['sha'], $date] = explode(' ', $commitInfo);
97 $version['date'] = hsc($date);
98 return $version;
[all...]
/dokuwiki/inc/lang/fi/
H A Dconflict.txt5 Tutki alla näkyvät eroavaisuudet kunnolla ja päätä mikä versio säilytetään. Jos valitset "tallenna", sinun versiosi tallennetaan. Valitse ''peru'' pitääksesi tämänhetkisen, toisen käyttäjän muuttaman version.
H A Ddraft.txt3 Edellinen muokkauksesi tälle sivulle ei ole päivittynyt oikein. DokuWiki on automaattisesti tallentanut vedoksen muokkauksen aikana. Voit nyt jatkaa muokkausta. Alla näet tallennetun version edellisestä istunnostasi.
H A Deditrev.txt1 **Olet ladannut vanhan version dokumentista** Jos tallennat tämän, tästä tulee uusin versio dokumentista.

123