Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 165) sorted by relevance

1234567

/plugin/register/
Dsyntax.php77 private function push_bit(&$bits, &$bit) argument
79 if (!array_key_exists("name", $bit))
80 $bit["name"] = "ERROR:UNDEF";
81 if (!array_key_exists("desc", $bit))
82 $bit["desc"] = "";
83 if (!array_key_exists("flags", $bit))
84 $bit["flags"] = "";
85 $range = explode(" ", $bit["range"]);
88 array_push($bits, array($range[0], $range[1], $bit["name"], $bit["desc"], $bit["flags"]));
89 $bit = array();
[all …]
Dregister.php46 class bit { class
48 public function bit($data) function in bit
212 foreach ($bits as $bit) {
213 $b = new bit($bit);
219 function bit_find($bit) argument
222 if ($bit <= $b->start && $bit >= $b->end)
227 function bit_defined($bit) argument
229 return ($this->bit_find($bit) != false);
232 private function bitpos($bit, $bitdim, $bitmax) argument
234 $inv = abs($bit - $bitmax);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
DValidClassNameSniff.php79 foreach ($nameBits as $bit) {
80 if ($bit === '' || $bit{0} !== strtoupper($bit{0})) {
96 foreach ($nameBits as $bit) {
97 if ($bit !== '') {
98 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
DValidFunctionNameSniff.php268 foreach ($nameBits as $bit) {
269 if ($bit{0} !== strtoupper($bit{0})) {
271 foreach ($nameBits as $bit) {
272 $newPackagePart .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DBackgroundPosition.php91 foreach ($bits as $bit) {
92 if ($bit === '') {
97 $lbit = ctype_lower($bit) ? $bit : strtolower($bit);
112 $r = $this->length->validate($bit, $config, $context);
119 $r = $this->percentage->validate($bit, $config, $context);
DBackground.php61 foreach ($bits as $bit) {
62 if ($bit === '') {
70 $r = $this->info['background-' . $key]->validate($bit, $config, $context);
72 $r = $bit;
DListStyle.php53 foreach ($bits as $bit) {
57 if ($bit === '') {
64 $r = $this->info['list-style-' . $key]->validate($bit, $config, $context);
DBorder.php39 foreach ($bits as $bit) {
44 $r = $validator->validate($bit, $config, $context);
/plugin/authradius/
Ddes.php75 foreach ($ip_table as $bit) {
76 $ip .= $clearText[$bit - 1];
85 foreach ($ip1_table as $bit) {
87 $cypherBlock .= $concat[$bit - 1];
115 foreach ($pc1 as $bit) {
116 $k .= $key[$bit - 1];
128 foreach ($pc2 as $bit) {
130 $k[$i] .= $concat[$bit - 1];
198 foreach ($e_table as $bit) {
199 $e .= $data[$bit - 1];
[all …]
/plugin/structgeohash/
Dgeohash.js77 var bit=0;
89 ch |= BITS[bit];
96 ch |= BITS[bit];
103 if (bit < 4)
104 bit++;
107 bit = 0;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
DFileCommentSniff.php334 foreach ($nameBits as $bit) {
335 if ($bit !== '') {
336 $newName .= ucfirst($bit).'_';
387 foreach ($nameBits as $bit) {
388 if ($bit !== '') {
389 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
432 foreach ($nameBits as $bit) {
433 if ($bit !== '') {
434 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DImb.php227 for ($bit = 2; $bit < 8; ++$bit) {
239 for ($bit = 0; $bit < 8; ++$bit) {
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php267 private function addData($val, $bit, $next = true) argument
270 $this->bitData[$this->ptr] = $bit;
360 foreach ($this->bitData as $bit) {
361 $this->bitCount += $bit;
618 $bit = 1 << $i;
619 $bitR = (~$bit) & 255;
620 $bitMask = str_repeat(chr($bit), $allMatrix);
/plugin/highlight2wiki/
Daction.php318 for ($part = $i, $bit = 0; $bit < 8; $bit++) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.AllowedRev.txt7 attribute is a bit of an edge-case; if you don't know what it is for, stay
/plugin/encryptedpasswords/
Dplugin.info.txt6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The passwo…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D12.12.js.map1bit-and',\n 'bit-and-not',\n 'bit-clear',\n 'bit-flip',\n 'bit-not',\n…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md19 overflow. This generally only affects 32-bit machines. Reported
37 * The pure PHP reader now correctly decodes integers on 32-bit platforms.
120 * Clarified behavior of 128-bit type in documentation.
DREADME.md138 ## 128-bit Integer Support ##
140 The MaxMind DB format includes 128-bit unsigned integer as a type. Although
143 requires gmp or bcmath to read databases with 128-bit unsigned integers.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
DReader.php178 $bit = 1 & ($tempBit >> 7 - ($i % 8));
180 $node = $this->readNode($node, $bit);
/plugin/codemirror/dist/modes/
Dclojure.min.js.map1bit-and\",\n \"bit-and-not\", \"bit-clear\", \"bit-flip\", \"bit-not\", \"bit-or\", \"bit-set…
/plugin/random_page/
DREADME8 So I poked at it a bit... and now it works.
/plugin/grensladawritezor/
Dreadme.txt5 …g" (tm) since allowing full HTML access is potentially a bit dangerous. Nonetheless, it's a bit tr…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php329 protected $bit; variable in jucksearm\\barcode\\lib\\QRcode
701 $this->bit = -1;
705 $bit = 0x80;
708 $this->setFrameAt($addr, 0x02 | (($bit & $code) != 0));
709 $bit = $bit >> 1;
763 if ($this->bit == -1) {
764 $this->bit = 0;
770 if ($this->bit == 0) {
772 $this->bit++;
776 $this->bit--;
/plugin/magnifier/
Dstyle.css57 /* The calculations are a bit off so it needs this */

1234567