Home
last modified time | relevance | path

Searched refs:result (Results 1751 – 1775 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/lightbox/
H A Daction.php60 $event->result = false;
/plugin/singlesearchresult/
H A Daction.php26 $result = $event->result;
29 if(count($result) == 1) {
30 $pageid = key($result);
/plugin/searchresultswithpath/
H A Daction.php39 foreach($event->result as $id => $title){
60 $event->result[$id] = $title . $ns;
/plugin/dontfeedtemplates/
H A Daction.php79 $event->result = false;
86 $event->result = false;
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php68 return $this->result($query, 0);
111 function result($query, $row) { function in ucclient_db
130 …return ($id = mysql_insert_id($this->link)) >= 0 ? $id : $this->result($this->query("SELECT last_i…
H A Ddbi.class.php57 return $this->result($query, 0);
100 function result($query, $row) { function in ucclient_db
123 …return ($id = $this->link->insert_id) >= 0 ? $id : $this->result($this->query("SELECT last_insert_…
/plugin/authucenter/lib/api/
H A Duc.php308 $result = '';
329 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
333 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
334 return substr($result, 26);
339 return $keyc.str_replace('=', '', base64_encode($result));
/plugin/authucenter/lib/uc_client/
H A Dclient.php181 $result = '';
202 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
206 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
207 return substr($result, 26);
212 return $keyc.str_replace('=', '', base64_encode($result));
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php218 $result['data'] = $pms;
220 $result['count'] = $pmnum;
221 return $result;
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php251 …$result = $this->db->query("INSERT INTO ".UC_DBTABLEPRE."pm_members(plid, uid, isnew, pmnum, lastu…
252 if(!$result) {
255 …$result = $this->db->query("INSERT INTO ".UC_DBTABLEPRE."pm_members(plid, uid, isnew, pmnum, lastu…
256 if(!$result) {
337 …$result = $this->db->query("INSERT INTO ".UC_DBTABLEPRE."pm_members(plid, uid, isnew, pmnum, lastu…
338 if(!$result) {
H A Dtag.php32 …$result = $this->db->result_first("SELECT tagtemplates FROM ".UC_DBTABLEPRE."applications WHERE ap…
33 return $result;
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb106 Dim result As Byte()
109 result = Encrypt(keyType, _
113 For i = 0 To result.Length - 1
114 encrypted = encrypted & Convert.ToString(result(i), 16).PadLeft(2, "0").ToUpper()
/plugin/mediasyntax/
H A Dhelper.php46 $result = array();
47 $result[] = array(
52 return $result;
/plugin/bugzillaint/action/
H A Dfetch.php42 $result = $this->fetchData(
51 print $json->encode( $result );
63 $result = array();
66 $result['lists'] = array();
68 …$result['lists'][] = $bugzillaClient->quicksearch( $i['quicksearch'], explode(',', $i['extras']), …
73 $result['trees'] = array();
77 $result['trees'][ $k ] = $v;
89 $result['links'] = $bugzillaClient->getBugsInfos( $ids, $extras);
92 return $result;
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php43 $result = array();
45 $result[ $bug['id'] ] = $bug;
47 foreach ( $result as &$bug ) {
54 return $result;
199 return $result;
223 $result = array();
230 $result = array();
362 throw new BugNumberInvalidException($result['faultString'], $result['faultCode']);
364 throw new BugzillaException($result['faultString'], $result['faultCode']);
371 return $result;
[all …]
/plugin/clippy/
H A Dsyntax.php84 if ( preg_match( '/\<clippy\>(.*)\<\/clippy\>/is', $match, $result ) === 1 ) {
85 $text = $result[1];
87 elseif ( preg_match( '/\[clippy\s(.*)\]/is', $match, $result ) === 1 ) {
88 $text = $result[1];
/plugin/odt2dw/
H A Daction.php218 $this->result = '====== '.basename($this->odtFileName,'.odt').' ======
220 …rLinkToOriginalFile') && auth_quickaclcheck($ID) >= AUTH_UPLOAD ) $this->result .= '<sub>{{'.$this…
231 $this->result .= $tmp;
381 …saveWikiText( $this->pageName, $this->result, $this->getLang( 'parserSummary' ).$this->odtFileName…
414 …]+/)*[^/}]+)/([0-9a-zA-Z]+)(\.[a-z]+)(\?[0-9]+(?:x[0-9]+)?)?}}|', $this->result, $imgs, PREG_SET_O…
426 …$this->result = str_replace( '{{'.$this->pictpath.'/'.$pict.$other.'}}' , '{{'.$newname.$other.'}}…
/plugin/latexit/_test/
H A Dsyntax.test.php75 $result = $this->s->render("xhtml", $r, $data);
77 $this->assertTrue($result);
82 $result = $this->s->render("latex", $r, $data);
83 $this->assertTrue($result);
87 $result = $this->s->render("latex", $r, $data);
89 $this->assertTrue($result);
92 $result = $this->s->render("doc", $r, $data);
93 $this->assertFalse($result);
/plugin/mellelexport/
H A Drenderer.php35 $result = $colorMap[$a[1]];
37 $result = 1;
40 return 'marker=\''.$result.'\'';
/plugin/botbouncer/lib/
H A Dbotbouncer.php563 $result = curl_exec($curl);
570 return $result;
581 $result = curl_exec($ch);
582 return $result;
/plugin/tuxquote/
H A Dquotes.txt127 … danger is far greater than the value of any project that could possibly result. (Power saws, powe…
269 Happiness is not a reward - it is a consequence. Suffering is not a punishment - it is a result. <B…
1046 …mples of guys being faithful to their mates until they die, usually as a result of being eaten by …
1056 … into the bedroom window of a woman who lived nearly 500 feet away. As a result, many guys became …
3092 A full-grown manatee, which can weigh more than 1,000 pounds, looks like the result of a genetic ex…
4133 Our current obsession with creativity is the result of our continued striving for immortality in an…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1030 And the result was that as her soul was going out (because she died) she called his name Ben-o'ni; …
1227 And the plenty once in the land will not be known as a result of that famine afterward, because it …
5721 It is not in the heavens, so as to result in saying, 'Who will ascend for us into the heavens and g…
17020 The result of humility [and] the fear of Jehovah is riches and glory and life.
24299 For he cured many, with the result that all those who had grievous diseases were falling upon him t…
28022 if truly God is one, who will declare circumcised people righteous as a result of faith and uncircu…
28025 If, for instance, Abraham were declared righteous as a result of works, he would have ground for bo…
28049 Therefore, now that we have been declared righteous as a result of faith, let us enjoy peace with G…
28066 …through one trespass the result to men of all sorts was condemnation, likewise also through one ac…
29168 For our part we by spirit are eagerly waiting for the hoped-for righteousness as a result of faith.
[all …]
H A DEntryVerse.php76 $result = '';
81 $result = $this->verses[$this->book_index[$book][$chapter] + $verse];
83 return $result;
/plugin/subjectindex/inc/
H A Dcommon.php71 $result = array($path, $pid );
73 $result = array(null, null);
75 return $result;
84 $result = $this->current($get_section);
85 return $result;
/plugin/nslist/
H A Dsyntax.php97 $result = array();
98 search($result,$conf['datadir'],'search_universal',$opts,$data['dir']);
101 usort($result,array($this,'_sort_date'));
103 usort($result,array($this,'_sort_page'));
107 foreach($result as $item){

1...<<71727374757677787980