Qore Programming Language Reference Manual 2.0.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
355string encode_uri_request(string url);
356
358
379
381
393bool exists( ...);
394
396
405bool existsFunction(string name);
406
408
419bool existsFunction(code c);
420
422
427
429
443bool exists_function(string name);
444
446
458
460
468__7_ string functionType(string name);
469
471
476
478
488__7_ string function_type(string name);
489
491
504__7_ int getByte(string str, softint offset = 0);
505
507
512
514
527__7_ int getByte(binary b, softint offset = 0);
528
530
538string getClassName(object obj);
539
541
546
548
558
560
581
583
604
606
620__7_ int getWord32(string str, softint offset = 0);
621
623
637__7_ int getWord32(binary b, softint offset = 0);
638
640
645
647
663__7_ int get_byte(string str, softint offset = 0);
664
666
682__7_ int get_byte(binary b, softint offset = 0);
683
685
712
714
729string get_class_name(object obj);
730
732
740
742
761
763
775
777
792
794
816
818
839
841
864
866
886auto get_module_option(string module, string option);
887
889
902
904
927
929
948
950
967
969
975string get_safe_url(string url);
976
978
986
988
996
998
1006
1008
1025__7_ int get_word_16(string str, softint offset = 0);
1026
1028
1046
1048
1065__7_ int get_word_16_lsb(string str, softint offset = 0);
1066
1068
1086
1088
1107__7_ int get_word_32(string str, softint offset = 0);
1108
1110
1130
1132
1151__7_ int get_word_32_lsb(string str, softint offset = 0);
1152
1154
1172
1174
1191__7_ int get_word_64(string str, softint offset = 0);
1192
1194
1212
1214
1231__7_ int get_word_64_lsb(string str, softint offset = 0);
1232
1234
1252
1254
1268bool has_key(hash<auto> h, string key);
1269
1271
1280bool has_key(object obj, string key);
1281
1283
1300
1302
1307
1309
1320int hextoint(string str);
1321
1323
1328
1330
1346string html_decode(string str);
1347
1349
1354
1356
1372string html_encode(string str);
1373
1375
1380
1382
1408
1410
1418
1420
1446
1448
1466
1468
1487
1489
1508
1510
1515
1517
1531string makeHexString(string str);
1532
1534
1549
1551
1556
1558
1580
1582
1604
1606
1626
1628
1648
1650
1669string make_hex_string(string str);
1670
1672
1692
1694
1719__7_ hash<auto> parse(string code, string label, __7_ softint warning_mask, __7_ string source, __7_ softint offset, softbool format_label = True);
1720
1722
1730
1732
1750
1752
1757
1759
1779string parseBase64StringToString(string str, __7_ string encoding);
1780
1782
1787
1789
1805
1807
1812
1814
1855
1857
1862
1864
1887
1889
1914string parse_base64_string_to_string(string str, __7_ string encoding);
1915
1917
1939
1941
1963string parse_base64_url_string_to_string(string str, __7_ string encoding);
1964
1966
1987
1989
2030
2032
2072
2074
2096
2098
2115
2117
2138
2140
2157
2159
2174
2176
2185string splice(string str);
2186
2188
2202string splice(string str, softint start);
2203
2205
2221string splice(string str, softint start, softint len, __7_ string nstr);
2222
2224
2237
2239
2255
2257
2274
2276
2281
2283
2295int strtoint(string num, softint base = 10);
2296
2298
2303
2305}
2306
2308namespace Qore {
2314
2320
2325
2329}
2330
2332namespace Qore {
2340
2342
2346
2354
2360
2366
2379}
2380
2382namespace Qore {
2390
2392
2396
2404
2408
2414
2427}
2428
2430namespace Qore {
2435
2438 "SIGABRT": SIGABRT,
2439 "SIGALRM": SIGALRM,
2440 "SIGBUS": SIGBUS,
2441 "SIGCANCEL": SIGCANCEL,
2442 "SIGCHLD": SIGCHLD,
2443 "SIGCLD": SIGCLD,
2444 "SIGCONT": SIGCONT,
2445 "SIGEMT": SIGEMT,
2446 "SIGFPE": SIGFPE,
2447 "SIGFREEZE": SIGFREEZE,
2448 "SIGHUP": SIGHUP,
2449 "SIGILL": SIGILL,
2450 "SIGINFO": SIGINFO,
2451 "SIGINT": SIGINT,
2452 "SIGIO": SIGIO,
2453 "SIGIOT": SIGIOT,
2454 "SIGJVM1": SIGJVM1,
2455 "SIGJVM2": SIGJVM2,
2456 "SIGKILL": SIGKILL,
2457 "SIGLOST": SIGLOST,
2458 "SIGLWP": SIGLWP,
2459 "SIGPIPE": SIGPIPE,
2460 "SIGPOLL": SIGPOLL,
2461 "SIGPROF": SIGPROF,
2462 "SIGPWR": SIGPWR,
2463 "SIGQUIT": SIGQUIT,
2464 "SIGSEGV": SIGSEGV,
2465 "SIGSTKFLT": SIGSTKFLT,
2466 "SIGSTOP": SIGSTOP,
2467 "SIGSYS": SIGSYS,
2468 "SIGTERM": SIGTERM,
2469 "SIGTHAW": SIGTHAW,
2470 "SIGTRAP": SIGTRAP,
2471 "SIGTSTP": SIGTSTP,
2472 "SIGTTIN": SIGTTIN,
2473 "SIGTTOU": SIGTTOU,
2474 "SIGURG": SIGURG,
2475 "SIGUSR1": SIGUSR1,
2476 "SIGUSR2": SIGUSR2,
2477 "SIGVTALRM": SIGVTALRM,
2478 "SIGWAITING": SIGWAITING,
2479 "SIGWINCH": SIGWINCH,
2480 "SIGXCPU": SIGXCPU,
2481 "SIGXFSZ": SIGXFSZ,
2482 "SIGXRES": SIGXRES,
2483);
2513 const SIGIO = SIGIO;
2576 SIGABRT: "SIGABRT",
2577 SIGALRM: "SIGALRM",
2578 SIGBUS: "SIGBUS",
2579 SIGCANCEL: "SIGCANCEL",
2580 SIGCHLD: "SIGCHLD",
2581 SIGCONT: "SIGCONT",
2582 SIGEMT: "SIGEMT",
2583 SIGFPE: "SIGFPE",
2584 SIGFREEZE: "SIGFREEZE",
2585 SIGHUP: "SIGHUP",
2586 SIGILL: "SIGILL",
2587 SIGINFO: "SIGINFO",
2588 SIGINT: "SIGINT",
2589 SIGIO: "SIGIO",
2590 SIGIOT: "SIGIOT",
2591 SIGJVM1: "SIGJVM1",
2592 SIGJVM2: "SIGJVM2",
2593 SIGKILL: "SIGKILL",
2594 SIGLOST: "SIGLOST",
2595 SIGLWP: "SIGLWP",
2596 SIGPIPE: "SIGPIPE",
2597 SIGPOLL: "SIGPOLL",
2598 SIGPROF: "SIGPROF",
2599 SIGPWR: "SIGPWR",
2600 SIGQUIT: "SIGQUIT",
2601 SIGSEGV: "SIGSEGV",
2602 SIGSTKSZ: "SIGSTKSZ",
2603 SIGSTOP: "SIGSTOP",
2604 SIGSYS: "SIGSYS",
2605 SIGTERM: "SIGTERM",
2606 SIGTHAW: "SIGTHAW",
2607 SIGTRAP: "SIGTRAP",
2608 SIGTSTP: "SIGTSTP",
2609 SIGTTIN: "SIGTTIN",
2610 SIGTTOU: "SIGTTOU",
2611 SIGURG: "SIGURG",
2612 SIGUSR1: "SIGUSR1",
2613 SIGUSR2: "SIGUSR2",
2614 SIGVTALRM: "SIGVTALRM",
2615 SIGWAITING: "SIGWAITING",
2616 SIGWINCH: "SIGWINCH",
2617 SIGXCPU: "SIGXCPU",
2618 SIGXFSZ: "SIGXFSZ",
2619 SIGXRES: "SIGXRES",
2620);
2622}
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:2425
const CD_ALL
code for decoding everything
Definition ql_misc.dox.h:2394
const CD_XHTML
code for decoding XHTML named character references to symbols
Definition ql_misc.dox.h:2412
const CD_NUM_REF
code for decoding numeric character references to symbols
Definition ql_misc.dox.h:2406
const CD_HTML
code for decoding HTML 5 named character references to their native symbols
Definition ql_misc.dox.h:2402
const CE_ALL
code for encoding everything
Definition ql_misc.dox.h:2344
const CE_HTML
code for encoding HTML 5 symbols as named character references
Definition ql_misc.dox.h:2352
const CE_NONASCII
code for encoding all non-ASCII symbols as numeric character references
Definition ql_misc.dox.h:2358
const CE_XHTML
code for encoding XHTML entities
Definition ql_misc.dox.h:2364
const CE_XML
code for encoding XML entities
Definition ql_misc.dox.h:2377
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.
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...
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 '%' characters with '%25', spaces (' ') with '%20', and non-ascii charac...
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...
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:2323
const QURL_MAINTAIN_CASE
Do not convert the protocol (scheme) to lower case when parsing URLs.
Definition ql_misc.dox.h:2327
const QURL_DECODE
Perform percent decoding on the "host", "username", and "password" fields.
Definition ql_misc.dox.h:2316
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:2318
const SIGUSR1
SIGUSR1.
Definition ql_misc.dox.h:2559
const SIGXRES
SIGXRES.
Definition ql_misc.dox.h:2573
const SIGALRM
SIGALRM.
Definition ql_misc.dox.h:2487
const SIGHUP
SIGHUP.
Definition ql_misc.dox.h:2505
const SIGTTOU
SIGTTOU.
Definition ql_misc.dox.h:2555
const SIGLWP
SIGLWP.
Definition ql_misc.dox.h:2525
const SIGCHLD
SIGCHLD.
Definition ql_misc.dox.h:2493
const SIGSYS
SIGSYS.
Definition ql_misc.dox.h:2543
const SIGPOLL
SIGPOLL.
Definition ql_misc.dox.h:2529
const SIGABRT
SIGABRT.
Definition ql_misc.dox.h:2485
const SIGWAITING
SIGWAITING.
Definition ql_misc.dox.h:2565
const SIGVTALRM
SIGVTALRM.
Definition ql_misc.dox.h:2563
const SIGTSTP
SIGTSTP.
Definition ql_misc.dox.h:2551
const SIGXFSZ
SIGXFSZ.
Definition ql_misc.dox.h:2571
const SIGBUS
SIGBUS.
Definition ql_misc.dox.h:2489
const SIGSTKFLT
SIGSTKFLT.
Definition ql_misc.dox.h:2539
const SIGPIPE
SIGPIPE.
Definition ql_misc.dox.h:2527
const SIGPROF
SIGPROF.
Definition ql_misc.dox.h:2531
const SIGILL
SIGILL.
Definition ql_misc.dox.h:2507
const SIGCLD
SIGCLD.
Definition ql_misc.dox.h:2495
const SIGURG
SIGURG.
Definition ql_misc.dox.h:2557
const SIGTRAP
SIGTRAP.
Definition ql_misc.dox.h:2549
const SIGTHAW
SIGTHAW.
Definition ql_misc.dox.h:2547
const SIGCANCEL
SIGCANCEL.
Definition ql_misc.dox.h:2491
const SIGSTOP
SIGSTOP.
Definition ql_misc.dox.h:2541
const SIGWINCH
SIGWINCH.
Definition ql_misc.dox.h:2567
const SIGEMT
SIGEMT.
Definition ql_misc.dox.h:2499
const SIGINFO
SIGINFO.
Definition ql_misc.dox.h:2509
const SIGFPE
SIGFPE.
Definition ql_misc.dox.h:2501
const SIGLOST
SIGLOST.
Definition ql_misc.dox.h:2523
const NameToSignal
maps signal names to signal values
Definition ql_misc.dox.h:2437
const SIGKILL
SIGKILL.
Definition ql_misc.dox.h:2521
const SignalToName
maps signal numbers (as a string key) to the symbolic name for the signal
Definition ql_misc.dox.h:2575
const SIGQUIT
SIGQUIT.
Definition ql_misc.dox.h:2535
const SIGIOT
SIGIOT.
Definition ql_misc.dox.h:2515
const SIGTERM
SIGTERM.
Definition ql_misc.dox.h:2545
const SIGTTIN
SIGTTIN.
Definition ql_misc.dox.h:2553
const SIGUSR2
SIGUSR2.
Definition ql_misc.dox.h:2561
const SIGCONT
SIGCONT.
Definition ql_misc.dox.h:2497
const SIGIO
SIGIO.
Definition ql_misc.dox.h:2513
const SIGXCPU
SIGXCPU.
Definition ql_misc.dox.h:2569
const SIGSEGV
SIGSEGV.
Definition ql_misc.dox.h:2537
const SIGJVM1
SIGJVM1.
Definition ql_misc.dox.h:2517
const SIGFREEZE
SIGFREEZE.
Definition ql_misc.dox.h:2503
const SIGINT
SIGINT.
Definition ql_misc.dox.h:2511
const SIGJVM2
SIGJVM2.
Definition ql_misc.dox.h:2519
const SIGPWR
SIGPWR.
Definition ql_misc.dox.h:2533
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:2104
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