Qore Programming Language Reference Manual 2.3.0
Loading...
Searching...
No Matches
ql_misc.dox.h
1
3namespace Qore {
5
7hashdecl UrlInfo {
9 string host;
11 string password;
13 string path;
15 int port;
17 string protocol;
19 string query;
21 string username;
22};
23}
24
26namespace Qore {
31
33
52
54
76
78}
79
81namespace Qore {
86
88
111
113
121
123
140auto call_builtin_function(string name, ...);
141
143
161
163
185auto call_function(string name, ...);
186
188
205auto call_function(code f, ...);
206
208
231
233
251
253
292string decode_uri_request(string uri);
293
295
314string decode_url(string url);
315
317
322
324
364string encode_uri_request(string url);
365
367
393
395
407bool exists( ...);
408
410
419bool existsFunction(string name);
420
422
433bool existsFunction(code c);
434
436
441
443
457bool exists_function(string name);
458
460
472
474
482__7_ string functionType(string name);
483
485
490
492
502__7_ string function_type(string name);
503
505
518__7_ int getByte(string str, softint offset = 0);
519
521
526
528
541__7_ int getByte(binary b, softint offset = 0);
542
544
552string getClassName(object obj);
553
555
560
562
572
574
596
598
620
622
636__7_ int getWord32(string str, softint offset = 0);
637
639
653__7_ int getWord32(binary b, softint offset = 0);
654
656
661
663
679__7_ int get_byte(string str, softint offset = 0);
680
682
698__7_ int get_byte(binary b, softint offset = 0);
699
701
728
730
745string get_class_name(object obj);
746
748
756
758
777
779
791
793
808
810
832
834
845
847
860
862
873
875
888
890
912
914
938
940
960auto get_module_option(string module, string option);
961
963
976
978
1001
1003
1022
1024
1041
1043
1049string get_safe_url(string url);
1050
1052
1060
1062
1070
1072
1080
1082
1099__7_ int get_word_16(string str, softint offset = 0);
1100
1102
1120
1122
1139__7_ int get_word_16_lsb(string str, softint offset = 0);
1140
1142
1160
1162
1181__7_ int get_word_32(string str, softint offset = 0);
1182
1184
1204
1206
1225__7_ int get_word_32_lsb(string str, softint offset = 0);
1226
1228
1246
1248
1265__7_ int get_word_64(string str, softint offset = 0);
1266
1268
1286
1288
1305__7_ int get_word_64_lsb(string str, softint offset = 0);
1306
1308
1326
1328
1342bool has_key(hash<auto> h, string key);
1343
1345
1354bool has_key(object obj, string key);
1355
1357
1374
1376
1381
1383
1394int hextoint(string str);
1395
1397
1402
1404
1420string html_decode(string str);
1421
1423
1428
1430
1446string html_encode(string str);
1447
1449
1454
1456
1482
1484
1492
1494
1520
1522
1540
1542
1561
1563
1582
1584
1589
1591
1605string makeHexString(string str);
1606
1608
1623
1625
1630
1632
1654
1656
1678
1680
1700
1702
1722
1724
1743string make_hex_string(string str);
1744
1746
1766
1768
1793__7_ hash<auto> parse(string code, string label, __7_ softint warning_mask, __7_ string source, __7_ softint offset, softbool format_label = True);
1794
1796
1804
1806
1824
1826
1831
1833
1853string parseBase64StringToString(string str, __7_ string encoding);
1854
1856
1861
1863
1879
1881
1886
1888
1929
1931
1936
1938
1961
1963
1988string parse_base64_string_to_string(string str, __7_ string encoding);
1989
1991
2013
2015
2037string parse_base64_url_string_to_string(string str, __7_ string encoding);
2038
2040
2061
2063
2104
2106
2146
2148
2170
2172
2189
2191
2212
2214
2231
2233
2248
2250
2259string splice(string str);
2260
2262
2276string splice(string str, softint start);
2277
2279
2295string splice(string str, softint start, softint len, __7_ string nstr);
2296
2298
2311
2313
2329
2331
2348
2350
2355
2357
2369int strtoint(string num, softint base = 10);
2370
2372
2377
2379}
2380
2382namespace Qore {
2388
2394
2399
2403}
2404
2406namespace Qore {
2414
2416
2420
2428
2434
2440
2453}
2454
2456namespace Qore {
2464
2466
2470
2478
2482
2488
2501}
2502
2504namespace Qore {
2509
2512 "SIGABRT": SIGABRT,
2513 "SIGALRM": SIGALRM,
2514 "SIGBUS": SIGBUS,
2515 "SIGCANCEL": SIGCANCEL,
2516 "SIGCHLD": SIGCHLD,
2517 "SIGCLD": SIGCLD,
2518 "SIGCONT": SIGCONT,
2519 "SIGEMT": SIGEMT,
2520 "SIGFPE": SIGFPE,
2521 "SIGFREEZE": SIGFREEZE,
2522 "SIGHUP": SIGHUP,
2523 "SIGILL": SIGILL,
2524 "SIGINFO": SIGINFO,
2525 "SIGINT": SIGINT,
2526 "SIGIO": SIGIO,
2527 "SIGIOT": SIGIOT,
2528 "SIGJVM1": SIGJVM1,
2529 "SIGJVM2": SIGJVM2,
2530 "SIGKILL": SIGKILL,
2531 "SIGLOST": SIGLOST,
2532 "SIGLWP": SIGLWP,
2533 "SIGPIPE": SIGPIPE,
2534 "SIGPOLL": SIGPOLL,
2535 "SIGPROF": SIGPROF,
2536 "SIGPWR": SIGPWR,
2537 "SIGQUIT": SIGQUIT,
2538 "SIGSEGV": SIGSEGV,
2539 "SIGSTKFLT": SIGSTKFLT,
2540 "SIGSTOP": SIGSTOP,
2541 "SIGSYS": SIGSYS,
2542 "SIGTERM": SIGTERM,
2543 "SIGTHAW": SIGTHAW,
2544 "SIGTRAP": SIGTRAP,
2545 "SIGTSTP": SIGTSTP,
2546 "SIGTTIN": SIGTTIN,
2547 "SIGTTOU": SIGTTOU,
2548 "SIGURG": SIGURG,
2549 "SIGUSR1": SIGUSR1,
2550 "SIGUSR2": SIGUSR2,
2551 "SIGVTALRM": SIGVTALRM,
2552 "SIGWAITING": SIGWAITING,
2553 "SIGWINCH": SIGWINCH,
2554 "SIGXCPU": SIGXCPU,
2555 "SIGXFSZ": SIGXFSZ,
2556 "SIGXRES": SIGXRES,
2557);
2587 const SIGIO = SIGIO;
2650 SIGABRT: "SIGABRT",
2651 SIGALRM: "SIGALRM",
2652 SIGBUS: "SIGBUS",
2653 SIGCANCEL: "SIGCANCEL",
2654 SIGCHLD: "SIGCHLD",
2655 SIGCONT: "SIGCONT",
2656 SIGEMT: "SIGEMT",
2657 SIGFPE: "SIGFPE",
2658 SIGFREEZE: "SIGFREEZE",
2659 SIGHUP: "SIGHUP",
2660 SIGILL: "SIGILL",
2661 SIGINFO: "SIGINFO",
2662 SIGINT: "SIGINT",
2663 SIGIO: "SIGIO",
2664 SIGIOT: "SIGIOT",
2665 SIGJVM1: "SIGJVM1",
2666 SIGJVM2: "SIGJVM2",
2667 SIGKILL: "SIGKILL",
2668 SIGLOST: "SIGLOST",
2669 SIGLWP: "SIGLWP",
2670 SIGPIPE: "SIGPIPE",
2671 SIGPOLL: "SIGPOLL",
2672 SIGPROF: "SIGPROF",
2673 SIGPWR: "SIGPWR",
2674 SIGQUIT: "SIGQUIT",
2675 SIGSEGV: "SIGSEGV",
2676 SIGSTKSZ: "SIGSTKSZ",
2677 SIGSTOP: "SIGSTOP",
2678 SIGSYS: "SIGSYS",
2679 SIGTERM: "SIGTERM",
2680 SIGTHAW: "SIGTHAW",
2681 SIGTRAP: "SIGTRAP",
2682 SIGTSTP: "SIGTSTP",
2683 SIGTTIN: "SIGTTIN",
2684 SIGTTOU: "SIGTTOU",
2685 SIGURG: "SIGURG",
2686 SIGUSR1: "SIGUSR1",
2687 SIGUSR2: "SIGUSR2",
2688 SIGVTALRM: "SIGVTALRM",
2689 SIGWAITING: "SIGWAITING",
2690 SIGWINCH: "SIGWINCH",
2691 SIGXCPU: "SIGXCPU",
2692 SIGXFSZ: "SIGXFSZ",
2693 SIGXRES: "SIGXRES",
2694);
2696}
Program objects allow Qore programs to support subprograms with the option to restrict capabilities,...
Definition QC_Program.dox.h:56
const CD_XML
code for decoding XML entities
Definition ql_misc.dox.h:2499
const CD_ALL
code for decoding everything
Definition ql_misc.dox.h:2468
const CD_XHTML
code for decoding XHTML named character references to symbols
Definition ql_misc.dox.h:2486
const CD_NUM_REF
code for decoding numeric character references to symbols
Definition ql_misc.dox.h:2480
const CD_HTML
code for decoding HTML 5 named character references to their native symbols
Definition ql_misc.dox.h:2476
const CE_ALL
code for encoding everything
Definition ql_misc.dox.h:2418
const CE_HTML
code for encoding HTML 5 symbols as named character references
Definition ql_misc.dox.h:2426
const CE_NONASCII
code for encoding all non-ASCII symbols as numeric character references
Definition ql_misc.dox.h:2432
const CE_XHTML
code for encoding XHTML entities
Definition ql_misc.dox.h:2438
const CE_XML
code for encoding XML entities
Definition ql_misc.dox.h:2451
const True
logical True
Definition qc_qore.dox.h:98
const False
logical False
Definition qc_qore.dox.h:96
string parse_base64_string_to_string(string str, *string encoding)
Parses a base64 encoded string and returns a string of the decoded data.
string get_module_context_name_ex()
Returns the name of the module currently being loaded.
nothing parseBase64String()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing getWord32()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash< string, hash< auto > > get_qore_option_hash()
Returns a hash of hashes giving information about Qore library options for the current build.
string get_safe_url(string url)
Returns the URL string passed without any password information.
auto call_function_args(string name, *softlist< auto > vargs)
Calls a function and returns the return value, using the optional second argument as a list of argume...
hash< UrlInfo > parse_url(string url, bool keep_brackets)
Parses a URL string and returns a hash of the components.
nothing makeBase64String()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing backquote()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing set_local_var_value(int frame, string var, auto value)
sets the value of the given local variable; if the variable cannot be found an exception is raised
*string function_type(string name)
Returns "builtin" (for a builtin function), "user" (for a user function), or NOTHING (if the function...
*int get_byte(string str, softint offset=0)
Returns the byte value at the given byte offset (the first value is at offset 0) or NOTHING if the of...
nothing strtoint()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
auto get_module_option(string module, string option)
returns the given global module option
nothing html_encode()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
*int get_word_32_lsb(string str, softint offset=0)
Returns the 32-bit integer value at the given 4-byte offset (the first value is at offset 0) or NOTHI...
auto call_builtin_function(string name,...)
Calls a function and returns the return value, passing the remaining arguments after the function nam...
nothing decode_url()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash< auto > get_local_vars(int frame)
retrieves a hash of local variables for the given stack frame
binary parse_base64_string(string str)
Parses a base64 encoded string and returns a binary object of the decoded data.
nothing load_module()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
bool exists_function(string name)
Returns True if the function exists in the current program's function name space.
*string get_script_path()
Returns the path (directory and filename) of the current script or NOTHING if unknown (i....
*string get_script_dir()
Returns the name of the directory from which the current script was executed or NOTHING if unknown (i...
*string get_module_context_path()
Returns the path of the module currently being loaded, if any.
list< string > getFeatureList()
Returns a list of strings of the builtin and module-supplied features of Qore.
auto call_builtin_function_args(string name, *softlist< auto > vargs)
Calls a function and returns the return value, using the optional second argument as a list of argume...
string parse_base64_url_string_to_string(string str, *string encoding)
Parses a base64-url-encoded string and returns a string of the decoded data.
set_return_value(auto val)
sets the return value for a Program object when running with %exec-class
nothing hextoint()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
binary parse_base64_url_string(string str)
Parses a base64-url-encoded string and returns a binary object of the decoded data.
*hash< ExceptionInfo > load_module_warn(string name, int warning_mask=WARN_MODULES)
Loads in a Qore module at run-time.
*int get_word_16(string str, softint offset=0)
Returns the 16-bit integer value at the given 2-byte offset (the first value is at offset 0) or NOTHI...
list< hash< auto > > get_module_list()
Returns a list of hashes describing the currently-loaded Qore modules.
nothing load_user_module_with_program(string name, Qore::Program pgm)
Loads in a Qore user module at run-time with using the given Program object as the container for the ...
string encode_url(string url, softbool encode_all=False)
Encodes URLs by substituting '%' with '%25', spaces (' ') with '%20', '"' with '%22',...
nothing parseHexString()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing getClassName()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
int get_parse_options()
returns the current parse options for the current Program object
code get_call_reference(string identifier)
resolve the string as a call reference
nothing parse()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
bool has_key(hash< auto > h, string key)
Returns True if the given key exists in the hash (does not necessarily have to have a value assigned)...
nothing hash_values()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing splice()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
list< hash< auto > > get_qore_option_list()
Returns a list of hashes giving information about Qore library options for the current build.
auto call_function(string name,...)
Calls a function and returns the return value, passing the remaining arguments after the function nam...
nothing reload_module(string name)
Reloads an already-loaded Qore module subject to code injection at run-time into Qore; the module's c...
nothing parseBase64StringToString()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
*int get_word_16_lsb(string str, softint offset=0)
Returns the 16-bit integer value at the given 2-byte offset (the first value is at offset 0) or NOTHI...
string make_base64_string(string str, softint maxlinelen=-1)
Returns a base64-encoded representation of a string.
string get_default_encoding()
Returns the name of the default character encoding.
nothing set_module_option(string module, string option, auto value)
set the given module option
hash< string, hash< auto > > get_module_hash()
Returns a hash of hashes describing the currently-loaded Qore modules; the top-level hash keys are th...
list< string > get_feature_list()
Returns a list of strings of the builtin and module-supplied features of Qore.
string get_class_name(object obj)
Returns the class name of the object passed.
string get_ex_pos(hash< auto > ex)
returns a descriptive string for an exception location; the source and offset information will also b...
*string get_module_context_name()
Returns the name of the module currently being loaded, if any.
string get_module_context_path_ex()
Returns the path of the module currently being loaded.
hash< string, hash< auto > > getModuleHash()
Returns a hash of hashes describing the currently-loaded Qore modules; the top-level hash keys are th...
string make_base64_url_string(string str)
Returns a base64-url-encoded representation of a string.
*int get_word_64_lsb(string str, softint offset=0)
Returns the 64-bit integer value at the given 8-byte offset (the first value is at offset 0) or NOTHI...
nothing existsFunction()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing makeHexString()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
list< hash< auto > > getModuleList()
Returns a list of hashes describing the currently-loaded Qore modules.
hash< auto > get_global_vars()
returns a hash of global variables
string encode_uri_request(string url)
Encodes URI requests by substituting special characters in the path with percent-encoded equivalents ...
bool exists(...)
A function performing the same role as the exists operator.
nothing parseURL()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing html_decode()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
*string get_script_name()
Returns the filename of the current script if known or NOTHING if unknown (i.e. no parent script,...
*int get_word_64(string str, softint offset=0)
Returns the 64-bit integer value at the given 8-byte offset (the first value is at offset 0) or NOTHI...
nothing getByte()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash< auto > get_qore_library_info()
Returns a hash of library build and version info.
*int get_word_32(string str, softint offset=0)
Returns the 32-bit integer value at the given 4-byte offset (the first value is at offset 0) or NOTHI...
string make_hex_string(string str)
Returns a hex-encoded representation of a string.
nothing set_global_var_value(string name, auto value)
set the value of a global variable
binary parse_hex_string(string hexstr)
Parses a hex-encoded string and returns the binary object.
nothing functionType()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
string decode_uri_request(string uri)
Decodes percent-encoded codes in a URI path and converts "+" signs in the query component to spaces a...
const QURL_KEEP_BRACKETS
If the hostname or address is enclosed in square brackets, the brackets will be included in the "host...
Definition ql_misc.dox.h:2397
const QURL_MAINTAIN_CASE
Do not convert the protocol (scheme) to lower case when parsing URLs.
Definition ql_misc.dox.h:2401
const QURL_DECODE
Perform percent decoding on the "host", "username", and "password" fields.
Definition ql_misc.dox.h:2390
const QURL_DECODE_PATH
Decodes all fields like QURL_DECODE plus also performs percent decoding on "path" and "query" fields.
Definition ql_misc.dox.h:2392
const SIGUSR1
SIGUSR1.
Definition ql_misc.dox.h:2633
const SIGXRES
SIGXRES.
Definition ql_misc.dox.h:2647
const SIGALRM
SIGALRM.
Definition ql_misc.dox.h:2561
const SIGHUP
SIGHUP.
Definition ql_misc.dox.h:2579
const SIGTTOU
SIGTTOU.
Definition ql_misc.dox.h:2629
const SIGLWP
SIGLWP.
Definition ql_misc.dox.h:2599
const SIGCHLD
SIGCHLD.
Definition ql_misc.dox.h:2567
const SIGSYS
SIGSYS.
Definition ql_misc.dox.h:2617
const SIGPOLL
SIGPOLL.
Definition ql_misc.dox.h:2603
const SIGABRT
SIGABRT.
Definition ql_misc.dox.h:2559
const SIGWAITING
SIGWAITING.
Definition ql_misc.dox.h:2639
const SIGVTALRM
SIGVTALRM.
Definition ql_misc.dox.h:2637
const SIGTSTP
SIGTSTP.
Definition ql_misc.dox.h:2625
const SIGXFSZ
SIGXFSZ.
Definition ql_misc.dox.h:2645
const SIGBUS
SIGBUS.
Definition ql_misc.dox.h:2563
const SIGSTKFLT
SIGSTKFLT.
Definition ql_misc.dox.h:2613
const SIGPIPE
SIGPIPE.
Definition ql_misc.dox.h:2601
const SIGPROF
SIGPROF.
Definition ql_misc.dox.h:2605
const SIGILL
SIGILL.
Definition ql_misc.dox.h:2581
const SIGCLD
SIGCLD.
Definition ql_misc.dox.h:2569
const SIGURG
SIGURG.
Definition ql_misc.dox.h:2631
const SIGTRAP
SIGTRAP.
Definition ql_misc.dox.h:2623
const SIGTHAW
SIGTHAW.
Definition ql_misc.dox.h:2621
const SIGCANCEL
SIGCANCEL.
Definition ql_misc.dox.h:2565
const SIGSTOP
SIGSTOP.
Definition ql_misc.dox.h:2615
const SIGWINCH
SIGWINCH.
Definition ql_misc.dox.h:2641
const SIGEMT
SIGEMT.
Definition ql_misc.dox.h:2573
const SIGINFO
SIGINFO.
Definition ql_misc.dox.h:2583
const SIGFPE
SIGFPE.
Definition ql_misc.dox.h:2575
const SIGLOST
SIGLOST.
Definition ql_misc.dox.h:2597
const NameToSignal
maps signal names to signal values
Definition ql_misc.dox.h:2511
const SIGKILL
SIGKILL.
Definition ql_misc.dox.h:2595
const SignalToName
maps signal numbers (as a string key) to the symbolic name for the signal
Definition ql_misc.dox.h:2649
const SIGQUIT
SIGQUIT.
Definition ql_misc.dox.h:2609
const SIGIOT
SIGIOT.
Definition ql_misc.dox.h:2589
const SIGTERM
SIGTERM.
Definition ql_misc.dox.h:2619
const SIGTTIN
SIGTTIN.
Definition ql_misc.dox.h:2627
const SIGUSR2
SIGUSR2.
Definition ql_misc.dox.h:2635
const SIGCONT
SIGCONT.
Definition ql_misc.dox.h:2571
const SIGIO
SIGIO.
Definition ql_misc.dox.h:2587
const SIGXCPU
SIGXCPU.
Definition ql_misc.dox.h:2643
const SIGSEGV
SIGSEGV.
Definition ql_misc.dox.h:2611
const SIGJVM1
SIGJVM1.
Definition ql_misc.dox.h:2591
const SIGFREEZE
SIGFREEZE.
Definition ql_misc.dox.h:2577
const SIGINT
SIGINT.
Definition ql_misc.dox.h:2585
const SIGJVM2
SIGJVM2.
Definition ql_misc.dox.h:2593
const SIGPWR
SIGPWR.
Definition ql_misc.dox.h:2607
nothing set_signal_handler(softint signal, code f)
Sets or replaces a signal handler according to the signal number and closure or call reference (funct...
nothing remove_signal_handler(softint signal)
Removes a signal handler and returns the signal handling state to the default.
list< auto > list(...)
Returns a list of the arguments passed at the top level.
binary binary()
Always returns an empty binary object (of zero length)
const WARN_MODULES
The default warning mask for user modules.
Definition QC_Program.dox.h:2187
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2
a hash describing a parsed URL
Definition ql_misc.dox.h:7
string host
the hostname given in the URL string, if any
Definition ql_misc.dox.h:9
string path
the path given in the URL string, if present
Definition ql_misc.dox.h:13
string username
the username of the URL, if present
Definition ql_misc.dox.h:21
string password
the password given in the URL, if any
Definition ql_misc.dox.h:11
string query
the query part of the URL (i.e. text after any '?' char), if present
Definition ql_misc.dox.h:19
int port
the port number given in the URL string, if any
Definition ql_misc.dox.h:15
string protocol
the scheme or protocol of the URL, if present
Definition ql_misc.dox.h:17