Searched refs:short (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Options.php | 156 * @param string|null $short one character option (specified with -) 161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '') argument 170 'short' => $short 173 if ($short) { 174 if (strlen($short) > 1) { 178 $this->setup[$command]['short'][$short] = $long;
|
| /dokuwiki/inc/ |
| H A D | common.php | 1584 * @param string $short the part to shorten 1590 function shorten($keep, $short, $max, $min = 9, $char = '…') argument 1594 $len = PhpString::strlen($short); 1595 if ($len <= $max) return $keep . $short; 1598 PhpString::substr($short, 0, $half - 1) . 1600 PhpString::substr($short, $len - $half);
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | README.md | 45 $item->description = $data->short;
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 312 If the program is interactive, make it output a short notice like this
|
| H A D | CHANGELOG | 96 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)
|
| /dokuwiki/ |
| H A D | COPYING | 312 If the program is interactive, make it output a short notice like this
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 181 * Added support for German short forms for weekdays and months. [#632](https://github.com/simplepie…
|