Home
last modified time | relevance | path

Searched full:pure (Results 1 – 25 of 226) sorted by relevance

12345678910

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md23 to `LONG_MAX`. This more closely matches the behavior of the pure
37 * The pure PHP reader now correctly decodes integers on 32-bit platforms.
40 * There are small performance improvements for the pure PHP reader.
49 upgrading the extension. This does not affect the pure PHP
60 This was change to match the behavior of the pure PHP class.
113 * In the pure PHP reader, a string length test after `fread()` was replaced
139 * The API now officially supports HHVM when using the pure PHP reader.
151 * Added optional C extension for using libmaxminddb in place of the pure PHP
153 * Significantly improved error handling in pure PHP reader.
DREADME.md142 pure PHP reader and the C extension support this type. The pure PHP reader
146 by the C extension and a decimal string (no prefix) by the pure PHP reader.
163 using the pure PHP API.
Dcomposer.json19 … "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
20 … "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js714 const pure = [0, 0, 0];
723 pure[0] = 1; pure[1] = v; pure[2] = 0; break;
725 pure[0] = w; pure[1] = 1; pure[2] = 0; break;
727 pure[0] = 0; pure[1] = 1; pure[2] = v; break;
729 pure[0] = 0; pure[1] = w; pure[2] = 1; break;
731 pure[0] = v; pure[1] = 0; pure[2] = 1; break;
733 pure[0] = 1; pure[1] = 0; pure[2] = w;
740 (c * pure[0] + mg) * 255,
741 (c * pure[1] + mg) * 255,
742 (c * pure[2] + mg) * 255
/plugin/database2/
Dstyle.css140 table.database2 input.pure-text
155 table.database2 input.pure-text.selected
160 table.database2 input.pure-text:hover
/plugin/html2pdf/html2pdf/html2ps/
Dbox.text.string.php24 // "Pure" Text boxes never have margins/border/padding
29 // "Pure" Text boxes never have margins/border/padding
Dbox.whitespace.php23 // "Pure" Text boxes never have margins/border/padding
28 // "Pure" Text boxes never have margins/border/padding
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DOpenSSH.php102 … password. this renders openssl / mcrypt unusuable. this forces us to use a pure-PHP implementation
103 … of bcrypt. the problem with that is that pure-PHP is too slow to be practically useful.
107 … slower. pure-PHP is 215x slower than OpenSSL for AES and pure-PHP is 43x slower for bcrypt.
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs14 var truthy_keys = [ "optional", "pure", "terminal", "uses_arguments", "uses_eval", "uses_with" ];
350 var pure = list[node.start.pos];
351 if (!pure) {
353 if (tokens) for (var i = 0; !pure && i < tokens.length; i++) {
354 pure = list[tokens[i].pos];
357 if (pure) node.pure = pure;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DAES.php4 * Pure-PHP implementation of AES.
53 * Pure-PHP implementation of AES.
/plugin/move/
DMoveResolver.php8 * We need the "pure" resolver without any special handling for startpages or autoplurals
/plugin/relativetimehelper/
Dplugin.info.txt6 desc Pure helper plugin to format timestamps into relative strings
DREADME3 Pure helper plugin to format timestamps into relative strings
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DTest.ForceNoIconv.txt6 and use only pure PHP implementations.
/plugin/svgpureinsert/
Dplugin.info.txt5 name Pure SVG Insert Plugin
/plugin/lightmenu/
Dplugin.info.txt6 desc Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepe…
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_shared.js10 mode: require('./_library') ? 'pure' : 'global',
/plugin/asciidocjs/node_modules/core-js/modules/
D_shared.js10 mode: require('./_library') ? 'pure' : 'global',
/plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/
Dbrowsers.yml7 'com.pure.mini.browser': 'Pure Mini Browser'
8 'pure.lite.browser': 'Pure Lite Browser'
/plugin/copy2clipboard/
Dcopy2clipboard41 …- made of pure javascript, there is no PHP requirement, no DokuWiki requirement. It will work on a…
55 is made of pure javascript, it should work with any DokuWiki version.
/plugin/pureldap/vendor/freedsx/sasl/
H A DREADME.md3 FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionalit…
H A Dcomposer.json3 "description": "A Pure PHP SASL Library",
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DSimple.php7 * Pure php array query. Can be used to create any not existing type of query.
/plugin/statistics/vendor/mustangostang/spyc/
DREADME.md1 **Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an ar…
/plugin/quickstats/GEOIP/vendor/composer/
Dinstalled.json140 … "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
141 … "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",

12345678910