Home
last modified time | relevance | path

Searched refs:res (Results 251 – 275 of 309) sorted by path

1...<<111213

/plugin/shibbolethauth/files/
H A Dshibboleth.class.php181 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
188 if (isset($res) && gettype($res) == 'array') {
189 foreach ($res as $list) {
307 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
314 if (isset($res) && gettype($res) == 'array') {
315 foreach ($res as $list) {
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php202 $res = mysqli_fetch_all ( $result, MYSQLI_ASSOC );
204 for ($res = array(); $tmp = mysqli_fetch_array($result, MYSQLI_ASSOC);) $res[] = $tmp;
206 return $res;
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1362 var res = historyQuery.responseText;
1363 if(!res)
1365 var historyData = res.split("\n");
/plugin/slideshare/slideshare/
H A Dmanager.dat2 url=http://codesemiotic.com/res/slideshare.zip
/plugin/snippets/
H A Dadmin.php116 …$res .= "&nbsp;&nbsp;&nbsp;&nbsp;<b>$sfile</b> timestamp: " . $tm . ", date: " .date('r', $tm)…
122 $res .= '<br /><b>' .$this->getLang("in_meta") . '</b><br />';
125 $res .= "$fnam: " .date('r', $tm) . '<br />';
132 …$res .= $this->dbg('<b>Snippets in metafile not in page:</b><br />&nbsp;&nbsp; ', $refs_diff_1,"13…
133 else $res .= $this->dbg("No snippets found in metafile not in page","133");
135 …$res .= $this->dbg('<b>Snippets in page not in meta file:</b><br />&nbsp;&nbsp;', $refs_diff_2,"13…
137 … else $res .= $this->dbg("No snippets found in page which are not logged in metafile","137");
139 … $res .= $this->update_metafile($refs_diff_2,$refs_diff_1,$id, $matches_tm[1][0] ,$page_entries);
147 $res .= "<br><b>" . $this->getLang("remove_from_db") . "</b></br>" . $diff;
148 return $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/sphinxsearch/
H A Daction.php397 $res = $this->_search->search(0, 10);
398 if (!$res){
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/sqlite/
H A DSQLiteDB.php391 $res = $this->query($sql);
392 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
399 $res->closeCursor();
H A Dhelper.php235 * @param \PDOStatement $res argument
238 public function res_close($res)
240 if (!$res) return false;
242 return $res->closeCursor();
248 * @param \PDOStatement $res argument
251 public function res2arr($res, $assoc = true)
253 if (!$res) return [];
258 $this->data = $res->fetchAll($mode);
266 * @param \PDOStatement $res argument
269 public function res2row($res,
279 res2single($res) global() argument
296 res_fetch_array($res) global() argument
309 res_fetch_assoc($res) global() argument
324 res2count($res) global() argument
342 countChanges($res) global() argument
[all...]
/plugin/sqlite/_test/
H A DHelperTest.php16 protected $res; variable in dokuwiki\\plugin\\sqlite\\test\\HelperTest
48 $res = $SqliteHelper->query($sql);
49 $this->res = $res;
62 $res = $SqliteHelper->query($sql);
63 $this->res = $res;
150 $this->assertNotEquals(false, $this->res);
153 $SqliteHelper->res_close($this->res);
168 $this->assertEquals($resultassoc, $SqliteHelper->res2arr($this->res,
[all...]
H A DSQLiteDBTest.php17 protected $res; variable in dokuwiki\\plugin\\sqlite\\test\\SQLiteDBTest
/plugin/sqlite/lang/fr/
H A Dintro.txt
/plugin/strata/driver/
H A Ddriver.php229 $res = $this->_db->query($query);
230 if ($res === false) {
/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/struct/lang/fr/
H A Dassignments_intro.txt
H A Deditor_intro.txt
/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();
H A DSearchCloud.php109 /** @var \PDOStatement $res */
110 $res = $this->sqlite->query($sql, $opts);
111 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
114 $rows = $res->fetchAll(\PDO::FETCH_ASSOC);
125 $res->closeCursor();
/plugin/structnotification/action/
H A Dnotification.php86 $res = $sqlite->query($q);
88 $predicates = $sqlite->res2arr($res);
/plugin/structnotification/
H A Dadmin.php116 $res = $sqlite->query($q);
118 $predicates = $sqlite->res2arr($res);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt6545 So the Am'or·ites persisted in dwelling in Mount He'res and in Ai'ja·lon and Sha·al'bim. But the ha…
6555 So they buried him in the territory of his inheritance in Tim'nath-he'res in the mountainous region…
6733 And Gid'e·on the son of Jo'ash began his return from the war by the pass that goes up to He'res.
12717 and those closest to him were Car·she'na, She'thar, Ad·ma'tha, Tar'shish, Me'res, Mar·se'na, [and] …
20112 …hall howl, and for Mo'ab in his entirety I shall cry out. For the men of Kir-he'res one shall moan.
20117 … boisterous for Mo'ab himself, just like flutes; and for the men of Kir-he'res my very heart will …
/plugin/svgpureinsert/
H A Dsyntax.php93 $res = $hlp->getAdjustedSVG($data['id']);
94 if($res) {
95 list(, $w, $h) = $res;
/plugin/sympaauth/files/
H A Dsympa.class.php127 $res = $this->soap_client->authenticateAndRun($user,$_SESSION['sympapass'],'complexWhich');
131 if (isset($res) && gettype($res) == 'array') {
132 foreach ($res as $list) {

1...<<111213