Home
last modified time | relevance | path

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

1...<<111213

/plugin/mantis/lib/
H A Dclass.soap_parser.php73 if (preg_match("/encoding=[\"']([^\"']*)[\"']/", $xml_decl, $res)) {
74 $xml_encoding = $res[1];
/plugin/advrack/
H A Draphael.js2300 … newres[i] = i % 2 ? rotate(res[i - 1], res[i], rad).y : rotate(res[i], res[i + 1], rad).x;
5681 res = res[name];
5683 typeof res == "function" && isFunc && (res = res());
5686 res = (res == null || res == obj ? all : res) + "";
6765 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
6967 setFillAndStroke(res, res.attrs);
7477 res.Y = a.y + res.H / 2;
7490 res.bbx = res.W / 2;
7494 res.bbx = -res.W / 2;
7742 res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient;
[all …]
/plugin/behave/
H A Dbehave.js72 var res = [],
78 res.push(val);
82 return res;
/plugin/sphinxsearch/
H A Daction.php397 $res = $this->_search->search(0, 10);
398 if (!$res){
H A Dsphinxapi.php1361 $res = array ();
1374 $res[] = $len ? substr ( $response, $pos, $len ) : "";
1379 return $res;
1431 $res = array ();
1445 $res[] = array ( "tokenized"=>$tokenized, "normalized"=>$normalized );
1451 $res [$i]["docs"] = $ndocs;
1452 $res [$i]["hits"] = $nhits;
1464 return $res;
1611 $res = array();
1616 $res[$i][] = substr ( $response, $p, $len ); $p += $len;
[all …]
/plugin/podcast/
H A Dhelper.php10 $res = $sqlite->query( 'SELECT
16 $rows = $sqlite->res2arr($res);
/plugin/owncloud/
H A Dhelper.php405 $res = $this -> getFilenameForID($fileid, true);
407 if(isset($res)){
408 $src = $res;
/plugin/git/
H A Dhelper.php109 $res = $this->loadSqlite();
110 if (!$res)
125 $res = $this->loadSqlite();
126 if (!$res) return;
138 $res = $this->loadSqlite();
139 if (!$res) return;
456 if (!$res) return;
475 if (!$res) return;
491 if (!$res) return;
509 if (!$res) return;
[all …]
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dconfig.php194 $res = init_path($path);
195 if(empty($res)) {
197 $res = io_mkdir_p($path);
199 if(!$res){
/plugin/flowplayer/
H A Dsyntax.php37 if (preg_match('/(\d+),(\d+)/', $param, $res)) {
38 $width = intval($res[1]);
39 $height = intval($res[2]);
41 else if (preg_match('/([^:]+):(.*)$/', $param, $res))
42 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = '"'.$res[2].'"';
43 else if (preg_match('/no(\w+)/', $param, $res))
44 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = 'false';
45 else if (preg_match('/(\w+)/', $param, $res))
46 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = 'true';
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/syntax/
H A Dtable.php191 $res = $store->query($data['sql'],$resultFormat, $lang, $infer);
193 if($res->hasRows())
195 $headers = $res->getHeaders();
198 foreach($res->getRows() as $row)
/plugin/autolink2/
H A Dhelper.php69 $res=$this->_numToID($result);
70 if (is_array($res)){
84 foreach ($res as $anchor => $page){
/plugin/slideshare/slideshare/
H A Dmanager.dat2 url=http://codesemiotic.com/res/slideshare.zip
/plugin/pagemove/lang/es/
H A Dlang.php.txt23 $lang['pm_badns'] = 'Caractéres inválidos en el Espacio de Nombres.';
24 $lang['pm_badname'] = 'Caractéres inválidos en el nombre de la página.';
/plugin/latex/
H A Dadmin.php121 $res = $this->latexpurge($mode, $days*86400);
122 foreach($res as $img => $vio){
/plugin/jsonrpc/
H A DIJR_Server.php65 $res = $this->call($data['method']['methodName'], $parameter);
66 if (is_a($res, 'IJR_Error')) {
67 $this->error($res);
72 $result['result']=$res;
/plugin/translation3/
H A Daction.php83 $res = array();
86 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
87 $res["x$tr"][] = array($r,$t);
90 ksort($res);
93 foreach($res as $r){
102 $res = array();
105 if(!is_array($res["x$tr"])) $res["x$tr"] = array();
106 $res["x$tr"][] = $r;
109 ksort($res);
112 foreach($res as $r){
/plugin/linkbonus/
H A Dcommon.php136 $res = preg_match ("/<title>(.+)<\/title>/is", $fc, $title);
137 if ($res == 1) {
/plugin/itemtable/
H A Dsyntax.php157 $res="</p><table";
159 $res.=" width='".$this->options["twidth"]."'>";
161 $res.=">";
171 $res.="\n<tr class='dbtables-tr_0' valign='top'>\n";
173 $res.=$td."\n";
176 $res.="</tr></table><p>";
177 return $res;
/plugin/dbtables/
H A Dsyntax.php116 $res="</p><table";
118 $res.=" width='".$this->options["twidth"]."'>";
120 $res.=">";
136 $res.="</tr>\n";
138 … $res.="\n<tr class='dbtables-tr_".$CurTablePos % $this->options["groups"]."' valign='top'>\n";
141 $res.=$td."\n";
145 $res.="</tr></table><p>";
146 return $res;
/plugin/processing/
H A Dscript.js12674 var res = [];
12692 res.push(new AstPrefixStatement(m[3], undef,
12697 res.push(space);
12700 res.push(transformMethod(atoms[atomIndex]));
12702 res.push(transformClass(atoms[atomIndex]));
12714 res.push(statement.left);
12715 res.push(transformStatement(statement.middle));
12716 res.push(statement.right + ";");
12721 res.push(statementsTail.left);
12724 res.push(";" + statementsTail.right);
[all …]
/plugin/jquery/
H A Djquery-1.4.2.js4826 complete: function( res, status ) { argument
4835 .append(res.responseText.replace(rscript, ""))
4841 res.responseText );
4845 self.each( callback, [res.responseText, status, res] );
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php181 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
188 if (isset($res) && gettype($res) == 'array') {
189 foreach ($res as $list) {
307 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
314 if (isset($res) && gettype($res) == 'array') {
315 foreach ($res as $list) {

1...<<111213