Home
last modified time | relevance | path

Searched refs:res (Results 301 – 309 of 309) sorted by last modified time

1...<<111213

/plugin/freesync/
H A Dhelper.php269 if($this->_rpcQuery('wiki.putPage', array($id, $page['text'], $sum), $res)) {
270 if($res == 0) {
400 … $this->_rpcQuery('wiki.putAttachment', array($id, $file['content'], array("ow" => true)), $res)) {
/plugin/sympaauth/files/
H A Dsympa.class.php127 $res = $this->soap_client->authenticateAndRun($user,$_SESSION['sympapass'],'complexWhich');
131 if (isset($res) && gettype($res) == 'array') {
132 foreach ($res as $list) {
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js959 var res = [];
964 res = lang.dk.call(self,tchr,buf);
966 res = ['',0];
978 res[1] = tchr != fc & lang.dk.indexOf(tchr.charCodeAt(0))>-1;
979 res[0] = deadkeys[fc][tchr]?deadkeys[fc][tchr]:tchr;
984 res[1] = deadkeys.hasOwnProperty(tchr);
985 res[0] = tchr;
988 return res;
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js460 var res = [];
471 if (!isEmpty(tr)) res[res.length] = tr;
473 return res;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js132 var res = 0;
177 return res;
473 var res = [];
583 res[res.length] = tmp;
587 return res;
599 res[res.length] = tmp;
603 return res;
626 return res;
845 var res = false;
903 var res = false
[all …]
/plugin/googlesearch/
H A Dnusoap.php5857 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
5858 $xml_encoding = $res[1];
/plugin/zip/pear/MIME/
H A DType.php390 $res = $cmd->execute();
393 return $res;
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php246 $res = $this->next();
251 return $res;
H A DChangeName.php71 $res = substr($name, strlen($this->baseName)+1);
72 if ($res === false) {
75 return $res;

1...<<111213