github.com/dougm/docker@v1.5.0/docs/theme/mkdocs/tipuesearch/tipuesearch_set.js (about) 1 2 /* 3 Tipue Search 3.1 4 Copyright (c) 2013 Tipue 5 Tipue Search is released under the MIT License 6 http://www.tipue.com/search 7 */ 8 9 10 var tipuesearch_stop_words = ["and", "be", "by", "do", "for", "he", "how", "if", "is", "it", "my", "not", "of", "or", "the", "to", "up", "what", "when"]; 11 12 var tipuesearch_replace = {"words": [ 13 {"word": "tipua", replace_with: "tipue"}, 14 {"word": "javscript", replace_with: "javascript"} 15 ]}; 16 17 var tipuesearch_stem = {"words": [ 18 {"word": "e-mail", stem: "email"}, 19 {"word": "javascript", stem: "script"}, 20 {"word": "javascript", stem: "js"} 21 ]}; 22 23