Home
last modified time | relevance | path

Searched refs:result (Results 1901 – 1925 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/facebookalbum/
H A Dfacebook.php20 protected $result; variable in FacebookApiException
28 $this->result = $result;
30 $code = isset($result['error_code']) ? $result['error_code'] : 0;
35 } else if (isset($result['error']) && is_array($result['error'])) {
54 return $this->result;
514 if (is_array($result) && isset($result['error_code'])) {
517 return $result;
542 if (is_array($result) && isset($result['error'])) {
553 return $result;
621 if ($result === false) {
[all …]
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/logautherror/
H A Daction.php42 if($event->result === false && !empty($event->data['user'])){
/plugin/supa/helper/
H A Dhelper.php22 $result = array();
23 $result[] = array(
30 return $result;
/plugin/semanticdata/syntax/
H A Dentry.php184 $result = $store->update($sparql, $resultFormat, $lang, $infer);
193 $result = $store->update($sparql, $resultFormat, $lang, $infer);
204 $result = $store->update($sparql, $resultFormat, $lang, $infer);
210 $result = $store->update($sparql, $resultFormat, $lang, $infer);
/plugin/semanticdata/
H A Daction.php59 $result = $store->update($sparql, $resultFormat, $lang, $infer);
142 $result = array();
162 $result[hsc($id)] = hsc($title);
166 echo '(' . $json->encode($result) . ')';
/plugin/semanticdata/phpSesame/
H A DphpSesame.php118 throw new Exception ('Please supply a valid result format.');
H A DresultFormats.php31 foreach($this->xml->results->result as $result)
35 foreach($result->binding as $binding)
75 foreach($this->xml->results->result as $result)
77 foreach($result->binding as $binding) {
/plugin/rssticker/
H A DlastRSS.php72 if ($result) $result['cached'] = 1;
75 $result = $this->Parse($rss_url);
76 $serialized = serialize($result);
81 if ($result) $result['cached'] = 0;
98 $result = $this->Parse($rss_url);
99 if ($result) $result['cached'] = 0;
102 return $result;
159 if ($result['encoding'] != '')
216 …$result['items'][$i]['title'] = strip_tags($this->unhtmlentities(strip_tags($result['items'][$i]['…
227 $result['items_count'] = $i;
[all …]
/plugin/autolink2/
H A Dhelper.php55 $result = array();
56 $result[] = array(
61 return $result;
66 $result = array(); // array of line numbers in the page index
68 $result = $this->autolink_idx;
69 $res=$this->_numToID($result);
/plugin/onlineordering/
H A Dsend_form.php11 $result = "";
14 $result = $result.$random;
16 return $result;
152 $result = @mail($recipient, $subject, $mail, $header.$from); variable
153 if ($result) {
/plugin/slideshare/slideshare/
H A Dsyntax.php44 $pm = preg_match_all($this->pattern,$match,$result);
45 $left = ($result[1][0]==" ");
46 $right = ($result[5][0]==" ");
47 $cmd = $result[2][0];
48 $id = $result[3][0];
49 $title = $result[4][0];
/plugin/gtime/action/
H A Dtimestamp.php123 $result = $newFile->verify();
125 if ($result->isValid()) {
307 $result = GTHttpClient::verify($timestamp, $dataHash, null, $publicationsFile);
313 if ($result->isValid()) {
388 <td>{$result->getGtResult()->getErrorCode()}</td>
393 <td>{$result->getGtResult()->getErrorCode()}</td>
/plugin/gtime/
H A Drenderer.php81 $result = $zip->open($filetemp, ZipArchive::CREATE);
83 if ($result !== true) {
84 die("Unable to create zip file: {$filetemp}, error code: {$result}");
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php218 … $result = openssl_x509_checkpurpose($this->cert, $purpose, $cainfo, $untrustedFile) === true;
222 return $result;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js449 return result;
726 result = result && !!iterator.call(context, value, index);
729 return result;
739 return result;
752 var result;
823 var result;
826 if (result == null || value >= result)
834 var result;
837 if (result == null || value < result)
2815 return result;
[all …]
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js184 var result = self.sounds[sID];
185 if (!result && !suppressDebug) {
189 return result;
/plugin/s5reloaded/ui/thesis/
H A Dslides.js241 var result = "";
245 result += nodeValue(children[i]);
249 result = node.nodeValue;
251 return(result);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16result=b,c.target=e,d=d?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var…
/plugin/autlogin/
H A Dadmin.php1390 $result = count($usersgroups);
1391 if($result > 0)
1433 $result = count($usersgroups);
1434 if($result > 0)
/plugin/latex/
H A Dclass.latexrender.php191 $result=explode(" ",$output);
192 $dim=explode("x",$result[2]);

1...<<71727374757677787980