Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kam-printing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
wizards
kam-printing
Commits
768c05a0
Commit
768c05a0
authored
9 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
PPD: Document behavior of custom JCL options
parent
6e3a6d6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ppd/PPD.pm
+2
-0
2 additions, 0 deletions
ppd/PPD.pm
with
2 additions
and
0 deletions
ppd/PPD.pm
+
2
−
0
View file @
768c05a0
...
@@ -38,6 +38,8 @@ our @EXPORT = qw(define_group define_ui_group switch_group declare get set maybe
...
@@ -38,6 +38,8 @@ our @EXPORT = qw(define_group define_ui_group switch_group declare get set maybe
# Default => key, # default value if not marked inside Values
# Default => key, # default value if not marked inside Values
# Custom => [ # further values with custom parameters (mostly a CUPS extension)
# Custom => [ # further values with custom parameters (mostly a CUPS extension)
# PS => string, # PS code invocation to emit (with parameters on the stack)
# PS => string, # PS code invocation to emit (with parameters on the stack)
# # For JCL options, a JCL command is given with "\1" etc.
# # as placeholders for the actual values.
# Params => [ # list of parameters (mandatory)
# Params => [ # list of parameters (mandatory)
# { Key => key, # key (mandatory)
# { Key => key, # key (mandatory)
# Name => name, # descriptive name (default: same as Key)
# Name => name, # descriptive name (default: same as Key)
...
...
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
register
or
sign in
to comment