Home
last modified time | relevance | path

Searched refs:uccode (Results 1 – 4 of 4) sorted by path

/plugin/authucenter/lib/uc_client/control/
H A Dpm.php51 $this->uccode = new uccode();
52 $lastpm['lastsummary'] = $this->uccode->complie($lastpm['lastsummary']);
272 $this->uccode = new uccode();
275 $pms[$key]['message'] = $this->uccode->complie($pms[$key]['message']);
304 $this->uccode = new uccode();
307 $pms[$key]['message'] = $this->uccode->complie($pms[$key]['message']);
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php10 class uccode { class
14 $this->uccode();
17 function uccode() { function in uccode
18 $this->uccode = array(
26 $this->uccode['pcodecount']++;
28 $this->uccode['codehtml'][$this->uccode['pcodecount']] = $this->tpl_codedisp($code);
29 $this->uccode['codecount']++;
30 return "[\tUCENTER_CODE_".$this->uccode[pcodecount]."\t]";
79 for($i = 0; $i <= $this->uccode['pcodecount']; $i++) {
80 $message = str_replace("[\tUCENTER_CODE_$i\t]", $this->uccode['codehtml'][$i], $message);
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php806 static $uccode = null;
807 if($uccode === null) {
809 $uccode = new uccode();
811 $str = $uccode->complie($str);
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php165 foreach ($vector as $code => $uccode) {
166 if (isset($GLOBALS['g_unicode_glyphs'][$uccode])) {
167 $result[$GLOBALS['g_unicode_glyphs'][$uccode]][] = $code;