Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-tinker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
nomad-lab
parser-tinker
Commits
ceb30afd
There was a problem fetching the pipeline summary.
Commit
ceb30afd
authored
Apr 10, 2018
by
Berk Onat
Browse files
Options
Downloads
Patches
Plain Diff
Adding restricted_uri info.
parent
8eae4ba5
Branches
Branches containing commit
Tags
0.0.2
0.0.3
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
parser/parser-tinker/TINKERDictionary.py
+45
-0
45 additions, 0 deletions
parser/parser-tinker/TINKERDictionary.py
parser/parser-tinker/TINKERParser.py
+540
-270
540 additions, 270 deletions
parser/parser-tinker/TINKERParser.py
with
585 additions
and
270 deletions
parser/parser-tinker/TINKERDictionary.py
+
45
−
0
View file @
ceb30afd
...
...
@@ -644,6 +644,49 @@ def get_updateDictionary(self, defname):
),
}
# Info for section_restricted_uri
restrictions
=
{
'
number_of_restricted_uri_files
'
:
MetaInfoMap
(
startpage
,
value
=
int
(
1
),
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
]
),
'
restricted_uri_files
'
:
MetaInfoMap
(
startpage
,
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
],
subfunction
=
{
'
function
'
:
self
.
parameter_file_name
,
'
supportDict
'
:
self
.
cntrlDict
,
},
),
'
restricted_uri_license
'
:
MetaInfoMap
(
startpage
,
value
=
'
TINKER License
'
,
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
]
),
'
restricted_uri_restriction
'
:
MetaInfoMap
(
startpage
,
value
=
'
any access
'
,
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
]
),
'
restricted_uri_reason
'
:
MetaInfoMap
(
startpage
,
value
=
'
propriety license
'
,
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
]
),
'
restricted_uri_issue_authority
'
:
MetaInfoMap
(
startpage
,
value
=
'
TINKER
'
,
#autoSections=True,
activeInfo
=
True
,
activeSections
=
[
'
section_restricted_uri
'
]
),
}
# ------------------------------------------
# Definitions for section_frame_sequence
# ------------------------------------------
...
...
@@ -1289,6 +1332,8 @@ def get_updateDictionary(self, defname):
dictionary
=
topology
elif
defname
==
'
singleconfcalc
'
:
dictionary
=
singleconfcalc
elif
defname
==
'
restrictions
'
:
dictionary
=
restrictions
elif
defname
==
'
frameseq
'
:
dictionary
=
frameseq
elif
defname
==
'
frameseqend
'
:
...
...
...
...
This diff is collapsed.
Click to expand it.
parser/parser-tinker/TINKERParser.py
+
540
−
270
View file @
ceb30afd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment