github-linguist 2.6.6 → 2.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -304,6 +304,13 @@ D-ObjDump:
304
304
  lexer: d-objdump
305
305
  primary_extension: .d-objdump
306
306
 
307
+ DOT:
308
+ type: programming
309
+ lexer: Text only
310
+ primary_extension: .dot
311
+ extensions:
312
+ - .gv
313
+
307
314
  Darcs Patch:
308
315
  search_term: dpatch
309
316
  aliases:
@@ -818,6 +825,9 @@ MoonScript:
818
825
  Myghty:
819
826
  primary_extension: .myt
820
827
 
828
+ NSIS:
829
+ primary_extension: .nsi
830
+
821
831
  Nemerle:
822
832
  type: programming
823
833
  color: "#0d3c6e"
@@ -1351,6 +1361,14 @@ XML:
1351
1361
  - .classpath
1352
1362
  - .project
1353
1363
 
1364
+ XProc:
1365
+ type: programming
1366
+ group: XML
1367
+ lexer: XML
1368
+ primary_extension: .xpl
1369
+ extensions:
1370
+ - .xproc
1371
+
1354
1372
  XQuery:
1355
1373
  type: programming
1356
1374
  color: "#2700e2"
@@ -112,7 +112,6 @@
112
112
  ".kt"
113
113
  ],
114
114
  "Lasso": [
115
- ".inc",
116
115
  ".las",
117
116
  ".lasso",
118
117
  ".lasso9",
@@ -157,6 +156,10 @@
157
156
  "Nimrod": [
158
157
  ".nim"
159
158
  ],
159
+ "NSIS": [
160
+ ".nsh",
161
+ ".nsi"
162
+ ],
160
163
  "Nu": [
161
164
  ".script!"
162
165
  ],
@@ -295,6 +298,9 @@
295
298
  ".ivy",
296
299
  ".xml"
297
300
  ],
301
+ "XProc": [
302
+ ".xpl"
303
+ ],
298
304
  "XQuery": [
299
305
  ".xqm"
300
306
  ],
@@ -358,8 +364,8 @@
358
364
  ".gemrc"
359
365
  ]
360
366
  },
