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
|
---|---|---|---|---|---|---|---|
0b5fd9c5_ions_and_Process_for_Start_ups__Source_ | [Directory] var/spool [Description] files saved for later processing [Source?] | no | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Software Conventions and Process for Start-ups | Source? | http://www.newt.com/scm/scap.html | 6/1438042981576.7_20150728002301-00053-ip-10-236-191-2_601535879_2.json |
0b5fd9c5_ions_and_Process_for_Start_ups__Source_ | [Directory] var/run [Description] run-time variable data [Source?] | no | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Software Conventions and Process for Start-ups | Source? | http://www.newt.com/scm/scap.html | 6/1438042981576.7_20150728002301-00053-ip-10-236-191-2_601535879_2.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] url [Required] Yes [Example Usage] -url http://portal [Description] | The load balanced URL is the domain name for all sites users will access in this SharePoint Web application. This URL domain will be used in all links shown on pages within the web application. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] directory [Short Form] dir [Required] No [Example Usage] -directory c:\moss\webs\portal -dir c:\moss\webs\portal [Description] | The virtual directory of the web application. If not specified then the directory will be c:\inetpub\wwwroot\wss\virtualdirectories\{hostheader}{port} | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] port [Short Form] p [Required] No [Example Usage] -port 123 -p 123 [Description] | The port number for the web application. The default is 80. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] ownerlogin [Short Form] ol [Required] Yes - unless -donotcreatesite is passed in [Example Usage] -ownerlogin domain\user1 -ol domain\user1 [Description] | The login name of the owner of the site if a root site collection is to be created. This parameter is disabled if -donotcreatesite is passed in. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] owneremail [Short Form] oe [Required] Yes - unless -donotcreatesite is passed in [Example Usage] -owneremail [email protected] -oe [email protected] [Description] | The email address of the owner of the site collection. This parameter is disabled if -donotcreatesite is passed in. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] exclusivelyusentlm [Short Form] ntlm [Required] No [Example Usage] -exclusivelyusentlm -ntlm [Description] | Sets the site to use NTLM Windows Authentication. If omitted Kerberos authentication will be enabled. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] ownername [Short Form] on [Required] No [Example Usage] -ownername "Gary Lapointe" -on "Gary Lapointe" [Description] | The name of the owner of the root site collection if created. This parameter is disabled if -donotcreatesite is passed in. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] databaseuser [Short Form] du [Required] No [Example Usage] -databaseuser spcontent -du spcontent [Description] | The SQL Server account to use to connect to the content database. If omitted then Windows Authentication will be used. It is recommended that you use Windows Authentication and not a SQL Server account. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] databasepassword [Short Form] dp [Required] No - unless databaseuser is provided. [Example Usage] -databasepassword pa$$w0rd -dp pa$$w0rd [Description] | The password of the database user specified by the -databaseuser parameter. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] databasename [Short Form] dn [Required] No [Example Usage] -databasename SharePoint_Portal_Content -dn SharePoint_Portal_Content [Description] | The name of the content database. If not specified then a database will be created using "SharePoint - #" where # is a random number. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] databaseserver [Short Form] ds [Required] No [Example Usage] -databaseserver spsql1 -ds spsql1 [Description] | The name of the database server on which to store the content database. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] lcid [Required] No [Example Usage] -lcid 1033 [Description] | The local ID of the root site collection. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] sitetemplate [Short Form] st [Required] No [Example Usage] -sitetemplate SPSPORTAL#0 -st SPSPORTAL#0 [Description] | The template to use when creating the root site collection. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] donotcreatesite [Short Form] nosite [Required] No [Example Usage] -donotcreatesite -nosite [Description] | If provided then a root site collection will not be created. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] description [Short Form] desc [Required] No [Example Usage] -description "SharePoint Portal (80)" -desc "SharePoint Portal (80)" [Description] | The description that will be used to identify the web application in IIS. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] sethostheader [Short Form] sethh [Required] No [Example Usage] -sethostheader portal -sethh portal [Description] | Sets the host header of the site. The value is optional and if omitted the host of the -url parameter will be used. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] apidname [Short Form] apid [Required] No [Example Usage] -apidname SharePoint_Portal_AppPool -apid SharePoint_Portal_AppPool [Description] | The name of the application pool. If not provided then "DefaultAppPool" will be used. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] apidtype [Required] No [Example Usage] -apidtype configurableid [Description] | Either networkservice or configurableid. Defaults to networkservice. If the type is set to configurableid then apidlogin and apidpwd is required. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] apidlogin [Short Form] apu [Required] No - unless apidtype is configurableid [Example Usage] -apidlogin "domain\spportalapppool" -apu "domain\spportalapppool" [Description] | The user account that the application pool will run as. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] apidpwd [Short Form] app [Required] No - unless apidtype is configurableid [Example Usage] -apidpwd pa$$w0rd -app pa$$w0rd [Description] | The password for the application pool user account. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] allowanonymous [Short Form] anon [Required] No [Example Usage] -allowanonymous -anon [Description] | Allows anonymous access to the web application. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] ssl [Required] No [Example Usage] -ssl [Description] | Configures the web application to use SSL. | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
b88774c0_cation___SharePoint_Automation__Description | [Parameter Name] timezone [Short Form] tz [Required] No [Example Usage] -timezone 12 -tz 12 [Description] | The time zone to associate the web application with | [] | Create Web Application « SharePoint Automation | Description | http://blog.falchionconsulting.com/index.php/2007/10/create-web-application/ | 6/1438042988860.4_20150728002308-00019-ip-10-236-191-2_31798970_1.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] BareLine [Purpose] | Procedure to be executed when readline has returned true, meaning a newline was encountered, and the line read was of zero length. This can happen for an actual bare line in the input, or for the final readline of a line that ends with a self-delimiting PostScript token. For consistency with FullLine and PartLine, the stack contains (a) whatever was on it when \markup was invoked (except for the parameter dictionary), (b) as modified by any embedded PostScript tokens since, and not consumed by HandleToken or HandleResult, and (c) on top, the string just read, though in this case it is known to be empty; in some uses (simple line-by-line setting), it can make sense for BareLine and FullLine to be the same procedure. When used with paragraph-at-a-time systems, BareLine will usually be defined to invoke the library procedure for filling and setting the completed paragraph. \markup fetches this value only once, so changing it from embedded PostScript code has no effect, but nothing stops the supplied procedure looking at other keys and having changeable behavior. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] EODCount [Purpose] | An integer that, in combination with EODString, determines how embedded-PostScript “interruptions” are recognized. Determines how many instances of EODString can be encountered in the input before reading is interrupted; overlapping instances are not multiply counted. If the value is zero, the first occurrence of EODString interrupts reading and is not read as part of the text. If this entry is not present in the dictionary, \markup adds a definition of zero. If EODString is empty, reading will be interrupted when exactly EODCount bytes have been read; this combination is not likely to have practical use in \markup. This value is freshly fetched from the dictionary after any embedded token has been handled, so embedded PostScript tokens may change it. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] EODString [Purpose] | A string that, in combination with EODCount, determines how embedded-PostScript “interruptions” are recognized. See EODCount. If this entry is not present in the dictionary, \markup adds a definition of (\\). This value is freshly fetched from the dictionary after any embedded token has been handled, so embedded PostScript tokens may change it. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] EOFToken (optional) [Purpose] | When the end of SourceFile has been reached, ordinarily \markup completes. If this entry is present, its value is treated just as if it had been returned by token at the end of the file; HandleToken and HandleResult are executed, and if stop was not executed, reading resumes from the (presumably changed) SourceFile. This is the mechanism by which a file-inclusion operation can be supplied. The idea is for the file-include procedure to store the new file in SourceFile and supply an EOFToken that restores the old one (and the old EOFToken). Such a procedure can be generated by includegen, which is used to provide the file inclusion feature in Basic. If there is an EOFToken and it does not either replace SourceFile, replace EOFToken, or execute stop, \markup will reach end of file and spin. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] FullLine [Purpose] | Procedure to be executed when readline has returned true, meaning a newline was encountered, and the line read was of nonzero length. This can represent an entire full line in the input, or the final segment of a line after an embedded PostScript token. The stack contains (a) whatever was on it when \markup was invoked (except for the parameter dictionary), (b) as modified by any embedded PostScript tokens since, and not consumed by HandleToken or HandleResult, and (c) on top, the string just read. In driving a line-at-a-time text setting system, this procedure may invoke PartLine and then a library procedure to set the complete accumulated line; for a paragraph-at-a-time system, this procedure and PartLine will probably be the same. \markup fetches this value only once, so changing it from embedded PostScript code has no effect, but nothing stops the supplied procedure looking at other keys and having changeable behavior. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] HandleResult [Purpose] | Procedure to be executed when an embedded token has been read, after HandleToken has been executed, and if HandleToken did not incur a stop. Anticipated uses may check the number and type of objects on the stack, and perhaps add a string on top of stack to the accumulating line, interpret a literal name as a glyph name to be shown, or other conventions appropriate to the application. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] HandleToken [Purpose] | Procedure to be executed when an embedded token has been read; any results on the stack may then be processed by HandleResult. One reasonable implementation of HandleToken is a simple unconditional exec. At the time this procedure is executed, SourceFile contains the file object from which the token was read. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] LineBuffer [Purpose] | A string that will be used as the buffer for readline. The size of this string determines the maximum line length that can be found in the input without incurring a rangecheck. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] PartLine [Purpose] | Procedure to be executed when readline has returned false, meaning it encountered the end of input (or an interruption for embedded PostScript) before a newline. The line may be of zero or nonzero length. The stack contains (a) whatever was on it when \markup was invoked (except for the parameter dictionary), (b) as modified by any embedded PostScript tokens since, and not consumed by HandleToken or HandleResult, and (c) on top, the string just read. \markup fetches this value only once, so changing it from embedded PostScript code has no effect, but nothing stops the supplied procedure looking at other keys and having changeable behavior. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
5eebb559_nd_for_the_PostScript_language__Purpose | [Key] SourceFile [Purpose] | File object from which \markup reads input. If this entry is not initially present, \markup defines it with the file object obtained from currentfile. This value is freshly fetched from the dictionary after any embedded token has been handled, so embedded PostScript tokens may change it. | [] | Markup: a minimalist markup frontend for the PostScript language | Purpose | http://www.anastigmatix.net/postscript/Markup.html | 6/1438042981576.7_20150728002301-00099-ip-10-236-191-2_296537031_0.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x80070424 [What to do now] Read Error 0x80070424 for more details [Possible reason for error] | There may be a problem installing updates | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x800700df [What to do now] Read 0x800700df: folder copy error for more details [Possible reason for error] | The file you are trying to download may exceed the allowed limit and cannot be saved – you may need to increase your file-download limit | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x800705b4 [What to do now] Read Windows Update error 800705b4 for more details [Possible reason for error] | There may be a problem with your antivirus update | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x4ff02 [What to do now] The following articles have more information about uninstalling a program: In Windows 8 In Windows 7 In Windows Vista Then re-install your program [Possible reason for error] | Malware may have modified your antivirus or antimalware software – you may need to uninstall and reinstall your security software | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x80080005 [What to do now] Read Stop error code 0x80080005 for more details [Possible reason for error] | Your computer may not be responding properly | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x80070070 [What to do now] Read Windows Update error 80070070 for more details [Possible reason for error] | You may not have enough disk space on your computer to install updates | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x8007042C [What to do now] Read 0x8007042c error messagefor detailed troubleshooting instructions [Possible reason for error] | There may be a problem with your Windows Firewall | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x80240016 [What to do now] Read Windows Update error 0x80240016 for more details [Possible reason for error] | There may be another installation in progress – you should wait for this install to complete | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
eadaabe2_remy_Jared___WP_Freedom_Themes__Possible_reason_for_error | [Error code] 0x8024400a [What to do now] Read Windows Update error 8024400a, 8024400d, or 8024400e for more details [Possible reason for error] | There may be a connection problem between your computer and the Windows servers | [] | Jeremy Jared « WP Freedom Themes | Possible reason for error | http://wpfreedomthemes.com/author/jjared/ | 6/1438042987135.9_20150728002307-00309-ip-10-236-191-2_258485082_1.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] M [Map Tool] | Move Map Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] ~ [Map Tool] | Recenter Map Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] Z [Map Tool] | Zoom Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] S [Map Tool] | Select Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] V [Map Tool] | Move Selected Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] W [Map Tool] | Waypoint Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] R [Map Tool] | Route Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] K [Map Tool] | Track Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] E [Map Tool] | Shape Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] N [Map Tool] | Note Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] 1 [Map Tool] | Calibration Point 1 Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] 2 [Map Tool] | Calibration Point 2 Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
4c40a6ad_Software___ExpertGPS_Help_File__Map_Tool | [Shortcut Key] 3 [Map Tool] | Calibration Point 3 Tool | [] | Shortcut Keys | GPS Map Software | ExpertGPS Help File | Map Tool | http://www.expertgps.com/help/shortcut-keys.asp | 6/1438042981576.7_20150728002301-00149-ip-10-236-191-2_443449801_3.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] History [Setting] | Zero days | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Save Form Information [Setting] | No | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Save Passwords [Setting] | No | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Download Manager History [Setting] | Delete upon successful download | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Cookies [Setting] | No cookies are set | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Disk Cache [Setting] | Zero bytes | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Block Pop Up Windows [Setting] | Yes | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Allow websites to install software [Setting] | No | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Load Images [Setting] | From originating site only | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Enable Java [Setting] | No | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Enable Javascript [Setting] | No | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Software Updates [Setting] | Disabled | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
a5898ba0_FoxTor__Anonymous_Web_Browsing__Setting | [Parameter] Proxy Settings [Setting] | Configured to use Privoxy | [
[
"Z",
"e",
"r",
"o",
" ",
"d",
"a",
"y",
"s"
],
[
"N",
"o"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
" ",
"u",
"p",
"o",
"n",
" ",
"s",
"u",
"c",
"c",
"e",
"s",
"s",
"f",
"u",
"l",
" ",
"d",
"o",
"w",
"n",
"l",
"o",
"a",
"d"
],
[
"N",
"o",
" ",
"c",
"o",
"o",
"k",
"i",
"e",
"s",
" ",
"a",
"r",
"e",
" ",
"s",
"e",
"t"
],
[
"Z",
"e",
"r",
"o",
" ",
"b",
"y",
"t",
"e",
"s"
],
[
"Y",
"e",
"s"
],
[
"F",
"r",
"o",
"m",
" ",
"o",
"r",
"i",
"g",
"i",
"n",
"a",
"t",
"i",
"n",
"g",
" ",
"s",
"i",
"t",
"e",
" ",
"o",
"n",
"l",
"y"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"C",
"o",
"n",
"f",
"i",
"g",
"u",
"r",
"e",
"d",
" ",
"t",
"o",
" ",
"u",
"s",
"e",
" ",
"P",
"r",
"i",
"v",
"o",
"x",
"y"
]
] | FoxTor: Anonymous Web Browsing | Setting | http://cups.cs.cmu.edu/foxtor/ | 6/1438042981576.7_20150728002301-00078-ip-10-236-191-2_58058056_9.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time. [Value] | SW_SHOWNORMAL | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Activates the window and displays it in its current size and position. [Value] | SW_SHOW | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Hides the window and activates another window. [Value] | SW_HIDE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Maximizes the specified window. [Value] | SW_MAXIMIZE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Minimizes the specified window and activates the next top-level window in the Z order. [Value] | SW_MINIMIZE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Activates and displays the window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window. [Value] | SW_RESTORE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Activates the window and displays it as a maximized window. [Value] | SW_SHOWMAXIMIZED | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Activates the window and displays it as a minimized window. [Value] | SW_SHOWMINIMIZED | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Displays the window as a minimized window. This value is similar to SW_SHOWMINIMIZED, except the window is not activated. [Value] | SW_SHOWMINNOACTIVE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Displays the window in its current size and position. This value is similar to SW_SHOW, except the window is not activated. [Value] | SW_SHOWNA | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
9d7e8948_DirectXTutorial_com__Value | [Description] Displays a window in its most recent size and position. This value is similar to SW_SHOWNORMAL, except the window is not actived. [Value] | SW_SHOWNOACTIVATE | [] | DirectXTutorial.com | Value | http://www.directxtutorial.com/Lesson.aspx?lessonid=9-1-2 | 34/1438043058631.99_20150728002418-00055-ip-10-236-191-2_403339808_0.json |
89f9a047_R_Language_Definition__typeof | [mode] logical [storage.mode] logical [typeof] | logical | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
89f9a047_R_Language_Definition__typeof | [mode] numeric [storage.mode] integer [typeof] | integer | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
89f9a047_R_Language_Definition__typeof | [mode] numeric [storage.mode] double [typeof] | double | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
89f9a047_R_Language_Definition__typeof | [mode] complex [storage.mode] complex [typeof] | complex | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
89f9a047_R_Language_Definition__typeof | [mode] character [storage.mode] character [typeof] | character | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
89f9a047_R_Language_Definition__typeof | [mode] raw [storage.mode] raw [typeof] | raw | [
[
"l",
"o",
"g",
"i",
"c",
"a",
"l"
],
[
"i",
"n",
"t",
"e",
"g",
"e",
"r"
],
[
"d",
"o",
"u",
"b",
"l",
"e"
],
[
"c",
"o",
"m",
"p",
"l",
"e",
"x"
],
[
"c",
"h",
"a",
"r",
"a",
"c",
"t",
"e",
"r"
],
[
"r",
"a",
"w"
]
] | R Language Definition | typeof | http://stat.ethz.ch/R-manual/R-devel/doc/manual/R-lang.html | 34/1438043058631.99_20150728002418-00292-ip-10-236-191-2_228168690_4.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 1 [Type] Keyword [Factor] Keyword Use in Title Tag [Importance] High [Consensus] | Yes | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 2 [Type] Site [Factor] Global Link Popularity of Site [Importance] High [Consensus] | Yes | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 3 [Type] In-Link [Factor] Anchor Text of Inbound Link [Importance] High [Consensus] | Yes | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 4 [Type] Page [Factor] Link Popularity within the Site's Internal Link Structure [Importance] High [Consensus] | Yes | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 5 [Type] Site [Factor] Age of Site [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 6 [Type] Site [Factor] Topical Relevance of Inbound Links to Site [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 7 [Type] Site [Factor] Link Popularity of Site in Topical Community [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 8 [Type] Negative [Factor] Server is Often Inaccessible to Bots [Importance] High [Consensus] | No | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 9 [Type] Keyword [Factor] Keyword Use in Body Text [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 10 [Type] In-Link [Factor] Global Link Popularity of Linking Site [Importance] High [Consensus] | No | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 11 [Type] Negative [Factor] Content Very Similar or Duplicate of Existing Content in the Index [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 12 [Type] Page [Factor] Quality/Relevance of Links to External Sites/Pages [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
ef1cdf87_Factors_2007___Quick_Reference__Consensus | [#] 13 [Type] Site [Factor] Rate of New Inbound Links to Site [Importance] High [Consensus] | Somewhat | [
[
"Y",
"e",
"s"
],
[
"S",
"o",
"m",
"e",
"w",
"h",
"a",
"t"
],
[
"N",
"o"
]
] | Search Engine (SEO) Ranking Factors 2007 - Quick Reference | Consensus | http://www.cumbrowski.com/CarstenC/seo_ranking_factors2007_quickref.asp | 34/1438044271733.81_20150728004431-00071-ip-10-236-191-2_392413013_1.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.