/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
H A 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).'_';
|
H A 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/register/ |
H A D | syntax.php | 79 if (!array_key_exists("name", $bit)) 80 $bit["name"] = "ERROR:UNDEF"; 82 $bit["desc"] = ""; 84 $bit["flags"] = ""; 88 array_push($bits, array($range[0], $range[1], $bit["name"], $bit["desc"], $bit["flags"])); 89 $bit = array(); 95 $bit = array(); 109 $this->push_bit($bits, $bit); 110 $bit[$subkey] = $val; 117 if (count($bit) > 0) [all …]
|
H A D | register.php | 46 class bit { class 48 public function bit($data) function in bit 213 $b = new bit($bit); 219 function bit_find($bit) argument 222 if ($bit <= $b->start && $bit >= $b->end) 305 if ($bit == false) 374 if ($bit == false) 378 $b += ($bit->start - $bit->end) * $b_inc; 393 if ($bit == false) 400 if ($bit->start != $bit->end) { [all …]
|
/plugin/authradius/ |
H A D | des.php | 75 foreach ($ip_table as $bit) { 76 $ip .= $clearText[$bit - 1]; 85 foreach ($ip1_table as $bit) { 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]; 212 foreach ($p_table as $bit) { [all …]
|
/plugin/structgeohash/ |
H A 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/ |
H A 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/ |
H A D | Imb.php | 227 for ($bit = 2; $bit < 8; ++$bit) { 239 for ($bit = 0; $bit < 8; ++$bit) {
|
/plugin/highlight2wiki/ |
H A D | action.php | 318 for ($part = $i, $bit = 0; $bit < 8; $bit++) {
|
/plugin/dw2pdf/vendor/mpdf/qrcode/src/ |
H A D | QrCode.php | 60 private $bitData; // nb de bit de chacune des valeurs 65 private $valData; // liste des valeurs de bit différents 70 private $wordData = []; // liste des valeurs tout ramené à 8bit 267 private function addData($val, $bit, $next = true) argument 270 $this->bitData[$this->ptr] = $bit; 358 // calculate bit count 360 foreach ($this->bitData as $bit) { 361 $this->bitCount += $bit; 374 // bit size limit array 431 // construction of 8bit word [all...] |
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | escapedCharacters.yml | 109 test: Escaped 8-bit Unicode 115 test: Escaped 16-bit Unicode 121 test: Escaped 32-bit Unicode
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.AllowedRev.txt |
|
/plugin/encryptedpasswords/ |
H A D | plugin.info.txt | 6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The password can be decrypted by clicking them (Javascript must be enabled).
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A 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/src/MaxMind/Db/ |
H A D | Reader.php | 178 $bit = 1 & ($tempBit >> 7 - ($i % 8)); 180 $node = $this->readNode($node, $bit);
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A 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.
|
H A 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/codemirror/dist/modes/ |
H A 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/ |
H A D | README | 8 So I poked at it a bit... and now it works.
|
/plugin/magnifier/ |
H A D | style.css | 57 /* The calculations are a bit off so it needs this */
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-vhdl.js | 35 // String, character or bit string 41 [PR['PR_TYPE'], /^(?:bit|bit_vector|character|boolean|integer|real|time|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\w-]|$)/i, null],
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 132 * Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode. 137 * Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode. 142 * Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode. 147 * Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode. 308 * X position of bit. 314 * Y position of bit. 326 * Single bit value. 329 protected $bit; variable in jucksearm\\barcode\\lib\\QRcode 701 $this->bit = -1; 705 $bit [all...] |
/plugin/latex/ |
H A D | TODO | 8 -perhaps a bit premature.
|
/plugin/backlinks2/_test/data/pages/ |
H A D | bob_ross_says.txt | 5 …w tools, a little instruction, and a vision in your mind. The least little bit can do so much. Now…
|
/plugin/latex-was/ |
H A D | TODO | 8 -perhaps a bit premature.
|