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
|
---|---|---|---|---|---|---|---|
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Stepper [Informal definition] A data item stepping through a systematic, predictable succession of values [Example] | count | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Most-recent holder [Informal definition] A data item holding the latest value encountered in going through a succession of unpredictable values, or simply the latest value obtained as input [Example] | inputData | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Most-wanted holder [Informal definition] A data item holding the best or otherwise most appropriate value encountered so far [Example] | maximum | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Gatherer [Informal definition] A data item accumulating the effect of individual values [Example] | sum | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Follower [Informal definition] A data item that gets its new value always from the old value of some other data item [Example] | prev | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] One-way flag [Informal definition] A two-valued data item that cannot get its initial value once the value has been changed [Example] | errorsOccurred | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Temporary [Informal definition] A data item holding some value for a very short time only [Example] | temp | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Organizer [Informal definition] A data structure storing elements that can be rearranged [Example] | sortArray | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Container [Informal definition] A data structure storing elements that can be added and removed [Example] | processQueue | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
cc89b93c_tion_to_the_roles_of_variables__Example | [Role (v. 2.0)] Walker [Informal definition] A data item traversing in a data structure [Example] | currNode | [] | An introduction to the roles of variables | Example | http://www.cs.joensuu.fi/~saja/var_roles/role_intro.html | 16/1438042987866.61_20150728002307-00331-ip-10-236-191-2_383594903_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Read Uncommitted [Dirty Reads] Yes [Nonrepeatable reads] Yes [Phantom reads] Yes [Concurrency model] Pessimistic [Conflict Detection] No [Lost Updates] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Read Committed [Dirty Reads] No [Nonrepeatable reads] Yes [Phantom reads] Yes [Concurrency model] Pessimistic [Conflict Detection] No [Lost Updates] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Repeatable Read [Dirty Reads] No [Nonrepeatable reads] No [Phantom reads] Yes [Concurrency model] Pessimistic [Conflict Detection] No [Lost Updates] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Serializable [Dirty Reads] No [Nonrepeatable reads] No [Phantom reads] No [Concurrency model] Pessimistic [Conflict Detection] No [Lost Updates] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Snapshot [Dirty Reads] No [Nonrepeatable reads] No [Phantom reads] No [Concurrency model] Optimistic [Conflict Detection] Yes [Lost Updates] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
55ae5934_n_Ribunal_s_Note_On_SQL_Server__Lost_Updates | [0] Read Committed Snapshot [Dirty Reads] No [Nonrepeatable reads] Yes [Phantom reads] Yes [Concurrency model] Optimistic [Conflict Detection] No [Lost Updates] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Isolation Levels and Locks in SQL Server 2005 | Marlon Ribunal's Note On SQL Server | Lost Updates | https://dbalink.wordpress.com/2008/05/27/isolation-levels-and-locks-in-sql-server-2005/ | 16/1438042988312.76_20150728002308-00115-ip-10-236-191-2_887381737_0.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 3 [Table] raw [Comment] This is where you do work before the connection tracking has taken place for locally generated packets. You can mark connections so that they will not be tracked for example. [Chain] | OUTPUT | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 5 [Table] mangle [Comment] This is where we mangle packets, it is suggested that you do not filter in this chain since it can have side effects. [Chain] | OUTPUT | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 6 [Table] nat [Comment] This chain can be used to NAT outgoing packets from the firewall itself. [Chain] | OUTPUT | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 8 [Table] filter [Comment] This is where we filter packets going out from the local host. [Chain] | OUTPUT | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 9 [Table] mangle [Comment] The POSTROUTING chain in the mangle table is mainly used when we want to do mangling on packets before they leave our host, but after the actual routing decisions. This chain will be hit by both packets just traversing the firewall, as well as packets created by the firewall itself. [Chain] | POSTROUTING | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
f85525b4_Iptables_Tutorial_1_2_2__Chain | [Step] 10 [Table] nat [Comment] This is where we do SNAT as described earlier. It is suggested that you don't do filtering here since it can have side effects, and certain packets might slip through even though you set a default policy of DROP. [Chain] | POSTROUTING | [
[
"O",
"U",
"T",
"P",
"U",
"T"
],
[
"P",
"O",
"S",
"T",
"R",
"O",
"U",
"T",
"I",
"N",
"G"
]
] | Iptables Tutorial 1.2.2 | Chain | http://www.zoominternet.net/~lazydog/iptables-tutorial | 16/1438042988312.76_20150728002308-00238-ip-10-236-191-2_850232655_21.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Parent list [Method] - [Description] | Set the parent list of this select list (used for nested select lists). Can only be set when the select list is created. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Name [Method] setName(String name) [Description] | Set the name of the select list (has to be unique). | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Label [Method] setLabel(FxString label) [Description] | Set a label text to be displayed in user interfaces. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Description [Method] setDescription(FxString description) [Description] | Set a description text to be displayed in user interfaces. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Allow dynamic item creation [Method] - [Description] | May items be created dynamically (in UI's other than backends). Can only be set when the select list is created. This flag is merely used as information for UI's where users may create select list items themselves. Independent of this flag the users can only create items if they have the permission (see Table 6.7, “Relevant permissions for working with select list items” for details). | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Create Item ACL [Method] - [Description] | The ACL which controls the permissions for adding and removing select items to the select list. Can only be set when the select list is created. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] New Item ACL [Method] - [Description] | The ACL which is assigned to newly created items by default. Can only be set when the select list is created. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
7123c5b4_e__3_0_Reference_Documentation_e_6_5__FxSelectList_parameters_Description | [Parameter] Default Item [Method] setDefaultItem(FxSelectListItem defaultItem) [Description] | A select list item, which is selected by default. | [] | [fleXive] 3.0 Reference Documentation | Description | http://www.flexive.org/docs/3.0/xhtml/index.xhtml | 16/1438042988312.76_20150728002308-00171-ip-10-236-191-2_452724124_8.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Value [Property] | Property | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Toggle [Property] | Switch type | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Weather-Resistant , O Ring sealed bushing,Toggle Switch [Property] | Description | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] SPST [Property] | Circuitry | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 25A at 12V DC [Property] | Electrical Rating | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Silver [Property] | Contacts | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Black plastic [Property] | Housing | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] On/Red [Property] | Up position | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] not applicable [Property] | Center position | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Off/White [Property] | Down position | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 4 blade [Property] | Terminals | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Translucent [Property] | Handle material | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Wedge [Property] | Handle type | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 11/16" Long [Property] | Handle size: inches | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 17.46mm [Property] | Handle size: mm | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Black finished face nut & plated hex nut [Property] | Mounting hardware | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Nylon plastic,black [Property] | Mounting stem material | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 15/32" -32 thread, 15/32" (11.90mm) Long [Property] | Mounting stem dimmensions | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] 15/32" (11.90mm) Panel Hole [Property] | Mounting hole dimension | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
467fb766__01___Cole_Hersee___Littelfuse__Property | [Value] Up to 1/8" (3.17mm) thick [Property] | Panel thickness | [] | Toggle Switches | Flat Handle Toggle Switches54109-01 | Cole Hersee - Littelfuse | Property | http://www.colehersee.com/home/item/cat/34/54109-01/ | 16/1438042987866.61_20150728002307-00289-ip-10-236-191-2_365946157_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Clear & New [Action] | Clears the Invoice worksheet. The invoice date and ship date field will be set to the current date, and the Tax Rate, Sales Rep. Name, Ship Via, Terms will also be set to default values. You can set the default values by clicking the Settings button on the Invoice worksheet. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Save To DB [Action] | Saves the current invoice to the database. If the invoice # field is not filled in, or it is filled in but does not exist in the database, then it will be treated as a new invoice, and a new invoice # will be created automatically if needed. Otherwise, you are updating an existing invoice identified by the Invoice #. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Extract/Email [Action] | Creates a new invoice template that contains only the current invoice. You can then email it to your customer, format it using various formatting tools, or save it to other formats, such as HTML, PDF, etc. If you check the Email invoice after extraction option on the Workbook Tab of the Settings window, it will create the email message automatically. Click to see an example of the extracted invoice. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Print [Action] | Prints the current invoice using the default print options. To customize your print options, click Excel menu File -> Page Setup or File -> Print. Click to see an example of the Printed Invoice | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Payment [Action] | Adds a payment for the current invoice. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] View Detail [Action] | Displays the current invoice in an Invoice Edit window, where you can edit, void, delete the invoice, or manage the payment records for the invoice. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Customers [Action] | Displays a window to list all customers. (Sample Customers window) | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Products [Action] | Displays a window to list all products. (Sample Products window) | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Invoices [Action] | Displays a window to list all invoices. (Sample Invoices window) | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Reports [Action] | Displays the Reports window, where you can create new reports. (Figure) | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Settings [Action] | Displays the Settings window, where you can set various options to control how the system works. (Figure) | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
e33e3a06_plates___Excel_Invoice_Manager__Action | [Button] Help [Action] | Displays the help document. | [] | Invoice Templates - Excel Invoice Manager | Action | http://www.office-kit.com/excel_invoice_manager/invoice_template.htm | 16/1438042988312.76_20150728002308-00325-ip-10-236-191-2_631367081_0.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Moves to previous page on preview [Name] | Previous | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Moves to the first page of the preview [Name] | First | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Moves to the next page of the preview [Name] | Next | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Moves to the page of the report. REPORT TOTALS ARE SHOWN ON THE LAST PAGE SO THIS BUTTON IS USED OFTEN [Name] | Last | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Button] or [Description] Zooms in and out of the preview. [Name] | Zoom | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Prints out the entire report a single page. [Name] | Print | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Button] or [Description] Exports the report to all popular data file formats such as: Microsoft Excel, IBM Lotus, DIF, Text, Microsoft Word, tab and comma separated, RTF [Name] | Export | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Send the report as an Email attachment. MAPI must be installed and working correctly on your computer for this feature to function. [Name] | Email | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
602ea731_CHAPTER_3_Common_Tasks__Name | [Description] Closes the report [Name] | Exit | [
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s"
],
[
"F",
"i",
"r",
"s",
"t"
],
[
"N",
"e",
"x",
"t"
],
[
"L",
"a",
"s",
"t"
],
[
"Z",
"o",
"o",
"m"
],
[
"P",
"r",
"i",
"n",
"t"
],
[
"E",
"x",
"p",
"o",
"r",
"t"
],
[
"E",
"m",
"a",
"i",
"l"
],
[
"E",
"x",
"i",
"t"
]
] | CHAPTER 3 Common Tasks | Name | http://treasure32.com/UserGuide/FAQ.htm | 16/1438042988312.76_20150728002308-00159-ip-10-236-191-2_248568258_16.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Evaluate the result inside an exception handler; if one of the exceptions AttributeError, LookupError, TypeError, NameError, or KeyError is raised during evaluation, the result is False, otherwise True. Note that the original result is discarded in any case. [Prefix] | exists | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Import a global symbol using dotted notation. [Prefix] | import | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Load a template relative to the current template or absolute. [Prefix] | load | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Negate the expression result [Prefix] | not | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Evaluate a Python expression [Prefix] | python | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Format a string [Prefix] | string | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
a911d9b9___Chameleon_2_10_documentation__Prefix | [Description] Wraps the expression result as structure. [Prefix] | structure | [
[
"e",
"x",
"i",
"s",
"t",
"s"
],
[
"i",
"m",
"p",
"o",
"r",
"t"
],
[
"l",
"o",
"a",
"d"
],
[
"n",
"o",
"t"
],
[
"p",
"y",
"t",
"h",
"o",
"n"
],
[
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"s",
"t",
"r",
"u",
"c",
"t",
"u",
"r",
"e"
]
] | Language Reference — Chameleon 2.10 documentation | Prefix | https://chameleon.readthedocs.org/en/latest/reference.html | 16/1438042988312.76_20150728002308-00237-ip-10-236-191-2_869678390_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] AutoCompletePostfix [Description] | sets a post-fix to automatically be appended to the end of auto-completed usernames | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] CaseSensitiveFlags [Description] | forces flags to be case sensitive. (i.e. flag b is not the same as flag B) | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] ChatDelay [Description] | sets the default chat delay | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] DefaultSafelistGroup [Description] | sets safelisted users to the specified group | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] DefaultShitlistGroup [Description] | sets shitlisted users to the specified group | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] DefaultTagbansGroup [Description] | sets tagbanned users to the specified group | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] HideClanDisplay [Description] | hides clan tags from the channel list display | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] HidePingDisplay [Description] | hides ping icons from the channel list display | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] MathAllowUI [Description] | allows UI related commands to be used in the math/eval command. | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] MediaPlayer [Description] | sets the default media player | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] RetainOldBans [Description] | keeps bans on the banlist even after the operator that made that ban leaves the channel | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] ShowStatsIcons [Description] | if set to N no stats icons (e.g. peons) will be shown in the channel list | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] StoreAllBans [Description] | stores bans from all operators in the channel | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
2b33e485_ni_overrides___StealthBot_Wiki__Description | [Key] WinampPath [Description] | overrides the location to look for WinAmp. | [] | Config.ini overrides - StealthBot Wiki | Description | http://www.stealthbot.net/wiki/Config.ini_overrides | 16/1438042988312.76_20150728002308-00282-ip-10-236-191-2_732072094_2.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+C [MAC] CMD+C [Action] | Copy highlighted text | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+V [MAC] CMD+V [Action] | Paste from clipboard | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+X [MAC] CMD+X [Action] | Cut highlighted text | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+F [MAC] CMD+F [Action] | Find | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+P [MAC] CMD+P [Action] | Print dialogue box | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] TAB [MAC] TAB [Action] | Move to next field | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] SH+TAB [MAC] SH+TAB [Action] | Return to previous field | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
a7b043da_Shortcuts___Kim_Avery_Coaching__Action | [PC (Windows)] CTRL+A [MAC] CMD+A [Action] | Select ALL | [
[
"C",
"o",
"p",
"y",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"P",
"a",
"s",
"t",
"e",
" ",
"f",
"r",
"o",
"m",
" ",
"c",
"l",
"i",
"p",
"b",
"o",
"a",
"r",
"d"
],
[
"C",
"u",
"t",
" ",
"h",
"i",
"g",
"h",
"l",
"i",
"g",
"h",
"t",
"e",
"d",
" ",
"t",
"e",
"x",
"t"
],
[
"F",
"i",
"n",
"d"
],
[
"P",
"r",
"i",
"n",
"t",
" ",
"d",
"i",
"a",
"l",
"o",
"g",
"u",
"e",
" ",
"b",
"o",
"x"
],
[
"M",
"o",
"v",
"e",
" ",
"t",
"o",
" ",
"n",
"e",
"x",
"t",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"R",
"e",
"t",
"u",
"r",
"n",
" ",
"t",
"o",
" ",
"p",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"f",
"i",
"e",
"l",
"d"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
" ",
"A",
"L",
"L"
]
] | Keyboard Shortcuts - Kim Avery Coaching | Action | http://www.kimaverycoaching.com/keyboard-shortcuts/ | 16/1438042987866.61_20150728002307-00127-ip-10-236-191-2_539593280_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.