fasttext 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +20 -1
- data/lib/fasttext.rb +3 -0
- data/lib/fasttext/classifier.rb +12 -4
- data/lib/fasttext/vectorizer.rb +1 -1
- data/lib/fasttext/version.rb +1 -1
- metadata +4 -473
- data/lib/fasttext/ext.bundle +0 -0
- data/vendor/fastText/CMakeLists.txt +0 -68
- data/vendor/fastText/CODE_OF_CONDUCT.md +0 -2
- data/vendor/fastText/CONTRIBUTING.md +0 -32
- data/vendor/fastText/MANIFEST.in +0 -5
- data/vendor/fastText/Makefile +0 -63
- data/vendor/fastText/alignment/README.md +0 -53
- data/vendor/fastText/alignment/align.py +0 -145
- data/vendor/fastText/alignment/eval.py +0 -60
- data/vendor/fastText/alignment/example.sh +0 -51
- data/vendor/fastText/alignment/unsup_align.py +0 -109
- data/vendor/fastText/alignment/utils.py +0 -154
- data/vendor/fastText/classification-example.sh +0 -41
- data/vendor/fastText/classification-results.sh +0 -94
- data/vendor/fastText/crawl/README.md +0 -26
- data/vendor/fastText/crawl/dedup.cc +0 -51
- data/vendor/fastText/crawl/download_crawl.sh +0 -57
- data/vendor/fastText/crawl/filter_dedup.sh +0 -13
- data/vendor/fastText/crawl/filter_utf8.cc +0 -105
- data/vendor/fastText/crawl/process_wet_file.sh +0 -30
- data/vendor/fastText/docs/aligned-vectors.md +0 -64
- data/vendor/fastText/docs/api.md +0 -6
- data/vendor/fastText/docs/cheatsheet.md +0 -66
- data/vendor/fastText/docs/crawl-vectors.md +0 -125
- data/vendor/fastText/docs/dataset.md +0 -6
- data/vendor/fastText/docs/english-vectors.md +0 -53
- data/vendor/fastText/docs/faqs.md +0 -63
- data/vendor/fastText/docs/language-identification.md +0 -47
- data/vendor/fastText/docs/options.md +0 -50
- data/vendor/fastText/docs/pretrained-vectors.md +0 -142
- data/vendor/fastText/docs/python-module.md +0 -314
- data/vendor/fastText/docs/references.md +0 -41
- data/vendor/fastText/docs/supervised-models.md +0 -54
- data/vendor/fastText/docs/supervised-tutorial.md +0 -349
- data/vendor/fastText/docs/support.md +0 -58
- data/vendor/fastText/docs/unsupervised-tutorials.md +0 -309
- data/vendor/fastText/eval.py +0 -95
- data/vendor/fastText/get-wikimedia.sh +0 -79
- data/vendor/fastText/python/README.md +0 -322
- data/vendor/fastText/python/README.rst +0 -406
- data/vendor/fastText/python/benchmarks/README.rst +0 -3
- data/vendor/fastText/python/benchmarks/get_word_vector.py +0 -49
- data/vendor/fastText/python/doc/examples/FastTextEmbeddingBag.py +0 -81
- data/vendor/fastText/python/doc/examples/bin_to_vec.py +0 -41
- data/vendor/fastText/python/doc/examples/compute_accuracy.py +0 -163
- data/vendor/fastText/python/doc/examples/get_vocab.py +0 -48
- data/vendor/fastText/python/doc/examples/train_supervised.py +0 -42
- data/vendor/fastText/python/doc/examples/train_unsupervised.py +0 -56
- data/vendor/fastText/python/fasttext_module/fasttext/FastText.py +0 -468
- data/vendor/fastText/python/fasttext_module/fasttext/__init__.py +0 -22
- data/vendor/fastText/python/fasttext_module/fasttext/pybind/fasttext_pybind.cc +0 -388
- data/vendor/fastText/python/fasttext_module/fasttext/tests/__init__.py +0 -14
- data/vendor/fastText/python/fasttext_module/fasttext/tests/test_configurations.py +0 -239
- data/vendor/fastText/python/fasttext_module/fasttext/tests/test_script.py +0 -629
- data/vendor/fastText/python/fasttext_module/fasttext/util/__init__.py +0 -13
- data/vendor/fastText/python/fasttext_module/fasttext/util/util.py +0 -60
- data/vendor/fastText/quantization-example.sh +0 -40
- data/vendor/fastText/runtests.py +0 -60
- data/vendor/fastText/scripts/kbcompletion/README.md +0 -19
- data/vendor/fastText/scripts/kbcompletion/data.sh +0 -69
- data/vendor/fastText/scripts/kbcompletion/eval.cpp +0 -108
- data/vendor/fastText/scripts/kbcompletion/fb15k.sh +0 -49
- data/vendor/fastText/scripts/kbcompletion/fb15k237.sh +0 -45
- data/vendor/fastText/scripts/kbcompletion/svo.sh +0 -38
- data/vendor/fastText/scripts/kbcompletion/wn18.sh +0 -49
- data/vendor/fastText/scripts/quantization/quantization-results.sh +0 -43
- data/vendor/fastText/setup.cfg +0 -2
- data/vendor/fastText/setup.py +0 -203
- data/vendor/fastText/tests/fetch_test_data.sh +0 -202
- data/vendor/fastText/website/README.md +0 -6
- data/vendor/fastText/website/blog/2016-08-18-blog-post.md +0 -42
- data/vendor/fastText/website/blog/2017-05-02-blog-post.md +0 -60
- data/vendor/fastText/website/blog/2017-10-02-blog-post.md +0 -90
- data/vendor/fastText/website/blog/2019-06-25-blog-post.md +0 -168
- data/vendor/fastText/website/core/Footer.js +0 -127
- data/vendor/fastText/website/package.json +0 -12
- data/vendor/fastText/website/pages/en/index.js +0 -286
- data/vendor/fastText/website/sidebars.json +0 -18
- data/vendor/fastText/website/siteConfig.js +0 -102
- data/vendor/fastText/website/static/docs/en/html/annotated.html +0 -115
- data/vendor/fastText/website/static/docs/en/html/annotated_dup.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/args_8cc.html +0 -113
- data/vendor/fastText/website/static/docs/en/html/args_8h.html +0 -134
- data/vendor/fastText/website/static/docs/en/html/args_8h.js +0 -14
- data/vendor/fastText/website/static/docs/en/html/args_8h_source.html +0 -139
- data/vendor/fastText/website/static/docs/en/html/bc_s.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/bdwn.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/classes.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Args-members.html +0 -140
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Args.html +0 -753
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Args.js +0 -40
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Dictionary-members.html +0 -148
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Dictionary.html +0 -1266
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Dictionary.js +0 -43
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1FastText-members.html +0 -145
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1FastText.html +0 -1149
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1FastText.js +0 -45
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Matrix-members.html +0 -123
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Matrix.html +0 -610
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Matrix.js +0 -23
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Model-members.html +0 -150
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Model.html +0 -1400
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Model.js +0 -48
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1ProductQuantizer-members.html +0 -131
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1ProductQuantizer.html +0 -950
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1ProductQuantizer.js +0 -31
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1QMatrix-members.html +0 -122
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1QMatrix.html +0 -565
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1QMatrix.js +0 -22
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Vector-members.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Vector.html +0 -542
- data/vendor/fastText/website/static/docs/en/html/classfasttext_1_1Vector.js +0 -21
- data/vendor/fastText/website/static/docs/en/html/closed.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/dictionary_8cc.html +0 -116
- data/vendor/fastText/website/static/docs/en/html/dictionary_8h.html +0 -142
- data/vendor/fastText/website/static/docs/en/html/dictionary_8h.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/dictionary_8h_source.html +0 -127
- data/vendor/fastText/website/static/docs/en/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +0 -145
- data/vendor/fastText/website/static/docs/en/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js +0 -29
- data/vendor/fastText/website/static/docs/en/html/doc.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/doxygen.css +0 -1596
- data/vendor/fastText/website/static/docs/en/html/doxygen.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/dynsections.js +0 -97
- data/vendor/fastText/website/static/docs/en/html/fasttext_8cc.html +0 -119
- data/vendor/fastText/website/static/docs/en/html/fasttext_8h.html +0 -168
- data/vendor/fastText/website/static/docs/en/html/fasttext_8h.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/fasttext_8h_source.html +0 -155
- data/vendor/fastText/website/static/docs/en/html/favicon.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/files.html +0 -125
- data/vendor/fastText/website/static/docs/en/html/files.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/folderclosed.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/folderopen.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/functions.html +0 -139
- data/vendor/fastText/website/static/docs/en/html/functions_0x7e.html +0 -112
- data/vendor/fastText/website/static/docs/en/html/functions_b.html +0 -115
- data/vendor/fastText/website/static/docs/en/html/functions_c.html +0 -143
- data/vendor/fastText/website/static/docs/en/html/functions_d.html +0 -135
- data/vendor/fastText/website/static/docs/en/html/functions_dup.js +0 -27
- data/vendor/fastText/website/static/docs/en/html/functions_e.html +0 -115
- data/vendor/fastText/website/static/docs/en/html/functions_f.html +0 -112
- data/vendor/fastText/website/static/docs/en/html/functions_func.html +0 -563
- data/vendor/fastText/website/static/docs/en/html/functions_g.html +0 -145
- data/vendor/fastText/website/static/docs/en/html/functions_h.html +0 -112
- data/vendor/fastText/website/static/docs/en/html/functions_i.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/functions_k.html +0 -106
- data/vendor/fastText/website/static/docs/en/html/functions_l.html +0 -140
- data/vendor/fastText/website/static/docs/en/html/functions_m.html +0 -153
- data/vendor/fastText/website/static/docs/en/html/functions_n.html +0 -164
- data/vendor/fastText/website/static/docs/en/html/functions_o.html +0 -116
- data/vendor/fastText/website/static/docs/en/html/functions_p.html +0 -161
- data/vendor/fastText/website/static/docs/en/html/functions_q.html +0 -135
- data/vendor/fastText/website/static/docs/en/html/functions_r.html +0 -116
- data/vendor/fastText/website/static/docs/en/html/functions_s.html +0 -159
- data/vendor/fastText/website/static/docs/en/html/functions_t.html +0 -138
- data/vendor/fastText/website/static/docs/en/html/functions_u.html +0 -106
- data/vendor/fastText/website/static/docs/en/html/functions_v.html +0 -106
- data/vendor/fastText/website/static/docs/en/html/functions_vars.html +0 -486
- data/vendor/fastText/website/static/docs/en/html/functions_w.html +0 -124
- data/vendor/fastText/website/static/docs/en/html/functions_z.html +0 -104
- data/vendor/fastText/website/static/docs/en/html/globals.html +0 -170
- data/vendor/fastText/website/static/docs/en/html/globals_defs.html +0 -113
- data/vendor/fastText/website/static/docs/en/html/globals_func.html +0 -155
- data/vendor/fastText/website/static/docs/en/html/index.html +0 -100
- data/vendor/fastText/website/static/docs/en/html/jquery.js +0 -87
- data/vendor/fastText/website/static/docs/en/html/main_8cc.html +0 -582
- data/vendor/fastText/website/static/docs/en/html/main_8cc.js +0 -22
- data/vendor/fastText/website/static/docs/en/html/matrix_8cc.html +0 -114
- data/vendor/fastText/website/static/docs/en/html/matrix_8h.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/matrix_8h_source.html +0 -123
- data/vendor/fastText/website/static/docs/en/html/menu.js +0 -26
- data/vendor/fastText/website/static/docs/en/html/menudata.js +0 -90
- data/vendor/fastText/website/static/docs/en/html/model_8cc.html +0 -113
- data/vendor/fastText/website/static/docs/en/html/model_8h.html +0 -183
- data/vendor/fastText/website/static/docs/en/html/model_8h.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/model_8h_source.html +0 -139
- data/vendor/fastText/website/static/docs/en/html/namespacefasttext.html +0 -343
- data/vendor/fastText/website/static/docs/en/html/namespacefasttext.js +0 -13
- data/vendor/fastText/website/static/docs/en/html/namespacefasttext_1_1utils.html +0 -158
- data/vendor/fastText/website/static/docs/en/html/namespacemembers.html +0 -125
- data/vendor/fastText/website/static/docs/en/html/namespacemembers_enum.html +0 -107
- data/vendor/fastText/website/static/docs/en/html/namespacemembers_func.html +0 -110
- data/vendor/fastText/website/static/docs/en/html/namespacemembers_type.html +0 -104
- data/vendor/fastText/website/static/docs/en/html/namespaces.html +0 -106
- data/vendor/fastText/website/static/docs/en/html/namespaces.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/nav_f.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/nav_g.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/nav_h.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/navtree.css +0 -146
- data/vendor/fastText/website/static/docs/en/html/navtree.js +0 -517
- data/vendor/fastText/website/static/docs/en/html/navtreedata.js +0 -40
- data/vendor/fastText/website/static/docs/en/html/navtreeindex0.js +0 -253
- data/vendor/fastText/website/static/docs/en/html/navtreeindex1.js +0 -139
- data/vendor/fastText/website/static/docs/en/html/open.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/productquantizer_8cc.html +0 -118
- data/vendor/fastText/website/static/docs/en/html/productquantizer_8cc.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/productquantizer_8h.html +0 -124
- data/vendor/fastText/website/static/docs/en/html/productquantizer_8h_source.html +0 -133
- data/vendor/fastText/website/static/docs/en/html/qmatrix_8cc.html +0 -112
- data/vendor/fastText/website/static/docs/en/html/qmatrix_8h.html +0 -126
- data/vendor/fastText/website/static/docs/en/html/qmatrix_8h_source.html +0 -128
- data/vendor/fastText/website/static/docs/en/html/real_8h.html +0 -117
- data/vendor/fastText/website/static/docs/en/html/real_8h.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/real_8h_source.html +0 -103
- data/vendor/fastText/website/static/docs/en/html/resize.js +0 -114
- data/vendor/fastText/website/static/docs/en/html/search/all_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_0.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/all_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_1.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/all_10.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_10.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/all_11.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_11.js +0 -25
- data/vendor/fastText/website/static/docs/en/html/search/all_12.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_12.js +0 -15
- data/vendor/fastText/website/static/docs/en/html/search/all_13.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_13.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/all_14.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_14.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/all_15.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_15.js +0 -11
- data/vendor/fastText/website/static/docs/en/html/search/all_16.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_16.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/all_17.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_17.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/all_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_2.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/all_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_3.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/all_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_4.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/all_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_5.js +0 -12
- data/vendor/fastText/website/static/docs/en/html/search/all_6.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_6.js +0 -18
- data/vendor/fastText/website/static/docs/en/html/search/all_7.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_7.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/all_8.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_8.js +0 -11
- data/vendor/fastText/website/static/docs/en/html/search/all_9.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_9.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/all_a.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_a.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/all_b.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_b.js +0 -27
- data/vendor/fastText/website/static/docs/en/html/search/all_c.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_c.js +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_d.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_d.js +0 -9
- data/vendor/fastText/website/static/docs/en/html/search/all_e.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_e.js +0 -35
- data/vendor/fastText/website/static/docs/en/html/search/all_f.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/all_f.js +0 -16
- data/vendor/fastText/website/static/docs/en/html/search/classes_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_0.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_1.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_2.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_3.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_4.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/classes_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_5.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_6.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_6.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_7.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_7.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/classes_8.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/classes_8.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/close.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/search/defines_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/defines_0.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/defines_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/defines_1.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/defines_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/defines_2.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/defines_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/defines_3.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enums_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enums_0.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enums_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enums_1.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enums_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enums_2.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_0.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_1.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_2.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_3.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_4.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/enumvalues_5.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/files_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_0.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_1.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_2.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_3.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/files_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_4.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_5.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_6.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_6.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/files_7.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_7.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/files_8.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/files_8.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/functions_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_0.js +0 -14
- data/vendor/fastText/website/static/docs/en/html/search/functions_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_1.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/functions_10.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_10.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/functions_11.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_11.js +0 -18
- data/vendor/fastText/website/static/docs/en/html/search/functions_12.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_12.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/functions_13.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_13.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/functions_14.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_14.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/functions_15.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_15.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/functions_16.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_16.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/functions_17.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_17.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/functions_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_2.js +0 -11
- data/vendor/fastText/website/static/docs/en/html/search/functions_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_3.js +0 -9
- data/vendor/fastText/website/static/docs/en/html/search/functions_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_4.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/functions_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_5.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/functions_6.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_6.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/functions_7.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_7.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/functions_8.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_8.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/functions_9.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_9.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/functions_a.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_a.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/functions_b.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_b.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/functions_c.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_c.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/functions_d.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_d.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/search/functions_e.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_e.js +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_f.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/functions_f.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/search/mag_sel.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/search/namespaces_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/namespaces_0.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/nomatches.html +0 -12
- data/vendor/fastText/website/static/docs/en/html/search/search.css +0 -271
- data/vendor/fastText/website/static/docs/en/html/search/search.js +0 -791
- data/vendor/fastText/website/static/docs/en/html/search/search_l.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/search/search_m.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/search/search_r.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/search/searchdata.js +0 -42
- data/vendor/fastText/website/static/docs/en/html/search/typedefs_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/typedefs_0.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/typedefs_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/typedefs_1.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/variables_0.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_0.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/variables_1.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_1.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/search/variables_10.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_10.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/search/variables_11.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_11.js +0 -11
- data/vendor/fastText/website/static/docs/en/html/search/variables_12.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_12.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/variables_13.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_13.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/variables_2.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_2.js +0 -9
- data/vendor/fastText/website/static/docs/en/html/search/variables_3.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_3.js +0 -9
- data/vendor/fastText/website/static/docs/en/html/search/variables_4.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_4.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/search/variables_5.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_5.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/variables_6.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_6.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/variables_7.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_7.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/search/variables_8.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_8.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/search/variables_9.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_9.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/variables_a.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_a.js +0 -14
- data/vendor/fastText/website/static/docs/en/html/search/variables_b.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_b.js +0 -17
- data/vendor/fastText/website/static/docs/en/html/search/variables_c.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_c.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/search/variables_d.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_d.js +0 -10
- data/vendor/fastText/website/static/docs/en/html/search/variables_e.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_e.js +0 -11
- data/vendor/fastText/website/static/docs/en/html/search/variables_f.html +0 -26
- data/vendor/fastText/website/static/docs/en/html/search/variables_f.js +0 -6
- data/vendor/fastText/website/static/docs/en/html/splitbar.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1Node-members.html +0 -108
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1Node.html +0 -194
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1Node.js +0 -8
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1entry-members.html +0 -107
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1entry.html +0 -178
- data/vendor/fastText/website/static/docs/en/html/structfasttext_1_1entry.js +0 -7
- data/vendor/fastText/website/static/docs/en/html/sync_off.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/sync_on.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/tab_a.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/tab_b.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/tab_h.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/tab_s.png +0 -0
- data/vendor/fastText/website/static/docs/en/html/tabs.css +0 -1
- data/vendor/fastText/website/static/docs/en/html/utils_8cc.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/utils_8cc.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/utils_8h.html +0 -122
- data/vendor/fastText/website/static/docs/en/html/utils_8h.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/utils_8h_source.html +0 -104
- data/vendor/fastText/website/static/docs/en/html/vector_8cc.html +0 -121
- data/vendor/fastText/website/static/docs/en/html/vector_8cc.js +0 -4
- data/vendor/fastText/website/static/docs/en/html/vector_8h.html +0 -126
- data/vendor/fastText/website/static/docs/en/html/vector_8h.js +0 -5
- data/vendor/fastText/website/static/docs/en/html/vector_8h_source.html +0 -120
- data/vendor/fastText/website/static/fasttext.css +0 -48
- data/vendor/fastText/website/static/img/authors/armand_joulin.jpg +0 -0
- data/vendor/fastText/website/static/img/authors/christian_puhrsch.png +0 -0
- data/vendor/fastText/website/static/img/authors/edouard_grave.jpeg +0 -0
- data/vendor/fastText/website/static/img/authors/piotr_bojanowski.jpg +0 -0
- data/vendor/fastText/website/static/img/authors/tomas_mikolov.jpg +0 -0
- data/vendor/fastText/website/static/img/blog/2016-08-18-blog-post-img1.png +0 -0
- data/vendor/fastText/website/static/img/blog/2016-08-18-blog-post-img2.png +0 -0
- data/vendor/fastText/website/static/img/blog/2017-05-02-blog-post-img1.jpg +0 -0
- data/vendor/fastText/website/static/img/blog/2017-05-02-blog-post-img2.jpg +0 -0
- data/vendor/fastText/website/static/img/blog/2017-10-02-blog-post-img1.png +0 -0
- data/vendor/fastText/website/static/img/cbo_vs_skipgram.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-api.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-bg-web.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-color-square.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-color-web.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-faq.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-tutorial.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-icon-white-web.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-logo-color-web.png +0 -0
- data/vendor/fastText/website/static/img/fasttext-logo-white-web.png +0 -0
- data/vendor/fastText/website/static/img/logo-color.png +0 -0
- data/vendor/fastText/website/static/img/model-black.png +0 -0
- data/vendor/fastText/website/static/img/model-blue.png +0 -0
- data/vendor/fastText/website/static/img/model-red.png +0 -0
- data/vendor/fastText/website/static/img/ogimage.png +0 -0
- data/vendor/fastText/website/static/img/oss_logo.png +0 -0
- data/vendor/fastText/wikifil.pl +0 -57
- data/vendor/fastText/word-vector-example.sh +0 -39
@@ -1,104 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
6
|
-
<meta name="generator" content="Doxygen 1.8.13"/>
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
8
|
-
<title>fastText: Namespace Members</title>
|
9
|
-
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
10
|
-
<script type="text/javascript" src="jquery.js"></script>
|
11
|
-
<script type="text/javascript" src="dynsections.js"></script>
|
12
|
-
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
13
|
-
<script type="text/javascript" src="resize.js"></script>
|
14
|
-
<script type="text/javascript" src="navtreedata.js"></script>
|
15
|
-
<script type="text/javascript" src="navtree.js"></script>
|
16
|
-
<script type="text/javascript">
|
17
|
-
$(document).ready(initResizable);
|
18
|
-
</script>
|
19
|
-
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
20
|
-
<script type="text/javascript" src="search/searchdata.js"></script>
|
21
|
-
<script type="text/javascript" src="search/search.js"></script>
|
22
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
23
|
-
</head>
|
24
|
-
<body>
|
25
|
-
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
26
|
-
<div id="titlearea">
|
27
|
-
<table cellspacing="0" cellpadding="0">
|
28
|
-
<tbody>
|
29
|
-
<tr style="height: 56px;">
|
30
|
-
<td id="projectlogo"><img alt="Logo" src="favicon.png"/></td>
|
31
|
-
<td id="projectalign" style="padding-left: 0.5em;">
|
32
|
-
<div id="projectname">fastText
|
33
|
-
 <span id="projectnumber">d00d36476b15</span>
