Home
last modified time | relevance | path

Searched refs:result (Results 1876 – 1900 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/fedauth/Auth/OpenID/
H A DAssociation.php454 $result = array();
462 $result[] = $pair;
464 $result[] = $pair;
469 return $result;
H A DBigMath.php241 $result = 1;
244 $result = $this->mod($this->mul($result, $square), $modulus);
249 return $result;
345 $result = array();
348 $result[] =
354 $result[] = array('modules' => array('bcmath', 'php_bcmath'),
358 return $result;
428 $result = null;
429 return $result;
H A DDiscover.php583 $result = Auth_OpenID_discoverXRI($uri, $fetcher);
585 $result = Auth_OpenID_discoverURI($uri, $fetcher);
592 list($new_uri, $endpoints) = $result;
600 $result = array($new_uri, $http_endpoints);
603 return $result;
H A DFileStore.php389 $result = @fopen($filename, 'x');
391 if ($result === false) {
394 fclose($result);
H A DTrustRoot.php355 $result = array();
359 $result[] = $endpoint;
363 return $result;
H A DConsumer.php763 if (Auth_OpenID::isFailure($result)) {
764 return $result;
777 if (Auth_OpenID::isFailure($result)) {
778 return $result;
781 $endpoint = $result;
786 if (Auth_OpenID::isFailure($result)) {
787 return $result;
792 if (Auth_OpenID::isFailure($result)) {
793 return $result;
823 if (Auth_OpenID::isFailure($result)) {
[all …]
H A DSQLStore.php358 if ($this->isError($result)) {
361 return $result;
373 if ($this->isError($result)) {
376 return $result;
460 if ($this->isError($result)) {
488 $result = "";
494 $result .= "\\\\000";
499 return $result;
510 $result = "";
530 $result .= $char;
[all …]
H A DNonce.php35 $result = preg_match(Auth_OpenID_Nonce_REGEX, $nonce_string, $matches);
36 if ($result != 1 || count($matches) != 8) {
H A DServer.php391 $result = new Auth_OpenID_CheckAuthRequest($assoc_handle, $signed);
392 $result->message = $message;
393 $result->sig = $sig;
394 $result->invalidate_handle = $message->getArg(Auth_OpenID_OPENID_NS,
396 return $result;
530 if (is_a($result, 'Auth_OpenID_ServerError')) {
531 return $result;
533 list($dh, $consumer_pubkey) = $result;
567 if (is_a($result, 'Auth_OpenID_ServerError')) {
568 return $result;
[all …]
H A DCryptUtil.php114 $result = true;
117 $result &= ($s1[$i] == $s2[$i]);
119 return $result;
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php32 $result = $svc->response(wl($ID, 'do=fedauth', true, '&'));
33 if ($result == -1) {
36 else if ($result == -2) {
41 return $this->_process_claimed_identity($result, $svcdata);
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php60 $result = array();
68 return $result;
114 $result = array();
122 return $result;
156 $result = array();
159 $result = array_merge($result, $new_uris);
162 $result = array_merge($result,
165 return $result;
407 $result = array_merge($result, $this->serviceList[$pri]);
472 $result = array_merge($result, $filtered[$pri]);
[all …]
H A DXML.php173 if (!$result) {
178 if (!$result->nodeset) {
183 return $result->nodeset;
197 $result = array();
205 return $result;
260 $result = @$this->xpath->query($xpath);
265 if (!$result) {
269 for ($i = 0; $i < $result->length; $i++) {
270 $n[] = $result->item($i);
287 $result = array();
[all …]
H A DMisc.php47 $result = "";
49 $result .= "%".sprintf("%X", ord($c[$i]));
51 return $result;
/plugin/fedauth/
H A Daction.php159 $result = $this->handler->callService($pro, $cdata['svcd'], true);
160 if (is_array($result) && empty($_REQUEST['ajax'])) {
161 msg($result['msg'], $result['code']);
249 $result = $this->handler->process();
250 if (is_array($result) && empty($_REQUEST['ajax'])) {
251 msg($result['msg'], $result['code']);
/plugin/fedauth/Auth/
H A DCOPYING160 result of this License or out of the use or inability to use the
H A DOpenID.php387 $result = $scheme . "://" . $host;
390 $result .= ":" . $port;
393 $result .= $path;
396 $result .= "?" . $query;
400 $result .= "#" . $fragment;
403 return $result;
/plugin/solr/
H A Dindex_all.php109 $result = $solr->solr_query('update', '', 'POST', $xmldoc);
110 $xml = simplexml_load_string($result);
113 $data['errors'][] = array('id' => $id, 'result' => $result);
H A DREADME.md32 …the page title) or the first paragraph (the page abstract) will give the result document a higher …
H A Daction.php106 $result = $helper->solr_query('update', 'commit=true', 'POST', $writer->outputMemory());
107 $xml = simplexml_load_string($result);
110 print "solr_indexer: Unexpected response:\n$result\n";
/plugin/facebooklike/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js57 …d.endOffset){if(match.endOffset<=child.endOffset){var result=child.insertAtEnd(match);return resul…
H A Djquery.syntax.layout.editor.js11 Syntax.Editor.prototype.updateChangedLines=function(){var result={};var updated=this.getLines();var…
12 result.start=j;i=this.current.lines.length,j=updated.lines.length;while(i>result.start&&j>result.st…
13 result.end=j;result.originalEnd=i;result.difference=updated.lines.length-this.current.lines.length;…
14 break;result.start-=1;}
15 if(result.difference>0){while(result.end<(updated.lines.length-1)){if(updated.offsets[result.end-1]…
16 break;result.end+=1;result.originalEnd+=1;}}
17 this.current=updated;this.changed=result;return result;}
/plugin/mytemplate/
H A DREADME23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
33 makes sense if you want to calculate an intermediate result to be used later.
50 evaluated, the other also doesn't get its result assigned to a variable.
H A Daction.php162 $event->result = $data;
214 $result = eval("return $formula;");
215 return $result;

1...<<71727374757677787980