Home
last modified time | relevance | path

Searched +full:version -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 412) sorted by path

12345678910>>...17

/dokuwiki/
H A D.htaccess.dist5 ## make sure nobody gets the htaccess, README, COPYING or VERSION files
6 <Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
H A DCOPYING2 Version 2, June 1991
239 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 eve
[all...]
H A Ddoku.php15 // update message version - always use a string to avoid localized floats!
/dokuwiki/bin/
H A Ddwpage.php71 'wiki id, archiving the previous version.'
/dokuwiki/conf/
H A Ddokuwiki.php99 $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
/dokuwiki/data/
H A Ddeleted.files933 .github/version.php
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt60 The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider [[doku>donate|donating]] a few bucks ;-).
H A Dsyntax.txt452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/inc/Action/
H A DRevert.php28 * @todo check for writability of the current page ($INFO might do it wrong and check the attic version)
/dokuwiki/inc/Cache/
H A DCacheRenderer.php32 // check current link existence is consistent with cache version
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php80 * The "current" revision means current version of the page or media file. It is either
/dokuwiki/inc/
H A DDifferenceEngine.php92 * Algorithm::Diff (version 1.06) by Ned Konz, which is available at:
1332 * @param array $final1 The first version to compare to.
1333 * @param array $final2 The second version to compare to.
1345 * @param string $label1 label for first version
1346 * @param string $label2 label for second version
H A DInfo.php13 * Parse the given version string into its parts
15 * @param string $version
19 public static function parseVersionString($version)
25 'version' => '', // sortable, full version string
27 'raw' => $version, // raw version string as given
30 if (preg_match('/^(rc)?(\d{4}-\d{2}-\d{2})([a-z]*)/', $version, $matches)) {
41 throw new \Exception('failed to parse version string');
44 [, $return['codename']] = sexplode(' ', $version,
20 parseVersionString($version) global() argument
[all...]
H A DJpegMeta.php1453 $this->_info['jfif']['Version'] = sprintf('%d.%02d', $vmaj, $vmin);
H A DMailer.class.php511 $this->headers['MIME-Version'] = '1.0';
/dokuwiki/inc/Extension/
H A DPluginTrait.php
/dokuwiki/inc/File/
H A DPageFile.php60 ? '' // attic stores complete last page version for a deleted page
76 * @param bool $minor mark this saved version as minor update
219 * Checks if the current page version is newer than the last entry in the page's changelog.
264 * Moves the current version to the attic and returns its revision date
/dokuwiki/inc/HTTP/
H A DHTTPClient.php24 public $http = '1.0'; // HTTP version defaults to 1.0
205 $this->error = 'This PHP version does not support SSL - cannot connect to server';
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php120 // simple version of addCall, without checking cdata
/dokuwiki/inc/Remote/
H A DApi.php33 * i.e.: dokuwiki.version or wiki.getPage
H A DApiCore.php78 * Return the API version
80 * This is the version of the DokuWiki API. It increases whenever the API definition changes.
82 * When developing a client, you should check this version and make sure you can handle it.
886 * Since API Version 13
/dokuwiki/inc/Sitemap/
H A DMapper.php95 echo '<?xml version="1.0" encoding="UTF-8"?>' . NL;
/dokuwiki/inc/Subscriptions/
H A DMediaSubscriptionSender.php10 * @fixme this should embed thumbnails of images in HTML version
/dokuwiki/inc/Ui/
H A DAdmin.php68 * Display the DokuWiki version
H A DPageDiff.php55 * Set text to be compared with most current version
175 * between current page version and provided $text

12345678910>>...17