Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
9f1b99a6
Commit
9f1b99a6
authored
Oct 10, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db name-change
parent
57b15e95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
extras_explorerjs.js
extras_explorerjs.js
+1
-1
parametres.php
php/parametres.php
+1
-1
zearcher.sh
zearcher.sh
+2
-2
No files found.
extras_explorerjs.js
View file @
9f1b99a6
...
...
@@ -2,7 +2,7 @@
* Customize as you want ;)
*/
function
callGeomap
(){
db
=
JSON
.
stringify
(
'php/community.db'
);
db
=
JSON
.
stringify
(
'php/community
_fixed
.db'
);
if
(
is_empty
(
selections
)){
// jsonparams='["all"]';
jsonparams
=
'["unique_id"]&unique_id='
+
getUrlParam
.
nodeidparam
;
...
...
php/parametres.php
View file @
9f1b99a6
...
...
@@ -5,7 +5,7 @@ list de parametres.
*/
//$dbname='/home/jbilcke/databases/scholar_test_data.db';
$dbname
=
'community.db'
;
$dbname
=
'community
_fixed
.db'
;
//$dbname='scholar_test_data.db';
//$scholars_db ="raw_scholars";
...
...
zearcher.sh
View file @
9f1b99a6
...
...
@@ -27,11 +27,11 @@ function testing {
#Searching for the word "Magic"
function
test2
{
iter
=
`
find
.
-name
'*.
js
'
-print
`
iter
=
`
find
.
-name
'*.
php
'
-print
`
for
f
in
$iter
do
filename
=
`
echo
$f
|
sed
s/
"
\.\/
"
//g
`
variable
=
`
cat
$filename
|
grep
"
semanticConverged
"
`
variable
=
`
cat
$filename
|
grep
"
community.db
"
`
if
[[
"
$variable
"
!=
""
]]
then
echo
$filename
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment