Home
last modified time | relevance | path

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

12345678910>>...30

/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php378 $short = 'UNK';
386 $short = $osShort;
441 $short = $osFromClientHints['short_name'];
449 $short = $osFromUserAgent['short_name'];
456 $short = $osFromUserAgent['short_name'];
462 $short = $osFromUserAgent['short_name'];
467 $short = $osFromUserAgent['short_name'];
473 $family = self::getOsFamily($short);
483 $short = 'ADR';
492 $short = 'LEN';
[all …]
/plugin/schedule/
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 {
126 div.schedule table.short td.weekend {
129 div.schedule table.short td.outofscope {
134 div.schedule table.short td.free {
138 div.schedule table.short caption {
142 div.schedule table.short caption.scheduleShow {
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php980 $short = $browserFromClientHints['short_name'];
989 $short = 'I1';
995 $short = '3B';
1002 && \in_array($short, ['A0', 'AL', 'HP', 'JR', 'MU', 'OM', 'OP', 'VR'])
1018 $short = $browserFromUserAgent['short_name'];
1025 $short = $browserFromUserAgent['short_name'];
1062 $short = $browserFromUserAgent['short_name'];
1067 $family = self::getBrowserFamily((string) $short);
1073 $short = self::getBrowserShortName($name);
1077 $family = self::getBrowserFamily((string) $short) ?? 'Chrome';
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
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)) {
130 $fix = $phpcsFile->addFixableError($error, $short, 'SpacingBeforeShort');
133 for ($i = $stackPtr; $i < $short; $i++) {
136 } else if ($tokens[$i]['line'] === $tokens[$short]['line']) {
149 $shortContent = $tokens[$short]['content'];
[all …]
/plugin/pubmed2020/tests/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DDefinitionCacheFactory.php50 * @param string $short Short name of cache object, for reference
53 public function register($short, $long) argument
55 $this->implementations[$short] = $long;
/plugin/shorturl/lang/en/
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/
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/
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/myvendor/splitbrain/php-cli/src/
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;
/plugin/pubmed2020/site/
Ddescription.txt28 ^[[#short]] |link |Show a short pubmed link|
37 =====short=====
39 {{pubmed>short:9039911}}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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, ya…
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 version of the Accept header, e.g. json, yaml
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/src/
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/tooltip/
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/emoji/
DREADME11 To avoid unintended substitution, short names and emoticons should be separated
14 Emoji short names can be found at http://emoji.codes
/plugin/pubmed2020/
Dstyle.css15 .pubmed .short span.authors{
19 .pubmed .short span.etal{ /* always in short output */
/plugin/shorturl/
Dhelper.php119 foreach ( $redirects as $short => $long ) {
120 $filecontents .= $short . " " . $long . "\n";
/plugin/typography/
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/
Ddefault.php11 $conf['redissue.short'] = '0';
/plugin/noticeboard/noticeboard/nbproject/
Dproject.properties6 tags.short=true
/plugin/noticeboard/nbproject/
Dproject.properties6 tags.short=true
/plugin/cryptsign/
Dplugin.info.txt6 desc Sign a short text with a cryptographic hash
/plugin/telleveryone/
Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
/plugin/shorty/
Dplugin.info.txt6 desc Generates a short url to the current page using a url shortening service.

12345678910>>...30