Home
last modified time | relevance | path

Searched refs:db (Results 101 – 125 of 189) sorted by last modified time

12345678

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_terrace.css1581 background-color: #3498db;
1588 border: 3px solid #3498db;
H A Ddhtmlxgantt_broadway.css1691 background-color: #3498db;
1698 border: 3px solid #3498db;
H A Ddhtmlxgantt_material.css2002 background-color: #3498db;
2009 border: 3px solid #3498db;
H A Ddhtmlxgantt_skyblue.css1577 background-color: #3498db;
1584 border: 3px solid #3498db;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …s\");\n\n\t\t\t// not send delete request if item is not inserted into the db - just remove it fro…
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_contrast_white.css1 …und-color:#3498db}.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;box-si…
H A Ddhtmlxgantt_material.css1 …und-color:#3498db}.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;box-si…
H A Ddhtmlxgantt_contrast_black.css1 …und-color:#3498db}.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;box-si…
H A Ddhtmlxgantt_meadow.css1 …und-color:#3498db}.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;box-si…
H A Ddhtmlxgantt_skyblue.css1 …und-color:#3498db}.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;box-si…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css1581 background-color: #3498db;
1588 border: 3px solid #3498db;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64db|alert:action-set-module|alert:action-set-description|alert:action-remove|alert:action-insert|al…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1660 mime-db@~1.33.0:
1662 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788…
1668 mime-db "~1.33.0"
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2140 mime-db@~1.25.0:
2142 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.25.0.tgz#c18dbd7c73a5dbf6f44a024dc0d165…
2148 mime-db "~1.25.0"
/plugin/data-au/
H A Dhelper.php20 protected $db = null; variable in helper_plugin_dataau
84 if($this->db === null) {
85 $this->db = plugin_load('helper', 'sqlite');
86 if($this->db === null) {
90 if(!$this->db->init('dataau', dirname(__FILE__) . '/db/')) {
91 $this->db = null;
94 $this->db->create_function('DATARESOLVE', array($this, '_resolveData'), 2);
96 return $this->db;
/plugin/data-au/_test/
H A Daction_handle.test.php27 $this->db = $this->helper->_getDB();
29 $this->db->query('INSERT INTO pages ( pid, page, title , class , lastmod) VALUES
61 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
62 $pid = $this->db->res2single($res);
68 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
69 $pid = (int) $this->db->res2single($res);
H A DhelperAliases.test.php12 $db = $helper->_getDB();
13 $this->assertTrue($db !== false);
14 $db->query("INSERT INTO aliases (name, type, prefix, postfix, enum) VALUES (?,?,?,?,?)",
/plugin/sphinxsearch-was/
H A DPageMapper.php23 if (false != ($db = new PDO("sqlite:" . $this->_dbpath))) {
24 $q = @$db->query("SELECT 1 FROM {$this->_table} limit 1");
26 …$result = $db->query("CREATE TABLE {$this->_table} ( page varchar(1024), page_crc int(11), hid var…
29 print_r($db->errorInfo());
35 print_r($db->errorInfo());
38 $this->_db = $db;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js3db(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ba[d],e["margin"+c]=e["padding"+c]=a;retur… function
H A Dnv.d3.min.js5db.select(".nv-focus .nv-barsWrap").datum(Z.length?Z.map(function(a){return{key:a.key,values:a.val…
/plugin/timetrack/
H A Dhelper.php26 protected $db = null; variable in helper_plugin_timetrack
44 if($this->db === null) {
45 $this->db = plugin_load('helper', 'sqlite');
46 if($this->db === null) {
50 if(!$this->db->init('timetrack', dirname(__FILE__) . '/db/')) {
51 $this->db = null;
56 return $this->db;
/plugin/pdb/classes/
H A D_NCBI.php26 function SummaryXml($db,$id){ argument
27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
36 function SearchXml($db,$term){ argument
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
/plugin/pubchem/classes/
H A D_NCBI.php18 $this->eSummaryURL = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=%s&retmode=xml&id=%s';
19 $this->eSearchURL = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=%s&term=%s';
26 function SummaryXml($db,$id){ argument
27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
36 function SearchXml($db,$term){ argument
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
/plugin/redissue/
H A Dstyle.css33 background-color: #3498db;
/plugin/pubmed/classes/
H A D_NCBI.php18 $this->eSummaryURL = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=%s&retmode=xml&id=%s';
19 $this->eSearchURL = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=%s&term=%s';
26 function SummaryXml($db,$id){ argument
27 $url = sprintf($this->eSummaryURL,urlencode($db),urlencode($id));
36 function SearchXml($db,$term){ argument
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));

12345678