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
|
---|---|---|---|---|---|---|---|
09eb4789_ReadyTalk_Connector___Pardot__ReadyTalk_field | [Pardot default field] Number of Employees [ReadyTalk field] | Number of Employees | [] | ReadyTalk Connector - Pardot | ReadyTalk field | http://www.pardot.com/faqs/administration/readytalk-connector/ | 44/1438042990445.44_20150728002310-00004-ip-10-236-191-2_643230605_0.json |
09eb4789_ReadyTalk_Connector___Pardot__ReadyTalk_field | [Pardot default field] Industry [ReadyTalk field] | Industry | [] | ReadyTalk Connector - Pardot | ReadyTalk field | http://www.pardot.com/faqs/administration/readytalk-connector/ | 44/1438042990445.44_20150728002310-00004-ip-10-236-191-2_643230605_0.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] Broadcast [Description] | A Boolean where true indicates broadcast messages are allowed to be sent to the socket. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] Debug [Description] | A Boolean where true indicates to record debugging information. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] DontLinger [Description] | A Boolean where true indicates to close the socket without lingering. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] DontRoute [Description] | A Boolean where true indicates not to route data. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] Error [Description] | A Int32 that contains the error code associated with the last socket error. The error code is cleared by this option. This option is read-only. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] KeepAlive [Description] | A Boolean where true (the default) indicates to enable keep-alives, which allows a connection to remain open after a request has completed. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] OutOfBandInline [Description] | A Boolean where true indicates to receive out-of-band data in the normal data stream. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] ReceiveBuffer [Description] | A Int32 that specifies the total per-socket buffer space reserved for receives. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] ReceiveTimeout [Description] | A Int32 that specifies the maximum time, in milliseconds, the System.Net.Sockets.Socket.Receive(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags) and System.Net.Sockets.Socket.ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@) methods will block when attempting to receive data. If data is not received within this time, a SocketException exception is thrown. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] ReuseAddress [Description] | A Boolean where true allows the socket to be bound to an address that is already in use. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] SendBuffer [Description] | A Int32 that specifies the total per-socket buffer space reserved for sends. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] SendTimeout [Description] | A Int32 that specifies the maximum time, in milliseconds, the System.Net.Sockets.Socket.Send(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags) and System.Net.Sockets.Socket.SendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) methods will block when attempting to send data. If data is not sent within this time, a SocketException exception is thrown. This option does not require permission to access unmanaged code. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
ba54964d_ystem_Net_Sockets_Socket_Class__Description | [SocketOptionName] Type [Description] | One of the values defined in the SocketType enumeration. This option is read-only. | [] | System.Net.Sockets.Socket Class | Description | http://dotgnu.org/pnetlib-doc/System/Net/Sockets/Socket.html | 44/1438042990445.44_20150728002310-00052-ip-10-236-191-2_71632771_93.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] Element [End Of Line (EOL) Added] | no | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] Text (or Whitespace) [End Of Line (EOL) Added] | no | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] CDATA Section [End Of Line (EOL) Added] | no | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] Comment [End Of Line (EOL) Added] | yes | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] Processing Instruction [End Of Line (EOL) Added] | yes | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
f1055d21_Node_Methods_in_CMarkup__End_Of_Line__EOL__Added | [Type] Document Type [End Of Line (EOL) Added] | yes | [
[
"n",
"o"
],
[
"y",
"e",
"s"
]
] | Node Methods in CMarkup | End Of Line (EOL) Added | http://www.firstobject.com/dn_marknodes.htm | 44/1438042990445.44_20150728002310-00310-ip-10-236-191-2_443686529_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Language [Description of Field] The Language field allows you to record information about any language or languages associated with an object. [Type of Field] Pick list [Internal Field Name] | language | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Latest Valuation [Description of Field] This field can be used in two ways. Option 1: enter the latest valuation amount directly in this field. This is useful if you don't know other information such as valuation date, valuation method etc. Option 2: this field is automatically updated when you enter valuation details in the Valuation History section and answer 'Yes' when the system asks you if you want to update the latest valuation. [Type of Field] Number field [Internal Field Name] | latest_valuation | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Latest Appraisal Valuation [Description of Field] This field can be used in two ways. Option 1: enter the latest appraisal valuation directly in this field. This is useful if you don't know other information such as valuer, valuation date etc. Option 2: this field is automatically updated when you enter an appraisal valuation in the Valation History section and answer 'Yes' when the system asks you if you want to update the latest appraisal valuation. [Type of Field] Number field [Internal Field Name] | latest_appraisal_valuation | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Latest Conservation Valuation [Description of Field] This field can be used in two ways. Option 1: enter the latest conservation valuation directly in this field. This is useful if you don't know other information such as valuer, valuation date etc. Option 2: this field is automatically updated when you enter an conservation valuation in the Valation History section and answer 'Yes' when the system asks you if you want to update the latest conservation valuation. [Type of Field] Number field [Internal Field Name] | latest_conservation_valuation | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Latest Insurance Valuation [Description of Field] This field can be used in two ways. Option 1: enter the latest insurance valuation directly in this field. This is useful if you don't know other information such as valuer, valuation date etc. Option 2: this field is automatically updated when you enter an insurance valuation in the Valation History section and answer 'Yes' when the system asks you if you want to update the latest insurance valuation. [Type of Field] Number field [Internal Field Name] | latest_insurance_valuation | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Latest Outgoing Loan Valuation [Description of Field] This field can be used in two ways. Option 1: enter the latest outgoing loan valuation directly in this field. This is useful if you don't know other information such as valuer, valuation date etc. Option 2: this field is automatically updated when you enter an outgoing loan valuation in the Valation History section and answer 'Yes' when the system asks you if you want to update the latest outgoing loan valuation. [Type of Field] Number field [Internal Field Name] | latest_outgoing_loan_valuation | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Legal or Ownership Status [Description of Field] Use this field to record the legal or ownership status of your object. [Type of Field] Pick list [Internal Field Name] | legal_status | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Loan In Details [Description of Field] Loan In Details is used to enter information for an incoming object(s) loan. [Type of Field] Text field [Internal Field Name] | loan_in | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Loan Out Details [Description of Field] Loan Out Details is used to enter information for an outgoing object(s) loan. [Type of Field] Text field [Internal Field Name] | loan_out | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] Current Location [Description of Field] Current Location is where you enter the current location of the object. This is usually a storage or display location within the museum. This field is not shown on the public pages. Use other fields such as Place Made to describe places associated with the object. [Type of Field] Pick list [Internal Field Name] | location | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
a220d076_Fields_H_P___eHive__Internal_Field_Name | [Field Name] General Location Notes [Description of Field] General Location Notes is where you record any details that relate to the location of the object. [Type of Field] Text field [Internal Field Name] | location_notes | [] | Fields H-P - eHive | Internal Field Name | http://en.wiki.ehive.com/wiki/Fields_H-P | 44/1438042988399.65_20150728002308-00013-ip-10-236-191-2_81461602_3.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] Package developed or delivered by the MinGW project. [Word] | Group | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] Same as Group. [Word] | Milestone | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] The current status of a ticket. [Word] | Status | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] The ticket is assigned to this SF user or null. [Word] | Owner | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] The ticket was created by this SF user. [Word] | Creator | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] The ticket was created on this date (Y-M-D). [Word] | Created | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] The ticket was last updated on this date (Y-M-D). [Word] | Updated | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] Labels manually assigned to the ticket to aid in searching similar tickets. [Word] | Labels | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] Used in combination with Status to further clarify the status of the ticket. [Word] | Resolution | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
4916a86a_alist_GNU_for_Windows___Issues__Word | [Definition] Used to help further clarifying the ticket. [Word] | Category | [
[
"G",
"r",
"o",
"u",
"p"
],
[
"M",
"i",
"l",
"e",
"s",
"t",
"o",
"n",
"e"
],
[
"S",
"t",
"a",
"t",
"u",
"s"
],
[
"O",
"w",
"n",
"e",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"o",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"d"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"d"
],
[
"L",
"a",
"b",
"e",
"l",
"s"
],
[
"R",
"e",
"s",
"o",
"l",
"u",
"t",
"i",
"o",
"n"
],
[
"C",
"a",
"t",
"e",
"g",
"o",
"r",
"y"
]
] | MinGW - Minimalist GNU for Windows / Issues | Word | http://sourceforge.net/p/mingw/bugs/ | 44/1438042990445.44_20150728002310-00143-ip-10-236-191-2_215212823_0.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] printer search term [Default] none [Meaning] List only printers matching the search term (or drivers for the best match). The search term can be a Foomatic ID, "|", " ", or any part of that. Also an IEEE-1284 device ID can be supplied, for example to find drivers for an auto-detected printer. Note that certain characters are not allowed in URLs and need to be escaped. See below. [Name] | printer | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] manufacturer name [Default] none [Meaning] List only printers from this manufacturer [Name] | make | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] model name/search term [Default] none [Meaning] List only printers matching the search term (or drivers for the best match) [Name] | model | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] driver name [Default] none [Meaning] List only this driver [Name] | driver | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers for which there are downloadable driver packages or PPDs [Name] | onlydownload | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers for which a downloadable PPD file is available [Name] | onlyppdfiles | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers for which a downloadable driver package is available [Name] | onlydriverpackages | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list also source driver packages (source RPMs) [Name] | sourcedriverpackages | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, no binary driver packages get listed [Name] | nobinarydriverpackages | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only the newest version of each driver package [Name] | onlynewestdriverpackages | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only signed driver packages for which the signature key fingerprint is available [Name] | onlysigneddriverpackages | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] arch name [Default] bin [Meaning] List only driver packages of selected architectures: all, bin (all binary packages), src (source packages), i386, i486, i586, i686, x86_32, ia32, amd64, x86_64, ia64, ppc, s390, s390x, noarch (architecture-independent packages), any (architecture-independent packages) [Name] | architectures | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] locale code [Default] none [Meaning] List only driver packages for selected languages/countries. If there are versions of the driver packages for different regions only the ones suitable for the given language and/or country will be listed. Without this options all packages are shown. The locale code is a two-letter language code with optional two-letter country code, or only a country code in two upper-case letters (de, fr, pt_BR, JP, ...) [Name] | locale | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] scopes [Default] none [Meaning] The answer of a query can contain more than one file for a driver. Then the printer setup tool has to respect this and to install all listed packages if no special instructions are supplied. If there is more then one package for a driver, these are often devided by scopes like "general", "gui", "printer", "scanner", "fax", ... The "notscopes" filter allows to suppress unwished scopes, for example "gui" for head-less servers. The unwished scopes are supplied as a comma-separated list. [Name] | notscopes | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] scopes [Default] none [Meaning] This filter allows to list only the driver packages matching the scopes supplied as a comma-separated list. This is for example useful if one has suppressed some packages with the "notscopes" filter earlier and now these missing parts should get installed. [Name] | onlyscopes | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, do not list drivers which are marked as obsolete [Name] | noobsoletes | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers which are free software [Name] | onlyfree | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers which are not free software [Name] | onlynonfree | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list only drivers which are supplied by the printer manufacturer [Name] | onlymanufacturer | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, list everything except the driver's license text (affects only driver queries with "moreinfo=1" option and with a license text in the database entry) [Name] | nolicensetext | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, show only the license text (no output if there is no license text) [Name] | onlylicensetext | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, show only the original (English) license text, independent of the chosen UI language, as this is usually the legally valid one (no output if there is no license text) [Name] | origlicensetext | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] 0, 1 [Default] 0 [Meaning] If 1, show only the link to the original (English) license text (no output if there is no such link in the case of the original license text being embedded in the driver XML file or no license text being available at all) [Name] | origlicenselink | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] package system [Default] all [Meaning] List only package files for the given package system: all, rpm (RPM), deb (Debian). [Name] | packagesystem | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
914e178e_ery_API___The_Linux_Foundation__Name | [Values] LSB version [Default] all [Meaning] List only package files for the given LSB version: all, 3.1, 3.2, 4.0, .... More than one version can be given via a comma- and/or space-separated list. [Name] | lsbversion | [] | OpenPrinting Web Query API | The Linux Foundation | Name | http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query | 44/1438042990445.44_20150728002310-00168-ip-10-236-191-2_567219272_1.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .aero [Entity] air-transport industry [Notes] Must verify eligibility for registration; only those in various categories of air-travel-related entities may register. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .asia [Entity] Asia-Pacific region [Notes] This is a TLD for companies, organizations, and individuals based in the region of Asia, Australia, and the Pacific. [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .biz [Entity] business [Notes] This is an open TLD; any person or entity is permitted to register; however, registrations may be challenged later if they are not held by commercial entities in accordance with the domain's charter. This TLD was created to provide relief for the wildly-popular .com TLD. [IDN] No [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .cat [Entity] Catalan [Notes] This is a TLD for Web sites in the Catalan language or related to Catalan culture. [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .com [Entity] commercial [Notes] This is an open TLD; any person or entity is permitted to register. Though originally intended for for-profit business entities, for a number of reasons it became the "main" TLD for domain names and is currently used by all types of entities including nonprofits, schools and private individuals. Domain name registrations may be challenged if the holder cannot prove an outside relation justifying reservation of the name, to prevent "squatting". [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .coop [Entity] cooperatives [Notes] The .coop TLD is limited to cooperatives as defined by the Rochdale Principles. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .edu [Entity] educational [Notes] The .edu TLD is limited to specific educational institutions such as, but not limited to, primary schools, middle schools, secondary schools, colleges, and universities. In the US, its usability was limited in 2001 to post-secondary institutions accredited by an agency on the list of nationally recognized accrediting agencies maintained by the United States Department of Education. This domain is therefore almost exclusively used by U.S. colleges and universities. Some institutions that do not meet the current registration criteria have grandfathered domain names. [IDN] No [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .gov [Entity] governmental [Notes] The .gov TLD is limited to U.S. governmental entities and agencies. [IDN] No [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .info [Entity] information [Notes] This is an open TLD; any person or entity is permitted to register. [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .int [Entity] international organizations [Notes] The .int TLD is strictly limited to organizations, offices, and programs which are endorsed by a treaty between two or more nations. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .jobs [Entity] companies [Notes] The .jobs TLD is designed to be added after the names of established companies with jobs to advertise. At this time, owners of a "company.jobs" domain are not permitted to post jobs of third party employers. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .mil [Entity] U.S. military [Notes] The .mil TLD is limited to use by the U.S. military. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .mobi [Entity] mobile devices [Notes] Must be used for mobile-compatible sites in accordance with standards. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .museum [Entity] museums [Notes] Must be verified as a legitimate museum. [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .name [Entity] individuals, by name [Notes] This is an open TLD; any person or entity is permitted to register; however, registrations may be challenged later if they are not by individuals (or the owners of fictional characters) in accordance with the domain's charter. [IDN] Yes [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .net [Entity] network [Notes] This is an open TLD; any person or entity is permitted to register. Originally intended for use by domains pointing to a distributed network of computers, or "umbrella" sites that act as the portal to a set of smaller websites. [IDN] No [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .org [Entity] organization [Notes] This is an open TLD; any person or entity is permitted to register. Originally intended for use by non-profit organizations, and still primarily used by same. [IDN] Yes [DNSSEC] | Yes | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .pro [Entity] professions [Notes] Currently, .pro is reserved for licensed or certified lawyers, accountants, physicians and engineers in France, Canada, NL, UK and the U.S. A professional seeking to register a .pro domain must provide their registrar with the appropriate credentials. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .tel [Entity] Internet communication services [Notes] A contact directory housing all types of contact information directly in the Domain Name System. [IDN] Yes[2] [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .travel [Entity] travel and tourism industry related sites [Notes] Must be verified as a legitimate travel-related entity. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
8b46ebb4_otive_Digital_Marketing_ProCom__DNSSEC | [Name] .xxx [Entity] adult entertainment [Notes] For sites providing sexually-explicit content. [IDN] No [DNSSEC] | No | [
[
"N",
"o"
],
[
"Y",
"e",
"s"
]
] | Domain Solicitation Emails: Dealer Offer Investigation - Automotive Digital Marketing ProCom | DNSSEC | http://www.automotivedigitalmarketing.com/forum/topics/domain-solicitation-emails?xg_source=activity | 44/1438042981525.10_20150728002301-00335-ip-10-236-191-2_301226472_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-home [Action] | Go to first cell (top left) | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-end [Action] | Go to last cell (bottom right) | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-left [Action] | Go to first value in row | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-right [Action] | Go to last value in row | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-up [Action] | Go to first value in column | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] ctrl-down [Action] | Go to last value in column | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
3e1b9f76___oocalc_notes___mindspill_net__Action | [Key combo] F2 [Action] | Edit a cell without having to click on it | [] | LibreOffice calc / oocalc notes | mindspill.net | Action | http://mindspill.net/computing/cross-platform-notes/libreoffice-calc-oocalc/ | 44/1438042981525.10_20150728002301-00073-ip-10-236-191-2_160788796_0.json |
220b90e6_wiki_first_grid___jqGrid_Wiki__Property | [Description] Tells us where to get the data. Typically this is a server-side function with a connection to a database which returns the appropriate information to be filled into the Body layer in the grid [Property] | url | [] | wiki:first_grid - jqGrid Wiki | Property | http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Afirst_grid | 44/1438042990445.44_20150728002310-00273-ip-10-236-191-2_798649018_0.json |
220b90e6_wiki_first_grid___jqGrid_Wiki__Property | [Description] This tells jqGrid the type of information being returned so it can construct the grid. In this case, we tell the grid that we expect XML data to be returned from the server, but other formats are possible. For a list of all available datatypes refer to API Methods [Property] | datatype | [] | wiki:first_grid - jqGrid Wiki | Property | http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Afirst_grid | 44/1438042990445.44_20150728002310-00273-ip-10-236-191-2_798649018_0.json |
220b90e6_wiki_first_grid___jqGrid_Wiki__Property | [Description] Tells us how to make the Ajax call: either 'GET' or 'POST'. In this case, we will use the GET method to retrieve data from the server [Property] | mtype | [] | wiki:first_grid - jqGrid Wiki | Property | http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Afirst_grid | 44/1438042990445.44_20150728002310-00273-ip-10-236-191-2_798649018_0.json |
220b90e6_wiki_first_grid___jqGrid_Wiki__Property | [Description] An array in which we place the names of the columns. This is the text that appears in the head of the grid (Header layer). The names are separated with commas [Property] | colNames | [] | wiki:first_grid - jqGrid Wiki | Property | http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Afirst_grid | 44/1438042990445.44_20150728002310-00273-ip-10-236-191-2_798649018_0.json |
220b90e6_wiki_first_grid___jqGrid_Wiki__Property | [Description] An array that describes the model of the columns. This is the most important part of the grid. Here I explain only the options used above. For the complete list of options see colModel API name: The name of the column. This name does not have to be the name from the database table, but later we will see how we can use this when we have different data formats. index: The name passed to the server on which to sort the data (note that we could pass column numbers instead). Typically this is the name (or names) from the database – this is server-side sorting, so what you pass depends on what your server expects to receive. width: The width of the column, in pixels. align: The alignment of the column. sortable: Specifies if the data in the grid can be sorted on this column; if false, clicking on the header has no effect. [Property] | colModel | [] | wiki:first_grid - jqGrid Wiki | Property | http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3Afirst_grid | 44/1438042990445.44_20150728002310-00273-ip-10-236-191-2_798649018_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.