| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Misc.php | 27 'unit' => [$this, 'unit'], 28 //'get-unit' => [$this, 'getUnit'], 39 * Convert a number from one unit into another 94 * Remove or change the unit of a dimension 96 * @link https://lesscss.org/functions/#misc-functions-unit 99 public function unit(array $arg): array function in LesserPHP\\Functions\\Misc 113 // get-unit is missing
|
| H A D | Type.php | 127 * Returns true if a value is a number with a given unit, false otherwise 133 [$input, $unit] = Asserts::assertArgs($args, 2, 'isunit'); 134 $unit = $this->lessc->compileValue($this->lessc->unwrap($unit)); 138 $input[2] == $unit
|
| /dokuwiki/lib/tpl/dokuwiki/lang/en/ |
| H A D | lang.php | 9 $lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)'; 10 $lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, …
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | composer.json | 55 "SimplePie\\Tests\\Unit\\": "tests/Unit"
|
| H A D | README.markdown | 51 9. `test/` - SimplePie's unit test suite.
|
| /dokuwiki/.github/workflows/ |
| H A D | testWindows.yml | 1 name: Windows Unit Tests
|
| H A D | autoFix.yml | 48 …Please carefully check the changes before merging. Please note that unit tests are not run for aut…
|
| H A D | testLinux.yml | 1 name: Linux Unit Tests
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
| H A D | BuiltInStandardAttributes.php | 60 'organizational-unit-names' => [
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 603 "sebastian/code-unit-reverse-lookup": "^2.0.3", 932 "sebastian/code-unit": "^1.0.8", 975 "description": "The PHP Unit Testing framework.", 1119 "name": "sebastian/code-unit", 1123 "url": "https://github.com/sebastianbergmann/code-unit.git", 1128 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c… 1161 "homepage": "https://github.com/sebastianbergmann/code-unit", 1163 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 1164 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 1175 "name": "sebastian/code-unit-reverse-lookup", [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | racket.php | 695 'udp-send/enable-break', 'udp?', 'unit?', 'unsupplied-arg?', 715 'class/derived', 'command-line', 'compound-unit', 716 'compound-unit/infer', 'cons/c', 'continuation-mark-key/c', 718 'current-contract-region', 'define-compound-unit', 719 'define-compound-unit/infer', 'define-contract-struct', 723 'define-signature-form', 'define-struct/contract', 'define-unit', 724 'define-unit-binding', 'define-unit-from-context', 725 'define-unit/contract', 'define-unit/new-import-export', 726 'define-unit/s', 'define-values-for-export', 727 'define-values/invoke-unit', 'define-values/invoke-unit/infer', [all …]
|
| H A D | ruby.php | 110 'Test::Unit::TestCase', 'Test::Unit', 'Test', 'Thread',
|
| H A D | abap.php | 252 'as separate unit', 383 'in background unit', 413 'keeping logical unit of work', 1176 'unit',
|
| H A D | oz.php | 48 'self','true','false','unit','div','mod','andthen','orelse','cond','or',
|
| H A D | oxygene.php | 58 'property', 'As', 'Is', 'Unit', 'Continue', 'Try', 'Except', 'Forward',
|
| H A D | jcl.php | 62 'DUMMY','DYNAM','AVGREC','BURST','DISP','UNIT','VOLUME',
|
| H A D | pascal.php | 71 'to','try','type','unit','until','uses','var','while','with','xor'
|
| H A D | progress.php | 308 'GRID-FACTOR-HORIZONTAL','GRID-FACTOR-VERTICAL','GRID-SNAP','GRID-UNIT-HEIGHT-CHARS', 309 … 'GRID-UNIT-HEIGHT-PIXELS','GRID-UNIT-WIDTH-CHARS','GRID-UNIT-WIDTH-PIXELS','GRID-VISIBLE',
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | README.md | 17 * Unit tests
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Util.php | 105 // Then convert it from degrees into desired unit
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 271 "sebastian/code-unit-reverse-lookup": "^1.0.1", 617 "description": "The PHP Unit Testing framework.", 645 "name": "sebastian/code-unit-reverse-lookup", 649 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 654 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c01… 686 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 688 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 689 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Parser.php | 534 $this->unit($inner) || 544 if ($this->unit($value)) return true; 805 protected function unit(&$unit) function in LesserPHP\\Parser 814 $unit = ['number', $m[1], empty($m[2]) ? '' : $m[2]]; 1090 if ($this->unit($unit)) { // for keyframes 1091 $parts[] = $unit[1]; 1092 $parts[] = $unit[2];
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 494 "sebastian/code-unit-reverse-lookup": "^1.0.1", 844 "description": "The PHP Unit Testing framework.", 868 "name": "sebastian/code-unit-reverse-lookup", 872 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 877 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c01… 909 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 911 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 912 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
| /dokuwiki/inc/ |
| H A D | ActionRouter.php | 150 * @throws FatalException during unit testing
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPFolders.php | 146 * Create an organizational unit
|