投稿されたすべてのコード一覧
<?php $cat_all = get_terms( "category", "fields=all&get=all" ); foreach($cat_all as $value): ?> <p><a href="<?php echo get_category_link($value->term_id); ?>"><?php echo $value->name;?></a></p>
<script type="text/javascript"> function topsyCallback(json) { res = json.response; if ( !res.total ) { return false;
int _tmain(int argc _TCHAR* argv[]) { _tprintf(_T("Hello World!!")); return 0; }
public class Hoge { public static void main(String[] args) { System.out.println('hoge'); } }
<TextView android:id="@+id/text1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="こんにちわ!こんにちわ!!"