task
stringlengths 12
84
| input
stringlengths 0
767
| output
stringlengths 1
951
| options
list | pageTitle
stringlengths 0
172
| outputColName
stringlengths 1
51
| url
stringlengths 18
138
| wdcFile
stringlengths 70
75
|
---|---|---|---|---|---|---|---|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,s [action]
|
Describe the symbol under cursor, just like (describe 'symbol)
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,h [action]
|
look up the symbol under cursor in the Common Lisp Hyperspec
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,d [action]
|
Evaluate the current top-level form
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,e [action]
|
Evaluate the current form
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,g [action]
|
Set the current package by entering its name
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] = [action]
|
Indent selected forms
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,W or ,w( [action]
|
Wrap current symbol or form inside parens. ,w" for wrapping it in double quotes.
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,S [action]
|
Removes outer pair of parens from current symbol or form
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,O [action]
|
Splits current string/form into two
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,J [action]
|
Joins the two string/form to the left and to the right into one
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,> or ,< [action]
|
Move parens to the Right or Left
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,F [action]
|
Compile the file
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,L [action]
|
Compile and load
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,i [action]
|
Like (inspect 'symbol), symbol is the current symbol under the cursor by default
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,1 [action]
|
Expand current macro, just like macroexpand-1
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,t [action]
|
Toggle tracing for the function name under the cursor, just like (trace function)
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
3ad54aac_Pensieri__CLISP_cheatsheet__action
|
[command] ,T [action]
|
Untrace all traced functions
|
[] |
Pensieri: CLISP cheatsheet
|
action
|
http://antonio-bonifati.blogspot.it/2011/11/clisp-cheatsheet.html
|
15/1438042987552.57_20150728002307-00007-ip-10-236-191-2_9264459_0.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] = [2] Creates a filter which requires a field to have a given value. [0]
|
Equality
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] * [2] Wildcard to represent that a field can equal anything except NULL. [0]
|
Presence
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] =string* string [2] Returns entries containing attributes containing the specified substring. [0]
|
Substring
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] () [2] Separates filters to allow other logical operators to function. [0]
|
Parentheses
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] & [2] Joins filters together. All conditions in the series must be true. [0]
|
And
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] | [2] Joins filters together. At least one condition in the series must be true. [0]
|
Or
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] ! [2] Excludes all objects that match the filter. [0]
|
Not
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] ~= [2] Returns entries containing the specified attribute with a value that is approximately equal to the value specified in the search filter. [0]
|
Approximate
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] >= [2] Returns entries containing attributes that are greater than or equal to the specified value. [0]
|
Greater than or equal to
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
51ddbba7_LDAP_client_usage__210_3___0
|
[1] <= [2] Returns entries containing attributes that are less than or equal to the specified value. [0]
|
Less than or equal to
|
[
[
"E",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"P",
"r",
"e",
"s",
"e",
"n",
"c",
"e"
],
[
"S",
"u",
"b",
"s",
"t",
"r",
"i",
"n",
"g"
],
[
"P",
"a",
"r",
"e",
"n",
"t",
"h",
"e",
"s",
"e",
"s"
],
[
"A",
"n",
"d"
],
[
"O",
"r"
],
[
"N",
"o",
"t"
],
[
"A",
"p",
"p",
"r",
"o",
"x",
"i",
"m",
"a",
"t",
"e"
],
[
"G",
"r",
"e",
"a",
"t",
"e",
"r",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
],
[
"L",
"e",
"s",
"s",
" ",
"t",
"h",
"a",
"n",
" ",
"o",
"r",
" ",
"e",
"q",
"u",
"a",
"l",
" ",
"t",
"o"
]
] |
LDAP client usage (210.3)
|
0
|
http://lpic2.unix.nl/ch11s03.html
|
15/1438042987552.57_20150728002307-00129-ip-10-236-191-2_145807998_2.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] Key pair [2] Values [3] Default [1]
|
Description
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] filter_linear [2] boolean [3] false [1]
|
Use linear filter when zomming in
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] initiate [3] Button3 [1]
|
Key binding to initiate zooming
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] invert_y [2] boolean [3] true [1]
|
Invert mouse pointer y-axis while zooming
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] max [2] 0.90 to 100.00 [3] 0.90 [1]
|
How much you can zoom out. A value greater than 1 means you will be able to zoom out "outside" the cube
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] min [2] 0 to 1 [3] 0.05 [1]
|
How much you can zoom in. A value between 0 and 1 where 1 is no zoom at all
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] sensitivity [2] 0.01 to 100.0 [3] 1 [1]
|
Sensitivity of mouse pointer when zoomed
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] speed [2] 0.1 to 50.0 [3] 1.5 [1]
|
Speed at which zooming occurs
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] step [2] 1.00 to 5.00 [3] 1.76 [1]
|
Step at which zooming occurs
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] timestep [2] 0.1 to 50.0 [3] 1.2 [1]
|
Delay
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] zoom_in [3] Button4 [1]
|
Key binding for zooming in
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
43cd719f_ngCompiz___Community_Help_Wiki__1
|
[0] zoom_out [3] Button5 [1]
|
Key binding for zooming out
|
[] |
CompositeManager/ConfiguringCompiz - Community Help Wiki
|
1
|
https://help.ubuntu.com/community/CompositeManager/ConfiguringCompiz
|
38/1438042981969.11_20150728002301-00294-ip-10-236-191-2_859027866_22.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[2] The volume object. [1]
|
volume
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[2] The node object for the directory where the file should appear. [1]
|
dir
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[2] The name of the new file. [1]
|
name
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[2] The mode associated to the file. [1]
|
openMode
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[2] The permissions the new file should have. [1]
|
perms
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[0] [out] [2] In case of success, the storage where you can put your FS specific cookie for the open node. [1]
|
_cookie
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
d799f39a_fs_vnode_ops_Struct_Reference__1
|
[0] [out] [2] In case of success, you can store the new vnode id in this variable. [1]
|
_newVnodeID
|
[
[
"v",
"o",
"l",
"u",
"m",
"e"
],
[
"d",
"i",
"r"
],
[
"n",
"a",
"m",
"e"
],
[
"o",
"p",
"e",
"n",
"M",
"o",
"d",
"e"
],
[
"p",
"e",
"r",
"m",
"s"
],
[
"_",
"c",
"o",
"o",
"k",
"i",
"e"
],
[
"_",
"n",
"e",
"w",
"V",
"n",
"o",
"d",
"e",
"I",
"D"
]
] |
fs_vnode_ops Struct Reference
|
1
|
https://api.haiku-os.org/structfs__vnode__ops.html
|
38/1438042981969.11_20150728002301-00287-ip-10-236-191-2_851289414_14.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 0 [Pattern b s b s b s b s b] n n n w w n w n n [Char._3] C [Char._6] O [Pattern b s b s b s b s b_7] w n n n w n n w n [Char._9] - [Pattern b s b s b s b s b_10] n w n n n n w n w [Pattern b s b s b s b s b_4]
|
w n w n n w n n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 1 [Pattern b s b s b s b s b] w n n w n n n n w [Char._3] D [Char._6] P [Pattern b s b s b s b s b_7] n n w n w n n w n [Char._9] . [Pattern b s b s b s b s b_10] w w n n n n w n n [Pattern b s b s b s b s b_4]
|
n n n n w w n n w
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 2 [Pattern b s b s b s b s b] n n w w n n n n w [Char._3] E [Char._6] Q [Pattern b s b s b s b s b_7] n n n n n n w w w [Char._9] SP [Pattern b s b s b s b s b_10] n w w n n n w n n [Pattern b s b s b s b s b_4]
|
w n n n w w n n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 3 [Pattern b s b s b s b s b] w n w w n n n n n [Char._3] F [Char._6] R [Pattern b s b s b s b s b_7] w n n n n n w w n [Char._9] * [Pattern b s b s b s b s b_10] n w n n w n w n n [Pattern b s b s b s b s b_4]
|
n n w n w w n n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 4 [Pattern b s b s b s b s b] n n n w w n n n w [Char._3] G [Char._6] S [Pattern b s b s b s b s b_7] n n w n n n w w n [Char._9] $ [Pattern b s b s b s b s b_10] n w n w n w n n n [Pattern b s b s b s b s b_4]
|
n n n n n w w n w
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 5 [Pattern b s b s b s b s b] w n n w w n n n n [Char._3] H [Char._6] T [Pattern b s b s b s b s b_7] n n n n w n w w n [Char._9] / [Pattern b s b s b s b s b_10] n w n w n n n w n [Pattern b s b s b s b s b_4]
|
w n n n n w w n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 6 [Pattern b s b s b s b s b] n n w w w n n n n [Char._3] I [Char._6] U [Pattern b s b s b s b s b_7] w w n n n n n n w [Char._9] + [Pattern b s b s b s b s b_10] n w n n n w n w n [Pattern b s b s b s b s b_4]
|
n n w n n w w n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 7 [Pattern b s b s b s b s b] n n n w n n w n w [Char._3] J [Char._6] V [Pattern b s b s b s b s b_7] n w w n n n n n w [Char._9] % [Pattern b s b s b s b s b_10] n n n w n w n w n [Pattern b s b s b s b s b_4]
|
n n n n w w w n n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 8 [Pattern b s b s b s b s b] w n n w n n w n n [Char._3] K [Char._6] W [Pattern b s b s b s b s b_7] w w w n n n n n n [Pattern b s b s b s b s b_4]
|
w n n n n n n w w
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] 9 [Pattern b s b s b s b s b] n n w w n n w n n [Char._3] L [Char._6] X [Pattern b s b s b s b s b_7] n w n n w n n n w [Pattern b s b s b s b s b_4]
|
n n w n n n n w w
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] A [Pattern b s b s b s b s b] w n n n n w n n w [Char._3] M [Char._6] Y [Pattern b s b s b s b s b_7] w w n n w n n n n [Pattern b s b s b s b s b_4]
|
w n w n n n n w n
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
1ddfdf6a_Code_39___Code_3_of_9_Page__Pattern_b_s_b_s_b_s_b_s_b_4
|
[Char.] B [Pattern b s b s b s b s b] n n w n n w n n w [Char._3] N [Char._6] Z [Pattern b s b s b s b s b_7] n w w n w n n n n [Pattern b s b s b s b s b_4]
|
n n n n w n n w w
|
[] |
Code 39 | Code 3 of 9 Page
|
Pattern b s b s b s b s b_4
|
http://www.adams1.com/39code.html
|
38/1438042991019.80_20150728002311-00193-ip-10-236-191-2_275165600_3.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] create [2]
|
create file if it does not already exist; a file-mode argument is required with this option
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] exclusive [2]
|
an error will be raised if this option and create are both set and the file already exists
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] no-controlling-tty [2]
|
if path is a terminal device this option causes the terminal to not become the controlling terminal of the process
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] truncate [2]
|
file is truncated
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] append [2]
|
writes are appended to existing contents
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] nonblocking [2]
|
read and write operations do not block
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] read-only [2]
|
port may not be written
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] read-write [2]
|
file descriptor may be read or written
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
d7257fa5_ference_Manual_for_release_1_8__2
|
[1] write-only [2]
|
port may not be read
|
[] |
The Incomplete Scheme 48 Reference Manual for release 1.8
|
2
|
http://s48.org/1.8/manual/manual-Z-H-10.html
|
38/1438042981969.11_20150728002301-00223-ip-10-236-191-2_200591977_7.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] from [2]
|
The state which should be left
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] to [2]
|
The state which should be entered
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] cnd [2]
|
The Condition under which the transition may succeed
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] transprog [2]
|
The program to be executed between exit of from and entry of to. May be null to indicate the empty program.
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] priority [2]
|
The priority of this transition; low number (like -1000) is low priority high number is high priority (like + 1000). Transitions of equal priority are traversed in an unspecified way.
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
af5dbc84___StateMachine_Class_Reference__2
|
[1] line [2]
|
The line number where this transition was introduced.
|
[] |
Orocos Real-Time Toolkit: RTT::StateMachine Class Reference
|
2
|
http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1StateMachine.html
|
38/1438042981969.11_20150728002301-00234-ip-10-236-191-2_627475759_32.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] c [action]
|
change selection (delete and switch to insert mode)
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] I [action]
|
insert in front of cursor
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] A [action]
|
append after cursor
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] r [action]
|
replace every character in selection
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] d [action]
|
delete selection
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
10cdceff_columns_with_visual_block_mode__action
|
[command] o [action]
|
toggle cursor to opposite corner
|
[] |
Selecting columns with visual block mode
|
action
|
http://vimcasts.org/episodes/selecting-columns-with-visual-block-mode/
|
38/1438043062723.96_20150728002422-00243-ip-10-236-191-2_252606369_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] ENTITY [1]
|
Entity Name defined in an entity declaration ()
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] ID [1]
|
Unique ID
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] ID REFERENCE [1]
|
Reference to an existing ID
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] TEXT [1]
|
Unrestricted text
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] URI [1]
|
Uniform Resource Indicator
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
ba0d0a78_L_TEI_Base_Encoding_Guidelines__1
|
[0] (OPTION1 | OPTION2) [1]
|
A set list of optional values from which the encoder must choose.
|
[] |
CDL TEI Base Encoding Guidelines
|
1
|
http://www.cdlib.org/groups/stwg/BASE_BPG.html
|
38/1438042991019.80_20150728002311-00321-ip-10-236-191-2_352317540_0.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] Field [1] Type [2]
|
Description
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] clearLocks [1] boolean [2]
|
Clear any locked modifiers when the key is released.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] latchToLock [1] boolean [2]
|
Lock a modifier when the key is released.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] generateKeyEvent [1] boolean [2]
|
Also genKeyEvent. Generate a key event as well as an action.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] report [1] key event mask [2]
|
Send this message on press or release of a key.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] default [2]
|
Not used.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] affect [1] modifier group [2]
|
Alter locking behaviour in which modifiers.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] increment [2]
|
Not used.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] modifiers [1] modifier list [2]
|
The set of modifiers to set, latch, lock or otherwise manipulate.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] group [1] 1-8 [2]
|
The group to set, latch, lock or otherwise manipulate.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] x [1] integer [2]
|
The mouse pointer position.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] y [1] integer [2]
|
The mouse pointer position.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] accelerate [1] boolean [2]
|
Also accel and repeat. Allow accelerated mouse movement.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] button [1] 1-5 [2]
|
The mouse button name or number.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
a45f5b47_XKB_Configuration_Files__2
|
[0] value [1] 1-5 [2]
|
Appears to be a synonym of button.
|
[] |
XKB Configuration Files
|
2
|
http://www.charvolant.org/~doug/xkb/html/node5.html
|
38/1438043062723.96_20150728002422-00122-ip-10-236-191-2_353669842_6.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.