Home
last modified time | relevance | path

Searched refs:result (Results 151 – 175 of 1997) sorted by path

12345678910>>...80

/plugin/authmantis/
H A DLICENSE.md583 author or copyright holder as a result of your choosing to follow a
/plugin/authnc/
H A Dauth.php445 if ($result = curl_exec($this->curl)) {
446 return simplexml_load_string($result);
448 msg('Request failed with error: ' . curl_error($ch) . '. Return code: ' . $result);
/plugin/authorstats/
H A Daction.php146 $event->result = false;
/plugin/authowncloud/
H A Dauth.php221 $result = $db->execute($values);
222 return $result;
249 $result = $this->getUsers($filter, $start, $limit);
251 $row = $result->fetchRow();
256 $row = $result->fetchRow();
315 $result = $db->execute(array($user));
316 return $result->fetchOne();
/plugin/authphpbb3/
H A Dauth.php149 if (is_array($result) && array_key_exists('url', $result)) {
285 $result = null;
416 $result = null;
461 $result = null;
670 if (is_array($result) && array_key_exists('cookie_name', $result)) {
696 $result = null;
736 $result = null;
780 $result = null;
786 $result = null;
801 $result = null;
[all …]
/plugin/authsmf20/
H A Daction.php78 $result = '<a href="' . $userinfo['smf_user_profile'] . '" class="userlink' .
96 $result .= '<span class="userlink-popup ' . $popup . '">';
98 …$result .= '<img src="' . $userinfo['smf_user_avatar'] . '" alt="' . hsc($userinfo['smf_user_realn…
100 $result .= '<span><strong>' . hsc($userinfo['smf_user_realname']) . '</strong>';
104 … $result .= '<span class="userlink-' . hsc($field) . '">' . hsc($userinfo[$field]) . '</span>';
107 $result .= '</span></span></a>';
110 $result .= '</a>';
112 return $result;
H A Dauth.php280 $result = $this->_smf_db_link->query($query);
282 if (!$result) {
287 while ($row = $result->fetch_object()) {
300 $result->close();
359 if (!$result) {
364 $row = $result->fetch_object();
394 $result->close();
422 $result = $this->_smf_db_link->query($query);
424 if (!$result) {
429 while ($row = $result->fetch_object()) {
[all …]
/plugin/authsplit/
H A Dauth.php270 $result = $this->triggerUserMod(
277 if ($result === false || $result === null)
397 $result = $this->authplugins['primary']->createUser(
400 if ($result === false || $result === null) {
405 return $result;
414 $result = $this->authplugins['secondary']->createUser(
417 if ($result === false || $result
[all...]
/plugin/authsqlite/
H A Dauth.php130 if(($result = $this->_queryDB($sql))) {
131 $rc = count($result);
157 $result = $this->_queryDB($sql);
159 foreach($result as $user) {
365 $result = $this->dbcon->query($query);
366 if($result) {
367 while(($t = $result->fetchArray(SQLITE3_ASSOC)) !== false) {
391 $result = $this->dbcon->exec($query);
392 if($result) {
/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/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/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/autlogin/
H A Dadmin.php1390 $result = count($usersgroups);
1391 if($result > 0)
1433 $result = count($usersgroups);
1434 if($result > 0)
/plugin/autogroup/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/autoincludeindex/
H A DremoveBox.php30 $result = ereg_replace('(\<box.*\>[^.*]*.*\</box\>)','', $fileContent);
37 fwrite($handle, $result);
/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/autotabber/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/autotooltip/
H A Dhelper.php26 $result = array();
27 $result[] = array(
38 'return' => array('result' => 'string')
40 $result[] = array(
50 'return' => array('result' => 'string')
52 return $result;
/plugin/autotranslation/
H A Daction.php258 foreach($event->result as $r => $t) {
266 $event->result = array();
269 $event->result[$l[0]] = $l[1];
277 foreach($event->result as $r) {
285 $event->result = array();
287 $event->result = array_merge($event->result, $r);
H A Dhelper.php232 $result = array();
241 $result[$name] = $link;
245 return $result;
/plugin/avatar/
H A Dhelper.php13 $result = array();
14 $result[] = array(
24 return $result;

12345678910>>...80