Searched refs:bInit (Results 1 – 2 of 2) sorted by relevance
213 public function LZWCommand(&$data, $bInit) argument215 if ($bInit) {225 $this->GetCode($data, $bInit);245 $this->FirstCode = $this->GetCode($data, $bInit);258 while (($Code = $this->GetCode($data, $bInit)) >= 0) {274 $this->FirstCode = $this->GetCode($data, $bInit);328 public function GetCode(&$data, $bInit) argument330 if ($bInit) {
2490 function _fnLanguageProcess( oSettings, oLanguage, bInit ) argument2510 if ( bInit )