Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 15 of 15) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE82 copyright notice and disclaimer of warranty; keep intact all the
/dokuwiki/inc/
H A Dparserutils.php86 $keep = $ID;
109 $ID = $keep;
512 $keep = $ID;
522 $ID = $keep;
543 $ID = $keep;
H A Dcommon.php486 $id = str_replace('%3A', ':', $id); //keep as colon
487 $id = str_replace('%3B', ';', $id); //keep as semicolon
488 $id = str_replace('%2F', '/', $id); //keep as slash
1609 * You can give the string in two parts, the first part $keep
1614 * @param string $keep the part to keep
1621 function shorten($keep, $short, $max, $min = 9, $char = '…')
1623 $max -= PhpString::strlen($keep);
1624 if ($max < $min) return $keep;
1626 if ($len <= $max) return $keep
1598 shorten($keep, $short, $max, $min = 9, $char = '…') global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Dconflict.txt5 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/lib/plugins/popularity/lang/en/
H A Dintro.txt5 You are encouraged to repeat this step from time to time, or even better to opt for an automated monthly dispatch, to keep developers informed when your wiki grows. Your repeated data sets will be identified by an anonymous ID.
/dokuwiki/
H A DCOPYING82 copyright notice and disclaimer of warranty; keep intact all the
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md7 To keep things simple, the modification (adding or removing files) of existing archives is not supported.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE155 appropriate copyright notice and disclaimer of warranty; keep intact
/dokuwiki/lib/styles/
H A Dscreen.css82 (e.g. for screen readers or to keep access keys working) */
/dokuwiki/inc/lang/ku/
H A Dconflict.txt5 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/simplepie/simplepie/idn/
H A DLICENCE153 appropriate copyright notice and disclaimer of warranty; keep intact
/dokuwiki/bin/
H A Dstriplangs.php31 'keep',
32 'Comma separated list of languages to keep in addition to English.',
53 if ($options->getOpt('keep')) {
54 $keep = explode(',', $options->getOpt('keep'));
55 if (!in_array('en', $keep)) $keep[] = 'en';
57 $keep = ['en'];
64 $this->stripDirLangs(realpath(__DIR__ . '/../inc/lang'), $keep);
65 $this->processExtensions(realpath(__DIR__ . '/../lib/plugins'), $keep);
[all...]
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md49 All resize operations will keep the original aspect ratio of the image. There will be no distortion.