Home
last modified time | relevance | path

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

12

/dokuwiki/inc/lang/en/
Dsubscr_list.txt3 Pages in the namespace @PAGE@ of the @TITLE@ wiki changed.
4 Here are the changed pages:
Drecent.txt3 The following pages were changed recently:
Dsubscr_digest.txt3 The page @PAGE@ in the @TITLE@ wiki changed.
Dsubscr_single.txt3 The page @PAGE@ in the @TITLE@ wiki changed.
Dconflict.txt3 A newer version of the document you edited exists. This happens when another user changed the docum…
Dmailtext.txt1 A page in your DokuWiki was added or changed. Here are the details:
/dokuwiki/lib/plugins/config/core/
DConfiguration.php37 protected $changed = false; variable in dokuwiki\\plugin\\config\\core\\Configuration
87 return $this->changed;
113 $this->changed = true;
/dokuwiki/inc/
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/
DSalsa20.php128 $this->changed = true;
189 if (!$this->changed) {
195 $this->changed = $this->nonIVChanged = false;
DRC4.php251 if ($this->changed) {
DTripleDES.php260 $this->changed = $this->nonIVChanged = true;
DRC2.php378 $this->changed = $this->nonIVChanged = true;
DRijndael.php256 $this->changed = $this->nonIVChanged = true;
500 if (!$this->changed) {
DChaCha20.php205 $this->changed = true;
229 if (!$this->changed) {
235 $this->changed = $this->nonIVChanged = false;
/dokuwiki/vendor/openpsa/universalfeedcreator/
DREADME.md85 license changed to LGPL
95 changed default content-type to application/xml
/dokuwiki/lib/tpl/dokuwiki/css/
D_search.less60 div.changed {
/dokuwiki/vendor/aziraphale/email-address-validator/
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/
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/
Dmysql.conf.php.example212 * added to updateUser on demand. Only changed parameters will be used.
/dokuwiki/vendor/simplepie/simplepie/
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/
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
DLICENSE96 stating that you changed the files and the date of any change.
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt68 …* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking…
/dokuwiki/data/pages/wiki/
Dsyntax.txt68 …* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking…
/dokuwiki/
DCOPYING96 stating that you changed the files and the date of any change.

12