|
34
|
-
</div>
|
35
|
-
<div id="projectbrief">Fast text processing tool/library</div>
|
36
|
-
</td>
|
37
|
-
</tr>
|
38
|
-
</tbody>
|
39
|
-
</table>
|
40
|
-
</div>
|
41
|
-
<!-- end header part -->
|
42
|
-
<!-- Generated by Doxygen 1.8.13 -->
|
43
|
-
<script type="text/javascript">
|
44
|
-
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
45
|
-
</script>
|
46
|
-
<script type="text/javascript" src="menudata.js"></script>
|
47
|
-
<script type="text/javascript" src="menu.js"></script>
|
48
|
-
<script type="text/javascript">
|
49
|
-
$(function() {
|
50
|
-
initMenu('',true,false,'search.php','Search');
|
51
|
-
$(document).ready(function() { init_search(); });
|
52
|
-
});
|
53
|
-
</script>
|
54
|
-
<div id="main-nav"></div>
|
55
|
-
</div><!-- top -->
|
56
|
-
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
57
|
-
<div id="nav-tree">
|
58
|
-
<div id="nav-tree-contents">
|
59
|
-
<div id="nav-sync" class="sync"></div>
|
60
|
-
</div>
|
61
|
-
</div>
|
62
|
-
<div id="splitbar" style="-moz-user-select:none;"
|
63
|
-
class="ui-resizable-handle">
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
<script type="text/javascript">
|
67
|
-
$(document).ready(function(){initNavTree('namespacemembers_type.html','');});
|
68
|
-
</script>
|
69
|
-
<div id="doc-content">
|
70
|
-
<!-- window showing the filter options -->
|
71
|
-
<div id="MSearchSelectWindow"
|
72
|
-
onmouseover="return searchBox.OnSearchSelectShow()"
|
73
|
-
onmouseout="return searchBox.OnSearchSelectHide()"
|
74
|
-
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
75
|
-
</div>
|
76
|
-
|
77
|
-
<!-- iframe showing the search results (closed by default) -->
|
78
|
-
<div id="MSearchResultsWindow">
|
79
|
-
<iframe src="javascript:void(0)" frameborder="0"
|
80
|
-
name="MSearchResults" id="MSearchResults">
|
81
|
-
</iframe>
|
82
|
-
</div>
|
83
|
-
|
84
|
-
<div class="contents">
|
85
|
-
 <ul>
