Source Context Failing checks
Accept an incoming connection with the Serial Port Profile (SPP).
AcceptConnectionMethodDescriptions
AcceptConnection
AcceptConnectionMethods
Accept an incoming connection with a specific UUID.
AcceptConnectionWithUUIDMethodDescriptions
AcceptConnectionWithUUID
AcceptConnectionWithUUIDMethods
Given a list of values as `data`, appends the values to the next empty column of the sheet.
AddColumnMethodDescriptions
AddColumn
AddColumnMethods
Returns an instant in time some days after the given instant.
AddDaysMethodDescriptions
AddDays
AddDaysMethods
Returns an instant in time some duration after the argument
AddDurationMethodDescriptions
AddDuration
AddDurationMethods
Adds an entry with the specified x and y value. Values can be specified as text, or as numbers. For Line, Scatter, Area and Bar Charts, both values should represent a number. For Bar charts, the x value is rounded to the nearest integer. For Pie Charts, the x value is a text value.
AddEntryMethodDescriptions
AddEntry
AddEntryMethods
Returns an instant in time some hours after the given instant.
AddHoursMethodDescriptions
AddHours
AddHoursMethods
Returns an instant in time some minutes after the given instant.
AddMinutesMethodDescriptions
AddMinutes
AddMinutesMethods
Returns an instant in time some months after the given instant.
AddMonthsMethodDescriptions
AddMonths
AddMonthsMethods
Given a list of values as `data`, appends the values to the next empty row of the sheet. Additionally, this returns the row number for the new row.
AddRowMethodDescriptions
AddRow
AddRowMethods
Returns an instant in time some seconds after the given instant.
AddSecondsMethodDescriptions
AddSeconds
AddSecondsMethods
Adds a new sheet inside the Spreadsheet.
AddSheetMethodDescriptions
AddSheet
AddSheetMethods
Returns An instant in time some weeks after the given instant.
AddWeeksMethodDescriptions
AddWeeks
AddWeeksMethods
Returns an instant in time some years after the given instant.
AddYearsMethodDescriptions
AddYears
AddYearsMethods
Appends text to the end of a file storage, creating the file if it does not exist. See the help text under SaveFile for information about where files are written.
AppendToFileMethodDescriptions
AppendToFile
AppendToFileMethods
Append a value to the end of a list atomically. If two devices use this function simultaneously, both will be appended and no data lost.
AppendValueMethodDescriptions
AppendValue
AppendValueMethods
Append a value to the end of a list atomically. If two devices use this function simultaneously, both will be appended and no data lost.
AppendValueToListMethodDescriptions
AppendValueToList
AppendValueToListMethods
Ask the user to grant access to a dangerous permission.
AskForPermissionMethodDescriptions
AskForPermission
AskForPermissionMethods
Redirects user to login to Twitter via the Web browser using the OAuth protocol if we don''t already have authorization.
AuthorizeMethodDescriptions
Authorize
AuthorizeMethods
Makes the Ball bounce, as if off a wall. For normal bouncing, the edge argument should be the one returned by EdgeReached.
Ball__BounceMethodDescriptions
Indicates whether a collision has been registered between this Ball and the passed sprite (Ball or ImageSprite).
Ball__CollidingWithMethodDescriptions
Moves the Ball back in bounds if part of it extends out of bounds, having no effect otherwise. If the Ball is too wide to fit on the canvas, this aligns the left side of the Ball with the left side of the canvas. If the Ball is too tall to fit on the canvas, this aligns the top side of the Ball with the top side of the canvas.
Ball__MoveIntoBoundsMethodDescriptions
Sets the x and y coordinates of the Ball. If CenterAtOrigin is true, the center of the Ball will be placed here. Otherwise, the top left edge of the Ball will be placed at the specified coordinates.
Ball__MoveToMethodDescriptions
Moves the origin of Ball to the position of the cooordinates given by the list formatted as [x-coordinate, y-coordinate].
Ball__MoveToPointMethodDescriptions
Sets the heading of the Ball toward the point with the coordinates (x, y).
Ball__PointInDirectionMethodDescriptions
Turns the Ball to point towards a designated target sprite (Ball or ImageSprite). The new heading will be parallel to the line joining the centerpoints of the two sprites.
Ball__PointTowardsMethodDescriptions
Returns the bearing from the Marker to the given map feature, in degrees from due north. If the centroids parameter is true, the bearing will be to the center of the map feature. Otherwise, the bearing will be computed to the point in the feature nearest the Marker.
BearingToFeatureMethodDescriptions
BearingToFeature
BearingToFeatureMethods
Returns the bearing from the Marker to the given latitude and longitude, in degrees from due north.
BearingToPointMethodDescriptions
BearingToPoint
BearingToPointMethods
Bounce
BounceMethods