Home
last modified time | relevance | path

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

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A 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).'_';
H A 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/register/
H A Dsyntax.php79 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 Dregister.php46 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 Ddes.php75 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 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/
H A 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/
H A DImb.php227 for ($bit = 2; $bit < 8; ++$bit) {
239 for ($bit = 0; $bit < 8; ++$bit) {
/plugin/highlight2wiki/
H A Daction.php318 for ($part = $i, $bit = 0; $bit < 8; $bit++) {
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php60 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 DescapedCharacters.yml109 test: Escaped 8-bit Unicode
115 test: Escaped 16-bit Unicode
121 test: Escaped 32-bit Unicode
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedRev.txt
/plugin/encryptedpasswords/
H A Dplugin.info.txt6 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 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/src/MaxMind/Db/
H A DReader.php178 $bit = 1 & ($tempBit >> 7 - ($i % 8));
180 $node = $this->readNode($node, $bit);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A 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.
H A 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/codemirror/dist/modes/
H A Dclojure.min.js.map1bit-and\",\n \"bit-and-not\", \"bit-clear\", \"bit-flip\", \"bit-not\", \"bit-or\", \"bit-set…
/plugin/random_page/
H A DREADME8 So I poked at it a bit... and now it works.
/plugin/magnifier/
H A Dstyle.css57 /* The calculations are a bit off so it needs this */
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js41 …[PR['PR_TYPE'], /^(?:bit|bit_vector|character|boolean|integer|real|time|string|severity_level|posi…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A 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/latex/
H A DTODO8 -perhaps a bit premature.
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 …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 DTODO8 -perhaps a bit premature.

123456