|
86
|
-
<li>id_type
|
87
|
-
: <a class="el" href="namespacefasttext.html#a6778f74ca8c360ba917216cb7fcbf497">fasttext</a>
|
88
|
-
</li>
|
89
|
-
<li>real
|
90
|
-
: <a class="el" href="namespacefasttext.html#a7afdad102f318271c14154b8e65e5ea3">fasttext</a>
|
91
|
-
</li>
|
92
|
-
</ul>
|
93
|
-
</div><!-- contents -->
|
94
|
-
</div><!-- doc-content -->
|
95
|
-
<!-- start footer part -->
|
96
|
-
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
97
|
-
<ul>
|
98
|
-
<li class="footer">Generated by
|
99
|
-
<a href="http://www.doxygen.org/index.html">
|
100
|
-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
|
101
|
-
</ul>
|
102
|
-
</div>
|
103
|
-
</body>
|
104
|
-
</html>
|
@@ -1,106 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
6
|
-
<meta name="generator" content="Doxygen 1.8.13"/>
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
8
|
-
<title>fastText: Namespace List</title>
|
9
|
-
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
10
|
-
<script type="text/javascript" src="jquery.js"></script>
|
11
|
-
<script type="text/javascript" src="dynsections.js"></script>
|
12
|
-
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
13
|
-
<script type="text/javascript" src="resize.js"></script>
|
14
|
-
<script type="text/javascript" src="navtreedata.js"></script>
|
15
|
-
<script type="text/javascript" src="navtree.js"></script>
|
16
|
-
<script type="text/javascript">
|
17
|
-
$(document).ready(initResizable);
|
18
|
-
</script>
|
19
|
-
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
20
|
-
<script type="text/javascript" src="search/searchdata.js"></script>
|
21
|
-
<script type="text/javascript" src="search/search.js"></script>
|
22
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
23
|
-
</head>
|
24
|
-
<body>
|
25
|
-
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
26
|
-
<div id="titlearea">
|
27
|
-
<table cellspacing="0" cellpadding="0">
|
28
|
-
<tbody>
|
29
|
-
<tr style="height: 56px;">
|
30
|
-
<td id="projectlogo"><img alt="Logo" src="favicon.png"/></td>
|
31
|
-
<td id="projectalign" style="padding-left: 0.5em;">
|
32
|
-
<div id="projectname">fastText
|
33
|
-
 <span id="projectnumber">d00d36476b15</span>
