質問箱/4538
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
**[[質問箱/4538]] [#vbfd20af]
|RIGHT:70|LEFT:410|c
|~カテゴリ||
|~サマリ|行頭に空白文字が入っている行の文字列にリンクを設...
|~バージョン|1.4.7|
|~投稿者|[[godzilla]]|
|~状態|完了|
|~投稿日|&new{2009-12-13 (日) 01:02:14};|
***質問 [#o945ddc5]
コードリーディングのツールとして利用しているのですが、イ...
例)
int main(){
struct [[file]] *files;
上記例のようにfileにリンクを設定してfile構造体を定義して...
***回答 [#o1f7c39f]
- [[整形済みテキスト>整形ルール#g72f3a72]] は整形のルール...
- 副作用がありそうですが・・・ (^^; -- [[teanan]] &new{20...
--- convert_html.php.orig Sat May 13 16:29:58 2006
+++ convert_html.php Sun Dec 13 22:59:18 2009
@@ -743,7 +743,8 @@
function toString()
{
- return $this->wrap(join("\n", $this->ele...
+ $string = make_link(join("\n", $this->el...
+ return $this->wrap($string, 'pre');
}
}
- お二方有難うございます。teananさんのpatchを取り入れたの...
- teanan さ~ん。Pre クラスはデータの取り込み時に、[[html...
class Pre extends Element
{
function Pre(& $root, $text)
{
global $preformat_ltrim;
parent::Element();
$this->elements[] = htmlspecialchars(
(! $preformat_ltrim || $text == '' || $text{0} != ' '...
}
「> → >」変換されたせいで、エイリアスが効かな...
- $this->elements[] = htmlspecialchars(
+ $this->elements[] = make_link(
としたらどうですか? -- &new{2009-12-15 (火) 15:12:25};
-- 失礼いたしました、ご指摘の通りです((久々で忘れてしまっ...
- ありがとうございます。エイリアスが使えるようになりまし...
//#comment
終了行:
**[[質問箱/4538]] [#vbfd20af]
|RIGHT:70|LEFT:410|c
|~カテゴリ||
|~サマリ|行頭に空白文字が入っている行の文字列にリンクを設...
|~バージョン|1.4.7|
|~投稿者|[[godzilla]]|
|~状態|完了|
|~投稿日|&new{2009-12-13 (日) 01:02:14};|
***質問 [#o945ddc5]
コードリーディングのツールとして利用しているのですが、イ...
例)
int main(){
struct [[file]] *files;
上記例のようにfileにリンクを設定してfile構造体を定義して...
***回答 [#o1f7c39f]
- [[整形済みテキスト>整形ルール#g72f3a72]] は整形のルール...
- 副作用がありそうですが・・・ (^^; -- [[teanan]] &new{20...
--- convert_html.php.orig Sat May 13 16:29:58 2006
+++ convert_html.php Sun Dec 13 22:59:18 2009
@@ -743,7 +743,8 @@
function toString()
{
- return $this->wrap(join("\n", $this->ele...
+ $string = make_link(join("\n", $this->el...
+ return $this->wrap($string, 'pre');
}
}
- お二方有難うございます。teananさんのpatchを取り入れたの...
- teanan さ~ん。Pre クラスはデータの取り込み時に、[[html...
class Pre extends Element
{
function Pre(& $root, $text)
{
global $preformat_ltrim;
parent::Element();
$this->elements[] = htmlspecialchars(
(! $preformat_ltrim || $text == '' || $text{0} != ' '...
}
「> → >」変換されたせいで、エイリアスが効かな...
- $this->elements[] = htmlspecialchars(
+ $this->elements[] = make_link(
としたらどうですか? -- &new{2009-12-15 (火) 15:12:25};
-- 失礼いたしました、ご指摘の通りです((久々で忘れてしまっ...
- ありがとうございます。エイリアスが使えるようになりまし...
//#comment
ページ名: