×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
calendar9.inc.php. Blame. Blame ... php /* * Created on 2007/08/30 by nao-pon http://hypweb.net/ * $Id: calendar9 ... get_source($s_page) as $line) { $line = trim ...
2020/10/17 · ... get_source($page)); if ($postdata === '') $postdata = auto_template($page); $postdata = remove_author_info($postdata); return array('msg ...
Provide feedback. We read every piece of feedback, and take your input very seriously. ... Saved searches. Use saved searches to filter your results more quickly.
Stack trace: line 998 of /mod/hotpot/locallib.php: moodle_exception thrown; line 1142 of /mod/hotpot/locallib.php: call to hotpot->get_source() ...
pukiwiki.php の改造 †. 複数行のパラメータを渡せるように、次のように改造しました。 // $body = convert_html(get_source($base)); $lines = get_source($base); for ...
今回は「plugin」ディレクトリに「hoge.inc.php」を作成してください。 プラグ ... 21行目、get_source()もPukiWikiの関数で、引数にページ名を指定するとページのコンテンツ ...
2023/10/03 · php echo convert_html(get_source('(埋め込みたいページ名)')) ?> <?php } ?> 例)トップページ以外に、◯◯を埋め込みたい if 文の条件式を「 ...
... get_source($vars['refer']) as $line) { if (! $above) $postdata .= $line; if (preg_match('/^#commentplus/i', $line) && $commentplus_no++ == $vars ...
ページ名からソース(Wikiテキスト)を読込むには、file.php内のget_source関数を使う。返される値は、行で分割された文字列の配列となる。配列の各要素は"\n"で終わる ...