about summary refs log tree commit diff stats
path: root/html/linux/124next-token.subx.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-16 08:38:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-16 08:38:43 -0700
commit78357b8852626b510527f3b8d770a7dd8956fcc7 (patch)
tree5e38d0f616ab151e66618090487b41dd2fc348e0 /html/linux/124next-token.subx.html
parent44d26b77c45668c9b0c99894a4294cec004361fe (diff)
downloadmu-78357b8852626b510527f3b8d770a7dd8956fcc7.tar.gz
.
Diffstat (limited to 'html/linux/124next-token.subx.html')
-rw-r--r--html/linux/124next-token.subx.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/html/linux/124next-token.subx.html b/html/linux/124next-token.subx.html
index 75b990ab..5d7f1d73 100644
--- a/html/linux/124next-token.subx.html
+++ b/html/linux/124next-token.subx.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - linux/124next-token.subx</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -17,15 +17,15 @@ a { color:inherit; }
 .subxComment { color: #005faf; }
 .subxS2Comment { color: #8a8a8a; }
 .LineNr { }
-.subxTest { color: #5f8700; }
-.subxS1Comment { color: #0000af; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
-.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
+.subxS1Comment { color: #0000af; }
 .Constant { color: #008787; }
+.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
+.subxTest { color: #5f8700; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
0 23:41:34 -0700 6630 - define type signatures for SubX functions' href='/akkartik/mu/commit/400.mu?h=main&id=c5a3f65502d6931a5fb888a5c5327c0659578a57'>c5a3f655 ^
91dc5814 ^

c5a3f655 ^
71e4f381 ^
d94821d3 ^


7b2d39b8 ^
4e70cac9 ^


adc92f49 ^
73744d09 ^
d94821d3 ^
8dc3c85a ^


71e4f381 ^
c9093dbb ^

91dc5814 ^
9d7d99fe ^
c5a3f655 ^
9d7d99fe ^
91dc5814 ^
492fb278 ^
71e4f381 ^
4b57c101 ^



71e4f381 ^
c95648c9 ^
91dc5814 ^
e72e5ad2 ^
cec5ef31 ^
c5a3f655 ^
cec5ef31 ^
c5a3f655 ^
b8d613e7 ^
1a1a1671 ^
91dc5814 ^


1a1a1671 ^
c5a3f655 ^
91dc5814 ^




01b72aa0 ^

91dc5814 ^

01b72aa0 ^
e2b55208 ^
01b72aa0 ^

e2b55208 ^
91dc5814 ^


c5a3f655 ^
eea6659a ^
c5a3f655 ^
86a12476 ^
1a1a1671 ^
91dc5814 ^
eea6659a ^


b625c630 ^

ef73cb78 ^



91dc5814 ^

71418907 ^

91dc5814 ^

5462619d ^
c79b93ca ^
307745bc ^
71e4f381 ^


a43bd859 ^
6f65b65f ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120