Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/smarty_extends/modifier.script_escape.php

    r14928 r15078  
    11<?php 
    22/** 
    3  * Script¥¿¥°¤ò¥¨¥¹¥±¡¼¥×¤¹¤ë 
     3 * Scriptタグをエスケープする 
    44 * 
    5  * @param  string $value ÆþÎÏ 
    6  * @return string $value ¥Þ¥Ã¥Á¤·¤¿¾ì¹ç¤ÏÊÑ´¹¸å¤Îʸ»úÎ󡢤·¤Ê¤¤¾ì¹ç¤ÏÆþÎϤµ¤ì¤¿Ê¸»úÎó¤ò¤½¤Î¤Þ¤ÞÊÖ¤¹¡£ 
     5 * @param  string $value 入力 
     6 * @return string $value マッチした場合は変換後の文字列、しない場合は入力された文字列をそのまま返す。 
    77 */ 
    88function smarty_modifier_script_escape($value) { 
Note: See TracChangeset for help on using the changeset viewer.