Home
last modified time | relevance | path

Searched refs:res (Results 201 – 225 of 309) sorted by last modified time

12345678910>>...13

/plugin/data-au/
H A Daction.php55 $res = $sqlite->query('SELECT pid FROM pages WHERE page = ?',$id);
56 $pid = (int) $sqlite->res2single($res);
/plugin/data-au/admin/
H A Daliases.php103 $res = $sqlite->query($sql);
104 $rows = $sqlite->res2arr($res);
H A Dclean.php68 $res = $sqlite->query("SELECT pid, page FROM pages");
69 $rows = $sqlite->res2arr($res);
/plugin/data-au/syntax/
H A Dcloud.php153 $res = $sqlite->query($dataau['sql']);
154 $rows = $sqlite->res2arr($res);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php367 $res = media_save(
374 if(is_array($res)) throw new Exception($res[0]);
376 $this->values[$label] = $res;
/plugin/sphinxsearch-was/
H A Daction.php352 $res = $this->_search->search(0, 10);
353 if (!$res) {
H A Dsphinxapi.php1329 $res = array();
1340 $res[] = $len ? substr($response, $pos, $len) : "";
1345 return $res;
1397 $res = array();
1417 $res[$i]["docs"] = $ndocs;
1418 $res[$i]["hits"] = $nhits;
1429 return $res;
1564 $res = substr($response, 4); // just ignore length, error handling, etc
1569 $res = array();
1574 $res[$i][] = substr($response, $p, $len);
[all …]
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php367 $res = media_save(
374 if(is_array($res)) throw new Exception($res[0]);
376 $this->values[$label] = $res;
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c248 int res; in TWIG_CALL_BOOLEAN() local
251 res = Z_LVAL_P(ret); in TWIG_CALL_BOOLEAN()
253 return res; in TWIG_CALL_BOOLEAN()
/plugin/jirainfo/
H A Daction.php78 $res = [];
88 $res = [
95 $res['status'] = [
101 $res['priority'] = [
107 $res['issuetype'] = [
113 $res['totalComments'] = $arr['fields']['comment']['total'];
115 return $res;
/plugin/letsencrypt/
H A DLescript.php325 $res = openssl_pkey_new(array(
330 if(!openssl_pkey_export($res, $privateKey)) {
334 $details = openssl_pkey_get_details($res);
/plugin/metaeditor/
H A Djstree.js3162 var res, n, t, _this, i;
5146 var res = parent.set_state.apply(this, arguments);
5147 if(res && state.checkbox) {
5159 return res;
6462 this._data.search.res = [];
6525 if(this._data.search.res.length && !append) {
6563 this._data.search.res = [];
6581 this._data.search.res = r;
6585 this._data.search.res = $.vakata.array_unique(this._data.search.res.concat(r));
6620 …h', { 'nodes' : this._data.search.dom, str : this._data.search.str, res : this._data.search.res });
[all …]
/plugin/404manager/
H A Dadmin.php333 if (!$res) {
365 $count = $this->sqlite->res2count($res);
451 if (!$res) {
458 if (!$res) {
562 if (!$res) {
606 if (!$res) {
745 if (!$res) {
753 if (!$res) {
775 if (!$res) {
808 if (!$res) {
[all …]
/plugin/odtplus2dw/
H A Daction.php518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie );
520 if ( ! $res ) return $this->_msg( array( 'er_unzip_error', $entrie ) );
/plugin/timetrack/
H A Daction.php238 $res = true;
248 … $res = $this->tthlp->updateUserTime($dbUserValues[$project_id][$task_id][$date]['id'], $value);
252 … $res = $this->tthlp->insertUserTime($this->tthlp->getCurrentUser(), $task_id, $date, $value);
254 if($res !== true) {
255 $errors[] = $res;
H A Dhelper.php69 $sqlite->res_close($res);
76 $sqlite->res_close($res);
130 $sqlite->res_close($res);
161 $sqlite->res_close($res);
248 $sqlite->res_close($res);
260 $res = $sqlite->query("SELECT
311 $res = $sqlite->query("SELECT
366 $sqlite->res_close($res);
385 $sqlite->res_close($res);
466 $res = $sqlite->query("SELECT
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1728 var $res = jQuery(doku_linkwiz.result);
1730 … $res.html('<img src="'+DOKU_BASE+'lib/images/throbber.gif" alt="" width="16" height="16" />')
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc349 "charWidth": "Taille des caractères",
350 "maxChars": "Nombre maximum de caractères",
557 "options": "Options des caractères spéciaux",
/plugin/dwcommits/
H A Dhelper.php504 …$res = $this->sqlite->query("SELECT timestamp,author,msg,gitid,gitbranch FROM git_commits WHERE $q…
505 if(!$res) {
510 $arr = $this->sqlite->res2arr($res);
722 function res2single($res) { argument
724 return $this->sqlite->res2single($res);
726 $arr = $this->sqlite->res2row($res);
843 $res = $this->res2single($results);
844 return $res;
/plugin/dlcount/
H A Daction.php217 $res .= ' ' . $resv . $name;
220 return trim($res);
H A Dadmin.php184 $res .= ' ' . $resv . $name;
187 return trim($res);
/plugin/dataloop/syntax/
H A Droll.php210 $res = sqlite_query($this->dthlp->db,$sql);
220 while ($row = sqlite_fetch_array($res, SQLITE_NUM)) {
252 if(sqlite_num_rows($res) > $data['limit']){
H A Dtextloop.php245 $res = sqlite_query($this->dthlp->db,$sql);
254 while ($row = sqlite_fetch_array($res, SQLITE_NUM)) {
H A Dloop.php292 $res = sqlite_query($this->dthlp->db,$sql);
302 while ($row = sqlite_fetch_array($res, SQLITE_NUM)) {
/plugin/syntaxhighlighter3/
H A DREADME.md102 ![](.res/expected.png)
156 ![](.res/highlight-range.png)
173 or [![Paypal](.res/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i…

12345678910>>...13