Mercurial Hosting > luan
annotate conv.txt @ 1384:f5368cd8c056
remove template expressions and String.concat
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 15 Aug 2019 14:33:35 -0600 |
parents | 87a3738d7cc5 |
children | eb8b35dccd99 |
rev | line source |
---|---|
1384
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
1 (%> |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
2 ( %> |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
3 String.concat |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
4 |
1379 | 5 Lucene.update_in_transaction |
6 | |
1369
709f7498a363
change Lucene.index() and add Lucene.recover()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1366
diff
changeset
|
7 Lucene.index |
1366
ae2321a09723
improve Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1353
diff
changeset
|
8 Thread.schedule |
ae2321a09723
improve Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1353
diff
changeset
|
9 |
1353
8d95711f6615
replace java() with require "java"
Franklin Schmidt <fschmidt@gmail.com>
parents:
1347
diff
changeset
|
10 java() |
8d95711f6615
replace java() with require "java"
Franklin Schmidt <fschmidt@gmail.com>
parents:
1347
diff
changeset
|
11 |
1347
643cf1c37723
move webserver to lib and bug fixes
Franklin Schmidt <fschmidt@gmail.com>
parents:
1343
diff
changeset
|
12 luan.webserver |
1343
7d9a1f8894b0
lucene change indexed_only_field() to indexed_only_fields()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1342
diff
changeset
|
13 indexed_only_field |
1342
60599adc27b8
add lucene search options
Franklin Schmidt <fschmidt@gmail.com>
parents:
1335
diff
changeset
|
14 lucene search sort |
1335 | 15 call |
1333
25746915a241
merge Luan and LuanState
Franklin Schmidt <fschmidt@gmail.com>
parents:
1332
diff
changeset
|
16 LuanState |
1332 | 17 LuanLogger |
18 | |
1330 | 19 file - java.* |
20 Io.unrestricted | |
1322 | 21 Thread.global_callable |
22 Thread.global | |
1321
307e76ccd0d6
generalize separate logging
Franklin Schmidt <fschmidt@gmail.com>
parents:
1318
diff
changeset
|
23 Logging.luanhost_logger |
307e76ccd0d6
generalize separate logging
Franklin Schmidt <fschmidt@gmail.com>
parents:
1318
diff
changeset
|
24 Logging.init |
1318
35a6a195819f
in authorization rename user to username
Franklin Schmidt <fschmidt@gmail.com>
parents:
1315
diff
changeset
|
25 authorization user |
1315 | 26 Hosting.domain |
27 | |
1308
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
28 Thread.fork |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
29 Io.output_to |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
30 Io.output_of |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
31 |
1304 | 32 "stringify" |
1301
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
33 "Thread.once" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
34 "Thread.repeating" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
35 |
1277 | 36 "Io.print()" |
1276 | 37 "Luan.values" |
1260
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
38 remove "as_table" |
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
39 |
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
40 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
41 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
42 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
43 |
1226 | 44 "Http.uncache_site" |
45 "full_path" | |
46 "Http.version" | |
47 | |
1218 | 48 "java_threads.luan" |
49 "luan_threads.luan" | |
50 "Shell_mod.luan" | |
51 "shell.luan" | |
52 | |
53 "Io.repr" | |
54 "String.split" | |
55 "logging/init.luan" | |
1164 | 56 |
57 "request.header" | |
58 "response.header" | |
59 "request.parameter" | |
60 "request.cookie" | |
61 "set_cookie" | |
62 "assert" | |
1192 | 63 |
1218 | 64 headers lower case |
65 remove run_later | |
66 remove Thread.global |