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 :: _all_root_textures
All declared root texturescore :: Sys :: _args_cache
core :: 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 :: _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 :: _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 :: _class_loader
core :: Sys :: _class_loader_method
core :: Sys :: _clock_agent
core :: Sys :: _command_help
core :: Sys :: _command_install
core :: Sys :: _command_list
core :: Sys :: _command_uninstall
core :: Sys :: _command_update
core :: Sys :: _complements
Matrix for complementing colorscore :: Sys :: _concat_allocations
Counts the number of allocations of Concatcore :: Sys :: _concat_cache_miss
Count the number of times that an indexed accesscore :: 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 :: _english_freqs
English letter frequency mapcore :: Sys :: _first_byte_call
Calls to thefirst_byte property of a FlatString
core :: Sys :: _flatbuf_allocations
Counts the number of allocations of FlatBuffercore :: Sys :: _force_console_colors
Force coloring terminal output, even if stdout is not a TTY?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_length
Total length of hash collections receiver ofHashCollection::node_at_idx
core :: 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 :: _jni_env_cache
core :: Sys :: _jvm_cache
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_id
Last auto generated id if any.core :: 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 :: _listeners
Active listenerscore :: Sys :: _listeners_count
Hosts needong each listenercore :: Sys :: _main_thread_cache
core :: Sys :: _main_thread_mutex
core :: Sys :: _max_flips
core :: Sys :: _methods_in_object
Top-level methods from theObject class
core :: Sys :: _methods_in_pointer
Methods in thePointer class
core :: Sys :: _nb_actors
core :: Sys :: _nb_rounds
How many time do we iterate before deciding if the numbercore :: Sys :: _nb_threads
core :: Sys :: _p_escapable
core :: Sys :: _pbx_file_types
Map to identify the PBX file type for a given file extensioncore :: Sys :: _pbx_uuid_generator
Generator of PBX UUIDs quique to an execution of the compilercore :: 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 :: _re_escaped
core :: Sys :: _re_html_blocks
HTML blocks patternscore :: Sys :: _re_trailing_blank_lines
Blank lines matchingcore :: Sys :: _re_whitespace
core :: Sys :: _rotation_matrix_cache
core :: Sys :: _rotation_pitch
core :: Sys :: _rotation_roll
core :: Sys :: _rotation_yaw
core :: Sys :: _self_thread_key
core :: Sys :: _sprite_draw_order_sorter
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_length
Total length of hash collections receiver ofHashCollection::store
core :: Sys :: _stdout_isatty
core :: 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 :: _testing_id
core :: Sys :: _uniflatstr_allocations
Counts the number of allocations of UnicodeFlatStringcore :: Sys :: _unix_socket_path
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 :: args_cache
core :: Sys :: args_cache=
core :: Sys :: arr_s_len=
Tracks the average length of the Strings of an array when calling to_score :: Sys :: array1d_copy_to
core :: 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_content
core :: Sys :: asset_path
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 :: bottom_face
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 :: call_analyze_methods
core :: Sys :: class_inheritance_metamodel
Class inheritance graph, implemented by thejson package
core :: Sys :: class_inheritance_metamodel_json
Class inheritance graph as aPOSet[String] serialized to JSON
core :: Sys :: class_loader
core :: Sys :: class_loader=
core :: Sys :: class_loader_method
core :: Sys :: class_loader_method=
core :: Sys :: clock_agent
core :: Sys :: clock_agent=
core :: Sys :: comm_world
Shortcut to the world communicator (same asnew Comm.world)
core :: Sys :: command_help
core :: Sys :: command_help=
core :: Sys :: command_install
core :: Sys :: command_install=
core :: Sys :: command_list
core :: Sys :: command_list=
core :: Sys :: command_uninstall
core :: Sys :: command_uninstall=
core :: Sys :: command_update
core :: Sys :: command_update=
core :: Sys :: complements=
Matrix for complementing colorscore :: Sys :: compute_nullables_metrics
Visit the AST and print metrics about the usage of send on nullable reciever.core :: Sys :: compute_refinement_metrics
Print refinement usage metricscore :: Sys :: compute_self_metrics
Visit the AST and print metics about the usage of self.core :: Sys :: compute_static_types_metrics
Visit the AST and print metrics on the usage of explicit static types.core :: Sys :: compute_tables_metrics
Print class tables metrics for the classes of the program maincore :: 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 :: counterclock
core :: Sys :: cpp_call_context
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 :: discovery_request_message
First word in discovery requestscore :: Sys :: discovery_response_message
First word in discovery responsescore :: 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 :: error_espace
core :: Sys :: error_nomatch
core :: 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 :: find_class_loader
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 :: flag_extended
core :: Sys :: flag_icase
core :: Sys :: flag_newline
core :: Sys :: flag_nosub
core :: Sys :: flag_notbol
core :: Sys :: flag_noteol
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 :: from_c_call_context
Context when calling generated code from user C codecore :: Sys :: from_cpp_call_context
core :: Sys :: from_java_call_context
core :: Sys :: from_objc_call_context
Calls from Objective-C to Ccore :: Sys :: front_face
core :: Sys :: gammit_gl_error
core :: 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_class_hierarchy
Create a dot file representing the class hierarchy of a model.core :: Sys :: generate_classdef_hierarchy
Create a dot file representing the classdef hierarchy of a model.core :: Sys :: generate_functypes
Writes all functional typescore :: Sys :: generate_model_hyperdoc
Genetate a HTML file for the model.core :: Sys :: generate_module_hierarchy
Create a dot file representing the module hierarchy of a model.core :: 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 :: glGetString_native
core :: 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 :: inspect_testing
core :: 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 :: intern_poll
core :: Sys :: is_letter_fn
core :: Sys :: java_call_context
core :: Sys :: java_http_get
core :: Sys :: jni_env_cache
core :: Sys :: jni_env_cache=
core :: Sys :: join_bytes
Joins an array of bytesarr separated by sep
core :: Sys :: jvm_cache=
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 :: listeners=
Active listenerscore :: Sys :: listeners_count
Hosts needong each listenercore :: Sys :: listeners_count=
Hosts needong each listenercore :: Sys :: load_jclass
Get a Java class by its name from the currentjni_env
core :: Sys :: load_jclass_intern
core :: Sys :: log_nitcorn_actions
Should the actions be logged? This may log sensitive data.core :: Sys :: long_signature
core :: Sys :: lower_than_fn
core :: Sys :: main_thread_cache
core :: Sys :: main_thread_cache=
core :: Sys :: main_thread_mutex
core :: Sys :: main_thread_mutex=
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 :: native_add_history
core :: Sys :: native_argc
First argument of the main C function.core :: Sys :: native_argv
Second argument of the main C function.core :: Sys :: native_getcwd
core :: Sys :: native_glDeleteBuffers
core :: Sys :: native_glDeleteTextures
core :: Sys :: native_glGenBuffers
core :: Sys :: native_glGenFramebuffers
core :: Sys :: native_glGenRenderbuffers
core :: Sys :: native_glGenTextures
core :: Sys :: native_glGetProgramInfoLog
Return the program information log inbuf
core :: Sys :: native_glGetShaderInfoLog
core :: Sys :: native_pthread_self
NativePthread for running thread
core :: Sys :: native_readline
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 :: next_notification_id
Returns a unique ID for new notificationscore :: Sys :: nit_version
core :: Sys :: none_visibility
The visibility levelnone (no visibility)
core :: Sys :: objc_call_context
Calls withing Objective-C codecore :: Sys :: open_next_stream
Open the next file until there is no more argumentscore :: Sys :: p_escapable
core :: Sys :: p_escapable=
core :: Sys :: pbx_file_types
Map to identify the PBX file type for a given file extensioncore :: Sys :: pbx_file_types=
Map to identify the PBX file type for a given file extensioncore :: Sys :: pbx_uuid_generator
Generator of PBX UUIDs quique to an execution of the compilercore :: Sys :: pbx_uuid_generator=
Generator of PBX UUIDs quique to an execution of the compilercore :: 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 :: print_usage
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 :: protected_visibility
The visibility levelprotected
core :: Sys :: re_atx_heading=
ATX headings matchingcore :: Sys :: re_atx_trailing=
ATX trailings matchingcore :: Sys :: re_closing_fence=
Closing fence matchingcore :: Sys :: re_escaped
core :: Sys :: re_escaped=
core :: Sys :: re_html_blocks=
HTML blocks patternscore :: Sys :: re_list_marker=
List marker matchingcore :: Sys :: re_opening_fence=
Opening fence matchingcore :: Sys :: re_setext_heading=
SeText headings matchingcore :: Sys :: re_thematic_break=
Thematic break patterncore :: Sys :: re_trailing_blank_lines=
Blank lines matchingcore :: Sys :: re_whitespace
core :: Sys :: re_whitespace=
core :: Sys :: read_next_line
Read the next useful line from file-name argumentscore :: Sys :: right_face
core :: Sys :: root_window
Hook to create the first window shown to the usercore :: Sys :: rotation_matrix_cache
core :: Sys :: rotation_matrix_cache=
core :: Sys :: rotation_pitch
core :: Sys :: rotation_pitch=
core :: Sys :: rotation_roll
core :: Sys :: rotation_roll=
core :: Sys :: rotation_yaw
core :: Sys :: rotation_yaw=
core :: Sys :: self_thread_key
core :: Sys :: self_thread_key=
core :: Sys :: sendmail_is_available
Can we find the external programsendmail?
core :: Sys :: short_signature
core :: Sys :: show_string_stats
core :: Sys :: snake_case_fn
core :: Sys :: sprite_draw_order_sorter
core :: Sys :: sprite_draw_order_sorter=
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 :: stdout_isatty
core :: Sys :: stdout_isatty=
core :: 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 :: test_bound_platform
Test if the application was bound to a platform, if not crashcore :: Sys :: testing_id
core :: Sys :: testing_id=
core :: Sys :: textdomain
Gettexttextdomain, SEE gettext manual for further info
core :: Sys :: to_c_call_context
Context when calling user C code from generated codecore :: Sys :: to_cpp_call_context
core :: Sys :: to_java_call_context
core :: Sys :: to_objc_call_context
Calls from C to Objective-Ccore :: 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 Androidnitc :: nitsaf $ Sys :: do_work
Easy entry point to prototype a specific work or proof-of-concept.nitc :: test_test_phase $ Sys :: do_work
The body of the specific work.nitc :: test_highlight $ Sys :: do_work
Easy entry point to prototype a specific work or proof-of-concept.nitc :: test_model_visitor $ Sys :: do_work
The body of the specific work.array_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
nitc :: nitpm $ Sys :: nitpm_lib_dir
Folder where are downloaded nitpm packagesios :: ios $ Sys :: print_error
Printobject on the error output (stderr or a log system)
android :: log $ Sys :: print_error
Use Android logs to print errorsnitcorn :: log $ Sys :: print_error
Printobject on the error output (stderr or a log system)
android :: 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 userniti_runtime :: niti_runtime $ Sys :: run
The entry point for the execution of the whole program.hash_debug :: hash_debug $ 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.android :: platform $ Sys :: test_bound_platform
Test if the application was bound to a platform, if not crashlinux :: linux $ Sys :: test_bound_platform
Test if the application was bound to a platform, if not crashcore :: Sys :: _active_actors
Number of active actorscore :: Sys :: _all_root_textures
All declared root texturescore :: Sys :: _args_cache
core :: 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 :: _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 :: _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 :: _class_loader
core :: Sys :: _class_loader_method
core :: Sys :: _clock_agent
core :: Sys :: _command_help
core :: Sys :: _command_install
core :: Sys :: _command_list
core :: Sys :: _command_uninstall
core :: Sys :: _command_update
core :: Sys :: _complements
Matrix for complementing colorscore :: Sys :: _concat_allocations
Counts the number of allocations of Concatcore :: Sys :: _concat_cache_miss
Count the number of times that an indexed accesscore :: 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 :: _english_freqs
English letter frequency mapcore :: Sys :: _first_byte_call
Calls to thefirst_byte property of a FlatString
core :: Sys :: _flatbuf_allocations
Counts the number of allocations of FlatBuffercore :: Sys :: _force_console_colors
Force coloring terminal output, even if stdout is not a TTY?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_length
Total length of hash collections receiver ofHashCollection::node_at_idx
core :: 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 :: _jni_env_cache
core :: Sys :: _jvm_cache
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_id
Last auto generated id if any.core :: 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 :: _listeners
Active listenerscore :: Sys :: _listeners_count
Hosts needong each listenercore :: Sys :: _main_thread_cache
core :: Sys :: _main_thread_mutex
core :: Sys :: _max_flips
core :: Sys :: _methods_in_object
Top-level methods from theObject class
core :: Sys :: _methods_in_pointer
Methods in thePointer class
core :: Sys :: _nb_actors
core :: Sys :: _nb_rounds
How many time do we iterate before deciding if the numbercore :: Sys :: _nb_threads
core :: Sys :: _p_escapable
core :: Sys :: _pbx_file_types
Map to identify the PBX file type for a given file extensioncore :: Sys :: _pbx_uuid_generator
Generator of PBX UUIDs quique to an execution of the compilercore :: 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 :: _re_escaped
core :: Sys :: _re_html_blocks
HTML blocks patternscore :: Sys :: _re_trailing_blank_lines
Blank lines matchingcore :: Sys :: _re_whitespace
core :: Sys :: _rotation_matrix_cache
core :: Sys :: _rotation_pitch
core :: Sys :: _rotation_roll
core :: Sys :: _rotation_yaw
core :: Sys :: _self_thread_key
core :: Sys :: _sprite_draw_order_sorter
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_length
Total length of hash collections receiver ofHashCollection::store
core :: Sys :: _stdout_isatty
core :: 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 :: _testing_id
core :: Sys :: _uniflatstr_allocations
Counts the number of allocations of UnicodeFlatStringcore :: Sys :: _unix_socket_path
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 :: args_cache
core :: Sys :: args_cache=
core :: Sys :: arr_s_len=
Tracks the average length of the Strings of an array when calling to_score :: Sys :: array1d_copy_to
core :: 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_content
core :: Sys :: asset_path
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 :: bottom_face
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 :: call_analyze_methods
core :: Object :: class_factory
Implementation used byget_class to create the specific class.
core :: Sys :: class_inheritance_metamodel
Class inheritance graph, implemented by thejson package
core :: Sys :: class_inheritance_metamodel_json
Class inheritance graph as aPOSet[String] serialized to JSON
core :: Sys :: class_loader
core :: Sys :: class_loader=
core :: Sys :: class_loader_method
core :: Sys :: class_loader_method=
core :: Sys :: clock_agent
core :: Sys :: clock_agent=
core :: Sys :: comm_world
Shortcut to the world communicator (same asnew Comm.world)
core :: Sys :: command_help
core :: Sys :: command_help=
core :: Sys :: command_install
core :: Sys :: command_install=
core :: Sys :: command_list
core :: Sys :: command_list=
core :: Sys :: command_uninstall
core :: Sys :: command_uninstall=
core :: Sys :: command_update
core :: Sys :: command_update=
core :: Sys :: complements=
Matrix for complementing colorscore :: Sys :: compute_nullables_metrics
Visit the AST and print metrics about the usage of send on nullable reciever.core :: Sys :: compute_refinement_metrics
Print refinement usage metricscore :: Sys :: compute_self_metrics
Visit the AST and print metics about the usage of self.core :: Sys :: compute_static_types_metrics
Visit the AST and print metrics on the usage of explicit static types.core :: Sys :: compute_tables_metrics
Print class tables metrics for the classes of the program maincore :: 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 :: counterclock
core :: Sys :: cpp_call_context
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 :: Object :: defaultinit
core :: Sys :: defaultinit
core :: Sys :: discover_local_servers
Discover local servers responding on UDPdiscovery_port
core :: Sys :: discovery_request_message
First word in discovery requestscore :: Sys :: discovery_response_message
First word in discovery responsescore :: 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 :: error_espace
core :: Sys :: error_nomatch
core :: 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 :: find_class_loader
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 :: flag_extended
core :: Sys :: flag_icase
core :: Sys :: flag_newline
core :: Sys :: flag_nosub
core :: Sys :: flag_notbol
core :: Sys :: flag_noteol
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 :: from_c_call_context
Context when calling generated code from user C codecore :: Sys :: from_cpp_call_context
core :: Sys :: from_java_call_context
core :: Sys :: from_objc_call_context
Calls from Objective-C to Ccore :: Sys :: front_face
core :: Sys :: gammit_gl_error
core :: 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_class_hierarchy
Create a dot file representing the class hierarchy of a model.core :: Sys :: generate_classdef_hierarchy
Create a dot file representing the classdef hierarchy of a model.core :: Sys :: generate_functypes
Writes all functional typescore :: Sys :: generate_model_hyperdoc
Genetate a HTML file for the model.core :: Sys :: generate_module_hierarchy
Create a dot file representing the module hierarchy of a model.core :: 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 :: glGetString_native
core :: 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 :: inspect_testing
core :: 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 :: intern_poll
core :: Sys :: is_letter_fn
core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
core :: Sys :: java_call_context
core :: Sys :: java_http_get
core :: Sys :: jni_env_cache
core :: Sys :: jni_env_cache=
core :: Sys :: join_bytes
Joins an array of bytesarr separated by sep
core :: Sys :: jvm_cache=
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 :: listeners=
Active listenerscore :: Sys :: listeners_count
Hosts needong each listenercore :: Sys :: listeners_count=
Hosts needong each listenercore :: Sys :: load_jclass
Get a Java class by its name from the currentjni_env
core :: Sys :: load_jclass_intern
core :: Sys :: log_nitcorn_actions
Should the actions be logged? This may log sensitive data.core :: Sys :: long_signature
core :: Sys :: lower_than_fn
core :: Sys :: main_thread_cache
core :: Sys :: main_thread_cache=
core :: Sys :: main_thread_mutex
core :: Sys :: main_thread_mutex=
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 :: native_add_history
core :: Sys :: native_argc
First argument of the main C function.core :: Sys :: native_argv
Second argument of the main C function.core :: Object :: native_class_name
The class name of the object in CString format.core :: Sys :: native_getcwd
core :: Sys :: native_glDeleteBuffers
core :: Sys :: native_glDeleteTextures
core :: Sys :: native_glGenBuffers
core :: Sys :: native_glGenFramebuffers
core :: Sys :: native_glGenRenderbuffers
core :: Sys :: native_glGenTextures
core :: Sys :: native_glGetProgramInfoLog
Return the program information log inbuf
core :: Sys :: native_glGetShaderInfoLog
core :: Sys :: native_pthread_self
NativePthread for running thread
core :: Sys :: native_readline
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 :: next_notification_id
Returns a unique ID for new notificationscore :: Sys :: nit_version
core :: Sys :: none_visibility
The visibility levelnone (no visibility)
core :: Sys :: objc_call_context
Calls withing Objective-C codecore :: Sys :: open_next_stream
Open the next file until there is no more argumentscore :: Object :: output_class_name
Display class name on stdout (debug only).core :: Sys :: p_escapable
core :: Sys :: p_escapable=
core :: Sys :: pbx_file_types
Map to identify the PBX file type for a given file extensioncore :: Sys :: pbx_file_types=
Map to identify the PBX file type for a given file extensioncore :: Sys :: pbx_uuid_generator
Generator of PBX UUIDs quique to an execution of the compilercore :: Sys :: pbx_uuid_generator=
Generator of PBX UUIDs quique to an execution of the compilercore :: 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 :: print_usage
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 :: protected_visibility
The visibility levelprotected
core :: Sys :: re_atx_heading=
ATX headings matchingcore :: Sys :: re_atx_trailing=
ATX trailings matchingcore :: Sys :: re_closing_fence=
Closing fence matchingcore :: Sys :: re_escaped
core :: Sys :: re_escaped=
core :: Sys :: re_html_blocks=
HTML blocks patternscore :: Sys :: re_list_marker=
List marker matchingcore :: Sys :: re_opening_fence=
Opening fence matchingcore :: Sys :: re_setext_heading=
SeText headings matchingcore :: Sys :: re_thematic_break=
Thematic break patterncore :: Sys :: re_trailing_blank_lines=
Blank lines matchingcore :: Sys :: re_whitespace
core :: Sys :: re_whitespace=
core :: Sys :: read_next_line
Read the next useful line from file-name argumentscore :: Sys :: right_face
core :: Sys :: root_window
Hook to create the first window shown to the usercore :: Sys :: rotation_matrix_cache
core :: Sys :: rotation_matrix_cache=
core :: Sys :: rotation_pitch
core :: Sys :: rotation_pitch=
core :: Sys :: rotation_roll
core :: Sys :: rotation_roll=
core :: Sys :: rotation_yaw
core :: Sys :: rotation_yaw=
core :: Sys :: self_thread_key
core :: Sys :: self_thread_key=
core :: Sys :: sendmail_is_available
Can we find the external programsendmail?
core :: Sys :: short_signature
core :: Sys :: show_string_stats
core :: Sys :: snake_case_fn
core :: Sys :: sprite_draw_order_sorter
core :: Sys :: sprite_draw_order_sorter=
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 :: stdout_isatty
core :: Sys :: stdout_isatty=
core :: 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 :: test_bound_platform
Test if the application was bound to a platform, if not crashcore :: Sys :: testing_id
core :: Sys :: testing_id=
core :: Sys :: textdomain
Gettexttextdomain, SEE gettext manual for further info
core :: Sys :: to_c_call_context
Context when calling user C code from generated codecore :: Sys :: to_cpp_call_context
core :: Sys :: to_java_call_context
core :: Sys :: to_objc_call_context
Calls from C to Objective-Ccore :: 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.