task
stringlengths
12
101
input
stringlengths
0
3.73k
output
stringlengths
1
5.04k
options
sequence
pageTitle
stringlengths
0
320
outputColName
stringlengths
1
216
url
stringlengths
14
211
wdcFile
stringlengths
69
76
943b2c98_v_config_schema_html___Fossies__Description
[Key] EXTERNAL [Example] CSSTidy [Description]
Not shown. Indicates if there is an external library the user will need to download and install to use this configuration directive. As of right now, this is merely a Google-able name; future versions may also provide links and instructions.
[]
htmlpurifier-4.6.0.tar.gz: .../dev-config-schema.html | Fossies
Description
http://fossies.org/linux/www/htmlpurifier-4.6.0.tar.gz:a/htmlpurifier-4.6.0/docs/dev-config-schema.html
19/1438044160065.87_20150728004240-00221-ip-10-236-191-2_99396982_0.json
b4d7f2a7___Description
[SourceType] Web [Sample Query Parameter] Sushi [Description]
Searches for web content
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] Image [Sample Query Parameter] Sushi [Description]
Searches for images on the web
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] News [Sample Query Parameter] Sushi [Description]
Searches news stories
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] Spell [Sample Query Parameter] Coffee [Description]
Searches Encarta dictionary for spelling suggestions
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] Phonebook [Sample Query Parameter] sushi in los angeles [Description]
Searches phonebook entries
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] RelatedSearch [Sample Query Parameter] {inari sushi; sushi restaurant; California roll} [Description]
Returns the query strings most similar to yours
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
b4d7f2a7___Description
[SourceType] Video [Sample Query Parameter] Sushi [Description]
Searches for video on the web
[]
Description
http://www.bing.com/developers/s/APIBasics.html
19/1438044160065.87_20150728004240-00334-ip-10-236-191-2_329344177_0.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] defined(VARIABLE) [Description]
returns true if VARIABLE has a real value and false if the variable has not yet been assigned a value. This is not limited to arrays, any data type can be checked. Also see the exists function for information about associative array keys.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] delete(KEY) [Description]
Removes the key-value pair from the given associative array. If you delete a value from the %ENV array the environment of the current process is changed, not that of the parent.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] each(ASSOC_ARRAY) [Description]
Returns a two-element list that contains a key and value pair from the given associative array. The function is mainly used so that you can iterate over the associate array elements. A null list is returned when the last element has been read.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] exists(KEY) [Description]
Returns true if the KEY is part of the specified associative array. For instance, exists($array{"Orange"}) returns true if the %array associative array has a key with the value of "Orange."
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] join(STRING, ARRAY) [Description]
Returns a string that consists of all of the elements of ARRAY joined together by STRING. For instance, join(">>", ("AA", "BB", "CC")) returns "AA>>BB>>CC".
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] keys(ASSOC_ARRAY) [Description]
Returns a list that holds all of the keys in a given associative array. The list is not in any particular order.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] map(EXPRESSION, ARRAY) [Description]
Evaluates EXPRESSION for every element of ARRAY. The special variable $_ is assigned each element of ARRAY immediately before EXPRESSION is evaluated.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] pack(STRING, ARRAY) [Description]
Creates a binary structure, using STRING as a guide, of the elements of ARRAY. You can look in Chapter 8, "References," for more information.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] pop(ARRAY) [Description]
Returns the last value of an array. It also reduces the size of the array by one.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] push(ARRAY1, ARRAY2) [Description]
Appends the contents of ARRAY2 to ARRAY1. This increases the size of ARRAY1 as needed.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] reverse(ARRAY) [Description]
Reverses the elements of a given array when used in an array context. When used in a scalar context, the array is converted to a string, and the string is reversed.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] scalar(ARRAY) [Description]
Evaluates the array in a scalar context and returns the number of elements in the array.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] shift(ARRAY) [Description]
Returns the first value of an array. It also reduces the size of the array by one.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] sort(ARRAY) [Description]
Returns a list containing the elements of ARRAY in sorted order. See Chapter 8, "References," for more information.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] splice(ARRAY1, OFFSET, LENGTH, ARRAY2) [Description]
Replaces elements of ARRAY1 with elements in ARRAY2. It returns a list holding any elements that were removed. Remember that the $[ variable may change the base array subscript when determining the OFFSET value.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] split(PATTERN, STRING, LIMIT) [Description]
Breaks up a string based on some delimiter. In an array context, it returns a list of the things that were found. In a scalar context, it returns the number of things found.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] undef(VARIABLE) [Description]
Slways returns the undefined value. In addition, it undefines VARIABLE which must be a scalar, an entire array or a subroutine name.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] unpack(STRING, ARRAY) [Description]
Does the opposite of pack().
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] unshift(ARRAY1, ARRAY2) [Description]
Adds the elements of ARRAY2 to the front of ARRAY1. Note that the added elements retain their original order. The size of the new ARRAY1 is returned.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
d6c27972_Perl_5_by_Example__Functions_Table_5_2_Array_Functions_Description
[Function] values(ASSOC_ARRAY) [Description]
Returns a list that holds all of the values in a given associative array. The list is not in any particular order.
[]
Perl 5 by Example: Functions
Description
http://affy.blogspot.com/p5be/ch05.htm
19/1438042985140.15_20150728002305-00046-ip-10-236-191-2_3748157_32.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] This is the name of the template to use for this comment. Comment templates are defined in a TWiki template - see Customisation, below. If this attribute is not defined, the type is whatever is defined by COMMENTPLUGIN_DEFAULT_TYPE, either in this topic or in your WebPreferences. [Default] below [Name]
type
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Default text to put into the textarea of the prompt. [Name]
default
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Name of the topic to add the comment to [Default] the current topic [Name]
target
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Regular expression specifying the comment location in the target topic. Read carefully the CommentPlugin documentation! [Name]
location
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] For compatibility with older versions only, synonymous with type [Name]
mode
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Set to "on" to disable change notification for target topics [Default] off [Name]
nonotify
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Set to "on" to disable the automatic form that encloses your comment block - remember to insert tags yourself! See CommentPluginExamples#noform for an example. [Default] off [Name]
noform
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Set to "on" to disable insertion of the posted text into the topic. [Default] off [Name]
nopost
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Set to "on" to remove the comment prompt after the first time it is clicked. [Default] off [Name]
remove
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
b929e5f2_CommentPlugin___TWiki___TWiki__Name
[Description] Button label text [Default] Add comment [Name]
button
[ [ "t", "y", "p", "e" ], [ "d", "e", "f", "a", "u", "l", "t" ], [ "t", "a", "r", "g", "e", "t" ], [ "l", "o", "c", "a", "t", "i", "o", "n" ], [ "m", "o", "d", "e" ], [ "n", "o", "n", "o", "t", "i", "f", "y" ], [ "n", "o", "f", "o", "r", "m" ], [ "n", "o", "p", "o", "s", "t" ], [ "r", "e", "m", "o", "v", "e" ], [ "b", "u", "t", "t", "o", "n" ] ]
CommentPlugin < TWiki < TWiki
Name
http://www.lean.enst.fr/wiki/bin/view/TWiki/CommentPlugin
19/1438042988650.6_20150728002308-00336-ip-10-236-191-2_564677720_0.json
793fa847_Epydoc_Fields__Tag
[Variable] __author__ [Tag]
@author
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __authors__ [Tag]
@authors
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __contact__ [Tag]
@contact
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __copyright__ [Tag]
@copyright
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __license__ [Tag]
@license
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __deprecated__ [Tag]
@deprecated
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __date__ [Tag]
@date
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
793fa847_Epydoc_Fields__Tag
[Variable] __version__ [Tag]
@version
[ [ "@", "a", "u", "t", "h", "o", "r" ], [ "@", "a", "u", "t", "h", "o", "r", "s" ], [ "@", "c", "o", "n", "t", "a", "c", "t" ], [ "@", "c", "o", "p", "y", "r", "i", "g", "h", "t" ], [ "@", "l", "i", "c", "e", "n", "s", "e" ], [ "@", "d", "e", "p", "r", "e", "c", "a", "t", "e", "d" ], [ "@", "d", "a", "t", "e" ], [ "@", "v", "e", "r", "s", "i", "o", "n" ] ]
Epydoc Fields
Tag
http://epydoc.sourceforge.net/manual-fields.html
19/1438042985140.15_20150728002305-00050-ip-10-236-191-2_86249160_2.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] name [Notes] Single value, single instance. [Description]
The name of this person, or none if the record corresponds to an organization.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] company [Notes] Single value, single instance. [Description]
The name of this person's organization, or none.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] AKA [Notes] Multiple values through commas. [Description]
A list of other names for this person.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] net [Notes] Multiple values through commas. [Description]
A list of this person's network addresses.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] address [Notes] Multiple values through multiple occurences. [Description]
A list of postal (physical) addresses for this person.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] phone [Notes] Multiple values through multiple occurences. [Description]
A list of telephone numbers for this person.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
40449573__Database_User_Manual__1__BBDB__Description
[Type] notes [Notes] Multiple values through multiple occurences. [Description]
Random commentary.
[]
Insidious Big Brother Database User Manual: 1. BBDB
Description
http://xemacs.org/Documentation/packages/html/bbdb_1.html
19/1438044160065.87_20150728004240-00234-ip-10-236-191-2_865459775_40.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Darkroom cleanliness [Individual Responsible] mammographer [Frequency]
daily
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Processor performance [Individual Responsible] mammographer [Frequency]
daily
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Screen cleanliness [Individual Responsible] mammographer [Frequency]
weekly
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] View boxes and viewing conditions [Individual Responsible] mammographer [Frequency]
weekly
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Image quality (phantom images) [Individual Responsible] mammographer [Frequency]
monthly
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Repeat analysis [Individual Responsible] mammographer [Frequency]
quarterly
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Analysis of fixer retention in film [Individual Responsible] mammographer [Frequency]
quarterly
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Darkroom fog [Individual Responsible] mammographer [Frequency]
semiannually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Screen-film contact [Individual Responsible] mammographer [Frequency]
semiannually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Compression [Individual Responsible] mammographer [Frequency]
semiannually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] AEC density control function [Individual Responsible] diagnostic imaging physicist [Frequency]
annually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Star pattern focal spot size test [Individual Responsible] diagnostic imaging physicist [Frequency]
annually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Uniformity of screen speed [Individual Responsible] diagnostic imaging physicist [Frequency]
annually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
1b659f5d__1__X_rays_in_the_Healing_Arts__Frequency
[Parameter] Assembly physical evaluation [Individual Responsible] diagnostic imaging physicist [Frequency]
annually
[ [ "d", "a", "i", "l", "y" ], [ "w", "e", "e", "k", "l", "y" ], [ "m", "o", "n", "t", "h", "l", "y" ], [ "q", "u", "a", "r", "t", "e", "r", "l", "y" ], [ "s", "e", "m", "i", "a", "n", "n", "u", "a", "l", "l", "y" ], [ "a", "n", "n", "u", "a", "l", "l", "y" ] ]
ISDH: 410 IAC 5-6.1: X-rays in the Healing Arts
Frequency
http://www.state.in.us/isdh/24361.htm
19/1438044160065.87_20150728004240-00070-ip-10-236-191-2_738814567_4.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] animation [Type Value] boolean [Default Value] true [Description]
It applies fade transition to the popover.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] html [Type Value] boolean [Default Value] false [Description]
It inserts html elements to the popover.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] placement [Type Value] string/function [Default Value] right [Description]
It sets the position of the popover. If it does not contain any position, then by default it displays to right position.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] selector [Type Value] string [Default Value] false [Description]
Delegate popover objects to specified targets.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] title [Type Value] string/function [Default Value] false [Description]
It sets default value if title attributes is not present.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] trigger [Type Value] string [Default Value] ’click’ [Description]
It defines how tooltip will be triggered such as click, hover, focus and manual.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] delay [Type Value] number/object [Default Value] 0 [Description]
It inserts delay before popover is showed or hidden in ms which does not apply to manual trigger type.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
b4c595a9_Bootstrap_Popover_Plugin__Description
[Option] container [Type Value] string/false [Default Value] false [Description]
It appends popover to a specific element.
[]
Bootstrap Popover Plugin
Description
http://www.javabeat.net/bootstrap-popover-plugin/
19/1438042985140.15_20150728002305-00066-ip-10-236-191-2_532741599_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] checkNotClosed() Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception. [Modifier and Type]
void
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] close() Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string. [Modifier and Type]
void
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] close(Exception cause) Sets monitor state to closed, and sets the cause to a specific Exception. [Modifier and Type]
void
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] close(String cause) Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string. [Modifier and Type]
void
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] getCause() Gets the cause of the closure. [Modifier and Type]
Exception
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
c9766c6c_ectory_LDAP_API_1_0_0_M30_API__Methods_Modifier_and_Type
[Method and Description] isClosed() Gets whether the state of this ClosureMonitor is set to closed. [Modifier and Type]
boolean
[ [ "v", "o", "i", "d" ], [ "E", "x", "c", "e", "p", "t", "i", "o", "n" ], [ "b", "o", "o", "l", "e", "a", "n" ] ]
ClosureMonitor (Apache Directory LDAP API 1.0.0-M30 API)
Modifier and Type
http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/cursor/ClosureMonitor.html
19/1438042985140.15_20150728002305-00014-ip-10-236-191-2_75337793_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] COPY_COBOL [Optional] no [Description]
It's name of the file containing the copy cobol. The name is relative to the service unit root.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] CODE_PAGE [Optional] no [Description]
It's the codepage used by the host. This is important for correct string representation.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] SERVICE_NAME [Optional] no [Description]
It's the name of the service this endpoint represents. It must be a valid java class name.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] OPERATION_NAME [Optional] yes [Default] execute [Description]
It's the name of unic operation this service have. It must be a valid java method name.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] SERVICE_PACKAGE_NAME [Optional] no [Description]
It's the name of the package of the dynamically generated classes for this service. It must be a valid java package name. It will also be used (reversed) to generate the webservice namespace. So if the package is aaa.bbb.ccc the webservice namespace will be http://ccc.bbb.aaa.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] INTERFACE_NAME [Optional] yes [Default] ${SERVICE_NAME}Interface [Description]
It's the name of the dynamically generated interface for this service. It must be a valida java class name.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] INPUT_BEAN_NAME [Optional] yes [Default] ${SERVICE_NAME}InputBean [Description]
It's the name of the dynamically generated java bean that will be used as unic input parameter for the operation represented by this service. It must be a valid java class name.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] OUPUT_BEAN_NAME [Optional] yes [Default] ${SERVICE_NAME}OutputBean [Description]
It's the name of the dynamically generated java bean that will be used as return parameter for the operation represented by this service. It must be a valid java class name.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] USERNAME [Optional] no [Description]
It's the username used for the connection to the CICS Transaction Gateway.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] PASSWORD [Optional] no [Description]
It's the password used for the connection to the CICS Transaction Gateway.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] CONNECTION_TYPE [Optional] no [Description]
The connection type. CICS and DUMMY are the possible values. With DUMMY an echo service is created. The service doesn't connect to host and ca be useful for testing purposes or for have a look at how a copy cobol would be rendered as wsdl. With DUMMY the following parameters became optional: JNDI_CONNECTION_NAME, PROGRAM_NAME, TRANSACTION_NAME, TPN, USERNAME, PASSWORD.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] JNDI_CONNECTION_NAME [Optional] no [Description]
It's the JNDI name for the JCA resource to use with this service.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] PROGRAM_NAME [Optional] no [Description]
It's the cobol program name to be called.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] TRANSACTION_NAME [Optional] no [Description]
It's the transaction associated to the cobol program in the CICS server.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
6de02527_s___Supported_Cobol_data_types__Description
[Name] TPN [Optional] yes [Default] false [Description]
whether the transaction name or tpn name in the JCA CICS ECI interface must be setted, see the IBM JCA CICS ECI manual for more information on this parameter.
[]
Jbi4Cics - Supported Cobol data types
Description
http://jbi4cics.sourceforge.net/userGuide.html
19/1438042985140.15_20150728002305-00302-ip-10-236-191-2_127931570_0.json
fba4303b_Ask_Klaus___Linux_Magazine__Function
[Hotkey] CapsLock Space [Function]
Read the current line of text
[]
Ask Klaus » Linux Magazine
Function
http://www.linuxpromagazine.com/Issues/2013/153/Ask-Klaus/(tagID)/39
19/1438042985140.15_20150728002305-00309-ip-10-236-191-2_561152298_0.json
fba4303b_Ask_Klaus___Linux_Magazine__Function
[Hotkey] CapsLock PageUp [Function]
Read from top of screen to current position
[]
Ask Klaus » Linux Magazine
Function
http://www.linuxpromagazine.com/Issues/2013/153/Ask-Klaus/(tagID)/39
19/1438042985140.15_20150728002305-00309-ip-10-236-191-2_561152298_0.json
fba4303b_Ask_Klaus___Linux_Magazine__Function
[Hotkey] CapsLock PageDown [Function]
Read from current position to end of screen
[]
Ask Klaus » Linux Magazine
Function
http://www.linuxpromagazine.com/Issues/2013/153/Ask-Klaus/(tagID)/39
19/1438042985140.15_20150728002305-00309-ip-10-236-191-2_561152298_0.json
fba4303b_Ask_Klaus___Linux_Magazine__Function
[Hotkey] PageUp/PageDown (no CapsLock) [Function]
Previous/Next screen page
[]
Ask Klaus » Linux Magazine
Function
http://www.linuxpromagazine.com/Issues/2013/153/Ask-Klaus/(tagID)/39
19/1438042985140.15_20150728002305-00309-ip-10-236-191-2_561152298_0.json