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
|
---|---|---|---|---|---|---|---|
fce32775_Windows_runtime_errors__Runtime_error | [Code] 1025 [Additional information] Bad installation or an issue caused after another program that has been installed and replaced the programs DLL. Close all programs and TSRs and try installing the program again. [Runtime error] | DLL is not supported | [] | Windows runtime errors | Runtime error | http://www.computerhope.com/issues/ch000380.htm | 39/1438043062723.96_20150728002422-00031-ip-10-236-191-2_371101691_0.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Class] java.uti.Locale [Signature] public String getScript() [Description] | Returns the script code for this locale, which should either be the empty string or an ISO 15924 4-letter script code. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public String getExtension(char key) [Description] | Returns the extension (or private use) value associated with the specified singleton key, or null if there is no extension associated with the key. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Set getExtensionKeys() [Description] | Returns the set of extension keys associated with this locale, or the empty set if it has no extensions. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public String getUnicodeLocaleType(String key) [Description] | Returns the Unicode locale type associated with the specified Unicode locale key for this locale. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Set getUnicodeLocaleKeys() [Description] | Returns the set of keys for Unicode locale keywords defined by this locale, or null if this locale has no locale extension. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public String toLanguageTag() [Description] | Returns a well-formed IETF BCP 47 language tag representing this locale. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public static Locale forLanguageTag(String languageTag) [Description] | Returns a locale for the specified IETF BCP 47 language tag string. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public String getDisplayScript() [Description] | Returns a name for the the locale's script code that is appropriate for display to the user. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public String getDisplayScript(Locale inLocale) [Description] | Returns a name for the locale's script code that is appropriate for display to the user. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public static final char PRIVATE_USE_EXTENSION [Description] | The key for the private use extension ('x'). | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public static final char UNICODE_LOCALE_EXTENSION [Description] | The key for the LDML extension ('u'). | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Class] java.util.Locale.Builder [Signature] [New Class] [Description] | Builder is used to build instances of Locale from values configured by the setter. Unlike the Locale constructors, the Builder checks if a value configured by a setter satisfies the syntactical requirements defined by the Locale class. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder() [Description] | Constructs an empty Builder. The default value of all fields, extensions, and private use information is the empty string. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder(boolean isLenientVariant) [Description] | Constructs an empty Builder with an option whether to allow setVariant to accept a value that does not conform to the IETF BCP 47 variant subtag's syntax requirements. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public boolean isLenientVariant() [Description] | Returns true if this Builder accepts a value that does not conform to the IETF BCP 47 variant subtag's syntax requirements in setVariant. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setLocale(Locale locale) [Description] | Resets the Builder to match the provided locale. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setLanguageTag(String languageTag) [Description] | Resets the builder to match the provided IETF BCP 47 language tag. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setLanguage(String language) [Description] | Sets the language. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setScript(String script) [Description] | Sets the script. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setRegion(String region) [Description] | Sets the region. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setVariant(String variant) [Description] | Sets the variant. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setExtension(char key, String value) [Description] | Sets the extension for the given key. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder setUnicodeLocaleKeyword(String key, String type) [Description] | Sets the Unicode locale keyword type for the given key. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder clear() [Description] | Resets the builder to its initial, empty state. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Builder clearExtensions() [Description] | Resets the extensions to their initial, default state. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public Locale build() [Description] | Returns an instance of Locale created from the fields set on this builder. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Class] java.util.spi.LocaleNameProvider [Signature] public abstract String getDisplayScript(String scriptCode, Locale locale) [Description] | Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Class] java.util.IllformedLocaleException [Signature] [New Class] [Description] | Thrown by methods in java.util.Locale to indicate that a value is ill-formed. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public IllformedLocaleException(String message) [Description] | Constructs a new IllformedLocaleException with the given message and -1 as the error index. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public IllformedLocaleException(String message, int errorIndex) [Description] | Constructs a new IllformedLocaleException with the given message and error index. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
7b277e6d_JDK_Locale_Enhancement_Project__Description | [Signature] public int getErrorIndex() [Description] | Returns the index where the error was found, or -1 if unknown. | [] | Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project | Description | https://sites.google.com/site/openjdklocale/design-specification | 39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsCollector [Description] | The metrics collector interface | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsInfo [Description] | Interface to provide immutable meta info for metrics | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsPlugin [Description] | The plugin interface for the metrics framework | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsRecord [Description] | An immutable snapshot of metrics with a timestamp | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsSink [Description] | The metrics sink interface | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsSource [Description] | The metrics source interface | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsSystemMXBean [Description] | The JMX interface to the metrics system | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
4a8aad3a_pache_Hadoop_Main_0_23_11_API__Interface_Summary_Description | [Interface] MetricsVisitor [Description] | A visitor interface for metrics | [] | org.apache.hadoop.metrics2 (Apache Hadoop Main 0.23.11 API) | Description | http://hadoop.apache.org/docs/r0.23.11/api/org/apache/hadoop/metrics2/package-summary.html | 39/1438042989126.22_20150728002309-00009-ip-10-236-191-2_109164089_0.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] server_socket [Type] string [Required] Yes [Meaning and usage] | Location of server unix socket. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] archive_enable [Type] yes/no [Default] yes [Required] No [Meaning and usage] | Setting this to no disables archiving. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] archive_after [Type] integer [Default] 30 [Required] No [Meaning and usage] | Archive messages older than this number of days. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] stub_enable [Type] yes/no [Default] no [Required] No [Meaning and usage] | Enables or disables stubbing. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] stub_unread [Type] yes/no [Default] no [Required] No [Meaning and usage] | Enables or disables stubbing of unread messages. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] stub_after [Type] integer [Default] 0 [Required] No [Meaning and usage] | Stub messages older than this number of days. When archive_after has a larger value than this setting, archive_after is used instead. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] delete_enable [Type] yes/no [Default] no [Required] No [Meaning and usage] | Delete archived messages from the main store. Only archived messages can be deleted. Note that if this option is set to yes, no stubbing is performed. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] delete_unread [Type] yes/no [Default] no [Required] No [Meaning and usage] | Enables or disables deleting unread archived messages from the main store. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] delete_after [Type] integer [Default] 0 [Required] No [Meaning and usage] | Delete messages older than this number of days. When archive_after has a larger value than this setting, archive_after is used instead. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] purge_enable [Type] yes/no [Default] no [Required] No [Meaning and usage] | Enables or disables purging of messages in the archive server(s). | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] purge_after [Type] integer [Default] 2555 (7 years) [Required] No [Meaning and usage] | Purge messages older than this number of days. When archive_after has a larger value than this setting, archive_after is used instead. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] cleanup_action [Type] string [Default] store [Required] No [Meaning and usage] | Specify what action should be taken on archive messages whose primary message has been deleted. Possible options are: store: the archived message in a special folder named Zarafa Archive\Deleted; delete, delete the archived messages. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] cleanup_follow_purge_after [Type] yes/no [Default] no [Required] No [Meaning and usage] | Specify that items that are cleaned up from the archive are at least the age that is specified in setting purge_after. This is to avoid messages being deleted from the archive when they were deleted from the primary store by a delete operation. Note that setting this to yes will cause a cleanup run to seemingly do nothing. A rule of thumb is to set this to the same value as delete_enable. So when delete_enable is set to yes, make sure cleanup_follow_purge_after is also set to yes. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] enable_auto_attach [Type] yes/no [Default] no [Required] No [Meaning and usage] | Specify whether on each archive run an auto-attach run is performed in order to match the attached archives to the requested state as specified in LDAP or ADS. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] auto_attach_writable [Type] yes/no [Default] yes [Required] No [Meaning and usage] | Specify whether an auto attached archive will be granted write permissions for the user the arcive is attached to. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] purge_soft_deleted [Type] yes/no [Default] no [Required] No [Meaning and usage] | Specify whether archiver must purge soft-deleted items before a clean-up run | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] log_method [Type] string [Default] file [Required] No [Meaning and usage] | Logging method, either syslog of file. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] log_file [Type] string [Default] - [Required] No [Meaning and usage] | File name of log file when log_method = file, use "-" for stderr | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] log_level [Type] integer [Default] 2 [Required] No [Meaning and usage] | Log level (0 = no logging, 5 = full logging) | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] log_timestamp [Type] integer [Default] 1 [Required] No [Meaning and usage] | Log timestamp - prefix each log line with timestamp in file logging mode. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] sslkey_file [Type] string [Required] Yes [Meaning and usage] | Log in to Zarafa server using this SSL Key. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] sslkey_pass [Type] string [Required] Yes [Meaning and usage] | Password of SSL Key. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] pid_file [Type] string [Default] /var/run/zarafa-archiver.pid [Required] No [Meaning and usage] | Name of control pid file. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_host [Type] string [Default] localhost [Required] No [Meaning and usage] | MySQL hostname to connect to for database access. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_port [Type] string [Default] 3306 [Required] No [Meaning and usage] | MySQL port to connect with (usually 3306). | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_user [Type] string [Default] root [Required] No [Meaning and usage] | Name of the user with which to connect to MySQL. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_password [Type] string [Required] No [Meaning and usage] | The password for mysql_user (leave empty for no password). | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_socket [Type] string [Required] No [Meaning and usage] | Override the default MySQL socket to access mysql locally. Works only if the mysql_host value is empty or localhost. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
89a788ff_Zarafa_Archiver__Meaning_and_usage | [Setting] mysql_database [Type] string [Default] zarafa-archiver [Required] No [Meaning and usage] | Database to connect to. | [] | Zarafa Archiver | Meaning and usage | http://doc.zarafa.com/7.1/Archiver_Manual/ko-KR/html-single/index.html | 39/1438042989126.22_20150728002309-00148-ip-10-236-191-2_74859715_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the full spelling of the name (defaults to {{PAGENAME}} if empty). [Parameter] | name | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert a relevant image for the name. [Parameter] | image | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] The infobox automatically resizes images to a width of 220px. Use this parameter only if the image being used is smaller than 220px. [Parameter] | image_size | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert image caption, which should describe the image used. [Parameter] | caption | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the pronunciation(s) of the name. Separate multiple entries with a line break (). [Parameter] | pronunciation | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the gender of the name. Use either Female, Male, or Both. [Parameter] | gender | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the meaning(s) of the name. Separate multiple entries with a line break (). [Parameter] | meaning | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the region(s) of origin of the name. Separate multiple entries with a line break (). In addition, link each region to its appropriate article if possible. [Parameter] | region | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the origin of the name. This should be an unnecessary field if both 'region' and 'language' are used. [Parameter] | origin | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the other spellings of the name. Separate multiple entries with a line break (). [Parameter] | alternative spelling | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the nicknames associated with the name. Separate multiple entries with a line break (). [Parameter] | nickname | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the names variant forms. Separate multiple entries with a line break (). [Parameter] | variant forms | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert name(s) that are related to the name in question. Separate multiple entries with a line break (). In addition, link each name to its appropriate article if possible. [Parameter] | related names | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the date and country of the name day of the name. It should be in [[MONTH DAY]] (COUNTRY) format. Separate multiple entries with a line break (). [Parameter] | name day | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert words from which the name is derived. Separate multiple entries with a line break (). [Parameter] | derived | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the language(s) of origin. Separate multiple entries with a line break (). Note that this option ties in with the next 3 options. [Parameter] | language | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the variant form(s) of the name. The alternate spellings of the name. However, note the more specific options below. [Parameter] | variant | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the short form(s) of the name. [Parameter] | shortform | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the cognate(s) associated with the name. [Parameter] | cognate | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the Anglicisation(s) associated with the name. This is for listing the Anglicised forms of a non-English language name. Note derivative option below. [Parameter] | anglicisation | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the derivative(s) associated with the name. This is for listing the non-English language names that this name has spawned. [Parameter] | derivative | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the derivation of the word listed above. (). [Parameter] | derivation | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert the names that might not fit the into the 'other names' options above. [Parameter] | related pages | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Inserting anything for this field will enable the link to the Popular names article. [Parameter] | popularity | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
fc4f4e40_kipedia__the_free_encyclopedia__Parameter | [Explanation] Insert footnotes or references regarding the information given within this infobox. Separate multiple entries with a line break (). [Parameter] | footnotes | [] | Template:Infobox given name - Simple English Wikipedia, the free encyclopedia | Parameter | https://simple.wikipedia.org/wiki/Template:Infobox_given_name | 39/1438043062723.96_20150728002422-00336-ip-10-236-191-2_895111451_2.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Distributed loads [Description] | Arcs that are designated as distributed loads. Arrows are drawn at the spacing and scale specified to show the loading. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Head [Description] | Arcs designated as Head arcs have the space above them filled with the specified color. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Starting circle [Description] | The starting circle specified in the UTEXAS Analysis Options dialog. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Factor of safety [Description] | If a solution exists, the factor of safety. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Critical surface [Description] | If a solution exists, the critical surface. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Limiting depth [Description] | The limiting depth specified in the UTEXAS Analysis Options dialog. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
Subsets and Splits