/[suikacvs]/messaging/manakai/lib/Message/DOM/CSSStyleSheet.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/CSSStyleSheet.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Mon Jan 14 05:53:45 2008 UTC revision 1.8 by wakaba, Sun Feb 10 04:10:36 2008 UTC
# Line 111  sub css_text ($;$) { Line 111  sub css_text ($;$) {
111    return $r;    return $r;
112  } # css_text  } # css_text
113    
114    ## TODO: documentation
115    sub manakai_input_encoding ($;$) {
116      if (@_ > 1) {
117        if (defined $_[1]) {
118          ${$_[0]}->{input_encoding} = ''.$_[1];
119        } else {
120          delete ${$_[0]}->{input_encoding};
121        }
122      }
123      return ${$_[0]}->{input_encoding};
124    } # manakai_input_encoding
125    
126  sub owner_rule ($);  sub owner_rule ($);
127    
128  ## |CSSStyleSheet| methods  ## |CSSStyleSheet| methods

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24