Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/inc/lang/en/
H A Dsubscr_list.txt3 Pages in the namespace @PAGE@ of the @TITLE@ wiki changed.
4 Here are the changed pages:
H A Drecent.txt3 The following pages were changed recently:
H A Dsubscr_digest.txt3 The page @PAGE@ in the @TITLE@ wiki changed.
H A Dsubscr_single.txt3 The page @PAGE@ in the @TITLE@ wiki changed.
H A Dconflict.txt3 A newer version of the document you edited exists. This happens when another user changed the docum…
H A Dmailtext.txt1 A page in your DokuWiki was added or changed. Here are the details:
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php37 protected $changed = false; variable in dokuwiki\\plugin\\config\\core\\Configuration
87 return $this->changed;
113 $this->changed = true;
/dokuwiki/inc/
H A DDifferenceEngine.php404 * @param array $changed
407 function _shift_boundaries($lines, &$changed, $other_changed) { argument
411 USE_ASSERTS && assert(count($lines) == count($changed));
430 while ($i < $len && ! $changed[$i]) {
444 while (++$i < $len && $changed[$i])
460 $changed[--$start] = 1;
461 $changed[--$i] = false;
462 while ($start > 0 && $changed[$start - 1])
485 $changed[$start++] = false;
486 $changed[$i++] = 1;
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php128 $this->changed = true;
189 if (!$this->changed) {
195 $this->changed = $this->nonIVChanged = false;
H A DRC4.php251 if ($this->changed) {
H A DTripleDES.php260 $this->changed = $this->nonIVChanged = true;
H A DRC2.php378 $this->changed = $this->nonIVChanged = true;
H A DRijndael.php256 $this->changed = $this->nonIVChanged = true;
500 if (!$this->changed) {
H A DChaCha20.php205 $this->changed = true;
229 if (!$this->changed) {
235 $this->changed = $this->nonIVChanged = false;
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md85 license changed to LGPL
95 changed default content-type to application/xml
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less60 div.changed {
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md34 Due to the aforementioned changes, the way of using this class has completely changed. However it h…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php367 protected $changed = true; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
729 $this->changed = true;
2396 $this->changed = $this->nonIVChanged = true;
2457 if (!$this->changed) {
2461 $this->changed = false;
/dokuwiki/conf/
H A Dmysql.conf.php.example212 * added to updateUser on demand. Only changed parameters will be used.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md191 * Preemptively changed `is_writeable()` calls to `is_writable()` in case the former is deprecated i…
218 * Update the registry if the Sanitize class has been changed. [#532](https://github.com/simplepie/s…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG799 - Reset extra lines to highlight if source is changed (Diogo Resende)
914 - Changed file comments to use phpdoc syntax, and changed code style to be more
1018 changed on the fly instead of simply being specified in the language file
H A DLICENSE96 stating that you changed the files and the date of any change.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt68 …* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking…
/dokuwiki/
H A DCOPYING96 stating that you changed the files and the date of any change.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt68 …* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking…

12