/plugin/schedule/ |
H A D | style.css | 97 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 D | DocCommentSniff.php | 72 $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 D | test.txt | 5 * <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 D | intro.txt | 3 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 D | Token.php | 114 * @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 D | functions.php | 405 * @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 D | functions.php | 413 * @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 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; 275 // short option 277 if (!isset($this->setup[$this->command]['short'][ [all...] |
/plugin/pubmed2020/site/ |
H A D | description.txt | 28 ^[[#short]] |link |Show a short pubmed link| 37 =====short===== 39 {{pubmed>short:9039911}}
|
/plugin/emoji/ |
H A D | README | 11 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 D | CatNamespace.asciidoc | 56 $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 D | ChangeLog | 12 * 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 D | Sentence.php | 371 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 D | style.css | 15 .pubmed .short span.authors{ 19 .pubmed .short span.etal{ /* always in short output */
|
/plugin/shorturl/ |
H A D | helper.php | 119 foreach ( $redirects as $short => $long ) { 120 $filecontents .= $short . " " . $long . "\n";
|
H A D | plugin.info.txt | 6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
|
/plugin/typography/ |
H A D | README.md | 7 …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 D | default.php | 11 $conf['redissue.short'] = '0';
|
/plugin/noticeboard/nbproject/ |
H A D | project.properties | 6 tags.short=true
|
/plugin/noticeboard/noticeboard/nbproject/ |
H A D | project.properties | 6 tags.short=true
|
/plugin/cryptsign/ |
H A D | plugin.info.txt | 6 desc Sign a short text with a cryptographic hash
|
/plugin/telleveryone/ |
H A D | plugin.info.txt | 6 desc Allow dokuwiki admins to publish short messages to other users.
|
/plugin/shorty/ |
H A D | plugin.info.txt | 6 desc Generates a short url to the current page using a url shortening service.
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | .php_cs.dist | 7 'array_syntax' => ['syntax' => 'short'],
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | .php_cs | 7 'array_syntax' => ['syntax' => 'short'],
|