|
34
|
-
</div>
|
35
|
-
<div id="projectbrief">Fast text processing tool/library</div>
|
36
|
-
</td>
|
37
|
-
</tr>
|
38
|
-
</tbody>
|
39
|
-
</table>
|
40
|
-
</div>
|
41
|
-
<!-- end header part -->
|
42
|
-
<!-- Generated by Doxygen 1.8.13 -->
|
43
|
-
<script type="text/javascript">
|
44
|
-
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
45
|
-
</script>
|
46
|
-
<script type="text/javascript" src="menudata.js"></script>
|
47
|
-
<script type="text/javascript" src="menu.js"></script>
|
48
|
-
<script type="text/javascript">
|
49
|
-
$(function() {
|
50
|
-
initMenu('',true,false,'search.php','Search');
|
51
|
-
$(document).ready(function() { init_search(); });
|
52
|
-
});
|
53
|
-
</script>
|
54
|
-
<div id="main-nav"></div>
|
55
|
-
</div><!-- top -->
|
56
|
-
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
57
|
-
<div id="nav-tree">
|
58
|
-
<div id="nav-tree-contents">
|
59
|
-
<div id="nav-sync" class="sync"></div>
|
60
|
-
</div>
|
61
|
-
</div>
|
62
|
-
<div id="splitbar" style="-moz-user-select:none;"
|
63
|
-
class="ui-resizable-handle">
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
<script type="text/javascript">
|
67
|
-
$(document).ready(function(){initNavTree('namespaces.html','');});
|
68
|
-
</script>
|
69
|
-
<div id="doc-content">
|
70
|
-
<!-- window showing the filter options -->
|
71
|
-
<div id="MSearchSelectWindow"
|
72
|
-
onmouseover="return searchBox.OnSearchSelectShow()"
|
73
|
-
onmouseout="return searchBox.OnSearchSelectHide()"
|
74
|
-
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
75
|
-
</div>
|
76
|
-
|
77
|
-
<!-- iframe showing the search results (closed by default) -->
|
78
|
-
<div id="MSearchResultsWindow">
|
79
|
-
<iframe src="javascript:void(0)" frameborder="0"
|
80
|
-
name="MSearchResults" id="MSearchResults">
|
81
|
-
</iframe>
|
82
|
-
</div>
|
83
|
-
|
84
|
-
<div class="header">
|
85
|
-
<div class="headertitle">
|
86
|
-
<div class="title">Namespace List</div> </div>
|
87
|
-
</div><!--header-->
|
88
|
-
<div class="contents">
|
89
|
-
<div class="textblock">Here is a list of all namespaces with brief descriptions:</div><div class="directory">
|
90
|
-
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
|
91
|
-
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacefasttext.html" target="_self">fasttext</a></td><td class="desc"></td></tr>
|
92
|
-
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacefasttext_1_1utils.html" target="_self">utils</a></td><td class="desc"></td></tr>
|
93
|
-
</table>
|
94
|
-
</div><!-- directory -->
|
95
|
-
</div><!-- contents -->
|
96
|
-
</div><!-- doc-content -->
|
97
|
-
<!-- start footer part -->
|
98
|
-
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
99
|
-
<ul>
|
100
|
-
<li class="footer">Generated by
|
101
|
-
<a href="http://www.doxygen.org/index.html">
|
102
|
-
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
|
103
|
-
</ul>
|
104
|
-
</div>
|
105
|
-
</body>
|
106
|
-
</html>
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,146 +0,0 @@
|
|
1
|
-
#nav-tree .children_ul {
|
2
|
-
margin:0;
|
3
|
-
padding:4px;
|
4
|
-
}
|
5
|
-
|
6
|
-
#nav-tree ul {
|
7
|
-
list-style:none outside none;
|
8
|
-
margin:0px;
|
9
|
-
padding:0px;
|
10
|
-
}
|
11
|
-
|
12
|
-
#nav-tree li {
|
13
|
-
white-space:nowrap;
|
14
|
-
margin:0px;
|
15
|
-
padding:0px;
|
16
|
-
}
|
17
|
-
|
18
|
-
#nav-tree .plus {
|
19
|
-
margin:0px;
|
20
|
-
}
|
21
|
-
|
22
|
-
#nav-tree .selected {
|
23
|
-
background-image: url('tab_a.png');
|
24
|
-
background-repeat:repeat-x;
|
25
|
-
color: #fff;
|
26
|
-
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
|
27
|
-
}
|
28
|
-
|
29
|
-
#nav-tree img {
|
30
|
-
margin:0px;
|
31
|
-
padding:0px;
|
32
|
-
border:0px;
|
33
|
-
vertical-align: middle;
|
34
|
-
}
|
35
|
-
|
36
|
-
#nav-tree a {
|
37
|
-
text-decoration:none;
|
38
|
-
padding:0px;
|
39
|
-
margin:0px;
|
40
|
-
outline:none;
|
41
|
-
}
|
42
|
-
|
43
|
-
#nav-tree .label {
|
44
|
-
margin:0px;
|
45
|
-
padding:0px;
|
46
|
-
font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
47
|
-
}
|
48
|
-
|
49
|
-
#nav-tree .label a {
|
50
|
-
padding:2px;
|
51
|
-
}
|
52
|
-
|
53
|
-
#nav-tree .selected a {
|
54
|
-
text-decoration:none;
|
55
|
-
color:#fff;
|
56
|
-
}
|
57
|
-
|
58
|
-
#nav-tree .children_ul {
|
59
|
-
margin:0px;
|
60
|
-
padding:0px;
|
61
|
-
}
|
62
|
-
|
63
|
-
#nav-tree .item {
|
64
|
-
margin:0px;
|
65
|
-
padding:0px;
|
66
|
-
}
|
67
|
-
|
68
|
-
#nav-tree {
|
69
|
-
padding: 0px 0px;
|
70
|
-
background-color: #FAFAFF;
|
71
|
-
font-size:14px;
|
72
|
-
overflow:auto;
|
73
|
-
}
|
74
|
-
|
75
|
-
#doc-content {
|
76
|
-
overflow:auto;
|
77
|
-
display:block;
|
78
|
-
padding:0px;
|
79
|
-
margin:0px;
|
80
|
-
-webkit-overflow-scrolling : touch; /* iOS 5+ */
|
81
|
-
}
|
82
|
-
|
83
|
-
#side-nav {
|
84
|
-
padding:0 6px 0 0;
|
85
|
-
margin: 0px;
|
86
|
-
display:block;
|
87
|
-
position: absolute;
|
88
|
-
left: 0px;
|
89
|
-
width: 250px;
|
90
|
-
}
|
91
|
-
|
92
|
-
.ui-resizable .ui-resizable-handle {
|
93
|
-
display:block;
|
94
|
-
}
|
95
|
-
|
96
|
-
.ui-resizable-e {
|
97
|
-
background-image:url("splitbar.png");
|
98
|
-
background-size:100%;
|
99
|
-
background-repeat:no-repeat;
|
100
|
-
background-attachment: scroll;
|
101
|
-
cursor:ew-resize;
|
102
|
-
height:100%;
|
103
|
-
right:0;
|
104
|
-
top:0;
|
105
|
-
width:6px;
|
106
|
-
}
|
107
|
-
|
108
|
-
.ui-resizable-handle {
|
109
|
-
display:none;
|
110
|
-
font-size:0.1px;
|
111
|
-
position:absolute;
|
112
|
-
z-index:1;
|
113
|
-
}
|
114
|
-
|
115
|
-
#nav-tree-contents {
|
116
|
-
margin: 6px 0px 0px 0px;
|
117
|
-
}
|
118
|
-
|
119
|
-
#nav-tree {
|
120
|
-
background-image:url('nav_h.png');
|
121
|
-
background-repeat:repeat-x;
|
122
|
-
background-color: #F9FAFC;
|
123
|
-
-webkit-overflow-scrolling : touch; /* iOS 5+ */
|
124
|
-
}
|
125
|
-
|
126
|
-
#nav-sync {
|
127
|
-
position:absolute;
|
128
|
-
top:5px;
|
129
|
-
right:24px;
|
130
|
-
z-index:0;
|
131
|
-
}
|
132
|
-
|
133
|
-
#nav-sync img {
|
134
|
-
opacity:0.3;
|
135
|
-
}
|
136
|
-
|
137
|
-
#nav-sync img:hover {
|
138
|
-
opacity:0.9;
|
139
|
-
}
|
140
|
-
|
141
|
-
@media print
|
142
|
-
{
|
143
|
-
#nav-tree { display: none; }
|
144
|
-
div.ui-resizable-handle { display: none; position: relative; }
|
145
|
-
}
|
146
|
-
|
@@ -1,517 +0,0 @@
|
|
1
|
-
var navTreeSubIndices = new Array();
|
2
|
-
var arrowDown = '▼';
|
3
|
-
var arrowRight = '►';
|
4
|
-
|
5
|
-
function getData(varName)
|
6
|
-
{
|
7
|
-
var i = varName.lastIndexOf('/');
|
8
|
-
var n = i>=0 ? varName.substring(i+1) : varName;
|
9
|
-
return eval(n.replace(/\-/g,'_'));
|
10
|
-
}
|
11
|
-
|
12
|
-
function stripPath(uri)
|
13
|
-
{
|
14
|
-
return uri.substring(uri.lastIndexOf('/')+1);
|
15
|
-
}
|
16
|
-
|
17
|
-
function stripPath2(uri)
|
18
|
-
{
|
19
|
-
var i = uri.lastIndexOf('/');
|
20
|
-
var s = uri.substring(i+1);
|
21
|
-
var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/);
|
22
|
-
return m ? uri.substring(i-6) : s;
|
23
|
-
}
|
24
|
-
|
25
|
-
function hashValue()
|
26
|
-
{
|
27
|
-
return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');
|
28
|
-
}
|
29
|
-
|
30
|
-
function hashUrl()
|
31
|
-
{
|
32
|
-
return '#'+hashValue();
|
33
|
-
}
|
34
|
-
|
35
|
-
function pathName()
|
36
|
-
{
|
37
|
-
return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');
|
38
|
-
}
|
39
|
-
|
40
|
-
function localStorageSupported()
|
41
|
-
{
|
42
|
-
try {
|
43
|
-
return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem;
|
44
|
-
}
|
45
|
-
catch(e) {
|
46
|
-
return false;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
|
51
|
-
function storeLink(link)
|
52
|
-
{
|
53
|
-
if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {
|
54
|
-
window.localStorage.setItem('navpath',link);
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
function deleteLink()
|
59
|
-
{
|
60
|
-
if (localStorageSupported()) {
|
61
|
-
window.localStorage.setItem('navpath','');
|
62
|
-
}
|
63
|
-
}
|
64
|
-
|
65
|
-
function cachedLink()
|
66
|
-
{
|
67
|
-
if (localStorageSupported()) {
|
68
|
-
return window.localStorage.getItem('navpath');
|
69
|
-
} else {
|
70
|
-
return '';
|
71
|
-
}
|
72
|
-
}
|
73
|
-
|
74
|
-
function getScript(scriptName,func,show)
|
75
|
-
{
|
76
|
-
var head = document.getElementsByTagName("head")[0];
|
77
|
-
var script = document.createElement('script');
|
78
|
-
script.id = scriptName;
|
79
|
-
script.type = 'text/javascript';
|
80
|
-
script.onload = func;
|
81
|
-
script.src = scriptName+'.js';
|
82
|
-
if ($.browser.msie && $.browser.version<=8) {
|
83
|
-
// script.onload does not work with older versions of IE
|
84
|
-
script.onreadystatechange = function() {
|
85
|
-
if (script.readyState=='complete' || script.readyState=='loaded') {
|
86
|
-
func(); if (show) showRoot();
|
87
|
-
}
|
88
|
-
}
|
89
|
-
}
|
90
|
-
head.appendChild(script);
|
91
|
-
}
|
92
|
-
|
93
|
-
function createIndent(o,domNode,node,level)
|
94
|
-
{
|
95
|
-
var level=-1;
|
96
|
-
var n = node;
|
97
|
-
while (n.parentNode) { level++; n=n.parentNode; }
|
98
|
-
if (node.childrenData) {
|
99
|
-
var imgNode = document.createElement("span");
|
100
|
-
imgNode.className = 'arrow';
|
101
|
-
imgNode.style.paddingLeft=(16*level).toString()+'px';
|
102
|
-
imgNode.innerHTML=arrowRight;
|
103
|
-
node.plus_img = imgNode;
|
104
|
-
node.expandToggle = document.createElement("a");
|
105
|
-
node.expandToggle.href = "javascript:void(0)";
|
106
|
-
node.expandToggle.onclick = function() {
|
107
|
-
if (node.expanded) {
|
108
|
-
$(node.getChildrenUL()).slideUp("fast");
|
109
|
-
node.plus_img.innerHTML=arrowRight;
|
110
|
-
node.expanded = false;
|
111
|
-
} else {
|
112
|
-
expandNode(o, node, false, false);
|
113
|
-
}
|
114
|
-
}
|
115
|
-
node.expandToggle.appendChild(imgNode);
|
116
|
-
domNode.appendChild(node.expandToggle);
|
117
|
-
} else {
|
118
|
-
var span = document.createElement("span");
|
119
|
-
span.className = 'arrow';
|
120
|
-
span.style.width = 16*(level+1)+'px';
|
121
|
-
span.innerHTML = ' ';
|
122
|
-
domNode.appendChild(span);
|
123
|
-
}
|
124
|
-
}
|
125
|
-
|
126
|
-
var animationInProgress = false;
|
127
|
-
|
128
|
-
function gotoAnchor(anchor,aname,updateLocation)
|
129
|
-
{
|
130
|
-
var pos, docContent = $('#doc-content');
|
131
|
-
var ancParent = $(anchor.parent());
|
132
|
-
if (ancParent.hasClass('memItemLeft') ||
|
133
|
-
ancParent.hasClass('fieldname') ||
|
134
|
-
ancParent.hasClass('fieldtype') ||
|
135
|
-
ancParent.is(':header'))
|
136
|
-
{
|
137
|
-
pos = ancParent.position().top;
|
138
|
-
} else if (anchor.position()) {
|
139
|
-
pos = anchor.position().top;
|
140
|
-
}
|
141
|
-
if (pos) {
|
142
|
-
var dist = Math.abs(Math.min(
|
143
|
-
pos-docContent.offset().top,
|
144
|
-
docContent[0].scrollHeight-
|
145
|
-
docContent.height()-docContent.scrollTop()));
|
146
|
-
animationInProgress=true;
|
147
|
-
docContent.animate({
|
148
|
-
scrollTop: pos + docContent.scrollTop() - docContent.offset().top
|
149
|
-
},Math.max(50,Math.min(500,dist)),function(){
|
150
|
-
if (updateLocation) window.location.href=aname;
|
151
|
-
animationInProgress=false;
|
152
|
-
});
|
153
|
-
}
|
154
|
-
}
|
155
|
-
|
156
|
-
function newNode(o, po, text, link, childrenData, lastNode)
|
157
|
-
{
|
158
|
-
var node = new Object();
|
159
|
-
node.children = Array();
|
160
|
-
node.childrenData = childrenData;
|
161
|
-
node.depth = po.depth + 1;
|
162
|
-
node.relpath = po.relpath;
|
163
|
-
node.isLast = lastNode;
|
164
|
-
|
165
|
-
node.li = document.createElement("li");
|
166
|
-
po.getChildrenUL().appendChild(node.li);
|
167
|
-
node.parentNode = po;
|
168
|
-
|
169
|
-
node.itemDiv = document.createElement("div");
|
170
|
-
node.itemDiv.className = "item";
|
171
|
-
|
172
|
-
node.labelSpan = document.createElement("span");
|
173
|
-
node.labelSpan.className = "label";
|
174
|
-
|
175
|
-
createIndent(o,node.itemDiv,node,0);
|
176
|
-
node.itemDiv.appendChild(node.labelSpan);
|
177
|
-
node.li.appendChild(node.itemDiv);
|
178
|
-
|
179
|
-
var a = document.createElement("a");
|
180
|
-
node.labelSpan.appendChild(a);
|
181
|
-
node.label = document.createTextNode(text);
|
182
|
-
node.expanded = false;
|
183
|
-
a.appendChild(node.label);
|
184
|
-
if (link) {
|
185
|
-
var url;
|
186
|
-
if (link.substring(0,1)=='^') {
|
187
|
-
url = link.substring(1);
|
188
|
-
link = url;
|
189
|
-
} else {
|
190
|
-
url = node.relpath+link;
|
191
|
-
}
|
192
|
-
a.className = stripPath(link.replace('#',':'));
|
193
|
-
if (link.indexOf('#')!=-1) {
|
194
|
-
var aname = '#'+link.split('#')[1];
|
195
|
-
var srcPage = stripPath(pathName());
|
196
|
-
var targetPage = stripPath(link.split('#')[0]);
|
197
|
-
a.href = srcPage!=targetPage ? url : "javascript:void(0)";
|
198
|
-
a.onclick = function(){
|
199
|
-
storeLink(link);
|
200
|
-
if (!$(a).parent().parent().hasClass('selected'))
|
201
|
-
{
|
202
|
-
$('.item').removeClass('selected');
|
203
|
-
$('.item').removeAttr('id');
|
204
|
-
$(a).parent().parent().addClass('selected');
|
205
|
-
$(a).parent().parent().attr('id','selected');
|
206
|
-
}
|
207
|
-
var anchor = $(aname);
|
208
|
-
gotoAnchor(anchor,aname,true);
|
209
|
-
};
|
210
|
-
} else {
|
211
|
-
a.href = url;
|
212
|
-
a.onclick = function() { storeLink(link); }
|
213
|
-
}
|
214
|
-
} else {
|
215
|
-
if (childrenData != null)
|
216
|
-
{
|
217
|
-
a.className = "nolink";
|
218
|
-
a.href = "javascript:void(0)";
|
219
|
-
a.onclick = node.expandToggle.onclick;
|
220
|
-
}
|
221
|
-
}
|
222
|
-
|
223
|
-
node.childrenUL = null;
|
224
|
-
node.getChildrenUL = function() {
|
225
|
-
if (!node.childrenUL) {
|
226
|
-
node.childrenUL = document.createElement("ul");
|
227
|
-
node.childrenUL.className = "children_ul";
|
228
|
-
node.childrenUL.style.display = "none";
|
229
|
-
node.li.appendChild(node.childrenUL);
|
230
|
-
}
|
231
|
-
return node.childrenUL;
|
232
|
-
};
|
233
|
-
|
234
|
-
return node;
|
235
|
-
}
|
236
|
-
|
237
|
-
function showRoot()
|
238
|
-
{
|
239
|
-
var headerHeight = $("#top").height();
|
240
|
-
var footerHeight = $("#nav-path").height();
|
241
|
-
var windowHeight = $(window).height() - headerHeight - footerHeight;
|
242
|
-
(function (){ // retry until we can scroll to the selected item
|
243
|
-
try {
|
244
|
-
var navtree=$('#nav-tree');
|
245
|
-
navtree.scrollTo('#selected',0,{offset:-windowHeight/2});
|
246
|
-
} catch (err) {
|
247
|
-
setTimeout(arguments.callee, 0);
|
248
|
-
}
|
249
|
-
})();
|
250
|
-
}
|
251
|
-
|
252
|
-
function expandNode(o, node, imm, showRoot)
|
253
|
-
{
|
254
|
-
if (node.childrenData && !node.expanded) {
|
255
|
-
if (typeof(node.childrenData)==='string') {
|
256
|
-
var varName = node.childrenData;
|
257
|
-
getScript(node.relpath+varName,function(){
|
258
|
-
node.childrenData = getData(varName);
|
259
|
-
expandNode(o, node, imm, showRoot);
|
260
|
-
}, showRoot);
|
261
|
-
} else {
|
262
|
-
if (!node.childrenVisited) {
|
263
|
-
getNode(o, node);
|
264
|
-
} if (imm || ($.browser.msie && $.browser.version>8)) {
|
265
|
-
// somehow slideDown jumps to the start of tree for IE9 :-(
|
266
|
-
$(node.getChildrenUL()).show();
|
267
|
-
} else {
|
268
|
-
$(node.getChildrenUL()).slideDown("fast");
|
269
|
-
}
|
270
|
-
node.plus_img.innerHTML = arrowDown;
|
271
|
-
node.expanded = true;
|
272
|
-
}
|
273
|
-
}
|
274
|
-
}
|
275
|
-
|
276
|
-
function glowEffect(n,duration)
|
277
|
-
{
|
278
|
-
n.addClass('glow').delay(duration).queue(function(next){
|
279
|
-
$(this).removeClass('glow');next();
|
280
|
-
});
|
281
|
-
}
|
282
|
-
|
283
|
-
function highlightAnchor()
|
284
|
-
{
|
285
|
-
var aname = hashUrl();
|
286
|
-
var anchor = $(aname);
|
287
|
-
if (anchor.parent().attr('class')=='memItemLeft'){
|
288
|
-
var rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
|
289
|
-
glowEffect(rows.children(),300); // member without details
|
290
|
-
} else if (anchor.parent().attr('class')=='fieldname'){
|
291
|
-
glowEffect(anchor.parent().parent(),1000); // enum value
|
292
|
-
} else if (anchor.parent().attr('class')=='fieldtype'){
|
293
|
-
glowEffect(anchor.parent().parent(),1000); // struct field
|
294
|
-
} else if (anchor.parent().is(":header")) {
|
295
|
-
glowEffect(anchor.parent(),1000); // section header
|
296
|
-
} else {
|
297
|
-
glowEffect(anchor.next(),1000); // normal member
|
298
|
-
}
|
299
|
-
gotoAnchor(anchor,aname,false);
|
300
|
-
}
|
301
|
-
|
302
|
-
function selectAndHighlight(hash,n)
|
303
|
-
{
|
304
|
-
var a;
|
305
|
-
if (hash) {
|
306
|
-
var link=stripPath(pathName())+':'+hash.substring(1);
|
307
|
-
a=$('.item a[class$="'+link+'"]');
|
308
|
-
}
|
309
|
-
if (a && a.length) {
|
310
|
-
a.parent().parent().addClass('selected');
|
311
|
-
a.parent().parent().attr('id','selected');
|
312
|
-
highlightAnchor();
|
313
|
-
} else if (n) {
|
314
|
-
$(n.itemDiv).addClass('selected');
|
315
|
-
$(n.itemDiv).attr('id','selected');
|
316
|
-
}
|
317
|
-
if ($('#nav-tree-contents .item:first').hasClass('selected')) {
|
318
|
-
$('#nav-sync').css('top','30px');
|
319
|
-
} else {
|
320
|
-
$('#nav-sync').css('top','5px');
|
321
|
-
}
|
322
|
-
showRoot();
|
323
|
-
}
|
324
|
-
|
325
|
-
function showNode(o, node, index, hash)
|
326
|
-
{
|
327
|
-
if (node && node.childrenData) {
|
328
|
-
if (typeof(node.childrenData)==='string') {
|
329
|
-
var varName = node.childrenData;
|
330
|
-
getScript(node.relpath+varName,function(){
|
331
|
-
node.childrenData = getData(varName);
|
332
|
-
showNode(o,node,index,hash);
|
333
|
-
},true);
|
334
|
-
} else {
|
335
|
-
if (!node.childrenVisited) {
|
336
|
-
getNode(o, node);
|
337
|
-
}
|
338
|
-
$(node.getChildrenUL()).css({'display':'block'});
|
339
|
-
node.plus_img.innerHTML = arrowDown;
|
340
|
-
node.expanded = true;
|
341
|
-
var n = node.children[o.breadcrumbs[index]];
|
342
|
-
if (index+1<o.breadcrumbs.length) {
|
343
|
-
showNode(o,n,index+1,hash);
|
344
|
-
} else {
|
345
|
-
if (typeof(n.childrenData)==='string') {
|
346
|
-
var varName = n.childrenData;
|
347
|
-
getScript(n.relpath+varName,function(){
|
348
|
-
n.childrenData = getData(varName);
|
349
|
-
node.expanded=false;
|
350
|
-
showNode(o,node,index,hash); // retry with child node expanded
|
351
|
-
},true);
|
352
|
-
} else {
|
353
|
-
var rootBase = stripPath(o.toroot.replace(/\..+$/, ''));
|
354
|
-
if (rootBase=="index" || rootBase=="pages" || rootBase=="search") {
|
355
|
-
expandNode(o, n, true, true);
|
356
|
-
}
|
357
|
-
selectAndHighlight(hash,n);
|
358
|
-
}
|
359
|
-
}
|
360
|
-
}
|
361
|
-
} else {
|
362
|
-
selectAndHighlight(hash);
|
363
|
-
}
|
364
|
-
}
|
365
|
-
|
366
|
-
function removeToInsertLater(element) {
|
367
|
-
var parentNode = element.parentNode;
|
368
|
-
var nextSibling = element.nextSibling;
|
369
|
-
parentNode.removeChild(element);
|
370
|
-
return function() {
|
371
|
-
if (nextSibling) {
|
372
|
-
parentNode.insertBefore(element, nextSibling);
|
373
|
-
} else {
|
374
|
-
parentNode.appendChild(element);
|
375
|
-
}
|
376
|
-
};
|
377
|
-
}
|
378
|
-
|
379
|
-
function getNode(o, po)
|
380
|
-
{
|
381
|
-
var insertFunction = removeToInsertLater(po.li);
|
382
|
-
po.childrenVisited = true;
|
383
|
-
var l = po.childrenData.length-1;
|
384
|
-
for (var i in po.childrenData) {
|
385
|
-
var nodeData = po.childrenData[i];
|
386
|
-
po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2],
|
387
|
-
i==l);
|
388
|
-
}
|
389
|
-
insertFunction();
|
390
|
-
}
|
391
|
-
|
392
|
-
function gotoNode(o,subIndex,root,hash,relpath)
|
393
|
-
{
|
394
|
-
var nti = navTreeSubIndices[subIndex][root+hash];
|
395
|
-
o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]);
|
396
|
-
if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index
|
397
|
-
navTo(o,NAVTREE[0][1],"",relpath);
|
398
|
-
$('.item').removeClass('selected');
|
399
|
-
$('.item').removeAttr('id');
|
400
|
-
}
|
401
|
-
if (o.breadcrumbs) {
|
402
|
-
o.breadcrumbs.unshift(0); // add 0 for root node
|
403
|
-
showNode(o, o.node, 0, hash);
|
404
|
-
}
|
405
|
-
}
|
406
|
-
|
407
|
-
function navTo(o,root,hash,relpath)
|
408
|
-
{
|
409
|
-
var link = cachedLink();
|
410
|
-
if (link) {
|
411
|
-
var parts = link.split('#');
|
412
|
-
root = parts[0];
|
413
|
-
if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,'');
|
414
|
-
else hash='';
|
415
|
-
}
|
416
|
-
if (hash.match(/^#l\d+$/)) {
|
417
|
-
var anchor=$('a[name='+hash.substring(1)+']');
|
418
|
-
glowEffect(anchor.parent(),1000); // line number
|
419
|
-
hash=''; // strip line number anchors
|
420
|
-
}
|
421
|
-
var url=root+hash;
|
422
|
-
var i=-1;
|
423
|
-
while (NAVTREEINDEX[i+1]<=url) i++;
|
424
|
-
if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
|
425
|
-
if (navTreeSubIndices[i]) {
|
426
|
-
gotoNode(o,i,root,hash,relpath)
|
427
|
-
} else {
|
428
|
-
getScript(relpath+'navtreeindex'+i,function(){
|
429
|
-
navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
|
430
|
-
if (navTreeSubIndices[i]) {
|
431
|
-
gotoNode(o,i,root,hash,relpath);
|
432
|
-
}
|
433
|
-
},true);
|
434
|
-
}
|
435
|
-
}
|
436
|
-
|
437
|
-
function showSyncOff(n,relpath)
|
438
|
-
{
|
439
|
-
n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>');
|
440
|
-
}
|
441
|
-
|
442
|
-
function showSyncOn(n,relpath)
|
443
|
-
{
|
444
|
-
n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
|
445
|
-
}
|
446
|
-
|
447
|
-
function toggleSyncButton(relpath)
|
448
|
-
{
|
449
|
-
var navSync = $('#nav-sync');
|
450
|
-
if (navSync.hasClass('sync')) {
|
451
|
-
navSync.removeClass('sync');
|
452
|
-
showSyncOff(navSync,relpath);
|
453
|
-
storeLink(stripPath2(pathName())+hashUrl());
|
454
|
-
} else {
|
455
|
-
navSync.addClass('sync');
|
456
|
-
showSyncOn(navSync,relpath);
|
457
|
-
deleteLink();
|
458
|
-
}
|
459
|
-
}
|
460
|
-
|
461
|
-
function initNavTree(toroot,relpath)
|
462
|
-
{
|
463
|
-
var o = new Object();
|
464
|
-
o.toroot = toroot;
|
465
|
-
o.node = new Object();
|
466
|
-
o.node.li = document.getElementById("nav-tree-contents");
|
467
|
-
o.node.childrenData = NAVTREE;
|
468
|
-
o.node.children = new Array();
|
469
|
-
o.node.childrenUL = document.createElement("ul");
|
470
|
-
o.node.getChildrenUL = function() { return o.node.childrenUL; };
|
471
|
-
o.node.li.appendChild(o.node.childrenUL);
|
472
|
-
o.node.depth = 0;
|
473
|
-
o.node.relpath = relpath;
|
474
|
-
o.node.expanded = false;
|
475
|
-
o.node.isLast = true;
|
476
|
-
o.node.plus_img = document.createElement("span");
|
477
|
-
o.node.plus_img.className = 'arrow';
|
478
|
-
o.node.plus_img.innerHTML = arrowRight;
|
479
|
-
|
480
|
-
if (localStorageSupported()) {
|
481
|
-
var navSync = $('#nav-sync');
|
482
|
-
if (cachedLink()) {
|
483
|
-
showSyncOff(navSync,relpath);
|
484
|
-
navSync.removeClass('sync');
|
485
|
-
} else {
|
486
|
-
showSyncOn(navSync,relpath);
|
487
|
-
}
|
488
|
-
navSync.click(function(){ toggleSyncButton(relpath); });
|
489
|
-
}
|
490
|
-
|
491
|
-
$(window).load(function(){
|
492
|
-
navTo(o,toroot,hashUrl(),relpath);
|
493
|
-
showRoot();
|
494
|
-
});
|
495
|
-
|
496
|
-
$(window).bind('hashchange', function(){
|
497
|
-
if (window.location.hash && window.location.hash.length>1){
|
498
|
-
var a;
|
499
|
-
if ($(location).attr('hash')){
|
500
|
-
var clslink=stripPath(pathName())+':'+hashValue();
|
501
|
-
a=$('.item a[class$="'+clslink.replace(/</g,'\\3c ')+'"]');
|
502
|
-
}
|
503
|
-
if (a==null || !$(a).parent().parent().hasClass('selected')){
|
504
|
-
$('.item').removeClass('selected');
|
505
|
-
$('.item').removeAttr('id');
|
506
|
-
}
|
507
|
-
var link=stripPath2(pathName());
|
508
|
-
navTo(o,link,hashUrl(),relpath);
|
509
|
-
} else if (!animationInProgress) {
|
510
|
-
$('#doc-content').scrollTop(0);
|
511
|
-
$('.item').removeClass('selected');
|
512
|
-
$('.item').removeAttr('id');
|
513
|
-
navTo(o,toroot,hashUrl(),relpath);
|
514
|
-
}
|
515
|
-
})
|
516
|
-
}
|
517
|
-
|