Sys
is a singleton class, its only instance is accessible from everywhere with sys
.
Because of this, methods that should be accessible from everywhere, like print
or exit
,
are defined in Sys
.
Moreover, unless there is an ambiguity with self
, the receiver of a call to these methods is implicitly sys
.
Basically it means that the two following instructions are equivalent.
print "Hello World"
sys.print "Hello World"
Sys
is the class where are defined top-level methods,
i.e. those defined outside of any class like in a procedural language.
Basically it means that
redef class Sys
fun foo do print "hello"
end
is equivalent with
fun foo print "hello"
As a corollary, in a top-level method, self
(the current receiver) is always sys
.
core :: Sys :: active_actors=
Number of active actorscore :: Sys :: add_history
Adds the data String to the history no matter what it containscore :: Sys :: add_one_proc
core :: Sys :: all_root_textures=
All declared root texturescore :: Sys :: alpha_comparator
Stateless comparator that naively useto_s
to compare things.
core :: Sys :: android_r_layout_simple_list_item_1
Java getter: android.R$layout.simple_list_item_1core :: Sys :: android_r_layout_simple_list_item_2
Java getter: android.R$layout.simple_list_item_2core :: Sys :: android_r_layout_simple_list_item_activated_1
Java getter: android.R$layout.simple_list_item_activated_1core :: Sys :: android_r_layout_simple_list_item_activated_2
Java getter: android.R$layout.simple_list_item_activated_2core :: Sys :: android_r_layout_simple_list_item_checked
Java getter: android.R$layout.simple_list_item_checkedcore :: Sys :: android_r_layout_simple_list_item_multiple_choice
Java getter: android.R$layout.simple_list_item_multiple_choicecore :: Sys :: android_r_layout_simple_list_item_single_choice
Java getter: android.R$layout.simple_list_item_single_choicecore :: Sys :: android_r_layout_simple_selectable_list_item
Java getter: android.R$layout.simple_selectable_list_itemcore :: Sys :: android_r_style_text_appearance_large
Java getter: android.R$style.TextAppearance_Largecore :: Sys :: android_r_style_text_appearance_medium
Java getter: android.R$style.TextAppearance_Mediumcore :: Sys :: android_r_style_text_appearance_small
Java getter: android.R$style.TextAppearance_Smallcore :: Sys :: android_view_key_event_keycode_back
Java getter: android.view.KeyEvent.KEYCODE_BACKcore :: Sys :: android_widget_adapter_ignore_item_view_type
Java getter: android.widget.Adapter.IGNORE_ITEM_VIEW_TYPEcore :: Sys :: android_widget_adapter_no_selection
Java getter: android.widget.Adapter.NO_SELECTIONcore :: Sys :: arr_s_len=
Tracks the average length of the Strings of an array when calling to_score :: Sys :: asciiflatstr_allocations
Counts the number of allocations of ASCIIFlatStringcore :: Sys :: asciiflatstr_allocations=
Counts the number of allocations of ASCIIFlatStringcore :: Sys :: assert_no_gl_error
core :: Sys :: asset_textures_by_name
Textures loaded from .mtl files for modelscore :: Sys :: asset_textures_by_name=
Textures loaded from .mtl files for modelscore :: Sys :: auto_hash_display
Activate the automatic call ofshow_hash_stats
at the end of programs
core :: Sys :: auto_hash_display=
Activate the automatic call ofshow_hash_stats
at the end of programs
core :: Sys :: bcm2835_close
core :: Sys :: bcm2835_debug=
core :: Sys :: bcm2835_init
core :: Sys :: bev_opt_close_on_free
Close the underlying file descriptor/bufferevent/whatever when this bufferevent is freed.core :: Sys :: bev_opt_defer_callbacks
Run callbacks deferred in the event loop.core :: Sys :: bev_opt_threadsafe
If threading is enabled, protect the operations on this bufferevent with a lock.core :: Sys :: bev_opt_unlock_callbacks
If set, callbacks are executed without locks being held on the bufferevent.core :: Sys :: bind_screen_framebuffer
Portable indirection toglBindFramebuffer(gl_FRAMEBUFFER, fbo)
core :: Sys :: bindtextdomain
Gettextbindtextdomain
, SEE gettext manual for further info
core :: Sys :: bound_platform
Platform bound at compilation (by importation or -m)core :: Sys :: buffer_mode_full
Enumeration for buffer mode full (flushes when buffer is full)core :: Sys :: buffer_mode_line
Enumeration for buffer mode line (flushes when a\n
is encountered)
core :: Sys :: buffer_mode_none
Enumeration for buffer mode none (flushes ASAP when something is written)core :: Sys :: byte_length_call
Counter of the timesbyte_length
is called on FlatString
core :: Sys :: byte_length_call=
Counter of the timesbyte_length
is called on FlatString
core :: Sys :: bytepos_call
Counter of the timesbytepos
is called on each type of receiver
core :: Sys :: bytepos_call=
Counter of the timesbytepos
is called on each type of receiver
core :: Sys :: class_inheritance_metamodel
Class inheritance graph, implemented by thejson
package
core :: Sys :: clock_agent
core :: Sys :: clock_agent=
core :: Sys :: comm_world
Shortcut to the world communicator (same asnew Comm.world
)
core :: Sys :: complements=
Matrix for complementing colorscore :: Sys :: concat_allocations
Counts the number of allocations of Concatcore :: Sys :: concat_allocations=
Counts the number of allocations of Concatcore :: Sys :: concat_cache_miss
Count the number of times that an indexed accesscore :: Sys :: concat_cache_miss=
Count the number of times that an indexed accesscore :: Sys :: convex_hull
Get the convex hull of the set ofpoints
core :: Sys :: create_default_jvm
Called byjvm
and jni_env
to instantiate a Java Virtual Machine.
core :: Sys :: default_comparator
Easy-to-use general stateless default comparator that uses<=>
to compare things.
core :: Sys :: default_reverse_comparator
Easy-to-use general stateless default reverse comparator.core :: Sys :: defaultinit
core :: Sys :: discover_local_servers
Discover local servers responding on UDPdiscovery_port
core :: Sys :: egl_bind_opengl_api
core :: Sys :: egl_bind_opengl_es_api
core :: Sys :: egl_bind_openvg_api
core :: Sys :: egl_default_display
Handle to the default display to use with EGLcore :: Sys :: en_tot_cap
Total capacity of hash collections receiverHashCollection::enlarge
core :: Sys :: en_tot_cap=
Total capacity of hash collections receiverHashCollection::enlarge
core :: Sys :: en_tot_length
Total length of hash collections receiver ofHashCollection::enlarge
core :: Sys :: en_tot_length=
Total length of hash collections receiver ofHashCollection::enlarge
core :: Sys :: enable_debug_mode
Enable some relatively expensive debugging checks that would normally be turned offcore :: Sys :: english_freqs=
English letter frequency mapcore :: Sys :: evutil_socket_error
Global error code for the last socket operation on the calling threadcore :: Sys :: evutil_socket_error_to_string
Convert an error code fromevutil_socket_error
to a string
core :: Sys :: exit_thread
Exit current thread and returnvalue
to caller of Thread::join
core :: Sys :: first_byte_call
Calls to thefirst_byte
property of a FlatString
core :: Sys :: first_byte_call=
Calls to thefirst_byte
property of a FlatString
core :: Sys :: flatbuf_allocations
Counts the number of allocations of FlatBuffercore :: Sys :: flatbuf_allocations=
Counts the number of allocations of FlatBufferis threaded
annotation makes this method run on an other thread
core :: Sys :: force_console_colors
Force coloring terminal output, even if stdout is not a TTY?core :: Sys :: force_console_colors=
Force coloring terminal output, even if stdout is not a TTY?core :: Sys :: force_garbage_collection
Initiate a garbage collectioncore :: Sys :: gdk_threads_add_idle
Add a callback to execute whenever there are no higher priority events pendingcore :: Sys :: gen_generics
Generates of an array of formal type as strings.core :: Sys :: generate_functypes
Writes all functional typescore :: Sys :: generate_token
Generate a random token oflength
chars long
core :: Sys :: get_github_oauth
Gets the Github token fromgit
configuration
core :: Sys :: get_microtime
The number of microseconds elapsed since January 1, 1970core :: Sys :: get_millitime
The number of milliseconds elapsed since January 1, 1970core :: Sys :: get_number
core :: Sys :: gethostbyname
Get network host entrycore :: Sys :: glActiveTexture
Select server-side active texture unitcore :: Sys :: glAttachShader
Attach ashader
to program
core :: Sys :: glBindBuffer
Bind the namedbuffer
object
core :: Sys :: glBindFramebuffer
Bindframebuffer
to a framebuffer target
core :: Sys :: glBindRenderbuffer
Bindrenderbuffer
to a renderbuffer target
core :: Sys :: glBindTexture
Bind the namedtexture
to a target
core :: Sys :: glBlendFunc
Set the pixel arithmetic for the blending operationscore :: Sys :: glBufferData
Create and initialize a buffer object's data storecore :: Sys :: glBufferSubData
Update a subset of a buffer object's data storecore :: Sys :: glCheckFramebufferStatus
Completeness status of a framebuffer objectcore :: Sys :: glClearColor
Specify the clear values for the color buffer, default values are at 0.0core :: Sys :: glClearDepthf
Specify the clearvalue
for the depth buffer, default at 1.0
core :: Sys :: glClearStencil
Specify the clearvalue
for the stencil buffer, default at 0
core :: Sys :: glColorMask
Enable and disable writing of frame buffer color componentscore :: Sys :: glCopyTexImage2D
Copy pixels into a 2D texture imagecore :: Sys :: glCopyTexSubImage2D
Copy a two-dimensional texture subimagecore :: Sys :: glCreateShader
Create a shader object of theshader_type
core :: Sys :: glCullFace
Specify whether front- or back-facing polygons can be culled, default isback
only
core :: Sys :: glDeleteBuffers
Delete named buffer objectscore :: Sys :: glDeleteFramebuffers
Delete named framebuffer objectscore :: Sys :: glDeleteRenderbuffers
Delete named renderbuffer objectscore :: Sys :: glDeleteTextures
Delete named texturescore :: Sys :: glDepthFunc
Specify the value used for depth buffer comparisonscore :: Sys :: glDepthMask
Enable or disable writing into the depth buffercore :: Sys :: glDepthRangef
Specify mapping of depth values from normalized device coordinates to window coordinatescore :: Sys :: glDetachShader
Detachshader
from program
core :: Sys :: glDisableVertexAttribArray
Disable the generic vertex attribute array atindex
core :: Sys :: glDrawArrays
Render primitives from array datacore :: Sys :: glDrawElements
Render primitives from array data by their index listed inindices
core :: Sys :: glDrawElementsi
Render primitives from array data, atoffset
in the element buffer
core :: Sys :: glEnableVertexAttribArray
Enable the generic vertex attribute array atindex
core :: Sys :: glFramebufferRenderbuffer
Attach a renderbuffer object to a framebuffer objectcore :: Sys :: glFramebufferTexture2D
Attach a level of a texture object as a logical buffer to the currently bound framebuffer objectcore :: Sys :: glFrontFace
Define front- and back-facing polygons,gc_CCW
by default
core :: Sys :: glGenFramebuffers
Generaten
framebuffer object names
core :: Sys :: glGenRenderbuffers
Generaten
renderbuffer object names
core :: Sys :: glGenerateMipmap
Generate and fill set of mipmaps for the texture objecttarget
core :: Sys :: glGetBooleanv
Get the value of the parameterpname
at offset
core :: Sys :: glGetFloatv
Get the value of the parameterpname
at offset
core :: Sys :: glGetIntegerv
Get the value of the parameterpname
at offset
core :: Sys :: glGetProgramInfoLog
The information log for theprogram
object
core :: Sys :: glGetProgramiv
Parameter value from aprogram
object
core :: Sys :: glGetShaderInfoLog
The information log for theshader
object
core :: Sys :: glGetShaderiv
Get a parameter value from ashader
object
core :: Sys :: glGetString
Return a string describing the current GL configurationcore :: Sys :: glIsFramebuffer
Doesname
corresponds to a framebuffer object?
core :: Sys :: glIsProgram
Doesname
corresponds to a program object?
core :: Sys :: glIsRenderbuffer
Doesname
corresponds to a renderbuffer object?
core :: Sys :: glIsShader
Doesname
corresponds to a shader object?
core :: Sys :: glPolygonOffset
Set the scale and units used to calculate depth valuescore :: Sys :: glReadPixels
Copy a block of pixels from the framebuffer offomat
and typ
at data
core :: Sys :: glRenderbufferStorage
Establish data storage,format
and dimensions of the target
renderbuffer object's image
core :: Sys :: glShaderSource
Replace the source code in theshader
object with code
core :: Sys :: glTexImage2D
Specify a two-dimensional texture imagecore :: Sys :: glTexParameteri
Set texture parameterscore :: Sys :: glTexSubImage2D
Specify a two-dimensional texture subimagecore :: Sys :: glUniform1f
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform1i
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform2f
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform2i
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform3f
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform3i
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform4f
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUniform4i
Specify the value of a uniform variable for the current program objectcore :: Sys :: glUseProgram
Install theprogram
as part of current rendering state
core :: Sys :: glValidateProgram
Validate theprogram
object
core :: Sys :: glVertexAttrib1f
Specify the value of a generic vertex attributecore :: Sys :: glVertexAttrib2f
Specify the value of a generic vertex attributecore :: Sys :: glVertexAttrib3f
Specify the value of a generic vertex attributecore :: Sys :: glVertexAttrib4f
Specify the value of a generic vertex attributecore :: Sys :: glVertexAttribPointer
Define an array of generic vertex attribute datacore :: Sys :: glVertexAttribPointeri
Define an array of generic vertex attribute data, atoffset
in the array buffer
core :: Sys :: gl_BOOL_VEC2
core :: Sys :: gl_BOOL_VEC3
core :: Sys :: gl_BOOL_VEC4
core :: Sys :: gl_CLAMP_TO_EDGE
core :: Sys :: gl_COLOR_ATTACHMENT0
First color attachment pointcore :: Sys :: gl_COLOR_BUFFER_BIT
core :: Sys :: gl_COMPILE_STATUS
core :: Sys :: gl_DELETE_STATUS
core :: Sys :: gl_DEPTH_BUFFER_BIT
core :: Sys :: gl_DEPTH_COMPONENT
core :: Sys :: gl_DEPTH_COMPONENT16
16 depth bits formatcore :: Sys :: gl_DST_ALPHA
core :: Sys :: gl_DST_COLOR
core :: Sys :: gl_DYNAMIC_DRAW
Data will be modified repeatedly and used many timescore :: Sys :: gl_ELEMENT_ARRAY_BUFFER
Element array buffercore :: Sys :: gl_EXTENSIONS
Space-separated list of supported extensions to GLcore :: Sys :: gl_FLOAT_MAT2
core :: Sys :: gl_FLOAT_MAT3
core :: Sys :: gl_FLOAT_MAT4
core :: Sys :: gl_FLOAT_VEC2
core :: Sys :: gl_FLOAT_VEC3
core :: Sys :: gl_FLOAT_VEC4
core :: Sys :: gl_FRAGMENT_SHADER
core :: Sys :: gl_FRAMEBUFFER
Target both reading and writing on the framebuffer withglBindFramebuffer
core :: Sys :: gl_FRAMEBUFFER_COMPLETE
The framebuffer is completecore :: Sys :: gl_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
Not all framebuffer attachment points are framebuffer attachment completecore :: Sys :: gl_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
Not all attached images have the same width and heightcore :: Sys :: gl_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
No images are attached to the framebuffercore :: Sys :: gl_FRAMEBUFFER_UNSUPPORTED
The combination of internal formats of the attached images violates an implementation-dependent set of restrictionscore :: Sys :: gl_FRONT_AND_BACK
core :: Sys :: gl_GENERATE_MIPMAP_HINT
Indicates the quality of filtering when generating mipmap imagescore :: Sys :: gl_GREATER
core :: Sys :: gl_INT_VEC2
core :: Sys :: gl_INT_VEC3
core :: Sys :: gl_INT_VEC4
core :: Sys :: gl_INVALID_ENUM
core :: Sys :: gl_INVALID_OPERATION
core :: Sys :: gl_INVALID_VALUE
core :: Sys :: gl_LINE_LOOP
core :: Sys :: gl_LINE_STRIP
core :: Sys :: gl_LINK_STATUS
core :: Sys :: gl_MIRRORED_REPEAT
core :: Sys :: gl_NEAREST
core :: Sys :: gl_NOTEQUAL
core :: Sys :: gl_NO_ERROR
core :: Sys :: gl_OUT_OF_MEMORY
core :: Sys :: gl_PACK_ALIGNEMENT
Parameter to specify the alignment requirements for the start of each pixel row in memorycore :: Sys :: gl_RENDERBUFFER
Target a renderbuffer withglBindRenderbuffer
core :: Sys :: gl_RENDERER
Name of the renderer, typically specific to a particular configuration of the hardware platformcore :: Sys :: gl_RGB5_A1
5 red, 5 green, 5 blue, 1 alpha bits formatcore :: Sys :: gl_SAMPLER_2D
core :: Sys :: gl_SAMPLER_CUBE
core :: Sys :: gl_SHADER_TYPE
core :: Sys :: gl_SHADING_LANGUAGE_VERSION
Version or release number for the shading language of the formcore :: Sys :: gl_SRC_ALPHA
core :: Sys :: gl_SRC_COLOR
core :: Sys :: gl_STATIC_DRAW
Data will be modified once and used many timescore :: Sys :: gl_STENCIL_BUFFER_BIT
core :: Sys :: gl_STREAM_DRAW
Data will be modified once and used a few timescore :: Sys :: gl_TEXTURE
Texture unit atoffset
after gl_TEXTURE0
core :: Sys :: gl_TEXTURE0
core :: Sys :: gl_TEXTURE1
core :: Sys :: gl_TEXTURE10
core :: Sys :: gl_TEXTURE11
core :: Sys :: gl_TEXTURE12
core :: Sys :: gl_TEXTURE13
core :: Sys :: gl_TEXTURE14
core :: Sys :: gl_TEXTURE15
core :: Sys :: gl_TEXTURE16
core :: Sys :: gl_TEXTURE17
core :: Sys :: gl_TEXTURE18
core :: Sys :: gl_TEXTURE19
core :: Sys :: gl_TEXTURE2
core :: Sys :: gl_TEXTURE20
core :: Sys :: gl_TEXTURE21
core :: Sys :: gl_TEXTURE22
core :: Sys :: gl_TEXTURE23
core :: Sys :: gl_TEXTURE24
core :: Sys :: gl_TEXTURE25
core :: Sys :: gl_TEXTURE26
core :: Sys :: gl_TEXTURE27
core :: Sys :: gl_TEXTURE28
core :: Sys :: gl_TEXTURE29
core :: Sys :: gl_TEXTURE3
core :: Sys :: gl_TEXTURE30
core :: Sys :: gl_TEXTURE31
core :: Sys :: gl_TEXTURE4
core :: Sys :: gl_TEXTURE5
core :: Sys :: gl_TEXTURE6
core :: Sys :: gl_TEXTURE7
core :: Sys :: gl_TEXTURE8
core :: Sys :: gl_TEXTURE9
core :: Sys :: gl_TEXTURE_WRAP_S
core :: Sys :: gl_TEXTURE_WRAP_T
core :: Sys :: gl_TRIANGLES
core :: Sys :: gl_TRIANGLE_FAN
core :: Sys :: gl_TRIANGLE_STRIP
core :: Sys :: gl_UNPACK_ALIGNEMENT
Parameter to specify the alignment requirements for the start of each pixel row in memorycore :: Sys :: gl_UNSIGNED_BYTE
core :: Sys :: gl_UNSIGNED_INT
core :: Sys :: gl_UNSIGNED_SHORT
core :: Sys :: gl_VERTEX_SHADER
core :: Sys :: gt_tot_cap
Total capacity of hash collections receiverHashCollection::node_at_idx
core :: Sys :: gt_tot_cap=
Total capacity of hash collections receiverHashCollection::node_at_idx
core :: Sys :: gt_tot_coll
Total length of collisions on calls ofHashCollection::node_at_idx
that collided
core :: Sys :: gt_tot_coll=
Total length of collisions on calls ofHashCollection::node_at_idx
that collided
core :: Sys :: gt_tot_length
Total length of hash collections receiver ofHashCollection::node_at_idx
core :: Sys :: gt_tot_length=
Total length of hash collections receiver ofHashCollection::node_at_idx
core :: Sys :: gtk_main_iteration
Run a single iteration of the main loop, block until an event is noticedcore :: Sys :: gtk_main_iteration_do
Run a single iteration of the main loop, only block until an event is noticed ifblocking
core :: Sys :: gtk_window_width_request
Request width of the GTK window for an app.nit applicationcore :: Sys :: handshake_app_name
Unique name of the application to use in the handshakecore :: Sys :: handshake_app_version
Version of the communication protocol to use in the handshakecore :: Sys :: http_status_codes
Get the default instance ofHttpStatusCodes
core :: Sys :: index_call
Counts the number of call to index on a Textcore :: Sys :: index_call=
Counts the number of call to index on a Textcore :: Sys :: index_len=
Distance between characters when looking for a character in a FlatStringcore :: Sys :: intent_action
Allows user to get values with enum-like syntax :intent_action.main
core :: Sys :: intent_category
Allows user to get values with enum-like syntax :intent_category.home
core :: Sys :: intent_flag
Allows user to get values with enum-like syntax :intent_flag.activity_brought_to_front
core :: Sys :: is_letter_fn
core :: Sys :: join_bytes
Joins an array of bytesarr
separated by sep
core :: Sys :: last_byte_call
Calls to thelast_byte
property of a FlatString
core :: Sys :: last_byte_call=
Calls to thelast_byte
property of a FlatString
core :: Sys :: last_mongoc_error
Last error raised bymonogdb::MongoClient
.
core :: Sys :: last_mongoc_error=
Last error raised bymonogdb::MongoClient
.
core :: Sys :: last_mongoc_id
Last auto generated id if any.core :: Sys :: last_mongoc_id=
Last auto generated id if any.core :: Sys :: length_cache_miss
Counts the number of length calls that missed the cachecore :: Sys :: length_cache_miss=
Counts the number of length calls that missed the cachecore :: Sys :: length_calls
Counts the number of calls to property lengthcore :: Sys :: length_calls=
Counts the number of calls to property lengthcore :: Sys :: load_jclass
Get a Java class by its name from the currentjni_env
core :: Sys :: log_nitcorn_actions
Should the actions be logged? This may log sensitive data.core :: Sys :: lower_than_fn
core :: Sys :: max_flips=
core :: Sys :: methods_in_object
Top-level methods from theObject
class
core :: Sys :: methods_in_object=
Top-level methods from theObject
class
core :: Sys :: methods_in_pointer
Methods in thePointer
class
core :: Sys :: methods_in_pointer=
Methods in thePointer
class
core :: Sys :: min_int_fn
core :: Sys :: nb_actors=
core :: Sys :: nb_actors=
numbers of actors to create the ringcore :: Sys :: nb_rounds=
How many time do we iterate before deciding if the numbercore :: Sys :: nb_threads
core :: Sys :: nb_threads=
core :: Sys :: new_int_arr
core :: Sys :: perfs_print_period
Number of actions executed before printing the perfscore :: Sys :: placeholder_model
Blue cube of 1 unit on each side, acting as placeholder for models failing to loadcore :: Sys :: placeholder_model=
Blue cube of 1 unit on each side, acting as placeholder for models failing to loadcore :: Sys :: position_call
Counter of the timesbytepos
is called on each type of receiver
core :: Sys :: position_call=
Counter of the timesbytepos
is called on each type of receiver
core :: Sys :: print_all_colors
core :: Sys :: print_colors
core :: Sys :: print_error
Printobject
on the error output (stderr
or a log system)
core :: Sys :: print_lifecycle_events
Print Android lifecycle events to the log?core :: Sys :: print_result
core :: Sys :: program_args
The arguments of the program as given by the OScore :: Sys :: prompt_add_history
Addline
to the shell history
core :: Sys :: re_closing_fence=
Closing fence matchingcore :: Sys :: re_html_blocks=
HTML blocks patternscore :: Sys :: re_list_marker=
List marker matchingcore :: Sys :: re_opening_fence=
Opening fence matchingcore :: Sys :: re_thematic_break=
Thematic break patterncore :: Sys :: re_trailing_blank_lines=
Blank lines matchingcore :: Sys :: root_window
Hook to create the first window shown to the usercore :: Sys :: sendmail_is_available
Can we find the external programsendmail
?
core :: Sys :: snake_case_fn
core :: Sys :: sqlite_open_error
Last error raised when callingSqlite3::open
core :: Sys :: srand_from
Initialize the pseudo-random generator with the given seed.core :: Sys :: st_tot_cap
Total capacity of hash collections receiverHashCollection::store
core :: Sys :: st_tot_cap=
Total capacity of hash collections receiverHashCollection::store
core :: Sys :: st_tot_coll
Total length of collisions on calls ofHashCollection::store
that collided
core :: Sys :: st_tot_coll=
Total length of collisions on calls ofHashCollection::store
that collided
core :: Sys :: st_tot_length
Total length of hash collections receiver ofHashCollection::store
core :: Sys :: st_tot_length=
Total length of hash collections receiver ofHashCollection::store
core :: Sys :: start_not_sticky
The service may be stopped by the system and will not be restartedcore :: Sys :: start_redeliver_intent
The service is explicitly started and stopped, it is restarted with the last intent if stopped by the systemcore :: Sys :: start_sticky
The service is explicitly started and stopped, it is restarted if stopped by the systemcore :: Sys :: str_byte_length
Length (bytes) of the FlatString created by libcore :: Sys :: str_byte_length=
Length (bytes) of the FlatString created by libcore :: Sys :: str_full_created
Number of strings created with full length createdcore :: Sys :: str_full_created=
Number of strings created with full length createdcore :: Sys :: suggest_garbage_collection
The emscripten GC must be manually invoked, it will not act by itselfcore :: Sys :: testing_id
core :: Sys :: testing_id=
core :: Sys :: textdomain
Gettexttextdomain
, SEE gettext manual for further info
core :: Sys :: triangulate
Split a polygon into trianglescore :: Sys :: triangulate_recursive
Split a polygon into triangles using arrays in-placecore :: Sys :: uniflatstr_allocations
Counts the number of allocations of UnicodeFlatStringcore :: Sys :: uniflatstr_allocations=
Counts the number of allocations of UnicodeFlatStringcore :: Sys :: unix_socket_path
core :: Sys :: unix_socket_path=
core :: Sys :: unknown_level=
Unknown severity levelcore :: Sys :: use_windows_threads
Use Windows builtin locking and thread ID functionscore :: Sys :: x_open_default_display
Open the current display from the environment variablescore :: Sys :: xdg_basedir_spec
Version of XDG Base Directory specification implemented in this library.gamnit :: gamnit_ios $ Sys :: bind_screen_framebuffer
Portable indirection toglBindFramebuffer(gl_FRAMEBUFFER, fbo)
linux :: linux $ Sys :: bound_platform
Platform bound at compilation (by importation or -m)android :: platform $ Sys :: bound_platform
Platform bound at compilation (by importation or -m)json :: serialization_read $ Sys :: class_inheritance_metamodel
Class inheritance graph, implemented by thejson
package
android :: dalvik $ Sys :: create_default_jvm
We cannot create a JVM on Androidarray_debug :: array_debug $ Sys :: exit
Quit the program with a specific return codehash_debug :: hash_debug $ Sys :: exit
Quit the program with a specific return coderubix :: rubix $ Sys :: force_console_colors
Force coloring terminal output, even if stdout is not a TTY?emscripten :: emscripten $ Sys :: force_garbage_collection
Initiate a garbage collectionandroid :: dalvik $ Sys :: load_jclass
Get a Java class by its name from the currentjni_env
nitcorn :: log $ Sys :: print_error
Printobject
on the error output (stderr
or a log system)
ios :: ios $ Sys :: print_error
Printobject
on the error output (stderr
or a log system)
android :: log $ Sys :: print_error
Use Android logs to print errorsandroid :: log $ Sys :: print_warning
Use Android logs to print warningsreadline :: readline $ Sys :: prompt_add_history
Addline
to the shell history
app :: ui_example $ Sys :: root_window
Hook to create the first window shown to the userapp :: http_request_example $ Sys :: root_window
Hook to create the first window shown to the userhash_debug :: hash_debug $ Sys :: run
The entry point for the execution of the whole program.niti_runtime :: niti_runtime $ Sys :: run
The entry point for the execution of the whole program.array_debug :: array_debug $ Sys :: run
The entry point for the execution of the whole program.