Home
last modified time | relevance | path

Searched refs:result (Results 1826 – 1850 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/searchformgoto/
H A DCOPYING586 author or copyright holder as a result of your choosing to follow a
/plugin/simpleindex/
H A Dsyntax.php50 $result = array();
51 search($result,$conf['datadir'],'search_index',array('ns' => $ns));
52 simpleindex_del($result,$data);
53 $renderer->doc.=html_buildlist($result,'idx','html_list_index','html_li_index');
61 function simpleindex_del(&$result,$dels){ argument
63 $temp=$result;
64 $result=array();
67 $result[]=$value;
/plugin/sqlraw/
H A Dsyntax.php188 $result =& $db->getAll($query);
189 if (DB::isError($result)) {
190 $error = $result->getMessage();
194 } elseif ($result == DB_OK or empty($result)) {
202 $temp = array_keys($result[0]);
227 foreach ($result as $row) {
243 foreach ($result as $row) {
763 if (DB::isError ($result)) {
799 if (DB::isError ($result)) {
819 $result =& $database->query ($sql);
[all …]
H A Dplugin.info.txt6 desc Execute SQL query on remote csv data or table data and display the result as a table
H A Dsimple_html_dom.php688 $result = array();
709 $result[] = array($tag, $key, $val, $exp, $no_key);
711 $selectors[] = $result;
712 $result = array();
715 if (count($result)>0)
716 $selectors[] = $result;
936 $result = array('height' => $height,
938 return $result;
/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/geonav/server/
H A Dget_state.php29 $result = sqlite_query($db, $query); variable
30 if (!$result) {
34 $row = sqlite_fetch_array($result, SQLITE_ASSOC);
H A DgetContinent.php24 $result = sqlite_query($db, $query);
25 if (!$result) {
29 $row = sqlite_fetch_array($result, SQLITE_ASSOC);
/plugin/zenlogin/
H A Daction.php97 $result = mysql_query($query, $con);
98 $row = mysql_fetch_object($result);
/plugin/docimporter/
H A D.action.php.swp16 …/".$agnosticFileName.".txt");� #Load html and MediaWiki�� $result = exec("export HOM…
26 …$tempDir)) {� #Send all the images as attachements �� $result = $client->query('…
H A Daction.php42 $result = exec("export HOME=/tmp && cd ".$tempDir." && convert_to_mediawiki ".$fileName);
/plugin/git/
H A Dhelper.php41 $result = array();
42 $result[] = array(
51 return $result;
67 $result = '';
/plugin/git/action/
H A Dcommit.php57 $result = $repo->commit($commit_message);
H A Dpush.php62 $result = $repo->push();
/plugin/maintenance/
H A Dadmin.php94 $result = $this->helper->script_start($script);
95 switch ($result) {
112 $result = $this->helper->script_stop();
113 switch ($result) {
136 $result = $this->helper->manual_lock();
137 switch ($result) {
154 $result = $this->helper->manual_unlock();
155 switch ($result) {
H A Dhelper.php57 exec($cmd, $output, $result);
58 if ($result != 0) return 0;
74 $result = $this->script_updatelock($lockfile);
75 if ($result != 1) return 2;
78 exec($cmd, $output, $result);
79 if ($result != 0) return 2;
81 exec($cmd, $output, $result);
82 if ($result != 0) return 0;
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dconfig.php394 $result = array();
403 $result[$fn] = array('type' => 'tex', 'fn' => $dest);
410 $result[$base] = array('type' => 'header', 'fn' => $this->get_dest_header_fn());
415 $result[$base] = array('type' => 'commands', 'fn' => $this->get_dest_commands_fn());
418 $result[$bib] = array('type' => 'bib', 'fn' => $this->get_dest_bib_fn());
422 $result[$footer] = array('type' => 'footer', 'fn' => $this->get_dest_footer_fn());
424 $this->all_files = $result;
/plugin/tableedit/
H A Dtableedit.js64 var result = lines[i].match(pattern);
65 var columns = (result != null ? result.length : 0);
83 result = lines[i].match(headPattern);
84 columns = (result != null ? result.length : 0);
86 result = lines[i].match(normalPattern);
87 columns = (result != null ? result.length : 0);
/plugin/revisionsdue/
H A Dsyntax.php64 $result = date("Y-m-d", $revision);
65 return $result;
75 $result = htmlspecialchars($matches[0]);
76 $result = str_replace(htmlspecialchars('<revision_frequency>'), "", $result);
77 $result = str_replace(htmlspecialchars('</revision_frequency>'), "", $result);
79 return $result;
190 $result = '';
194 $result .= $this->revision_report_table($data, $mandatory_revisions);
196 return $result;

1...<<71727374757677787980