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
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @AssertFalse [Supported data types] Boolean, boolean [Hibernate metadata impact] none [Use]
Checks that the annotated element is false.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @AssertTrue [Supported data types] Boolean, boolean [Hibernate metadata impact] none [Use]
Checks that the annotated element is true.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @DecimalMax [Supported data types] BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. Additionally supported by HV: any sub-type of Number. [Hibernate metadata impact] none [Use]
The annotated element must be a number whose value must be lower or equal to the specified maximum. The parameter value is the string representation of the max value according to the BigDecimal string representation.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @DecimalMin [Supported data types] BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. Additionally supported by HV: any sub-type of Number. [Hibernate metadata impact] none [Use]
The annotated element must be a number whose value must be higher or equal to the specified minimum. The parameter value is the string representation of the min value according to the BigDecimal string representation.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Digits(integer=, fraction=) [Supported data types] BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. Additionally supported by HV: any sub-type of Number. [Hibernate metadata impact] Define column precision and scale. [Use]
Checks whether the annoted value is a number having up to integer digits and fraction fractional digits.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Future [Supported data types] java.util.Date, java.util.Calendar; Additionally supported by HV, if the Joda Time date/time API is on the class path: any implementations of ReadablePartial and ReadableInstant. [Hibernate metadata impact] none [Use]
Checks whether the annotated date is in the future.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Max [Supported data types] BigDecimal, BigInteger, byte, short, int, long and the respective wrappers of the primitive types. Additionally supported by HV: String (the numeric value represented by a String is evaluated), any sub-type of Number. [Hibernate metadata impact] Add a check constraint on the column. [Use]
Checks whether the annotated value is less than or equal to the specified maximum.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Min [Supported data types] BigDecimal, BigInteger, byte, short, int, long and the respective wrappers of the primitive types. Additionally supported by HV: String (the numeric value represented by a String is evaluated), any sub-type of Number. [Hibernate metadata impact] Add a check constraint on the column. [Use]
Checks whether the annotated value is higher than or equal to the specified minimum.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @NotNull [Supported data types] Any type [Hibernate metadata impact] Column(s) are not null. [Use]
Checks that the annotated value is not null.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Null [Supported data types] Any type [Hibernate metadata impact] none [Use]
Checks that the annotated value is null.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Past [Supported data types] java.util.Date, java.util.Calendar; Additionally supported by HV, if the Joda Time date/time API is on the class path: any implementations of ReadablePartial and ReadableInstant. [Hibernate metadata impact] none [Use]
Checks whether the annotated date is in the past.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Pattern(regex=, flag=) [Supported data types] String [Hibernate metadata impact] none [Use]
Checks if the annotated string matches the regular expression regex considering the given flag match.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Size(min=, max=) [Supported data types] String, Collection, Map and arrays [Hibernate metadata impact] Column length will be set to max. [Use]
Checks if the annotated element's size is between min and max (inclusive).
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
3c047788_ter_2__Validation_step_by_step__Use
[Annotation] @Valid [Supported data types] Any non-primitive type [Hibernate metadata impact] none [Use]
Performs validation recursively on the associated object. If the object is a collection or an array, the elements are validated recursively. If the object is a map, the value elements are validated recursively.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-usingvalidator.html
39/1438042988305.14_20150728002308-00191-ip-10-236-191-2_75720811_1.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Prop Code [(Name)]
colPropertyCode
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Property Type [TextAlign] Center [Width] 80 [(Name)]
colPropertyType
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Bedrooms [TextAlign] Right [(Name)]
colBedrooms
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Bathrooms [TextAlign] Right [Width] 62 [(Name)]
colBathrooms
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Monthly Rent [TextAlign] Right [Width] 75 [(Name)]
colMonthlyRent
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
a9adbee1_eristics_of_Applications_Menus___Name_
[Text] Status [(Name)]
colStatus
[ [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "d", "e" ], [ "c", "o", "l", "P", "r", "o", "p", "e", "r", "t", "y", "T", "y", "p", "e" ], [ "c", "o", "l", "B", "e", "d", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "B", "a", "t", "h", "r", "o", "o", "m", "s" ], [ "c", "o", "l", "M", "o", "n", "t", "h", "l", "y", "R", "e", "n", "t" ], [ "c", "o", "l", "S", "t", "a", "t", "u", "s" ] ]
Characteristics of Applications Menus
(Name)
http://www.functionx.com/vcsharp/general/menus1.htm
39/1438042989126.22_20150728002309-00306-ip-10-236-191-2_456090917_9.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] children [Type] Array [Description]
Array of Node Objects.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] confidence [Type] Float [Description]
For classification models, a number between 0 and 1 that expresses how certain the model is of the prediction. For regression models, a number mapped to the top end of a 95% confidence interval around the expected error at that node (measured using the variance of the output at the node). See the Section on Confidence for more details. Note that for models you might have created using the first versions of BigML this value might be null.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] count [Type] Integer [Description]
Number of instances classfied by this node.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] objective_summary [Type] Object [Description]
An Objective Summary Object summarizes the objective field's distribution at this node.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] output [Type] Number or String [Description]
Prediction at this node.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
f65b8525_m___Machine_Learning_Made_Easy_Node_Object_Properties_Description
[Property] predicate [Type] Boolean or Object [Description]
Predicate structure to make a decision at this node.
[]
BigML.com - Machine Learning Made Easy
Description
https://bigml.com/developers/sources
39/1438042988305.14_20150728002308-00209-ip-10-236-191-2_854018301_60.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Creates the tables [Filename]
Table_scripts_mysql_rxn.sql
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Load the RxNorm files from windows into tables [Filename]
Populate_mysql_rxn.bat
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Load the RxNorm files from Unix/Linux to tables [Filename]
populate_mysql_rxn.sh
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Windows loading script (called from populate script) [Filename]
Load_scripts_mysql_rxn_win.sql
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Unix/Linux loading script (called from populate script) [Filename]
Load_scripts_mysql_rxn_unix.sql
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
6bb4e365_RxNorm_Technical_Documentation__Filename
[Description] Creates table indexes (optional) [Filename]
Indexes_mysql_rxn.sql
[]
RxNorm Technical Documentation
Filename
http://www.nlm.nih.gov/research/umls/rxnorm/docs/2014/rxnorm_doco_full_2014-2.html
39/1438042989126.22_20150728002309-00095-ip-10-236-191-2_631332429_23.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] filterorderstates [Type] order state [Description]
Enter the order states to display (P, X, C...)
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] showtos [Type] 0/1 [Description]
Show/hide Accept Terms of Service button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] divclass [Type] text [Description]
a class name to apply to the container div
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] divstyle [Type] text [Description]
css style to apply to the container div
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] pretext [Type] text [Description]
text to be shown before the button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] text [Type] text [Description]
the text of the button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] posttext [Type] text [Description]
text to be shown after the button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] class_sfx [Type] text [Description]
class name to apply to the button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] btnstyle [Type] text [Description]
css style to apply to the button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] showcancel [Type] 0/1 [Description]
Should the user cart be reset before adding the items?
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] canceltext [Type] text [Description]
text of the cancel button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] cancelclass_sfx [Type] text [Description]
a class name to be applied on the cancel button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
da9649bb_ts_com__your_Virtuemart_expert__Description
[parameter] cancelbtnstyle [Type] text [Description]
css style to be applied on the cancel button
[]
VM Finalize Order | DayCounts.com, your Virtuemart expert
Description
https://www.daycounts.com/help/vm-finalize-order
39/1438043062723.96_20150728002422-00169-ip-10-236-191-2_894192471_0.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets an instance of GridLength that holds a value whose size is determined by the size properties of the content object. [Name]
Auto
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets the associated GridUnitType for the GridLength. [Name]
GridUnitType
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets a value that indicates whether the GridLength holds a value that is expressed in pixels. [Name]
IsAbsolute
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object. [Name]
IsAuto
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets a value that indicates whether the GridLength holds a value that is expressed as a weighted proportion of available space. [Name]
IsStar
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
449e1a84_gth_Structure__System_Windows___Name
[Description] Gets a Double that represents the value of the GridLength. [Name]
Value
[ [ "A", "u", "t", "o" ], [ "G", "r", "i", "d", "U", "n", "i", "t", "T", "y", "p", "e" ], [ "I", "s", "A", "b", "s", "o", "l", "u", "t", "e" ], [ "I", "s", "A", "u", "t", "o" ], [ "I", "s", "S", "t", "a", "r" ], [ "V", "a", "l", "u", "e" ] ]
GridLength Structure (System.Windows)
Name
https://msdn.microsoft.com/en-us/library/vstudio/system.windows.gridlength(v=vs.100)
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_896544104_1.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] AUTO [Child] any combination of AUTO or PIXEL but no PROPORTIONAL [Okay?] okay [Remarks]
-
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] AUTO [Child] any combination with at least one PROPORTIONAL [Okay?] wrong [Remarks]
LayoutManager cannot compute the auto value.
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] PIXEL [Child] any combination of AUTO or PIXEL but no PROPORTIONAL [Okay?] potentially wrong [Remarks]
The values depend on each other, the programmer has to keep consistency manually.
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] PIXEL [Child] any combination with at least one PROPORTIONAL [Okay?] okay [Remarks]
-
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] PROPORTIONAL [Child] any combination of AUTO or PIXEL but no PROPORTIONAL [Okay?] potentially wrong [Remarks]
No automatic matching: too little space: scroll bar too much space: elements will be spread.
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
2801479d_ation__Tobago_Core_1_5_10_API___Remarks
[Parent] PROPORTIONAL [Child] any combination with at least one PROPORTIONAL [Okay?] okay [Remarks]
-
[]
GridLayoutTagDeclaration (Tobago Core 1.5.10 API)
Remarks
http://myfaces.apache.org/tobago/doc/1.5.10/api/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.html
39/1438042988305.14_20150728002308-00101-ip-10-236-191-2_156363683_2.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 [Meaning] NULL [Code Type]
String of Null packets to get attention of sign
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \001 [Meaning] SOH [Code Type]
Start of Header
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] Z [Meaning] Direct at all Signs [Code Type]
Type Code
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] 00 [Meaning] All Signs Should Listen [Code Type]
Sign Address
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \002 [Meaning] Start of Text Character [Code Type]
Start Type
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] A [Meaning] Text File [Code Type]
Write File Type
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] A [Meaning] A [Code Type]
File Label
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \x1B [Meaning] ESC [Code Type]
Start of Mode Field
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] t [Meaning] compressed text [Code Type]
MODE TAG (see below)
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \x1C [Meaning] color control code [Code Type]
Control Code
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] 1 [Meaning] red [Code Type]
COLORTAG (see below)
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] Hello World [Code Type]
Text Message
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
a73718de_Buffalo___The_Linkstation_Wiki__Code_Type
[Value] \004 [Meaning] EOT [Code Type]
End of Transmission
[]
Difference between revisions of "Alpha 220 LED Sign" - NAS-Central Buffalo - The Linkstation Wiki
Code Type
http://buffalo.nas-central.org/w/index.php?title=Alpha_220_LED_Sign&diff=32217&oldid=13443
39/1438043062723.96_20150728002422-00147-ip-10-236-191-2_37066354_5.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The element of the settings that is going to be changed. [Type] String [Default] name [Attribute]
username
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The first name of the user. [Type] String [Attribute]
first_name
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The last name of the user. [Type] String [Attribute]
last_name
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The email address of the user. [Type] String [Attribute]
email
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] Whether or not this user is enabled or disabled. [Type] TrueClass, FalseClass [Attribute]
enabled
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The current (or new) password of the user. [Type] String [Attribute]
password
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] The old password of the user, used in change_password. [Type] String [Attribute]
old_password
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
932acf4f_us_Cookbook___Chef_Supermarket__Attribute
[Description] A list of roles (permissions) to apply to the user. [Type] Array [Attribute]
roles
[ [ "u", "s", "e", "r", "n", "a", "m", "e" ], [ "f", "i", "r", "s", "t", "_", "n", "a", "m", "e" ], [ "l", "a", "s", "t", "_", "n", "a", "m", "e" ], [ "e", "m", "a", "i", "l" ], [ "e", "n", "a", "b", "l", "e", "d" ], [ "p", "a", "s", "s", "w", "o", "r", "d" ], [ "o", "l", "d", "_", "p", "a", "s", "s", "w", "o", "r", "d" ], [ "r", "o", "l", "e", "s" ] ]
nexus Cookbook - Chef Supermarket
Attribute
https://supermarket.chef.io/cookbooks/nexus?elq=e9ef5f34c6564cf8a1a73bb94a8cf56d&elqCampaignId=132
39/1438043062723.96_20150728002422-00048-ip-10-236-191-2_868923161_7.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] initialize [2]
Use this method instead of __init__ to initialize your Widget, so you don't have to deal with calling the __init__ of the superclass.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] setSubmodel [2]
I use the submodel to know which attribute in self.model I am responsible for
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] getData [2]
I have a model; however since I am a widget I am only responsible for a portion of that model. This method returns the portion I am responsible for.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] setData [2]
If the return value of getData is a Deferred, I am called when the result of the Deferred is available.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] add [2]
Add `item' to the children of the resultant DOM Node of this widget.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] appendChild [2]
Add `item' to the children of the resultant DOM Node of this widget.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] insert [2]
Insert `item' at `index' in the children list of the resultant DOM Node of this widget.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] setNode [2]
Set a node for this widget to use instead of creating one programatically. Useful for looking up a node in a template and using that.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] cleanNode [2]
Do your part, prevent infinite recursion!
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] generate [2]
Allow a view to be used like a widget. Will look up the template file and return it in place of the incoming node.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] setDataCallback [2]
Undocumented
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] generateDOM [2]
No summary
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] modelChanged [2]
Rerender this view, because our model has changed.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] __setitem__ [2]
Convenience syntax for adding attributes to the resultant DOM Node of this widget.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] __getitem__ [2]
Convenience syntax for getting an attribute from the resultant DOM Node of this widget.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] setError [2]
No summary
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] getTopModel [2]
Get a reference to this page's top model object.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] getAllPatterns [2]
Get all nodes below this one which have a matching pattern attribute.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] getPattern [2]
Get a named slot from the incoming template node. Returns a copy of the node and all its children. If there was more than one node with the same slot identifier, they will be returned in a round-robin fashion.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] addUpdateMethod [2]
No summary
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] addEventHandler [2]
No summary
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json
3165a40c_gets_Image___API_documentation__2
[Method] Method [__init__] onEvent [2]
Dispatch a client-side event to an event handler that was registered using addEventHandler.
[]
twisted.web.woven.widgets.Image : API documentation
2
http://twistedmatrix.com/documents/8.1.0/api/twisted.web.woven.widgets.Image.html
39/1438043062723.96_20150728002422-00254-ip-10-236-191-2_245517692_2.json