Home
last modified time | relevance | path

Searched +full:unknown -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 70) sorted by relevance

123

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php191 * 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 DNoActionException.php9 * the unknown action event
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php103 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 DAbstractLocaleFormatter.php26 * @throws \RuntimeException when the given place holder is unknown
H A Dphp-8.1-strftime.php141 … throw new InvalidArgumentException(sprintf('Format "%s" is unknown in time format', $pattern));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php226 …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 DFeedPageProcessorTest.php43 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author
53 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author
/dokuwiki/_test/tests/lib/exe/
H A Dajax_requests.test.php41 $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent());
58 $this->assertEquals("AJAX call '$call' unknown!\n", $response->getContent());
/dokuwiki/inc/Extension/
H A DPluginTrait.php35 'author' => 'Unknown',
36 'email' => 'unknown@example.com',
39 'desc' => 'Unknown purpose - bad plugin.info.txt',
H A DAuthPlugin.php104 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 DBase.php231 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 DTableFormatter.php90 * @return int terminal width, 0 if unknown
146 throw new Exception("unknown column format $col");
/dokuwiki/lib/plugins/extension/
H A DNotice.php72 … 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 Dgeneral_html.test.php102 throw new \RuntimeException("unknown method given: $method");
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMisc.php82 if (!is_null($mime)) // fallback if the mime type is still unknown
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php39 throw new Exception('Unknown rotation given');
/dokuwiki/lib/plugins/config/core/
H A DWriter.php126 ' * Run for user: ' . ($_SERVER['REMOTE_USER'] ?? 'Unknown'),
H A DConfiguration.php71 * Get all unknown or problematic settings
/dokuwiki/lib/exe/
H A Dfetch.php38 $EXT = 'unknown';
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php96 'named parameters, missing optional, additional unknown'
/dokuwiki/_test/tests/inc/
H A Dtemplate_tpl_get_action.php479 $expect = '[unknown %s type]';
480 $this->assertEquals($expect, tpl_get_action('unknown'));
/dokuwiki/inc/Form/
H A DLegacyForm.php99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
H A DDropdownElement.php123 // unknown value set, select first option instead
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php131 // exact date is unknown for externally deleted file
132 // when unknown, alter formatted string "YYYY-mm-DD HH:MM" to "____-__-__ __:__"
/dokuwiki/inc/
H A DActionRouter.php109 msg('Action unknown: ' . hsc($actionname), -1);

123