Home
last modified time | relevance | path

Searched refs:pure (Results 1 – 25 of 87) sorted by relevance

1234

/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/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.
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs350 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/
Dstyle.css140 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/
DTest.ForceNoIconv.txt6 and use only pure PHP implementations.
/plugin/lightmenu/
Dplugin.info.txt6 desc Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepe…
DREADME.md3 Very simple plugin which display pure CSS tree menu (inspired from "bisserof" https://codepen.io/bi…
/plugin/pureldap/vendor/freedsx/sasl/
H A DREADME.md3 FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionalit…
/plugin/codeprettify/code-prettify/src/
Dlang-vhdl.js39 …ot|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|regist…
/plugin/quickstats/GEOIP/
Dcomposer.lock142 … "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/
DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/plugin/webdav/vendor/sabre/uri/
DCHANGELOG.md16 doesn't support them, so we now have a pure-php fallback in case it fails.
/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/tagging/less/
H A Deditable.less2 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.1.md38 * Added pure php css embed filter
/plugin/masciimath/
DREADME.txt6 This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation i…
/plugin/codemirror/dist/modes/
Dmllike.min.js1 …ject:"keyword",parallel:"keyword",process:"keyword","protected":"keyword",pure:"keyword",sealed:"k… property
Drust.min.js.map1 …inal|if|impl|in|loop|macro|match|mod|move|offsetof|override|priv|proc|pub|pure|ref|return|self|siz…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
DREADME.md13 MIT-licensed pure-PHP implementations of the following:
/plugin/asciidocjs/node_modules/async/
DREADME.md16 A pure ESM version of Async is available as [`async-es`](https://www.npmjs.com/package/async-es).
/plugin/bible/bible_douayRheims/
D1_Timothy.txt5 …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.
D2_Timothy.txt3 …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/
Djson_definition_demo.txt5 * [[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 DREADME.md2 FreeDSx LDAP is a pure PHP LDAP library. It has no requirement on the core PHP LDAP extension. This…

1234