361
- "tokens_total": 329042,
362
- "languages_total": 358,
367
+ "tokens_total": 329380,
368
+ "languages_total": 380,
363
369
  "tokens": {
364
370
  "ABAP": {
365
371
  "*/**": 1,
@@ -12134,12 +12140,256 @@
12134
12140
  "rm": 1
12135
12141
  },
12136
12142
  "Forth": {
12143
+ "(": 88,
12144
+ "Block": 2,
12145
+ "words.": 6,
12146
+ ")": 87,
12147
+ "variable": 3,
12148
+ "blk": 3,
12149
+ "current": 5,
12150
+ "-": 473,
12151
+ "block": 8,
12152
+ "n": 22,
12153
+ "addr": 11,
12154
+ ";": 61,
12155
+ "buffer": 2,
12156
+ "evaluate": 1,
12157
+ "extended": 3,
12158
+ "semantics": 3,
12159
+ "flush": 1,
12160
+ "load": 2,
12161
+ "...": 4,
12162
+ "dup": 10,
12163
+ "save": 2,
12164
+ "input": 2,
12165
+ "in": 4,
12166
+ "@": 13,
12167
+ "source": 5,
12168
+ "#source": 2,
12169
+ "interpret": 1,
12170
+ "restore": 1,
12171
+ "buffers": 2,
12172
+ "update": 1,
12173
+ "extension": 4,
12174
+ "empty": 2,
12175
+ "scr": 2,
12176
+ "list": 1,
12177
+ "bounds": 1,
12178
+ "do": 2,
12179
+ "i": 5,
12180
+ "emit": 2,
12181
+ "loop": 4,
12182
+ "refill": 2,
12183
+ "thru": 1,
12184
+ "x": 10,
12185
+ "y": 5,
12186
+ "+": 17,
12187
+ "swap": 12,
12188
+ "*": 9,
12189
+ "forth": 2,
12190
+ "Copyright": 3,
12191
+ "Lars": 3,
12192
+ "Brinkhoff": 3,
12193
+ "Kernel": 4,
12194
+ "#tib": 2,
12195
+ "TODO": 12,
12196
+ ".r": 1,
12197
+ ".": 5,
12198
+ "[": 16,
12199
+ "char": 10,
12200
+ "]": 15,
12201
+ "parse": 5,
12202
+ "type": 3,
12203
+ "immediate": 19,
12204
+ "<": 14,
12205
+ "flag": 4,
12206
+ "r": 18,
12207
+ "x1": 5,
12208
+ "x2": 5,
12209
+ "R": 13,
12210
+ "rot": 2,
12211
+ "r@": 2,
12212
+ "noname": 1,
12213
+ "align": 2,
12214
+ "here": 9,
12215
+ "c": 3,
12216
+ "allot": 2,
12217
+ "lastxt": 4,
12218
+ "SP": 1,
12219
+ "query": 1,
12220
+ "tib": 1,
12221
+ "body": 1,
12222
+ "true": 1,
12223
+ "tuck": 2,
12224
+ "over": 5,
12225
+ "u.r": 1,
12226
+ "u": 3,
12227
+ "if": 9,
12228
+ "drop": 4,
12229
+ "false": 1,
12230
+ "else": 6,
12231
+ "then": 5,
12232
+ "unused": 1,
12233
+ "value": 1,
12234
+ "create": 2,
12235
+ "does": 5,
12236
+ "within": 1,
12237
+ "compile": 2,
12238
+ "Forth2012": 2,
12239
+ "core": 1,
12240
+ "action": 1,
12241
+ "of": 3,
12242
+ "defer": 2,
12243
+ "name": 1,
12244
+ "s": 4,
12245
+ "c@": 2,
12246
+ "negate": 1,
12247
+ "nip": 2,
12248
+ "bl": 4,
12249
+ "word": 9,
12250
+ "ahead": 2,
12251
+ "resolve": 4,
12252
+ "literal": 4,
12253
+ "postpone": 14,
12254
+ "nonimmediate": 1,
12255
+ "caddr": 1,
12256
+ "C": 9,
12257
+ "find": 2,
12258
+ "cells": 1,
12259
+ "postponers": 1,
12260
+ "execute": 1,
12261
+ "unresolved": 4,
12262
+ "orig": 5,
12263
+ "chars": 1,
12264
+ "n1": 2,
12265
+ "n2": 2,
12266
+ "orig1": 1,
12267
+ "orig2": 1,
12268
+ "branch": 5,
12269
+ "dodoes_code": 1,
12270
+ "code": 3,
12271
+ "begin": 2,
12272
+ "dest": 5,
12273
+ "while": 2,
12274
+ "repeat": 2,
12275
+ "until": 1,
12276
+ "recurse": 1,
12277
+ "pad": 3,
12278
+ "If": 1,
12279
+ "necessary": 1,
12280
+ "and": 3,
12281
+ "keep": 1,
12282
+ "parsing.": 1,
12283
+ "string": 3,
12284
+ "cmove": 1,
12285
+ "state": 2,
12286
+ "cr": 3,
12287
+ "abort": 3,
12288
+ "<quote>": 1,
12289
+ "Undefined": 1,
12290
+ "ok": 1,
12137
12291
  "HELLO": 4,
12138
- "(": 2,
12139
- "-": 4,
12140
- ")": 2,
12141
- ".": 2,
12142
- ";": 2
12292
+ "KataDiversion": 1,
12293
+ "Forth": 1,
12294
+ "utils": 1,
12295
+ "the": 7,
12296
+ "stack": 3,
12297
+ "EMPTY": 1,
12298
+ "DEPTH": 2,
12299
+ "IF": 10,
12300
+ "BEGIN": 3,
12301
+ "DROP": 5,
12302
+ "UNTIL": 3,
12303
+ "THEN": 10,
12304
+ "power": 2,
12305
+ "**": 2,
12306
+ "n1_pow_n2": 1,
12307
+ "SWAP": 8,
12308
+ "DUP": 14,
12309
+ "DO": 2,
12310
+ "OVER": 2,
12311
+ "LOOP": 2,
12312
+ "NIP": 4,
12313
+ "compute": 1,
12314
+ "highest": 1,
12315
+ "below": 1,
12316
+ "N.": 1,
12317
+ "e.g.": 2,
12318
+ "MAXPOW2": 2,
12319
+ "log2_n": 1,
12320
+ "ABORT": 1,
12321
+ "ELSE": 7,
12322
+ "|": 4,
12323
+ "I": 5,
12324
+ "i*2": 1,
12325
+ "/": 3,
12326
+ "kata": 1,
12327
+ "test": 1,
12328
+ "given": 3,
12329
+ "N": 6,
12330
+ "has": 1,
12331
+ "two": 2,
12332
+ "adjacent": 2,
12333
+ "bits": 3,
12334
+ "NOT": 3,
12335
+ "TWO": 3,
12336
+ "ADJACENT": 3,
12337
+ "BITS": 3,
12338
+ "bool": 1,
12339
+ "uses": 1,
12340
+ "following": 1,
12341
+ "algorithm": 1,
12342
+ "return": 5,
12343
+ "A": 5,
12344
+ "X": 5,
12345
+ "LOG2": 1,
12346
+ "end": 1,
12347
+ "OR": 1,
12348
+ "INVERT": 1,
12349
+ "maximum": 1,
12350
+ "number": 4,
12351
+ "which": 3,
12352
+ "can": 2,
12353
+ "be": 2,
12354
+ "made": 2,
12355
+ "with": 2,
12356
+ "MAX": 2,
12357
+ "NB": 3,
12358
+ "m": 2,
12359
+ "**n": 1,
12360
+ "numbers": 1,
12361
+ "or": 1,
12362
+ "less": 1,
12363
+ "have": 1,
12364
+ "not": 1,
12365
+ "bits.": 1,
12366
+ "see": 1,
12367
+ "http": 1,
12368
+ "//www.codekata.com/2007/01/code_kata_fifte.html": 1,
12369
+ "HOW": 1,
12370
+ "MANY": 1,
12371
+ "Tools": 2,
12372
+ ".s": 1,
12373
+ "depth": 1,
12374
+ "traverse": 1,
12375
+ "dictionary": 1,
12376
+ "assembler": 1,
12377
+ "kernel": 1,
12378
+ "bye": 1,
12379
+ "cs": 2,
12380
+ "pick": 1,
12381
+ "roll": 1,
12382
+ "editor": 1,
12383
+ "forget": 1,
12384
+ "reveal": 1,
12385
+ "tools": 1,
12386
+ "nr": 1,
12387
+ "synonym": 1,
12388
+ "undefined": 2,
12389
+ "defined": 1,
12390
+ "invert": 1,
12391
+ "/cell": 2,
12392
+ "cell": 2
12143
12393
  },
12144
12394
  "GAS": {
12145
12395
  ".cstring": 1,
@@ -19442,665 +19692,33 @@
19442
19692
  "return": 1
19443
19693
  },
19444
19694
  "Lasso": {
19445
- "<?LassoScript>": 7,
19446
- "define_type": 17,
19447
- "database": 29,
19448
- "knop_base": 12,
19449
- "namespace=": 13,
19450
- "prototype": 7,
19451
- "local": 198,
19452
- "version": 5,
19453
- "2010": 6,
19454
- "11": 10,
19455
- "23": 6,
19456
- "description": 65,
19457
- "Custom": 3,
19458
- "type": 86,
19459
- "to": 169,
19460
- "interact": 4,
19461
- "with": 39,
19462
- "databases": 3,
19463
- "Supports": 6,
19464
- "both": 3,
19465
- "MySQL": 3,
19466
- "and": 84,
19467
- "FileMaker": 4,
19468
- "datasources": 3,
19469
- "CHANGE": 5,
19470
- "NOTES": 5,
19471
- "2012": 6,
19472
- "06": 3,
19473
- "10": 3,
19474
- "SP": 6,
19475
- "Fix": 3,
19476
- "for": 107,
19477
- "decimal": 6,
19478
- "precision": 3,
19479
- "bug": 4,
19480
- "in": 67,
19481
- "8": 7,
19482
- "6": 3,
19483
- "0": 5,
19484
- "1": 4,
19485
- "renderfooter": 3,
19486
- "01": 5,
19487
- "15": 3,
19488
- "Add": 4,
19489
- "support": 13,
19490
- "inline": 28,
19491
- "host": 11,
19492
- "method": 12,
19493
- "Thanks": 3,
19494
- "Ric": 3,
19495
- "Lewis": 3,
19496
- "JS": 172,
19497
- "settable": 6,
19498
- "removed": 3,
19499
- "reference": 11,
19500
- "-": 3173,
19501
- "table": 22,
19502
- "Syntax": 5,
19503
- "adjustments": 5,
19504
- "Lasso": 21,
19505
- "nextrecord": 18,
19506
- "Added": 52,
19507
- "deprecation": 3,
19508
- "warning": 4,
19509
- "field": 61,
19510
- "corrected": 3,
19511
- "the": 138,
19512
- "verification": 3,
19513
- "of": 43,
19514
- "index": 11,
19515
- "parameter": 12,
19516
- "a": 76,
19517
- "check": 9,
19518
- "before": 8,
19519
- "calling": 3,
19520
- "resultset_count": 11,
19521
- "so": 23,
19522
- "it": 33,
19523
- "will": 18,
19524
- "not": 27,
19525
- "break": 3,
19526
- "versions": 3,
19527
- "_unknowntag": 8,
19528
- "fixed": 7,
19529
- "incorrect": 3,
19530
- "debug_trace": 8,
19531
- "addrecord": 7,
19532
- "improved": 5,
19533
- "how": 4,
19534
- "keyvalue": 42,
19535
- "is": 60,
19536
- "returned": 10,
19537
- "when": 14,
19538
- "adding": 3,
19539
- "records": 7,
19540
- "inserting": 3,
19541
- "generated": 3,
19542
- "can": 25,
19543
- "now": 31,
19544
- "be": 58,
19545
- "suppressed": 3,
19546
- "by": 18,
19547
- "specifying": 3,
19548
- "false": 23,
19549
- "saverecord": 14,
19550
- "deleterecord": 8,
19551
- "use": 22,
19552
- "current": 17,
19553
- "(": 1381,
19554
- "if": 168,
19555
- "any": 21,
19556
- ")": 1386,
19557
- "have": 10,
19558
- "specified": 20,
19559
- "that": 30,
19560
- "case.": 3,
19561
- "recorddata": 10,
19562
- "no": 3,
19563
- "longer": 3,
19564
- "touch": 3,
19565
- "current_record": 3,
19566
- "was": 12,
19567
- "zero": 3,
19568
- "able": 17,
19569
- "access": 4,
19570
- "occurrence": 8,
19571
- "same": 7,
19572
- "name": 40,
19573
- "returns": 6,
19574
- "new": 20,
19575
- "data": 15,
19576
- "knop_databaserows": 5,
19577
- "added": 15,
19578
- "inlinename.": 6,
19579
- "Changed": 8,
19580
- "next.": 3,
19581
- "remains": 3,
19582
- "supported": 3,
19583
- "backwards": 3,
19584
- "compatibility.": 3,
19585
- "resets": 3,
19586
- "record": 70,
19587
- "pointer": 15,
19588
- "reaching": 3,
19589
- "last": 11,
19590
- "honors": 3,
19591
- "as": 34,
19592
- "incremented": 3,
19593
- "recordindex": 8,
19594
- "specific": 6,
19595
- "instead": 6,
19596
- "first": 24,
19597
- "found.": 3,
19598
- "getrecord": 12,
19599
- "REALLY": 3,
19600
- "works": 6,
19601
- "integer": 58,
19602
- "keyvalues": 6,
19603
- "double": 3,
19604
- "oops": 6,
19605
- "I": 6,
19606
- "thought": 3,
19607
- "but": 5,
19608
- "misplaced": 3,
19609
- "paren...": 3,
19610
- "corresponding": 4,
19611
- "tag": 14,
19612
- "[": 24,
19613
- "resultset": 3,
19614
- "]": 25,
19615
- "...": 4,
19616
- "/resultset": 3,
19617
- "used": 21,
19618
- "through": 5,
19619
- "Corrected": 10,
19620
- "handling": 3,
19621
- "lock": 40,
19622
- "user": 41,
19623
- "work": 7,
19624
- "better": 3,
19625
- "knop_user": 8,
19626
- "keeplock": 7,
19627
- "updates": 3,
19628
- "timestamp": 7,
19629
- "get": 39,
19630
- "datatype": 3,
19631
- "knop_databaserow": 5,
19632
- "size": 47,
19633
- "object": 12,
19634
- "iterated.": 3,
19635
- "When": 3,
19636
- "iterating": 3,
19637
- "each": 16,
19638
- "row": 3,
19639
- "an": 10,
19640
- "array": 35,
19641
- "values.": 3,
19642
- "Addedd": 3,
19643
- "increments": 3,
19644
- "recordpointer": 3,
19645
- "time": 11,
19646
- "called": 3,
19647
- "until": 3,
19648
- "found": 10,
19649
- "set": 21,
19650
- "reached.": 3,
19651
- "Returns": 3,
19652
- "true": 18,
19653
- "long": 3,
19654
- "there": 4,
19655
- "are": 7,
19656
- "more": 5,
19657
- "records.": 3,
19658
- "Useful": 3,
19659
- "while": 10,
19660
- "loop": 4,
19661
- "see": 17,
19662
- "example": 4,
19663
- "below": 3,
19664
- "Implemented": 3,
19665
- ".": 7,
19666
- "The": 9,
19667
- "reset": 12,
19668
- "query.": 3,
19669
- "from": 16,
19670
- "shortcut": 3,
19671
- "Removed": 3,
19672
- "onassign": 3,
19673
- "since": 6,
19674
- "causes": 5,
19675
- "touble": 3,
19676
- "Extended": 3,
19677
- "field_names": 13,
19678
- "return": 137,
19679
- "names": 8,
19680
- "also": 7,
19681
- "db": 9,
19682
- "objects": 3,
19683
- "never": 3,
19684
- "been": 3,
19685
- "query": 11,
19686
- "optionally": 3,
19687
- "types": 11,
19688
- "supports": 3,
19689
- "sql.": 3,
19690
- "Make": 3,
19691
- "sure": 4,
19692
- "SQL": 4,
19693
- "statement": 5,
19694
- "includes": 3,
19695
- "relevant": 3,
19696
- "keyfield": 24,
19697
- "lockfield": 12,
19698
- "locking": 9,
19699
- "capturesearchvars": 7,
19700
- "error_code": 58,
19701
- "error_msg": 49,
19702
- "mysteriously": 3,
19703
- "after": 3,
19704
- "operations": 3,
19705
- "caused": 3,
19706
- "errors.": 3,
19707
- "flag": 3,
19708
- "save": 3,
19709
- "locked": 6,
19710
- "without": 6,
19711
- "releasing": 3,
19712
- "Adding": 3,
19713
- "progress.": 3,
19714
- "Done": 3,
19715
- "oncreate": 6,
19716
- "getrecord.": 3,
19717
- "Moved": 8,
19718
- "documentation": 3,
19719
- "most": 3,
19720
- "member": 13,
19721
- "tags": 17,
19722
- "help": 12,
19723
- "copy": 18,
19724
- "existing": 5,
19725
- "properly": 5,
19726
- "it.": 3,
19727
- "Faster": 3,
19728
- "than": 5,
19729
- "creating": 5,
19730
- "instance": 11,
19731
- "scratch.": 3,
19732
- "shown_first": 6,
19733
- "once": 6,
19734
- "again": 3,
19735
- "hoping": 3,
19736
- "tagtime": 5,
19737
- "s": 3,
19738
- "only": 3,
19739
- "captured": 3,
19740
- "add": 22,
19741
- "update": 11,
19742
- "uselimit": 3,
19743
- "or": 11,
19744
- "querys": 3,
19745
- "LIMIT": 5,
19746
- "still": 5,
19747
- "gets": 3,
19748
- "proper": 3,
19749
- "searchresult": 3,
19750
- "vars": 14,
19751
- "using": 9,
19752
- "separate": 3,
19753
- "COUNT": 3,
19754
- "may": 1,
19755
- "always": 3,
19756
- "right": 1,
19757
- "result": 15,
19758
- "queries": 4,
19759
- "GROUP": 5,
19760
- "BY": 7,
19761
- "override": 5,
19762
- "default": 11,
19763
- "updaterecord": 1,
19764
- "Fixed": 1,
19765
- "where": 1,
19766
- "missing": 3,
19767
- "returnfield": 3,
19768
- "looking": 1,
19769
- "up": 5,
19770
- "maxrecords_value": 4,
19771
- "skiprecords_value": 2,
19772
- "searchresultvars": 3,
19773
- "affectedrecord_keyvalue": 1,
19774
- "make": 2,
19775
- "possible": 1,
19776
- "highlight": 1,
19777
- "affected": 1,
19778
- "list": 6,
19779
- "grid": 3,
19780
- "TODO": 3,
19781
- "Allow": 1,
19782
- "some": 2,
19783
- "Active": 1,
19784
- "Record": 1,
19785
- "similar": 1,
19786
- "functionality": 1,
19787
- "editing": 1,
19788
- "Look": 1,
19789
- "at": 14,
19790
- "making": 2,
19791
- "dynamically": 1,
19792
- "eliminate": 1,
19793
- "need": 1,
19794
- "one": 4,
19795
- "table.": 1,
19796
- "This": 6,
19797
- "cause": 1,
19798
- "problems": 3,
19799
- "locks": 2,
19800
- "they": 3,
19801
- "datetime_create": 1,
19802
- "datetime_mod": 1,
19803
- "user_create": 1,
19804
- "user_mod.": 1,
19805
- "Use": 1,
19806
- "allow": 1,
19807
- "verify": 3,
19808
- "them": 1,
19809
- "trying": 1,
19810
- "them.": 1,
19811
- "*/": 3,
19812
- "//": 303,
19813
- "variables": 8,
19814
- "these": 4,
19815
- "string": 87,
19816
- "actual": 2,
19817
- "statements": 1,
19818
- "case": 1,
19819
- "aliased": 1,
19820
- "seconds": 6,
19821
- "expires": 1,
19822
- "knop_seed": 3,
19823
- "encryption": 1,
19824
- "seed": 9,
19825
- "knop_lang": 9,
19826
- "fallback": 5,
19827
- "null": 56,
19828
- "map": 46,
19829
- ";": 1292,
19830
- "hold": 1,
19831
- "databaserows": 1,
19832
- "inlinename": 10,
19833
- "holds": 1,
19834
- "latest": 1,
19835
- "operation": 1,
19836
- "updated": 1,
19837
- "other": 5,
19838
- "actions": 3,
19839
- "optimistic": 1,
19840
- "resulting": 1,
19841
- "pair": 2,
19842
- "action": 3,
19843
- "ms": 3,
19844
- "moved": 1,
19845
- "single": 2,
19846
- "results": 2,
19847
- "all": 15,
19848
- "fields": 3,
19849
- "additional": 1,
19850
- "certain": 1,
19851
- "errors": 13,
19852
- "message": 7,
19853
- "normal": 4,
19854
- "values": 2,
19855
- "stored": 3,
19856
- "directly": 1,
19857
- "programatically": 1,
19858
- "iterate": 17,
19859
- "#searchresultvars": 1,
19860
- "#resultvar": 1,
19861
- "/iterate": 17,
19862
- "error": 26,
19863
- "codes": 3,
19864
- "info": 2,
19865
- "error_data": 16,
19866
- "define_tag": 100,
19867
- "required": 27,
19868
- "optional": 79,
19869
- "validate": 3,
19870
- "connection": 7,
19871
- "adds": 1,
19872
- "overhead": 1,
19873
- "test": 3,
19874
- "knop_timer": 14,
19875
- "error_noerror": 1,
19876
- "exist": 1,
19877
- "self": 493,
19878
- "Lasso_DatasourceModuleName": 1,
19879
- "#database": 5,
19880
- "fail_if": 10,
19881
- "store": 7,
19882
- "params": 13,
19883
- "local_defined": 67,
19884
- "@#database": 2,
19885
- "@#table": 2,
19886
- "@#host": 2,
19887
- "@#username": 2,
19888
- "@#password": 2,
19889
- "@#lockfield": 1,
19890
- "@#user": 1,
19891
- "param": 1,
19892
- "has": 4,
19893
- "value": 21,
19894
- "@#keyfield": 1,
19895
- "|": 26,
19896
- "build": 1,
19897
- "insert": 76,
19898
- "table_realname": 4,
19899
- "#table": 10,
19900
- "exists": 4,
19901
- "even": 4,
19902
- "Database_TableNames": 3,
19903
- "Database_TableNameItem": 3,
19904
- "loop_abort": 4,
19905
- "/if": 139,
19906
- "/Database_TableNames": 3,
19907
- "/inline": 23,
19908
- "Lasso_DatasourceIsFilemaker": 1,
19909
- "||": 16,
19910
- "Lasso_DatasourceIsFilemakerSA": 1,
19911
- "tag_name": 51,
19912
- "+": 328,
19913
- "date": 27,
19914
- "format": 9,
19915
- "#timer": 10,
19916
- "cast": 8,
19917
- "trigger": 8,
19918
- "onconvert": 10,
19919
- "/define_tag": 88,
19920
- "else": 61,
19921
- "//fail": 3,
19922
- "removeall": 28,
19923
- "knop_debug": 8,
19924
- "open": 1,
19925
- "handle": 3,
19926
- "//knop_debug": 1,
19927
- "close": 2,
19928
- "witherrors": 2,
19929
- "/handle": 1,
19930
- "clear": 3,
19931
- "search": 15,
19932
- "#_search": 21,
19933
- "#_sql": 10,
19934
- "&&": 74,
19935
- "fail": 2,
19936
- "sql": 10,
19937
- "filemaker": 2,
19938
- "defaults": 3,
19939
- "random": 3,
19940
- "#inlinename": 7,
19941
- "knop_unique": 6,
19942
- "remove": 9,
19943
- "&": 38,
19944
- "delete": 6,
19945
- "nothing": 2,
19946
- "show": 3,
19947
- "ok": 4,
19948
- "string_findregexp": 10,
19949
- "#sql": 43,
19950
- "find": 71,
19951
- "ignorecase": 14,
19952
- "maxrecords": 3,
19953
- "skiprecords": 2,
19954
- "later": 3,
19955
- "parameters": 3,
19956
- "conflict": 1,
19957
- "#keyfield": 6,
19958
- "#keyvalue": 13,
19959
- "perform": 1,
19960
- "put": 1,
19961
- "provided": 2,
19962
- "#querytimer": 4,
19963
- "action_statement": 6,
19964
- "found_count": 22,
19965
- "#fields": 1,
19966
- "#_fields": 23,
19967
- "wrapper": 2,
19968
- "look": 5,
19969
- "op": 3,
19970
- "duplicate": 1,
19971
- "proceed": 1,
19972
- "create": 8,
19973
- "unique": 2,
19974
- "Keyfield": 2,
19975
- "#lock": 15,
19976
- "Lockfield": 3,
19977
- "must": 7,
19978
- "isa": 32,
19979
- "User": 3,
19980
- "#user": 14,
19981
- "id_user": 1,
19982
- "logged": 1,
19983
- "select": 3,
19984
- "present": 2,
19985
- "already": 3,
19986
- "expired": 1,
19987
- "split": 3,
19988
- "#lockvalue": 3,
19989
- "#lock_timestamp": 2,
19990
- "<": 16,
19991
- "#lock_user": 3,
19992
- "valid": 1,
19993
- "another": 3,
19994
- "this": 20,
19995
- "real": 1,
19996
- "condition": 5,
19997
- "go": 1,
19998
- "ahead": 2,
19999
- "encrypt_blowfish": 2,
20000
- "internal": 4,
20001
- "#keyvalue_temp": 2,
20002
- "keyfield_value": 8,
20003
- "could": 1,
20004
- "tell": 1,
20005
- "addlock": 1,
20006
- "dbname": 1,
20007
- "varname": 6,
20008
- "lockvalue": 10,
20009
- "id": 10,
20010
- "_fields": 3,
20011
- "db_connect": 2,
20012
- "lock_seed": 3,
20013
- "lock_timestamp": 2,
20014
- "lock_user": 2,
20015
- "lock_expires": 2,
20016
- "eq": 3,
20017
- "%": 16,
20018
- "Q": 1,
20019
- "T": 4,
20020
- "lockvalue_encrypted": 1,
20021
- "isfilemaker": 2,
20022
- "OK": 1,
20023
- "grab": 1,
20024
- "Delete": 1,
20025
- "failed": 4,
20026
- "release": 1,
20027
- "suitable": 1,
20028
- "showing": 1,
20029
- "Clearlocks": 3,
20030
- "/records": 1,
20031
- "encode_sql": 1,
20032
- "#recordindex": 30,
20033
- "i.e.": 2,
20034
- "#recorddata": 2,
20035
- "#field_name": 9,
20036
- "#field_names": 7,
20037
- "#types": 3,
20038
- "field_name": 4,
20039
- "count": 2,
20040
- "loop_count": 4,
20041
- "#types_mapping": 1,
20042
- "/loop": 1,
20043
- "@#field_names": 1,
20044
- "#table_names": 1,
20045
- "@#table_names": 1,
20046
- "record_array": 2,
20047
- "#index": 16,
20048
- "on": 2,
20049
- "demand": 1,
20050
- "records_array": 2,
20051
- "@": 9,
20052
- "#fieldname": 13,
20053
- "<=>": 7,
20054
- "ocurrence": 2,
20055
- "faster": 3,
20056
- "slightly": 2,
20057
- "slower": 4,
20058
- "findposition": 3,
20059
- "indexmatches": 3,
20060
- "#indexmatches": 3,
20061
- "next": 2,
20062
- "xhtml": 29,
20063
- "#endslash": 12,
20064
- "#eol": 12,
20065
- "join": 6,
20066
- "Internal": 1,
20067
- "capture": 2,
20068
- "various": 1,
20069
- "like": 1,
20070
- "shown_last": 3,
20071
- "shown_count": 2,
20072
- "lasso_tagexists": 5,
20073
- "knop_foundrows": 3,
20074
- "adjust": 1,
20075
- "math_min": 1,
20076
- "gives": 1,
20077
- "lasso_currentaction": 2,
20078
- "populate": 1,
20079
- "/define_type": 7,
20080
- "namespace": 19,
20081
- "#records_array": 1,
20082
- "indexes": 1,
20083
- "different": 4,
20084
- "previous": 1,
20085
- "behind": 1,
20086
- "prevents": 1,
20087
- "unloading": 1,
20088
- "restart": 1,
20089
- "#record_array": 1,
19695
+ "<": 7,
20090
19696
  "LassoScript": 1,
19697
+ "//": 169,
20091
19698
  "JSON": 2,
20092
19699
  "Encoding": 1,
19700
+ "and": 52,
20093
19701
  "Decoding": 1,
20094
19702
  "Copyright": 1,
19703
+ "-": 2248,
20095
19704
  "LassoSoft": 1,
20096
19705
  "Inc.": 1,
20097
19706
  "<http://json.org/>": 1,
20098
19707
  "<http://json-rpc.org/>": 1,
20099
19708
  "<http://www.ietf.org/rfc/rfc4627.txt?number=4627>": 1,
19709
+ "This": 5,
19710
+ "tag": 11,
19711
+ "is": 35,
19712
+ "now": 23,
20100
19713
  "incorporated": 1,
19714
+ "in": 46,
19715
+ "Lasso": 15,
20101
19716
  "If": 4,
19717
+ "(": 640,
20102
19718
  "Lasso_TagExists": 1,
19719
+ ")": 639,
20103
19720
  "False": 1,
19721
+ ";": 573,
20104
19722
  "Define_Tag": 1,
20105
19723
  "Namespace": 1,
20106
19724
  "Required": 1,
@@ -20115,12 +19733,25 @@
20115
19733
  "output": 30,
20116
19734
  "newoptions": 1,
20117
19735
  "options": 2,
19736
+ "array": 20,
19737
+ "set": 10,
19738
+ "list": 4,
20118
19739
  "queue": 2,
20119
19740
  "priorityqueue": 2,
20120
19741
  "stack": 2,
19742
+ "pair": 1,
19743
+ "map": 23,
19744
+ "[": 22,
19745
+ "]": 23,
20121
19746
  "literal": 3,
19747
+ "string": 59,
19748
+ "integer": 30,
19749
+ "decimal": 5,
20122
19750
  "boolean": 4,
19751
+ "null": 26,
19752
+ "date": 23,
20123
19753
  "temp": 12,
19754
+ "object": 7,
20124
19755
  "{": 18,
20125
19756
  "}": 18,
20126
19757
  "client_ip": 1,
@@ -20131,16 +19762,22 @@
20131
19762
  "</LassoNativeType>": 3,
20132
19763
  "Decode_JSON": 2,
20133
19764
  "Decode_": 1,
19765
+ "value": 14,
20134
19766
  "consume_string": 1,
20135
19767
  "ibytes": 9,
20136
19768
  "unescapes": 1,
20137
19769
  "u": 1,
20138
19770
  "UTF": 4,
19771
+ "%": 14,
20139
19772
  "QT": 4,
20140
19773
  "TZ": 2,
19774
+ "T": 3,
20141
19775
  "consume_token": 1,
20142
19776
  "obytes": 3,
20143
19777
  "delimit": 7,
19778
+ "true": 12,
19779
+ "false": 8,
19780
+ ".": 5,
20144
19781
  "consume_array": 1,
20145
19782
  "consume_object": 1,
20146
19783
  "key": 3,
@@ -20156,18 +19793,29 @@
20156
19793
  "JSON_RPCCall": 1,
20157
19794
  "RPCCall": 1,
20158
19795
  "JSON_": 1,
19796
+ "method": 7,
19797
+ "params": 11,
19798
+ "id": 7,
19799
+ "host": 6,
20159
19800
  "//localhost/lassoapps.8/rpc/rpc.lasso": 1,
20160
19801
  "request": 2,
19802
+ "result": 6,
20161
19803
  "JSON_Records": 3,
20162
19804
  "KeyField": 1,
20163
19805
  "ReturnField": 1,
20164
19806
  "ExcludeField": 1,
20165
19807
  "Fields": 1,
19808
+ "_fields": 1,
19809
+ "fields": 2,
20166
19810
  "No": 1,
19811
+ "found": 5,
19812
+ "for": 65,
20167
19813
  "_keyfield": 4,
19814
+ "keyfield": 4,
20168
19815
  "ID": 1,
20169
19816
  "_index": 1,
20170
19817
  "_return": 1,
19818
+ "returnfield": 1,
20171
19819
  "_exclude": 1,
20172
19820
  "excludefield": 1,
20173
19821
  "_records": 1,
@@ -20175,6 +19823,9 @@
20175
19823
  "_temp": 1,
20176
19824
  "_field": 1,
20177
19825
  "_output": 1,
19826
+ "error_msg": 15,
19827
+ "error_code": 11,
19828
+ "found_count": 11,
20178
19829
  "rows": 1,
20179
19830
  "#_records": 1,
20180
19831
  "Return": 7,
@@ -20189,24 +19840,36 @@
20189
19840
  "json_serialize": 18,
20190
19841
  "e": 13,
20191
19842
  "bytes": 8,
19843
+ "+": 146,
20192
19844
  "#e": 13,
20193
19845
  "Replace": 19,
19846
+ "&": 21,
20194
19847
  "json_literal": 1,
20195
19848
  "asstring": 4,
19849
+ "format": 7,
20196
19850
  "gmt": 1,
19851
+ "|": 13,
20197
19852
  "trait_forEach": 1,
19853
+ "local": 116,
20198
19854
  "foreach": 1,
20199
19855
  "#output": 50,
20200
19856
  "#delimit": 7,
20201
19857
  "#1": 3,
19858
+ "return": 75,
19859
+ "with": 25,
20202
19860
  "pr": 1,
20203
19861
  "eachPair": 1,
19862
+ "select": 1,
20204
19863
  "#pr": 2,
19864
+ "first": 12,
20205
19865
  "second": 8,
19866
+ "join": 5,
20206
19867
  "json_object": 2,
20207
19868
  "foreachpair": 1,
19869
+ "any": 14,
20208
19870
  "serialize": 1,
20209
19871
  "json_consume_string": 3,
19872
+ "while": 9,
20210
19873
  "#temp": 19,
20211
19874
  "#ibytes": 17,
20212
19875
  "export8bits": 6,
@@ -20216,13 +19879,18 @@
20216
19879
  "/while": 7,
20217
19880
  "unescape": 1,
20218
19881
  "//Replace": 1,
19882
+ "if": 76,
20219
19883
  "BeginsWith": 1,
19884
+ "&&": 30,
20220
19885
  "EndsWith": 1,
20221
19886
  "Protect": 1,
20222
19887
  "serialization_reader": 1,
20223
19888
  "xml": 1,
20224
19889
  "read": 1,
20225
19890
  "/Protect": 1,
19891
+ "else": 32,
19892
+ "size": 24,
19893
+ "or": 6,
20226
19894
  "regexp": 1,
20227
19895
  "d": 2,
20228
19896
  "Z": 1,
@@ -20231,10 +19899,13 @@
20231
19899
  "yyyyMMdd": 2,
20232
19900
  "HHmmssZ": 1,
20233
19901
  "HHmmss": 1,
19902
+ "/if": 53,
20234
19903
  "json_consume_token": 2,
20235
19904
  "marker": 4,
20236
19905
  "Is": 1,
19906
+ "also": 5,
20237
19907
  "end": 2,
19908
+ "of": 24,
20238
19909
  "token": 1,
20239
19910
  "//............................................................................": 2,
20240
19911
  "string_IsNumeric": 1,
@@ -20243,21 +19914,28 @@
20243
19914
  "Discard": 1,
20244
19915
  "whitespace": 3,
20245
19916
  "Else": 7,
19917
+ "insert": 18,
20246
19918
  "#key": 12,
20247
19919
  "json_consume_object": 2,
20248
19920
  "Loop_Abort": 1,
20249
19921
  "/While": 1,
20250
19922
  "Find": 3,
19923
+ "isa": 25,
20251
19924
  "First": 4,
19925
+ "find": 57,
20252
19926
  "Second": 1,
20253
19927
  "json_deserialize": 1,
20254
19928
  "removeLeading": 1,
20255
19929
  "bom_utf8": 1,
20256
19930
  "Reset": 1,
19931
+ "on": 1,
19932
+ "provided": 1,
20257
19933
  "**/": 1,
19934
+ "type": 63,
20258
19935
  "parent": 5,
20259
19936
  "public": 1,
20260
19937
  "onCreate": 1,
19938
+ "...": 3,
20261
19939
  "..onCreate": 1,
20262
19940
  "#rest": 1,
20263
19941
  "json_rpccall": 1,
@@ -20269,35 +19947,60 @@
20269
19947
  "Encode_JSON": 1,
20270
19948
  "#method": 1,
20271
19949
  "#params": 5,
19950
+ "<?LassoScript>": 6,
20272
19951
  "2009": 14,
20273
19952
  "09": 10,
20274
19953
  "04": 8,
19954
+ "JS": 126,
19955
+ "Added": 40,
20275
19956
  "content_body": 14,
20276
19957
  "compatibility": 4,
20277
19958
  "pre": 4,
19959
+ "8": 6,
20278
19960
  "5": 4,
20279
19961
  "05": 4,
20280
19962
  "07": 6,
19963
+ "timestamp": 4,
19964
+ "to": 98,
20281
19965
  "knop_cachestore": 4,
20282
19966
  "maxage": 2,
19967
+ "parameter": 8,
20283
19968
  "knop_cachefetch": 4,
19969
+ "Corrected": 8,
20284
19970
  "construction": 2,
20285
19971
  "cache_name": 2,
20286
19972
  "internally": 2,
19973
+ "the": 86,
20287
19974
  "knop_cache": 2,
19975
+ "tags": 14,
19976
+ "so": 16,
19977
+ "it": 20,
19978
+ "will": 12,
19979
+ "work": 6,
20288
19980
  "correctly": 2,
19981
+ "at": 10,
20289
19982
  "site": 4,
20290
19983
  "root": 2,
20291
19984
  "2008": 6,
19985
+ "11": 8,
20292
19986
  "dummy": 2,
19987
+ "knop_debug": 4,
20293
19988
  "ctype": 2,
19989
+ "be": 38,
19990
+ "able": 14,
20294
19991
  "transparently": 2,
19992
+ "without": 4,
20295
19993
  "L": 2,
20296
19994
  "Debug": 2,
20297
19995
  "24": 2,
20298
19996
  "knop_stripbackticks": 2,
19997
+ "01": 4,
20299
19998
  "28": 2,
20300
19999
  "Cache": 2,
20000
+ "name": 32,
20001
+ "used": 12,
20002
+ "when": 10,
20003
+ "using": 8,
20301
20004
  "session": 4,
20302
20005
  "storage": 8,
20303
20006
  "2007": 6,
@@ -20305,29 +20008,51 @@
20305
20008
  "knop_cachedelete": 2,
20306
20009
  "Created": 4,
20307
20010
  "03": 2,
20011
+ "knop_foundrows": 2,
20012
+ "condition": 4,
20308
20013
  "returning": 2,
20014
+ "normal": 2,
20309
20015
  "For": 2,
20016
+ "lasso_tagexists": 4,
20017
+ "define_tag": 48,
20018
+ "namespace=": 12,
20310
20019
  "__html_reply__": 4,
20020
+ "define_type": 14,
20311
20021
  "debug": 2,
20022
+ "_unknowntag": 6,
20023
+ "onconvert": 2,
20312
20024
  "stripbackticks": 2,
20313
20025
  "description=": 2,
20314
20026
  "priority=": 2,
20315
20027
  "required=": 2,
20316
20028
  "input": 2,
20029
+ "split": 2,
20317
20030
  "@#output": 2,
20031
+ "/define_tag": 36,
20032
+ "description": 34,
20033
+ "namespace": 16,
20318
20034
  "priority": 8,
20319
20035
  "Johan": 2,
20320
20036
  "S": 2,
20321
20037
  "lve": 2,
20322
20038
  "#charlist": 6,
20039
+ "current": 10,
20040
+ "time": 8,
20041
+ "a": 52,
20323
20042
  "mixed": 2,
20043
+ "up": 4,
20044
+ "as": 26,
20045
+ "seed": 6,
20324
20046
  "#seed": 36,
20325
20047
  "convert": 4,
20048
+ "this": 14,
20326
20049
  "base": 6,
20327
20050
  "conversion": 4,
20051
+ "get": 12,
20328
20052
  "#base": 8,
20329
20053
  "/": 6,
20330
20054
  "over": 2,
20055
+ "new": 14,
20331
20056
  "chunk": 2,
20332
20057
  "millisecond": 2,
20333
20058
  "math_random": 2,
@@ -20338,12 +20063,22 @@
20338
20063
  "removetrailing": 8,
20339
20064
  "response_filepath": 8,
20340
20065
  "//tagswap.net/found_rows": 2,
20066
+ "action_statement": 2,
20067
+ "string_findregexp": 8,
20068
+ "#sql": 42,
20069
+ "ignorecase": 12,
20070
+ "||": 8,
20071
+ "maxrecords_value": 2,
20341
20072
  "inaccurate": 2,
20073
+ "must": 4,
20342
20074
  "accurate": 2,
20343
20075
  "Default": 2,
20344
20076
  "usually": 2,
20345
20077
  "fastest.": 2,
20346
20078
  "Can": 2,
20079
+ "not": 10,
20080
+ "GROUP": 4,
20081
+ "BY": 6,
20347
20082
  "example.": 2,
20348
20083
  "normalize": 4,
20349
20084
  "around": 2,
@@ -20353,19 +20088,39 @@
20353
20088
  "replace": 8,
20354
20089
  "ReplaceOnlyOne": 2,
20355
20090
  "substring": 6,
20091
+ "remove": 6,
20356
20092
  "ORDER": 2,
20093
+ "statement": 4,
20094
+ "since": 4,
20095
+ "causes": 4,
20096
+ "problems": 2,
20097
+ "field": 26,
20357
20098
  "aliases": 2,
20358
20099
  "we": 2,
20100
+ "can": 14,
20359
20101
  "simple": 2,
20102
+ "later": 2,
20103
+ "query": 4,
20360
20104
  "contains": 2,
20105
+ "use": 10,
20361
20106
  "SQL_CALC_FOUND_ROWS": 2,
20362
20107
  "which": 2,
20363
20108
  "much": 2,
20109
+ "slower": 2,
20110
+ "see": 16,
20364
20111
  "//bugs.mysql.com/bug.php": 2,
20365
20112
  "removeleading": 2,
20113
+ "inline": 4,
20114
+ "sql": 2,
20366
20115
  "exit": 2,
20367
20116
  "here": 2,
20368
20117
  "normally": 2,
20118
+ "/inline": 2,
20119
+ "fallback": 4,
20120
+ "required": 10,
20121
+ "optional": 36,
20122
+ "local_defined": 26,
20123
+ "knop_seed": 2,
20369
20124
  "#RandChars": 4,
20370
20125
  "Get": 2,
20371
20126
  "Math_Random": 2,
@@ -20384,13 +20139,23 @@
20384
20139
  "EndPosition": 2,
20385
20140
  "Seed": 2,
20386
20141
  "String_IsAlphaNumeric": 2,
20142
+ "self": 72,
20387
20143
  "_date_msec": 4,
20144
+ "/define_type": 4,
20145
+ "seconds": 4,
20146
+ "default": 4,
20147
+ "store": 4,
20148
+ "all": 6,
20388
20149
  "page": 14,
20150
+ "vars": 8,
20151
+ "specified": 8,
20152
+ "iterate": 12,
20389
20153
  "keys": 6,
20390
20154
  "var": 38,
20391
20155
  "#item": 10,
20392
20156
  "#type": 26,
20393
20157
  "#data": 14,
20158
+ "/iterate": 12,
20394
20159
  "//fail_if": 6,
20395
20160
  "session_id": 6,
20396
20161
  "#session": 10,
@@ -20402,15 +20167,22 @@
20402
20167
  "initiate": 10,
20403
20168
  "thread": 6,
20404
20169
  "RW": 6,
20170
+ "lock": 24,
20405
20171
  "global": 40,
20406
20172
  "Thread_RWLock": 6,
20173
+ "create": 6,
20174
+ "reference": 10,
20175
+ "@": 8,
20407
20176
  "writing": 6,
20177
+ "#lock": 12,
20408
20178
  "writelock": 4,
20179
+ "check": 6,
20409
20180
  "cache": 4,
20410
20181
  "unlock": 6,
20411
20182
  "writeunlock": 4,
20412
20183
  "#maxage": 4,
20413
20184
  "cached": 8,
20185
+ "data": 12,
20414
20186
  "too": 4,
20415
20187
  "old": 4,
20416
20188
  "reading": 2,
@@ -20422,54 +20194,94 @@
20422
20194
  "All": 4,
20423
20195
  "Knop": 6,
20424
20196
  "custom": 8,
20197
+ "types": 10,
20425
20198
  "should": 4,
20199
+ "have": 6,
20426
20200
  "identify": 2,
20427
20201
  "registered": 2,
20428
20202
  "knop": 6,
20429
20203
  "isknoptype": 2,
20430
20204
  "knop_knoptype": 2,
20205
+ "prototype": 4,
20206
+ "version": 4,
20431
20207
  "14": 4,
20432
20208
  "Base": 2,
20433
20209
  "framework": 2,
20434
20210
  "Contains": 2,
20435
20211
  "common": 4,
20212
+ "member": 10,
20436
20213
  "Used": 2,
20437
20214
  "boilerplate": 2,
20215
+ "creating": 4,
20216
+ "other": 4,
20217
+ "instance": 8,
20218
+ "variables": 2,
20219
+ "are": 4,
20438
20220
  "available": 2,
20439
20221
  "well": 2,
20222
+ "CHANGE": 4,
20223
+ "NOTES": 4,
20224
+ "Syntax": 4,
20225
+ "adjustments": 4,
20440
20226
  "9": 2,
20227
+ "Changed": 6,
20228
+ "error": 22,
20441
20229
  "numbers": 2,
20230
+ "added": 10,
20231
+ "even": 2,
20442
20232
  "language": 10,
20233
+ "already": 2,
20443
20234
  "exists.": 2,
20235
+ "improved": 4,
20444
20236
  "reporting": 2,
20445
20237
  "messages": 6,
20446
20238
  "such": 2,
20239
+ "from": 6,
20447
20240
  "bad": 2,
20241
+ "database": 14,
20242
+ "queries": 2,
20448
20243
  "error_lang": 2,
20449
20244
  "provide": 2,
20245
+ "knop_lang": 8,
20246
+ "add": 12,
20450
20247
  "localized": 2,
20451
20248
  "except": 2,
20249
+ "knop_base": 8,
20452
20250
  "html": 4,
20251
+ "xhtml": 28,
20252
+ "help": 10,
20453
20253
  "nicely": 2,
20454
20254
  "formatted": 2,
20455
20255
  "output.": 2,
20456
20256
  "Centralized": 2,
20457
20257
  "knop_base.": 2,
20258
+ "Moved": 6,
20259
+ "codes": 2,
20458
20260
  "improve": 2,
20459
20261
  "documentation.": 2,
20460
20262
  "It": 2,
20263
+ "always": 2,
20264
+ "an": 8,
20461
20265
  "parameter.": 2,
20462
20266
  "trace": 2,
20267
+ "tagtime": 4,
20268
+ "was": 6,
20463
20269
  "nav": 4,
20464
20270
  "earlier": 2,
20271
+ "varname": 4,
20465
20272
  "retreive": 2,
20466
20273
  "variable": 8,
20274
+ "that": 18,
20275
+ "stored": 2,
20467
20276
  "in.": 2,
20468
20277
  "automatically": 2,
20469
20278
  "sense": 2,
20470
20279
  "doctype": 6,
20280
+ "exists": 2,
20471
20281
  "buffer.": 2,
20282
+ "The": 6,
20472
20283
  "performance.": 2,
20284
+ "internal": 2,
20473
20285
  "html.": 2,
20474
20286
  "Introduced": 2,
20475
20287
  "_knop_data": 10,
@@ -20477,21 +20289,30 @@
20477
20289
  "level": 2,
20478
20290
  "caching": 2,
20479
20291
  "between": 2,
20292
+ "different": 2,
20480
20293
  "objects.": 2,
20294
+ "TODO": 2,
20481
20295
  "option": 2,
20482
20296
  "Google": 2,
20483
20297
  "Code": 2,
20484
20298
  "Wiki": 2,
20485
20299
  "working": 2,
20300
+ "properly": 4,
20486
20301
  "run": 2,
20302
+ "by": 12,
20487
20303
  "atbegin": 2,
20488
20304
  "handler": 2,
20489
20305
  "explicitly": 2,
20306
+ "*/": 2,
20490
20307
  "entire": 4,
20308
+ "ms": 2,
20491
20309
  "defined": 4,
20310
+ "each": 8,
20311
+ "instead": 4,
20492
20312
  "avoid": 2,
20493
20313
  "recursion": 2,
20494
20314
  "properties": 4,
20315
+ "#endslash": 10,
20495
20316
  "#tags": 2,
20496
20317
  "#t": 2,
20497
20318
  "doesn": 4,
@@ -20510,25 +20331,229 @@
20510
20331
  "#xhtmlparam": 4,
20511
20332
  "plain": 2,
20512
20333
  "#doctype": 4,
20334
+ "copy": 4,
20513
20335
  "standard": 2,
20514
20336
  "code": 2,
20337
+ "errors": 12,
20338
+ "error_data": 12,
20515
20339
  "form": 2,
20340
+ "grid": 2,
20516
20341
  "lang": 2,
20342
+ "user": 4,
20517
20343
  "#error_lang": 12,
20518
20344
  "addlanguage": 4,
20519
20345
  "strings": 6,
20520
20346
  "@#errorcodes": 2,
20521
20347
  "#error_lang_custom": 2,
20522
20348
  "#custom_language": 10,
20349
+ "once": 4,
20350
+ "one": 2,
20523
20351
  "#custom_string": 4,
20524
20352
  "#errorcodes": 4,
20525
20353
  "#error_code": 10,
20354
+ "message": 6,
20526
20355
  "getstring": 2,
20356
+ "test": 2,
20527
20357
  "known": 2,
20528
20358
  "lasso": 2,
20359
+ "knop_timer": 2,
20360
+ "knop_unique": 2,
20361
+ "look": 2,
20529
20362
  "#varname": 6,
20363
+ "loop_abort": 2,
20364
+ "tag_name": 2,
20365
+ "#timer": 2,
20530
20366
  "#trace": 4,
20531
- "merge": 2
20367
+ "merge": 2,
20368
+ "#eol": 8,
20369
+ "2010": 4,
20370
+ "23": 4,
20371
+ "Custom": 2,
20372
+ "interact": 2,
20373
+ "databases": 2,
20374
+ "Supports": 4,
20375
+ "both": 2,
20376
+ "MySQL": 2,
20377
+ "FileMaker": 2,
20378
+ "datasources": 2,
20379
+ "2012": 4,
20380
+ "06": 2,
20381
+ "10": 2,
20382
+ "SP": 4,
20383
+ "Fix": 2,
20384
+ "precision": 2,
20385
+ "bug": 2,
20386
+ "6": 2,
20387
+ "0": 2,
20388
+ "1": 2,
20389
+ "renderfooter": 2,
20390
+ "15": 2,
20391
+ "Add": 2,
20392
+ "support": 6,
20393
+ "Thanks": 2,
20394
+ "Ric": 2,
20395
+ "Lewis": 2,
20396
+ "settable": 4,
20397
+ "removed": 2,
20398
+ "table": 6,
20399
+ "nextrecord": 12,
20400
+ "deprecation": 2,
20401
+ "warning": 2,
20402
+ "corrected": 2,
20403
+ "verification": 2,
20404
+ "index": 4,
20405
+ "before": 4,
20406
+ "calling": 2,
20407
+ "resultset_count": 6,
20408
+ "break": 2,
20409
+ "versions": 2,
20410
+ "fixed": 4,
20411
+ "incorrect": 2,
20412
+ "debug_trace": 2,
20413
+ "addrecord": 4,
20414
+ "how": 2,
20415
+ "keyvalue": 10,
20416
+ "returned": 6,
20417
+ "adding": 2,
20418
+ "records": 4,
20419
+ "inserting": 2,
20420
+ "generated": 2,
20421
+ "suppressed": 2,
20422
+ "specifying": 2,
20423
+ "saverecord": 8,
20424
+ "deleterecord": 4,
20425
+ "case.": 2,
20426
+ "recorddata": 6,
20427
+ "no": 2,
20428
+ "longer": 2,
20429
+ "touch": 2,
20430
+ "current_record": 2,
20431
+ "zero": 2,
20432
+ "access": 2,
20433
+ "occurrence": 2,
20434
+ "same": 4,
20435
+ "returns": 4,
20436
+ "knop_databaserows": 2,
20437
+ "inlinename.": 4,
20438
+ "next.": 2,
20439
+ "remains": 2,
20440
+ "supported": 2,
20441
+ "backwards": 2,
20442
+ "compatibility.": 2,
20443
+ "resets": 2,
20444
+ "record": 20,
20445
+ "pointer": 8,
20446
+ "reaching": 2,
20447
+ "last": 4,
20448
+ "honors": 2,
20449
+ "incremented": 2,
20450
+ "recordindex": 4,
20451
+ "specific": 2,
20452
+ "found.": 2,
20453
+ "getrecord": 8,
20454
+ "REALLY": 2,
20455
+ "works": 4,
20456
+ "keyvalues": 4,
20457
+ "double": 2,
20458
+ "oops": 4,
20459
+ "I": 4,
20460
+ "thought": 2,
20461
+ "but": 2,
20462
+ "misplaced": 2,
20463
+ "paren...": 2,
20464
+ "corresponding": 2,
20465
+ "resultset": 2,
20466
+ "/resultset": 2,
20467
+ "through": 2,
20468
+ "handling": 2,
20469
+ "better": 2,
20470
+ "knop_user": 4,
20471
+ "keeplock": 4,
20472
+ "updates": 2,
20473
+ "datatype": 2,
20474
+ "knop_databaserow": 2,
20475
+ "iterated.": 2,
20476
+ "When": 2,
20477
+ "iterating": 2,
20478
+ "row": 2,
20479
+ "values.": 2,
20480
+ "Addedd": 2,
20481
+ "increments": 2,
20482
+ "recordpointer": 2,
20483
+ "called": 2,
20484
+ "until": 2,
20485
+ "reached.": 2,
20486
+ "Returns": 2,
20487
+ "long": 2,
20488
+ "there": 2,
20489
+ "more": 2,
20490
+ "records.": 2,
20491
+ "Useful": 2,
20492
+ "loop": 2,
20493
+ "example": 2,
20494
+ "below": 2,
20495
+ "Implemented": 2,
20496
+ "reset": 2,
20497
+ "query.": 2,
20498
+ "shortcut": 2,
20499
+ "Removed": 2,
20500
+ "onassign": 2,
20501
+ "touble": 2,
20502
+ "Extended": 2,
20503
+ "field_names": 2,
20504
+ "names": 4,
20505
+ "db": 2,
20506
+ "objects": 2,
20507
+ "never": 2,
20508
+ "been": 2,
20509
+ "optionally": 2,
20510
+ "supports": 2,
20511
+ "sql.": 2,
20512
+ "Make": 2,
20513
+ "sure": 2,
20514
+ "SQL": 2,
20515
+ "includes": 2,
20516
+ "relevant": 2,
20517
+ "lockfield": 2,
20518
+ "locking": 4,
20519
+ "capturesearchvars": 2,
20520
+ "mysteriously": 2,
20521
+ "after": 2,
20522
+ "operations": 2,
20523
+ "caused": 2,
20524
+ "errors.": 2,
20525
+ "flag": 2,
20526
+ "save": 2,
20527
+ "locked": 2,
20528
+ "releasing": 2,
20529
+ "Adding": 2,
20530
+ "progress.": 2,
20531
+ "Done": 2,
20532
+ "oncreate": 2,
20533
+ "getrecord.": 2,
20534
+ "documentation": 2,
20535
+ "most": 2,
20536
+ "existing": 2,
20537
+ "it.": 2,
20538
+ "Faster": 2,
20539
+ "than": 2,
20540
+ "scratch.": 2,
20541
+ "shown_first": 2,
20542
+ "again": 2,
20543
+ "hoping": 2,
20544
+ "s": 2,
20545
+ "only": 2,
20546
+ "captured": 2,
20547
+ "update": 2,
20548
+ "uselimit": 2,
20549
+ "querys": 2,
20550
+ "LIMIT": 2,
20551
+ "still": 2,
20552
+ "gets": 2,
20553
+ "proper": 2,
20554
+ "searchresult": 2,
20555
+ "separate": 2,
20556
+ "COUNT": 2
20532
20557
  },
20533
20558
  "Less": {
20534
20559
  "@blue": 4,
@@ -20997,47 +21022,47 @@
20997
21022
  "Tender": 1
20998
21023
  },
20999
21024
  "Matlab": {
21000
- "function": 27,
21001
- "[": 254,
21002
- "dx": 3,
21003
- "y": 13,
21004
- "]": 252,
21025
+ "function": 32,
21026
+ "[": 309,
21027
+ "dx": 6,
21028
+ "y": 22,
21029
+ "]": 309,
21005
21030
  "adapting_structural_model": 2,
21006
- "(": 732,
21007
- "t": 12,
21008
- "x": 21,
21031
+ "(": 1357,
21032
+ "t": 32,
21033
+ "x": 42,
21009
21034
  "u": 3,
21010
21035
  "varargin": 25,
21011
- ")": 735,
21012
- "%": 401,
21036
+ ")": 1358,
21037
+ "%": 552,
21013
21038
  "size": 8,
21014
21039
  "aux": 3,
21015
- "{": 155,
21016
- "end": 85,
21017
- "}": 155,
21018
- ";": 502,
21019
- "m": 29,
21020
- "zeros": 7,
21040
+ "{": 157,
21041
+ "end": 147,
21042
+ "}": 157,
21043
+ ";": 891,
21044
+ "m": 44,
21045
+ "zeros": 60,
21021
21046
  "b": 12,
21022
- "for": 28,
21023
- "i": 97,
21024
- "if": 33,
21025
- "+": 78,
21047
+ "for": 77,
21048
+ "i": 334,
21049
+ "if": 52,
21050
+ "+": 169,
21026
21051
  "elseif": 14,
21027
- "else": 19,
21052
+ "else": 23,
21028
21053
  "display": 10,
21029
21054
  "aux.pars": 3,
21030
21055
  ".*": 2,
21031
21056
  "Yp": 2,
21032
21057
  "human": 1,
21033
21058
  "aux.timeDelay": 2,
21034
- "c1": 2,
21059
+ "c1": 5,
21035
21060
  "aux.m": 3,
21036
- "*": 42,
21061
+ "*": 46,
21037
21062
  "aux.b": 3,
21038
- "e": 5,
21039
- "-": 143,
21040
- "c2": 2,
21063
+ "e": 14,
21064
+ "-": 672,
21065
+ "c2": 5,
21041
21066
  "Yc": 5,
21042
21067
  "parallel": 2,
21043
21068
  "plant": 4,
@@ -21047,13 +21072,13 @@
21047
21072
  "feedback": 1,
21048
21073
  "A": 11,
21049
21074
  "B": 9,
21050
- "C": 6,
21051
- "D": 5,
21075
+ "C": 13,
21076
+ "D": 7,
21052
21077
  "tf2ss": 1,
21053
21078
  "Ys.num": 1,
21054
21079
  "Ys.den": 1,
21055
21080
  "average": 1,
21056
- "n": 3,
21081
+ "n": 102,
21057
21082
  "|": 2,
21058
21083
  "&": 4,
21059
21084
  "error": 14,
@@ -21062,7 +21087,7 @@
21062
21087
  "bicycle": 7,
21063
21088
  "bicycle_state_space": 1,
21064
21089
  "speed": 20,
21065
- "S": 2,
21090
+ "S": 5,
21066
21091
  "dbstack": 1,
21067
21092
  "CURRENT_DIRECTORY": 2,
21068
21093
  "fileparts": 1,
@@ -21070,7 +21095,7 @@
21070
21095
  "par": 7,
21071
21096
  "par_text_to_struct": 4,
21072
21097
  "filesep": 14,
21073
- "...": 154,
21098
+ "...": 162,
21074
21099
  "whipple_pull_force_abcd": 2,
21075
21100
  "states": 7,
21076
21101
  "outputs": 10,
@@ -21087,15 +21112,15 @@
21087
21112
  "minStates": 2,
21088
21113
  "ismember": 15,
21089
21114
  "settings.states": 3,
21090
- "<": 7,
21115
+ "<": 9,
21091
21116
  "keepStates": 2,
21092
- "find": 22,
21117
+ "find": 24,
21093
21118
  "removeStates": 1,
21094
21119
  "row": 6,
21095
- "abs": 4,
21120
+ "abs": 12,
21096
21121
  "col": 5,
21097
- "s": 8,
21098
- "sprintf": 8,
21122
+ "s": 13,
21123
+ "sprintf": 11,
21099
21124
  "removeInputs": 2,
21100
21125
  "settings.inputs": 1,
21101
21126
  "keepOutputs": 2,
@@ -21104,19 +21129,29 @@
21104
21129
  "is": 7,
21105
21130
  "not": 3,
21106
21131
  "possible": 1,
21107
- "to": 4,
21132
+ "to": 9,
21108
21133
  "keep": 1,
21109
21134
  "output": 7,
21110
21135
  "because": 1,
21111
21136
  "it": 1,
21112
21137
  "depends": 1,
21113
- "on": 12,
21138
+ "on": 13,
21114
21139
  "input": 14,
21115
21140
  "StateName": 1,
21116
21141
  "OutputName": 1,
21117
21142
  "InputName": 1,
21143
+ "x_0": 45,
21144
+ "linspace": 14,
21145
+ "vx_0": 37,
21146
+ "z": 3,
21147
+ "j": 242,
21148
+ "*vx_0": 1,
21149
+ "figure": 17,
21150
+ "pcolor": 2,
21151
+ "shading": 3,
21152
+ "flat": 3,
21118
21153
  "name": 4,
21119
- "order": 10,
21154
+ "order": 11,
21120
21155
  "convert_variable": 1,
21121
21156
  "variable": 10,
21122
21157
  "coordinates": 6,
@@ -21128,8 +21163,8 @@
21128
21163
  "rollData": 8,
21129
21164
  "global": 6,
21130
21165
  "goldenRatio": 12,
21131
- "sqrt": 1,
21132
- "/": 36,
21166
+ "sqrt": 14,
21167
+ "/": 59,
21133
21168
  "exist": 1,
21134
21169
  "mkdir": 1,
21135
21170
  "linestyles": 15,
@@ -21143,20 +21178,18 @@
21143
21178
  "var": 3,
21144
21179
  "io": 7,
21145
21180
  "typ": 3,
21146
- "length": 32,
21147
- "j": 26,
21181
+ "length": 49,
21148
21182
  "plot_io": 1,
21149
21183
  "phase_portraits": 2,
21150
21184
  "eigenvalues": 2,
21151
21185
  "bikeData": 2,
21152
- "figure": 9,
21153
21186
  "figWidth": 24,
21154
21187
  "figHeight": 19,
21155
21188
  "set": 43,
21156
21189
  "gcf": 17,
21157
21190
  "freq": 12,
21158
- "hold": 22,
21159
- "all": 9,
21191
+ "hold": 23,
21192
+ "all": 15,
21160
21193
  "closedLoops": 1,
21161
21194
  "bikeData.closedLoops": 1,
21162
21195
  "bops": 7,
@@ -21223,17 +21256,16 @@
21223
21256
  "line": 15,
21224
21257
  "wc": 14,
21225
21258
  "wShift": 5,
21226
- "num2str": 9,
21259
+ "num2str": 10,
21227
21260
  "bikeData.handlingMetric.num": 1,
21228
21261
  "bikeData.handlingMetric.den": 1,
21229
21262
  "w": 3,
21230
- "linspace": 1,
21231
21263
  "mag": 4,
21232
21264
  "phase": 2,
21233
21265
  "bode": 5,
21234
21266
  "metricLine": 1,
21235
- "plot": 14,
21236
- "k": 11,
21267
+ "plot": 26,
21268
+ "k": 75,
21237
21269
  "Linewidth": 7,
21238
21270
  "Color": 13,
21239
21271
  "Linestyle": 6,
@@ -21257,7 +21289,7 @@
21257
21289
  "PaperPosition": 3,
21258
21290
  "PaperSize": 3,
21259
21291
  "rad/sec": 1,
21260
- "phi": 1,
21292
+ "phi": 13,
21261
21293
  "Open": 1,
21262
21294
  "Loop": 1,
21263
21295
  "Bode": 1,
@@ -21280,7 +21312,7 @@
21280
21312
  "openBode.eps": 1,
21281
21313
  "deps2c": 3,
21282
21314
  "maxMag": 2,
21283
- "max": 5,
21315
+ "max": 9,
21284
21316
  "magnitudes": 1,
21285
21317
  "area": 1,
21286
21318
  "fillColors": 1,
@@ -21289,7 +21321,7 @@
21289
21321
  "metricLines": 2,
21290
21322
  "bikes": 24,
21291
21323
  "data.": 6,
21292
- ".": 7,
21324
+ ".": 13,
21293
21325
  ".handlingMetric.num": 1,
21294
21326
  ".handlingMetric.den": 1,
21295
21327
  "chil": 2,
@@ -21307,7 +21339,7 @@
21307
21339
  "Lateral": 1,
21308
21340
  "Deviation": 1,
21309
21341
  "paths.eps": 1,
21310
- "d": 1,
21342
+ "d": 3,
21311
21343
  "like": 1,
21312
21344
  "plot.": 1,
21313
21345
  "names": 6,
@@ -21324,10 +21356,10 @@
21324
21356
  "pad": 10,
21325
21357
  "yShift": 16,
21326
21358
  "xShift": 3,
21327
- "time": 19,
21359
+ "time": 21,
21328
21360
  "oneSpeed.time": 2,
21329
21361
  "oneSpeed.speed": 2,
21330
- "distance": 4,
21362
+ "distance": 6,
21331
21363
  "xAxis": 12,
21332
21364
  "xData": 3,
21333
21365
  "textX": 3,
@@ -21339,10 +21371,10 @@
21339
21371
  "loc": 3,
21340
21372
  "l1": 2,
21341
21373
  "l2": 2,
21342
- "first": 2,
21374
+ "first": 3,
21343
21375
  "ylabel": 4,
21344
21376
  "box": 4,
21345
- "&&": 1,
21377
+ "&&": 13,
21346
21378
  "x_r": 6,
21347
21379
  "y_r": 6,
21348
21380
  "w_r": 5,
@@ -21355,7 +21387,7 @@
21355
21387
  "w_a": 7,
21356
21388
  "h_a": 5,
21357
21389
  "ax": 15,
21358
- "axis": 4,
21390
+ "axis": 5,
21359
21391
  "rollData.speed": 1,
21360
21392
  "rollData.time": 1,
21361
21393
  "path": 3,
@@ -21385,7 +21417,7 @@
21385
21417
  "nominalData.": 2,
21386
21418
  "bikeData.": 2,
21387
21419
  "twentyPercent.": 2,
21388
- "equal": 1,
21420
+ "equal": 2,
21389
21421
  "leg1": 2,
21390
21422
  "bikeData.modelPar.": 1,
21391
21423
  "leg2": 2,
@@ -21394,17 +21426,90 @@
21394
21426
  "pathToParFile": 2,
21395
21427
  "str": 2,
21396
21428
  "eigenValues": 1,
21397
- "eig": 4,
21398
- "real": 1,
21429
+ "eig": 6,
21430
+ "real": 3,
21399
21431
  "zeroIndices": 3,
21400
- "ones": 3,
21432
+ "ones": 6,
21401
21433
  "maxEvals": 4,
21402
21434
  "maxLine": 7,
21403
21435
  "minLine": 4,
21404
21436
  "min": 1,
21405
21437
  "speedInd": 12,
21438
+ "value": 2,
21439
+ "isterminal": 2,
21440
+ "direction": 2,
21441
+ "mu": 73,
21442
+ "FIXME": 1,
21443
+ "from": 2,
21444
+ "the": 14,
21445
+ "largest": 1,
21446
+ "primary": 1,
21447
+ "clear": 13,
21448
+ "tic": 7,
21449
+ "T": 22,
21450
+ "x_min": 3,
21451
+ "x_max": 3,
21452
+ "y_min": 3,
21453
+ "y_max": 3,
21454
+ "how": 1,
21455
+ "many": 1,
21456
+ "points": 11,
21457
+ "per": 5,
21458
+ "one": 3,
21459
+ "measure": 1,
21460
+ "unit": 1,
21461
+ "both": 1,
21462
+ "in": 8,
21463
+ "and": 7,
21464
+ "ds": 1,
21465
+ "x_res": 7,
21466
+ "*n": 2,
21467
+ "y_res": 7,
21468
+ "grid_x": 3,
21469
+ "grid_y": 3,
21470
+ "advected_x": 12,
21471
+ "advected_y": 12,
21472
+ "parfor": 5,
21473
+ "X": 6,
21474
+ "ode45": 6,
21475
+ "@dg": 1,
21476
+ "store": 4,
21477
+ "advected": 2,
21478
+ "positions": 2,
21479
+ "as": 4,
21480
+ "they": 2,
21481
+ "would": 2,
21482
+ "appear": 2,
21483
+ "coords": 2,
21484
+ "Compute": 3,
21485
+ "FTLE": 14,
21486
+ "sigma": 6,
21487
+ "compute": 2,
21488
+ "Jacobian": 3,
21489
+ "*ds": 4,
21490
+ "eigenvalue": 2,
21491
+ "of": 35,
21492
+ "*phi": 2,
21493
+ "log": 2,
21494
+ "lambda_max": 2,
21495
+ "/abs": 3,
21496
+ "*T": 3,
21497
+ "toc": 5,
21498
+ "field": 2,
21499
+ "contourf": 2,
21500
+ "location": 1,
21501
+ "EastOutside": 1,
21502
+ "f_x_t": 2,
21503
+ "inline": 1,
21504
+ "grid_min": 3,
21505
+ "grid_max": 3,
21506
+ "grid_width": 1,
21507
+ "grid_spacing": 5,
21508
+ "grid_width/": 1,
21509
+ "*grid_width/": 4,
21510
+ "colorbar": 1,
21406
21511
  "load_data": 4,
21407
- "t0": 1,
21512
+ "t0": 6,
21408
21513
  "t1": 6,
21409
21514
  "t2": 6,
21410
21515
  "t3": 1,
@@ -21417,7 +21522,7 @@
21417
21522
  "find_structural_gains": 2,
21418
21523
  "yh": 2,
21419
21524
  "fit": 6,
21420
- "x0": 2,
21525
+ "x0": 4,
21421
21526
  "compare": 3,
21422
21527
  "resultPlantOne.fit": 1,
21423
21528
  "guessPlantTwo": 3,
@@ -21429,8 +21534,8 @@
21429
21534
  "resultPlantTwo.fit.par": 1,
21430
21535
  "gainSlopeOffset": 6,
21431
21536
  "eye": 9,
21432
- "this": 1,
21433
- "only": 3,
21537
+ "this": 2,
21538
+ "only": 7,
21434
21539
  "uses": 1,
21435
21540
  "tau": 1,
21436
21541
  "through": 1,
@@ -21447,7 +21552,7 @@
21447
21552
  "plantNum.plantTwo": 2,
21448
21553
  "sections": 13,
21449
21554
  "secData.": 1,
21450
- "||": 1,
21555
+ "||": 3,
21451
21556
  "guess.": 2,
21452
21557
  "result.": 2,
21453
21558
  ".fit.par": 1,
@@ -21467,24 +21572,275 @@
21467
21572
  "plots/": 1,
21468
21573
  ".png": 1,
21469
21574
  "task": 1,
21470
- "of": 4,
21471
- "the": 3,
21472
21575
  "closed": 1,
21473
21576
  "loop": 1,
21474
- "system": 1,
21577
+ "system": 2,
21475
21578
  "u.": 1,
21476
21579
  "gain": 1,
21477
21580
  "guesses": 1,
21478
- "k1": 2,
21479
- "k2": 2,
21480
- "k3": 2,
21481
- "k4": 2,
21581
+ "k1": 4,
21582
+ "k2": 3,
21583
+ "k3": 3,
21584
+ "k4": 4,
21482
21585
  "identified": 1,
21483
21586
  "gains": 12,
21484
21587
  ".vaf": 1,
21588
+ "Elements": 1,
21589
+ "grid": 1,
21590
+ "definition": 2,
21591
+ "Dimensionless": 1,
21592
+ "integrating": 1,
21593
+ "Choice": 2,
21594
+ "mass": 2,
21595
+ "parameter": 2,
21596
+ "Computation": 9,
21597
+ "Lagrangian": 3,
21598
+ "Points": 2,
21599
+ "xl1": 13,
21600
+ "yl1": 12,
21601
+ "xl2": 9,
21602
+ "yl2": 8,
21603
+ "xl3": 8,
21604
+ "yl3": 8,
21605
+ "xl4": 10,
21606
+ "yl4": 9,
21607
+ "xl5": 8,
21608
+ "yl5": 8,
21609
+ "Lagr": 6,
21610
+ "initial": 5,
21611
+ "total": 6,
21612
+ "energy": 8,
21613
+ "E_L1": 4,
21614
+ "Omega": 7,
21615
+ "C_L1": 3,
21616
+ "*E_L1": 1,
21617
+ "Szebehely": 1,
21618
+ "E": 8,
21619
+ "Offset": 2,
21620
+ "Initial": 3,
21621
+ "conditions": 3,
21622
+ "range": 2,
21623
+ "x_0_min": 8,
21624
+ "x_0_max": 8,
21625
+ "vx_0_min": 8,
21626
+ "vx_0_max": 8,
21627
+ "y_0": 29,
21628
+ "ndgrid": 2,
21629
+ "vy_0": 22,
21630
+ "*E": 2,
21631
+ "*Omega": 5,
21632
+ "vx_0.": 2,
21633
+ "E_cin": 4,
21634
+ "x_T": 25,
21635
+ "y_T": 17,
21636
+ "vx_T": 22,
21637
+ "vy_T": 12,
21638
+ "filtro": 15,
21639
+ "E_T": 11,
21640
+ "delta_E": 7,
21641
+ "a": 17,
21642
+ "matrix": 3,
21643
+ "numbers": 2,
21644
+ "integration": 9,
21645
+ "steps": 2,
21646
+ "each": 2,
21647
+ "np": 8,
21648
+ "number": 2,
21649
+ "integrated": 5,
21650
+ "fprintf": 18,
21651
+ "Energy": 4,
21652
+ "tolerance": 2,
21653
+ "setting": 4,
21654
+ "energy_tol": 6,
21655
+ "Setting": 1,
21656
+ "options": 14,
21657
+ "integrator": 2,
21658
+ "RelTol": 2,
21659
+ "AbsTol": 2,
21660
+ "From": 1,
21661
+ "Short": 1,
21662
+ "odeset": 4,
21663
+ "Parallel": 2,
21664
+ "equations": 2,
21665
+ "motion": 2,
21666
+ "h": 19,
21667
+ "waitbar": 6,
21668
+ "r1": 3,
21669
+ "r2": 3,
21670
+ "g": 5,
21671
+ "i/n": 1,
21672
+ "y_0.": 2,
21673
+ "./": 1,
21674
+ "mu./": 1,
21675
+ "isreal": 8,
21676
+ "Check": 6,
21677
+ "velocity": 2,
21678
+ "positive": 2,
21679
+ "Kinetic": 2,
21680
+ "Y": 19,
21681
+ "@f_reg": 1,
21682
+ "Saving": 4,
21683
+ "solutions": 2,
21684
+ "final": 2,
21685
+ "difference": 2,
21686
+ "with": 2,
21687
+ "conservation": 2,
21688
+ "position": 2,
21689
+ "point": 14,
21690
+ "interesting": 4,
21691
+ "non": 2,
21692
+ "sense": 2,
21693
+ "bad": 4,
21694
+ "close": 4,
21695
+ "t_integrazione": 3,
21696
+ "filtro_1": 12,
21697
+ "dphi": 12,
21698
+ "ftle": 10,
21699
+ "ftle_norm": 1,
21700
+ "ds_x": 1,
21701
+ "ds_vx": 1,
21702
+ "La": 1,
21703
+ "direzione": 1,
21704
+ "dello": 1,
21705
+ "spostamento": 1,
21706
+ "la": 2,
21707
+ "decide": 1,
21708
+ "il": 1,
21709
+ "denominatore": 1,
21710
+ "TODO": 1,
21711
+ "spiegarsi": 1,
21712
+ "teoricamente": 1,
21713
+ "come": 1,
21714
+ "mai": 1,
21715
+ "matrice": 1,
21716
+ "pu": 1,
21717
+ "essere": 1,
21718
+ "ridotta": 1,
21719
+ "x2": 1,
21720
+ "*ds_x": 2,
21721
+ "*ds_vx": 2,
21722
+ "Manual": 2,
21723
+ "visualize": 2,
21724
+ "*log": 2,
21725
+ "dphi*dphi": 1,
21726
+ "tempo": 4,
21727
+ "integrare": 2,
21728
+ ".2f": 5,
21729
+ "calcolare": 2,
21730
+ "var_": 2,
21731
+ "_": 2,
21732
+ "var_xvx_": 2,
21733
+ "ode00": 2,
21734
+ "_n": 2,
21735
+ "save": 2,
21736
+ "nome": 2,
21737
+ "Transforming": 1,
21738
+ "into": 1,
21739
+ "Hamiltonian": 1,
21740
+ "variables": 2,
21741
+ "px_0": 2,
21742
+ "py_0": 2,
21743
+ "px_T": 4,
21744
+ "py_T": 4,
21745
+ "inf": 1,
21746
+ "@cr3bp_jac": 1,
21747
+ "@fH": 1,
21748
+ "EnergyH": 1,
21749
+ "t_integr": 1,
21750
+ "Back": 1,
21751
+ "Inf": 1,
21752
+ "_e": 1,
21753
+ "_H": 1,
21754
+ "Range": 1,
21755
+ "E_0": 4,
21756
+ "C_L1/2": 1,
21757
+ "Y_0": 4,
21758
+ "nx": 32,
21759
+ "nvx": 32,
21760
+ "dvx": 3,
21761
+ "ny": 29,
21762
+ "dy": 5,
21763
+ "/2": 3,
21764
+ "ne": 29,
21765
+ "de": 4,
21766
+ "e_0": 7,
21767
+ "Definition": 1,
21768
+ "arrays": 1,
21769
+ "In": 1,
21770
+ "approach": 1,
21771
+ "useful": 9,
21772
+ "pints": 1,
21773
+ "are": 1,
21774
+ "stored": 1,
21775
+ "filter": 14,
21776
+ "l": 64,
21777
+ "v_y": 3,
21778
+ "*e_0": 3,
21779
+ "vx": 2,
21780
+ "vy": 2,
21781
+ "Selection": 1,
21782
+ "Data": 2,
21783
+ "transfer": 1,
21784
+ "GPU": 3,
21785
+ "x_gpu": 3,
21786
+ "gpuArray": 4,
21787
+ "y_gpu": 3,
21788
+ "vx_gpu": 3,
21789
+ "vy_gpu": 3,
21790
+ "Integration": 2,
21791
+ "N": 9,
21792
+ "x_f": 3,
21793
+ "y_f": 3,
21794
+ "vx_f": 3,
21795
+ "vy_f": 3,
21796
+ "arrayfun": 2,
21797
+ "@RKF45_FILE_gpu": 1,
21798
+ "back": 1,
21799
+ "CPU": 1,
21800
+ "memory": 1,
21801
+ "cleaning": 1,
21802
+ "gather": 4,
21803
+ "Construction": 1,
21804
+ "computation": 2,
21805
+ "X_T": 4,
21806
+ "Y_T": 4,
21807
+ "VX_T": 4,
21808
+ "VY_T": 3,
21809
+ "filter_ftle": 11,
21810
+ "Compute_FILE_gpu": 1,
21811
+ "Plot": 1,
21812
+ "results": 1,
21813
+ "squeeze": 1,
21485
21814
  "clc": 1,
21486
- "close": 1,
21487
21815
  "load_bikes": 2,
21816
+ "e_T": 7,
21817
+ "Integrate_FILE": 1,
21818
+ "Integrate": 6,
21819
+ "Look": 2,
21820
+ "phisically": 2,
21821
+ "meaningful": 6,
21822
+ "meaningless": 2,
21823
+ "i/nx": 2,
21824
+ "*Potential": 5,
21825
+ "ci": 9,
21826
+ "te": 2,
21827
+ "ye": 9,
21828
+ "ie": 2,
21829
+ "@f": 6,
21830
+ "Potential": 1,
21831
+ "delta_e": 3,
21832
+ "Integrate_FTLE_Gawlick_ell": 1,
21833
+ "ecc": 2,
21834
+ "nu": 2,
21835
+ "ecc*cos": 1,
21836
+ "@f_ell": 1,
21837
+ "Consider": 1,
21838
+ "also": 1,
21839
+ "negative": 1,
21840
+ "goodness": 1,
21841
+ "roots": 3,
21842
+ "*mu": 6,
21843
+ "c3": 3,
21488
21844
  "lane_change": 1,
21489
21845
  "start": 4,
21490
21846
  "width": 3,
@@ -21546,7 +21902,6 @@
21546
21902
  "filtfcn": 2,
21547
21903
  "statefcn": 2,
21548
21904
  "makeFilter": 1,
21549
- "a": 4,
21550
21905
  "v": 12,
21551
21906
  "@iirFilter": 1,
21552
21907
  "@getState": 1,
@@ -21563,7 +21918,6 @@
21563
21918
  "methods": 1,
21564
21919
  "obj": 2,
21565
21920
  "r": 2,
21566
- "g": 2,
21567
21921
  "obj.R": 2,
21568
21922
  "obj.G": 2,
21569
21923
  "obj.B": 2,
@@ -21582,7 +21936,6 @@
21582
21936
  "Call": 2,
21583
21937
  "which": 2,
21584
21938
  "resides": 2,
21585
- "in": 2,
21586
21939
  "same": 2,
21587
21940
  "directory": 2,
21588
21941
  "value1": 4,
@@ -21610,6 +21963,27 @@
21610
21963
  "str2num": 1,
21611
21964
  "choose_plant": 4,
21612
21965
  "p": 7,
21966
+ "Conditions": 1,
21967
+ "@cross_y": 1,
21968
+ "ode113": 2,
21969
+ "RK4": 3,
21970
+ "fun": 5,
21971
+ "tspan": 7,
21972
+ "th": 1,
21973
+ "Runge": 1,
21974
+ "Kutta": 1,
21975
+ "dim": 2,
21976
+ "while": 1,
21977
+ "h/2": 2,
21978
+ "k1*h/2": 1,
21979
+ "k2*h/2": 1,
21980
+ "h*k3": 1,
21981
+ "h/6*": 1,
21982
+ "*k2": 1,
21983
+ "*k3": 1,
21984
+ "arg1": 1,
21985
+ "arg": 2,
21986
+ "RK4_par": 1,
21613
21987
  "wnm": 11,
21614
21988
  "zetanm": 5,
21615
21989
  "ss": 3,
@@ -21649,7 +22023,23 @@
21649
22023
  "whipple_pull_force_ABCD": 1,
21650
22024
  "bottomRow": 1,
21651
22025
  "prod": 3,
21652
- "options": 1,
22026
+ "Earth": 2,
22027
+ "Moon": 2,
22028
+ "C_star": 1,
22029
+ "C/2": 1,
22030
+ "orbit": 1,
22031
+ "Y0": 6,
22032
+ "y0": 2,
22033
+ "vx0": 2,
22034
+ "vy0": 2,
22035
+ "l0": 1,
22036
+ "delta_E0": 1,
22037
+ "Hill": 1,
22038
+ "Edgecolor": 1,
22039
+ "none": 1,
22040
+ "ok": 2,
22041
+ "sg": 1,
22042
+ "sr": 1,
21653
22043
  "arguments": 7,
21654
22044
  "ischar": 1,
21655
22045
  "options.": 1,
@@ -21663,9 +22053,7 @@
21663
22053
  "allGains": 4,
21664
22054
  "allSpeeds": 4,
21665
22055
  "sort": 1,
21666
- "h": 7,
21667
- "contents.colheaders": 1,
21668
- "fprintf": 2
22056
+ "contents.colheaders": 1
21669
22057
  },
21670
22058
  "Max": {
21671
22059
  "max": 1,
@@ -22196,6 +22584,269 @@
22196
22584
  "Nimrod": {
22197
22585
  "echo": 1
22198
22586
  },
22587
+ "NSIS": {
22588
+ ";": 39,
22589
+ "bigtest.nsi": 1,
22590
+ "This": 2,
22591
+ "script": 1,
22592
+ "attempts": 1,
22593
+ "to": 6,
22594
+ "test": 1,
22595
+ "most": 1,
22596
+ "of": 3,
22597
+ "the": 4,
22598
+ "functionality": 1,
22599
+ "NSIS": 3,
22600
+ "exehead.": 1,
22601
+ "-": 205,
22602
+ "ifdef": 2,
22603
+ "HAVE_UPX": 1,
22604
+ "packhdr": 1,
22605
+ "tmp.dat": 1,
22606
+ "endif": 4,
22607
+ "NOCOMPRESS": 1,
22608
+ "SetCompress": 1,
22609
+ "off": 1,
22610
+ "Name": 1,
22611
+ "Caption": 1,
22612
+ "Icon": 1,
22613
+ "OutFile": 1,
22614
+ "SetDateSave": 1,
22615
+ "on": 6,
22616
+ "SetDatablockOptimize": 1,
22617
+ "CRCCheck": 1,
22618
+ "SilentInstall": 1,
22619
+ "normal": 1,
22620
+ "BGGradient": 1,
22621
+ "FFFFFF": 1,
22622
+ "InstallColors": 1,
22623
+ "FF8080": 1,
22624
+ "XPStyle": 1,
22625
+ "InstallDir": 1,
22626
+ "InstallDirRegKey": 1,
22627
+ "HKLM": 9,
22628
+ "CheckBitmap": 1,
22629
+ "LicenseText": 1,
22630
+ "LicenseData": 1,
22631
+ "RequestExecutionLevel": 1,
22632
+ "admin": 1,
22633
+ "Page": 4,
22634
+ "license": 1,
22635
+ "components": 1,
22636
+ "directory": 3,
22637
+ "instfiles": 2,
22638
+ "UninstPage": 2,
22639
+ "uninstConfirm": 1,
22640
+ "ifndef": 2,
22641
+ "NOINSTTYPES": 1,
22642
+ "only": 1,
22643
+ "if": 4,
22644
+ "not": 2,
22645
+ "defined": 1,
22646
+ "InstType": 6,
22647
+ "/NOCUSTOM": 1,
22648
+ "/COMPONENTSONLYONCUSTOM": 1,
22649
+ "AutoCloseWindow": 1,
22650
+ "false": 1,
22651
+ "ShowInstDetails": 1,
22652
+ "show": 1,
22653
+ "Section": 5,
22654
+ "empty": 1,
22655
+ "string": 1,
22656
+ "makes": 1,
22657
+ "it": 3,
22658
+ "hidden": 1,
22659
+ "so": 1,
22660
+ "would": 1,
22661
+ "starting": 1,
22662
+ "with": 1,
22663
+ "write": 2,
22664
+ "reg": 1,
22665
+ "info": 1,
22666
+ "StrCpy": 2,
22667
+ "DetailPrint": 1,
22668
+ "WriteRegStr": 4,
22669
+ "SOFTWARE": 7,
22670
+ "NSISTest": 7,
22671
+ "BigNSISTest": 8,
22672
+ "uninstall": 2,
22673
+ "strings": 1,
22674
+ "SetOutPath": 3,
22675
+ "INSTDIR": 15,
22676
+ "File": 3,
22677
+ "/a": 1,
22678
+ "CreateDirectory": 1,
22679
+ "recursively": 1,
22680
+ "create": 1,
22681
+ "a": 2,
22682
+ "for": 2,
22683
+ "fun.": 1,
22684
+ "WriteUninstaller": 1,
22685
+ "Nop": 1,
22686
+ "fun": 1,
22687
+ "SectionEnd": 5,
22688
+ "SectionIn": 4,
22689
+ "Start": 2,
22690
+ "MessageBox": 11,
22691
+ "MB_OK": 8,
22692
+ "MB_YESNO": 3,
22693
+ "IDYES": 2,
22694
+ "MyLabel": 2,
22695
+ "SectionGroup": 2,
22696
+ "/e": 1,
22697
+ "SectionGroup1": 1,
22698
+ "WriteRegDword": 3,
22699
+ "xdeadbeef": 1,
22700
+ "WriteRegBin": 1,
22701
+ "WriteINIStr": 5,
22702
+ "Call": 6,
22703
+ "MyFunctionTest": 1,
22704
+ "DeleteINIStr": 1,
22705
+ "DeleteINISec": 1,
22706
+ "ReadINIStr": 1,
22707
+ "StrCmp": 1,
22708
+ "INIDelSuccess": 2,
22709
+ "ClearErrors": 1,
22710
+ "ReadRegStr": 1,
22711
+ "HKCR": 1,
22712
+ "xyz_cc_does_not_exist": 1,
22713
+ "IfErrors": 1,
22714
+ "NoError": 2,
22715
+ "Goto": 1,
22716
+ "ErrorYay": 2,
22717
+ "CSCTest": 1,
22718
+ "Group2": 1,
22719
+ "BeginTestSection": 1,
22720
+ "IfFileExists": 1,
22721
+ "BranchTest69": 1,
22722
+ "|": 3,
22723
+ "MB_ICONQUESTION": 1,
22724
+ "IDNO": 1,
22725
+ "NoOverwrite": 1,
22726
+ "skipped": 2,
22727
+ "file": 4,
22728
+ "doesn": 2,
22729
+ "s": 1,
22730
+ "icon": 1,
22731
+ "start": 1,
22732
+ "minimized": 1,
22733
+ "and": 1,
22734
+ "give": 1,
22735
+ "hotkey": 1,
22736
+ "(": 5,
22737
+ "Ctrl": 1,
22738
+ "+": 2,
22739
+ "Shift": 1,
22740
+ "Q": 2,
22741
+ ")": 5,
22742
+ "CreateShortCut": 2,
22743
+ "SW_SHOWMINIMIZED": 1,
22744
+ "CONTROL": 1,
22745
+ "SHIFT": 1,
22746
+ "MyTestVar": 1,
22747
+ "myfunc": 1,
22748
+ "test.ini": 2,
22749
+ "MySectionIni": 1,
22750
+ "Value1": 1,
22751
+ "failed": 1,
22752
+ "TextInSection": 1,
22753
+ "will": 1,
22754
+ "example2.": 1,
22755
+ "Hit": 1,
22756
+ "next": 1,
22757
+ "continue.": 1,
22758
+ "{": 8,
22759
+ "NSISDIR": 1,
22760
+ "}": 8,
22761
+ "Contrib": 1,
22762
+ "Graphics": 1,
22763
+ "Icons": 1,
22764
+ "nsis1": 1,
22765
+ "uninstall.ico": 1,
22766
+ "Uninstall": 2,
22767
+ "Software": 1,
22768
+ "Microsoft": 1,
22769
+ "Windows": 3,
22770
+ "CurrentVersion": 1,
22771
+ "silent.nsi": 1,
22772
+ "LogicLib.nsi": 1,
22773
+ "bt": 1,
22774
+ "uninst.exe": 1,
22775
+ "SMPROGRAMS": 2,
22776
+ "Big": 1,
22777
+ "Test": 2,
22778
+ "*.*": 2,
22779
+ "BiG": 1,
22780
+ "Would": 1,
22781
+ "you": 1,
22782
+ "like": 1,
22783
+ "remove": 1,
22784
+ "cpdest": 3,
22785
+ "MyProjectFamily": 2,
22786
+ "MyProject": 1,
22787
+ "Note": 1,
22788
+ "could": 1,
22789
+ "be": 1,
22790
+ "removed": 1,
22791
+ "IDOK": 1,
22792
+ "t": 1,
22793
+ "exist": 1,
22794
+ "NoErrorMsg": 1,
22795
+ "x64.nsh": 1,
22796
+ "A": 1,
22797
+ "few": 1,
22798
+ "simple": 1,
22799
+ "macros": 1,
22800
+ "handle": 1,
22801
+ "installations": 1,
22802
+ "x64": 1,
22803
+ "machines.": 1,
22804
+ "RunningX64": 4,
22805
+ "checks": 1,
22806
+ "installer": 1,
22807
+ "is": 2,
22808
+ "running": 1,
22809
+ "x64.": 1,
22810
+ "If": 1,
22811
+ "EndIf": 1,
22812
+ "DisableX64FSRedirection": 4,
22813
+ "disables": 1,
22814
+ "system": 2,
22815
+ "redirection.": 2,
22816
+ "EnableX64FSRedirection": 4,
22817
+ "enables": 1,
22818
+ "SYSDIR": 1,
22819
+ "some.dll": 2,
22820
+ "#": 3,
22821
+ "extracts": 2,
22822
+ "C": 2,
22823
+ "System32": 1,
22824
+ "SysWOW64": 1,
22825
+ "___X64__NSH___": 3,
22826
+ "define": 4,
22827
+ "include": 1,
22828
+ "LogicLib.nsh": 1,
22829
+ "macro": 3,
22830
+ "_RunningX64": 1,
22831
+ "_a": 1,
22832
+ "_b": 1,
22833
+ "_t": 2,
22834
+ "_f": 2,
22835
+ "insertmacro": 2,
22836
+ "_LOGICLIB_TEMP": 3,
22837
+ "System": 4,
22838
+ "kernel32": 4,
22839
+ "GetCurrentProcess": 1,
22840
+ "i.s": 1,
22841
+ "IsWow64Process": 1,
22842
+ "*i.s": 1,
22843
+ "Pop": 1,
22844
+ "_": 1,
22845
+ "macroend": 3,
22846
+ "Wow64EnableWow64FsRedirection": 2,
22847
+ "i0": 1,
22848
+ "i1": 1
22849
+ },
22199
22850
  "Nu": {
22200
22851
  "SHEBANG#!nush": 1,
22201
22852
  "(": 1,
@@ -34128,6 +34779,27 @@
34128
34779
  "</members>": 1,
34129
34780
  "</doc>": 1
34130
34781
  },
34782
+ "XProc": {
34783
+ "<?xml>": 1,
34784
+ "version=": 2,
34785
+ "encoding=": 1,
34786
+ "<p:declare-step>": 1,
34787
+ "xmlns": 2,
34788
+ "p=": 1,
34789
+ "c=": 1,
34790
+ "<p:input>": 1,
34791
+ "port=": 2,
34792
+ "<p:inline>": 1,
34793
+ "<doc>": 1,
34794
+ "Hello": 1,
34795
+ "world": 1,
34796
+ "</doc>": 1,
34797
+ "</p:inline>": 1,
34798
+ "</p:input>": 1,
34799
+ "<p:output>": 1,
34800
+ "<p:identity/>": 1,
34801
+ "</p:declare-step>": 1
34802
+ },
34131
34803
  "XQuery": {
34132
34804
  "(": 38,
34133
34805
  "-": 486,
@@ -34450,7 +35122,7 @@
34450
35122
  "Elm": 628,
34451
35123
  "Emacs Lisp": 3,
34452
35124
  "fish": 636,
34453
- "Forth": 16,
35125
+ "Forth": 1516,
34454
35126
  "GAS": 133,
34455
35127
  "Gosu": 413,
34456
35128
  "Groovy": 69,
@@ -34464,7 +35136,7 @@
34464
35136
  "JSON": 619,
34465
35137
  "Julia": 247,
34466
35138
  "Kotlin": 155,
34467
- "Lasso": 17099,
35139
+ "Lasso": 9849,
34468
35140
  "Less": 39,
34469
35141
  "Literate CoffeeScript": 275,
34470
35142
  "LiveScript": 123,
@@ -34472,13 +35144,14 @@
34472
35144
  "Logtalk": 36,
34473
35145
  "Lua": 724,
34474
35146
  "Markdown": 1,
34475
- "Matlab": 6446,
35147
+ "Matlab": 11787,
34476
35148
  "Max": 136,
34477
35149
  "Monkey": 207,
34478
35150
  "MoonScript": 1718,
34479
35151
  "Nemerle": 17,
34480
35152
  "Nginx": 179,
34481
35153
  "Nimrod": 1,
35154
+ "NSIS": 725,
34482
35155
  "Nu": 4,
34483
35156
  "Objective-C": 26518,
34484
35157
  "OCaml": 382,
@@ -34518,6 +35191,7 @@
34518
35191
  "VimL": 20,
34519
35192
  "Visual Basic": 345,
34520
35193
  "XML": 5622,
35194
+ "XProc": 22,
34521
35195
  "XQuery": 801,
34522
35196
  "XSLT": 44,
34523
35197
  "Xtend": 399,
@@ -34544,7 +35218,7 @@
34544
35218
  "Elm": 3,
34545
35219
  "Emacs Lisp": 1,
34546
35220
  "fish": 3,
34547
- "Forth": 2,
35221
+ "Forth": 7,
34548
35222
  "GAS": 1,
34549
35223
  "Gosu": 5,
34550
35224
  "Groovy": 2,
@@ -34558,7 +35232,7 @@
34558
35232
  "JSON": 5,
34559
35233
  "Julia": 1,
34560
35234
  "Kotlin": 1,
34561
- "Lasso": 5,
35235
+ "Lasso": 4,
34562
35236
  "Less": 1,
34563
35237
  "Literate CoffeeScript": 1,
34564
35238
  "LiveScript": 1,
@@ -34566,13 +35240,14 @@
34566
35240
  "Logtalk": 1,
34567
35241
  "Lua": 3,
34568
35242
  "Markdown": 1,
34569
- "Matlab": 22,
35243
+ "Matlab": 37,
34570
35244
  "Max": 1,
34571
35245
  "Monkey": 1,
34572
35246
  "MoonScript": 1,
34573
35247
  "Nemerle": 1,
34574
35248
  "Nginx": 1,
34575
35249
  "Nimrod": 1,
35250
+ "NSIS": 2,
34576
35251
  "Nu": 1,
34577
35252
  "Objective-C": 19,
34578
35253
  "OCaml": 2,
@@ -34612,10 +35287,11 @@
34612
35287
  "VimL": 2,
34613
35288
  "Visual Basic": 1,
34614
35289
  "XML": 3,
35290
+ "XProc": 1,
34615
35291
  "XQuery": 1,
34616
35292
  "XSLT": 1,
34617
35293
  "Xtend": 2,
34618
35294
  "YAML": 1
34619
35295
  },
34620
- "md5": "75eeaf0b9c51f51f733cff9043bc2c65"
35296
+ "md5": "ca4d9b4279558fef161b159ab0c55802"
34621
35297
  }