• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 3ware Raid監視 • 08 Symfony2のRequestクラス • code2 • 51 Heartbeat + Pacemaker + galera(3 server) • 14 fetchmail • VMware Toolsをインストールする。 • 72 wgetをプロキシ経由で • 53 Pacemaker crm コマンド • 02 print() • 18 MySQLでALTER TABLEの進捗確認

code

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@dokuwiki:plugin
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • code2
  • code Prettifier Plugin

Fulltext results:

code2
47 Hits, Last modified: 10 years ago
====== code2 ====== [[https://www.dokuwiki.org/plugin:code2|plugin code2]] <code lang 123 |[fh] text |[sh] aaa> {code to highlight} </code> <code> some text </code> (basic)
counter
14 Hits, Last modified: 3 years ago
節しました。 ====== lib/counter/counter.php 用意 ====== <code console> <?php //ログ形式は 今日の日付け|昨日のカウント|今日のカウント|合計... ay:$yesterday Today:$today Total:$total"; ?> </code> ====== all.datを用意 ====== counter.phpが書き込みできるよう権限を調整 <code console> touch lib/counter/all.dat </code> ====== 画像の用意 ====== フォルダ内に、0〜9.gifを設定しておく。 <code console> m
code Prettifier Plugin
13 Hits, Last modified: 10 years ago
====== code Prettifier Plugin ====== [[https://www.dokuwiki.org/plugin:codeprettify#examples_usage]] <code> <code:php linenums:1 |Example #1 Our first PHP script: //hello.php//> <html> <head> <title>PHP Tes... echo '<p>Hello World</p>'; ?> </body> </html> </code> </code> <code:php linenums:1 |Example #1 Our fi
changes
12 Hits, Last modified: 11 years ago
履歴の表示を調整できるプラグイン ===== count ===== 表示する数を調整する。 <code> {{changes>count=15}} </code> {{changes>count=15}} ===== type ===== どんなタイプのものを表示するか調整する。 <code> {{changes>type = create}} {{changes>type = edit}} </code> {{changes>type = create}} ===== user =====
tag plugin
10 Hits, Last modified: 11 years ago
====== tag plugin ====== pageにタグを付ける事ができる。 <code> {{tag>tag1 tag2 tag3}} with namespaces: {{tag>ns1:tag1 ns1:tag2 ns2:subns1:tag3}} </code> 参考サイト [[https://www.dokuwiki.org/plugin:tag]] ===== topic ===== これで <code> {{topic>Unixコマンド +ファイル操作&header&table&nouser&tags&sort}} </code> === Example === <code> {{topic>tag1 -tag2}} – L
cloud plugin
4 Hits, Last modified: 11 years ago
plugin ====== キーワードの数によって、文字の大きさや色を変えて表示してくれる。 <code> ~~CLOUD>dokuwiki:plugin~~ </code> ~~CLOUD>dokuwiki:plugin~~ tagの数によって、文字の大きさや色を変えて表示してくれる。 <code> ~~TAGCLOUD>dokuwiki:plugin~~ </code> ~~TAGCLOUD>dokuwiki:plugin~~ 参考サイト [[https://www.dokuwiki.org/p
keyboard
4 Hits, Last modified: 11 years ago
plugin-keyboard.tar.gz]] ===== 1.言語ファイル作成 ===== <code console> $ cd lib/plugins/keyboard/lang $ cp -rp en ja </code> ===== 2.編集画面にボタンを追加 ===== <color red>※恐らく新URLでインストールしたバージョンでは下記の必要無し</color> <code console> # diff -u ./inc/toolbar.php.org ./inc/to... EFINE default action $evt->advise_after(); </code> ===== 3.使用法 ===== ^ 記述 ^ 出力 | | S | <ke
OrphansWanted
4 Hits, Last modified: 11 years ago
== OrphansWanted ====== 孤立したページや、リンク切れを見つけてくれる <code> ~~ORPHANSWANTED:orphans~~  ←どのページからもリンクされていない孤立... ORPHANSWANTED:valid~~ ←1つ以上のページからリンクされているページ </code> 実用上は、以下の「all」オプションを使えば、ほぼ問題ない。他にもいくつかオプションはあるが、それほど使わない(と思う)。 <code> ~~ORPHANSWANTED:all~~ ←上記の3つを同時に表示 </code> {{tag>dokuwiki:plugins helper}}
cellbg
2 Hits, Last modified: 11 years ago
きる。 [[https://www.dokuwiki.org/plugin:cellbg]] <code> ^ Header 1 ^ Header 2 ^ Header 3 ... | ::: | @red:Non \\ 改行 \\ 改行 | </code> ^ Header 1 ^ Header 2 ^ Header 3
editx
2 Hits, Last modified: 11 years ago
editx plugin]] 移動したいページの最後に、下記のパラメータを足してアクセスする。 <code> &do=editx </code> {{tag>dokuwiki:plugins action}}
Gallery
2 Hits, Last modified: 9 years ago
in:gallery]] 削除した画像リンクが残ってしまう場合はキャッシュを削除すると良い。 <code> rm -Rf attic/* rm -Rf cache/? rm -Rf cache/*.idx rm -Rf cache/purgefile </code> {{tag>dokuwiki:plugins renderer}}
sortablejs
2 Hits, Last modified: 3 years ago
====== sortablejs ====== テーブルをソートできる。 <code> <sortable> ^ Col1 ^ Col3 ^ Col3 ^ | 1 | o... | | 2 | two |10/12/2008 | </sortable> </code> <sortable> ^ Col1 ^ Col3 ^ Col3 ^ |
translation
2 Hits, Last modified: 3 years ago
eader.htmlに下記のコードを追加しておけば、本家ページのように翻訳メニューが表示される <code|lib/tpl/dokuwiki/sidebarheader.html> <?php $trans... echo $translation->showTranslations(); ?> <br> </code> このようになる。 {{:dokuwiki:plugin:pasted:20230621-014
wikicalendar
2 Hits, Last modified: 11 years ago
====== wikicalendar ====== calendarを作成する。 <code> {{cal>空間名}} </code> {{cal>50_daialy}} [[https://www.dokuwiki.org/ja:plugin:wikicalendar|参考サイト]]

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki