Home
last modified time | relevance | path

Searched refs:cinfo (Results 1 – 4 of 4) sorted by relevance

/plugin/addressbook/ !
Dsyntax.php81 unset ($cinfo);
99 $cinfo = $this->loadFormData(); # Loads form data concerning the contact
100 $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){ argument
263 …e="firstname" placeholder="'.$this->getLang('form firstname').'" value="'.$cinfo['firstname'].'">';
264 …name="surname" placeholder="'.$this->getLang('form surname').'" value="'.$cinfo['surname'].'"><br>…
265 …me="cfunction" placeholder="'.$this->getLang('form function').'" value="'.$cinfo['cfunction'].'">';
[all …]
/plugin/hcalendar/syntax/ !
Dhcal2.php76 $cinfo = $this->_extract_params($str_params);
77 return array($state, $cinfo);
/plugin/authyubikey/lib/ !
DYubico.php360 $cinfo = curl_getinfo ($info['handle']);
363 $this->_response .= 'URL=' . $cinfo['url'] ."\n"
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ !
DSSH2.php3600 $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]);