Home
last modified time | relevance | path

Searched refs:short (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/plugin/schedule/
H A Dstyle.css97 div.schedule table.short {
103 div.schedule table.short th, div.schedule table.short td {
113 div.schedule table.short td a {
117 div.schedule table.short td.week {
122 div.schedule table.short td.empty {
134 div.schedule table.short td.free {
138 div.schedule table.short caption {
153 div.schedule table.short td.cat_a {
182 div.schedule table.short td.op_1 {
186 div.schedule table.short td.op_2 {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php72 $short = $phpcsFile->findNext($empty, ($stackPtr + 1), $commentEnd, true);
73 if ($short === false) {
81 if ($tokens[$short]['line'] === $tokens[$stackPtr]['line']) {
87 $phpcsFile->fixer->addContentBefore($short, '* ');
121 if ($tokens[$short]['code'] !== T_DOC_COMMENT_STRING) {
128 if ($tokens[$short]['line'] !== ($tokens[$stackPtr]['line'] + 1)) {
133 for ($i = $stackPtr; $i < $short; $i++) {
149 $shortContent = $tokens[$short]['content'];
150 $shortEnd = $short;
151 for ($i = ($short + 1); $i < $commentEnd; $i++) {
[all …]
/plugin/pubmed2020/tests/
H A Dtest.txt5 * <nowiki>{{pmid>short:32123385}}</nowiki>
6 * {{pmid>short:32123385}}
20 * <nowiki>{{pmid>short:32200990}}</nowiki>
21 * {{pmid>short:32200990}}
35 * <nowiki>{{pmid>short:32123385,28866979,28328043,24913723}}</nowiki>
36 * {{pmid>short:32123385,28866979,28328043,24913723}}
/plugin/shorturl/lang/en/
H A Dintro.txt3 Here you can see and modify all saved short URLs for your Wiki.
8 short regular:page:name
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php114 * @param bool $short Whether to return a short representation or not
118 public static function typeToString($type, $short = false) argument
164 return $short ? $name : 'Twig\Token::'.$name;
/plugin/sphinxsearch-was/
H A Dfunctions.php405 * @param string $short the part to shorten
410 function shorten($keep, $short, $max, $min = 9, $char = '⌇') argument
414 $len = utf8_strlen($short);
415 if ($len <= $max) return $keep . $short;
417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/sphinxsearch/
H A Dfunctions.php413 * @param string $short the part to shorten
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
421 $len = utf8_strlen($short);
422 if($len <= $max) return $keep.$short;
424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php156 * @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;
275 // short option
277 if (!isset($this->setup[$this->command]['short'][
[all...]
/plugin/pubmed2020/site/
H A Ddescription.txt28 ^[[#short]] |link |Show a short pubmed link|
37 =====short=====
39 {{pubmed>short:9039911}}
/plugin/emoji/
H A DREADME11 To avoid unintended substitution, short names and emoticons should be separated
14 Emoji short names can be found at http://emoji.codes
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
192 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
214 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
235 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
257 $params['format'] = (string) a short versio
[all...]
/plugin/tooltip/
H A DChangeLog12 * syntax/tooltip.php, syntax/short.php: Updated getInfo()
14 * syntax/tooltip.php, syntax/short.php: changed XHTML container to
16 * syntax/tooltip.php, syntax/short.php: added text ('text') renderer
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php371 foreach ($shorts as $short) {
372 $word_count = count(mb_split('\s+', Multibyte::trim($short)));
387 $sentence .= $short;
388 $previous_word_ending = mb_substr($short, -1);
/plugin/pubmed2020/
H A Dstyle.css15 .pubmed .short span.authors{
19 .pubmed .short span.etal{ /* always in short output */
/plugin/shorturl/
H A Dhelper.php119 foreach ( $redirects as $short => $long ) {
120 $filecontents .= $short . " " . $long . "\n";
H A Dplugin.info.txt6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
/plugin/typography/
H A DREADME.md7 …emicolon (`;`) however last one may be omitted. You can use abbreviated **short name** instead of …
9 Some specific **short name** are also available as markup tag; `<ff>` (font familiy/name), `<fs>` (…
10 These short syntax are available through toolbar icons: ![fontfamily icon](https://raw.githubuserco…
12 | short name | css property name | description |
/plugin/redissue/conf/
H A Ddefault.php11 $conf['redissue.short'] = '0';
/plugin/noticeboard/nbproject/
H A Dproject.properties6 tags.short=true
/plugin/noticeboard/noticeboard/nbproject/
H A Dproject.properties6 tags.short=true
/plugin/cryptsign/
H A Dplugin.info.txt6 desc Sign a short text with a cryptographic hash
/plugin/telleveryone/
H A Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
/plugin/shorty/
H A Dplugin.info.txt6 desc Generates a short url to the current page using a url shortening service.
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.php_cs.dist7 'array_syntax' => ['syntax' => 'short'],
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs7 'array_syntax' => ['syntax' => 'short'],

12345678910>>...25