Searched refs:cinfo (Results 1 – 4 of 4) sorted by relevance
81 unset ($cinfo);99 $cinfo = $this->loadFormData(); # Loads form data concerning the contact100 $res = $this->saveData($cinfo);106 unset ($cinfo);185 $cinfo = $this->getContactData($contact_id);190 $out = $this->buildForm($contact_id,$cinfo);254 function buildForm($contact_id,$cinfo){ argument274 if (isset($_REQUEST['blob'])) $cinfo['photo'] = $_REQUEST['blob'];275 if ($cinfo['photo'] != false) {276 …$out .= "<img style='float:left;max-width:120px' src='data:image/jpg;base64,".($cinfo['photo'])."'…[all …]
76 $cinfo = $this->_extract_params($str_params);77 return array($state, $cinfo);
360 $cinfo = curl_getinfo ($info['handle']);363 $this->_response .= 'URL=' . $cinfo['url'] ."\n"
3600 $cinfo = ($cmf & 0xF0) >> 4;3601 if ($cinfo > 7) {3602 user_error("CINFO above 7 is not allowed ($cinfo)");3604 $windowSize = 1 << ($cinfo + 8);3614 … $this->decompress_context = inflate_init(ZLIB_ENCODING_RAW, ['window' => $cinfo + 8]);