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
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 15 [Purpose] Adjusts the duty cycle or symmetry of the displayed waveform. [Function]
% Duty cycle
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 16 [Purpose] Turns the frequency sweep mode on and off and allows selection of a linear sweep or logarithmic sweep. [Function]
Sweep
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 17 [Purpose] After pressing this button, the adjustment knob (control 2) will adjust the output signal's frequency. [Function]
Frequency
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 18 [Purpose] Selects the type of operation: continuous output, trigger repetition rate (sets the interval between the internal trigger; each trigger signal causes the generator to output one period), external trigger, manual trigger (pressing the → button causes one cycle to be output), or external gated (waveform cycles are output while the gate signal is above a threshold). [Function]
Mode
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 19 [Purpose] Moves the digit selection left. [Function]
Digit adjustment <
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 20 [Purpose] Moves the digit selection right. [Function]
Digit adjustment >
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
c8d97993_ator_Guidebook___B_K_Precision__Function
[Control] 21 [Purpose] Shows the function generator's settings, such as frequency, amplitude, waveform selected, etc. [Function]
Display
[]
Function & Arbitrary Waveform Generator Guidebook - B&K Precision
Function
http://www.bkprecision.com/support/downloads/function-and-arbitrary-waveform-generator-guidebook.html
23/1438042989043.35_20150728002309-00313-ip-10-236-191-2_331785564_0.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] iostream (strstream) [Spaces] Bad [Yoda speak] Bad [Context] Bad [Format control] Bad [Readability] Bad [Unicode] Good templates, instantiate with wchar_t [Cross-platform]
Good
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] printf (snprintf) [Spaces] Good [Yoda speak] Bad [Context] Good [Format control] Good [Readability] Good [Unicode] Good wprintf ok, but _snwprintf is not standard [Cross-platform]
Good
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] CString:: Format [Spaces] Good [Yoda speak] Bad [Context] Good [Format control] Good [Readability] Good [Unicode] Good CStringW or CStringT instantiated with wchar_t [Cross-platform]
Bad
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] CString:: FormatMessage [Spaces] Good [Yoda speak] Good [Context] Good [Format control] Good [Readability] Good [Unicode] Good CStringW or CStringT instantiated with wchar_t [Cross-platform]
Bad
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] boost:: format [Spaces] Good [Yoda speak] Good [Context] Good [Format control] Good [Readability] Good [Unicode] Good templates, instantiate with wchar_t [Cross-platform]
Good
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
b958bb9d__Internationalization_Cookbook__Cross_platform
[0] ICU [Spaces] Good [Yoda speak] Good [Context] Good [Format control] Bad [Readability] Good [Unicode] Good [Cross-platform]
Good
[ [ "G", "o", "o", "d" ], [ "B", "a", "d" ] ]
String API and internationalization — Internationalization Cookbook
Cross-platform
http://mihai-nita.net/2006/04/15/string-api-and-internationalization/
23/1438042988930.94_20150728002308-00123-ip-10-236-191-2_154190364_2.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_NOTEOFF [Data] pitch, velocity [Description]
Note Off - a key has been released. Please note that many MIDI implementations actually send a Note On message with a velocity of 0 instead of Note off
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_NOTEON [Data] pitch, velocity [Description]
A key has been pressed.
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_POLYAFTERTOUCH [Data] pitch, pressure [Description]
This message is most often sent by pressing down on the key after it "bottoms out"
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_CONTROLCHANGE [Data] controller number, value [Description]
This message is sent when a controller value changes. Controllers include devices such as pedals and levers.
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_PROGRAMCHANGE [Data] program number [Description]
Program Change. This message sent when the patch number changes
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_CHANNELAFTERTOUCH [Data] pressure [Description]
Channel Pressure (After-touch). This message is most often sent by pressing down on the key after it "bottoms out". This message is different from polyphonic after-touch. Use this message to send the single greatest pressure value (of all the current depressed keys)
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
666af52e_Midignusbuino___SGMK_SSAM_WIKI__Description
[Constant] MIDI_PITCHBEND [Data] LSB, MSB [Description]
Pitch Wheel Change. This message is sent to indicate a change in the pitch wheel. The pitch wheel is measured by a fourteen bit value. Center (no pitch change) is 2000H. Sensitivity is a function of the transmitter. (LSB) are the least significant 7 bits. (MSB) are the most significant 7 bits.
[]
Midignusbuino - SGMK-SSAM-WIKI
Description
http://wiki.sgmk-ssam.ch/index.php/Midignusbuino
23/1438042988930.94_20150728002308-00237-ip-10-236-191-2_257623440_0.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] atom:contributor [Allowed Values] Text [Usage]
SHOULD contain the value of the X-On-Behalf-Of header, if one was present in the POST request (See Part A Section 2)
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] atom:generator [Allowed Values] Text [Usage]
SHOULD contain the URI and version of the server software.
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] sword:userAgent [Allowed Values] Text [Usage]
Clients SHOULD provide a User-Agent request-header (as described in [HTTP1.1] section 14.43). If provided, servers SHOULD store the value in the sword:userAgent element.
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] sword:treatment [Allowed Values] Text [Usage]
MUST be present and contain either a human-readable statement describing treatment the deposited resource has received or a URI that dereferences to such a description.
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] sword:verboseDescription [Allowed Values] Text [Usage]
If the client made the POST request with an X-Verbose:true header, the server SHOULD supply a verbose description of the deposit process. See Part A Section 3.2
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] sword:noOp [Allowed Values] 'true'|'false' [Usage]
If the client made the POST request with an X-No-Op:true header, the server SHOULD reflect this by including a sword:noOp element with a value of "true' in the response. See Part A Section 3.1. Servers MAY use a value of 'false' to indicate that the deposit proceeded but MUST NOT use this element to signify an error.
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
403a2cd6_SWORD_APP_Profile_version_1_3__Usage
[Element] sword:packaging [Allowed Values] URI [Usage]
If the POST request results in the creation of packaged resource, the server MAY use this element to declare the packaging type. If used it SHOULD take a value from [SWORD-TYPES].
[]
SWORD APP Profile version 1.3
Usage
http://swordapp.org/docs/sword-profile-1.3.html
23/1438042988930.94_20150728002308-00284-ip-10-236-191-2_229081739_4.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] keyname [Description] The keypair to use for the cluster (the keypair must be defined in a [keypair] section) [Required]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] cluster_size [Description] Number of nodes in the cluster (including master) [Required]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] node_image_id [Description] The AMI to use for worker nodes [Required]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] node_instance_type [Description] The instance type for worker nodes [Required]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] cluster_user [Description] The cluster user to create (defaults to sgeadmin) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] cluster_shell [Description] Sets the cluster user’s shell (default: bash, options: bash, zsh, csh, ksh, tcsh) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] dns_prefix [Description] If True, prefixes the dns name of nodes with the cluster tag. For example: master –> mycluster-master [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] master_image_id [Description] The AMI to use for the master node. (defaults to node_image_id) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] master_instance_type [Description] The instance type for the master node. (defaults to node_instance_type) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] userdata_scripts [Description] List of userdata scripts to use when launching instances [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] volumes [Description] List of EBS volumes to attach and NFS-share to the cluster (each volume must be defined in a [volume] section) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] plugins [Description] List of StarCluster plugins to use when launching the cluster (each plugin must be defined in a [plugin] section) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] permissions [Description] List of permissions to apply to the cluster’s security group (each permission must be defined in a [permission] section) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] userdata_scripts [Description] List of user data scripts to run on boot for each instance in the cluster [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] spot_bid [Description] Always use spot instances with this cluster template [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] force_spot_master [Description] When requesting a spot cluster this setting forces the master node to also be a spot instance (default is for master not to be a spot instance for stability) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] availability_zone [Description] Launch all cluster instances in a single availability zone (defaults to any available zone) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] disable_queue [Description] Disables the setup and configuration of the Open Grid Scheduler (OGS, formerly SGE) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] disable_cloudinit [Description] Do not use cloudinit for cluster accounting (only required if using non- cloudinit enabled AMIs) [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] subnet_id [Description] The VPC subnet to use when launching cluster instances [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
4d798086_arCluster_0_95_6_documentation__Required
[Setting] public_ips [Description] Automatically assign public IP addresses to all VPC cluster instances. Default is False. WARNING: Enabling public IPs exposes your VPC cluster nodes to the internet which may not be desirable. This option also requires a special VPC configuration - see Connecting to a VPC Cluster [Required]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Configuration File — StarCluster 0.95.6 documentation
Required
http://star.mit.edu/cluster/docs/latest/manual/configuration.html
23/1438042988930.94_20150728002308-00095-ip-10-236-191-2_226335971_2.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] Your fully qualified Wheaton email address. [email protected] [For the field marked]
Username
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] Your Wheaton email password [For the field marked]
Password
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] [lastname]_[firstname]@wheatoncollege.edu [For the field marked]
Email address
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] smtp.gmail.com [For the field marked]
Outbound SMTP server
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] imap.gmail.com [For the field marked]
Inbound email server
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] Select IMAP See the difference between POP and IMAP, below [For the field marked]
Setup Type
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
ec898ed8___Technology___Wheaton_College__For_the_field_marked
[Enter the following value] Yes [For the field marked]
Use SSL (may or may not be asked)
[ [ "U", "s", "e", "r", "n", "a", "m", "e" ], [ "P", "a", "s", "s", "w", "o", "r", "d" ], [ "E", "m", "a", "i", "l", " ", "a", "d", "d", "r", "e", "s", "s" ], [ "O", "u", "t", "b", "o", "u", "n", "d", " ", "S", "M", "T", "P", " ", "s", "e", "r", "v", "e", "r" ], [ "I", "n", "b", "o", "u", "n", "d", " ", "e", "m", "a", "i", "l", " ", "s", "e", "r", "v", "e", "r" ], [ "S", "e", "t", "u", "p", " ", "T", "y", "p", "e" ], [ "U", "s", "e", " ", "S", "S", "L", " ", "(", "m", "a", "y", " ", "o", "r", " ", "m", "a", "y", " ", "n", "o", "t", " ", "b", "e", " ", "a", "s", "k", "e", "d", ")" ] ]
Getting Started with Email – Technology | Wheaton College
For the field marked
http://wheatoncollege.edu/technology/started/getting-started-with-email/
23/1438042990609.0_20150728002310-00136-ip-10-236-191-2_262378972_0.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Name [Description] Descriptive name for the connection pool that is shown in the tree. [Required]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Variable Name [Description] The name of the variable the connection pool is tied to. Multiple connection pools can be used, each tied to a different variable, allowing JDBC Samplers to select the pool to draw connections from. Each pool name must be different. If there are two configuration elements using the same pool name, only one will be saved. JMeter versions after 2.3 log a message if a duplicate name is detected. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Max Number of Connections [Description] Maximum number of connections allowed in the pool. To ensure that threads don't have to wait for connections, set the max count to the same as the number of threads. In versions of JMeter after 2.3, the value "0" is treated specially. Instead of sharing the pool between all threads in the test plan, a pool containing a single connection is created for each thread. This ensures that the same connection can be re-used for multiple samplers in the same thread. Multiple such pools can be used - e.g. for connecting to different databases - just give them different names. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Pool timeout [Description] Pool throws an error if the timeout period is exceeded in the process of trying to retrieve a connection [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Idle Cleanup Interval (ms) [Description] Uncertain what exactly this does. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Auto Commit [Description] Turn auto commit on or off for the connections. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Keep-alive [Description] Uncertain what exactly this does. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Max Connection Age (ms) [Description] Uncertain what exactly this does. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Validation Query [Description] A simple query used to determine if the database is still responding. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Database URL [Description] JDBC Connection string for the database. [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] JDBC Driver class [Description] Fully qualified name of driver class. (Must be in JMeter's classpath - easiest to copy .jar file into JMeter's /lib directory). [Required]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Username [Description] Name of user to connect as. [Required]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
4cb7b2e6__s_Manual__Component_Reference__Required
[Attribute] Password [Description] Password to connect with. [Required]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
JMeter - User's Manual: Component Reference
Required
http://www.lhelper.org/dev/jmeter-2.3.2/printable_docs/usermanual/component_reference.html
27/1438042988051.33_20150728002308-00056-ip-10-236-191-2_560580277_167.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘↓, ⌘O [Action]
Open selected item(s)
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] Space [Action]
Quick Look selected item(s)
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ↩ [Action]
Rename selected item
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘D [Action]
Duplicate selected item(s)
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘X, ⌘C [Action]
Cut or copy selected item(s)
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘V [Action]
Paste item(s)
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘⌫ [Action]
Move selected item(s) to trash
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘Z, ⇧⌘Z [Action]
Undo or redo last action
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌥⌘I [Action]
Show hidden files
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘[, ⌘← [Action]
Go back in history
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘], ⌘→ [Action]
Go forward in history
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌘↑ [Action]
Go to enclosing folder
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⇧⌘G [Action]
Go to folder…
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⇧⌘F [Action]
Search with source based on selection
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
ce6c29df_Projects__Action
[Key Equivalent] ⌥F2 [Action]
Show context menu
[]
Projects
Action
http://manual.textmate.org/projects
27/1438042988051.33_20150728002308-00218-ip-10-236-191-2_150198774_0.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_ERNS [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Earnings Definition [Usage] Define the earnings that you want to display on your payslip, as well as the order in which those elements should appear. [Page Name]
Payslip Earnings Definition
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_PTXD [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Pre Tax Deduction [Usage] Define the pre-tax deductions that you want to display on your payslip, as well as the order in which those deductions should appear. [Page Name]
Payslip Pre Tax Deductions
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_ATXD [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip After Tax Deductions [Usage] Define the after-tax deductions that you want to display on your payslip, as well as the order in which those deductions should appear. [Page Name]
Payslip After Tax Deductions
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_TAX [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Tax Definition [Usage] Define the tax elements that you want to display on your payslip, as well as the order in which those elements should appear. [Page Name]
Payslip Tax Definition
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_NI [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip National Insurance [Usage] Define the National Insurance elements that you want to display on your payslip, as well as the order in which those elements should appear. [Page Name]
Payslip National Insurance
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_BALS [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Balances Definition [Usage] Define the balance elements that you want to display on your payslip, as well as the order in which those elements should appear. [Page Name]
Payslip Balances Definition
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_POSI [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Positive Input Def. [Usage] Define the positive input elements that you want to display on your payslip, as well as the order in which those elements should appear. [Page Name]
Payslip Positive Input Def. (payslip postive input definition)
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_ARR [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Arrears Definition [Usage] Define the arrears that you want to display on your payslip, as well as the order in which those arrears should appear. [Page Name]
Payslip Arrears Definition
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
456bc9db_Setting_Up_Payslips__Page_Name
[Object Name] GPGB_PSLIP_D_RTO [Navigation] Set Up HRMS, Product Related, Global Payroll & Absence Mgmt, Payslips, Templates GBR, Payslip Retro Delta Definition [Usage] Define the retro payments that you want to display on your payslip, as well as the order in which those payments should appear. [Page Name]
Payslip Retro Delta Definition
[]
Setting Up Payslips
Page Name
http://pshrprd.jbhunt.com/PSOL/pbooks/eng/psbooks/hgpu/htm/hgpu06.htm
27/1438042989826.86_20150728002309-00016-ip-10-236-191-2_191716008_1.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] direction [Type] string [Notes]
one of: in - an inbound message from a customer out - an outbound message to a customer
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] from [Type] string [Notes]
From header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] to [Type] string [Notes]
To header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] cc [Type] string [Notes]
Cc header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] bcc [Type] string [Notes]
Bcc header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] reply_to [Type] string [Notes]
Reply-To header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] subject [Type] string [Notes]
Subject header
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json
2a479079__REST_API___Enchant_Developers__Notes
[Field] more_body [Type] string [Notes]
contains signature if removed from body.
[]
Enchant REST API | Enchant Developers
Notes
http://dev.enchant.com/api/v1
27/1438042989826.86_20150728002309-00210-ip-10-236-191-2_61674968_6.json