 |
 |
Namazu による全文検索システム
現在、 4,432 の文書がインデックス化され、
57,009 個のキーワードが登録されています。
インデックスの最終更新日: 2024-02-09
- 21. CodeMirror (スコア: 7)
- { } CodeMirror Supported modes: Usage demos: Real-world uses: Getting the code Documentation Support and bug reports Supported browsers Commercial support Support CodeMirror Releases: logo /* In-bro
- http://www.skipcity.jp/mt-static/codemirror/index.html (18,710 bytes)
- 22. CodeMirror (スコア: 7)
- { } CodeMirror Supported modes: Usage demos: Real-world uses: Getting the code Documentation Support and bug reports Supported browsers Commercial support Support CodeMirror Releases: logo /* In-bro
- http://www.skipcity.jp/mt-static_bk/codemirror/index.html (18,710 bytes)
- 23. CodeMirror (スコア: 6)
- { } CodeMirror logo /* Old release history */ 04-07-2011: Version 2.11: Add a Scheme mode. Add a replace method to search cursors, for cursor-preserving replacements. Make the C-like mode mode more
- http://www.skipcity.jp/mt-static/codemirror/doc/oldrelease.html (12,218 bytes)
- 24. CodeMirror: Mode Runner Demo (スコア: 6)
- CodeMirror: Mode Runner Demo Enter your xml here and press the button below to display it as highlighted by the CodeMirror XML mode Highlight! function doHighlight() { CodeMirror.runMode(document.ge
- http://www.skipcity.jp/mt-static/codemirror/demo/runmode.html (1,988 bytes)
- 25. CodeMirror (スコア: 6)
- { } CodeMirror logo /* Old release history */ 04-07-2011: Version 2.11: Add a Scheme mode. Add a replace method to search cursors, for cursor-preserving replacements. Make the C-like mode mode more
- http://www.skipcity.jp/mt-static_bk/codemirror/doc/oldrelease.html (12,218 bytes)
- 26. CodeMirror: Mode Runner Demo (スコア: 6)
- CodeMirror: Mode Runner Demo Enter your xml here and press the button below to display it as highlighted by the CodeMirror XML mode Highlight! function doHighlight() { CodeMirror.runMode(document.ge
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/runmode.html (1,988 bytes)
- 27. CodeMirror: Diff mode (スコア: 5)
- CodeMirror: Diff mode diff --git a/index.html b/index.html index c1d9156..7764744 100644 -- a/index.html +++ b/index.html @@ -95,7 +95,8 @@ StringStream.prototype = { var editor = CodeMirror.fromTex
- http://www.skipcity.jp/mt-static/codemirror/mode/diff/index.html (3,959 bytes)
- 28. CodeMirror: Autocomplete Demo (スコア: 5)
- CodeMirror: Autocomplete demo function getCompletions(token, context) { var found = [], start = token.string; function maybeAdd(str) { if (str.indexOf(start) == 0) found.push(str); } function gather
- http://www.skipcity.jp/mt-static/codemirror/demo/complete.html (2,490 bytes)
- 29. CodeMirror: Emacs bindings demo (スコア: 5)
- CodeMirror: Emacs bindings demo include "syscalls.h" /* getchar: simple buffered version */ int getchar(void) { static char buf[BUFSIZ]; static char *bufp = buf; static int n = 0; if (n == 0) { /* b
- http://www.skipcity.jp/mt-static/codemirror/demo/emacs.html (1,916 bytes)
- 30. CodeMirror: Code Folding Demo (スコア: 5)
- CodeMirror: Code Folding Demo Demonstration of code folding using the code in foldcode.js. Press ctrl-q or click on the gutter to fold a block, again to unfold. JavaScript: HTML: window.onload = fun
- http://www.skipcity.jp/mt-static/codemirror/demo/folding.html (2,320 bytes)
- 31. CodeMirror: Overlay Parser Demo (スコア: 5)
- {{title}} These are links to {{things}}: {{#links}} {{text}} {{/links}} CodeMirror.defineMode("mustache", function(config, parserConfig) { var mustacheOverlay = { token: function(stream, state) { va
- http://www.skipcity.jp/mt-static/codemirror/demo/mustache.html (1,817 bytes)
- 32. CodeMirror: Vim bindings demo (スコア: 5)
- CodeMirror: Vim bindings demo include "syscalls.h" /* getchar: simple buffered version */ int getchar(void) { static char buf[BUFSIZ]; static char *bufp = buf; static int n = 0; if (n == 0) { /* buf
- http://www.skipcity.jp/mt-static/codemirror/demo/vim.html (1,492 bytes)
- 33. CodeMirror: Diff mode (スコア: 5)
- CodeMirror: Diff mode diff --git a/index.html b/index.html index c1d9156..7764744 100644 -- a/index.html +++ b/index.html @@ -95,7 +95,8 @@ StringStream.prototype = { var editor = CodeMirror.fromTex
- http://www.skipcity.jp/mt-static_bk/codemirror/mode/diff/index.html (3,959 bytes)
- 34. CodeMirror: Overlay Parser Demo (スコア: 5)
- {{title}} These are links to {{things}}: {{#links}} {{text}} {{/links}} CodeMirror.defineMode("mustache", function(config, parserConfig) { var mustacheOverlay = { token: function(stream, state) { va
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/mustache.html (1,817 bytes)
- 35. CodeMirror: Vim bindings demo (スコア: 5)
- CodeMirror: Vim bindings demo include "syscalls.h" /* getchar: simple buffered version */ int getchar(void) { static char buf[BUFSIZ]; static char *bufp = buf; static int n = 0; if (n == 0) { /* buf
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/vim.html (1,492 bytes)
- 36. CodeMirror: Autocomplete Demo (スコア: 5)
- CodeMirror: Autocomplete demo function getCompletions(token, context) { var found = [], start = token.string; function maybeAdd(str) { if (str.indexOf(start) == 0) found.push(str); } function gather
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/complete.html (2,490 bytes)
- 37. CodeMirror: Emacs bindings demo (スコア: 5)
- CodeMirror: Emacs bindings demo include "syscalls.h" /* getchar: simple buffered version */ int getchar(void) { static char buf[BUFSIZ]; static char *bufp = buf; static int n = 0; if (n == 0) { /* b
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/emacs.html (1,916 bytes)
- 38. CodeMirror: Code Folding Demo (スコア: 5)
- CodeMirror: Code Folding Demo Demonstration of code folding using the code in foldcode.js. Press ctrl-q or click on the gutter to fold a block, again to unfold. JavaScript: HTML: window.onload = fun
- http://www.skipcity.jp/mt-static_bk/codemirror/demo/folding.html (2,320 bytes)
- 39. CodeMirror: CoffeeScript mode (スコア: 4)
- CodeMirror: CoffeeScript mode CoffeeScript mode for CodeMirror Copyright (c) 2011 Jeff Pickhardt, released under the MIT License. Modified from the Python CodeMirror mode, which also is under the MI
- http://www.skipcity.jp/mt-static/codemirror/mode/coffeescript/index.html (22,716 bytes)
- 40. CodeMirror: CoffeeScript mode (スコア: 4)
- CodeMirror: CoffeeScript mode CoffeeScript mode for CodeMirror Copyright (c) 2011 Jeff Pickhardt, released under the MIT License. Modified from the Python CodeMirror mode, which also is under the MI
- http://www.skipcity.jp/mt-static_bk/codemirror/mode/coffeescript/index.html (22,716 bytes)
この全文検索システムは
Namazu
によって構築されています。
|
 |
 |