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
|
---|---|---|---|---|---|---|---|
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_NOT_STORED [What does it mean?] The object was not stored on the server [What should the client do?] | Use backoff in your app code and retry the operation again after some time. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_NOT_SUPPORTED [What does it mean?] The server does not support the requested command. [What should the client do?] | Check the request sent to the server. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_UNKNOWN_COMMAND [What does it mean?] The server does not know what the command is. [What should the client do?] | Check the request sent to the server. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_UNKNOWN_HOST [What does it mean?] The server failed to resolve the requested hostname [What should the client do?] | Check the hostname specified. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_PROTOCOL_ERROR [What does it mean?] There is something wrong from the datastream received by the server [What should the client do?] | Result set should be discarded and not used. Client should retry the operation. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_ETIMEOUT [What does it mean?] The server operation timed out [What should the client do?] | This can occur if a server in the cluster fails and Couchbase yet has to detect this failure. The client should retry after some time. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_CONNECT_ERROR [What does it mean?] The client failed to connect to the requested server [What should the client do?] | The client should retry after some time. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_BUCKET_ENOINT [What does it mean?] The requested bucket does not exist [What should the client do?] | Check if the bucket exists on the server and retry. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_CLIENT_ENOMEM [What does it mean?] The client ran out of memory [What should the client do?] | This can occur if connection contexts are not freed properly on the client-side. Destroy current connection context and retry. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_CLIENT_ETMPFAIL [What does it mean?] The client encountered a temporary error. [What should the client do?] | The application can try again after some time. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_SERVER_BUG [What does it mean?] Unexpected usage of server protocol caused unexpected results. [What should the client do?] | Result set should be discarded and not used. The developer should record his/her steps to reproduce the issue and file a bug. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_INVALID_HOST_FORMAT [What does it mean?] The bootstrap host list used an invalid/unsupported format. [What should the client do?] | Check the hostname format used, correct it and retry. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
08904ba8__in_Ruby__Python_and_C_Clients__What_should_the_client_do_ | [Error Code Received] LCB_INVALID_CHAR [What does it mean?] Invalid character used in the path component of a URL [What should the client do?] | Make sure the URL path is encoded properly. | [] | Handling Runtime Errors in Ruby, Python and C Clients | What should the client do? | http://blog.couchbase.com/handling-runtime-errors-ruby-python-and-c-clients | 31/1438042988924.75_20150728002308-00248-ip-10-236-191-2_27980740_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Hygiene27 [Common Lisp] Always use earmuffs and wisely use FLET and LABELS [Scheme] | Macros, the Scheme way | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] proper tail-calls [Common Lisp] Function with no bugs having calls in the tail position [Scheme] | no definition | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Proper Tail-Calls [Common Lisp] no definition [Scheme] | Tail-calls, the Scheme way | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Tail-call elimination [Common Lisp] A vendor-specific feature [Scheme] | Porting SCM code to CL | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Higher-order thinking [Common Lisp] Remembering to use #' [Scheme] | Remembering to use Scheme | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Higher-order function [Common Lisp] One taking or returning other functions [Scheme] | The conceptual Maginot Line | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Lisp-1 [Common Lisp] The index entry before Lisp-2 [Scheme] | The definition of beauty | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
8488614b__λove__print__eval__read______Scheme | [Term] Lisp-2 [Common Lisp] The index entry before Lisp-3 [Scheme] | The definition of ugly | [] | (λove (print (eval (read)))) | Scheme | http://replove.herokuapp.com/ | 31/1438042988924.75_20150728002308-00195-ip-10-236-191-2_206686821_0.json |
d980bce4_API_Reference__Description | [Parameter] timeoff [Description] | Alert Setting Object Whether the user wishes to receive alerts when time off requests change status. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] swaps [Description] | Alert Setting Object Whether the user wishes to receive alerts when a swap or drop changes status. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] schedule [Description] | Alert Setting Object Whether the user wishes to receive alerts when the schedule changes. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] newemployee [Description] | Alert Setting Object Whether the user wishes to receive alerts when a new employee is added. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] availability [Description] | Alert Setting Object Whether the user wishes to receive alerts for changes in availability. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] reminders [Description] | Alert Setting Object Whether the user wishes to receive alerts for reminders prior to shifts. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
d980bce4_API_Reference__Description | [Parameter] reminder_time [Description] | float Time before an event that a user should be sent notifications, in hours. | [] | API Reference | Description | http://dev.wheniwork.com/ | 31/1438042988924.75_20150728002308-00044-ip-10-236-191-2_63293460_18.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Breakpoint commands have lexemes that change the lexical state to LBPT. [Lexical State] | LBPT | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] The command export changes the lexical state to LEXPORT. This state recognizes an evironment variable identifier. [Lexical State] | LEXPORT | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Commands that require file names have lexemes that change the lexical state to LFILE so that things like mysrc/foo.txt are recognized as a file name, and not as a variable mysrc being divided by a structure data member foo.txt. [Lexical State] | LFILE | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Commands that require either a file name or a process ID have lexemes to change the lexical state to LFINT. [Lexical State] | LFINT | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] All but one of the debugger commands begin with one or more keywords. The exception is the examine command. The debugger recognizes the '{' and ';' lexemes that must precede a command, and uses those to reset to the LKEYWORD state for the beginning of the next command. [Lexical State] | LKEYWORD | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Commands that require arbitrary character input have lexemes that change the lexical state to LLINE. [Lexical State] | LLINE | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Language expressions involve language-specific lexemes. The lexemes that precede an expression change the lexical state to LNORM, and then LNORM recognizes the language-specific lexemes. [Lexical State] | LNORM | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] The command setenv changes the lexical state to LSETENV. This state recognizes an evironment variable identifier. [Lexical State] | LSETENV | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Commands that require signal names have lexemes that change the lexical state to LSIGNAL. [Lexical State] | LSIGNAL | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
c593ee33_Intel__Debugger__IDB__Manual__Lexical_State | [Description] Commands that require shell words have lexemes that change the lexical state to LWORD. [Lexical State] | LWORD | [
[
"L",
"B",
"P",
"T"
],
[
"L",
"E",
"X",
"P",
"O",
"R",
"T"
],
[
"L",
"F",
"I",
"L",
"E"
],
[
"L",
"F",
"I",
"N",
"T"
],
[
"L",
"K",
"E",
"Y",
"W",
"O",
"R",
"D"
],
[
"L",
"L",
"I",
"N",
"E"
],
[
"L",
"N",
"O",
"R",
"M"
],
[
"L",
"S",
"E",
"T",
"E",
"N",
"V"
],
[
"L",
"S",
"I",
"G",
"N",
"A",
"L"
],
[
"L",
"W",
"O",
"R",
"D"
]
] | Intel® Debugger (IDB) Manual | Lexical State | http://scv.bu.edu/computation/linuxcluster/docs/intel_comp_docs_7.1/docs/idb_debugger_manual.htm | 31/1438042988924.75_20150728002308-00278-ip-10-236-191-2_223592850_7.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.BlockedItem Item in the blockedProjects stage. [Modifier and Type] | class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.BuildableItem Item in the buildables stage. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.Executable Represents the real meat of the computation run by Executor. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.FlyweightTask Marks Queue.Tasks that do not consume Executor. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.Item Item in a queue. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.JobOffer Data structure created for each idle Executor. [Modifier and Type] | class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.LeftItem Item in the leftItems stage. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.NonBlockingTask Marks Queue.Tasks that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.NotWaitingItem Common part between Queue.BlockedItem and BuildableItem. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.QueueAction An optional interface for actions on Queue.Item. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.QueueDecisionHandler Extension point for deciding if particular job should be scheduled or not. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.Task Task whose execution is controlled by the queue. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.TransientTask Marks Queue.Tasks that are not persisted. [Modifier and Type] | static interface | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
7e47b3ea_Jenkins_main_module_1_622_API__Nested_Classes_Modifier_and_Type | [Class and Description] Queue.WaitingItem Item in the waitingList stage. [Modifier and Type] | static class | [
[
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"c",
"l",
"a",
"s",
"s"
],
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t",
"e",
"r",
"f",
"a",
"c",
"e"
]
] | Queue (Jenkins main module 1.622 API) | Modifier and Type | http://javadoc.jenkins-ci.org/hudson/model/Queue.html | 31/1438042988924.75_20150728002308-00093-ip-10-236-191-2_135471979_0.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] File Name [Description] | The filename of the selected plugin. Note that changing this does not change the filename in the Masters Lists of any dependent plugins. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Modification Time [Description] | For Oblivion, this affects the load order of the selected plugin. For Skyrim, it has no effect, except that if it is changed for a plugin obtained from Steam Workshop, it will cause the plugin to be redownloaded as Steam Workshop uses modification time to detect file versions. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Author [Description] | Who made the selected plugin. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Description [Description] | Commonly used for a short description of what the selected plugin does, plus the version number and any Bash Tags the author sets. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Masters List [Description] | The plugins (.esm or .esp) that the selected plugin depends on, and their indices (positions in load order). Plugins' entries in the Masters List may be renamed to reflect name changes of the plugins themselves. Renaming can be done by left-clicking the plugin entry and editing in the column display, or right-clicking the plugin and selecting Change To... then selecting the replacement plugin. Do not use this to change a plugin's masters to unrelated plugins, as this will cause file corruption. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] MI [Description] | Master Index of the mod. This means the actual number of the masters in succession starting with 00 Skyrim.esm, or 00 Oblivion.esm. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Current LO [Description] | Current load order in relation to the load order of the Active Plugins. Active Plugins should correspond with plugins.txt. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
0248fdfe_Wrye_Bash_Advanced_Readme__Description | [Item] Bash Tags [Description] | This field lists any Bash Tags that are assigned to the selected plugin. Right-clicking will display a list of Bash Tags and allow you to add or remove tags by checking or unchecking them. | [] | Wrye Bash Advanced Readme | Description | http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html | 31/1438042989018.48_20150728002309-00077-ip-10-236-191-2_276287149_5.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Does mapping through annotating the entities and changes to table structures can be edited easily if field name changes. [Lucene with conventional JDBC] Does mapping through SQL statement and changes to table structures must reflect on all SQL statement. May be prone to error. [Type of Comparison] | Ease of Mapping Database Table | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Each entity can be map to only one database table. [Lucene with conventional JDBC] Each entity can be map to multiple database tables. [Type of Comparison] | Mapping entity to Multiple Database Tables | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Automated conversion from data to object with Hibernate handling the conversion of data type. [Lucene with conventional JDBC] Manual conversion through developer's code and is prone to error in data type. [Type of Comparison] | Mapping of Data to Object | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Edit configuration files and annotations in entities only. [Lucene with conventional JDBC] May cause a lot of changes in database access code to support the new database . [Type of Comparison] | Ease of changing Database | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Support Hibernate Query Language (HQL) that are database independent. Hibernate converts HQL to optimized SQL for data manipulation. [Lucene with conventional JDBC] Support only SQL that are database dependent. SQL statement created by developer may not be optimize. [Type of Comparison] | Query Language | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Set required configuration only. [Lucene with conventional JDBC] Maintained manually by developer's coding. [Type of Comparison] | Caching | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
7f774377_3281___AutoComPaste___Wiki_nus__Type_of_Comparison | [Hibernate Search] Consist of many Hibernate classes that are not use in ACP which causes overhead. [Lucene with conventional JDBC] Small libraries size. [Type of Comparison] | Size of Libraries | [] | Full Text Search Tools - CS3281 - AutoComPaste - Wiki.nus | Type of Comparison | https://wiki.nus.edu.sg/display/autocompaste/Full+Text+Search+Tools | 31/1438042989018.48_20150728002309-00161-ip-10-236-191-2_893556004_0.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] [purple flowers] Exact [User’s search query] | purple flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] “purple flowers” Exact [User’s search query] | purple flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] “purple flowers” Phrase [User’s search query] | free purple flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] purple flowers Exact [User’s search query] | purple flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] purple flowers Phrase [User’s search query] | free purple flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] purple flowers Broad [User’s search query] | pink flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
bd0bb026_SQR_Archives___Deep_Footprints__User_s_search_query | [Your keyword] purple flowers Broad (Session-Based) [User’s search query] | send flowers | [
[
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"f",
"r",
"e",
"e",
" ",
"p",
"u",
"r",
"p",
"l",
"e",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"p",
"i",
"n",
"k",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
],
[
"s",
"e",
"n",
"d",
" ",
"f",
"l",
"o",
"w",
"e",
"r",
"s"
]
] | SQR Archives - Deep Footprints | User’s search query | http://www.deepfootprints.co.uk/tag/sqr/ | 31/1438042988924.75_20150728002308-00280-ip-10-236-191-2_397419390_1.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] deviceid [Shortcut] di [Required] False [Description] | Device ID used when you connect to the online server for authentication. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] devicepassword [Shortcut] dp [Required] False [Description] | Device password that is used when you connect to the online server for authentication. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] domain [Shortcut] d [Required] False [Description] | The domain to authenticate against when you connect to the server. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] url [Required] True [Description] | The URL for the Organization service. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] out [Shortcut] o [Required] True [Description] | The file name for the generated code. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] language [Shortcut] l [Required] False [Description] | The language to generate the code in. This can be either 'CS' or 'VB'. Default value is 'CS'. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] namespace [Shortcut] n [Required] False [Description] | The namespace for the generated code. Default namespace is the global namespace. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] username [Shortcut] u [Required] False [Description] | The user name to use when you connect to the server for authentication. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] password [Shortcut] p [Required] False [Description] | The password to use when you connect to the server for authentication. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] servicecontextname [Required] False [Description] | The name of the generated organization service context class. If no value is supplied, no service context is created. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] help [Shortcut] ? [Required] False [Description] | Show usage information. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
a27f4610_neration_Tool__CrmSvcUtil_exe___Description | [Parameter] nologo [Required] False [Description] | Suppress the banner at runtime. | [] | Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe) | Description | http://www.resultondemand.nl/support/sdk/06abab26-40fc-4b85-9a2a-5e68903ea138.htm | 31/1438042988924.75_20150728002308-00226-ip-10-236-191-2_681841087_6.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] entity [Usage] | facet | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] id [Usage] | unused, required for index only | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] gender [Usage] | facet, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] name [Usage] | sort, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] name_variants [Usage] | currently unused | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] contract_end [Usage] | facet, sort, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] funding_code [Usage] | result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] org_unit_name [Usage] | currently unused | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] org_unit_id [Usage] | currently unused | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] primary_department [Usage] | sort, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] primary_department_id [Usage] | currently unused | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] primary_position [Usage] | facet, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] fte [Usage] | facet, sort, result display | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
49ac7835_runel___The_BRUCE_project_blog__Usage | [Field] supervising [Usage] | result display (a function presents the number of people being supervised by the person) | [] | BRUCE at Brunel | The BRUCE project blog | Usage | https://bruceatbrunel.wordpress.com/ | 31/1438042989018.48_20150728002309-00017-ip-10-236-191-2_858892748_2.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.