Skip to content

Commit b2881eb

Browse files
author
livecodesam
committed
[Dictionary] accept to application
1 parent aafa045 commit b2881eb

12 files changed

Lines changed: 62 additions & 58 deletions

File tree

docs/dictionary/command/accept.lcdoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ want to accept UDP datagrams.
5959

6060
When a connection is made or a datagram is received, the <accept>
6161
<command> creates a new <socket> that can be used to communicate with
62-
the other system (or <process>). When using the <close socket>, <read
63-
from socket>, or <write to socket> <command|commands>, you can refer to
64-
this <socket> with a socket identifier that looks like this:
65-
host:port[|connectionID] where the connectionID is a number assigned by
62+
the other system (or <process>). When using the <close socket>,
63+
<read from socket>, or <write to socket> <command|commands>, you can
64+
refer to this <socket> with a socket identifier that looks like this:
65+
66+
host:port[|connectionID]
67+
68+
where the connectionID is a number assigned by
6669
the <accept> <command>. (You only need to specify the connection number
6770
if there is more than one <socket> connected to a particular <port> and
6871
<host>.)

docs/dictionary/function/altKey.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ systems), Meta key (Unix systems), or Alt key (Windows systems).
4343
References: return (constant), function (control structure),
4444
optionKey (function), value (function), keysDown (function),
4545
Meta key (glossary), return (glossary), function (glossary),
46-
Alt key (glossary), optionKeyDown (message)
46+
Alt key (glossary), Option key (glossary), optionKeyDown (message)
4747

4848
Tags: ui
4949

docs/dictionary/keyword/dollar_SERVER.lcdoc

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ variables, along with any HTTP_* variables that are available.
3333

3434
The list of CGI variables is:
3535

36-
GATEWAY_INTERFACE
37-
SERVER_ADDR
38-
SERVER_NAME
39-
SERVER_SOFTWARE
40-
SERVER_PROTOCOL
41-
REQUEST_METHOD
42-
REQUEST_TIME
43-
QUERY_STRING
44-
DOCUMENT_ROOT
45-
HTTPS
46-
REMOTE_USER
47-
REDIRECT_REMOTE_USER
48-
REMOTE_ADDR
49-
REMOTE_HOST
50-
REMOTE_PORT
51-
SERVER_ADMIN
52-
SERVER_PORT
53-
SERVER_SIGNATURE
54-
PATH_TRANSLATED
55-
REQUEST_URI
56-
PATH_INFO
57-
SCRIPT_NAME
58-
SCRIPT_FILENAME
59-
CONTENT_TYPE
60-
CONTENT_LENGTH
36+
- GATEWAY_INTERFACE
37+
- SERVER_ADDR
38+
- SERVER_NAME
39+
- SERVER_SOFTWARE
40+
- SERVER_PROTOCOL
41+
- REQUEST_METHOD
42+
- REQUEST_TIME
43+
- QUERY_STRING
44+
- DOCUMENT_ROOT
45+
- HTTPS
46+
- REMOTE_USER
47+
- REDIRECT_REMOTE_USER
48+
- REMOTE_ADDR
49+
- REMOTE_HOST
50+
- REMOTE_PORT
51+
- SERVER_ADMIN
52+
- SERVER_PORT
53+
- SERVER_SIGNATURE
54+
- PATH_TRANSLATED
55+
- REQUEST_URI
56+
- PATH_INFO
57+
- SCRIPT_NAME
58+
- SCRIPT_FILENAME
59+
- CONTENT_TYPE
60+
- CONTENT_LENGTH
6161

6262
>*Note:* $_SERVER can be modified doing so has no effect and should be
6363
> avoided (indeed, it might become read-only in future).

docs/dictionary/operator/equals.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ array1 = array2 if (and only if):
6969
> will return true is and only if tArray contains the empty string. For
7070
> example
7171

72-
put empty into tArray
73-
answer tArray is empty -- true
72+
put empty into tArray
73+
answer tArray is empty -- true
7474

75-
put 100 into tArray["foo"]
76-
answer tArray is empty -- false (prior to 6.0 this would be true)
75+
put 100 into tArray["foo"]
76+
answer tArray is empty -- false (prior to 6.0 this would be true)
7777

7878
Changes:
7979
The ability to compare two arrays using = was added in version 3.5.

docs/dictionary/property/acceleratorKey.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ shortcut. By default, the <acceleratorKey> of a newly created <button>
3434
is empty.
3535

3636
Description:
37-
Use the <acceleratorKey> <property> to give users a shortcut <key
38-
combination> for often-used <button(object)|buttons>, or to provide a
39-
<keyboard equivalent|keyboard shortcut> to a <button(keyword)> that's
37+
Use the <acceleratorKey> <property> to give users a shortcut
38+
<key combination> for often-used <button(object)|buttons>, or to provide
39+
a <keyboard equivalent|keyboard shortcut> to a <button(keyword)> that's
4040
used as a <menu item> in a <stack menu>.
4141

