Current Path: > > opt > alt > ruby31 > > include > ruby >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
backward | Directory | - | - | |
fiber | Directory | - | - | |
internal | Directory | - | - | |
io | Directory | - | - | |
assert.h | File | 7732 bytes | April 28 2025 17:36:06. | |
atomic.h | File | 26809 bytes | April 28 2025 17:36:06. | |
backward.h | File | 2534 bytes | April 28 2025 17:36:06. | |
config-x86_64.h | File | 13564 bytes | April 28 2025 17:36:05. | |
config.h | File | 1215 bytes | April 28 2025 17:36:06. | |
debug.h | File | 22302 bytes | April 28 2025 17:36:06. | |
defines.h | File | 2822 bytes | April 28 2025 17:36:06. | |
digest.h | File | 1731 bytes | April 28 2025 17:36:06. | |
encoding.h | File | 1312 bytes | April 28 2025 17:36:06. | |
intern.h | File | 2394 bytes | April 28 2025 17:36:06. | |
io.h | File | 33920 bytes | April 28 2025 17:36:05. | |
memory_view.h | File | 11049 bytes | April 28 2025 17:36:06. | |
missing.h | File | 4931 bytes | April 28 2025 17:36:06. | |
onigmo.h | File | 44658 bytes | April 28 2025 17:36:06. | |
oniguruma.h | File | 262 bytes | April 28 2025 17:36:06. | |
ractor.h | File | 8922 bytes | April 28 2025 17:36:06. | |
random.h | File | 9881 bytes | April 28 2025 17:36:06. | |
re.h | File | 5571 bytes | April 28 2025 17:36:05. | |
regex.h | File | 1011 bytes | April 28 2025 17:36:06. | |
ruby.h | File | 11567 bytes | April 28 2025 17:36:06. | |
st.h | File | 7565 bytes | April 28 2025 17:36:06. | |
subst.h | File | 806 bytes | April 28 2025 17:36:06. | |
thread.h | File | 7591 bytes | April 28 2025 17:36:06. | |
thread_native.h | File | 6495 bytes | April 28 2025 17:36:06. | |
util.h | File | 8416 bytes | April 28 2025 17:36:06. | |
version.h | File | 4808 bytes | April 28 2025 17:36:06. | |
vm.h | File | 2134 bytes | April 28 2025 17:36:06. |
#ifndef RUBY_ENCODING_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_ENCODING_H 1 /** * @file * @author $Author: matz $ * @date Thu May 24 11:49:41 JST 2007 * @copyright Copyright (C) 2007 Yukihiro Matsumoto * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. * @brief Encoding relates APIs. * * These APIs are mainly for implementing encodings themselves. Encodings are * built on top of Ruby's core CAPIs. Though not prohibited, there can be * relatively less rooms for things in this header file be useful when writing * an extension library. */ #include "ruby/ruby.h" #include "ruby/internal/encoding/coderange.h" #include "ruby/internal/encoding/ctype.h" #include "ruby/internal/encoding/encoding.h" #include "ruby/internal/encoding/pathname.h" #include "ruby/internal/encoding/re.h" #include "ruby/internal/encoding/sprintf.h" #include "ruby/internal/encoding/string.h" #include "ruby/internal/encoding/symbol.h" #include "ruby/internal/encoding/transcode.h" #endif /* RUBY_ENCODING_H */
SILENT KILLER Tool