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
a1f33797_Bean_Validation_specification__Definition
[Term] Validation routine [Definition]
Sequence of operations executed by the Bean Validation provider to validate a given object graph
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Constraint definition [Definition]
Defines a type of constraint, its attributes and the actual constraint validation implementations. Done through annotations. The list of constraint validation implementations can be provided via XML
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] group [Definition]
Constraints can belong to one or more group or context. Useful to apply a subset of the constraints for a given use case. By default, the Default group is used.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] group sequence [Definition]
Define a group ordering in the validation process. If a given group in the sequence contains one or more failure, the following groups in the sequence must be ignored.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Constraint validation [Definition]
Constraint logic algorithm used to determine whether a given value passes a constraint or not.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Constraint validation implementation [Definition]
Class implementing the constraint logic and used to determine whether a given value pass a constraint or not.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Bean validation provider [Definition]
Product implementing this specification
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Message interpolator [Definition]
Algorithm used to build the end user message associated to a constraint failure. Typically useful for i18n
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Constraint metadata API [Definition]
API exposing the constraints applied to a given bean type. Also considered one of the integration points with other JSR or frameworks.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Bootstrap API [Definition]
Bootstrapping part of the Bean Validation API producing a ValidatorFactory.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] javax.validation.ConstraintValidator [Definition]
Interface implemented by a constraint validation implementation
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] Composing constraint [Definition]
Constraint declared on another constraint definition. When the main constraint is validated, the composing constraints are validated too.
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] javax.validation.Validator [Definition]
Main API. Holds contracts to validate object graphs
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
a1f33797_Bean_Validation_specification__Definition
[Term] javax.validation.ConstraintViolation [Definition]
Interface describing a given constraint failure on a given bean
[]
Bean Validation specification
Definition
http://beanvalidation.org/1.1/spec/1.1.0.beta1/
42/1438042989018.40_20150728002309-00169-ip-10-236-191-2_23877375_4.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] config_charset [Type] string [Description]
The character encoding of the config file
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] include_config [Type] List [Description]
A list of config files to include
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] diff_command (deprecated) [Type] command line [Description]
The external diff program to use.
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] sendmail_command [Type] command line [Description]
The sendmail compatible command line template
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] smtp_host [Type] string [Description]
The SMTP host[:port] to use
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] smtp_user [Type] quoted literal [Description]
The user used for SMTP authentication
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] smtp_pass [Type] quoted literal [Description]
The password used for SMTP authentication
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] nntp_host [Type] string [Description]
The NNTP host[:port] to use
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] nntp_user [Type] quoted literal [Description]
The user used for NNTP authentication
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] nntp_pass [Type] quoted literal [Description]
The password used for NNTP authentication
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] debug_all_mails_to [Type] mail addresses [Description]
Mails should go only to these fixed addresses
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] cia_rpc_server (deprecated) [Type] string [Description]
CIA XML-RPC tracking server
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
7809066f_svnmailer___documentation_iguration_options_in__general__Description
[Option Name] tempdir [Type] string [Description]
The directory to use for temporary files
[]
svnmailer - documentation
Description
http://opensource.perlig.de/svnmailer/doc-1.0/
42/1438042987662.63_20150728002307-00082-ip-10-236-191-2_40022975_0.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] KISS [Location]
BACK
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] MENTAL HEALTH, MTX [Location]
LEFT ARM
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] STRAIT OUT OF THE TRAILER, [Location]
LEFT ARM
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] WASTED TALENT, STRAIT OUT OF THE T [Location]
LEFT ARM
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] GFL AND SAMANTHA [Location]
NECK
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] CLOWN,SPIDERMAN,TURTLE, [Location]
RIGHT ARM
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
d0d7e066_u_Arrest___Sarasota_County__FL__Location
[Type] TATTOO [Description] SPIDERMAN [Location]
RIGHT LEG
[ [ "B", "A", "C", "K" ], [ "L", "E", "F", "T", " ", "A", "R", "M" ], [ "N", "E", "C", "K" ], [ "R", "I", "G", "H", "T", " ", "A", "R", "M" ], [ "R", "I", "G", "H", "T", " ", "L", "E", "G" ] ]
Brian E Brochu Mugshot - Brian E Brochu Arrest - Sarasota County, FL
Location
http://mugshots.com/US-Counties/Florida/Sarasota-County-FL/Brian-E-Brochu.1039717.html
42/1438042989018.40_20150728002309-00201-ip-10-236-191-2_173613620_1.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] createdAt [Type]
Date
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] id [Type]
int
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] sender [Type]
User
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] recipient [Type]
User
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] text [Type]
String
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] isPublic() [Type]
boolean
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] favorited [Type]
boolean
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] inReplyToStatusId [Type]
long
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] inReplyToScreenName [Type]
String
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] inReplyToUserId [Type]
long
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
a0f98902_Grails_Plugin__Twitter_Plugin__Type
[Property/getter name] truncated [Type]
boolean
[ [ "D", "a", "t", "e" ], [ "i", "n", "t" ], [ "U", "s", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "b", "o", "o", "l", "e", "a", "n" ], [ "l", "o", "n", "g" ] ]
Grails Plugin: Twitter Plugin
Type
http://grails.org/plugin/twitter
42/1438042989018.40_20150728002309-00164-ip-10-236-191-2_109910400_0.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] lat [Type] float [Description]
Latitude of the coordinate where the overlay is placed.
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] lng [Type] float [Description]
Longitude of the coordinate where the overlay is placed.
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] content [Type] string [Description]
HTML that will be drawn in the overlay.
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] layer [Type] string [Description]
Id of any of the layers defined in google.maps.MapPanes: floatPane floatShadow mapPane overlayImage overlayLayer overlayMouseTarget overlayShadow
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] verticalAlign [Type] string [Description]
Vertical align of the overlay (where the center is the coordinate lat, lng): top middle bottom
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] horizontalAlign [Type] string [Description]
Horizontal align of the overlay (where the center is the coordinate lat, lng): left center right
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] horizontalOffset [Type] integer [Description]
Horizontal offset in pixels of the overlay.
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
46b9385d_PI_with_less_pain_and_more_fun__Description
[Name] verticalOffset [Type] integer [Description]
Vertical offset in pixels of the overlay.
[]
gmaps.js — Google Maps API with less pain and more fun
Description
http://hpneo.github.io/gmaps/documentation.html
42/1438042989018.40_20150728002309-00235-ip-10-236-191-2_114135568_10.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] hub.mode [Note] required [Value]
subscribe
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] hub.topic [Note] required [Value]
The URL of the HTTP resource to which you want to subscribe. It cannot be more than 2048 characters long.
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] hub.callback [Note] required [Value]
The webhook: it's the URL to which notifications will be sent. Make sure you it's web-accessible, ie not behind a firewall. Its size is currently limited to 250 characters.
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] hub.secret [Note] optional, recommended [Value]
A unique secret string which will be used by us to compute a signature. You should check this signature when getting notifications.
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] hub.verify [Note] optional [Value]
sync or async: will perform a PubSubHubbub verification of intent synschronously or asynschronously.
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] format [Note] optional [Value]
json if you want to receive notifications as json format (for feeds only!). You can also use an Accept HTTP header like this: Accept: application/json. atom if you explicitly want to receive notification as Atom. This is used by default for any resource that's either Atom or RSS. If you don't specify any, we will send you the data pulled from the HTTP resource, (excluding feeds).
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
22bcaf1d_ers___Superfeedr_Documentation__Value
[Parameter Name] retrieve [Note] optional [Value]
If set to true, the response will include the current representation of the feed as stored in Superfeedr, in the format desired. Please check our Schema for more details.
[]
Subscribers - Superfeedr Documentation
Value
http://documentation.superfeedr.com/subscribers.html
42/1438042988310.3_20150728002308-00282-ip-10-236-191-2_71189367_0.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] CONSUME [Supported object types] QUEUE [Supported properties] name, autodelete, temporary, durable, exclusive, alternate, owner, virtualhost_name [Description]
Applied when subscriptions are created
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] PUBLISH [Supported object types] EXCHANGE [Supported properties] name, routingkey, immediate, virtualhost_name [Description]
Applied on a per message basis on publish message transfers
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] CREATE [Supported object types] EXCHANGE, QUEUE, USER, GROUP [Supported properties] see properties on the corresponding object type [Description]
Applied when an object is created, such as bindings, queues, exchanges
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] ACCESS [Supported object types] VIRTUALHOST, MANAGEMENT [Supported properties] name (for VIRTUALHOST only) [Description]
Applied when an object is read or accessed
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] BIND [Supported object types] EXCHANGE [Supported properties] name, routingKey, queuename, virtualhost_name, temporary, durable [Description]
Applied when queues are bound to exchanges
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] UNBIND [Supported object types] EXCHANGE [Supported properties] name, routingKey, queuename, virtualhost_name, temporary, durable [Description]
Applied when queues are unbound from exchanges
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] DELETE [Supported object types] EXCHANGE, QUEUE, USER, GROUP [Supported properties] see properties on the corresponding object type [Description]
Applied when objects are deleted
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] PURGE [Supported object types] QUEUE [Description]
Applied when purge the contents of a queue
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] UPDATE [Supported object types] EXCHANGE, QUEUE, USER, GROUP [Supported properties] see EXCHANGE and QUEUE properties [Description]
Applied when an object is updated
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] CONFIGURE [Supported object types] BROKER [Description]
Applied when an object is configured via REST management interfaces.
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
6f237148_s_Control_Lists___Apache_Qpid___Description
[Action] ACCESS_LOGS [Supported object types] BROKER [Description]
Allows/denies to the specific user an operation to download broker log file(s) over REST interfaces
[]
11.3. Access Control Lists - Apache Qpid™
Description
http://qpid.apache.org/releases/qpid-trunk/java-broker/book/Java-Broker-Security-ACLs.html
42/1438042989018.40_20150728002309-00023-ip-10-236-191-2_186784110_2.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --task [Use]
Run COMMAND as a SpaceFM task and list it in the Task Manager if it runs for more than one half second, and show a popup dialog if the command's exit status is non-zero. This is equivalent to custom command options Run As Task plus Popup Error.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --popup [Use]
Run COMMAND as a SpaceFM task and show a popup dialog if the task runs for longer than one half second or produces output or an error. This is equivalent to custom command options Run As Task plus Popup Output plus Popup Error.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --scroll [Use]
If option --task or --popup is used with --scroll, the scrollbar in the popup will be moved down, equivalent to custom command option Scroll.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --terminal [Use]
Run COMMAND in the user's configured terminal emulator. This is equivalent to custom command option Run In Terminal. Generally this option is used without --task or --popup.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --icon ICON [Use]
Use ICON as the task's icon in the Task Manager and popup dialog, where ICON is an icon name or absolute path. Not all icons may be shown due to various issues.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
85e149a4_SpaceFM_User_s_Manual__Use
[TYPEOPTION] --dir DIR [Use]
Start COMMAND in working directory DIR. If not specified, SpaceFM's current working directory is used.
[]
SpaceFM User's Manual
Use
http://ignorantguru.github.io/spacefm/spacefm-manual-next-en.html
42/1438042988310.3_20150728002308-00125-ip-10-236-191-2_114446220_11.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] The process-engine this listener is attached to, has been created and is ready for API-calls. [Event classes] org.activiti…​ActivitiEvent [Event name]
ENGINE_CREATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] The process-engine this listener is attached to, has been closed. API-calls to the engine are no longer possible. [Event classes] org.activiti…​ActivitiEvent [Event name]
ENGINE_CLOSED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A new entity is created. The new entity is contained in the event. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_CREATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A new entity has been created and is fully initialized. If any children are created as part of the creation of an entity, this event will be fired AFTER the create/initialisation of the child entities as opposed to the ENTITY_CREATE event. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_INITIALIZED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An existing is updated. The updated entity is contained in the event. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_UPDATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An existing entity is deleted. The deleted entity is contained in the event. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_DELETED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An existing entity is suspended. The suspended entity is contained in the event. Will be dispatched for ProcessDefinitions, ProcessInstances and Tasks. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_SUSPENDED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An existing entity is activated. The activated entity is contained in the event. Will be dispatched for ProcessDefinitions, ProcessInstances and Tasks. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
ENTITY_ACTIVATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A job has been executed successfully. The event contains the job that was executed. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
JOB_EXECUTION_SUCCESS
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] The execution of a job has failed. The event contains the job that was executed and the exception. [Event classes] org.activiti…​ActivitiEntityEvent and org.activiti…​ActivitiExceptionEvent [Event name]
JOB_EXECUTION_FAILURE
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] The number of job retries have been decremented due to a failed job. The event contains the job that was updated. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
JOB_RETRIES_DECREMENTED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A timer has been fired. The event contains the job that was executed? [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
TIMER_FIRED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A job has been canceled. The event contains the job that was canceled. Job can be canceled by API call, task was completed and associated boundary timer was canceled, on the new process definition deployment. [Event classes] org.activiti…​ActivitiEntityEvent [Event name]
JOB_CANCELED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity is starting to execute [Event classes] org.activiti…​ActivitiActivityEvent [Event name]
ACTIVITY_STARTED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity is completed successfully [Event classes] org.activiti…​ActivitiActivityEvent [Event name]
ACTIVITY_COMPLETED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity is going to be cancelled. There can be three reasons for activity cancellation (MessageEventSubscriptionEntity, SignalEventSubscriptionEntity, TimerEntity). [Event classes] org.activiti…​ActivitiActivityCancelledEvent [Event name]
ACTIVITY_CANCELLED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity received a signal [Event classes] org.activiti…​ActivitiSignalEvent [Event name]
ACTIVITY_SIGNALED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity received a message. Dispatched before the activity receives the message. When received, a ACTIVITY_SIGNAL or ACTIVITY_STARTED will be dispatched for this activity, depending on the type (boundary-event or event-subprocess start-event) [Event classes] org.activiti…​ActivitiMessageEvent [Event name]
ACTIVITY_MESSAGE_RECEIVED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity has received an error event. Dispatched before the actual error has been handled by the activity. The event’s activityId contains a reference to the error-handling activity. This event will be either followed by a ACTIVITY_SIGNALLED event or ACTIVITY_COMPLETE for the involved activity, if the error was delivered successfully. [Event classes] org.activiti…​ActivitiErrorEvent [Event name]
ACTIVITY_ERROR_RECEIVED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An uncaught BPMN error has been thrown. The process did not have any handlers for that specific error. The event’s activityId will be empty. [Event classes] org.activiti…​ActivitiErrorEvent [Event name]
UNCAUGHT_BPMN_ERROR
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An activity is about to be compensated. The event contains the id of the activity that is will be executed for compensation. [Event classes] org.activiti…​ActivitiActivityEvent [Event name]
ACTIVITY_COMPENSATE
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] A variable has been created. The event contains the variable name, value and related execution and task (if any). [Event classes] org.activiti…​ActivitiVariableEvent [Event name]
VARIABLE_CREATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json
debc5e21_Activiti_User_Guide_Table_1__Supported_events_Event_name
[Description] An existing variable has been updated. The event contains the variable name, updated value and related execution and task (if any). [Event classes] org.activiti…​ActivitiVariableEvent [Event name]
VARIABLE_UPDATED
[]
Activiti User Guide
Event name
http://www.activiti.org/userguide/index.html
42/1438042987662.63_20150728002307-00046-ip-10-236-191-2_54820452_38.json