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
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] MINVALUE [Example] MINVALUE=1 [Description]
Specify the minimum value of the sequence. This integer value can have 28 or fewer digits. MINVALUE must be less than or equal to START WITH and must be less than MAXVALUE.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOMINVALUE [Example] NOMINVALUE [Description]
Specify NOMINVALUE to indicate a minimum value of 1 for an ascending sequence or -1026 for a descending sequence. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] CYCLE [Example] CYCLE [Description]
Specify CYCLE to indicate that the sequence continues to generate values after reaching either its maximum or minimum value. After an ascending sequence reaches its maximum value, it generates its minimum value. After a descending sequence reaches its minimum, it generates its maximum.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOCYCLE [Example] NOCYCLE [Description]
Specify NOCYCLE to indicate that the sequence cannot generate more values after reaching its maximum or minimum value. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] CACHE [Example] CACHE 10 [Description]
Specify how many values of the sequence Oracle preallocates and keeps in memory for faster access. This integer value can have 28 or fewer digits. The minimum value for this parameter is 2. For sequences that cycle, this value must be less than the number of values in the cycle. You cannot cache more values than will fit in a given cycle of sequence numbers. If a system failure occurs, all cached sequence values that have not been used in committed DML statements are lost. The potential number of lost values is equal to the value of the CACHE parameter.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOCACHE [Example] NOCACHE [Description]
Specify NOCACHE to indicate that values of the sequence are not preallocated. If you omit both CACHE and NOCACHE, Oracle caches 20 sequence numbers by default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] ORDER [Example] ORDER [Description]
Specify ORDER to guarantee that sequence numbers are generated in order of request. You may want to use this clause if you are using the sequence numbers as timestamps. Guaranteeing order is usually not important for sequences used to generate primary keys. ORDER is necessary only to guarantee ordered generation if you are using Oracle with Real Application Clusters. If you are using exclusive mode, sequence numbers are always generated in order.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOORDER [Example] NOORDER [Description]
Specify NOORDER if you do not want to guarantee sequence numbers are generated in order of request. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] XTRN_MINIMIZED [Description]
External program windows are automatically minimized (Windows)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] AUTO_LOGON [Description]
Enable automatic login based on IP address (not recommended)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] DEBUG_TELNET [Description]
Log Telnet commands and responses (with Debug log level)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] SYSOP_AVAILABLE [Description]
Sysop is available to be paged for chat
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] ALLOW_RLOGIN [Description]
Enable the RLogin protocol for incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] USE_2ND_RLOGIN [Description]
Use the 2nd RLogin string as the user name to login with (DEPRECATED: this behavior is now hard-coded and non-optional)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_QWK_EVENTS [Description]
Disable QWK networking events
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_TELNET_GA [Description]
Disable periodic transmissions of the Telnet “Go Ahead” command (Telnet only)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_EVENTS [Description]
Disable the Events thread (all timed events)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_HOST_LOOKUP [Description]
Do not attempt hostname look-ups on incomming connections (log IP addresses only)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_SPY_SOCKETS [Description]
Disable node spying (on *nix)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] ALLOW_SSH [Description]
Enable the Secure Shell (SSH) protocol for incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_RECYCLE [Description]
Disable the ability for the terminal server to be recycled
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] GET_IDENT [Description]
Use the IDENT protocol on incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_JAVASCRIPT [Description]
Disable JavaScript support (not recommended)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_DOS [Description]
Disable DOS Program support (eliminate the potential for modal error dialogs in 64-bit editions of Windows)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] MUTE [Description]
Disable all local sound output
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Text.Whitespace [for any type of text data] for specially highlighted whitespace [Text]
Whitespace
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Error [for any type of text data] represents lexer errors [Text]
Error
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Other [for any type of text data] special token for data not matched by a parser (e.g. HTML markup in PHP code) [Text]
Other
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Keyword [for any type of text data] any kind of keywords [Text]
Keyword
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Name [for any type of text data] variable/function names [Text]
Name
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal [for any type of text data] Any literals [Text]
Literal
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal.String [for any type of text data] string literals [Text]
String
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal.Number [for any type of text data] number literals [Text]
Number
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Operator [for any type of text data] operators (+, not...) [Text]
Operator
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Punctuation [for any type of text data] punctuation ([, (...) [Text]
Punctuation
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Comment [for any type of text data] any kind of comments [Text]
Comment
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Generic [for any type of text data] generic tokens (have a look at the explanation below) [Text]
Generic
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] int [ad_group_id] category_id
The category ID assigned to this ad group
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] string [ad_group_id] category_name
The name of the category assigned to this ad group
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] string [ad_group_id] destination_url
Use this field to override the destination url for the associated listing.
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] float [ad_group_id] max_cpc
The max CPC for this ad group category. Subject to the restriction of this category's minimum bid.
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] string [ad_group_id] status
The advertiser defined status of this ad group category
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] string [ad_group_id] display_status
The BidSystem defined status of this ad group category. Valid statuses are ACTIVE, INACTIVE and DELETED
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] bool [ad_group_id] use_default_bid
Flags whether or not this ad group category should respect its ad group's max CPC
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] float [ad_group_id] traffic_booster
Traffic booster setting for this ad group category. Possible values are 0 (Off) .8 (80%) .9 (90%) 1 (100%)
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] bool [ad_group_id] is_cpa
Flags whether or not this ad group category is a CPA
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] float [ad_group_id] target_cpa
The target cpa for this ad group category. Subject to the restriction of this category's minimum bid.
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
38c74139_BidSystem_API__s_ad_group_category_belongs_to
[int] float [ad_group_id] ecvr
The estimated conversion rate for the ad group category. Subject to the restriction of this category's minimum bid.
[]
BidSystem API
The ad group ID this ad group category belongs to
http://api.bidsystem.com/
32/1438042990603.54_20150728002310-00171-ip-10-236-191-2_9722255_79.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] Photoshop [Level]
Advanced
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] Illustrator [Level]
Advanced
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] Flash [Level]
Strong
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] After Effects [Level]
Intermediate
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] Premiere [Level]
Intermediate
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
471f2a74_cliffe__Manchester__Web_design__Level
[Application] Soundbooth [Level]
Intermediate
[ [ "A", "d", "v", "a", "n", "c", "e", "d" ], [ "S", "t", "r", "o", "n", "g" ], [ "I", "n", "t", "e", "r", "m", "e", "d", "i", "a", "t", "e" ] ]
Freelance digital designer - Ian Radcliffe, Manchester, Web design
Level
http://www.ramox.co.uk/
32/1438042988650.53_20150728002308-00215-ip-10-236-191-2_681087803_0.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Required?] Yes [Description] A human-readable name for the command. Must be unique within the bundle. [Element]
name
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Required?] Yes [Description] The code to be executed. If specified as a string, it is executed as a shell script. If passed a block, it is invoked as a block when the command is executed. [Element]
invoke
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] The scope in which the command can be executed. If no scope is specified, the command is assumed to be active in all scopes. [Element]
scope
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] The input to the command. See the Input Definition section below. [Element]
input
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] The output of the command. See the Output Definition section below. [Element]
output
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] The working directory to use when invoking the command as a shell script. See the Working Directory Definition section below. [Element]
working_directory
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] The keyboard binding for the command. It is also possible to define platform-specific key bindings, as described in the Key Bindings section below. [Element]
key_binding
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
78306af1_ides___2_0___Appcelerator_Wiki__Element
[Description] A tab trigger that will invoke the command if typed into an editor window and then the key is pressed. It is possible to define both a trigger and a key_binding for a single command. [Element]
trigger
[ [ "n", "a", "m", "e" ], [ "i", "n", "v", "o", "k", "e" ], [ "s", "c", "o", "p", "e" ], [ "i", "n", "p", "u", "t" ], [ "o", "u", "t", "p", "u", "t" ], [ "w", "o", "r", "k", "i", "n", "g", "_", "d", "i", "r", "e", "c", "t", "o", "r", "y" ], [ "k", "e", "y", "_", "b", "i", "n", "d", "i", "n", "g" ], [ "t", "r", "i", "g", "g", "e", "r" ] ]
Ruble Specification - Documentation & Guides - 2.0 - Appcelerator Wiki
Element
https://wiki.appcelerator.org/display/guides2/Ruble+Specification
32/1438042988650.53_20150728002308-00309-ip-10-236-191-2_888039931_8.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Back [Shortcut]
Alt + ← or Backspace
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Forward [Shortcut]
Alt + → or Shift + Backspace
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Home [Shortcut]
Alt + Home
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Open File [Shortcut]
Ctrl + O
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Reload [Shortcut]
F5 or Ctrl + R
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Reload (override cache) [Shortcut]
Ctrl + F5 or Ctrl + Shift + R
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
748d6653_g_technology_and_latest_trends__Shortcut
[Command] Stop [Shortcut]
Esc.
[ [ "A", "l", "t", " ", "+", " ", "←", " ", "o", "r", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "→", " ", "o", "r", " ", "S", "h", "i", "f", "t", " ", "+", " ", "B", "a", "c", "k", "s", "p", "a", "c", "e" ], [ "A", "l", "t", " ", "+", " ", "H", "o", "m", "e" ], [ "C", "t", "r", "l", " ", "+", " ", "O" ], [ "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "R" ], [ "C", "t", "r", "l", " ", "+", " ", "F", "5", " ", "o", "r", " ", "C", "t", "r", "l", " ", "+", " ", "S", "h", "i", "f", "t", " ", "+", " ", "R" ], [ "E", "s", "c", "." ] ]
Techno Mentor | mentoring technology and latest trends
Shortcut
https://technomentor.wordpress.com/
32/1438042990603.54_20150728002310-00103-ip-10-236-191-2_880690633_1.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Datain [Parameters] File [Function]
The path of the data/metadata files to be read.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Dataout [Parameters] File [Function]
The path of the data/metadata files to be written. If no dataout statement is present, the output file(s) will have the same directory and name as the setup with .met and .dat suffixes for metadata/data files.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Delimliter [Parameters] Character(s) [Function]
"CSV" to indicate comma-separated variables or the character(s) used to delimit variable-length data. If a data item includes a delimiter, it must be enclosed in quotation marks. "\t" indicates a tab character.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Imputation [Parameters] File [Function]
The path of the imputation file to be read.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Mult [Parameters] Number All [Function]
The imputation multiple(s) to be included in the output data file. All specifies that all multiples are to be included. If this statement is omitted, the first multiple will be included.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Nobs [Parameters] Number [Function]
The number of observations to be included in the output data file. If this statement is omitted, all the observations in the input dataset(s) will be included.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Print [Parameters] None Standard Details All [Function]
The printout desired. None. Standard: Summary information about the dataset. Details and all: Summary information about the dataset and detailed information about the variables and codeframes. Defaults to standard.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Table [Parameters] File [Function]
Specifies that the output dataset will be in spreadsheet table form. The first row of the table will contain the variable names. The table cells will be delimited by tab characters, commas or spaces. If no file path is present, the output table will have the same directory and name as the setup with a .txt suffix.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Title [Parameters] Text [Function]
The text to be used as the title for the step.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
5c43b63c_Srcware_User_Guide__Function
[Keyword] Run [Function]
Required. Must be the last statement in the getdata setup.
[]
Srcware User Guide
Function
http://www.isr.umich.edu/src/smp/srcware/srcware_user.html
32/1438042990603.54_20150728002310-00024-ip-10-236-191-2_526517616_7.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] Country [Default on Start] United States [Explanation]
Select the country that you want to analyze. The next three choices on this drop down menu are special: World: Summarize the results for all countries combined. Non-US: Summarize the results for all countries outside of the United States. Other Countries: The Netscape/AOL Personals site contains almost 3,000 records in an other category. We don't know why a woman might be placed in other instead of a named country since so many countries are available when the woman creates her entry. We suspect that the site previously asked for United States or Other and later added each country.
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] State [Default on Start] All States [Explanation]
Choices on this drop down menu are only available when the selected country is "United States". Otherwise the choice list is blank.
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] Height [Default on Start] All Heights [Explanation]
Specify women of a particular height.
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] Age [Default on Start] All Ages [Explanation]
You can choose from nine different age ranges.
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] Race [Default on Start] All Races [Explanation]
Women can self-identify their race from the following choices: Prefer not to say Caucasian/White (but not Hispanic) African-American/Black Asian Hispanic Other Multiracial Use this drop down menu to determine how preferences differ among women of different races.
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
a16f8861__Research___Personals_Analyzer__Explanation
[Attribute] Body Type [Default on Start] All Body Types [Explanation]
Women can self-identify their body type from the following choices. The site does not explain very well what each label means so it is left to the submitter and the reader to interpret the definition for themselves. Prefer not to say Average Petite Athletic Slim/Slender Large Few Extra Pounds
[]
Short Persons Support: Research : Personals Analyzer
Explanation
http://www.shortsupport.org/Research/personals.html
32/1438042990603.54_20150728002310-00029-ip-10-236-191-2_707707463_0.json
dc754b47_Jewish_Di__Definition
[Expression] A MIKVEH [Definition]
A KOSHER ACQUACADE
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] A CHOCHEM [Definition]
A MAN THAT ARGUES WITH A COP
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] MINYEN [Definition]
ON ORTHODOX STAG
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] A SHANEH GELECHTER [Definition]
GETTING HICCUPS ON YOM KIPPER
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] A SHOICHET [Definition]
A CUTTHROAT
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] A GROISEH FRESSHER [Definition]
SOME OF OUR BEST CUSTOMERS
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] SKIN & BONES [Definition]
SOMEONE WEIGHS LESS THAN 200 POUNDS
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] HEALTHY [Definition]
SOMEONE WEIGHS MORE THAN 200 POUNDS
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
dc754b47_Jewish_Di__Definition
[Expression] A GOOD EATER [Definition]
SOME ONE THAT ASKS FOR SECONDS
[]
Jewish Di
Definition
http://www.koshernosh.com/_temp.htm
32/1438042988650.53_20150728002308-00012-ip-10-236-191-2_548277936_8.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.status_code [Type] Integer [Value]
The HTTP error code
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.message [Type] String [Value]
A description of the error
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.exception_type [Type] Class [Value]
The class of the exception
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.exception [Type] Throwable [Value]
The exception object
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.request_uri [Type] String [Value]
The path to the application resource that encountered the error
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json
15305783__page__JSF_forum_at_JavaRanch___Value
[Key] javax.servlet.error.servlet_name [Type] String [Value]
The name of the servlet that encountered the error
[]
JSF : redirect errors to error page (JSF forum at JavaRanch)
Value
http://www.coderanch.com/t/521672/JSF/java/JSF-redirect-errors-error-page
32/1438042990603.54_20150728002310-00143-ip-10-236-191-2_388121372_7.json