| /plugin/register/ |
| D | syntax.php | 77 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 …]
|
| D | register.php | 46 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/ |
| D | ValidClassNameSniff.php | 79 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).'_';
|
| D | ValidFunctionNameSniff.php | 268 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/ |
| D | BackgroundPosition.php | 91 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);
|
| D | Background.php | 61 foreach ($bits as $bit) { 62 if ($bit === '') { 70 $r = $this->info['background-' . $key]->validate($bit, $config, $context); 72 $r = $bit;
|
| D | ListStyle.php | 53 foreach ($bits as $bit) { 57 if ($bit === '') { 64 $r = $this->info['list-style-' . $key]->validate($bit, $config, $context);
|
| D | Border.php | 39 foreach ($bits as $bit) { 44 $r = $validator->validate($bit, $config, $context);
|
| /plugin/authradius/ |
| D | des.php | 75 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/ |
| D | geohash.js | 77 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/ |
| D | FileCommentSniff.php | 334 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/ |
| D | Imb.php | 227 for ($bit = 2; $bit < 8; ++$bit) { 239 for ($bit = 0; $bit < 8; ++$bit) {
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/src/ |
| D | QrCode.php | 267 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/ |
| D | action.php | 318 for ($part = $i, $bit = 0; $bit < 8; $bit++) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Attr.AllowedRev.txt | 7 attribute is a bit of an edge-case; if you don't know what it is for, stay
|
| /plugin/encryptedpasswords/ |
| D | plugin.info.txt | 6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The passwo…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 12.12.js.map | 1 …bit-and',\n 'bit-and-not',\n 'bit-clear',\n 'bit-flip',\n 'bit-not',\n…
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
| D | CHANGELOG.md | 19 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.
|
| D | README.md | 138 ## 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/ |
| D | Reader.php | 178 $bit = 1 & ($tempBit >> 7 - ($i % 8)); 180 $node = $this->readNode($node, $bit);
|
| /plugin/codemirror/dist/modes/ |
| D | clojure.min.js.map | 1 …bit-and\",\n \"bit-and-not\", \"bit-clear\", \"bit-flip\", \"bit-not\", \"bit-or\", \"bit-set…
|
| /plugin/random_page/ |
| D | README | 8 So I poked at it a bit... and now it works.
|
| /plugin/grensladawritezor/ |
| D | readme.txt | 5 …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/ |
| D | QRcode.php | 329 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/ |
| D | style.css | 57 /* The calculations are a bit off so it needs this */
|