Searched full:pure (Results 1 – 25 of 226) sorted by relevance
12345678910
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
| D | CHANGELOG.md | 23 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.
|
| D | README.md | 142 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.
|
| D | composer.json | 19 … "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/ |
| D | conversions.js | 714 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/ |
| D | style.css | 140 table.database2 input.pure-text 155 table.database2 input.pure-text.selected 160 table.database2 input.pure-text:hover
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | box.text.string.php | 24 // "Pure" Text boxes never have margins/border/padding 29 // "Pure" Text boxes never have margins/border/padding
|
| D | box.whitespace.php | 23 // "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/ |
| D | OpenSSH.php | 102 … 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/ |
| D | uglifyjs | 14 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/ |
| D | AES.php | 4 * Pure-PHP implementation of AES. 53 * Pure-PHP implementation of AES.
|
| /plugin/move/ |
| D | MoveResolver.php | 8 * We need the "pure" resolver without any special handling for startpages or autoplurals
|
| /plugin/relativetimehelper/ |
| D | plugin.info.txt | 6 desc Pure helper plugin to format timestamps into relative strings
|
| D | README | 3 Pure helper plugin to format timestamps into relative strings
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Test.ForceNoIconv.txt | 6 and use only pure PHP implementations.
|
| /plugin/svgpureinsert/ |
| D | plugin.info.txt | 5 name Pure SVG Insert Plugin
|
| /plugin/lightmenu/ |
| D | plugin.info.txt | 6 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.js | 10 mode: require('./_library') ? 'pure' : 'global',
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _shared.js | 10 mode: require('./_library') ? 'pure' : 'global',
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/ |
| D | browsers.yml | 7 'com.pure.mini.browser': 'Pure Mini Browser' 8 'pure.lite.browser': 'Pure Lite Browser'
|
| /plugin/copy2clipboard/ |
| D | copy2clipboard | 41 …- 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 D | README.md | 3 FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionalit…
|
| H A D | composer.json | 3 "description": "A Pure PHP SASL Library",
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | Simple.php | 7 * Pure php array query. Can be used to create any not existing type of query.
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | README.md | 1 **Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an ar…
|
| /plugin/quickstats/GEOIP/vendor/composer/ |
| D | installed.json | 140 … "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