Searched refs:ClearCode (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | Lzw.php | 28 var $ClearCode; variable in Mpdf\\Gif\\Lzw 83 $this->ClearCode = 1 << $this->SetCodeSize; 84 $this->EndCode = $this->ClearCode + 1; 85 $this->MaxCode = $this->ClearCode + 2; 86 $this->MaxCodeSize = $this->ClearCode << 1; 91 for ($i = 0; $i < $this->ClearCode; $i++) { 112 } while ($this->FirstCode == $this->ClearCode); 123 if ($Code == $this->ClearCode) { 124 for ($i = 0; $i < $this->ClearCode; $i++) { 135 $this->MaxCodeSize = $this->ClearCode << 1; [all …]
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte; 220 $this->ClearCode = 1 << $this->SetCodeSize; 221 $this->EndCode = $this->ClearCode + 1; 222 $this->MaxCode = $this->ClearCode + 2; 223 $this->MaxCodeSize = $this->ClearCode << 1; 228 for ($i = 0; $i < $this->ClearCode; $i++) { 248 while ($this->FirstCode == $this->ClearCode); 259 if ($Code == $this->ClearCode) { 260 for ($i = 0; $i < $this->ClearCode; $i++) { 271 $this->MaxCodeSize = $this->ClearCode << 1; [all …]
|
| /plugin/jmol2/jmol/ |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |