Home
last modified time | relevance | path

Searched refs:encode (Results 226 – 250 of 282) sorted by last modified time

12345678910>>...12

/plugin/markdownextra/
H A Dmarkdown.php203 function TextileThis($text, $lite='', $encode='') { argument
204 if ($lite == '' && $encode == '') $text = Markdown($text);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php288 function encode($str) function in pfcContainer_File
H A Dmysql.class.php307 function encode($str) function in pfcContainer_Mysql
H A Doracle.class.php385 function encode($str) function in pfcContainer_Oracle
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php259 $js = $json->encode($data);
H A Dpfccontainer.class.php129 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
130 $this->setMeta("channelid-to-nickid", $this->encode($chan), $nickid);
170 $this->rmMeta('channelid-to-nickid', $this->encode($chan), $nickid);
171 $this->rmMeta('nickid-to-channelid', $nickid, $this->encode($chan));
184 $this->rmMeta('channelid-to-msg', $this->encode($chan));
185 $this->rmMeta('channelid-to-msgid', $this->encode($chan));
218 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
335 $ret = $this->getMeta("channelid-to-nickid", $this->encode($chan));
363 $this->encode($chan),
757 function encode($str) function in pfcContainer
[all …]
H A Dpfcjson.class.php37 function encode($v) function in pfcJSON
40 return $this->json->encode($v);
H A Dphpfreechat.class.php465 $js .= "pfc.res.setLabel(".$json->encode($l).",".$json->encode(_pfc2($l)).");\n";
508 $js .= "pfc.res.setFileUrl(".$json->encode($f).",\"".$c->getFileUrlFromTheme($f)."\");\n";
513 …$js .= "pfc.res.setSmiley(".$json->encode($s_str[$j]).",\"".$c->getFileUrlFromTheme($s_file)."\");…
H A Dpfccontainerinterface.class.php80 function encode($str) function in pfcContainerInterface
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php67 $js = $json->encode($chanmeta);
H A Dgetnewmsg.class.php103 $js = $json->encode($js);
H A Dwhois.class.php73 $js = $json->encode($usermeta);
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
36 var pfc_nickid = <?php echo $json->encode($u->nickid); ?>;
37 var pfc_version = <?php echo $json->encode($version); ?>;
39 var pfc_title = <?php echo $json->encode($title); ?>;
43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
44 var pfc_clock = <?php echo $json->encode($clock); ?>;
46 var pfc_showsmileys = <?php echo $json->encode($showsmileys); ?>;
52 var pfc_debug = <?php echo $json->encode($debug); ?>;
59 var pfc_defaultchan = <?php echo $json->encode($c->channels); ?>;
61 var pfc_defaultprivmsg = <?php echo $json->encode($c->privmsg); ?>;
[all …]
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
36 var pfc_nickid = <?php echo $json->encode($u->nickid); ?>;
37 var pfc_version = <?php echo $json->encode($version); ?>;
39 var pfc_title = <?php echo $json->encode($title); ?>;
43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
44 var pfc_clock = <?php echo $json->encode($clock); ?>;
46 var pfc_showsmileys = <?php echo $json->encode($showsmileys); ?>;
52 var pfc_debug = <?php echo $json->encode($debug); ?>;
59 var pfc_defaultchan = <?php echo $json->encode($c->channels); ?>;
61 var pfc_defaultprivmsg = <?php echo $json->encode($c->privmsg); ?>;
[all …]
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php237 function encode($var) function in Services_JSON
436 $encoded_value = $this->encode($value);
442 return $this->encode(strval($name)) . ':' . $encoded_value;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt32 way to encode such simple and recognised concepts as numeric position
238 The syntax described above allows us to encode a move time for a *completed
/plugin/osm/
H A Dsyntax.php107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
/plugin/bugzillaint/action/
H A Dfetch.php51 print $json->encode( $result );
/plugin/sfauth/
H A Dhelper.php153 $data = $json->encode($data);
/plugin/vcard/
H A Dvcard.php27 function encode($string) { function
108 …perties[$key] = encode($name).";".encode($extended).";".encode($street).";".encode($city).";".enco…
/plugin/tfslink/
H A Daction.php38 echo '' . $json->encode($data) . '';
/plugin/ajaxpeon/
H A Daction.php122 echo $_GET["callback"]."(".$json->encode($data).")";
124 echo $json->encode($data);
197 echo $json->encode($data);
/plugin/components/lib/
H A Dajax.php58 echo $json->encode($result);
/plugin/settingstree/
H A Daction.php97 echo $json->encode($data);
/plugin/explorertree/
H A Daction.php71 echo $json->encode($data);

12345678910>>...12