|
Revision 5055, 3.0 KB
(checked in by pmoura, 15 months ago)
|
|
Updated text editor configuration files in order to remove references to the no longer used ".config" file name extension and to support syntax coloring and code completion of the multifile/1 and use_module/1-2 directives.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | if() |
|---|
| 2 | elif() |
|---|
| 3 | else |
|---|
| 4 | endif |
|---|
| 5 | object(, , , , ). |
|---|
| 6 | object(, , , ). |
|---|
| 7 | object(, , ). |
|---|
| 8 | object(, ). |
|---|
| 9 | object(). |
|---|
| 10 | protocol(, extends()). |
|---|
| 11 | protocol(). |
|---|
| 12 | category(, complements()). |
|---|
| 13 | category(, extends()). |
|---|
| 14 | category(, implements()). |
|---|
| 15 | category(). |
|---|
| 16 | encoding() |
|---|
| 17 | complements() |
|---|
| 18 | extends() |
|---|
| 19 | implements() |
|---|
| 20 | imports() |
|---|
| 21 | instantiates() |
|---|
| 22 | specializes() |
|---|
| 23 | end_object. |
|---|
| 24 | end_protocol. |
|---|
| 25 | end_category. |
|---|
| 26 | public(/). |
|---|
| 27 | protected(/). |
|---|
| 28 | private(/). |
|---|
| 29 | uses(, [/]). |
|---|
| 30 | uses(). |
|---|
| 31 | use_module(, [/]). |
|---|
| 32 | calls(). |
|---|
| 33 | info([]). |
|---|
| 34 | info(/, []). |
|---|
| 35 | mode(, one). |
|---|
| 36 | mode(, zero). |
|---|
| 37 | mode(, zero_or_one). |
|---|
| 38 | mode(, zero_or_more). |
|---|
| 39 | mode(, one_or_more). |
|---|
| 40 | mode(, error). |
|---|
| 41 | multifile(/). |
|---|
| 42 | dynamic(/). |
|---|
| 43 | dynamic. |
|---|
| 44 | discontiguous(/). |
|---|
| 45 | meta_predicate(). |
|---|
| 46 | op(, , ). |
|---|
| 47 | initialization(). |
|---|
| 48 | encoding(). |
|---|
| 49 | ensure_loaded(). |
|---|
| 50 | synchronized(/). |
|---|
| 51 | synchronized. |
|---|
| 52 | threaded. |
|---|
| 53 | |
|---|
| 54 | asserta() |
|---|
| 55 | assertz() |
|---|
| 56 | clause(, ) |
|---|
| 57 | retract() |
|---|
| 58 | retractall() |
|---|
| 59 | abolish() |
|---|
| 60 | |
|---|
| 61 | forall(, ) |
|---|
| 62 | findall(, , ) |
|---|
| 63 | bagof(, , ) |
|---|
| 64 | setof(, , ) |
|---|
| 65 | |
|---|
| 66 | threaded() |
|---|
| 67 | threaded_call() |
|---|
| 68 | threaded_once() |
|---|
| 69 | threaded_ignore() |
|---|
| 70 | threaded_exit() |
|---|
| 71 | threaded_peek() |
|---|
| 72 | threaded_wait() |
|---|
| 73 | threaded_notify() |
|---|
| 74 | |
|---|
| 75 | true |
|---|
| 76 | fail |
|---|
| 77 | call() |
|---|
| 78 | once() |
|---|
| 79 | catch(, , ) |
|---|
| 80 | throw() |
|---|
| 81 | |
|---|
| 82 | parameter(, ) |
|---|
| 83 | self() |
|---|
| 84 | sender() |
|---|
| 85 | this() |
|---|
| 86 | |
|---|
| 87 | current_predicate() |
|---|
| 88 | predicate_property(, ) |
|---|
| 89 | |
|---|
| 90 | before(, , ) |
|---|
| 91 | after(, , ) |
|---|
| 92 | |
|---|
| 93 | phrase(, ) |
|---|
| 94 | phrase(, , ) |
|---|
| 95 | goal_expansion(, ) |
|---|
| 96 | term_expansion(, ) |
|---|
| 97 | expand_term(, ) |
|---|
| 98 | expand_goal(, ) |
|---|
| 99 | |
|---|
| 100 | unify_with_occurs_check(, ) |
|---|
| 101 | |
|---|
| 102 | atom() |
|---|
| 103 | atomic() |
|---|
| 104 | integer() |
|---|
| 105 | float() |
|---|
| 106 | compound() |
|---|
| 107 | nonvar() |
|---|
| 108 | var() |
|---|
| 109 | number() |
|---|
| 110 | |
|---|
| 111 | current_object() |
|---|
| 112 | current_protocol() |
|---|
| 113 | current_category() |
|---|
| 114 | |
|---|
| 115 | create_object(, , , ) |
|---|
| 116 | create_protocol(, , ) |
|---|
| 117 | create_category(, , , ) |
|---|
| 118 | |
|---|
| 119 | object_property(, ) |
|---|
| 120 | protocol_property(, ) |
|---|
| 121 | category_property(, ) |
|---|
| 122 | |
|---|
| 123 | abolish_object() |
|---|
| 124 | abolish_protocol() |
|---|
| 125 | abolish_category() |
|---|
| 126 | |
|---|
| 127 | complements_object(, ) |
|---|
| 128 | extends_object(, , ) |
|---|
| 129 | extends_object(, ) |
|---|
| 130 | extends_protocol(, , ) |
|---|
| 131 | extends_protocol(, ) |
|---|
| 132 | extends_category(, , ) |
|---|
| 133 | extends_category(, ) |
|---|
| 134 | implements_protocol(, , ) |
|---|
| 135 | implements_protocol(, ) |
|---|
| 136 | instantiates_class(, , ) |
|---|
| 137 | instantiates_class(, ) |
|---|
| 138 | specializes_class(, , ) |
|---|
| 139 | specializes_class(, ) |
|---|
| 140 | imports_category(, , ) |
|---|
| 141 | imports_category(, ) |
|---|
| 142 | |
|---|
| 143 | current_event(, , , , ) |
|---|
| 144 | define_events(, , , , ) |
|---|
| 145 | abolish_events(, , , , ) |
|---|
| 146 | |
|---|
| 147 | set_logtalk_flag(, ) |
|---|
| 148 | current_logtalk_flag(, ) |
|---|
| 149 | |
|---|
| 150 | logtalk_compile(, []) |
|---|
| 151 | logtalk_compile() |
|---|
| 152 | logtalk_load(, []) |
|---|
| 153 | logtalk_load() |
|---|
| 154 | |
|---|
| 155 | current_input() |
|---|
| 156 | current_output() |
|---|
| 157 | set_input() |
|---|
| 158 | set_output() |
|---|
| 159 | open(, , , ) |
|---|
| 160 | open(, , ) |
|---|
| 161 | close(, ) |
|---|
| 162 | close() |
|---|
| 163 | flush_output() |
|---|
| 164 | flush_output |
|---|
| 165 | stream_property(, ) |
|---|
| 166 | set_stream_position(, ) |
|---|
| 167 | at_end_of_stream() |
|---|
| 168 | at_end_of_stream |
|---|
| 169 | |
|---|
| 170 | get_char(, ) |
|---|
| 171 | get_char() |
|---|
| 172 | get_code(, ) |
|---|
| 173 | get_code() |
|---|
| 174 | peek_char(, ) |
|---|
| 175 | peek_char() |
|---|
| 176 | peek_code(, ) |
|---|
| 177 | peek_code() |
|---|
| 178 | put_char(, ) |
|---|
| 179 | put_char() |
|---|
| 180 | put_code(, ) |
|---|
| 181 | put_code() |
|---|
| 182 | nl() |
|---|
| 183 | nl |
|---|
| 184 | |
|---|
| 185 | get_byte(, ) |
|---|
| 186 | get_byte() |
|---|
| 187 | peek_byte(, ) |
|---|
| 188 | peek_byte() |
|---|
| 189 | put_byte(, ) |
|---|
| 190 | put_byte() |
|---|
| 191 | |
|---|
| 192 | read(, ) |
|---|
| 193 | read() |
|---|
| 194 | read_term(, , ) |
|---|
| 195 | read_term(, ) |
|---|
| 196 | write(, ) |
|---|
| 197 | write() |
|---|
| 198 | writeq(, ) |
|---|
| 199 | writeq() |
|---|
| 200 | write_canonical(, ) |
|---|
| 201 | write_canonical() |
|---|
| 202 | write_term() |
|---|
| 203 | current_op(, , ) |
|---|
| 204 | current_char_conversion() |
|---|
| 205 | char_conversion() |
|---|
| 206 | |
|---|
| 207 | repeat |
|---|
| 208 | |
|---|
| 209 | atom_length(, ) |
|---|
| 210 | atom_concat(, , ) |
|---|
| 211 | atom_chars(, ) |
|---|
| 212 | atom_codes(, ) |
|---|
| 213 | sub_atom(, , , , ) |
|---|
| 214 | char_code(, ) |
|---|
| 215 | number_chars(, ) |
|---|
| 216 | number_codes(, ) |
|---|
| 217 | |
|---|
| 218 | set_prolog_flag(, ) |
|---|
| 219 | current_prolog_flag(, ) |
|---|
| 220 | |
|---|
| 221 | halt(). |
|---|
| 222 | halt. |
|---|
| 223 | |
|---|
| 224 | abs() |
|---|
| 225 | atan() |
|---|
| 226 | ceiling() |
|---|
| 227 | cos() |
|---|
| 228 | exp() |
|---|
| 229 | float_fractional_part() |
|---|
| 230 | float_integer_part() |
|---|
| 231 | floor() |
|---|
| 232 | log() |
|---|
| 233 | mod(, ) |
|---|
| 234 | rem(, ) |
|---|
| 235 | round() |
|---|
| 236 | sign() |
|---|
| 237 | sin() |
|---|
| 238 | sqrt() |
|---|
| 239 | truncate() |
|---|