Skip to content

Commit 0a34df2

Browse files
Merge pull request livecode#7139 from livecodesam/dictionary_2_batch_16
[Dictionary] revXMLRootNode to screenColors
2 parents df9e0c4 + e28ce39 commit 0a34df2

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

docs/dictionary/command/revXMLRPC_SetSocket.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ revXMLRPC_CreateRequest (function), return (glossary),
5252
XML-RPC (glossary), Standalone Application Settings (glossary),
5353
socket (glossary), standalone application (glossary), function (glossary),
5454
command (glossary), LiveCode custom library (glossary),
55-
XML-RPC library (library), XML-RPC document (library)
55+
XML-RPC document (glossary), XML-RPC library (library)
5656

5757
Tags: networking

docs/dictionary/command/rotate.lcdoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@ the <angle> <property> affects only the screen display of the
6262
<image(keyword)>, not the actual picture data in it, so setting it
6363
repeatedly does not introduce distortion.
6464

65-
>*Note:*Rotating an image using good or best <resizeQuality> might
65+
>*Note:* Rotating an image using good or best <resizeQuality> might
6666
> cause the mask to be promoted to an alpha channel.
6767

6868
>*Note:* As rotate is an image editing operation, the target image needs
6969
> to be on the currently visible card of an open stack to function.
7070

71-
>*Important:* The rotate <command> cannot be used on a <referenced
72-
> control|referenced image>. Doing so will cause an <execution error>.
71+
>*Important:* The rotate <command> cannot be used on a
72+
> <referenced control|referenced image>. Doing so will cause an
73+
> <execution error>.
7374
> To turn a <referenced control|referenced image>, set the
7475
> <image(object)|image's><angle (property)> <property> instead.
7576

docs/dictionary/function/revXMLRPC_CreateRequest.lcdoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@ positive <integer>. If the function encounters an error while parsing
5050
the data, it returns an error message beginning with "xmlrpcerr".
5151

5252
Description:
53-
Use the <revXMLRPC_CreateRequest> <function> to create an <XML-RPC
54-
document> that you can use with other <XML-RPC library>
53+
Use the <revXMLRPC_CreateRequest> <function> to create an
54+
<XML-RPC document> that you can use with other <XML-RPC library>
5555
<command|commands> and <function|functions>. <XML-RPC> is a
5656
remote procedure call (RPC) protocol which uses XML to encode its
5757
calls via a <HTTP> transport mechanism.
5858

59-
If the <host> is empty, the <revXMLRPC_CreateRequest> <function>
59+
If the <RPChost> is empty, the <revXMLRPC_CreateRequest> <function>
6060
defaults the request host to be the computer running the application,
6161
also known as "localhost"
6262

63-
If the <port> is empty, the <revXMLRPC_CreateRequest> <function>
63+
If the <RPCport> is empty, the <revXMLRPC_CreateRequest> <function>
6464
defaults the request port to 80, which is the default port for <HTTP>
6565
connections.
6666

67-
If the <path> is empty, the <revXMLRPC_CreateRequest> <function>
67+
If the <filePath> is empty, the <revXMLRPC_CreateRequest> <function>
6868
defaults the request path to "RPC2", which is the standard path for
6969
<XML-RPC> server resources.
7070

71-
If the <protocol> is empty, the <revXMLRPC_CreateRequest> <function>
71+
If the <connProtocol> is empty, the <revXMLRPC_CreateRequest> <function>
7272
defaults the request protocol to <HTTP> connections.
7373

7474
If the <revXMLRPC_CreateRequest> <function> encounters an error, it

docs/dictionary/function/revXMLRPC_GetRequest.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ document.
4747
> library checkbox is checked.
4848

4949
References: revXMLRPC_GetResponse (function),
50-
LiveCode custom library (glossary), revXMLRPC_Error (function)
50+
LiveCode custom library (glossary), revXMLRPC_Error (function),
5151
Standalone Application Settings (glossary),
5252
standalone application (glossary), function (glossary),
5353
XML-RPC (glossary), XML-RPC library (library),

docs/dictionary/function/revXMLRootNode.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If the <revXMLRootNode> <function> encounters an error, it
5151
> checkbox is checked.
5252

5353
References: revXMLDeleteNode (command), function (control structure),
54-
revXMLCreateFile (function), revXMLCreateFileFromTree (function),
54+
revXMLCreateTree (function), revXMLCreateTreeFromFile (function),
5555
revXMLNextSibling (function), revXMLPreviousSibling (function),
5656
revXMLParent (function), revXMLFirstChild (function),
5757
Standalone Application Settings (glossary), root node (glossary),

docs/dictionary/function/screenColors.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The expression
3939

4040
is equal to
4141

42-
the screenDepth^2
42+
2 ^ (the screenDepth)
4343

4444

4545
The value returned by the <screenColors> <function> is updated only when

docs/dictionary/message/rotationRateChanged.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pYRate:
2828
the rate of acceleration around the y axis, in radians/second
2929

3030
pZRate:
31-
the rate of acceleration around the x axis, in radians/second
31+
the rate of acceleration around the z axis, in radians/second
3232

3333
Description:
3434
Handle the <rotationRateChanged> message if you want to perform an

docs/dictionary/property/scale.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ or <video clip|video clips>.
2828

2929
The <scale> is the natural size of the <object|object's> content divided
3030
by the size of the rectangle the content is placed in. For example, if
31-
the <ratio> is 1, a <video clip> plays at the movie's normal size; if
32-
the <ratio> is 2, the <video clip> is blown up by a <factor> of 2.
31+
the *ratio* is 1, a <video clip> plays at the movie's normal size; if
32+
the *ratio* is 2, the <video clip> is blown up by a <factor> of 2.
3333

3434
For EPS objects, this property is supported only on Unix systems with
3535
Display PostScript installed.

docs/dictionary/property/screen.lcdoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Platforms: desktop, server
1818

1919
Example:
2020
on mouseUp
21-
put line (the screen \
22-
of stack "My Stack" ) of the screenRects into theRectOfScreenStackIsOn
21+
put line (the screen of stack "My Stack" ) of \
22+
the screenRects into theRectOfScreenStackIsOn
2323
end mouseUp
2424

2525
Value (int):
@@ -29,6 +29,5 @@ Description:
2929
Use the <screen> property to determine which monitor the stack appears
3030
on or the pixel density of the monitor it is on.
3131

32-
References: screenRects (function), screenPixelScales (function),
33-
stack (object), (property)
34-
32+
References: screenRect (function), stack (object),
33+
screenPixelScales (property)

0 commit comments

Comments
 (0)