|
1 # -*- coding: utf-8 -*- |
|
2 """ |
|
3 pygments.lexers._lassobuiltins |
|
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
5 |
|
6 Built-in Lasso types, traits, and methods. |
|
7 |
|
8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. |
|
9 :license: BSD, see LICENSE for details. |
|
10 """ |
|
11 |
|
12 BUILTINS = { |
|
13 'Types': [ |
|
14 'null', |
|
15 'void', |
|
16 'tag', |
|
17 'trait', |
|
18 'integer', |
|
19 'decimal', |
|
20 'boolean', |
|
21 'capture', |
|
22 'string', |
|
23 'bytes', |
|
24 'keyword', |
|
25 'custom', |
|
26 'staticarray', |
|
27 'signature', |
|
28 'memberstream', |
|
29 'dsinfo', |
|
30 'sourcefile', |
|
31 'array', |
|
32 'pair', |
|
33 'opaque', |
|
34 'filedesc', |
|
35 'dirdesc', |
|
36 'locale', |
|
37 'ucal', |
|
38 'xml_domimplementation', |
|
39 'xml_node', |
|
40 'xml_characterdata', |
|
41 'xml_document', |
|
42 'xml_element', |
|
43 'xml_attr', |
|
44 'xml_text', |
|
45 'xml_cdatasection', |
|
46 'xml_entityreference', |
|
47 'xml_entity', |
|
48 'xml_processinginstruction', |
|
49 'xml_comment', |
|
50 'xml_documenttype', |
|
51 'xml_documentfragment', |
|
52 'xml_notation', |
|
53 'xml_nodelist', |
|
54 'xml_namednodemap', |
|
55 'xml_namednodemap_ht', |
|
56 'xml_namednodemap_attr', |
|
57 'xmlstream', |
|
58 'sqlite3', |
|
59 'sqlite3_stmt', |
|
60 'mime_reader', |
|
61 'curltoken', |
|
62 'regexp', |
|
63 'zip_impl', |
|
64 'zip_file_impl', |
|
65 'library_thread_loader_thread$', |
|
66 'library_thread_loader', |
|
67 'generateforeachunkeyed', |
|
68 'generateforeachkeyed', |
|
69 'eacher', |
|
70 'queriable_where', |
|
71 'queriable_select', |
|
72 'queriable_selectmany', |
|
73 'queriable_groupby', |
|
74 'queriable_join', |
|
75 'queriable_groupjoin', |
|
76 'queriable_orderby', |
|
77 'queriable_orderbydescending', |
|
78 'queriable_thenby', |
|
79 'queriable_thenbydescending', |
|
80 'queriable_skip', |
|
81 'queriable_take', |
|
82 'queriable_grouping', |
|
83 'generateseries', |
|
84 'tie', |
|
85 'pairup', |
|
86 'delve', |
|
87 'repeat', |
|
88 'pair_compare', |
|
89 'serialization_object_identity_compare', |
|
90 'serialization_element', |
|
91 'serialization_writer_standin', |
|
92 'serialization_writer_ref', |
|
93 'serialization_writer', |
|
94 'serialization_reader', |
|
95 'tree_nullnode', |
|
96 'tree_node', |
|
97 'tree_base', |
|
98 'map_node', |
|
99 'map', |
|
100 'file', |
|
101 'dir', |
|
102 'magick_image', |
|
103 'ldap', |
|
104 'os_process', |
|
105 'java_jnienv', |
|
106 'jobject', |
|
107 'jmethodid', |
|
108 'jfieldid', |
|
109 'database_registry', |
|
110 'sqlite_db', |
|
111 'sqlite_results', |
|
112 'sqlite_currentrow', |
|
113 'sqlite_table', |
|
114 'sqlite_column', |
|
115 'curl', |
|
116 'date', |
|
117 'debugging_stack', |
|
118 'dbgp_server', |
|
119 'dbgp_packet', |
|
120 'duration', |
|
121 'inline_type', |
|
122 'json_literal', |
|
123 'json_object', |
|
124 'list_node', |
|
125 'list', |
|
126 'jchar', |
|
127 'jchararray', |
|
128 'jbyte', |
|
129 'jbytearray', |
|
130 'jfloat', |
|
131 'jint', |
|
132 'jshort', |
|
133 'currency', |
|
134 'scientific', |
|
135 'percent', |
|
136 'dateandtime', |
|
137 'timeonly', |
|
138 'net_tcp', |
|
139 'net_tcpssl', |
|
140 'net_named_pipe', |
|
141 'net_udppacket', |
|
142 'net_udp', |
|
143 'pdf_typebase', |
|
144 'pdf_doc', |
|
145 'pdf_color', |
|
146 'pdf_barcode', |
|
147 'pdf_font', |
|
148 'pdf_image', |
|
149 'pdf_list', |
|
150 'pdf_read', |
|
151 'pdf_table', |
|
152 'pdf_text', |
|
153 'pdf_hyphenator', |
|
154 'pdf_chunk', |
|
155 'pdf_phrase', |
|
156 'pdf_paragraph', |
|
157 'queue', |
|
158 'set', |
|
159 'sys_process', |
|
160 'worker_pool', |
|
161 'zip_file', |
|
162 'zip', |
|
163 'cache_server_element', |
|
164 'cache_server', |
|
165 'dns_response', |
|
166 'component_render_state', |
|
167 'component', |
|
168 'component_container', |
|
169 'document_base', |
|
170 'document_body', |
|
171 'document_header', |
|
172 'text_document', |
|
173 'data_document', |
|
174 'email_compose', |
|
175 'email_pop', |
|
176 'email_parse', |
|
177 'email_queue_impl_base', |
|
178 'email_stage_impl_base', |
|
179 'fcgi_record', |
|
180 'web_request_impl', |
|
181 'fcgi_request', |
|
182 'include_cache_thread$', |
|
183 'include_cache', |
|
184 'atbegin_thread$', |
|
185 'atbegin', |
|
186 'fastcgi_each_fcgi_param', |
|
187 'fastcgi_server', |
|
188 'filemaker_datasource', |
|
189 'http_document', |
|
190 'http_document_header', |
|
191 'http_header_field', |
|
192 'html_document_head', |
|
193 'html_document_body', |
|
194 'raw_document_body', |
|
195 'bytes_document_body', |
|
196 'html_attr', |
|
197 'html_atomic_element', |
|
198 'html_container_element', |
|
199 'http_error', |
|
200 'html_script', |
|
201 'html_text', |
|
202 'html_raw', |
|
203 'html_binary', |
|
204 'html_json', |
|
205 'html_cdata', |
|
206 'html_eol', |
|
207 'html_div', |
|
208 'html_span', |
|
209 'html_br', |
|
210 'html_hr', |
|
211 'html_h1', |
|
212 'html_h2', |
|
213 'html_h3', |
|
214 'html_h4', |
|
215 'html_h5', |
|
216 'html_h6', |
|
217 'html_meta', |
|
218 'html_link', |
|
219 'html_object', |
|
220 'html_style', |
|
221 'html_base', |
|
222 'html_table', |
|
223 'html_tr', |
|
224 'html_td', |
|
225 'html_th', |
|
226 'html_img', |
|
227 'html_form', |
|
228 'html_fieldset', |
|
229 'html_legend', |
|
230 'html_input', |
|
231 'html_label', |
|
232 'html_option', |
|
233 'html_select', |
|
234 'http_server_web_connection', |
|
235 'http_server', |
|
236 'http_server_connection_handler', |
|
237 'image', |
|
238 'lassoapp_installer', |
|
239 'lassoapp_content_rep_halt', |
|
240 'lassoapp_dirsrc_fileresource', |
|
241 'lassoapp_dirsrc_appsource', |
|
242 'lassoapp_livesrc_fileresource', |
|
243 'lassoapp_livesrc_appsource', |
|
244 'lassoapp_long_expiring_bytes', |
|
245 'lassoapp_zip_file_server_thread$', |
|
246 'lassoapp_zip_file_server', |
|
247 'lassoapp_zipsrc_fileresource', |
|
248 'lassoapp_zipsrc_appsource', |
|
249 'lassoapp_compiledsrc_fileresource', |
|
250 'lassoapp_compiledsrc_appsource', |
|
251 'lassoapp_manualsrc_appsource', |
|
252 'log_impl_base', |
|
253 'portal_impl', |
|
254 'security_registry', |
|
255 'memory_session_driver_impl_entry', |
|
256 'memory_session_driver_impl', |
|
257 'sqlite_session_driver_impl_entry', |
|
258 'sqlite_session_driver_impl', |
|
259 'mysql_session_driver_impl', |
|
260 'odbc_session_driver_impl', |
|
261 'session_delete_expired_thread_thread$', |
|
262 'session_delete_expired_thread', |
|
263 'email_smtp', |
|
264 'client_address', |
|
265 'client_ip', |
|
266 'web_node_base', |
|
267 'web_node_root', |
|
268 'web_node_content_representation_xhr_container', |
|
269 'web_node_content_representation_html_specialized', |
|
270 'web_node_content_representation_css_specialized', |
|
271 'web_node_content_representation_js_specialized', |
|
272 'web_node_echo', |
|
273 'web_error_atend', |
|
274 'web_response_impl', |
|
275 'web_router' |
|
276 ], |
|
277 'Traits': [ |
|
278 'trait_asstring', |
|
279 'any', |
|
280 'trait_generator', |
|
281 'trait_decompose_assignment', |
|
282 'trait_foreach', |
|
283 'trait_generatorcentric', |
|
284 'trait_foreachtextelement', |
|
285 'trait_finite', |
|
286 'trait_finiteforeach', |
|
287 'trait_keyed', |
|
288 'trait_keyedfinite', |
|
289 'trait_keyedforeach', |
|
290 'trait_frontended', |
|
291 'trait_backended', |
|
292 'trait_doubleended', |
|
293 'trait_positionallykeyed', |
|
294 'trait_expandable', |
|
295 'trait_frontexpandable', |
|
296 'trait_backexpandable', |
|
297 'trait_contractible', |
|
298 'trait_frontcontractible', |
|
299 'trait_backcontractible', |
|
300 'trait_fullymutable', |
|
301 'trait_keyedmutable', |
|
302 'trait_endedfullymutable', |
|
303 'trait_setoperations', |
|
304 'trait_searchable', |
|
305 'trait_positionallysearchable', |
|
306 'trait_pathcomponents', |
|
307 'trait_readbytes', |
|
308 'trait_writebytes', |
|
309 'trait_setencoding', |
|
310 'trait_readstring', |
|
311 'trait_writestring', |
|
312 'trait_hashable', |
|
313 'trait_each_sub', |
|
314 'trait_stack', |
|
315 'trait_list', |
|
316 'trait_array', |
|
317 'trait_map', |
|
318 'trait_close', |
|
319 'trait_file', |
|
320 'trait_scalar', |
|
321 'trait_queriablelambda', |
|
322 'trait_queriable', |
|
323 'queriable_asstring', |
|
324 'trait_serializable', |
|
325 'trait_treenode', |
|
326 'trait_json_serialize', |
|
327 'formattingbase', |
|
328 'trait_net', |
|
329 'trait_xml_elementcompat', |
|
330 'trait_xml_nodecompat', |
|
331 'web_connection', |
|
332 'html_element_coreattrs', |
|
333 'html_element_i18nattrs', |
|
334 'html_element_eventsattrs', |
|
335 'html_attributed', |
|
336 'lassoapp_resource', |
|
337 'lassoapp_source', |
|
338 'lassoapp_capabilities', |
|
339 'session_driver', |
|
340 'web_node_content_json_specialized', |
|
341 'web_node', |
|
342 'web_node_container', |
|
343 'web_node_content_representation', |
|
344 'web_node_content', |
|
345 'web_node_content_document', |
|
346 'web_node_postable', |
|
347 'web_node_content_html_specialized', |
|
348 'web_node_content_css_specialized', |
|
349 'web_node_content_js_specialized' |
|
350 ], |
|
351 'Methods': [ |
|
352 'fail_now', |
|
353 'staticarray', |
|
354 'integer', |
|
355 'decimal', |
|
356 'string', |
|
357 'bytes', |
|
358 'keyword', |
|
359 'signature', |
|
360 'register', |
|
361 'register_thread', |
|
362 'escape_tag', |
|
363 'handle', |
|
364 'handle_failure', |
|
365 'protect_now', |
|
366 'threadvar_get', |
|
367 'threadvar_set', |
|
368 'threadvar_set_asrt', |
|
369 'threadvar_find', |
|
370 'abort_now', |
|
371 'abort_clear', |
|
372 'failure_clear', |
|
373 'var_keys', |
|
374 'var_values', |
|
375 'null', |
|
376 'trait', |
|
377 'staticarray_join', |
|
378 'suspend', |
|
379 'main_thread_only', |
|
380 'split_thread', |
|
381 'capture_nearestloopcount', |
|
382 'capture_nearestloopcontinue', |
|
383 'capture_nearestloopabort', |
|
384 'pair', |
|
385 'io_file_o_rdonly', |
|
386 'io_file_o_wronly', |
|
387 'io_file_o_rdwr', |
|
388 'io_file_o_nonblock', |
|
389 'io_file_o_sync', |
|
390 'io_file_o_shlock', |
|
391 'io_file_o_exlock', |
|
392 'io_file_o_async', |
|
393 'io_file_o_fsync', |
|
394 'io_file_o_nofollow', |
|
395 'io_file_s_irwxu', |
|
396 'io_file_s_irusr', |
|
397 'io_file_s_iwusr', |
|
398 'io_file_s_ixusr', |
|
399 'io_file_s_irwxg', |
|
400 'io_file_s_irgrp', |
|
401 'io_file_s_iwgrp', |
|
402 'io_file_s_ixgrp', |
|
403 'io_file_s_irwxo', |
|
404 'io_file_s_iroth', |
|
405 'io_file_s_iwoth', |
|
406 'io_file_s_ixoth', |
|
407 'io_file_s_isuid', |
|
408 'io_file_s_isgid', |
|
409 'io_file_s_isvtx', |
|
410 'io_file_s_ifmt', |
|
411 'io_file_s_ifchr', |
|
412 'io_file_s_ifdir', |
|
413 'io_file_s_ifreg', |
|
414 'io_file_o_append', |
|
415 'io_file_o_creat', |
|
416 'io_file_o_trunc', |
|
417 'io_file_o_excl', |
|
418 'io_file_seek_set', |
|
419 'io_file_seek_cur', |
|
420 'io_file_seek_end', |
|
421 'io_file_s_ififo', |
|
422 'io_file_s_ifblk', |
|
423 'io_file_s_iflnk', |
|
424 'io_file_s_ifsock', |
|
425 'io_net_shut_rd', |
|
426 'io_net_shut_wr', |
|
427 'io_net_shut_rdwr', |
|
428 'io_net_sock_stream', |
|
429 'io_net_sock_dgram', |
|
430 'io_net_sock_raw', |
|
431 'io_net_sock_rdm', |
|
432 'io_net_sock_seqpacket', |
|
433 'io_net_so_debug', |
|
434 'io_net_so_acceptconn', |
|
435 'io_net_so_reuseaddr', |
|
436 'io_net_so_keepalive', |
|
437 'io_net_so_dontroute', |
|
438 'io_net_so_broadcast', |
|
439 'io_net_so_useloopback', |
|
440 'io_net_so_linger', |
|
441 'io_net_so_oobinline', |
|
442 'io_net_so_timestamp', |
|
443 'io_net_so_sndbuf', |
|
444 'io_net_so_rcvbuf', |
|
445 'io_net_so_sndlowat', |
|
446 'io_net_so_rcvlowat', |
|
447 'io_net_so_sndtimeo', |
|
448 'io_net_so_rcvtimeo', |
|
449 'io_net_so_error', |
|
450 'io_net_so_type', |
|
451 'io_net_sol_socket', |
|
452 'io_net_af_unix', |
|
453 'io_net_af_inet', |
|
454 'io_net_af_inet6', |
|
455 'io_net_ipproto_ip', |
|
456 'io_net_ipproto_udp', |
|
457 'io_net_msg_peek', |
|
458 'io_net_msg_oob', |
|
459 'io_net_msg_waitall', |
|
460 'io_file_fioclex', |
|
461 'io_file_fionclex', |
|
462 'io_file_fionread', |
|
463 'io_file_fionbio', |
|
464 'io_file_fioasync', |
|
465 'io_file_fiosetown', |
|
466 'io_file_fiogetown', |
|
467 'io_file_fiodtype', |
|
468 'io_file_f_dupfd', |
|
469 'io_file_f_getfd', |
|
470 'io_file_f_setfd', |
|
471 'io_file_f_getfl', |
|
472 'io_file_f_setfl', |
|
473 'io_file_f_getlk', |
|
474 'io_file_f_setlk', |
|
475 'io_file_f_setlkw', |
|
476 'io_file_fd_cloexec', |
|
477 'io_file_f_rdlck', |
|
478 'io_file_f_unlck', |
|
479 'io_file_f_wrlck', |
|
480 'io_dir_dt_unknown', |
|
481 'io_dir_dt_fifo', |
|
482 'io_dir_dt_chr', |
|
483 'io_dir_dt_blk', |
|
484 'io_dir_dt_reg', |
|
485 'io_dir_dt_sock', |
|
486 'io_dir_dt_wht', |
|
487 'io_dir_dt_lnk', |
|
488 'io_dir_dt_dir', |
|
489 'io_file_access', |
|
490 'io_file_chdir', |
|
491 'io_file_getcwd', |
|
492 'io_file_chown', |
|
493 'io_file_lchown', |
|
494 'io_file_truncate', |
|
495 'io_file_link', |
|
496 'io_file_pipe', |
|
497 'io_file_rmdir', |
|
498 'io_file_symlink', |
|
499 'io_file_unlink', |
|
500 'io_file_remove', |
|
501 'io_file_rename', |
|
502 'io_file_tempnam', |
|
503 'io_file_mkstemp', |
|
504 'io_file_dirname', |
|
505 'io_file_realpath', |
|
506 'io_file_chmod', |
|
507 'io_file_mkdir', |
|
508 'io_file_mkfifo', |
|
509 'io_file_umask', |
|
510 'io_net_socket', |
|
511 'io_net_bind', |
|
512 'io_net_connect', |
|
513 'io_net_listen', |
|
514 'io_net_recv', |
|
515 'io_net_recvfrom', |
|
516 'io_net_accept', |
|
517 'io_net_send', |
|
518 'io_net_sendto', |
|
519 'io_net_shutdown', |
|
520 'io_net_getpeername', |
|
521 'io_net_getsockname', |
|
522 'io_net_ssl_begin', |
|
523 'io_net_ssl_end', |
|
524 'io_net_ssl_shutdown', |
|
525 'io_net_ssl_setverifylocations', |
|
526 'io_net_ssl_usecertificatechainfile', |
|
527 'io_net_ssl_useprivatekeyfile', |
|
528 'io_net_ssl_connect', |
|
529 'io_net_ssl_accept', |
|
530 'io_net_ssl_error', |
|
531 'io_net_ssl_errorstring', |
|
532 'io_net_ssl_liberrorstring', |
|
533 'io_net_ssl_funcerrorstring', |
|
534 'io_net_ssl_reasonerrorstring', |
|
535 'io_net_ssl_setconnectstate', |
|
536 'io_net_ssl_setacceptstate', |
|
537 'io_net_ssl_read', |
|
538 'io_net_ssl_write', |
|
539 'io_file_stat_size', |
|
540 'io_file_stat_mode', |
|
541 'io_file_stat_mtime', |
|
542 'io_file_stat_atime', |
|
543 'io_file_lstat_size', |
|
544 'io_file_lstat_mode', |
|
545 'io_file_lstat_mtime', |
|
546 'io_file_lstat_atime', |
|
547 'io_file_readlink', |
|
548 'io_file_lockf', |
|
549 'io_file_f_ulock', |
|
550 'io_file_f_tlock', |
|
551 'io_file_f_test', |
|
552 'dirdesc', |
|
553 'io_file_stdin', |
|
554 'io_file_stdout', |
|
555 'io_file_stderr', |
|
556 'filedesc', |
|
557 'uchar_alphabetic', |
|
558 'uchar_ascii_hex_digit', |
|
559 'uchar_bidi_control', |
|
560 'uchar_bidi_mirrored', |
|
561 'uchar_dash', |
|
562 'uchar_default_ignorable_code_point', |
|
563 'uchar_deprecated', |
|
564 'uchar_diacritic', |
|
565 'uchar_extender', |
|
566 'uchar_full_composition_exclusion', |
|
567 'uchar_grapheme_base', |
|
568 'uchar_grapheme_extend', |
|
569 'uchar_grapheme_link', |
|
570 'uchar_hex_digit', |
|
571 'uchar_hyphen', |
|
572 'uchar_id_continue', |
|
573 'uchar_ideographic', |
|
574 'uchar_ids_binary_operator', |
|
575 'uchar_ids_trinary_operator', |
|
576 'uchar_join_control', |
|
577 'uchar_logical_order_exception', |
|
578 'uchar_lowercase', |
|
579 'uchar_math', |
|
580 'uchar_noncharacter_code_point', |
|
581 'uchar_quotation_mark', |
|
582 'uchar_radical', |
|
583 'uchar_soft_dotted', |
|
584 'uchar_terminal_punctuation', |
|
585 'uchar_unified_ideograph', |
|
586 'uchar_uppercase', |
|
587 'uchar_white_space', |
|
588 'uchar_xid_continue', |
|
589 'uchar_case_sensitive', |
|
590 'uchar_s_term', |
|
591 'uchar_variation_selector', |
|
592 'uchar_nfd_inert', |
|
593 'uchar_nfkd_inert', |
|
594 'uchar_nfc_inert', |
|
595 'uchar_nfkc_inert', |
|
596 'uchar_segment_starter', |
|
597 'uchar_pattern_syntax', |
|
598 'uchar_pattern_white_space', |
|
599 'uchar_posix_alnum', |
|
600 'uchar_posix_blank', |
|
601 'uchar_posix_graph', |
|
602 'uchar_posix_print', |
|
603 'uchar_posix_xdigit', |
|
604 'uchar_bidi_class', |
|
605 'uchar_block', |
|
606 'uchar_canonical_combining_class', |
|
607 'uchar_decomposition_type', |
|
608 'uchar_east_asian_width', |
|
609 'uchar_general_category', |
|
610 'uchar_joining_group', |
|
611 'uchar_joining_type', |
|
612 'uchar_line_break', |
|
613 'uchar_numeric_type', |
|
614 'uchar_script', |
|
615 'uchar_hangul_syllable_type', |
|
616 'uchar_nfd_quick_check', |
|
617 'uchar_nfkd_quick_check', |
|
618 'uchar_nfc_quick_check', |
|
619 'uchar_nfkc_quick_check', |
|
620 'uchar_lead_canonical_combining_class', |
|
621 'uchar_trail_canonical_combining_class', |
|
622 'uchar_grapheme_cluster_break', |
|
623 'uchar_sentence_break', |
|
624 'uchar_word_break', |
|
625 'uchar_general_category_mask', |
|
626 'uchar_numeric_value', |
|
627 'uchar_age', |
|
628 'uchar_bidi_mirroring_glyph', |
|
629 'uchar_case_folding', |
|
630 'uchar_iso_comment', |
|
631 'uchar_lowercase_mapping', |
|
632 'uchar_name', |
|
633 'uchar_simple_case_folding', |
|
634 'uchar_simple_lowercase_mapping', |
|
635 'uchar_simple_titlecase_mapping', |
|
636 'uchar_simple_uppercase_mapping', |
|
637 'uchar_titlecase_mapping', |
|
638 'uchar_unicode_1_name', |
|
639 'uchar_uppercase_mapping', |
|
640 'u_wb_other', |
|
641 'u_wb_aletter', |
|
642 'u_wb_format', |
|
643 'u_wb_katakana', |
|
644 'u_wb_midletter', |
|
645 'u_wb_midnum', |
|
646 'u_wb_numeric', |
|
647 'u_wb_extendnumlet', |
|
648 'u_sb_other', |
|
649 'u_sb_aterm', |
|
650 'u_sb_close', |
|
651 'u_sb_format', |
|
652 'u_sb_lower', |
|
653 'u_sb_numeric', |
|
654 'u_sb_oletter', |
|
655 'u_sb_sep', |
|
656 'u_sb_sp', |
|
657 'u_sb_sterm', |
|
658 'u_sb_upper', |
|
659 'u_lb_unknown', |
|
660 'u_lb_ambiguous', |
|
661 'u_lb_alphabetic', |
|
662 'u_lb_break_both', |
|
663 'u_lb_break_after', |
|
664 'u_lb_break_before', |
|
665 'u_lb_mandatory_break', |
|
666 'u_lb_contingent_break', |
|
667 'u_lb_close_punctuation', |
|
668 'u_lb_combining_mark', |
|
669 'u_lb_carriage_return', |
|
670 'u_lb_exclamation', |
|
671 'u_lb_glue', |
|
672 'u_lb_hyphen', |
|
673 'u_lb_ideographic', |
|
674 'u_lb_inseparable', |
|
675 'u_lb_infix_numeric', |
|
676 'u_lb_line_feed', |
|
677 'u_lb_nonstarter', |
|
678 'u_lb_numeric', |
|
679 'u_lb_open_punctuation', |
|
680 'u_lb_postfix_numeric', |
|
681 'u_lb_prefix_numeric', |
|
682 'u_lb_quotation', |
|
683 'u_lb_complex_context', |
|
684 'u_lb_surrogate', |
|
685 'u_lb_space', |
|
686 'u_lb_break_symbols', |
|
687 'u_lb_zwspace', |
|
688 'u_lb_next_line', |
|
689 'u_lb_word_joiner', |
|
690 'u_lb_h2', |
|
691 'u_lb_h3', |
|
692 'u_lb_jl', |
|
693 'u_lb_jt', |
|
694 'u_lb_jv', |
|
695 'u_nt_none', |
|
696 'u_nt_decimal', |
|
697 'u_nt_digit', |
|
698 'u_nt_numeric', |
|
699 'locale', |
|
700 'locale_english', |
|
701 'locale_french', |
|
702 'locale_german', |
|
703 'locale_italian', |
|
704 'locale_japanese', |
|
705 'locale_korean', |
|
706 'locale_chinese', |
|
707 'locale_simplifiedchinese', |
|
708 'locale_traditionalchinese', |
|
709 'locale_france', |
|
710 'locale_germany', |
|
711 'locale_italy', |
|
712 'locale_japan', |
|
713 'locale_korea', |
|
714 'locale_china', |
|
715 'locale_prc', |
|
716 'locale_taiwan', |
|
717 'locale_uk', |
|
718 'locale_us', |
|
719 'locale_canada', |
|
720 'locale_canadafrench', |
|
721 'locale_default', |
|
722 'locale_setdefault', |
|
723 'locale_isocountries', |
|
724 'locale_isolanguages', |
|
725 'locale_availablelocales', |
|
726 'ucal_listtimezones', |
|
727 'ucal', |
|
728 'ucal_era', |
|
729 'ucal_year', |
|
730 'ucal_month', |
|
731 'ucal_weekofyear', |
|
732 'ucal_weekofmonth', |
|
733 'ucal_dayofmonth', |
|
734 'ucal_dayofyear', |
|
735 'ucal_dayofweek', |
|
736 'ucal_dayofweekinmonth', |
|
737 'ucal_ampm', |
|
738 'ucal_hour', |
|
739 'ucal_hourofday', |
|
740 'ucal_minute', |
|
741 'ucal_second', |
|
742 'ucal_millisecond', |
|
743 'ucal_zoneoffset', |
|
744 'ucal_dstoffset', |
|
745 'ucal_yearwoy', |
|
746 'ucal_dowlocal', |
|
747 'ucal_extendedyear', |
|
748 'ucal_julianday', |
|
749 'ucal_millisecondsinday', |
|
750 'ucal_lenient', |
|
751 'ucal_firstdayofweek', |
|
752 'ucal_daysinfirstweek', |
|
753 'xml_domimplementation', |
|
754 'sys_sigalrm', |
|
755 'sys_sighup', |
|
756 'sys_sigkill', |
|
757 'sys_sigpipe', |
|
758 'sys_sigquit', |
|
759 'sys_sigusr1', |
|
760 'sys_sigusr2', |
|
761 'sys_sigchld', |
|
762 'sys_sigcont', |
|
763 'sys_sigstop', |
|
764 'sys_sigtstp', |
|
765 'sys_sigttin', |
|
766 'sys_sigttou', |
|
767 'sys_sigbus', |
|
768 'sys_sigprof', |
|
769 'sys_sigsys', |
|
770 'sys_sigtrap', |
|
771 'sys_sigurg', |
|
772 'sys_sigvtalrm', |
|
773 'sys_sigxcpu', |
|
774 'sys_sigxfsz', |
|
775 'sys_wcontinued', |
|
776 'sys_wnohang', |
|
777 'sys_wuntraced', |
|
778 'sys_sigabrt', |
|
779 'sys_sigfpe', |
|
780 'sys_sigill', |
|
781 'sys_sigint', |
|
782 'sys_sigsegv', |
|
783 'sys_sigterm', |
|
784 'sys_exit', |
|
785 'sys_fork', |
|
786 'sys_kill', |
|
787 'sys_waitpid', |
|
788 'sys_getegid', |
|
789 'sys_geteuid', |
|
790 'sys_getgid', |
|
791 'sys_getlogin', |
|
792 'sys_getpid', |
|
793 'sys_getppid', |
|
794 'sys_getuid', |
|
795 'sys_setuid', |
|
796 'sys_setgid', |
|
797 'sys_setsid', |
|
798 'sys_errno', |
|
799 'sys_strerror', |
|
800 'sys_time', |
|
801 'sys_difftime', |
|
802 'sys_getpwuid', |
|
803 'sys_getpwnam', |
|
804 'sys_getgrnam', |
|
805 'sys_drand48', |
|
806 'sys_erand48', |
|
807 'sys_jrand48', |
|
808 'sys_lcong48', |
|
809 'sys_lrand48', |
|
810 'sys_mrand48', |
|
811 'sys_nrand48', |
|
812 'sys_srand48', |
|
813 'sys_random', |
|
814 'sys_srandom', |
|
815 'sys_seed48', |
|
816 'sys_rand', |
|
817 'sys_srand', |
|
818 'sys_environ', |
|
819 'sys_getenv', |
|
820 'sys_setenv', |
|
821 'sys_unsetenv', |
|
822 'sys_uname', |
|
823 'uuid_compare', |
|
824 'uuid_copy', |
|
825 'uuid_generate', |
|
826 'uuid_generate_random', |
|
827 'uuid_generate_time', |
|
828 'uuid_is_null', |
|
829 'uuid_parse', |
|
830 'uuid_unparse', |
|
831 'uuid_unparse_lower', |
|
832 'uuid_unparse_upper', |
|
833 'sys_credits', |
|
834 'sleep', |
|
835 'sys_dll_ext', |
|
836 'sys_listtypes', |
|
837 'sys_listtraits', |
|
838 'sys_listunboundmethods', |
|
839 'sys_getthreadcount', |
|
840 'sys_growheapby', |
|
841 'sys_getheapsize', |
|
842 'sys_getheapfreebytes', |
|
843 'sys_getbytessincegc', |
|
844 'sys_garbagecollect', |
|
845 'sys_clock', |
|
846 'sys_getstartclock', |
|
847 'sys_clockspersec', |
|
848 'sys_pointersize', |
|
849 'sys_loadlibrary', |
|
850 'sys_getchar', |
|
851 'sys_chroot', |
|
852 'sys_exec', |
|
853 'sys_kill_exec', |
|
854 'sys_wait_exec', |
|
855 'sys_test_exec', |
|
856 'sys_detach_exec', |
|
857 'sys_pid_exec', |
|
858 'wifexited', |
|
859 'wexitstatus', |
|
860 'wifsignaled', |
|
861 'wtermsig', |
|
862 'wifstopped', |
|
863 'wstopsig', |
|
864 'wifcontinued', |
|
865 'sys_eol', |
|
866 'sys_iswindows', |
|
867 'sys_is_windows', |
|
868 'sys_isfullpath', |
|
869 'sys_is_full_path', |
|
870 'lcapi_loadmodule', |
|
871 'lcapi_listdatasources', |
|
872 'dsinfo', |
|
873 'encrypt_blowfish', |
|
874 'decrypt_blowfish', |
|
875 'cipher_digest', |
|
876 'cipher_encrypt', |
|
877 'cipher_decrypt', |
|
878 'cipher_list', |
|
879 'cipher_keylength', |
|
880 'cipher_hmac', |
|
881 'cipher_seal', |
|
882 'cipher_open', |
|
883 'cipher_sign', |
|
884 'cipher_verify', |
|
885 'cipher_decrypt_private', |
|
886 'cipher_decrypt_public', |
|
887 'cipher_encrypt_private', |
|
888 'cipher_encrypt_public', |
|
889 'cipher_generate_key', |
|
890 'xmlstream', |
|
891 'sourcefile', |
|
892 'tag', |
|
893 'tag_exists', |
|
894 'mime_reader', |
|
895 'curl_easy_init', |
|
896 'curl_easy_duphandle', |
|
897 'curl_easy_cleanup', |
|
898 'curl_easy_getinfo', |
|
899 'curl_multi_perform', |
|
900 'curl_multi_result', |
|
901 'curl_easy_reset', |
|
902 'curl_easy_setopt', |
|
903 'curl_easy_strerror', |
|
904 'curl_getdate', |
|
905 'curl_version', |
|
906 'curl_version_info', |
|
907 'curlinfo_effective_url', |
|
908 'curlinfo_content_type', |
|
909 'curlinfo_response_code', |
|
910 'curlinfo_header_size', |
|
911 'curlinfo_request_size', |
|
912 'curlinfo_ssl_verifyresult', |
|
913 'curlinfo_filetime', |
|
914 'curlinfo_redirect_count', |
|
915 'curlinfo_http_connectcode', |
|
916 'curlinfo_httpauth_avail', |
|
917 'curlinfo_proxyauth_avail', |
|
918 'curlinfo_os_errno', |
|
919 'curlinfo_num_connects', |
|
920 'curlinfo_total_time', |
|
921 'curlinfo_namelookup_time', |
|
922 'curlinfo_connect_time', |
|
923 'curlinfo_pretransfer_time', |
|
924 'curlinfo_size_upload', |
|
925 'curlinfo_size_download', |
|
926 'curlinfo_speed_download', |
|
927 'curlinfo_speed_upload', |
|
928 'curlinfo_content_length_download', |
|
929 'curlinfo_content_length_upload', |
|
930 'curlinfo_starttransfer_time', |
|
931 'curlinfo_redirect_time', |
|
932 'curlinfo_ssl_engines', |
|
933 'curlopt_url', |
|
934 'curlopt_postfields', |
|
935 'curlopt_cainfo', |
|
936 'curlopt_capath', |
|
937 'curlopt_cookie', |
|
938 'curlopt_cookiefile', |
|
939 'curlopt_cookiejar', |
|
940 'curlopt_customrequest', |
|
941 'curlopt_egdsocket', |
|
942 'curlopt_encoding', |
|
943 'curlopt_ftp_account', |
|
944 'curlopt_ftpport', |
|
945 'curlopt_interface', |
|
946 'curlopt_krb4level', |
|
947 'curlopt_netrc_file', |
|
948 'curlopt_proxy', |
|
949 'curlopt_proxyuserpwd', |
|
950 'curlopt_random_file', |
|
951 'curlopt_range', |
|
952 'curlopt_readdata', |
|
953 'curlopt_referer', |
|
954 'curlopt_ssl_cipher_list', |
|
955 'curlopt_sslcert', |
|
956 'curlopt_sslcerttype', |
|
957 'curlopt_sslengine', |
|
958 'curlopt_sslkey', |
|
959 'curlopt_sslkeypasswd', |
|
960 'curlopt_sslkeytype', |
|
961 'curlopt_useragent', |
|
962 'curlopt_userpwd', |
|
963 'curlopt_postfieldsize', |
|
964 'curlopt_autoreferer', |
|
965 'curlopt_buffersize', |
|
966 'curlopt_connecttimeout', |
|
967 'curlopt_cookiesession', |
|
968 'curlopt_crlf', |
|
969 'curlopt_dns_use_global_cache', |
|
970 'curlopt_failonerror', |
|
971 'curlopt_filetime', |
|
972 'curlopt_followlocation', |
|
973 'curlopt_forbid_reuse', |
|
974 'curlopt_fresh_connect', |
|
975 'curlopt_ftp_create_missing_dirs', |
|
976 'curlopt_ftp_response_timeout', |
|
977 'curlopt_ftp_ssl', |
|
978 'curlopt_use_ssl', |
|
979 'curlopt_ftp_use_eprt', |
|
980 'curlopt_ftp_use_epsv', |
|
981 'curlopt_ftpappend', |
|
982 'curlopt_ftplistonly', |
|
983 'curlopt_ftpsslauth', |
|
984 'curlopt_header', |
|
985 'curlopt_http_version', |
|
986 'curlopt_httpauth', |
|
987 'curlopt_httpget', |
|
988 'curlopt_httpproxytunnel', |
|
989 'curlopt_infilesize', |
|
990 'curlopt_ipresolve', |
|
991 'curlopt_low_speed_limit', |
|
992 'curlopt_low_speed_time', |
|
993 'curlopt_maxconnects', |
|
994 'curlopt_maxfilesize', |
|
995 'curlopt_maxredirs', |
|
996 'curlopt_netrc', |
|
997 'curlopt_nobody', |
|
998 'curlopt_noprogress', |
|
999 'curlopt_port', |
|
1000 'curlopt_post', |
|
1001 'curlopt_proxyauth', |
|
1002 'curlopt_proxyport', |
|
1003 'curlopt_proxytype', |
|
1004 'curlopt_put', |
|
1005 'curlopt_resume_from', |
|
1006 'curlopt_ssl_verifyhost', |
|
1007 'curlopt_ssl_verifypeer', |
|
1008 'curlopt_sslengine_default', |
|
1009 'curlopt_sslversion', |
|
1010 'curlopt_tcp_nodelay', |
|
1011 'curlopt_timecondition', |
|
1012 'curlopt_timeout', |
|
1013 'curlopt_timevalue', |
|
1014 'curlopt_transfertext', |
|
1015 'curlopt_unrestricted_auth', |
|
1016 'curlopt_upload', |
|
1017 'curlopt_verbose', |
|
1018 'curlopt_infilesize_large', |
|
1019 'curlopt_maxfilesize_large', |
|
1020 'curlopt_postfieldsize_large', |
|
1021 'curlopt_resume_from_large', |
|
1022 'curlopt_http200aliases', |
|
1023 'curlopt_httpheader', |
|
1024 'curlopt_postquote', |
|
1025 'curlopt_prequote', |
|
1026 'curlopt_quote', |
|
1027 'curlopt_httppost', |
|
1028 'curlopt_writedata', |
|
1029 'curl_version_ipv6', |
|
1030 'curl_version_kerberos4', |
|
1031 'curl_version_ssl', |
|
1032 'curl_version_libz', |
|
1033 'curl_version_ntlm', |
|
1034 'curl_version_gssnegotiate', |
|
1035 'curl_version_debug', |
|
1036 'curl_version_asynchdns', |
|
1037 'curl_version_spnego', |
|
1038 'curl_version_largefile', |
|
1039 'curl_version_idn', |
|
1040 'curl_netrc_ignored', |
|
1041 'curl_netrc_optional', |
|
1042 'curl_netrc_required', |
|
1043 'curl_http_version_none', |
|
1044 'curl_http_version_1_0', |
|
1045 'curl_http_version_1_1', |
|
1046 'curl_ipresolve_whatever', |
|
1047 'curl_ipresolve_v4', |
|
1048 'curl_ipresolve_v6', |
|
1049 'curlftpssl_none', |
|
1050 'curlftpssl_try', |
|
1051 'curlftpssl_control', |
|
1052 'curlftpssl_all', |
|
1053 'curlftpssl_last', |
|
1054 'curlftpauth_default', |
|
1055 'curlftpauth_ssl', |
|
1056 'curlftpauth_tls', |
|
1057 'curlauth_none', |
|
1058 'curlauth_basic', |
|
1059 'curlauth_digest', |
|
1060 'curlauth_gssnegotiate', |
|
1061 'curlauth_ntlm', |
|
1062 'curlauth_any', |
|
1063 'curlauth_anysafe', |
|
1064 'curlproxy_http', |
|
1065 'curlproxy_socks4', |
|
1066 'curlproxy_socks5', |
|
1067 'curle_ok', |
|
1068 'curle_unsupported_protocol', |
|
1069 'curle_failed_init', |
|
1070 'curle_url_malformat', |
|
1071 'curle_url_malformat_user', |
|
1072 'curle_couldnt_resolve_proxy', |
|
1073 'curle_couldnt_resolve_host', |
|
1074 'curle_couldnt_connect', |
|
1075 'curle_ftp_weird_server_reply', |
|
1076 'curle_ftp_access_denied', |
|
1077 'curle_ftp_user_password_incorrect', |
|
1078 'curle_ftp_weird_pass_reply', |
|
1079 'curle_ftp_weird_user_reply', |
|
1080 'curle_ftp_weird_pasv_reply', |
|
1081 'curle_ftp_weird_227_format', |
|
1082 'curle_ftp_cant_get_host', |
|
1083 'curle_ftp_cant_reconnect', |
|
1084 'curle_ftp_couldnt_set_binary', |
|
1085 'curle_partial_file', |
|
1086 'curle_ftp_couldnt_retr_file', |
|
1087 'curle_ftp_write_error', |
|
1088 'curle_ftp_quote_error', |
|
1089 'curle_http_returned_error', |
|
1090 'curle_write_error', |
|
1091 'curle_malformat_user', |
|
1092 'curle_read_error', |
|
1093 'curle_out_of_memory', |
|
1094 'curle_operation_timeouted', |
|
1095 'curle_ftp_couldnt_set_ascii', |
|
1096 'curle_ftp_port_failed', |
|
1097 'curle_ftp_couldnt_use_rest', |
|
1098 'curle_ftp_couldnt_get_size', |
|
1099 'curle_http_range_error', |
|
1100 'curle_http_post_error', |
|
1101 'curle_ssl_connect_error', |
|
1102 'curle_bad_download_resume', |
|
1103 'curle_file_couldnt_read_file', |
|
1104 'curle_ldap_cannot_bind', |
|
1105 'curle_ldap_search_failed', |
|
1106 'curle_library_not_found', |
|
1107 'curle_function_not_found', |
|
1108 'curle_aborted_by_callback', |
|
1109 'curle_bad_function_argument', |
|
1110 'curle_bad_calling_order', |
|
1111 'curle_interface_failed', |
|
1112 'curle_bad_password_entered', |
|
1113 'curle_too_many_redirects', |
|
1114 'curle_unknown_telnet_option', |
|
1115 'curle_telnet_option_syntax', |
|
1116 'curle_obsolete', |
|
1117 'curle_ssl_peer_certificate', |
|
1118 'curle_got_nothing', |
|
1119 'curle_ssl_engine_notfound', |
|
1120 'curle_ssl_engine_setfailed', |
|
1121 'curle_send_error', |
|
1122 'curle_recv_error', |
|
1123 'curle_share_in_use', |
|
1124 'curle_ssl_certproblem', |
|
1125 'curle_ssl_cipher', |
|
1126 'curle_ssl_cacert', |
|
1127 'curle_bad_content_encoding', |
|
1128 'curle_ldap_invalid_url', |
|
1129 'curle_filesize_exceeded', |
|
1130 'curle_ftp_ssl_failed', |
|
1131 'curle_send_fail_rewind', |
|
1132 'curle_ssl_engine_initfailed', |
|
1133 'curle_login_denied', |
|
1134 'curlmsg_done', |
|
1135 'regexp', |
|
1136 'array', |
|
1137 'boolean', |
|
1138 'zip_open', |
|
1139 'zip_name_locate', |
|
1140 'zip_fopen', |
|
1141 'zip_fopen_index', |
|
1142 'zip_fread', |
|
1143 'zip_fclose', |
|
1144 'zip_close', |
|
1145 'zip_stat', |
|
1146 'zip_stat_index', |
|
1147 'zip_get_archive_comment', |
|
1148 'zip_get_file_comment', |
|
1149 'zip_get_name', |
|
1150 'zip_get_num_files', |
|
1151 'zip_add', |
|
1152 'zip_replace', |
|
1153 'zip_add_dir', |
|
1154 'zip_set_file_comment', |
|
1155 'zip_rename', |
|
1156 'zip_delete', |
|
1157 'zip_unchange', |
|
1158 'zip_unchange_all', |
|
1159 'zip_unchange_archive', |
|
1160 'zip_set_archive_comment', |
|
1161 'zip_error_to_str', |
|
1162 'zip_file_strerror', |
|
1163 'zip_strerror', |
|
1164 'zip_error_get', |
|
1165 'zip_file_error_get', |
|
1166 'zip_error_get_sys_type', |
|
1167 'zlib_version', |
|
1168 'fastcgi_initiate_request', |
|
1169 'debugging_enabled', |
|
1170 'debugging_stop', |
|
1171 'evdns_resolve_ipv4', |
|
1172 'evdns_resolve_ipv6', |
|
1173 'evdns_resolve_reverse', |
|
1174 'evdns_resolve_reverse_ipv6', |
|
1175 'library_thread_loader', |
|
1176 'stdout', |
|
1177 'stdoutnl', |
|
1178 'fail', |
|
1179 'fail_if', |
|
1180 'fail_ifnot', |
|
1181 'error_code', |
|
1182 'error_msg', |
|
1183 'error_obj', |
|
1184 'error_stack', |
|
1185 'error_push', |
|
1186 'error_pop', |
|
1187 'error_reset', |
|
1188 'error_msg_invalidparameter', |
|
1189 'error_code_invalidparameter', |
|
1190 'error_msg_networkerror', |
|
1191 'error_code_networkerror', |
|
1192 'error_msg_runtimeassertion', |
|
1193 'error_code_runtimeassertion', |
|
1194 'error_msg_methodnotfound', |
|
1195 'error_code_methodnotfound', |
|
1196 'error_msg_resnotfound', |
|
1197 'error_code_resnotfound', |
|
1198 'error_msg_filenotfound', |
|
1199 'error_code_filenotfound', |
|
1200 'error_msg_aborted', |
|
1201 'error_code_aborted', |
|
1202 'error_msg_dividebyzero', |
|
1203 'error_code_dividebyzero', |
|
1204 'error_msg_noerror', |
|
1205 'error_code_noerror', |
|
1206 'abort', |
|
1207 'protect', |
|
1208 'trait_asstring', |
|
1209 'any', |
|
1210 'trait_generator', |
|
1211 'trait_decompose_assignment', |
|
1212 'trait_foreach', |
|
1213 'trait_generatorcentric', |
|
1214 'generateforeach', |
|
1215 'generateforeachunkeyed', |
|
1216 'generateforeachkeyed', |
|
1217 'trait_foreachtextelement', |
|
1218 'trait_finite', |
|
1219 'trait_finiteforeach', |
|
1220 'trait_keyed', |
|
1221 'trait_keyedfinite', |
|
1222 'trait_keyedforeach', |
|
1223 'trait_frontended', |
|
1224 'trait_backended', |
|
1225 'trait_doubleended', |
|
1226 'trait_positionallykeyed', |
|
1227 'trait_expandable', |
|
1228 'trait_frontexpandable', |
|
1229 'trait_backexpandable', |
|
1230 'trait_contractible', |
|
1231 'trait_frontcontractible', |
|
1232 'trait_backcontractible', |
|
1233 'trait_fullymutable', |
|
1234 'trait_keyedmutable', |
|
1235 'trait_endedfullymutable', |
|
1236 'trait_setoperations', |
|
1237 'trait_searchable', |
|
1238 'trait_positionallysearchable', |
|
1239 'trait_pathcomponents', |
|
1240 'trait_readbytes', |
|
1241 'trait_writebytes', |
|
1242 'trait_setencoding', |
|
1243 'trait_readstring', |
|
1244 'trait_writestring', |
|
1245 'trait_hashable', |
|
1246 'eacher', |
|
1247 'trait_each_sub', |
|
1248 'trait_stack', |
|
1249 'trait_list', |
|
1250 'trait_array', |
|
1251 'trait_map', |
|
1252 'trait_close', |
|
1253 'trait_file', |
|
1254 'trait_scalar', |
|
1255 'method_name', |
|
1256 'trait_queriablelambda', |
|
1257 'trait_queriable', |
|
1258 'queriable_asstring', |
|
1259 'queriable_where', |
|
1260 'queriable_do', |
|
1261 'queriable_sum', |
|
1262 'queriable_average', |
|
1263 'queriable_min', |
|
1264 'queriable_max', |
|
1265 'queriable_select', |
|
1266 'queriable_selectmany', |
|
1267 'queriable_groupby', |
|
1268 'queriable_join', |
|
1269 'queriable_groupjoin', |
|
1270 'queriable_orderby', |
|
1271 'queriable_orderbydescending', |
|
1272 'queriable_thenby', |
|
1273 'queriable_thenbydescending', |
|
1274 'queriable_skip', |
|
1275 'queriable_take', |
|
1276 'queriable_grouping', |
|
1277 'queriable_internal_combinebindings', |
|
1278 'queriable_defaultcompare', |
|
1279 'queriable_reversecompare', |
|
1280 'queriable_qsort', |
|
1281 'generateseries', |
|
1282 'timer', |
|
1283 'tie', |
|
1284 'pairup', |
|
1285 'delve', |
|
1286 'repeat', |
|
1287 'thread_var_push', |
|
1288 'thread_var_pop', |
|
1289 'thread_var_get', |
|
1290 'loop_value', |
|
1291 'loop_value_push', |
|
1292 'loop_value_pop', |
|
1293 'loop_key', |
|
1294 'loop_key_push', |
|
1295 'loop_key_pop', |
|
1296 'loop_push', |
|
1297 'loop_pop', |
|
1298 'loop_count', |
|
1299 'loop_continue', |
|
1300 'loop_abort', |
|
1301 'loop', |
|
1302 'sys_while', |
|
1303 'sys_iterate', |
|
1304 'pair_compare', |
|
1305 'serialization_object_identity_compare', |
|
1306 'serialization_element', |
|
1307 'trait_serializable', |
|
1308 'serialization_writer_standin', |
|
1309 'serialization_writer_ref', |
|
1310 'serialization_writer', |
|
1311 'serialization_reader', |
|
1312 'string_validcharset', |
|
1313 'eol', |
|
1314 'encoding_utf8', |
|
1315 'encoding_iso88591', |
|
1316 'trait_treenode', |
|
1317 'tree_nullnode', |
|
1318 'tree_node', |
|
1319 'tree_base', |
|
1320 'map_node', |
|
1321 'map', |
|
1322 'integer_random', |
|
1323 'integer_bitor', |
|
1324 'millis', |
|
1325 'micros', |
|
1326 'max', |
|
1327 'min', |
|
1328 'range', |
|
1329 'median', |
|
1330 'decimal_random', |
|
1331 'pi', |
|
1332 'lcapi_datasourceinit', |
|
1333 'lcapi_datasourceterm', |
|
1334 'lcapi_datasourcenames', |
|
1335 'lcapi_datasourcetablenames', |
|
1336 'lcapi_datasourcesearch', |
|
1337 'lcapi_datasourceadd', |
|
1338 'lcapi_datasourceupdate', |
|
1339 'lcapi_datasourcedelete', |
|
1340 'lcapi_datasourceinfo', |
|
1341 'lcapi_datasourceexecsql', |
|
1342 'lcapi_datasourcerandom', |
|
1343 'lcapi_datasourceschemanames', |
|
1344 'lcapi_datasourcecloseconnection', |
|
1345 'lcapi_datasourcetickle', |
|
1346 'lcapi_datasourceduplicate', |
|
1347 'lcapi_datasourcescripts', |
|
1348 'lcapi_datasourceimage', |
|
1349 'lcapi_datasourcefindall', |
|
1350 'lcapi_datasourcematchesname', |
|
1351 'lcapi_datasourcepreparesql', |
|
1352 'lcapi_datasourceunpreparesql', |
|
1353 'lcapi_datasourcenothing', |
|
1354 'lcapi_fourchartointeger', |
|
1355 'lcapi_datasourcetypestring', |
|
1356 'lcapi_datasourcetypeinteger', |
|
1357 'lcapi_datasourcetypeboolean', |
|
1358 'lcapi_datasourcetypeblob', |
|
1359 'lcapi_datasourcetypedecimal', |
|
1360 'lcapi_datasourcetypedate', |
|
1361 'lcapi_datasourceprotectionnone', |
|
1362 'lcapi_datasourceprotectionreadonly', |
|
1363 'lcapi_datasourceopgt', |
|
1364 'lcapi_datasourceopgteq', |
|
1365 'lcapi_datasourceopeq', |
|
1366 'lcapi_datasourceopneq', |
|
1367 'lcapi_datasourceoplt', |
|
1368 'lcapi_datasourceoplteq', |
|
1369 'lcapi_datasourceopbw', |
|
1370 'lcapi_datasourceopew', |
|
1371 'lcapi_datasourceopct', |
|
1372 'lcapi_datasourceopnct', |
|
1373 'lcapi_datasourceopnbw', |
|
1374 'lcapi_datasourceopnew', |
|
1375 'lcapi_datasourceopand', |
|
1376 'lcapi_datasourceopor', |
|
1377 'lcapi_datasourceopnot', |
|
1378 'lcapi_datasourceopno', |
|
1379 'lcapi_datasourceopany', |
|
1380 'lcapi_datasourceopin', |
|
1381 'lcapi_datasourceopnin', |
|
1382 'lcapi_datasourceopft', |
|
1383 'lcapi_datasourceoprx', |
|
1384 'lcapi_datasourceopnrx', |
|
1385 'lcapi_datasourcesortascending', |
|
1386 'lcapi_datasourcesortdescending', |
|
1387 'lcapi_datasourcesortcustom', |
|
1388 'lcapi_loadmodules', |
|
1389 'lasso_version', |
|
1390 'lasso_uniqueid', |
|
1391 'usage', |
|
1392 'file_defaultencoding', |
|
1393 'file_copybuffersize', |
|
1394 'file_modeline', |
|
1395 'file_modechar', |
|
1396 'file_forceroot', |
|
1397 'file_tempfile', |
|
1398 'file', |
|
1399 'file_stdin', |
|
1400 'file_stdout', |
|
1401 'file_stderr', |
|
1402 'lasso_tagexists', |
|
1403 'lasso_methodexists', |
|
1404 'output', |
|
1405 'if_empty', |
|
1406 'if_null', |
|
1407 'if_true', |
|
1408 'if_false', |
|
1409 'process', |
|
1410 'treemap', |
|
1411 'locale_format', |
|
1412 'compress', |
|
1413 'uncompress', |
|
1414 'decompress', |
|
1415 'tag_name', |
|
1416 'series', |
|
1417 'nslookup', |
|
1418 'all', |
|
1419 'bw', |
|
1420 'cn', |
|
1421 'eq', |
|
1422 'ew', |
|
1423 'ft', |
|
1424 'gt', |
|
1425 'gte', |
|
1426 'lt', |
|
1427 'lte', |
|
1428 'neq', |
|
1429 'nrx', |
|
1430 'rx', |
|
1431 'none', |
|
1432 'minimal', |
|
1433 'full', |
|
1434 'output_none', |
|
1435 'lasso_executiontimelimit', |
|
1436 'namespace_global', |
|
1437 'namespace_using', |
|
1438 'namespace_import', |
|
1439 'site_id', |
|
1440 'site_name', |
|
1441 'sys_homepath', |
|
1442 'sys_masterhomepath', |
|
1443 'sys_supportpath', |
|
1444 'sys_librariespath', |
|
1445 'sys_databasespath', |
|
1446 'sys_usercapimodulepath', |
|
1447 'sys_appspath', |
|
1448 'sys_userstartuppath', |
|
1449 'dir', |
|
1450 'magick_image', |
|
1451 'ldap', |
|
1452 'ldap_scope_base', |
|
1453 'ldap_scope_onelevel', |
|
1454 'ldap_scope_subtree', |
|
1455 'mysqlds', |
|
1456 'os_process', |
|
1457 'odbc', |
|
1458 'sqliteconnector', |
|
1459 'sqlite_createdb', |
|
1460 'sqlite_setsleepmillis', |
|
1461 'sqlite_setsleeptries', |
|
1462 'java_jvm_getenv', |
|
1463 'java_jvm_create', |
|
1464 'java_jdbc_load', |
|
1465 'database_database', |
|
1466 'database_table_datasources', |
|
1467 'database_table_datasource_hosts', |
|
1468 'database_table_datasource_databases', |
|
1469 'database_table_database_tables', |
|
1470 'database_table_table_fields', |
|
1471 'database_qs', |
|
1472 'database_initialize', |
|
1473 'database_util_cleanpath', |
|
1474 'database_adddefaultsqlitehost', |
|
1475 'database_registry', |
|
1476 'sqlite_ok', |
|
1477 'sqlite_error', |
|
1478 'sqlite_internal', |
|
1479 'sqlite_perm', |
|
1480 'sqlite_abort', |
|
1481 'sqlite_busy', |
|
1482 'sqlite_locked', |
|
1483 'sqlite_nomem', |
|
1484 'sqlite_readonly', |
|
1485 'sqlite_interrupt', |
|
1486 'sqlite_ioerr', |
|
1487 'sqlite_corrupt', |
|
1488 'sqlite_notfound', |
|
1489 'sqlite_full', |
|
1490 'sqlite_cantopen', |
|
1491 'sqlite_protocol', |
|
1492 'sqlite_empty', |
|
1493 'sqlite_schema', |
|
1494 'sqlite_toobig', |
|
1495 'sqlite_constraint', |
|
1496 'sqlite_mismatch', |
|
1497 'sqlite_misuse', |
|
1498 'sqlite_nolfs', |
|
1499 'sqlite_auth', |
|
1500 'sqlite_format', |
|
1501 'sqlite_range', |
|
1502 'sqlite_notadb', |
|
1503 'sqlite_row', |
|
1504 'sqlite_done', |
|
1505 'sqlite_integer', |
|
1506 'sqlite_float', |
|
1507 'sqlite_blob', |
|
1508 'sqlite_null', |
|
1509 'sqlite_text', |
|
1510 'sqlite3', |
|
1511 'sqlite_db', |
|
1512 'sqlite_results', |
|
1513 'sqlite_currentrow', |
|
1514 'sqlite_table', |
|
1515 'sqlite_column', |
|
1516 'bom_utf16be', |
|
1517 'bom_utf16le', |
|
1518 'bom_utf32be', |
|
1519 'bom_utf32le', |
|
1520 'bom_utf8', |
|
1521 'curl', |
|
1522 'include_url', |
|
1523 'ftp_getdata', |
|
1524 'ftp_getfile', |
|
1525 'ftp_getlisting', |
|
1526 'ftp_putdata', |
|
1527 'ftp_putfile', |
|
1528 'ftp_deletefile', |
|
1529 'date', |
|
1530 'debugging_step_in', |
|
1531 'debugging_get_stack', |
|
1532 'debugging_get_context', |
|
1533 'debugging_detach', |
|
1534 'debugging_step_over', |
|
1535 'debugging_step_out', |
|
1536 'debugging_run', |
|
1537 'debugging_break', |
|
1538 'debugging_breakpoint_set', |
|
1539 'debugging_breakpoint_get', |
|
1540 'debugging_breakpoint_remove', |
|
1541 'debugging_breakpoint_list', |
|
1542 'debugging_breakpoint_update', |
|
1543 'debugging_terminate', |
|
1544 'debugging_context_locals', |
|
1545 'debugging_context_vars', |
|
1546 'debugging_context_self', |
|
1547 'debugging_stack', |
|
1548 'dbgp_stop_stack_name', |
|
1549 'dbgp_server', |
|
1550 'dbgp_packet', |
|
1551 'duration', |
|
1552 'encrypt_md5', |
|
1553 'inline_columninfo_pos', |
|
1554 'inline_resultrows_pos', |
|
1555 'inline_foundcount_pos', |
|
1556 'inline_colinfo_name_pos', |
|
1557 'inline_colinfo_valuelist_pos', |
|
1558 'inline_scopeget', |
|
1559 'inline_scopepush', |
|
1560 'inline_scopepop', |
|
1561 'inline_namedget', |
|
1562 'inline_namedput', |
|
1563 'inline', |
|
1564 'inline_type', |
|
1565 'resultset_count', |
|
1566 'resultset', |
|
1567 'resultsets', |
|
1568 'rows', |
|
1569 'rows_impl', |
|
1570 'records', |
|
1571 'column', |
|
1572 'field', |
|
1573 'column_names', |
|
1574 'field_names', |
|
1575 'column_name', |
|
1576 'field_name', |
|
1577 'found_count', |
|
1578 'shown_count', |
|
1579 'shown_first', |
|
1580 'shown_last', |
|
1581 'action_statement', |
|
1582 'lasso_currentaction', |
|
1583 'maxrecords_value', |
|
1584 'skiprecords_value', |
|
1585 'action_param', |
|
1586 'action_params', |
|
1587 'admin_authorization', |
|
1588 'admin_currentgroups', |
|
1589 'admin_currentuserid', |
|
1590 'admin_currentusername', |
|
1591 'database_name', |
|
1592 'table_name', |
|
1593 'layout_name', |
|
1594 'schema_name', |
|
1595 'keycolumn_name', |
|
1596 'keyfield_name', |
|
1597 'keycolumn_value', |
|
1598 'keyfield_value', |
|
1599 'inline_colinfo_type_pos', |
|
1600 'column_type', |
|
1601 'rows_array', |
|
1602 'records_array', |
|
1603 'records_map', |
|
1604 'trait_json_serialize', |
|
1605 'json_serialize', |
|
1606 'json_consume_string', |
|
1607 'json_consume_token', |
|
1608 'json_consume_array', |
|
1609 'json_consume_object', |
|
1610 'json_deserialize', |
|
1611 'json_literal', |
|
1612 'json_object', |
|
1613 'json_rpccall', |
|
1614 'list_node', |
|
1615 'list', |
|
1616 'jchar', |
|
1617 'jchararray', |
|
1618 'jbyte', |
|
1619 'jbytearray', |
|
1620 'jfloat', |
|
1621 'jint', |
|
1622 'jshort', |
|
1623 'ljapi_initialize', |
|
1624 'formattingbase', |
|
1625 'currency', |
|
1626 'scientific', |
|
1627 'percent', |
|
1628 'dateandtime', |
|
1629 'timeonly', |
|
1630 'locale_format_style_full', |
|
1631 'locale_format_style_long', |
|
1632 'locale_format_style_medium', |
|
1633 'locale_format_style_short', |
|
1634 'locale_format_style_default', |
|
1635 'locale_format_style_none', |
|
1636 'locale_format_style_date_time', |
|
1637 'net_connectinprogress', |
|
1638 'net_connectok', |
|
1639 'net_typessl', |
|
1640 'net_typessltcp', |
|
1641 'net_typessludp', |
|
1642 'net_typetcp', |
|
1643 'net_typeudp', |
|
1644 'net_waitread', |
|
1645 'net_waittimeout', |
|
1646 'net_waitwrite', |
|
1647 'trait_net', |
|
1648 'net_tcp', |
|
1649 'net_tcpssl', |
|
1650 'net_named_pipe', |
|
1651 'net_udppacket', |
|
1652 'net_udp', |
|
1653 'admin_initialize', |
|
1654 'admin_getpref', |
|
1655 'admin_setpref', |
|
1656 'admin_removepref', |
|
1657 'admin_userexists', |
|
1658 'admin_lassoservicepath', |
|
1659 'pdf_package', |
|
1660 'pdf_rectangle', |
|
1661 'pdf_typebase', |
|
1662 'pdf_doc', |
|
1663 'pdf_color', |
|
1664 'pdf_barcode', |
|
1665 'pdf_font', |
|
1666 'pdf_image', |
|
1667 'pdf_list', |
|
1668 'pdf_read', |
|
1669 'pdf_table', |
|
1670 'pdf_text', |
|
1671 'pdf_hyphenator', |
|
1672 'pdf_chunk', |
|
1673 'pdf_phrase', |
|
1674 'pdf_paragraph', |
|
1675 'pdf_serve', |
|
1676 'queue', |
|
1677 'random_seed', |
|
1678 'set', |
|
1679 'sys_process', |
|
1680 'worker_pool', |
|
1681 'xml', |
|
1682 'trait_xml_elementcompat', |
|
1683 'trait_xml_nodecompat', |
|
1684 'xml_transform', |
|
1685 'zip_create', |
|
1686 'zip_excl', |
|
1687 'zip_checkcons', |
|
1688 'zip_fl_nocase', |
|
1689 'zip_fl_nodir', |
|
1690 'zip_fl_compressed', |
|
1691 'zip_fl_unchanged', |
|
1692 'zip_er_ok', |
|
1693 'zip_er_multidisk', |
|
1694 'zip_er_rename', |
|
1695 'zip_er_close', |
|
1696 'zip_er_seek', |
|
1697 'zip_er_read', |
|
1698 'zip_er_write', |
|
1699 'zip_er_crc', |
|
1700 'zip_er_zipclosed', |
|
1701 'zip_er_noent', |
|
1702 'zip_er_exists', |
|
1703 'zip_er_open', |
|
1704 'zip_er_tmpopen', |
|
1705 'zip_er_zlib', |
|
1706 'zip_er_memory', |
|
1707 'zip_er_changed', |
|
1708 'zip_er_compnotsupp', |
|
1709 'zip_er_eof', |
|
1710 'zip_er_inval', |
|
1711 'zip_er_nozip', |
|
1712 'zip_er_internal', |
|
1713 'zip_er_incons', |
|
1714 'zip_er_remove', |
|
1715 'zip_er_deleted', |
|
1716 'zip_et_none', |
|
1717 'zip_et_sys', |
|
1718 'zip_et_zlib', |
|
1719 'zip_cm_default', |
|
1720 'zip_cm_store', |
|
1721 'zip_cm_shrink', |
|
1722 'zip_cm_reduce_1', |
|
1723 'zip_cm_reduce_2', |
|
1724 'zip_cm_reduce_3', |
|
1725 'zip_cm_reduce_4', |
|
1726 'zip_cm_implode', |
|
1727 'zip_cm_deflate', |
|
1728 'zip_cm_deflate64', |
|
1729 'zip_cm_pkware_implode', |
|
1730 'zip_cm_bzip2', |
|
1731 'zip_em_none', |
|
1732 'zip_em_trad_pkware', |
|
1733 'zip_em_des', |
|
1734 'zip_em_rc2_old', |
|
1735 'zip_em_3des_168', |
|
1736 'zip_em_3des_112', |
|
1737 'zip_em_aes_128', |
|
1738 'zip_em_aes_192', |
|
1739 'zip_em_aes_256', |
|
1740 'zip_em_rc2', |
|
1741 'zip_em_rc4', |
|
1742 'zip_em_unknown', |
|
1743 'zip_file', |
|
1744 'zip', |
|
1745 'cache_server_element', |
|
1746 'cache_server', |
|
1747 'dns_response', |
|
1748 'dns_lookup', |
|
1749 'dns_default', |
|
1750 'string_charfromname', |
|
1751 'string_concatenate', |
|
1752 'string_endswith', |
|
1753 'string_extract', |
|
1754 'string_findposition', |
|
1755 'string_findregexp', |
|
1756 'string_getunicodeversion', |
|
1757 'string_insert', |
|
1758 'string_isalpha', |
|
1759 'string_isalphanumeric', |
|
1760 'string_isdigit', |
|
1761 'string_ishexdigit', |
|
1762 'string_islower', |
|
1763 'string_isnumeric', |
|
1764 'string_ispunctuation', |
|
1765 'string_isspace', |
|
1766 'string_isupper', |
|
1767 'string_length', |
|
1768 'string_remove', |
|
1769 'string_removeleading', |
|
1770 'string_removetrailing', |
|
1771 'string_replace', |
|
1772 'string_replaceregexp', |
|
1773 'string_todecimal', |
|
1774 'string_tointeger', |
|
1775 'string_uppercase', |
|
1776 'string_lowercase', |
|
1777 'document', |
|
1778 'component_render_state', |
|
1779 'component', |
|
1780 'component_container', |
|
1781 'document_base', |
|
1782 'document_body', |
|
1783 'document_header', |
|
1784 'text_document', |
|
1785 'data_document', |
|
1786 'email_attachment_mime_type', |
|
1787 'email_translatebreakstocrlf', |
|
1788 'email_findemails', |
|
1789 'email_fix_address', |
|
1790 'email_fix_address_list', |
|
1791 'email_compose', |
|
1792 'email_send', |
|
1793 'email_queue', |
|
1794 'email_immediate', |
|
1795 'email_result', |
|
1796 'email_status', |
|
1797 'email_token', |
|
1798 'email_merge', |
|
1799 'email_batch', |
|
1800 'encode_qheader', |
|
1801 'email_pop', |
|
1802 'email_parse', |
|
1803 'email_safeemail', |
|
1804 'email_extract', |
|
1805 'email_pop_priv_substring', |
|
1806 'email_pop_priv_extract', |
|
1807 'email_digestchallenge', |
|
1808 'email_pop_priv_quote', |
|
1809 'email_digestresponse', |
|
1810 'encrypt_hmac', |
|
1811 'encrypt_crammd5', |
|
1812 'email_queue_impl_base', |
|
1813 'email_fs_error_clean', |
|
1814 'email_stage_impl_base', |
|
1815 'email_initialize', |
|
1816 'email_mxlookup', |
|
1817 'lasso_errorreporting', |
|
1818 'fcgi_version_1', |
|
1819 'fcgi_null_request_id', |
|
1820 'fcgi_begin_request', |
|
1821 'fcgi_abort_request', |
|
1822 'fcgi_end_request', |
|
1823 'fcgi_params', |
|
1824 'fcgi_stdin', |
|
1825 'fcgi_stdout', |
|
1826 'fcgi_stderr', |
|
1827 'fcgi_data', |
|
1828 'fcgi_get_values', |
|
1829 'fcgi_get_values_result', |
|
1830 'fcgi_unknown_type', |
|
1831 'fcgi_keep_conn', |
|
1832 'fcgi_responder', |
|
1833 'fcgi_authorize', |
|
1834 'fcgi_filter', |
|
1835 'fcgi_request_complete', |
|
1836 'fcgi_cant_mpx_conn', |
|
1837 'fcgi_overloaded', |
|
1838 'fcgi_unknown_role', |
|
1839 'fcgi_max_conns', |
|
1840 'fcgi_max_reqs', |
|
1841 'fcgi_mpxs_conns', |
|
1842 'fcgi_read_timeout_seconds', |
|
1843 'fcgi_record', |
|
1844 'fcgi_makeendrequestbody', |
|
1845 'fcgi_bodychunksize', |
|
1846 'fcgi_makestdoutbody', |
|
1847 'fcgi_readparam', |
|
1848 'web_connection', |
|
1849 'web_request_impl', |
|
1850 'web_request', |
|
1851 'fcgi_request', |
|
1852 'include_cache_compare', |
|
1853 'include_cache', |
|
1854 'atbegin', |
|
1855 'fastcgi_initialize', |
|
1856 'fastcgi_handlecon', |
|
1857 'fastcgi_handlereq', |
|
1858 'fastcgi_each_fcgi_param', |
|
1859 'fastcgi_createfcgirequest', |
|
1860 'fastcgi_server', |
|
1861 'web_handlefcgirequest', |
|
1862 'filemaker_datasource', |
|
1863 'filemakerds_initialize', |
|
1864 'filemakerds', |
|
1865 'value_listitem', |
|
1866 'valuelistitem', |
|
1867 'selected', |
|
1868 'checked', |
|
1869 'value_list', |
|
1870 'http_document', |
|
1871 'http_document_header', |
|
1872 'http_header_field', |
|
1873 'html_document_head', |
|
1874 'html_document_body', |
|
1875 'raw_document_body', |
|
1876 'bytes_document_body', |
|
1877 'html_element_coreattrs', |
|
1878 'html_element_i18nattrs', |
|
1879 'html_element_eventsattrs', |
|
1880 'html_attributed', |
|
1881 'html_attr', |
|
1882 'html_atomic_element', |
|
1883 'html_container_element', |
|
1884 'http_error', |
|
1885 'html_script', |
|
1886 'html_text', |
|
1887 'html_raw', |
|
1888 'html_binary', |
|
1889 'html_json', |
|
1890 'html_cdata', |
|
1891 'html_eol', |
|
1892 'html_div', |
|
1893 'html_span', |
|
1894 'html_br', |
|
1895 'html_hr', |
|
1896 'html_h1', |
|
1897 'html_h2', |
|
1898 'html_h3', |
|
1899 'html_h4', |
|
1900 'html_h5', |
|
1901 'html_h6', |
|
1902 'html_meta', |
|
1903 'html_link', |
|
1904 'html_object', |
|
1905 'html_style', |
|
1906 'html_base', |
|
1907 'html_table', |
|
1908 'html_tr', |
|
1909 'html_td', |
|
1910 'html_th', |
|
1911 'html_img', |
|
1912 'html_form', |
|
1913 'html_fieldset', |
|
1914 'html_legend', |
|
1915 'html_input', |
|
1916 'html_label', |
|
1917 'html_option', |
|
1918 'html_select', |
|
1919 'http_char_space', |
|
1920 'http_char_htab', |
|
1921 'http_char_cr', |
|
1922 'http_char_lf', |
|
1923 'http_char_question', |
|
1924 'http_char_colon', |
|
1925 'http_read_timeout_secs', |
|
1926 'http_server_web_connection', |
|
1927 'http_server', |
|
1928 'http_server_connection_handler', |
|
1929 'image', |
|
1930 'jdbc_initialize', |
|
1931 'lassoapp_settingsdb', |
|
1932 'lassoapp_resource', |
|
1933 'lassoapp_format_mod_date', |
|
1934 'lassoapp_include_current', |
|
1935 'lassoapp_include', |
|
1936 'lassoapp_find_missing_file', |
|
1937 'lassoapp_source', |
|
1938 'lassoapp_capabilities', |
|
1939 'lassoapp_get_capabilities_name', |
|
1940 'lassoapp_exists', |
|
1941 'lassoapp_path_to_method_name', |
|
1942 'lassoapp_invoke_resource', |
|
1943 'lassoapp_installer', |
|
1944 'lassoapp_initialize_db', |
|
1945 'lassoapp_initialize', |
|
1946 'lassoapp_content_rep_halt', |
|
1947 'lassoapp_issourcefileextension', |
|
1948 'lassoapp_dirsrc_fileresource', |
|
1949 'lassoapp_dirsrc_appsource', |
|
1950 'lassoapp_livesrc_fileresource', |
|
1951 'lassoapp_livesrc_appsource', |
|
1952 'lassoapp_long_expiring_bytes', |
|
1953 'lassoapp_zip_file_server', |
|
1954 'lassoapp_zipsrc_fileresource', |
|
1955 'lassoapp_zipsrc_appsource', |
|
1956 'lassoapp_compiledsrc_fileresource', |
|
1957 'lassoapp_compiledsrc_appsource', |
|
1958 'lassoapp_manualsrc_appsource', |
|
1959 'lassoapp_current_include', |
|
1960 'lassoapp_current_app', |
|
1961 'lassoapp_do_with_include', |
|
1962 'lassoapp_link', |
|
1963 'lassoapp_load_module', |
|
1964 'lassoapp_mime_type_html', |
|
1965 'lassoapp_mime_type_lasso', |
|
1966 'lassoapp_mime_type_xml', |
|
1967 'lassoapp_mime_type_ppt', |
|
1968 'lassoapp_mime_type_js', |
|
1969 'lassoapp_mime_type_txt', |
|
1970 'lassoapp_mime_type_jpg', |
|
1971 'lassoapp_mime_type_png', |
|
1972 'lassoapp_mime_type_gif', |
|
1973 'lassoapp_mime_type_css', |
|
1974 'lassoapp_mime_type_csv', |
|
1975 'lassoapp_mime_type_tif', |
|
1976 'lassoapp_mime_type_ico', |
|
1977 'lassoapp_mime_type_rss', |
|
1978 'lassoapp_mime_type_xhr', |
|
1979 'lassoapp_mime_type_pdf', |
|
1980 'lassoapp_mime_type_docx', |
|
1981 'lassoapp_mime_type_doc', |
|
1982 'lassoapp_mime_type_zip', |
|
1983 'lassoapp_mime_type_svg', |
|
1984 'lassoapp_mime_type_ttf', |
|
1985 'lassoapp_mime_type_woff', |
|
1986 'lassoapp_mime_get', |
|
1987 'log_level_critical', |
|
1988 'log_level_warning', |
|
1989 'log_level_detail', |
|
1990 'log_level_sql', |
|
1991 'log_level_deprecated', |
|
1992 'log_destination_console', |
|
1993 'log_destination_file', |
|
1994 'log_destination_database', |
|
1995 'log', |
|
1996 'log_setdestination', |
|
1997 'log_always', |
|
1998 'log_critical', |
|
1999 'log_warning', |
|
2000 'log_detail', |
|
2001 'log_sql', |
|
2002 'log_deprecated', |
|
2003 'log_max_file_size', |
|
2004 'log_trim_file_size', |
|
2005 'log_impl_base', |
|
2006 'log_initialize', |
|
2007 'portal_impl', |
|
2008 'portal', |
|
2009 'security_database', |
|
2010 'security_table_groups', |
|
2011 'security_table_users', |
|
2012 'security_table_ug_map', |
|
2013 'security_default_realm', |
|
2014 'security_initialize', |
|
2015 'security_registry', |
|
2016 'session_driver', |
|
2017 'session_initialize', |
|
2018 'session_getdefaultdriver', |
|
2019 'session_setdefaultdriver', |
|
2020 'session_start', |
|
2021 'session_addvar', |
|
2022 'session_removevar', |
|
2023 'session_end', |
|
2024 'session_id', |
|
2025 'session_abort', |
|
2026 'session_result', |
|
2027 'session_deleteexpired', |
|
2028 'memory_session_driver_impl_entry', |
|
2029 'memory_session_driver_impl', |
|
2030 'sqlite_session_driver_impl_entry', |
|
2031 'sqlite_session_driver_impl', |
|
2032 'mysql_session_driver_impl', |
|
2033 'odbc_session_driver_mssql', |
|
2034 'odbc_session_driver_impl', |
|
2035 'session_decorate', |
|
2036 'session_delete_expired_thread', |
|
2037 'email_smtp', |
|
2038 'auth_admin', |
|
2039 'auth_check', |
|
2040 'auth_custom', |
|
2041 'auth_group', |
|
2042 'auth_prompt', |
|
2043 'auth_user', |
|
2044 'client_address', |
|
2045 'client_addr', |
|
2046 'client_authorization', |
|
2047 'client_browser', |
|
2048 'client_contentlength', |
|
2049 'client_contenttype', |
|
2050 'client_cookielist', |
|
2051 'client_cookies', |
|
2052 'client_encoding', |
|
2053 'client_formmethod', |
|
2054 'client_getargs', |
|
2055 'client_getparams', |
|
2056 'client_getparam', |
|
2057 'client_headers', |
|
2058 'client_integertoip', |
|
2059 'client_ip', |
|
2060 'client_iptointeger', |
|
2061 'client_password', |
|
2062 'client_postargs', |
|
2063 'client_postparams', |
|
2064 'client_postparam', |
|
2065 'client_type', |
|
2066 'client_username', |
|
2067 'client_url', |
|
2068 'referer_url', |
|
2069 'referrer_url', |
|
2070 'content_type', |
|
2071 'content_encoding', |
|
2072 'cookie', |
|
2073 'cookie_set', |
|
2074 'include', |
|
2075 'include_currentpath', |
|
2076 'include_filepath', |
|
2077 'include_localpath', |
|
2078 'include_once', |
|
2079 'include_path', |
|
2080 'include_raw', |
|
2081 'includes', |
|
2082 'library', |
|
2083 'library_once', |
|
2084 'response_filepath', |
|
2085 'response_localpath', |
|
2086 'response_path', |
|
2087 'response_realm', |
|
2088 'response_root', |
|
2089 'redirect_url', |
|
2090 'server_admin', |
|
2091 'server_name', |
|
2092 'server_ip', |
|
2093 'server_port', |
|
2094 'server_protocol', |
|
2095 'server_signature', |
|
2096 'server_software', |
|
2097 'server_push', |
|
2098 'token_value', |
|
2099 'wap_isenabled', |
|
2100 'wap_maxbuttons', |
|
2101 'wap_maxhorzpixels', |
|
2102 'wap_maxvertpixels', |
|
2103 'wap_maxcolumns', |
|
2104 'wap_maxrows', |
|
2105 'define_atbegin', |
|
2106 'define_atend', |
|
2107 'content_header', |
|
2108 'content_addheader', |
|
2109 'content_replaceheader', |
|
2110 'content_body', |
|
2111 'html_comment', |
|
2112 'web_node_content_json_specialized', |
|
2113 'web_node', |
|
2114 'web_node_container', |
|
2115 'web_node_content_representation', |
|
2116 'web_node_content', |
|
2117 'web_node_content_document', |
|
2118 'web_node_postable', |
|
2119 'web_node_base', |
|
2120 'web_node_forpath', |
|
2121 'web_nodes_requesthandler', |
|
2122 'web_nodes_normalizeextension', |
|
2123 'web_nodes_processcontentnode', |
|
2124 'web_node_root', |
|
2125 'web_nodes_initialize', |
|
2126 'web_node_content_representation_xhr_container', |
|
2127 'web_node_content_representation_xhr', |
|
2128 'web_node_content_html_specialized', |
|
2129 'web_node_content_representation_html_specialized', |
|
2130 'web_node_content_representation_html', |
|
2131 'web_node_content_css_specialized', |
|
2132 'web_node_content_representation_css_specialized', |
|
2133 'web_node_content_representation_css', |
|
2134 'web_node_content_js_specialized', |
|
2135 'web_node_content_representation_js_specialized', |
|
2136 'web_node_content_representation_js', |
|
2137 'web_node_echo', |
|
2138 'web_response_nodesentry', |
|
2139 'web_error_atend', |
|
2140 'web_response_impl', |
|
2141 'web_response', |
|
2142 'web_router_database', |
|
2143 'web_router_initialize', |
|
2144 'web_router', |
|
2145 'asstring', |
|
2146 'isnota', |
|
2147 'isallof', |
|
2148 'isanyof', |
|
2149 'oncompare', |
|
2150 'isa', |
|
2151 'ascopy', |
|
2152 'ascopydeep', |
|
2153 'type', |
|
2154 'invoke', |
|
2155 'atend', |
|
2156 'decomposeassignment', |
|
2157 'asgenerator', |
|
2158 'foreach', |
|
2159 'eachword', |
|
2160 'eachline', |
|
2161 'eachcharacter', |
|
2162 'foreachwordbreak', |
|
2163 'foreachlinebreak', |
|
2164 'foreachcharacter', |
|
2165 'isempty', |
|
2166 'isnotempty', |
|
2167 'ifempty', |
|
2168 'ifnotempty', |
|
2169 'size', |
|
2170 'values', |
|
2171 'asarray', |
|
2172 'aslist', |
|
2173 'asstaticarray', |
|
2174 'join', |
|
2175 'get', |
|
2176 'keys', |
|
2177 'askeyedgenerator', |
|
2178 'eachpair', |
|
2179 'eachkey', |
|
2180 'foreachpair', |
|
2181 'foreachkey', |
|
2182 'front', |
|
2183 'first', |
|
2184 'back', |
|
2185 'last', |
|
2186 'second', |
|
2187 'insert', |
|
2188 'insertfront', |
|
2189 'insertfirst', |
|
2190 'insertback', |
|
2191 'insertfrom', |
|
2192 'insertlast', |
|
2193 'remove', |
|
2194 'removeall', |
|
2195 'removefront', |
|
2196 'removefirst', |
|
2197 'removeback', |
|
2198 'removelast', |
|
2199 'difference', |
|
2200 'intersection', |
|
2201 'union', |
|
2202 'contains', |
|
2203 'find', |
|
2204 'findposition', |
|
2205 'componentdelimiter', |
|
2206 'extensiondelimiter', |
|
2207 'lastcomponent', |
|
2208 'foreachpathcomponent', |
|
2209 'eachcomponent', |
|
2210 'striplastcomponent', |
|
2211 'firstcomponent', |
|
2212 'stripfirstcomponent', |
|
2213 'splitextension', |
|
2214 'hastrailingcomponent', |
|
2215 'isfullpath', |
|
2216 'findlast', |
|
2217 'sub', |
|
2218 'readsomebytes', |
|
2219 'readbytesfully', |
|
2220 'readbytes', |
|
2221 'writebytes', |
|
2222 'encoding', |
|
2223 'readstring', |
|
2224 'writestring', |
|
2225 'hash', |
|
2226 'foreachsub', |
|
2227 'eachsub', |
|
2228 'push', |
|
2229 'pop', |
|
2230 'top', |
|
2231 'dowithclose', |
|
2232 'close', |
|
2233 'fd', |
|
2234 'do', |
|
2235 'sum', |
|
2236 'average', |
|
2237 'where', |
|
2238 'select', |
|
2239 'selectmany', |
|
2240 'groupby', |
|
2241 'groupjoin', |
|
2242 'orderby', |
|
2243 'orderbydescending', |
|
2244 'thenby', |
|
2245 'thenbydescending', |
|
2246 'skip', |
|
2247 'take', |
|
2248 'serialize', |
|
2249 'serializationelements', |
|
2250 'acceptdeserializedelement', |
|
2251 'left', |
|
2252 'right', |
|
2253 'up', |
|
2254 'value', |
|
2255 'bind', |
|
2256 'listen', |
|
2257 'localaddress', |
|
2258 'remoteaddress', |
|
2259 'shutdownrd', |
|
2260 'shutdownwr', |
|
2261 'shutdownrdwr', |
|
2262 'setname', |
|
2263 'contents', |
|
2264 'tagname', |
|
2265 'foreachchild', |
|
2266 'eachchild', |
|
2267 'foreachmatch', |
|
2268 'eachmatch', |
|
2269 'haschildnodes', |
|
2270 'childnodes', |
|
2271 'extract', |
|
2272 'connection', |
|
2273 'requestparams', |
|
2274 'stdin', |
|
2275 'mimes', |
|
2276 'setstatus', |
|
2277 'getstatus', |
|
2278 'writeheaderline', |
|
2279 'writeheaderbytes', |
|
2280 'writebodybytes', |
|
2281 'id', |
|
2282 'class', |
|
2283 'style', |
|
2284 'title', |
|
2285 'gethtmlattr', |
|
2286 'lang', |
|
2287 'onclick', |
|
2288 'ondblclick', |
|
2289 'onmousedown', |
|
2290 'onmouseup', |
|
2291 'onmouseover', |
|
2292 'onmousemove', |
|
2293 'onmouseout', |
|
2294 'onkeypress', |
|
2295 'onkeydown', |
|
2296 'onkeyup', |
|
2297 'sethtmlattr', |
|
2298 'gethtmlattrstring', |
|
2299 'hashtmlattr', |
|
2300 'addcomponent', |
|
2301 'attributes', |
|
2302 'issourcefile', |
|
2303 'resourceinvokable', |
|
2304 'resourcename', |
|
2305 'fullpath', |
|
2306 'appname', |
|
2307 'srcpath', |
|
2308 'resources', |
|
2309 'foo', |
|
2310 'startup', |
|
2311 'validatesessionstable', |
|
2312 'createtable', |
|
2313 'fetchdata', |
|
2314 'savedata', |
|
2315 'init', |
|
2316 'kill', |
|
2317 'expire', |
|
2318 'jsonlabel', |
|
2319 'jsonhtml', |
|
2320 'jsonisleaf', |
|
2321 'delim', |
|
2322 'name', |
|
2323 'path', |
|
2324 'nodelist', |
|
2325 'subnode', |
|
2326 'subnodes', |
|
2327 'representnoderesult', |
|
2328 'mime', |
|
2329 'extensions', |
|
2330 'representnode', |
|
2331 'defaultcontentrepresentation', |
|
2332 'supportscontentrepresentation', |
|
2333 'acceptpost', |
|
2334 'htmlcontent', |
|
2335 'csscontent', |
|
2336 'jscontent', |
|
2337 'escape_member', |
|
2338 'sameas', |
|
2339 'parent', |
|
2340 'settrait', |
|
2341 'oncreate', |
|
2342 'listmethods', |
|
2343 'hasmethod', |
|
2344 'addtrait', |
|
2345 'gettype', |
|
2346 'istype', |
|
2347 'doccomment', |
|
2348 'requires', |
|
2349 'provides', |
|
2350 'subtraits', |
|
2351 'description', |
|
2352 'hosttonet16', |
|
2353 'hosttonet32', |
|
2354 'nettohost16', |
|
2355 'nettohost32', |
|
2356 'nettohost64', |
|
2357 'hosttonet64', |
|
2358 'bitset', |
|
2359 'bittest', |
|
2360 'bitflip', |
|
2361 'bitclear', |
|
2362 'bitor', |
|
2363 'bitand', |
|
2364 'bitxor', |
|
2365 'bitnot', |
|
2366 'bitshiftleft', |
|
2367 'bitshiftright', |
|
2368 'abs', |
|
2369 'div', |
|
2370 'dereferencepointer', |
|
2371 'asdecimal', |
|
2372 'deg2rad', |
|
2373 'asstringhex', |
|
2374 'asstringoct', |
|
2375 'acos', |
|
2376 'asin', |
|
2377 'atan', |
|
2378 'atan2', |
|
2379 'ceil', |
|
2380 'cos', |
|
2381 'cosh', |
|
2382 'exp', |
|
2383 'fabs', |
|
2384 'floor', |
|
2385 'frexp', |
|
2386 'ldexp', |
|
2387 'log10', |
|
2388 'modf', |
|
2389 'pow', |
|
2390 'sin', |
|
2391 'sinh', |
|
2392 'sqrt', |
|
2393 'tan', |
|
2394 'tanh', |
|
2395 'erf', |
|
2396 'erfc', |
|
2397 'gamma', |
|
2398 'hypot', |
|
2399 'j0', |
|
2400 'j1', |
|
2401 'jn', |
|
2402 'lgamma', |
|
2403 'y0', |
|
2404 'y1', |
|
2405 'yn', |
|
2406 'isnan', |
|
2407 'acosh', |
|
2408 'asinh', |
|
2409 'atanh', |
|
2410 'cbrt', |
|
2411 'expm1', |
|
2412 'nextafter', |
|
2413 'scalb', |
|
2414 'ilogb', |
|
2415 'log1p', |
|
2416 'logb', |
|
2417 'remainder', |
|
2418 'rint', |
|
2419 'asinteger', |
|
2420 'self', |
|
2421 'detach', |
|
2422 'restart', |
|
2423 'resume', |
|
2424 'continuation', |
|
2425 'home', |
|
2426 'callsite_file', |
|
2427 'callsite_line', |
|
2428 'callsite_col', |
|
2429 'callstack', |
|
2430 'splitthread', |
|
2431 'threadreaddesc', |
|
2432 'givenblock', |
|
2433 'autocollectbuffer', |
|
2434 'calledname', |
|
2435 'methodname', |
|
2436 'invokeuntil', |
|
2437 'invokewhile', |
|
2438 'invokeautocollect', |
|
2439 'asasync', |
|
2440 'append', |
|
2441 'appendchar', |
|
2442 'private_find', |
|
2443 'private_findlast', |
|
2444 'length', |
|
2445 'chardigitvalue', |
|
2446 'private_compare', |
|
2447 'charname', |
|
2448 'chartype', |
|
2449 'decompose', |
|
2450 'normalize', |
|
2451 'digit', |
|
2452 'foldcase', |
|
2453 'private_merge', |
|
2454 'unescape', |
|
2455 'trim', |
|
2456 'titlecase', |
|
2457 'reverse', |
|
2458 'getisocomment', |
|
2459 'getnumericvalue', |
|
2460 'totitle', |
|
2461 'toupper', |
|
2462 'tolower', |
|
2463 'lowercase', |
|
2464 'uppercase', |
|
2465 'isalnum', |
|
2466 'isalpha', |
|
2467 'isbase', |
|
2468 'iscntrl', |
|
2469 'isdigit', |
|
2470 'isxdigit', |
|
2471 'islower', |
|
2472 'isprint', |
|
2473 'isspace', |
|
2474 'istitle', |
|
2475 'ispunct', |
|
2476 'isgraph', |
|
2477 'isblank', |
|
2478 'isualphabetic', |
|
2479 'isulowercase', |
|
2480 'isupper', |
|
2481 'isuuppercase', |
|
2482 'isuwhitespace', |
|
2483 'iswhitespace', |
|
2484 'encodehtml', |
|
2485 'decodehtml', |
|
2486 'encodexml', |
|
2487 'decodexml', |
|
2488 'encodehtmltoxml', |
|
2489 'getpropertyvalue', |
|
2490 'hasbinaryproperty', |
|
2491 'asbytes', |
|
2492 'equals', |
|
2493 'compare', |
|
2494 'comparecodepointorder', |
|
2495 'padleading', |
|
2496 'padtrailing', |
|
2497 'merge', |
|
2498 'split', |
|
2499 'removeleading', |
|
2500 'removetrailing', |
|
2501 'beginswith', |
|
2502 'endswith', |
|
2503 'replace', |
|
2504 'eachwordbreak', |
|
2505 'encodesql92', |
|
2506 'encodesql', |
|
2507 'substring', |
|
2508 'setsize', |
|
2509 'reserve', |
|
2510 'getrange', |
|
2511 'private_setrange', |
|
2512 'importas', |
|
2513 'import8bits', |
|
2514 'import32bits', |
|
2515 'import64bits', |
|
2516 'import16bits', |
|
2517 'importbytes', |
|
2518 'importpointer', |
|
2519 'export8bits', |
|
2520 'export16bits', |
|
2521 'export32bits', |
|
2522 'export64bits', |
|
2523 'exportbytes', |
|
2524 'exportsigned8bits', |
|
2525 'exportsigned16bits', |
|
2526 'exportsigned32bits', |
|
2527 'exportsigned64bits', |
|
2528 'marker', |
|
2529 'swapbytes', |
|
2530 'encodeurl', |
|
2531 'decodeurl', |
|
2532 'encodebase64', |
|
2533 'decodebase64', |
|
2534 'encodeqp', |
|
2535 'decodeqp', |
|
2536 'encodemd5', |
|
2537 'encodehex', |
|
2538 'decodehex', |
|
2539 'detectcharset', |
|
2540 'bestcharset', |
|
2541 'crc', |
|
2542 'importstring', |
|
2543 'setrange', |
|
2544 'exportas', |
|
2545 'exportstring', |
|
2546 'exportpointerbits', |
|
2547 'foreachbyte', |
|
2548 'eachbyte', |
|
2549 'typename', |
|
2550 'returntype', |
|
2551 'restname', |
|
2552 'paramdescs', |
|
2553 'action', |
|
2554 'statement', |
|
2555 'inputcolumns', |
|
2556 'keycolumns', |
|
2557 'returncolumns', |
|
2558 'sortcolumns', |
|
2559 'skiprows', |
|
2560 'maxrows', |
|
2561 'rowsfound', |
|
2562 'statementonly', |
|
2563 'lop', |
|
2564 'databasename', |
|
2565 'tablename', |
|
2566 'schemaname', |
|
2567 'hostid', |
|
2568 'hostdatasource', |
|
2569 'hostname', |
|
2570 'hostport', |
|
2571 'hostusername', |
|
2572 'hostpassword', |
|
2573 'hostschema', |
|
2574 'hosttableencoding', |
|
2575 'hostextra', |
|
2576 'hostisdynamic', |
|
2577 'refobj', |
|
2578 'prepared', |
|
2579 'getset', |
|
2580 'addset', |
|
2581 'numsets', |
|
2582 'addrow', |
|
2583 'addcolumninfo', |
|
2584 'forcedrowid', |
|
2585 'makeinheritedcopy', |
|
2586 'filename', |
|
2587 'expose', |
|
2588 'recover', |
|
2589 'count', |
|
2590 'exchange', |
|
2591 'findindex', |
|
2592 'sort', |
|
2593 'family', |
|
2594 'isvalid', |
|
2595 'isssl', |
|
2596 'open', |
|
2597 'read', |
|
2598 'write', |
|
2599 'ioctl', |
|
2600 'seek', |
|
2601 'mode', |
|
2602 'mtime', |
|
2603 'atime', |
|
2604 'dup', |
|
2605 'dup2', |
|
2606 'fchdir', |
|
2607 'fchown', |
|
2608 'fsync', |
|
2609 'ftruncate', |
|
2610 'fchmod', |
|
2611 'sendfd', |
|
2612 'receivefd', |
|
2613 'readobject', |
|
2614 'tryreadobject', |
|
2615 'writeobject', |
|
2616 'leaveopen', |
|
2617 'rewind', |
|
2618 'tell', |
|
2619 'language', |
|
2620 'script', |
|
2621 'country', |
|
2622 'variant', |
|
2623 'displaylanguage', |
|
2624 'displayscript', |
|
2625 'displaycountry', |
|
2626 'displayvariant', |
|
2627 'displayname', |
|
2628 'basename', |
|
2629 'keywords', |
|
2630 'iso3language', |
|
2631 'iso3country', |
|
2632 'formatas', |
|
2633 'formatnumber', |
|
2634 'parsenumber', |
|
2635 'parseas', |
|
2636 'format', |
|
2637 'parse', |
|
2638 'add', |
|
2639 'roll', |
|
2640 'getattr', |
|
2641 'setattr', |
|
2642 'clear', |
|
2643 'isset', |
|
2644 'settimezone', |
|
2645 'timezone', |
|
2646 'time', |
|
2647 'indaylighttime', |
|
2648 'createdocument', |
|
2649 'parsedocument', |
|
2650 'hasfeature', |
|
2651 'createdocumenttype', |
|
2652 'nodename', |
|
2653 'nodevalue', |
|
2654 'nodetype', |
|
2655 'parentnode', |
|
2656 'firstchild', |
|
2657 'lastchild', |
|
2658 'previoussibling', |
|
2659 'nextsibling', |
|
2660 'ownerdocument', |
|
2661 'namespaceuri', |
|
2662 'prefix', |
|
2663 'localname', |
|
2664 'insertbefore', |
|
2665 'replacechild', |
|
2666 'removechild', |
|
2667 'appendchild', |
|
2668 'clonenode', |
|
2669 'issupported', |
|
2670 'hasattributes', |
|
2671 'extractone', |
|
2672 'transform', |
|
2673 'data', |
|
2674 'substringdata', |
|
2675 'appenddata', |
|
2676 'insertdata', |
|
2677 'deletedata', |
|
2678 'replacedata', |
|
2679 'doctype', |
|
2680 'implementation', |
|
2681 'documentelement', |
|
2682 'createelement', |
|
2683 'createdocumentfragment', |
|
2684 'createtextnode', |
|
2685 'createcomment', |
|
2686 'createcdatasection', |
|
2687 'createprocessinginstruction', |
|
2688 'createattribute', |
|
2689 'createentityreference', |
|
2690 'getelementsbytagname', |
|
2691 'importnode', |
|
2692 'createelementns', |
|
2693 'createattributens', |
|
2694 'getelementsbytagnamens', |
|
2695 'getelementbyid', |
|
2696 'getattribute', |
|
2697 'setattribute', |
|
2698 'removeattribute', |
|
2699 'getattributenode', |
|
2700 'setattributenode', |
|
2701 'removeattributenode', |
|
2702 'getattributens', |
|
2703 'setattributens', |
|
2704 'removeattributens', |
|
2705 'getattributenodens', |
|
2706 'setattributenodens', |
|
2707 'hasattribute', |
|
2708 'hasattributens', |
|
2709 'specified', |
|
2710 'ownerelement', |
|
2711 'splittext', |
|
2712 'notationname', |
|
2713 'publicid', |
|
2714 'systemid', |
|
2715 'target', |
|
2716 'entities', |
|
2717 'notations', |
|
2718 'internalsubset', |
|
2719 'item', |
|
2720 'getnameditem', |
|
2721 'getnameditemns', |
|
2722 'setnameditem', |
|
2723 'setnameditemns', |
|
2724 'removenameditem', |
|
2725 'removenameditemns', |
|
2726 'next', |
|
2727 'readattributevalue', |
|
2728 'attributecount', |
|
2729 'baseuri', |
|
2730 'depth', |
|
2731 'hasvalue', |
|
2732 'isemptyelement', |
|
2733 'xmllang', |
|
2734 'getattributenamespace', |
|
2735 'lookupnamespace', |
|
2736 'movetoattribute', |
|
2737 'movetoattributenamespace', |
|
2738 'movetofirstattribute', |
|
2739 'movetonextattribute', |
|
2740 'movetoelement', |
|
2741 'prepare', |
|
2742 'last_insert_rowid', |
|
2743 'total_changes', |
|
2744 'interrupt', |
|
2745 'errcode', |
|
2746 'errmsg', |
|
2747 'addmathfunctions', |
|
2748 'finalize', |
|
2749 'step', |
|
2750 'bind_blob', |
|
2751 'bind_double', |
|
2752 'bind_int', |
|
2753 'bind_null', |
|
2754 'bind_text', |
|
2755 'bind_parameter_index', |
|
2756 'reset', |
|
2757 'column_count', |
|
2758 'column_decltype', |
|
2759 'column_blob', |
|
2760 'column_double', |
|
2761 'column_int64', |
|
2762 'column_text', |
|
2763 'ismultipart', |
|
2764 'gotfileupload', |
|
2765 'setmaxfilesize', |
|
2766 'getparts', |
|
2767 'trackingid', |
|
2768 'currentfile', |
|
2769 'addtobuffer', |
|
2770 'input', |
|
2771 'replacepattern', |
|
2772 'findpattern', |
|
2773 'ignorecase', |
|
2774 'setinput', |
|
2775 'setreplacepattern', |
|
2776 'setfindpattern', |
|
2777 'setignorecase', |
|
2778 'appendreplacement', |
|
2779 'matches', |
|
2780 'private_replaceall', |
|
2781 'appendtail', |
|
2782 'groupcount', |
|
2783 'matchposition', |
|
2784 'matchesstart', |
|
2785 'private_replacefirst', |
|
2786 'private_split', |
|
2787 'matchstring', |
|
2788 'replaceall', |
|
2789 'replacefirst', |
|
2790 'findall', |
|
2791 'findcount', |
|
2792 'findfirst', |
|
2793 'findsymbols', |
|
2794 'loadlibrary', |
|
2795 'getlibrary', |
|
2796 'f', |
|
2797 'r', |
|
2798 'form', |
|
2799 'gen', |
|
2800 'callfirst', |
|
2801 'key', |
|
2802 'by', |
|
2803 'from', |
|
2804 'to', |
|
2805 'd', |
|
2806 't', |
|
2807 'object', |
|
2808 'inneroncompare', |
|
2809 'members', |
|
2810 'writeid', |
|
2811 'addmember', |
|
2812 'refid', |
|
2813 'index', |
|
2814 'objects', |
|
2815 'tabs', |
|
2816 'trunk', |
|
2817 'trace', |
|
2818 'asxml', |
|
2819 'tabstr', |
|
2820 'toxmlstring', |
|
2821 'idmap', |
|
2822 'readidobjects', |
|
2823 'red', |
|
2824 'root', |
|
2825 'getnode', |
|
2826 'firstnode', |
|
2827 'lastnode', |
|
2828 'nextnode', |
|
2829 'private_rebalanceforremove', |
|
2830 'private_rotateleft', |
|
2831 'private_rotateright', |
|
2832 'private_rebalanceforinsert', |
|
2833 'eachnode', |
|
2834 'foreachnode', |
|
2835 'resolvelinks', |
|
2836 'parentdir', |
|
2837 'aslazystring', |
|
2838 'openread', |
|
2839 'openwrite', |
|
2840 'openwriteonly', |
|
2841 'openappend', |
|
2842 'opentruncate', |
|
2843 'exists', |
|
2844 'modificationtime', |
|
2845 'lastaccesstime', |
|
2846 'modificationdate', |
|
2847 'lastaccessdate', |
|
2848 'delete', |
|
2849 'moveto', |
|
2850 'copyto', |
|
2851 'linkto', |
|
2852 'flush', |
|
2853 'chmod', |
|
2854 'chown', |
|
2855 'isopen', |
|
2856 'position', |
|
2857 'setmarker', |
|
2858 'setposition', |
|
2859 'setmode', |
|
2860 'foreachline', |
|
2861 'lock', |
|
2862 'unlock', |
|
2863 'trylock', |
|
2864 'testlock', |
|
2865 'perms', |
|
2866 'islink', |
|
2867 'isdir', |
|
2868 'realpath', |
|
2869 'openwith', |
|
2870 'create', |
|
2871 'setcwd', |
|
2872 'foreachentry', |
|
2873 'eachpath', |
|
2874 'eachfilepath', |
|
2875 'eachdirpath', |
|
2876 'each', |
|
2877 'eachfile', |
|
2878 'eachdir', |
|
2879 'eachpathrecursive', |
|
2880 'eachfilepathrecursive', |
|
2881 'eachdirpathrecursive', |
|
2882 'eachentry', |
|
2883 'makefullpath', |
|
2884 'annotate', |
|
2885 'blur', |
|
2886 'command', |
|
2887 'composite', |
|
2888 'contrast', |
|
2889 'convert', |
|
2890 'crop', |
|
2891 'execute', |
|
2892 'enhance', |
|
2893 'flipv', |
|
2894 'fliph', |
|
2895 'modulate', |
|
2896 'rotate', |
|
2897 'save', |
|
2898 'scale', |
|
2899 'sharpen', |
|
2900 'addcomment', |
|
2901 'comments', |
|
2902 'describe', |
|
2903 'height', |
|
2904 'pixel', |
|
2905 'resolutionv', |
|
2906 'resolutionh', |
|
2907 'width', |
|
2908 'setcolorspace', |
|
2909 'colorspace', |
|
2910 'debug', |
|
2911 'histogram', |
|
2912 'imgptr', |
|
2913 'appendimagetolist', |
|
2914 'fx', |
|
2915 'applyheatcolors', |
|
2916 'authenticate', |
|
2917 'search', |
|
2918 'searchurl', |
|
2919 'readerror', |
|
2920 'readline', |
|
2921 'setencoding', |
|
2922 'closewrite', |
|
2923 'exitcode', |
|
2924 'getversion', |
|
2925 'findclass', |
|
2926 'throw', |
|
2927 'thrownew', |
|
2928 'exceptionoccurred', |
|
2929 'exceptiondescribe', |
|
2930 'exceptionclear', |
|
2931 'fatalerror', |
|
2932 'newglobalref', |
|
2933 'deleteglobalref', |
|
2934 'deletelocalref', |
|
2935 'issameobject', |
|
2936 'allocobject', |
|
2937 'newobject', |
|
2938 'getobjectclass', |
|
2939 'isinstanceof', |
|
2940 'getmethodid', |
|
2941 'callobjectmethod', |
|
2942 'callbooleanmethod', |
|
2943 'callbytemethod', |
|
2944 'callcharmethod', |
|
2945 'callshortmethod', |
|
2946 'callintmethod', |
|
2947 'calllongmethod', |
|
2948 'callfloatmethod', |
|
2949 'calldoublemethod', |
|
2950 'callvoidmethod', |
|
2951 'callnonvirtualobjectmethod', |
|
2952 'callnonvirtualbooleanmethod', |
|
2953 'callnonvirtualbytemethod', |
|
2954 'callnonvirtualcharmethod', |
|
2955 'callnonvirtualshortmethod', |
|
2956 'callnonvirtualintmethod', |
|
2957 'callnonvirtuallongmethod', |
|
2958 'callnonvirtualfloatmethod', |
|
2959 'callnonvirtualdoublemethod', |
|
2960 'callnonvirtualvoidmethod', |
|
2961 'getfieldid', |
|
2962 'getobjectfield', |
|
2963 'getbooleanfield', |
|
2964 'getbytefield', |
|
2965 'getcharfield', |
|
2966 'getshortfield', |
|
2967 'getintfield', |
|
2968 'getlongfield', |
|
2969 'getfloatfield', |
|
2970 'getdoublefield', |
|
2971 'setobjectfield', |
|
2972 'setbooleanfield', |
|
2973 'setbytefield', |
|
2974 'setcharfield', |
|
2975 'setshortfield', |
|
2976 'setintfield', |
|
2977 'setlongfield', |
|
2978 'setfloatfield', |
|
2979 'setdoublefield', |
|
2980 'getstaticmethodid', |
|
2981 'callstaticobjectmethod', |
|
2982 'callstaticbooleanmethod', |
|
2983 'callstaticbytemethod', |
|
2984 'callstaticcharmethod', |
|
2985 'callstaticshortmethod', |
|
2986 'callstaticintmethod', |
|
2987 'callstaticlongmethod', |
|
2988 'callstaticfloatmethod', |
|
2989 'callstaticdoublemethod', |
|
2990 'callstaticvoidmethod', |
|
2991 'getstaticfieldid', |
|
2992 'getstaticobjectfield', |
|
2993 'getstaticbooleanfield', |
|
2994 'getstaticbytefield', |
|
2995 'getstaticcharfield', |
|
2996 'getstaticshortfield', |
|
2997 'getstaticintfield', |
|
2998 'getstaticlongfield', |
|
2999 'getstaticfloatfield', |
|
3000 'getstaticdoublefield', |
|
3001 'setstaticobjectfield', |
|
3002 'setstaticbooleanfield', |
|
3003 'setstaticbytefield', |
|
3004 'setstaticcharfield', |
|
3005 'setstaticshortfield', |
|
3006 'setstaticintfield', |
|
3007 'setstaticlongfield', |
|
3008 'setstaticfloatfield', |
|
3009 'setstaticdoublefield', |
|
3010 'newstring', |
|
3011 'getstringlength', |
|
3012 'getstringchars', |
|
3013 'getarraylength', |
|
3014 'newobjectarray', |
|
3015 'getobjectarrayelement', |
|
3016 'setobjectarrayelement', |
|
3017 'newbooleanarray', |
|
3018 'newbytearray', |
|
3019 'newchararray', |
|
3020 'newshortarray', |
|
3021 'newintarray', |
|
3022 'newlongarray', |
|
3023 'newfloatarray', |
|
3024 'newdoublearray', |
|
3025 'getbooleanarrayelements', |
|
3026 'getbytearrayelements', |
|
3027 'getchararrayelements', |
|
3028 'getshortarrayelements', |
|
3029 'getintarrayelements', |
|
3030 'getlongarrayelements', |
|
3031 'getfloatarrayelements', |
|
3032 'getdoublearrayelements', |
|
3033 'getbooleanarrayregion', |
|
3034 'getbytearrayregion', |
|
3035 'getchararrayregion', |
|
3036 'getshortarrayregion', |
|
3037 'getintarrayregion', |
|
3038 'getlongarrayregion', |
|
3039 'getfloatarrayregion', |
|
3040 'getdoublearrayregion', |
|
3041 'setbooleanarrayregion', |
|
3042 'setbytearrayregion', |
|
3043 'setchararrayregion', |
|
3044 'setshortarrayregion', |
|
3045 'setintarrayregion', |
|
3046 'setlongarrayregion', |
|
3047 'setfloatarrayregion', |
|
3048 'setdoublearrayregion', |
|
3049 'monitorenter', |
|
3050 'monitorexit', |
|
3051 'fromreflectedmethod', |
|
3052 'fromreflectedfield', |
|
3053 'toreflectedmethod', |
|
3054 'toreflectedfield', |
|
3055 'exceptioncheck', |
|
3056 'dbtablestable', |
|
3057 'dstable', |
|
3058 'dsdbtable', |
|
3059 'dshoststable', |
|
3060 'fieldstable', |
|
3061 'sql', |
|
3062 'adddatasource', |
|
3063 'loaddatasourceinfo', |
|
3064 'loaddatasourcehostinfo', |
|
3065 'getdatasource', |
|
3066 'getdatasourceid', |
|
3067 'getdatasourcename', |
|
3068 'listdatasources', |
|
3069 'listactivedatasources', |
|
3070 'removedatasource', |
|
3071 'listdatasourcehosts', |
|
3072 'listhosts', |
|
3073 'adddatasourcehost', |
|
3074 'getdatasourcehost', |
|
3075 'removedatasourcehost', |
|
3076 'getdatabasehost', |
|
3077 'gethostdatabase', |
|
3078 'listalldatabases', |
|
3079 'listdatasourcedatabases', |
|
3080 'listhostdatabases', |
|
3081 'getdatasourcedatabase', |
|
3082 'getdatasourcedatabasebyid', |
|
3083 'getdatabasebyname', |
|
3084 'getdatabasebyid', |
|
3085 'getdatabasebyalias', |
|
3086 'adddatasourcedatabase', |
|
3087 'removedatasourcedatabase', |
|
3088 'listalltables', |
|
3089 'listdatabasetables', |
|
3090 'getdatabasetable', |
|
3091 'getdatabasetablebyalias', |
|
3092 'getdatabasetablebyid', |
|
3093 'gettablebyid', |
|
3094 'adddatabasetable', |
|
3095 'removedatabasetable', |
|
3096 'removefield', |
|
3097 'maybevalue', |
|
3098 'getuniquealiasname', |
|
3099 'makecolumnlist', |
|
3100 'makecolumnmap', |
|
3101 'datasourcecolumns', |
|
3102 'datasourcemap', |
|
3103 'hostcolumns', |
|
3104 'hostmap', |
|
3105 'hostcolumns2', |
|
3106 'hostmap2', |
|
3107 'databasecolumns', |
|
3108 'databasemap', |
|
3109 'tablecolumns', |
|
3110 'tablemap', |
|
3111 'databasecolumnnames', |
|
3112 'hostcolumnnames', |
|
3113 'hostcolumnnames2', |
|
3114 'datasourcecolumnnames', |
|
3115 'tablecolumnnames', |
|
3116 'bindcount', |
|
3117 'db', |
|
3118 'tables', |
|
3119 'hastable', |
|
3120 'tablehascolumn', |
|
3121 'eachrow', |
|
3122 'bindparam', |
|
3123 'foreachrow', |
|
3124 'executelazy', |
|
3125 'executenow', |
|
3126 'lastinsertid', |
|
3127 'table', |
|
3128 'bindone', |
|
3129 'src', |
|
3130 'stat', |
|
3131 'colmap', |
|
3132 'getcolumn', |
|
3133 'locals', |
|
3134 'getcolumns', |
|
3135 'bodybytes', |
|
3136 'headerbytes', |
|
3137 'ready', |
|
3138 'token', |
|
3139 'url', |
|
3140 'done', |
|
3141 'header', |
|
3142 'result', |
|
3143 'statuscode', |
|
3144 'raw', |
|
3145 'version', |
|
3146 'perform', |
|
3147 'performonce', |
|
3148 'asraw', |
|
3149 'rawdiff', |
|
3150 'getformat', |
|
3151 'setformat', |
|
3152 'subtract', |
|
3153 'gmt', |
|
3154 'dst', |
|
3155 'era', |
|
3156 'year', |
|
3157 'month', |
|
3158 'week', |
|
3159 'weekofyear', |
|
3160 'weekofmonth', |
|
3161 'day', |
|
3162 'dayofmonth', |
|
3163 'dayofyear', |
|
3164 'dayofweek', |
|
3165 'dayofweekinmonth', |
|
3166 'ampm', |
|
3167 'am', |
|
3168 'pm', |
|
3169 'hour', |
|
3170 'hourofday', |
|
3171 'hourofampm', |
|
3172 'minute', |
|
3173 'millisecond', |
|
3174 'zoneoffset', |
|
3175 'dstoffset', |
|
3176 'yearwoy', |
|
3177 'dowlocal', |
|
3178 'extendedyear', |
|
3179 'julianday', |
|
3180 'millisecondsinday', |
|
3181 'firstdayofweek', |
|
3182 'fixformat', |
|
3183 'minutesbetween', |
|
3184 'hoursbetween', |
|
3185 'secondsbetween', |
|
3186 'daysbetween', |
|
3187 'businessdaysbetween', |
|
3188 'pdifference', |
|
3189 'getfield', |
|
3190 's', |
|
3191 'linediffers', |
|
3192 'sourceline', |
|
3193 'sourcecolumn', |
|
3194 'continuationpacket', |
|
3195 'continuationpoint', |
|
3196 'continuationstack', |
|
3197 'features', |
|
3198 'lastpoint', |
|
3199 'net', |
|
3200 'running', |
|
3201 'source', |
|
3202 'run', |
|
3203 'pathtouri', |
|
3204 'sendpacket', |
|
3205 'readpacket', |
|
3206 'handlefeatureset', |
|
3207 'handlefeatureget', |
|
3208 'handlestdin', |
|
3209 'handlestdout', |
|
3210 'handlestderr', |
|
3211 'isfirststep', |
|
3212 'handlecontinuation', |
|
3213 'ensurestopped', |
|
3214 'handlestackget', |
|
3215 'handlecontextnames', |
|
3216 'formatcontextelements', |
|
3217 'formatcontextelement', |
|
3218 'bptypetostr', |
|
3219 'bptoxml', |
|
3220 'handlebreakpointlist', |
|
3221 'handlebreakpointget', |
|
3222 'handlebreakpointremove', |
|
3223 'condtoint', |
|
3224 'inttocond', |
|
3225 'handlebreakpointupdate', |
|
3226 'handlebreakpointset', |
|
3227 'handlecontextget', |
|
3228 'handlesource', |
|
3229 'error', |
|
3230 'stoprunning', |
|
3231 'pollide', |
|
3232 'polldbg', |
|
3233 'runonce', |
|
3234 'arguments', |
|
3235 'argumentvalue', |
|
3236 'end', |
|
3237 'start', |
|
3238 'days', |
|
3239 'foreachday', |
|
3240 'padzero', |
|
3241 'actionparams', |
|
3242 'capi', |
|
3243 'doclose', |
|
3244 'isnothing', |
|
3245 'named', |
|
3246 'workinginputcolumns', |
|
3247 'workingkeycolumns', |
|
3248 'workingreturncolumns', |
|
3249 'workingsortcolumns', |
|
3250 'workingkeyfield_name', |
|
3251 'scanfordatasource', |
|
3252 'configureds', |
|
3253 'configuredskeys', |
|
3254 'scrubkeywords', |
|
3255 'closeprepared', |
|
3256 'filterinputcolumn', |
|
3257 'prev', |
|
3258 'head', |
|
3259 'removenode', |
|
3260 'listnode', |
|
3261 'accept', |
|
3262 'connect', |
|
3263 'foreachaccept', |
|
3264 'writeobjecttcp', |
|
3265 'readobjecttcp', |
|
3266 'begintls', |
|
3267 'endtls', |
|
3268 'loadcerts', |
|
3269 'sslerrfail', |
|
3270 'fromname', |
|
3271 'fromport', |
|
3272 'env', |
|
3273 'getclass', |
|
3274 'jobjectisa', |
|
3275 'new', |
|
3276 'callvoid', |
|
3277 'callint', |
|
3278 'callfloat', |
|
3279 'callboolean', |
|
3280 'callobject', |
|
3281 'callstring', |
|
3282 'callstaticobject', |
|
3283 'callstaticstring', |
|
3284 'callstaticint', |
|
3285 'callstaticboolean', |
|
3286 'chk', |
|
3287 'makecolor', |
|
3288 'realdoc', |
|
3289 'addbarcode', |
|
3290 'addchapter', |
|
3291 'addcheckbox', |
|
3292 'addcombobox', |
|
3293 'addhiddenfield', |
|
3294 'addimage', |
|
3295 'addlist', |
|
3296 'addpage', |
|
3297 'addparagraph', |
|
3298 'addpasswordfield', |
|
3299 'addphrase', |
|
3300 'addradiobutton', |
|
3301 'addradiogroup', |
|
3302 'addresetbutton', |
|
3303 'addsection', |
|
3304 'addselectlist', |
|
3305 'addsubmitbutton', |
|
3306 'addtable', |
|
3307 'addtextarea', |
|
3308 'addtextfield', |
|
3309 'addtext', |
|
3310 'arc', |
|
3311 'circle', |
|
3312 'closepath', |
|
3313 'curveto', |
|
3314 'drawtext', |
|
3315 'getcolor', |
|
3316 'getheader', |
|
3317 'getheaders', |
|
3318 'getmargins', |
|
3319 'getpagenumber', |
|
3320 'getsize', |
|
3321 'insertpage', |
|
3322 'line', |
|
3323 'rect', |
|
3324 'setcolor', |
|
3325 'setfont', |
|
3326 'setlinewidth', |
|
3327 'setpagenumber', |
|
3328 'conventionaltop', |
|
3329 'lowagiefont', |
|
3330 'jcolor', |
|
3331 'jbarcode', |
|
3332 'generatechecksum', |
|
3333 'getbarheight', |
|
3334 'getbarmultiplier', |
|
3335 'getbarwidth', |
|
3336 'getbaseline', |
|
3337 'getcode', |
|
3338 'getfont', |
|
3339 'gettextalignment', |
|
3340 'gettextsize', |
|
3341 'setbarheight', |
|
3342 'setbarmultiplier', |
|
3343 'setbarwidth', |
|
3344 'setbaseline', |
|
3345 'setcode', |
|
3346 'setgeneratechecksum', |
|
3347 'setshowchecksum', |
|
3348 'settextalignment', |
|
3349 'settextsize', |
|
3350 'showchecksum', |
|
3351 'showcode39startstop', |
|
3352 'showeanguardbars', |
|
3353 'jfont', |
|
3354 'getencoding', |
|
3355 'getface', |
|
3356 'getfullfontname', |
|
3357 'getpsfontname', |
|
3358 'getsupportedencodings', |
|
3359 'istruetype', |
|
3360 'getstyle', |
|
3361 'getbold', |
|
3362 'getitalic', |
|
3363 'getunderline', |
|
3364 'setface', |
|
3365 'setunderline', |
|
3366 'setbold', |
|
3367 'setitalic', |
|
3368 'textwidth', |
|
3369 'jimage', |
|
3370 'ontop', |
|
3371 'jlist', |
|
3372 'jread', |
|
3373 'addjavascript', |
|
3374 'exportfdf', |
|
3375 'extractimage', |
|
3376 'fieldnames', |
|
3377 'fieldposition', |
|
3378 'fieldtype', |
|
3379 'fieldvalue', |
|
3380 'gettext', |
|
3381 'importfdf', |
|
3382 'javascript', |
|
3383 'pagecount', |
|
3384 'pagerotation', |
|
3385 'pagesize', |
|
3386 'setfieldvalue', |
|
3387 'setpagerange', |
|
3388 'jtable', |
|
3389 'getabswidth', |
|
3390 'getalignment', |
|
3391 'getbordercolor', |
|
3392 'getborderwidth', |
|
3393 'getcolumncount', |
|
3394 'getpadding', |
|
3395 'getrowcount', |
|
3396 'getspacing', |
|
3397 'setalignment', |
|
3398 'setbordercolor', |
|
3399 'setborderwidth', |
|
3400 'setpadding', |
|
3401 'setspacing', |
|
3402 'jtext', |
|
3403 'element', |
|
3404 'foreachspool', |
|
3405 'unspool', |
|
3406 'err', |
|
3407 'in', |
|
3408 'out', |
|
3409 'pid', |
|
3410 'wait', |
|
3411 'testexitcode', |
|
3412 'maxworkers', |
|
3413 'tasks', |
|
3414 'workers', |
|
3415 'startone', |
|
3416 'addtask', |
|
3417 'waitforcompletion', |
|
3418 'scanworkers', |
|
3419 'scantasks', |
|
3420 'z', |
|
3421 'addfile', |
|
3422 'adddir', |
|
3423 'adddirpath', |
|
3424 'foreachfile', |
|
3425 'foreachfilename', |
|
3426 'eachfilename', |
|
3427 'filenames', |
|
3428 'getfile', |
|
3429 'meta', |
|
3430 'criteria', |
|
3431 'valid', |
|
3432 'lazyvalue', |
|
3433 'qdcount', |
|
3434 'qdarray', |
|
3435 'answer', |
|
3436 'bitformat', |
|
3437 'consume_rdata', |
|
3438 'consume_string', |
|
3439 'consume_label', |
|
3440 'consume_domain', |
|
3441 'consume_message', |
|
3442 'errors', |
|
3443 'warnings', |
|
3444 'addwarning', |
|
3445 'adderror', |
|
3446 'renderbytes', |
|
3447 'renderstring', |
|
3448 'components', |
|
3449 'addcomponents', |
|
3450 'body', |
|
3451 'renderdocumentbytes', |
|
3452 'contenttype', |
|
3453 'mime_boundary', |
|
3454 'mime_contenttype', |
|
3455 'mime_hdrs', |
|
3456 'addtextpart', |
|
3457 'addhtmlpart', |
|
3458 'addattachment', |
|
3459 'addpart', |
|
3460 'recipients', |
|
3461 'pop_capa', |
|
3462 'pop_debug', |
|
3463 'pop_err', |
|
3464 'pop_get', |
|
3465 'pop_ids', |
|
3466 'pop_index', |
|
3467 'pop_log', |
|
3468 'pop_mode', |
|
3469 'pop_net', |
|
3470 'pop_res', |
|
3471 'pop_server', |
|
3472 'pop_timeout', |
|
3473 'pop_token', |
|
3474 'pop_cmd', |
|
3475 'user', |
|
3476 'pass', |
|
3477 'apop', |
|
3478 'auth', |
|
3479 'quit', |
|
3480 'rset', |
|
3481 'uidl', |
|
3482 'retr', |
|
3483 'dele', |
|
3484 'noop', |
|
3485 'capa', |
|
3486 'stls', |
|
3487 'authorize', |
|
3488 'retrieve', |
|
3489 'headers', |
|
3490 'uniqueid', |
|
3491 'capabilities', |
|
3492 'cancel', |
|
3493 'results', |
|
3494 'lasterror', |
|
3495 'parse_body', |
|
3496 'parse_boundary', |
|
3497 'parse_charset', |
|
3498 'parse_content_disposition', |
|
3499 'parse_content_transfer_encoding', |
|
3500 'parse_content_type', |
|
3501 'parse_hdrs', |
|
3502 'parse_mode', |
|
3503 'parse_msg', |
|
3504 'parse_parts', |
|
3505 'parse_rawhdrs', |
|
3506 'rawheaders', |
|
3507 'content_transfer_encoding', |
|
3508 'content_disposition', |
|
3509 'boundary', |
|
3510 'charset', |
|
3511 'cc', |
|
3512 'subject', |
|
3513 'bcc', |
|
3514 'pause', |
|
3515 'continue', |
|
3516 'touch', |
|
3517 'refresh', |
|
3518 'status', |
|
3519 'queue_status', |
|
3520 'active_tick', |
|
3521 'getprefs', |
|
3522 'initialize', |
|
3523 'queue_maintenance', |
|
3524 'queue_messages', |
|
3525 'content', |
|
3526 'rectype', |
|
3527 'requestid', |
|
3528 'cachedappprefix', |
|
3529 'cachedroot', |
|
3530 'cookiesary', |
|
3531 'fcgireq', |
|
3532 'fileuploadsary', |
|
3533 'headersmap', |
|
3534 'httpauthorization', |
|
3535 'postparamsary', |
|
3536 'queryparamsary', |
|
3537 'documentroot', |
|
3538 'appprefix', |
|
3539 'httpconnection', |
|
3540 'httpcookie', |
|
3541 'httphost', |
|
3542 'httpuseragent', |
|
3543 'httpcachecontrol', |
|
3544 'httpreferer', |
|
3545 'httpreferrer', |
|
3546 'contentlength', |
|
3547 'pathtranslated', |
|
3548 'remoteaddr', |
|
3549 'remoteport', |
|
3550 'requestmethod', |
|
3551 'requesturi', |
|
3552 'scriptfilename', |
|
3553 'scriptname', |
|
3554 'scripturi', |
|
3555 'scripturl', |
|
3556 'serveraddr', |
|
3557 'serveradmin', |
|
3558 'servername', |
|
3559 'serverport', |
|
3560 'serverprotocol', |
|
3561 'serversignature', |
|
3562 'serversoftware', |
|
3563 'pathinfo', |
|
3564 'gatewayinterface', |
|
3565 'httpaccept', |
|
3566 'httpacceptencoding', |
|
3567 'httpacceptlanguage', |
|
3568 'ishttps', |
|
3569 'cookies', |
|
3570 'rawheader', |
|
3571 'queryparam', |
|
3572 'postparam', |
|
3573 'param', |
|
3574 'queryparams', |
|
3575 'querystring', |
|
3576 'postparams', |
|
3577 'poststring', |
|
3578 'params', |
|
3579 'fileuploads', |
|
3580 'isxhr', |
|
3581 'reqid', |
|
3582 'statusmsg', |
|
3583 'cap', |
|
3584 'n', |
|
3585 'proxying', |
|
3586 'stop', |
|
3587 'printsimplemsg', |
|
3588 'handleevalexpired', |
|
3589 'handlenormalconnection', |
|
3590 'handledevconnection', |
|
3591 'splittoprivatedev', |
|
3592 'getmode', |
|
3593 'novaluelists', |
|
3594 'makeurl', |
|
3595 'choosecolumntype', |
|
3596 'getdatabasetablepart', |
|
3597 'getlcapitype', |
|
3598 'buildquery', |
|
3599 'getsortfieldspart', |
|
3600 'endjs', |
|
3601 'addjs', |
|
3602 'addjstext', |
|
3603 'addendjs', |
|
3604 'addendjstext', |
|
3605 'addcss', |
|
3606 'addfavicon', |
|
3607 'attrs', |
|
3608 'dtdid', |
|
3609 'xhtml', |
|
3610 'code', |
|
3611 'msg', |
|
3612 'scripttype', |
|
3613 'defer', |
|
3614 'httpequiv', |
|
3615 'scheme', |
|
3616 'href', |
|
3617 'hreflang', |
|
3618 'linktype', |
|
3619 'rel', |
|
3620 'rev', |
|
3621 'media', |
|
3622 'declare', |
|
3623 'classid', |
|
3624 'codebase', |
|
3625 'objecttype', |
|
3626 'codetype', |
|
3627 'archive', |
|
3628 'standby', |
|
3629 'usemap', |
|
3630 'tabindex', |
|
3631 'styletype', |
|
3632 'method', |
|
3633 'enctype', |
|
3634 'accept_charset', |
|
3635 'onsubmit', |
|
3636 'onreset', |
|
3637 'accesskey', |
|
3638 'inputtype', |
|
3639 'maxlength', |
|
3640 'for', |
|
3641 'label', |
|
3642 'multiple', |
|
3643 'buff', |
|
3644 'wroteheaders', |
|
3645 'pullrequest', |
|
3646 'pullrawpost', |
|
3647 'shouldclose', |
|
3648 'pullurlpost', |
|
3649 'pullmimepost', |
|
3650 'pullhttpheader', |
|
3651 'pulloneheaderline', |
|
3652 'parseoneheaderline', |
|
3653 'addoneheaderline', |
|
3654 'safeexport8bits', |
|
3655 'writeheader', |
|
3656 'connhandler', |
|
3657 'port', |
|
3658 'connectionhandler', |
|
3659 'acceptconnections', |
|
3660 'gotconnection', |
|
3661 'failnoconnectionhandler', |
|
3662 'splitconnection', |
|
3663 'scriptextensions', |
|
3664 'sendfile', |
|
3665 'probemimetype', |
|
3666 'inits', |
|
3667 'installs', |
|
3668 'rootmap', |
|
3669 'install', |
|
3670 'getappsource', |
|
3671 'preflight', |
|
3672 'splituppath', |
|
3673 'handleresource', |
|
3674 'handledefinitionhead', |
|
3675 'handledefinitionbody', |
|
3676 'handledefinitionresource', |
|
3677 'execinstalls', |
|
3678 'execinits', |
|
3679 'payload', |
|
3680 'eligiblepath', |
|
3681 'eligiblepaths', |
|
3682 'expiresminutes', |
|
3683 'moddatestr', |
|
3684 'zips', |
|
3685 'addzip', |
|
3686 'getzipfilebytes', |
|
3687 'resourcedata', |
|
3688 'zipfile', |
|
3689 'zipname', |
|
3690 'zipfilename', |
|
3691 'rawinvokable', |
|
3692 'route', |
|
3693 'setdestination', |
|
3694 'encodepassword', |
|
3695 'checkuser', |
|
3696 'needinitialization', |
|
3697 'adduser', |
|
3698 'getuserid', |
|
3699 'getuser', |
|
3700 'getuserbykey', |
|
3701 'removeuser', |
|
3702 'listusers', |
|
3703 'listusersbygroup', |
|
3704 'countusersbygroup', |
|
3705 'addgroup', |
|
3706 'updategroup', |
|
3707 'getgroupid', |
|
3708 'getgroup', |
|
3709 'removegroup', |
|
3710 'listgroups', |
|
3711 'listgroupsbyuser', |
|
3712 'addusertogroup', |
|
3713 'removeuserfromgroup', |
|
3714 'removeuserfromallgroups', |
|
3715 'md5hex', |
|
3716 'usercolumns', |
|
3717 'groupcolumns', |
|
3718 'expireminutes', |
|
3719 'lasttouched', |
|
3720 'hasexpired', |
|
3721 'idealinmemory', |
|
3722 'maxinmemory', |
|
3723 'nextprune', |
|
3724 'nextprunedelta', |
|
3725 'sessionsdump', |
|
3726 'prune', |
|
3727 'entry', |
|
3728 'host', |
|
3729 'tb', |
|
3730 'setdefaultstorage', |
|
3731 'getdefaultstorage', |
|
3732 'onconvert', |
|
3733 'send', |
|
3734 'addsubnode', |
|
3735 'removesubnode', |
|
3736 'nodeforpath', |
|
3737 'jsonfornode', |
|
3738 'appmessage', |
|
3739 'appstatus', |
|
3740 'atends', |
|
3741 'chunked', |
|
3742 'cookiesarray', |
|
3743 'didinclude', |
|
3744 'errstack', |
|
3745 'headersarray', |
|
3746 'includestack', |
|
3747 'outputencoding', |
|
3748 'sessionsmap', |
|
3749 'htmlizestacktrace', |
|
3750 'respond', |
|
3751 'sendresponse', |
|
3752 'sendchunk', |
|
3753 'makecookieyumyum', |
|
3754 'includeonce', |
|
3755 'includelibrary', |
|
3756 'includelibraryonce', |
|
3757 'includebytes', |
|
3758 'addatend', |
|
3759 'setcookie', |
|
3760 'addheader', |
|
3761 'replaceheader', |
|
3762 'setheaders', |
|
3763 'rawcontent', |
|
3764 'redirectto', |
|
3765 'htmlizestacktracelink', |
|
3766 'doatbegins', |
|
3767 'handlelassoappcontent', |
|
3768 'handlelassoappresponse', |
|
3769 'domainbody', |
|
3770 'establisherrorstate', |
|
3771 'tryfinderrorfile', |
|
3772 'doatends', |
|
3773 'dosessions', |
|
3774 'makenonrelative', |
|
3775 'pushinclude', |
|
3776 'popinclude', |
|
3777 'findinclude', |
|
3778 'checkdebugging', |
|
3779 'splitdebuggingthread', |
|
3780 'matchtriggers', |
|
3781 'rules', |
|
3782 'shouldabort', |
|
3783 'gettrigger', |
|
3784 'trigger', |
|
3785 'rule' |
|
3786 ], |
|
3787 'Lasso 8 Tags': [ |
|
3788 '__char', |
|
3789 '__sync_timestamp__', |
|
3790 '_admin_addgroup', |
|
3791 '_admin_adduser', |
|
3792 '_admin_defaultconnector', |
|
3793 '_admin_defaultconnectornames', |
|
3794 '_admin_defaultdatabase', |
|
3795 '_admin_defaultfield', |
|
3796 '_admin_defaultgroup', |
|
3797 '_admin_defaulthost', |
|
3798 '_admin_defaulttable', |
|
3799 '_admin_defaultuser', |
|
3800 '_admin_deleteconnector', |
|
3801 '_admin_deletedatabase', |
|
3802 '_admin_deletefield', |
|
3803 '_admin_deletegroup', |
|
3804 '_admin_deletehost', |
|
3805 '_admin_deletetable', |
|
3806 '_admin_deleteuser', |
|
3807 '_admin_duplicategroup', |
|
3808 '_admin_internaldatabase', |
|
3809 '_admin_listconnectors', |
|
3810 '_admin_listdatabases', |
|
3811 '_admin_listfields', |
|
3812 '_admin_listgroups', |
|
3813 '_admin_listhosts', |
|
3814 '_admin_listtables', |
|
3815 '_admin_listusers', |
|
3816 '_admin_refreshconnector', |
|
3817 '_admin_refreshsecurity', |
|
3818 '_admin_servicepath', |
|
3819 '_admin_updateconnector', |
|
3820 '_admin_updatedatabase', |
|
3821 '_admin_updatefield', |
|
3822 '_admin_updategroup', |
|
3823 '_admin_updatehost', |
|
3824 '_admin_updatetable', |
|
3825 '_admin_updateuser', |
|
3826 '_chartfx_activation_string', |
|
3827 '_chartfx_getchallengestring', |
|
3828 '_chop_args', |
|
3829 '_chop_mimes', |
|
3830 '_client_addr_old', |
|
3831 '_client_address_old', |
|
3832 '_client_ip_old', |
|
3833 '_database_names', |
|
3834 '_datasource_reload', |
|
3835 '_date_current', |
|
3836 '_date_format', |
|
3837 '_date_msec', |
|
3838 '_date_parse', |
|
3839 '_execution_timelimit', |
|
3840 '_file_chmod', |
|
3841 '_initialize', |
|
3842 '_jdbc_acceptsurl', |
|
3843 '_jdbc_debug', |
|
3844 '_jdbc_deletehost', |
|
3845 '_jdbc_driverclasses', |
|
3846 '_jdbc_driverinfo', |
|
3847 '_jdbc_metainfo', |
|
3848 '_jdbc_propertyinfo', |
|
3849 '_jdbc_setdriver', |
|
3850 '_lasso_param', |
|
3851 '_log_helper', |
|
3852 '_proc_noparam', |
|
3853 '_proc_withparam', |
|
3854 '_recursion_limit', |
|
3855 '_request_param', |
|
3856 '_security_binaryexpiration', |
|
3857 '_security_flushcaches', |
|
3858 '_security_isserialized', |
|
3859 '_security_serialexpiration', |
|
3860 '_srand', |
|
3861 '_strict_literals', |
|
3862 '_substring', |
|
3863 '_xmlrpc_exconverter', |
|
3864 '_xmlrpc_inconverter', |
|
3865 '_xmlrpc_xmlinconverter', |
|
3866 'abort', |
|
3867 'accept', |
|
3868 'action_addinfo', |
|
3869 'action_addrecord', |
|
3870 'action_param', |
|
3871 'action_params', |
|
3872 'action_setfoundcount', |
|
3873 'action_setrecordid', |
|
3874 'action_settotalcount', |
|
3875 'action_statement', |
|
3876 'add', |
|
3877 'addattachment', |
|
3878 'addattribute', |
|
3879 'addbarcode', |
|
3880 'addchapter', |
|
3881 'addcheckbox', |
|
3882 'addchild', |
|
3883 'addcombobox', |
|
3884 'addcomment', |
|
3885 'addcontent', |
|
3886 'addhiddenfield', |
|
3887 'addhtmlpart', |
|
3888 'addimage', |
|
3889 'addjavascript', |
|
3890 'addlist', |
|
3891 'addnamespace', |
|
3892 'addnextsibling', |
|
3893 'addpage', |
|
3894 'addparagraph', |
|
3895 'addparenttype', |
|
3896 'addpart', |
|
3897 'addpasswordfield', |
|
3898 'addphrase', |
|
3899 'addprevsibling', |
|
3900 'addradiobutton', |
|
3901 'addradiogroup', |
|
3902 'addresetbutton', |
|
3903 'addsection', |
|
3904 'addselectlist', |
|
3905 'addsibling', |
|
3906 'addsubmitbutton', |
|
3907 'addtable', |
|
3908 'addtext', |
|
3909 'addtextarea', |
|
3910 'addtextfield', |
|
3911 'addtextpart', |
|
3912 'admin_allowedfileroots', |
|
3913 'admin_changeuser', |
|
3914 'admin_createuser', |
|
3915 'admin_currentgroups', |
|
3916 'admin_currentuserid', |
|
3917 'admin_currentusername', |
|
3918 'admin_getpref', |
|
3919 'admin_groupassignuser', |
|
3920 'admin_grouplistusers', |
|
3921 'admin_groupremoveuser', |
|
3922 'admin_lassoservicepath', |
|
3923 'admin_listgroups', |
|
3924 'admin_refreshlicensing', |
|
3925 'admin_refreshsecurity', |
|
3926 'admin_reloaddatasource', |
|
3927 'admin_removepref', |
|
3928 'admin_setpref', |
|
3929 'admin_userexists', |
|
3930 'admin_userlistgroups', |
|
3931 'alarms', |
|
3932 'all', |
|
3933 'and', |
|
3934 'annotate', |
|
3935 'answer', |
|
3936 'append', |
|
3937 'appendreplacement', |
|
3938 'appendtail', |
|
3939 'arc', |
|
3940 'array', |
|
3941 'array_iterator', |
|
3942 'asasync', |
|
3943 'astype', |
|
3944 'atbegin', |
|
3945 'atbottom', |
|
3946 'atend', |
|
3947 'atfarleft', |
|
3948 'atfarright', |
|
3949 'attop', |
|
3950 'attributecount', |
|
3951 'attributes', |
|
3952 'auth', |
|
3953 'auth_admin', |
|
3954 'auth_auth', |
|
3955 'auth_custom', |
|
3956 'auth_group', |
|
3957 'auth_prompt', |
|
3958 'auth_user', |
|
3959 'authenticate', |
|
3960 'authorize', |
|
3961 'backward', |
|
3962 'base64', |
|
3963 'baseuri', |
|
3964 'bcc', |
|
3965 'bean', |
|
3966 'beanproperties', |
|
3967 'beginswith', |
|
3968 'bigint', |
|
3969 'bind', |
|
3970 'bitand', |
|
3971 'bitclear', |
|
3972 'bitflip', |
|
3973 'bitformat', |
|
3974 'bitnot', |
|
3975 'bitor', |
|
3976 'bitset', |
|
3977 'bitshiftleft', |
|
3978 'bitshiftright', |
|
3979 'bittest', |
|
3980 'bitxor', |
|
3981 'blur', |
|
3982 'body', |
|
3983 'bom_utf16be', |
|
3984 'bom_utf16le', |
|
3985 'bom_utf32be', |
|
3986 'bom_utf32le', |
|
3987 'bom_utf8', |
|
3988 'boolean', |
|
3989 'boundary', |
|
3990 'bw', |
|
3991 'bytes', |
|
3992 'cache', |
|
3993 'cache_delete', |
|
3994 'cache_empty', |
|
3995 'cache_exists', |
|
3996 'cache_fetch', |
|
3997 'cache_internal', |
|
3998 'cache_maintenance', |
|
3999 'cache_object', |
|
4000 'cache_preferences', |
|
4001 'cache_store', |
|
4002 'call', |
|
4003 'cancel', |
|
4004 'capabilities', |
|
4005 'case', |
|
4006 'cc', |
|
4007 'chardigitvalue', |
|
4008 'charname', |
|
4009 'charset', |
|
4010 'chartfx', |
|
4011 'chartfx_records', |
|
4012 'chartfx_serve', |
|
4013 'chartype', |
|
4014 'checked', |
|
4015 'children', |
|
4016 'choice_list', |
|
4017 'choice_listitem', |
|
4018 'choicelistitem', |
|
4019 'cipher_decrypt', |
|
4020 'cipher_digest', |
|
4021 'cipher_encrypt', |
|
4022 'cipher_hmac', |
|
4023 'cipher_keylength', |
|
4024 'cipher_list', |
|
4025 'circle', |
|
4026 'click_text', |
|
4027 'client_addr', |
|
4028 'client_address', |
|
4029 'client_authorization', |
|
4030 'client_browser', |
|
4031 'client_contentlength', |
|
4032 'client_contenttype', |
|
4033 'client_cookielist', |
|
4034 'client_cookies', |
|
4035 'client_encoding', |
|
4036 'client_formmethod', |
|
4037 'client_getargs', |
|
4038 'client_getparams', |
|
4039 'client_headers', |
|
4040 'client_ip', |
|
4041 'client_ipfrominteger', |
|
4042 'client_iptointeger', |
|
4043 'client_password', |
|
4044 'client_postargs', |
|
4045 'client_postparams', |
|
4046 'client_type', |
|
4047 'client_url', |
|
4048 'client_username', |
|
4049 'close', |
|
4050 'closepath', |
|
4051 'closewrite', |
|
4052 'cn', |
|
4053 'code', |
|
4054 'colorspace', |
|
4055 'column', |
|
4056 'column_name', |
|
4057 'column_names', |
|
4058 'command', |
|
4059 'comments', |
|
4060 'compare', |
|
4061 'compare_beginswith', |
|
4062 'compare_contains', |
|
4063 'compare_endswith', |
|
4064 'compare_equalto', |
|
4065 'compare_greaterthan', |
|
4066 'compare_greaterthanorequals', |
|
4067 'compare_greaterthanorequls', |
|
4068 'compare_lessthan', |
|
4069 'compare_lessthanorequals', |
|
4070 'compare_notbeginswith', |
|
4071 'compare_notcontains', |
|
4072 'compare_notendswith', |
|
4073 'compare_notequalto', |
|
4074 'compare_notregexp', |
|
4075 'compare_regexp', |
|
4076 'compare_strictequalto', |
|
4077 'compare_strictnotequalto', |
|
4078 'comparecodepointorder', |
|
4079 'compile', |
|
4080 'compiler_removecacheddoc', |
|
4081 'compiler_setdefaultparserflags', |
|
4082 'composite', |
|
4083 'compress', |
|
4084 'connect', |
|
4085 'contains', |
|
4086 'content_body', |
|
4087 'content_disposition', |
|
4088 'content_encoding', |
|
4089 'content_header', |
|
4090 'content_transfer_encoding', |
|
4091 'content_type', |
|
4092 'contents', |
|
4093 'contrast', |
|
4094 'convert', |
|
4095 'cookie', |
|
4096 'cookie_set', |
|
4097 'crop', |
|
4098 'curl_ftp_getfile', |
|
4099 'curl_ftp_getlisting', |
|
4100 'curl_ftp_putfile', |
|
4101 'curl_include_url', |
|
4102 'currency', |
|
4103 'curveto', |
|
4104 'data', |
|
4105 'database_changecolumn', |
|
4106 'database_changefield', |
|
4107 'database_createcolumn', |
|
4108 'database_createfield', |
|
4109 'database_createtable', |
|
4110 'database_fmcontainer', |
|
4111 'database_hostinfo', |
|
4112 'database_inline', |
|
4113 'database_name', |
|
4114 'database_nameitem', |
|
4115 'database_names', |
|
4116 'database_realname', |
|
4117 'database_removecolumn', |
|
4118 'database_removefield', |
|
4119 'database_removetable', |
|
4120 'database_repeating', |
|
4121 'database_repeating_valueitem', |
|
4122 'database_repeatingvalueitem', |
|
4123 'database_schemanameitem', |
|
4124 'database_schemanames', |
|
4125 'database_tablecolumn', |
|
4126 'database_tablenameitem', |
|
4127 'database_tablenames', |
|
4128 'datasource_name', |
|
4129 'datasource_register', |
|
4130 'date', |
|
4131 'date__date_current', |
|
4132 'date__date_format', |
|
4133 'date__date_msec', |
|
4134 'date__date_parse', |
|
4135 'date_add', |
|
4136 'date_date', |
|
4137 'date_difference', |
|
4138 'date_duration', |
|
4139 'date_format', |
|
4140 'date_getcurrentdate', |
|
4141 'date_getday', |
|
4142 'date_getdayofweek', |
|
4143 'date_gethour', |
|
4144 'date_getlocaltimezone', |
|
4145 'date_getminute', |
|
4146 'date_getmonth', |
|
4147 'date_getsecond', |
|
4148 'date_gettime', |
|
4149 'date_getyear', |
|
4150 'date_gmttolocal', |
|
4151 'date_localtogmt', |
|
4152 'date_maximum', |
|
4153 'date_minimum', |
|
4154 'date_msec', |
|
4155 'date_setformat', |
|
4156 'date_subtract', |
|
4157 'day', |
|
4158 'daylights', |
|
4159 'dayofweek', |
|
4160 'dayofyear', |
|
4161 'db_layoutnameitem', |
|
4162 'db_layoutnames', |
|
4163 'db_nameitem', |
|
4164 'db_names', |
|
4165 'db_tablenameitem', |
|
4166 'db_tablenames', |
|
4167 'dbi_column_names', |
|
4168 'dbi_field_names', |
|
4169 'decimal', |
|
4170 'decimal_setglobaldefaultprecision', |
|
4171 'decode_base64', |
|
4172 'decode_bheader', |
|
4173 'decode_hex', |
|
4174 'decode_html', |
|
4175 'decode_json', |
|
4176 'decode_qheader', |
|
4177 'decode_quotedprintable', |
|
4178 'decode_quotedprintablebytes', |
|
4179 'decode_url', |
|
4180 'decode_xml', |
|
4181 'decompress', |
|
4182 'decrement', |
|
4183 'decrypt_blowfish', |
|
4184 'decrypt_blowfish2', |
|
4185 'default', |
|
4186 'define_atbegin', |
|
4187 'define_atend', |
|
4188 'define_constant', |
|
4189 'define_prototype', |
|
4190 'define_tag', |
|
4191 'define_tagp', |
|
4192 'define_type', |
|
4193 'define_typep', |
|
4194 'delete', |
|
4195 'depth', |
|
4196 'describe', |
|
4197 'description', |
|
4198 'deserialize', |
|
4199 'detach', |
|
4200 'detachreference', |
|
4201 'difference', |
|
4202 'digit', |
|
4203 'directory_directorynameitem', |
|
4204 'directory_lister', |
|
4205 'directory_nameitem', |
|
4206 'directorynameitem', |
|
4207 'dns_default', |
|
4208 'dns_lookup', |
|
4209 'dns_response', |
|
4210 'document', |
|
4211 'down', |
|
4212 'drawtext', |
|
4213 'dst', |
|
4214 'dump', |
|
4215 'duration', |
|
4216 'else', |
|
4217 'email_batch', |
|
4218 'email_compose', |
|
4219 'email_digestchallenge', |
|
4220 'email_digestresponse', |
|
4221 'email_extract', |
|
4222 'email_findemails', |
|
4223 'email_immediate', |
|
4224 'email_merge', |
|
4225 'email_mxerror', |
|
4226 'email_mxlookup', |
|
4227 'email_parse', |
|
4228 'email_pop', |
|
4229 'email_queue', |
|
4230 'email_result', |
|
4231 'email_safeemail', |
|
4232 'email_send', |
|
4233 'email_smtp', |
|
4234 'email_status', |
|
4235 'email_token', |
|
4236 'email_translatebreakstocrlf', |
|
4237 'encode_base64', |
|
4238 'encode_bheader', |
|
4239 'encode_break', |
|
4240 'encode_breaks', |
|
4241 'encode_crc32', |
|
4242 'encode_hex', |
|
4243 'encode_html', |
|
4244 'encode_htmltoxml', |
|
4245 'encode_json', |
|
4246 'encode_qheader', |
|
4247 'encode_quotedprintable', |
|
4248 'encode_quotedprintablebytes', |
|
4249 'encode_set', |
|
4250 'encode_smart', |
|
4251 'encode_sql', |
|
4252 'encode_sql92', |
|
4253 'encode_stricturl', |
|
4254 'encode_url', |
|
4255 'encode_xml', |
|
4256 'encrypt_blowfish', |
|
4257 'encrypt_blowfish2', |
|
4258 'encrypt_crammd5', |
|
4259 'encrypt_hmac', |
|
4260 'encrypt_md5', |
|
4261 'endswith', |
|
4262 'enhance', |
|
4263 'eq', |
|
4264 'equals', |
|
4265 'error_adderror', |
|
4266 'error_code', |
|
4267 'error_code_aborted', |
|
4268 'error_code_assert', |
|
4269 'error_code_bof', |
|
4270 'error_code_connectioninvalid', |
|
4271 'error_code_couldnotclosefile', |
|
4272 'error_code_couldnotcreateoropenfile', |
|
4273 'error_code_couldnotdeletefile', |
|
4274 'error_code_couldnotdisposememory', |
|
4275 'error_code_couldnotlockmemory', |
|
4276 'error_code_couldnotreadfromfile', |
|
4277 'error_code_couldnotunlockmemory', |
|
4278 'error_code_couldnotwritetofile', |
|
4279 'error_code_criterianotmet', |
|
4280 'error_code_datasourceerror', |
|
4281 'error_code_directoryfull', |
|
4282 'error_code_diskfull', |
|
4283 'error_code_dividebyzero', |
|
4284 'error_code_eof', |
|
4285 'error_code_failure', |
|
4286 'error_code_fieldrestriction', |
|
4287 'error_code_file', |
|
4288 'error_code_filealreadyexists', |
|
4289 'error_code_filecorrupt', |
|
4290 'error_code_fileinvalid', |
|
4291 'error_code_fileinvalidaccessmode', |
|
4292 'error_code_fileisclosed', |
|
4293 'error_code_fileisopen', |
|
4294 'error_code_filelocked', |
|
4295 'error_code_filenotfound', |
|
4296 'error_code_fileunlocked', |
|
4297 'error_code_httpfilenotfound', |
|
4298 'error_code_illegalinstruction', |
|
4299 'error_code_illegaluseoffrozeninstance', |
|
4300 'error_code_invaliddatabase', |
|
4301 'error_code_invalidfilename', |
|
4302 'error_code_invalidmemoryobject', |
|
4303 'error_code_invalidparameter', |
|
4304 'error_code_invalidpassword', |
|
4305 'error_code_invalidpathname', |
|
4306 'error_code_invalidusername', |
|
4307 'error_code_ioerror', |
|
4308 'error_code_loopaborted', |
|
4309 'error_code_memory', |
|
4310 'error_code_network', |
|
4311 'error_code_nilpointer', |
|
4312 'error_code_noerr', |
|
4313 'error_code_nopermission', |
|
4314 'error_code_outofmemory', |
|
4315 'error_code_outofstackspace', |
|
4316 'error_code_overflow', |
|
4317 'error_code_postconditionfailed', |
|
4318 'error_code_preconditionfailed', |
|
4319 'error_code_resnotfound', |
|
4320 'error_code_resource', |
|
4321 'error_code_streamreaderror', |
|
4322 'error_code_streamwriteerror', |
|
4323 'error_code_syntaxerror', |
|
4324 'error_code_tagnotfound', |
|
4325 'error_code_unknownerror', |
|
4326 'error_code_varnotfound', |
|
4327 'error_code_volumedoesnotexist', |
|
4328 'error_code_webactionnotsupported', |
|
4329 'error_code_webadderror', |
|
4330 'error_code_webdeleteerror', |
|
4331 'error_code_webmodulenotfound', |
|
4332 'error_code_webnosuchobject', |
|
4333 'error_code_webrepeatingrelatedfield', |
|
4334 'error_code_webrequiredfieldmissing', |
|
4335 'error_code_webtimeout', |
|
4336 'error_code_webupdateerror', |
|
4337 'error_columnrestriction', |
|
4338 'error_currenterror', |
|
4339 'error_databaseconnectionunavailable', |
|
4340 'error_databasetimeout', |
|
4341 'error_deleteerror', |
|
4342 'error_fieldrestriction', |
|
4343 'error_filenotfound', |
|
4344 'error_invaliddatabase', |
|
4345 'error_invalidpassword', |
|
4346 'error_invalidusername', |
|
4347 'error_modulenotfound', |
|
4348 'error_msg', |
|
4349 'error_msg_aborted', |
|
4350 'error_msg_assert', |
|
4351 'error_msg_bof', |
|
4352 'error_msg_connectioninvalid', |
|
4353 'error_msg_couldnotclosefile', |
|
4354 'error_msg_couldnotcreateoropenfile', |
|
4355 'error_msg_couldnotdeletefile', |
|
4356 'error_msg_couldnotdisposememory', |
|
4357 'error_msg_couldnotlockmemory', |
|
4358 'error_msg_couldnotreadfromfile', |
|
4359 'error_msg_couldnotunlockmemory', |
|
4360 'error_msg_couldnotwritetofile', |
|
4361 'error_msg_criterianotmet', |
|
4362 'error_msg_datasourceerror', |
|
4363 'error_msg_directoryfull', |
|
4364 'error_msg_diskfull', |
|
4365 'error_msg_dividebyzero', |
|
4366 'error_msg_eof', |
|
4367 'error_msg_failure', |
|
4368 'error_msg_fieldrestriction', |
|
4369 'error_msg_file', |
|
4370 'error_msg_filealreadyexists', |
|
4371 'error_msg_filecorrupt', |
|
4372 'error_msg_fileinvalid', |
|
4373 'error_msg_fileinvalidaccessmode', |
|
4374 'error_msg_fileisclosed', |
|
4375 'error_msg_fileisopen', |
|
4376 'error_msg_filelocked', |
|
4377 'error_msg_filenotfound', |
|
4378 'error_msg_fileunlocked', |
|
4379 'error_msg_httpfilenotfound', |
|
4380 'error_msg_illegalinstruction', |
|
4381 'error_msg_illegaluseoffrozeninstance', |
|
4382 'error_msg_invaliddatabase', |
|
4383 'error_msg_invalidfilename', |
|
4384 'error_msg_invalidmemoryobject', |
|
4385 'error_msg_invalidparameter', |
|
4386 'error_msg_invalidpassword', |
|
4387 'error_msg_invalidpathname', |
|
4388 'error_msg_invalidusername', |
|
4389 'error_msg_ioerror', |
|
4390 'error_msg_loopaborted', |
|
4391 'error_msg_memory', |
|
4392 'error_msg_network', |
|
4393 'error_msg_nilpointer', |
|
4394 'error_msg_noerr', |
|
4395 'error_msg_nopermission', |
|
4396 'error_msg_outofmemory', |
|
4397 'error_msg_outofstackspace', |
|
4398 'error_msg_overflow', |
|
4399 'error_msg_postconditionfailed', |
|
4400 'error_msg_preconditionfailed', |
|
4401 'error_msg_resnotfound', |
|
4402 'error_msg_resource', |
|
4403 'error_msg_streamreaderror', |
|
4404 'error_msg_streamwriteerror', |
|
4405 'error_msg_syntaxerror', |
|
4406 'error_msg_tagnotfound', |
|
4407 'error_msg_unknownerror', |
|
4408 'error_msg_varnotfound', |
|
4409 'error_msg_volumedoesnotexist', |
|
4410 'error_msg_webactionnotsupported', |
|
4411 'error_msg_webadderror', |
|
4412 'error_msg_webdeleteerror', |
|
4413 'error_msg_webmodulenotfound', |
|
4414 'error_msg_webnosuchobject', |
|
4415 'error_msg_webrepeatingrelatedfield', |
|
4416 'error_msg_webrequiredfieldmissing', |
|
4417 'error_msg_webtimeout', |
|
4418 'error_msg_webupdateerror', |
|
4419 'error_noerror', |
|
4420 'error_nopermission', |
|
4421 'error_norecordsfound', |
|
4422 'error_outofmemory', |
|
4423 'error_pop', |
|
4424 'error_push', |
|
4425 'error_reqcolumnmissing', |
|
4426 'error_reqfieldmissing', |
|
4427 'error_requiredcolumnmissing', |
|
4428 'error_requiredfieldmissing', |
|
4429 'error_reset', |
|
4430 'error_seterrorcode', |
|
4431 'error_seterrormessage', |
|
4432 'error_updateerror', |
|
4433 'errors', |
|
4434 'euro', |
|
4435 'eval', |
|
4436 'event_schedule', |
|
4437 'events', |
|
4438 'ew', |
|
4439 'execute', |
|
4440 'export16bits', |
|
4441 'export32bits', |
|
4442 'export64bits', |
|
4443 'export8bits', |
|
4444 'exportfdf', |
|
4445 'exportstring', |
|
4446 'extract', |
|
4447 'extractone', |
|
4448 'fail', |
|
4449 'fail_if', |
|
4450 'false', |
|
4451 'field', |
|
4452 'field_name', |
|
4453 'field_names', |
|
4454 'fieldnames', |
|
4455 'fieldtype', |
|
4456 'fieldvalue', |
|
4457 'file', |
|
4458 'file_autoresolvefullpaths', |
|
4459 'file_chmod', |
|
4460 'file_control', |
|
4461 'file_copy', |
|
4462 'file_create', |
|
4463 'file_creationdate', |
|
4464 'file_currenterror', |
|
4465 'file_delete', |
|
4466 'file_exists', |
|
4467 'file_getlinecount', |
|
4468 'file_getsize', |
|
4469 'file_isdirectory', |
|
4470 'file_listdirectory', |
|
4471 'file_moddate', |
|
4472 'file_modechar', |
|
4473 'file_modeline', |
|
4474 'file_move', |
|
4475 'file_openread', |
|
4476 'file_openreadwrite', |
|
4477 'file_openwrite', |
|
4478 'file_openwriteappend', |
|
4479 'file_openwritetruncate', |
|
4480 'file_probeeol', |
|
4481 'file_processuploads', |
|
4482 'file_read', |
|
4483 'file_readline', |
|
4484 'file_rename', |
|
4485 'file_serve', |
|
4486 'file_setsize', |
|
4487 'file_stream', |
|
4488 'file_streamcopy', |
|
4489 'file_uploads', |
|
4490 'file_waitread', |
|
4491 'file_waittimeout', |
|
4492 'file_waitwrite', |
|
4493 'file_write', |
|
4494 'find', |
|
4495 'find_soap_ops', |
|
4496 'findindex', |
|
4497 'findnamespace', |
|
4498 'findnamespacebyhref', |
|
4499 'findpattern', |
|
4500 'findposition', |
|
4501 'first', |
|
4502 'firstchild', |
|
4503 'fliph', |
|
4504 'flipv', |
|
4505 'flush', |
|
4506 'foldcase', |
|
4507 'foreach', |
|
4508 'form_param', |
|
4509 'format', |
|
4510 'forward', |
|
4511 'found_count', |
|
4512 'freebusies', |
|
4513 'freezetype', |
|
4514 'freezevalue', |
|
4515 'from', |
|
4516 'ft', |
|
4517 'ftp_getfile', |
|
4518 'ftp_getlisting', |
|
4519 'ftp_putfile', |
|
4520 'full', |
|
4521 'fulltype', |
|
4522 'generatechecksum', |
|
4523 'get', |
|
4524 'getabswidth', |
|
4525 'getalignment', |
|
4526 'getattribute', |
|
4527 'getattributenamespace', |
|
4528 'getbarheight', |
|
4529 'getbarmultiplier', |
|
4530 'getbarwidth', |
|
4531 'getbaseline', |
|
4532 'getbordercolor', |
|
4533 'getborderwidth', |
|
4534 'getcode', |
|
4535 'getcolor', |
|
4536 'getcolumncount', |
|
4537 'getencoding', |
|
4538 'getface', |
|
4539 'getfont', |
|
4540 'getformat', |
|
4541 'getfullfontname', |
|
4542 'getheaders', |
|
4543 'getmargins', |
|
4544 'getmethod', |
|
4545 'getnumericvalue', |
|
4546 'getpadding', |
|
4547 'getpagenumber', |
|
4548 'getparams', |
|
4549 'getproperty', |
|
4550 'getpsfontname', |
|
4551 'getrange', |
|
4552 'getrowcount', |
|
4553 'getsize', |
|
4554 'getspacing', |
|
4555 'getsupportedencodings', |
|
4556 'gettextalignment', |
|
4557 'gettextsize', |
|
4558 'gettype', |
|
4559 'global', |
|
4560 'global_defined', |
|
4561 'global_remove', |
|
4562 'global_reset', |
|
4563 'globals', |
|
4564 'gmt', |
|
4565 'groupcount', |
|
4566 'gt', |
|
4567 'gte', |
|
4568 'handle', |
|
4569 'handle_error', |
|
4570 'hasattribute', |
|
4571 'haschildren', |
|
4572 'hasvalue', |
|
4573 'header', |
|
4574 'headers', |
|
4575 'height', |
|
4576 'histogram', |
|
4577 'hosttonet16', |
|
4578 'hosttonet32', |
|
4579 'hour', |
|
4580 'html_comment', |
|
4581 'http_getfile', |
|
4582 'ical_alarm', |
|
4583 'ical_attribute', |
|
4584 'ical_calendar', |
|
4585 'ical_daylight', |
|
4586 'ical_event', |
|
4587 'ical_freebusy', |
|
4588 'ical_item', |
|
4589 'ical_journal', |
|
4590 'ical_parse', |
|
4591 'ical_standard', |
|
4592 'ical_timezone', |
|
4593 'ical_todo', |
|
4594 'id', |
|
4595 'if', |
|
4596 'if_empty', |
|
4597 'if_false', |
|
4598 'if_null', |
|
4599 'if_true', |
|
4600 'ignorecase', |
|
4601 'image', |
|
4602 'image_url', |
|
4603 'img', |
|
4604 'import16bits', |
|
4605 'import32bits', |
|
4606 'import64bits', |
|
4607 'import8bits', |
|
4608 'importfdf', |
|
4609 'importstring', |
|
4610 'include', |
|
4611 'include_cgi', |
|
4612 'include_currentpath', |
|
4613 'include_once', |
|
4614 'include_raw', |
|
4615 'include_url', |
|
4616 'increment', |
|
4617 'inline', |
|
4618 'input', |
|
4619 'insert', |
|
4620 'insertatcurrent', |
|
4621 'insertfirst', |
|
4622 'insertfrom', |
|
4623 'insertlast', |
|
4624 'insertpage', |
|
4625 'integer', |
|
4626 'intersection', |
|
4627 'invoke', |
|
4628 'isa', |
|
4629 'isalnum', |
|
4630 'isalpha', |
|
4631 'isbase', |
|
4632 'iscntrl', |
|
4633 'isdigit', |
|
4634 'isemptyelement', |
|
4635 'islower', |
|
4636 'isopen', |
|
4637 'isprint', |
|
4638 'isspace', |
|
4639 'istitle', |
|
4640 'istruetype', |
|
4641 'isualphabetic', |
|
4642 'isulowercase', |
|
4643 'isupper', |
|
4644 'isuuppercase', |
|
4645 'isuwhitespace', |
|
4646 'iswhitespace', |
|
4647 'iterate', |
|
4648 'iterator', |
|
4649 'java', |
|
4650 'java_bean', |
|
4651 'javascript', |
|
4652 'join', |
|
4653 'journals', |
|
4654 'json_records', |
|
4655 'json_rpccall', |
|
4656 'key', |
|
4657 'keycolumn_name', |
|
4658 'keycolumn_value', |
|
4659 'keyfield_name', |
|
4660 'keyfield_value', |
|
4661 'keys', |
|
4662 'lasso_comment', |
|
4663 'lasso_currentaction', |
|
4664 'lasso_datasourceis', |
|
4665 'lasso_datasourceis4d', |
|
4666 'lasso_datasourceisfilemaker', |
|
4667 'lasso_datasourceisfilemaker7', |
|
4668 'lasso_datasourceisfilemaker9', |
|
4669 'lasso_datasourceisfilemakersa', |
|
4670 'lasso_datasourceisjdbc', |
|
4671 'lasso_datasourceislassomysql', |
|
4672 'lasso_datasourceismysql', |
|
4673 'lasso_datasourceisodbc', |
|
4674 'lasso_datasourceisopenbase', |
|
4675 'lasso_datasourceisoracle', |
|
4676 'lasso_datasourceispostgresql', |
|
4677 'lasso_datasourceisspotlight', |
|
4678 'lasso_datasourceissqlite', |
|
4679 'lasso_datasourceissqlserver', |
|
4680 'lasso_datasourcemodulename', |
|
4681 'lasso_datatype', |
|
4682 'lasso_disableondemand', |
|
4683 'lasso_errorreporting', |
|
4684 'lasso_executiontimelimit', |
|
4685 'lasso_parser', |
|
4686 'lasso_process', |
|
4687 'lasso_sessionid', |
|
4688 'lasso_siteid', |
|
4689 'lasso_siteisrunning', |
|
4690 'lasso_sitename', |
|
4691 'lasso_siterestart', |
|
4692 'lasso_sitestart', |
|
4693 'lasso_sitestop', |
|
4694 'lasso_tagexists', |
|
4695 'lasso_tagmodulename', |
|
4696 'lasso_uniqueid', |
|
4697 'lasso_updatecheck', |
|
4698 'lasso_uptime', |
|
4699 'lasso_version', |
|
4700 'lassoapp_create', |
|
4701 'lassoapp_dump', |
|
4702 'lassoapp_flattendir', |
|
4703 'lassoapp_getappdata', |
|
4704 'lassoapp_link', |
|
4705 'lassoapp_list', |
|
4706 'lassoapp_process', |
|
4707 'lassoapp_unitize', |
|
4708 'last', |
|
4709 'lastchild', |
|
4710 'lasterror', |
|
4711 'layout_name', |
|
4712 'ldap', |
|
4713 'ldap_scope_base', |
|
4714 'ldap_scope_onelevel', |
|
4715 'ldap_scope_subtree', |
|
4716 'ldml', |
|
4717 'ldml_ldml', |
|
4718 'left', |
|
4719 'length', |
|
4720 'library', |
|
4721 'library_once', |
|
4722 'line', |
|
4723 'link', |
|
4724 'link_currentaction', |
|
4725 'link_currentactionparams', |
|
4726 'link_currentactionurl', |
|
4727 'link_currentgroup', |
|
4728 'link_currentgroupparams', |
|
4729 'link_currentgroupurl', |
|
4730 'link_currentrecord', |
|
4731 'link_currentrecordparams', |
|
4732 'link_currentrecordurl', |
|
4733 'link_currentsearch', |
|
4734 'link_currentsearchparams', |
|
4735 'link_currentsearchurl', |
|
4736 'link_detail', |
|
4737 'link_detailparams', |
|
4738 'link_detailurl', |
|
4739 'link_firstgroup', |
|
4740 'link_firstgroupparams', |
|
4741 'link_firstgroupurl', |
|
4742 'link_firstrecord', |
|
4743 'link_firstrecordparams', |
|
4744 'link_firstrecordurl', |
|
4745 'link_lastgroup', |
|
4746 'link_lastgroupparams', |
|
4747 'link_lastgroupurl', |
|
4748 'link_lastrecord', |
|
4749 'link_lastrecordparams', |
|
4750 'link_lastrecordurl', |
|
4751 'link_nextgroup', |
|
4752 'link_nextgroupparams', |
|
4753 'link_nextgroupurl', |
|
4754 'link_nextrecord', |
|
4755 'link_nextrecordparams', |
|
4756 'link_nextrecordurl', |
|
4757 'link_params', |
|
4758 'link_prevgroup', |
|
4759 'link_prevgroupparams', |
|
4760 'link_prevgroupurl', |
|
4761 'link_prevrecord', |
|
4762 'link_prevrecordparams', |
|
4763 'link_prevrecordurl', |
|
4764 'link_setformat', |
|
4765 'link_url', |
|
4766 'list', |
|
4767 'list_additem', |
|
4768 'list_fromlist', |
|
4769 'list_fromstring', |
|
4770 'list_getitem', |
|
4771 'list_itemcount', |
|
4772 'list_iterator', |
|
4773 'list_removeitem', |
|
4774 'list_replaceitem', |
|
4775 'list_reverseiterator', |
|
4776 'list_tostring', |
|
4777 'listen', |
|
4778 'literal', |
|
4779 'ljax_end', |
|
4780 'ljax_hastarget', |
|
4781 'ljax_include', |
|
4782 'ljax_start', |
|
4783 'ljax_target', |
|
4784 'local', |
|
4785 'local_defined', |
|
4786 'local_remove', |
|
4787 'local_reset', |
|
4788 'localaddress', |
|
4789 'locale_format', |
|
4790 'localname', |
|
4791 'locals', |
|
4792 'lock', |
|
4793 'log', |
|
4794 'log_always', |
|
4795 'log_critical', |
|
4796 'log_deprecated', |
|
4797 'log_destination_console', |
|
4798 'log_destination_database', |
|
4799 'log_destination_file', |
|
4800 'log_detail', |
|
4801 'log_level_critical', |
|
4802 'log_level_deprecated', |
|
4803 'log_level_detail', |
|
4804 'log_level_sql', |
|
4805 'log_level_warning', |
|
4806 'log_setdestination', |
|
4807 'log_sql', |
|
4808 'log_warning', |
|
4809 'logicalop_value', |
|
4810 'logicaloperator_value', |
|
4811 'lookupnamespace', |
|
4812 'loop', |
|
4813 'loop_abort', |
|
4814 'loop_continue', |
|
4815 'loop_count', |
|
4816 'lowercase', |
|
4817 'lt', |
|
4818 'lte', |
|
4819 'magick_image', |
|
4820 'map', |
|
4821 'map_iterator', |
|
4822 'marker', |
|
4823 'match_comparator', |
|
4824 'match_notrange', |
|
4825 'match_notregexp', |
|
4826 'match_range', |
|
4827 'match_regexp', |
|
4828 'matches', |
|
4829 'matchesstart', |
|
4830 'matchposition', |
|
4831 'matchstring', |
|
4832 'math_abs', |
|
4833 'math_acos', |
|
4834 'math_add', |
|
4835 'math_asin', |
|
4836 'math_atan', |
|
4837 'math_atan2', |
|
4838 'math_ceil', |
|
4839 'math_converteuro', |
|
4840 'math_cos', |
|
4841 'math_div', |
|
4842 'math_exp', |
|
4843 'math_floor', |
|
4844 'math_internal_rand', |
|
4845 'math_internal_randmax', |
|
4846 'math_internal_srand', |
|
4847 'math_ln', |
|
4848 'math_log', |
|
4849 'math_log10', |
|
4850 'math_max', |
|
4851 'math_min', |
|
4852 'math_mod', |
|
4853 'math_mult', |
|
4854 'math_pow', |
|
4855 'math_random', |
|
4856 'math_range', |
|
4857 'math_rint', |
|
4858 'math_roman', |
|
4859 'math_round', |
|
4860 'math_sin', |
|
4861 'math_sqrt', |
|
4862 'math_sub', |
|
4863 'math_tan', |
|
4864 'maxrecords_value', |
|
4865 'memory_session_driver', |
|
4866 'merge', |
|
4867 'millisecond', |
|
4868 'mime_type', |
|
4869 'minimal', |
|
4870 'minute', |
|
4871 'misc__srand', |
|
4872 'misc_randomnumber', |
|
4873 'misc_roman', |
|
4874 'misc_valid_creditcard', |
|
4875 'mode', |
|
4876 'modulate', |
|
4877 'month', |
|
4878 'moveto', |
|
4879 'movetoattributenamespace', |
|
4880 'movetoelement', |
|
4881 'movetofirstattribute', |
|
4882 'movetonextattribute', |
|
4883 'mysql_session_driver', |
|
4884 'name', |
|
4885 'named_param', |
|
4886 'namespace_current', |
|
4887 'namespace_delimiter', |
|
4888 'namespace_exists', |
|
4889 'namespace_file_fullpathexists', |
|
4890 'namespace_global', |
|
4891 'namespace_import', |
|
4892 'namespace_load', |
|
4893 'namespace_page', |
|
4894 'namespace_unload', |
|
4895 'namespace_using', |
|
4896 'namespaces', |
|
4897 'namespaceuri', |
|
4898 'neq', |
|
4899 'net', |
|
4900 'net_connectinprogress', |
|
4901 'net_connectok', |
|
4902 'net_typessl', |
|
4903 'net_typessltcp', |
|
4904 'net_typessludp', |
|
4905 'net_typetcp', |
|
4906 'net_typeudp', |
|
4907 'net_waitread', |
|
4908 'net_waittimeout', |
|
4909 'net_waitwrite', |
|
4910 'nettohost16', |
|
4911 'nettohost32', |
|
4912 'newchild', |
|
4913 'next', |
|
4914 'nextsibling', |
|
4915 'no_default_output', |
|
4916 'nodetype', |
|
4917 'none', |
|
4918 'noprocess', |
|
4919 'not', |
|
4920 'nrx', |
|
4921 'nslookup', |
|
4922 'null', |
|
4923 'object', |
|
4924 'once', |
|
4925 'oneoff', |
|
4926 'op_logicalvalue', |
|
4927 'open', |
|
4928 'operator_logicalvalue', |
|
4929 'option', |
|
4930 'or', |
|
4931 'os_process', |
|
4932 'output', |
|
4933 'output_none', |
|
4934 'padleading', |
|
4935 'padtrailing', |
|
4936 'pagecount', |
|
4937 'pagesize', |
|
4938 'pair', |
|
4939 'paraminfo', |
|
4940 'params', |
|
4941 'params_up', |
|
4942 'parent', |
|
4943 'path', |
|
4944 'pdf_barcode', |
|
4945 'pdf_color', |
|
4946 'pdf_doc', |
|
4947 'pdf_font', |
|
4948 'pdf_image', |
|
4949 'pdf_list', |
|
4950 'pdf_read', |
|
4951 'pdf_serve', |
|
4952 'pdf_table', |
|
4953 'pdf_text', |
|
4954 'percent', |
|
4955 'pixel', |
|
4956 'portal', |
|
4957 'position', |
|
4958 'postcondition', |
|
4959 'precondition', |
|
4960 'prefix', |
|
4961 'prettyprintingnsmap', |
|
4962 'prettyprintingtypemap', |
|
4963 'previoussibling', |
|
4964 'priorityqueue', |
|
4965 'private', |
|
4966 'proc_convert', |
|
4967 'proc_convertbody', |
|
4968 'proc_convertone', |
|
4969 'proc_extract', |
|
4970 'proc_extractone', |
|
4971 'proc_find', |
|
4972 'proc_first', |
|
4973 'proc_foreach', |
|
4974 'proc_get', |
|
4975 'proc_join', |
|
4976 'proc_lasso', |
|
4977 'proc_last', |
|
4978 'proc_map_entry', |
|
4979 'proc_null', |
|
4980 'proc_regexp', |
|
4981 'proc_xml', |
|
4982 'proc_xslt', |
|
4983 'process', |
|
4984 'properties', |
|
4985 'protect', |
|
4986 'queue', |
|
4987 'rand', |
|
4988 'randomnumber', |
|
4989 'raw', |
|
4990 'rawheaders', |
|
4991 'read', |
|
4992 'readattributevalue', |
|
4993 'readerror', |
|
4994 'readfrom', |
|
4995 'readline', |
|
4996 'readlock', |
|
4997 'readstring', |
|
4998 'readunlock', |
|
4999 'recid_value', |
|
5000 'recipients', |
|
5001 'record_count', |
|
5002 'recordcount', |
|
5003 'recordid_value', |
|
5004 'records', |
|
5005 'records_array', |
|
5006 'records_map', |
|
5007 'rect', |
|
5008 'redirect_url', |
|
5009 'refcount', |
|
5010 'reference', |
|
5011 'referer', |
|
5012 'referer_url', |
|
5013 'referrals', |
|
5014 'referrer', |
|
5015 'referrer_url', |
|
5016 'regexp', |
|
5017 'remoteaddress', |
|
5018 'remove', |
|
5019 'removeall', |
|
5020 'removeattribute', |
|
5021 'removechild', |
|
5022 'removecurrent', |
|
5023 'removefirst', |
|
5024 'removelast', |
|
5025 'removeleading', |
|
5026 'removenamespace', |
|
5027 'removetrailing', |
|
5028 'render', |
|
5029 'repeating', |
|
5030 'repeating_valueitem', |
|
5031 'repeatingvalueitem', |
|
5032 'repetition', |
|
5033 'replace', |
|
5034 'replaceall', |
|
5035 'replacefirst', |
|
5036 'replacepattern', |
|
5037 'replacewith', |
|
5038 'req_column', |
|
5039 'req_field', |
|
5040 'required_column', |
|
5041 'required_field', |
|
5042 'reserve', |
|
5043 'reset', |
|
5044 'resolutionh', |
|
5045 'resolutionv', |
|
5046 'response', |
|
5047 'response_fileexists', |
|
5048 'response_filepath', |
|
5049 'response_localpath', |
|
5050 'response_path', |
|
5051 'response_realm', |
|
5052 'results', |
|
5053 'resultset', |
|
5054 'resultset_count', |
|
5055 'retrieve', |
|
5056 'return', |
|
5057 'return_value', |
|
5058 'returntype', |
|
5059 'reverse', |
|
5060 'reverseiterator', |
|
5061 'right', |
|
5062 'roman', |
|
5063 'rotate', |
|
5064 'row_count', |
|
5065 'rows', |
|
5066 'rows_array', |
|
5067 'run', |
|
5068 'run_children', |
|
5069 'rx', |
|
5070 'save', |
|
5071 'scale', |
|
5072 'schema_name', |
|
5073 'scientific', |
|
5074 'search', |
|
5075 'search_args', |
|
5076 'search_arguments', |
|
5077 'search_columnitem', |
|
5078 'search_fielditem', |
|
5079 'search_operatoritem', |
|
5080 'search_opitem', |
|
5081 'search_valueitem', |
|
5082 'searchfielditem', |
|
5083 'searchoperatoritem', |
|
5084 'searchopitem', |
|
5085 'searchvalueitem', |
|
5086 'second', |
|
5087 'select', |
|
5088 'selected', |
|
5089 'self', |
|
5090 'send', |
|
5091 'serialize', |
|
5092 'series', |
|
5093 'server_date', |
|
5094 'server_day', |
|
5095 'server_ip', |
|
5096 'server_name', |
|
5097 'server_port', |
|
5098 'server_push', |
|
5099 'server_siteisrunning', |
|
5100 'server_sitestart', |
|
5101 'server_sitestop', |
|
5102 'server_time', |
|
5103 'session_abort', |
|
5104 'session_addoutputfilter', |
|
5105 'session_addvar', |
|
5106 'session_addvariable', |
|
5107 'session_deleteexpired', |
|
5108 'session_driver', |
|
5109 'session_end', |
|
5110 'session_id', |
|
5111 'session_removevar', |
|
5112 'session_removevariable', |
|
5113 'session_result', |
|
5114 'session_setdriver', |
|
5115 'session_start', |
|
5116 'set', |
|
5117 'set_iterator', |
|
5118 'set_reverseiterator', |
|
5119 'setalignment', |
|
5120 'setbarheight', |
|
5121 'setbarmultiplier', |
|
5122 'setbarwidth', |
|
5123 'setbaseline', |
|
5124 'setblocking', |
|
5125 'setbordercolor', |
|
5126 'setborderwidth', |
|
5127 'setbytes', |
|
5128 'setcode', |
|
5129 'setcolor', |
|
5130 'setcolorspace', |
|
5131 'setdatatype', |
|
5132 'setencoding', |
|
5133 'setface', |
|
5134 'setfieldvalue', |
|
5135 'setfont', |
|
5136 'setformat', |
|
5137 'setgeneratechecksum', |
|
5138 'setheight', |
|
5139 'setlassodata', |
|
5140 'setlinewidth', |
|
5141 'setmarker', |
|
5142 'setmode', |
|
5143 'setname', |
|
5144 'setpadding', |
|
5145 'setpagenumber', |
|
5146 'setpagerange', |
|
5147 'setposition', |
|
5148 'setproperty', |
|
5149 'setrange', |
|
5150 'setshowchecksum', |
|
5151 'setsize', |
|
5152 'setspacing', |
|
5153 'settemplate', |
|
5154 'settemplatestr', |
|
5155 'settextalignment', |
|
5156 'settextdata', |
|
5157 'settextsize', |
|
5158 'settype', |
|
5159 'setunderline', |
|
5160 'setwidth', |
|
5161 'setxmldata', |
|
5162 'sharpen', |
|
5163 'showchecksum', |
|
5164 'showcode39startstop', |
|
5165 'showeanguardbars', |
|
5166 'shown_count', |
|
5167 'shown_first', |
|
5168 'shown_last', |
|
5169 'signal', |
|
5170 'signalall', |
|
5171 'site_atbegin', |
|
5172 'site_id', |
|
5173 'site_name', |
|
5174 'site_restart', |
|
5175 'size', |
|
5176 'skiprecords_value', |
|
5177 'sleep', |
|
5178 'smooth', |
|
5179 'soap_convertpartstopairs', |
|
5180 'soap_definetag', |
|
5181 'soap_info', |
|
5182 'soap_lastrequest', |
|
5183 'soap_lastresponse', |
|
5184 'soap_stub', |
|
5185 'sort', |
|
5186 'sort_args', |
|
5187 'sort_arguments', |
|
5188 'sort_columnitem', |
|
5189 'sort_fielditem', |
|
5190 'sort_orderitem', |
|
5191 'sortcolumnitem', |
|
5192 'sortfielditem', |
|
5193 'sortorderitem', |
|
5194 'sortwith', |
|
5195 'split', |
|
5196 'sqlite_createdb', |
|
5197 'sqlite_session_driver', |
|
5198 'sqlite_setsleepmillis', |
|
5199 'sqlite_setsleeptries', |
|
5200 'srand', |
|
5201 'stack', |
|
5202 'standards', |
|
5203 'steal', |
|
5204 'stock_quote', |
|
5205 'string', |
|
5206 'string_charfromname', |
|
5207 'string_concatenate', |
|
5208 'string_countfields', |
|
5209 'string_endswith', |
|
5210 'string_extract', |
|
5211 'string_findposition', |
|
5212 'string_findregexp', |
|
5213 'string_fordigit', |
|
5214 'string_getfield', |
|
5215 'string_getunicodeversion', |
|
5216 'string_insert', |
|
5217 'string_isalpha', |
|
5218 'string_isalphanumeric', |
|
5219 'string_isdigit', |
|
5220 'string_ishexdigit', |
|
5221 'string_islower', |
|
5222 'string_isnumeric', |
|
5223 'string_ispunctuation', |
|
5224 'string_isspace', |
|
5225 'string_isupper', |
|
5226 'string_length', |
|
5227 'string_lowercase', |
|
5228 'string_remove', |
|
5229 'string_removeleading', |
|
5230 'string_removetrailing', |
|
5231 'string_replace', |
|
5232 'string_replaceregexp', |
|
5233 'string_todecimal', |
|
5234 'string_tointeger', |
|
5235 'string_uppercase', |
|
5236 'string_validcharset', |
|
5237 'subject', |
|
5238 'substring', |
|
5239 'subtract', |
|
5240 'swapbytes', |
|
5241 'table_name', |
|
5242 'table_realname', |
|
5243 'tag', |
|
5244 'tag_name', |
|
5245 'tags', |
|
5246 'tags_find', |
|
5247 'tags_list', |
|
5248 'tcp_close', |
|
5249 'tcp_open', |
|
5250 'tcp_send', |
|
5251 'tcp_tcp_close', |
|
5252 'tcp_tcp_open', |
|
5253 'tcp_tcp_send', |
|
5254 'textwidth', |
|
5255 'thread_abort', |
|
5256 'thread_atomic', |
|
5257 'thread_event', |
|
5258 'thread_exists', |
|
5259 'thread_getcurrentid', |
|
5260 'thread_getpriority', |
|
5261 'thread_info', |
|
5262 'thread_list', |
|
5263 'thread_lock', |
|
5264 'thread_pipe', |
|
5265 'thread_priority_default', |
|
5266 'thread_priority_high', |
|
5267 'thread_priority_low', |
|
5268 'thread_rwlock', |
|
5269 'thread_semaphore', |
|
5270 'thread_setpriority', |
|
5271 'time', |
|
5272 'timezones', |
|
5273 'titlecase', |
|
5274 'to', |
|
5275 'todos', |
|
5276 'token_value', |
|
5277 'tolower', |
|
5278 'total_records', |
|
5279 'totitle', |
|
5280 'toupper', |
|
5281 'transform', |
|
5282 'treemap', |
|
5283 'treemap_iterator', |
|
5284 'trim', |
|
5285 'true', |
|
5286 'type', |
|
5287 'unescape', |
|
5288 'union', |
|
5289 'uniqueid', |
|
5290 'unlock', |
|
5291 'unserialize', |
|
5292 'up', |
|
5293 'uppercase', |
|
5294 'url_rewrite', |
|
5295 'valid_creditcard', |
|
5296 'valid_date', |
|
5297 'valid_email', |
|
5298 'valid_url', |
|
5299 'value', |
|
5300 'value_list', |
|
5301 'value_listitem', |
|
5302 'valuelistitem', |
|
5303 'values', |
|
5304 'valuetype', |
|
5305 'var', |
|
5306 'var_defined', |
|
5307 'var_remove', |
|
5308 'var_reset', |
|
5309 'var_set', |
|
5310 'variable', |
|
5311 'variable_defined', |
|
5312 'variable_set', |
|
5313 'variables', |
|
5314 'variant_count', |
|
5315 'vars', |
|
5316 'wait', |
|
5317 'wap_isenabled', |
|
5318 'wap_maxbuttons', |
|
5319 'wap_maxcolumns', |
|
5320 'wap_maxhorzpixels', |
|
5321 'wap_maxrows', |
|
5322 'wap_maxvertpixels', |
|
5323 'waskeyword', |
|
5324 'week', |
|
5325 'while', |
|
5326 'width', |
|
5327 'write', |
|
5328 'writelock', |
|
5329 'writeto', |
|
5330 'writeunlock', |
|
5331 'wsdl_extract', |
|
5332 'wsdl_getbinding', |
|
5333 'wsdl_getbindingforoperation', |
|
5334 'wsdl_getbindingoperations', |
|
5335 'wsdl_getmessagenamed', |
|
5336 'wsdl_getmessageparts', |
|
5337 'wsdl_getmessagetriofromporttype', |
|
5338 'wsdl_getopbodystyle', |
|
5339 'wsdl_getopbodyuse', |
|
5340 'wsdl_getoperation', |
|
5341 'wsdl_getoplocation', |
|
5342 'wsdl_getopmessagetypes', |
|
5343 'wsdl_getopsoapaction', |
|
5344 'wsdl_getportaddress', |
|
5345 'wsdl_getportsforservice', |
|
5346 'wsdl_getporttype', |
|
5347 'wsdl_getporttypeoperation', |
|
5348 'wsdl_getservicedocumentation', |
|
5349 'wsdl_getservices', |
|
5350 'wsdl_gettargetnamespace', |
|
5351 'wsdl_issoapoperation', |
|
5352 'wsdl_listoperations', |
|
5353 'wsdl_maketest', |
|
5354 'xml', |
|
5355 'xml_extract', |
|
5356 'xml_rpc', |
|
5357 'xml_rpccall', |
|
5358 'xml_rw', |
|
5359 'xml_serve', |
|
5360 'xml_transform', |
|
5361 'xml_xml', |
|
5362 'xml_xmlstream', |
|
5363 'xmllang', |
|
5364 'xmlschematype', |
|
5365 'xmlstream', |
|
5366 'xsd_attribute', |
|
5367 'xsd_blankarraybase', |
|
5368 'xsd_blankbase', |
|
5369 'xsd_buildtype', |
|
5370 'xsd_cache', |
|
5371 'xsd_checkcardinality', |
|
5372 'xsd_continueall', |
|
5373 'xsd_continueannotation', |
|
5374 'xsd_continueany', |
|
5375 'xsd_continueanyattribute', |
|
5376 'xsd_continueattribute', |
|
5377 'xsd_continueattributegroup', |
|
5378 'xsd_continuechoice', |
|
5379 'xsd_continuecomplexcontent', |
|
5380 'xsd_continuecomplextype', |
|
5381 'xsd_continuedocumentation', |
|
5382 'xsd_continueextension', |
|
5383 'xsd_continuegroup', |
|
5384 'xsd_continuekey', |
|
5385 'xsd_continuelist', |
|
5386 'xsd_continuerestriction', |
|
5387 'xsd_continuesequence', |
|
5388 'xsd_continuesimplecontent', |
|
5389 'xsd_continuesimpletype', |
|
5390 'xsd_continueunion', |
|
5391 'xsd_deserialize', |
|
5392 'xsd_fullyqualifyname', |
|
5393 'xsd_generate', |
|
5394 'xsd_generateblankfromtype', |
|
5395 'xsd_generateblanksimpletype', |
|
5396 'xsd_generatetype', |
|
5397 'xsd_getschematype', |
|
5398 'xsd_issimpletype', |
|
5399 'xsd_loadschema', |
|
5400 'xsd_lookupnamespaceuri', |
|
5401 'xsd_lookuptype', |
|
5402 'xsd_processany', |
|
5403 'xsd_processattribute', |
|
5404 'xsd_processattributegroup', |
|
5405 'xsd_processcomplextype', |
|
5406 'xsd_processelement', |
|
5407 'xsd_processgroup', |
|
5408 'xsd_processimport', |
|
5409 'xsd_processinclude', |
|
5410 'xsd_processschema', |
|
5411 'xsd_processsimpletype', |
|
5412 'xsd_ref', |
|
5413 'xsd_type', |
|
5414 'year' |
|
5415 ] |
|
5416 } |