Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit dfa9232

Browse files
Merge pull request #6961 from livecodesam/dictionary_2_batch_9
long to mobileGetLocationHistoryLimit
2 parents 64fdea0 + a52b3cd commit dfa9232

15 files changed

Lines changed: 48 additions & 46 deletions

docs/dictionary/command/mobileBusyIndicatorStop.lcdoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ busy indicator from the screen.
2525

2626
The <mobileBusyIndicatorStop> command does not do anything if a busy
2727
indicator is not running. You can start an activity indicator by calling
28-
<mobileBusyIndicatorStart.>
28+
<mobileBusyIndicatorStart>.
2929

30-
References: mobileBusyIndicatorStart. (command),
31-
mobileBusyIndicatorStart (command)
30+
References: mobileBusyIndicatorStart (command)
3231

docs/dictionary/command/mobileCancelLocalNotification.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ notification:
2222

2323
Description:
2424
Use the <mobileCancelLocalNotification> <command> to cancel a particular
25-
Local Notification with the operating system from within a <stack on iOS
26-
or Android>.
25+
Local Notification with the operating system from within a <stack> on iOS
26+
or Android.
2727

2828
This command cancels a Local Notification with the iOS or Android
2929
operating sytem.
3030

3131
References: mobileCreateLocalNotification (command),
3232
mobileCancelAllLocalNotifications (command), command (glossary),
33-
stack on iOS or Android (object)
33+
stack (object)
3434

3535
Tags: networking
3636

docs/dictionary/function/md5Digest.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Compute a message digest of <message> using the MD5 cryptographic
3434
hash function.
3535

3636
> *Warning:* Serious flaws have been found in the MD5 hash algorithm
37-
> that make in unsuitable to use for security-critical purposes.
37+
> that make it unsuitable to use for security-critical purposes.
3838
> Unless you need backwards compatibility with existing systems, use
3939
> one of the other algorithms available with the <messageDigest> <function>
4040

docs/dictionary/function/mobileCanSendMail.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Synonyms: iphonecansendmail
44

55
Type: function
66

7-
Syntax: mobileCanSendMail ()
7+
Syntax: mobileCanSendMail()
88

99
Summary:
1010
Determines if a devices can be used to send emails.
@@ -16,11 +16,11 @@ OS: ios, android
1616
Platforms: mobile
1717

1818
Example:
19-
answer mobileCanSendMail () with "okay"
19+
answer mobileCanSendMail() with "okay"
2020

2121
Example:
22-
if mobileCanSendMail () is false then
23-
answer "This device does not support e-mail" with "Okay"
22+
if mobileCanSendMail() is false then
23+
answer "This device does not support e-mail" with "Okay"
2424
end if
2525

2626
Returns (enum):

docs/dictionary/function/mobileCurrentHeading.lcdoc

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@ Example:
2222
put mobileCurrentHeading() into theHeading
2323

2424
Returns:
25-
If heading tracking has been enabled the <mobileCurrentHeading> funtion
26-
returns an array with the following keys: accuracy - The maximum
27-
deviation (measured in degrees) between the reported heading and true
28-
geomagnetic heading. The lower the value, the more accurate the reading.
29-
magnetic heading - The heading (measured in degrees) relative to
25+
If heading tracking has been enabled the <mobileCurrentHeading> function
26+
returns an array with the following keys:
27+
- "accuracy": The maximum deviation (measured in degrees) between the
28+
reported heading and true geomagnetic heading. The lower the value,
29+
the more accurate the reading.
30+
- "magnetic heading": The heading (measured in degrees) relative to
3031
magnetic north. true heading - The heading (measured in degrees)
3132
relative to true north. If the true heading could not be calculated
3233
(usually due to heading tracking not being enabled, or lack of
33-
calibration), this key will not be present. heading - The true heading
34-
if available, otherwise the magnetic heading. x, y, z - The geomagnetic
35-
data (measured in microteslas) for each of the x, y and z axes.
36-
timestamp - The time at which the measurement was taken, in seconds
34+
calibration), this key will not be present.
35+
- "heading": The true heading if available, otherwise the magnetic
36+
heading. x, y, z - The geomagnetic data (measured in microteslas) for
37+
each of the x, y and z axes.
38+
- "timestamp": The time at which the measurement was taken, in seconds
3739
since 1970.
3840

3941
Description:

docs/dictionary/function/mobileCurrentLocation.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function returns an array with the following keys
3333
- "vertical accuracy": the maximum error in meters of the altitude
3434
value.
3535
- "altitude": the distance in meters of the height of the device
36-
relative to sea:level. Positive values extend upward of sea:level,
36+
relative to sea level. Positive values extend upward of sea:level,
3737
negative values downward.
3838
- "timestamp": the time at which the measurement was taken, in seconds
3939
since 1970.

docs/dictionary/function/mobileGetLocationHistoryLimit.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ References: mobileSetLocationHistoryLimit (command),
6464
mobileStopTrackingSensor (command), mobileStartTrackingSensor (command),
6565
mobileGetLocationHistory (function), mobileSensorAvailable (function),
6666
mobileSensorReading (function),
67-
mobileLocationAuthorizationStatus (function), array (function),
67+
mobileLocationAuthorizationStatus (function), array (glossary),
6868
function (glossary), locationChanged (message), trackingError (message)
6969

docs/dictionary/keyword/long.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ propertyNames (function), time (function), folders (function),
7272
files (function), dateFormat (function), date (function),
7373
keyword (glossary), property (glossary), command (glossary),
7474
object type (glossary), expression (glossary), object (glossary),
75-
card (keyword), short (keyword), abbreviated (keyword), ID (property)
75+
card (keyword), short (keyword), abbreviated (keyword), ID (property),
7676
name (property), owner (property), useSystemDate (property)
7777

7878
Tags: file system

docs/dictionary/message/menuKey.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Description:
2323
Handle the <menuKey> message to perform an action when the menu key is
2424
pressed.
2525

26-
The <menuKey> message is sent to the current card of the <default stack>
26+
The <menuKey> message is sent to the current card of the <defaultStack>
2727
when the hardware menu button is pressed.
2828

2929
References: backKey (message), searchKey (message),
30-
default stack (property)
30+
defaultStack (property)
3131

3232
Tags: ui
3333

docs/dictionary/message/menuPick.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Handle the <menuPick> <message> to do something when the user chooses a
4040
>*Note:* If the specification of a menu or submenu includes a tag, that
4141
> tag will replace the menu label in the <pChosenItem> parameter
4242

43-
The <menuPick> <message> is sent when the user clicks a tab in a <tabbed
44-
button>, when the user chooses a <menu item> from the <menu> associated
45-
with a <button(keyword)>, or when a <button(object)|button's>
43+
The <menuPick> <message> is sent when the user clicks a tab in a
44+
<tabbed button>, when the user chooses a <menu item> from the <menu>
45+
associated with a <button(keyword)>, or when a <button(object)|button's>
4646
<menuHistory> <property> is set by a <handler>.
4747

4848
The <menuPick> <message> is sent every time a <menu item> is chosen,

0 commit comments

Comments
 (0)