Searched refs:pure (Results 1 – 25 of 87) sorted by relevance
1234
| /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/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.
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 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/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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Test.ForceNoIconv.txt | 6 and use only pure PHP implementations.
|
| /plugin/lightmenu/ |
| D | plugin.info.txt | 6 desc Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepe…
|
| D | README.md | 3 Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepen.io/bi…
|
| /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…
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-vhdl.js | 39 …ot|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|regist…
|
| /plugin/quickstats/GEOIP/ |
| D | composer.lock | 142 … "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 143 … "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
| /plugin/icalevents/vendor/sabre/uri/ |
| D | CHANGELOG.md | 16 doesn't support them, so we now have a pure-php fallback in case it fails.
|
| /plugin/webdav/vendor/sabre/uri/ |
| D | CHANGELOG.md | 16 doesn't support them, so we now have a pure-php fallback in case it fails.
|
| /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/tagging/less/ |
| H A D | editable.less | 2 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | CHANGELOG-1.1.md | 38 * Added pure php css embed filter
|
| /plugin/masciimath/ |
| D | README.txt | 6 This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation i…
|
| /plugin/codemirror/dist/modes/ |
| D | mllike.min.js | 1 …ject:"keyword",parallel:"keyword",process:"keyword","protected":"keyword",pure:"keyword",sealed:"k… property
|
| D | rust.min.js.map | 1 …inal|if|impl|in|loop|macro|match|mod|move|offsetof|override|priv|proc|pub|pure|ref|return|self|siz…
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
| D | README.md | 13 MIT-licensed pure-PHP implementations of the following:
|
| /plugin/asciidocjs/node_modules/async/ |
| D | README.md | 16 A pure ESM version of Async is available as [`async-es`](https://www.npmjs.com/package/async-es).
|
| /plugin/bible/bible_douayRheims/ |
| D | 1_Timothy.txt | 5 …1:5. Now the end of the commandment is charity from a pure heart, and a good conscience, and an un… 28 …2:8. I will therefore that men pray in every place, lifting up pure hands, without anger and conte… 44 3:9. Holding the mystery of faith in a pure conscience.
|
| D | 2_Timothy.txt | 3 …1:3. I give thanks to God, whom I serve from my forefathers, with a pure conscience, that without … 40 …, and pursue justice, faith, charity and peace with them that call on the Lord out of a pure heart.
|
| /plugin/json/demo/ |
| D | json_definition_demo.txt | 5 * [[recipe_butter_cookie]] - pure JSON file. 42 In this case we have pure JSON external file [[recipe_butter_cookie]]. 'src' may be internal or ext…
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | README.md | 2 FreeDSx LDAP is a pure PHP LDAP library. It has no requirement on the core PHP LDAP extension. This…
|
1234