Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 210) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DEvalBarrett.php304 * @param string $known
310 private static function generateInlineSubtract2($known, $unknown, $result, $class) argument
313 $' . $result . ' = $' . $known . ';
317 …$sum = ($' . $known . '[$j] - $' . $unknown . '[$j]) * ' . $class::BASE_FULL . ' + $' . $known . '…
340 $sum = $' . $known . '[$i] - $' . $unknown . '[$i] - $carry;
364 * @param array $known
369 private static function generateInlineSubtract1($unknown, array $known, $result, $class) argument
372 for ($i = 0, $j = 1; $j < count($known); $i += 2, $j += 2) {
374 $code .= self::float2string($known[$j] * $class::BASE_FULL + $known[$i]);
402 if ($j == count($known)) {
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/amd/
Dprecompiler.js174 var known = {};
175 if (opts.known && !Array.isArray(opts.known)) {
176 opts.known = [opts.known];
178 if (opts.known) {
179 for (var i = 0, len = opts.known.length; i < len; i++) {
180 known[opts.known[i]] = true;
207 knownHelpers: known,
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js187 let known = {};
188 if (opts.known && !Array.isArray(opts.known)) {
189 opts.known = [opts.known];
191 if (opts.known) {
192 for (let i = 0, len = opts.known.length; i < len; i++) {
193 known[opts.known[i]] = true;
224 knownHelpers: known,
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dprecompiler.js189 var known = {};
190 if (opts.known && !Array.isArray(opts.known)) {
191 opts.known = [opts.known];
193 if (opts.known) {
194 for (var i = 0, len = opts.known.length; i < len; i++) {
195 known[opts.known[i]] = true;
222 knownHelpers: known,
/plugin/confmanager/lang/en/
Dscheme.txt1 DokuWiki allows linking to external URLs but only to known protocols.
Dwordblock.txt1 …. But if you intend to use it on the open Internet you may want to blacklist some known Spam words.
/plugin/api/
DREADME.md22 …* `limit` : the max number of pages (known also under [pagename](https://www.dokuwiki.org/pagename…
34 * `id` : the page id (known also under [pagename](https://www.dokuwiki.org/pagename))
/plugin/advanced/lang/en/config/
Dscheme.txt3 DokuWiki allows linking to external URLs but only to known protocols.
Dwordblock.txt3 …. But if you intend to use it on the open Internet you may want to blacklist some known Spam words.
/plugin/numatomo/
H A Dplugin.info.txt6 desc “Nu style“ web analytics with Matomo (formerly known as “Piwik”)
H A DREADME.md4 …to use the [Matomo](https://matomo.org/) web analytics software (formerly known as "Piwik") with D…
/plugin/stopforumspam/
Dplugin.info.txt6 desc Checks new users against a database of known spammers maintained by stopforumspam.org
/plugin/vshare/syntax/
H A Dvideo.php232 $known = implode('|', array_keys($this->sizes));
235 if (preg_match("/^((\d+)x(\d+))|($known)\$/i", $key, $m)) {
/plugin/mp3play/
DREADME3 This plugin is a DokuWiki port of the well known Audio Player Wordpress Plugin
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/sympaauth/lang/en/
Dlogin.txt7 You must use your email and password as they are known by [[<http URL for sympa list server>|sympa …
/plugin/letsencrypt/lang/en/
Dinfo.txt2 verification, token files will be writen to a ''.well-known/acme-challenge'' directory within the W…
/plugin/abortlogin/
DREADME.md2 Allow login to Dokuwiki from known IP's only
/plugin/googleanalytics/lang/en/
Dintro.txt15 …* **Basic** "Google Analytics ID" (also known as "[[https://developers.google.com/analytics/devgui…
16 …* **Newer** "Global Site Tag ID" (also known as "[[https://developers.google.com/analytics/devguid…
/plugin/authsplit/
DREADME36 them, it is possible that a user is known to one of the two plugins only or
55 validates both login name and password successfully. If a user is not known
56 here, he is not known to DokuWiki at all.
58 If known and the password matches, authsplit then calls the internal helper
73 be known there by the same login name, too. If not, behaviour depends on the
98 Thus, a user has to be known to both auth plugins, but the SECONDARY's user
105 authsplit will first check if the user is not known to the PRIMARY auth plugin
136 accounts known to the PRIMARY auth plugin are yet in use by other software.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Dstdclass.rst10 There are many known limitations when dealing with ``stdClass`` objects.
/plugin/codemirror/dist/modes/
Dxquery.min.js.map1known","propertyIsEnumerable","eatWhile","foundColon","word","current","isInXmlConstructor","maybe…
/plugin/sha3sum/
DPlugin.txt52 * not yet known
/plugin/codeprettify/
DREADME.md29 …ettifier](https://github.com/googlearchive/code-prettify), which was once known as "google-code-pr…
/plugin/googleanalytics/
DREADME.md21 …* **Basic** "Google Analytics ID" (also known as "[analytics.js](https://developers.google.com/ana…
22 …* **Newer** "Global Site Tag ID" (also known as "[gtag.js](https://developers.google.com/analytics…

123456789