Home
last modified time | relevance | path

Searched refs:res (Results 126 – 150 of 309) sorted by relevance

12345678910>>...13

/plugin/data/admin/
H A Daliases.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php53 $res = preg_match('/^(?P<size>[-0-9.,]+([eE]\-?[0-9]+)?)?(?P<unit>[%a-z-]+)?$/', $size, $parts);
54 if (!$res) {
/plugin/medialist/
H A Dhelper.php301 $res = array(); // search result
302 search($res, $conf['mediadir'], 'search_media', $opt, $dir);
305 foreach ($res as $item) {
/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/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/struct/meta/
H A DSearch.php275 $res = $Lexer->parse($value);
278 if (!$res || $currentMode != 'base') {
470 /** @var \PDOStatement $res */
471 $res = $this->sqlite->query($sql, $opts);
472 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
480 $this->result = new SearchResult($res, $this->range_begin, $this->range_end, $this->columns, $pageidAndRevOnly);
481 $res->closeCursor();
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php860 if (preg_match("/(.*)\?(.*)/", $filetotest, $res))
861 $filetotest = $res[1];
880 if (preg_match("/(.*)\?(.*)/",$this->server_script_path, $res))
881 $filetotest = $res[1];
1016 else if (preg_match("/([a-z_\-0-9\.]+)(.*)$/i",$line,$res))
1018 $smiley_file = 'smileys/'.$res[1];
1019 $smiley_str = trim($res[2])."\n";
/plugin/fksnewsfeed/
H A Dhelper.php96 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $streamId);
97 foreach ($this->sqlite->res2arr($res) as $row) {
/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/plantuml/conf/
H A Ddefault.php8 $conf['button_icon']='res/icon1.png';
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js331 function onJobRemove(error, res, body) { argument
357 function onJobStart(error, res, body) { argument
363 var statusCode = _.get(res, 'statusCode'),
399 function onJobStatus(error, res, body) { argument
881 http.createServer(function(req, res) { argument
884 res.setHeader('X-UA-Compatible', 'IE=' + compatMode);
886 mount(req, res);
/plugin/slideshare/slideshare/
H A Dmanager.dat2 url=http://codesemiotic.com/res/slideshare.zip
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php52 $res = $this->formatArray($record);
54 return $res;
/plugin/ireadit/action/
H A Direadit.php51 $res = $sqlite->query('SELECT user, timestamp FROM ireadit
55 $readers = $sqlite->res2arr($res);
/plugin/semanticdata/syntax/
H A Dtable.php191 $res = $store->query($data['sql'],$resultFormat, $lang, $infer);
193 if($res->hasRows())
195 $headers = $res->getHeaders();
198 foreach($res->getRows() as $row)
/plugin/bureaucracy/helper/
H A Dactiontemplate.php413 $res = media_save(
420 if(is_array($res)) throw new Exception($res[0]);
422 $this->values[$label] = $res;
/plugin/groupmail/
H A Dsyntax.php138 $res = array();
141 $res[$field] = explode(',' , $data[$field]);
143 return $res;
463 …$res = '<p class="'.(($this->status == 0)?'groupmail_error':'groupmail_success').'">'.$this->statu…
466 return $res;
/plugin/filelisting/
H A Dhelper.php289 $res = media_delete($DEL, $INFO['perm']);
290 if ($res & DOKU_MEDIA_DELETED) {
293 } elseif ($res & DOKU_MEDIA_INUSE) {
/plugin/podcast/
H A Dhelper.php10 $res = $sqlite->query( 'SELECT
16 $rows = $sqlite->res2arr($res);
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js959 var res = [];
964 res = lang.dk.call(self,tchr,buf);
966 res = ['',0];
978 res[1] = tchr != fc & lang.dk.indexOf(tchr.charCodeAt(0))>-1;
979 res[0] = deadkeys[fc][tchr]?deadkeys[fc][tchr]:tchr;
984 res[1] = deadkeys.hasOwnProperty(tchr);
985 res[0] = tchr;
988 return res;
/plugin/strata/helper/
H A Dtriples.php136 $res = $query->execute($values);
137 if($res === false) {
183 $res = $query->execute($values);
185 if($res === false) {
226 $res = $query->execute($values);
229 if($res === false) {
260 $res = $query->execute($literals);
261 if($res === false) {
/plugin/sphinxsearch-was/
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/sphinxsearch/
H A Dsphinxapi.php1361 $res = array ();
1374 $res[] = $len ? substr ( $response, $pos, $len ) : "";
1379 return $res;
1431 $res = array ();
1445 $res[] = array ( "tokenized"=>$tokenized, "normalized"=>$normalized );
1451 $res [$i]["docs"] = $ndocs;
1452 $res [$i]["hits"] = $nhits;
1464 return $res;
1611 $res = array();
1616 $res[$i][] = substr ( $response, $p, $len ); $p += $len;
[all …]
/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/
H A Daction.php

12345678910>>...13