| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | EvalBarrett.php | 191 * Inline Multiply (unknown, known) 314 * For when $known is more digits than $unknown. This is the harder use case to optimize for. 317 * @param string $unknown 322 private static function generateInlineSubtract2($known, $unknown, $result, $class) argument 327 $size = count($' . $unknown . '); 329 …$sum = ($' . $known . '[$j] - $' . $unknown . '[$j]) * ' . $class::BASE_FULL . ' + $' . $known . '… 330 - $' . $unknown . '[$i] 352 $sum = $' . $known . '[$i] - $' . $unknown . '[$i] - $carry; 373 * For when $unknown is more digits than $known. This is the easier use case to optimize for. 375 * @param string $unknown [all …]
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | NoActionException.php | 9 * the unknown action event
|
| /dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
| H A D | Sniffer.php | 103 if ($official === 'unknown/unknown' 104 || $official === 'application/unknown') { 105 return $this->unknown(); 123 return $this->unknown(); 146 * Sniff unknown 150 public function unknown() function in SimplePie\\Content\\Type\\Sniffer
|
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | AbstractLocaleFormatter.php | 26 * @throws \RuntimeException when the given place holder is unknown
|
| H A D | php-8.1-strftime.php | 141 … throw new InvalidArgumentException(sprintf('Format "%s" is unknown in time format', $pattern));
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Locator.php | 226 …pplication/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;… 333 …pplication/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;… 355 …pplication/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;…
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 43 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author 53 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | ajax_requests.test.php | 41 $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent()); 58 $this->assertEquals("AJAX call '$call' unknown!\n", $response->getContent());
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginTrait.php | 35 'author' => 'Unknown', 36 'email' => 'unknown@example.com', 39 'desc' => 'Unknown purpose - bad plugin.info.txt',
|
| H A D | AuthPlugin.php | 104 msg("Check for unknown capability '$cap' - Do you use an outdated Plugin?", -1); 193 * null on unknown result (fallback to checkPass)
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Base.php | 231 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level'); 247 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level'); 294 // unknown level is always an error
|
| H A D | TableFormatter.php | 90 * @return int terminal width, 0 if unknown 146 throw new Exception("unknown column format $col");
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Notice.php | 72 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type); 84 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type);
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_html.test.php | 102 throw new \RuntimeException("unknown method given: $method");
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Misc.php | 82 if (!is_null($mime)) // fallback if the mime type is still unknown
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | ImageMagickAdapter.php | 39 throw new Exception('Unknown rotation given');
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Writer.php | 126 ' * Run for user: ' . ($_SERVER['REMOTE_USER'] ?? 'Unknown'),
|
| H A D | Configuration.php | 71 * Get all unknown or problematic settings
|
| /dokuwiki/lib/exe/ |
| H A D | fetch.php | 38 $EXT = 'unknown';
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCallTest.php | 96 'named parameters, missing optional, additional unknown'
|
| /dokuwiki/_test/tests/inc/ |
| H A D | template_tpl_get_action.php | 479 $expect = '[unknown %s type]'; 480 $this->assertEquals($expect, tpl_get_action('unknown'));
|
| /dokuwiki/inc/Form/ |
| H A D | LegacyForm.php | 99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
|
| H A D | DropdownElement.php | 123 // unknown value set, select first option instead
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 131 // exact date is unknown for externally deleted file 132 // when unknown, alter formatted string "YYYY-mm-DD HH:MM" to "____-__-__ __:__"
|
| /dokuwiki/inc/ |
| H A D | ActionRouter.php | 109 msg('Action unknown: ' . hsc($actionname), -1);
|