4242
Press the key combination defined in a button's <acceleratorKey>
@@ -47,7 +47,7 @@ The key(s) specified in the acceleratorModifiers <property> must be
4747
pressed along with the <acceleratorKey>.
4848

4949
>*Important:* The <acceleratorKey> <property> is <case-sensitive>. You
50-
> must specify a lowercase letter as the <letterChar>; the uppercase
50+
> must specify a lowercase letter as the letterChar; the uppercase
5151
> letter is not equivalent.
5252

5353
If the insertion point is in a field, the keypress is sent to the field,

docs/dictionary/property/acceleratorText.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ you might want to include additional <characters> to hint at the
5858
>*Note:* Nothing happens when the user presses the key specified by the
5959
> <acceleratorText> <property> unless the <acceleratorKey> and
6060
> <acceleratorModifiers> are set. The <acceleratorText> <property>
61-
> creates a visual hint, but does not create the actual shortcut <key
62-
> combination>.
61+
> creates a visual hint, but does not create the actual shortcut
62+
> <key combination>.
6363

6464
References: property (glossary), key combination (glossary),
6565
modifier key (glossary), character (keyword), characters (keyword),

docs/dictionary/property/accentColor.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ three <hexadecimal> numbers, one for each of red, green, and blue.
3333

3434
Description:
3535
Use the <accentColor> to <hilite> a <menu item> associated with a
36-
<button>, when the user is in the process of choosing that <menu
37-
item>--that is, when the <menu> is open and the <mouse pointer> is over
38-
the <menu item>.
36+
<button>, when the user is in the process of choosing that
37+
<menu item>--that is, when the <menu> is open and the <mouse pointer>
38+
is over the <menu item>.
3939

4040
This property is used only when the lookAndFeel <property> is set to
4141
"Macintosh" or "Windows 95". If the <lookAndFeel> <property> is set to

docs/dictionary/property/allowInterrupts.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Type: property
55
Syntax: set the allowInterrupts to {true | false}
66

77
Summary:
8-
Specifies whether the user can halt a <handler> with a <key
9-
combination>.
8+
Specifies whether the user can halt a <handler> with a
9+
<key combination>.
1010

1111
Introduced: 1.0
1212

@@ -53,7 +53,7 @@ equivalent to setting the <cantAbort> <property> to true for each open
5353
References: unlock error dialogs (command), exit (control structure),
5454
interrupt (function), property (glossary), return (glossary),
5555
key combination (glossary), handler (glossary), Windows (glossary),
56-
exit (glossary), interrupt (glossary), Mac OS (glossary), Unix (glossary),
56+
exit (glossary), Mac OS (glossary), Unix (glossary),
5757
stack (object), cantAbort (property)
5858

5959
Tags: ui

docs/dictionary/property/arcAngle.lcdoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ set the arcAngle of graphic "Over" to theAngle
2323

2424
Value:
2525
The <arcAngle> of a <graphic> is an <integer> between zero and 360.
26-
By default, the <arcAngle> <property> of a newly created <graphic> is
27-
28-
360.
26+
By default, the <arcAngle> <property> of a newly created <graphic>
27+
is 360.
2928

3029

3130
Description:
@@ -39,7 +38,7 @@ drawn.
3938

4039
The <arcAngle> determines how much of the oval is used to form the arc,
4140
from zero (no arc) to 360 (a full oval). For example, if the
42-
<angleInDegrees> is 90, a quarter-oval arc is displayed.
41+
*angleInDegrees* is 90, a quarter-oval arc is displayed.
4342

4443
The global setting of the <arcAngle> <property> controls the appearance
4544
of arcs drawn with the <paint tool|paint tools>. Once a paint arc is

docs/dictionary/property/autoTab.lcdoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ If the <autoTab> <property> of a <field(keyword)> is false, pressing the
3737
Return key moves the <insertion point> to the next line of the
3838
<field(keyword)>.
3939

40-
If the <autoTab> of a <field(keyword)> is true, and the <insertion
41-
point> is already at the last visible line of the <field(keyword)>, then
42-
pressing Return advances to the next <field(keyword)> on the <card>.
40+
If the <autoTab> of a <field(keyword)> is true, and the
41+
<insertion point> is already at the last visible line of the
42+
<field(keyword)>, then pressing Return advances to the next
43+
<field(keyword)> on the <card>.
4344

4445
References: property (glossary), insertion point (glossary),
4546
field (keyword), card (keyword), tabKey (message), field (object),

0 commit comments

Comments
 (0)