jpmobile 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/README +8 -5
- data/Rakefile +6 -7
- data/lib/jpmobile.rb +12 -2
- data/lib/jpmobile/email.rb +19 -0
- data/lib/jpmobile/filter.rb +1 -15
- data/lib/jpmobile/helpers.rb +76 -34
- data/lib/jpmobile/hook_action_controller.rb +1 -0
- data/lib/jpmobile/hook_action_view.rb +79 -28
- data/lib/jpmobile/mobile/abstract_mobile.rb +13 -1
- data/lib/jpmobile/mobile/au.rb +2 -0
- data/lib/jpmobile/mobile/docomo.rb +3 -1
- data/lib/jpmobile/mobile/emobile.rb +2 -0
- data/lib/jpmobile/mobile/softbank.rb +7 -1
- data/lib/jpmobile/mobile/willcom.rb +4 -0
- data/lib/jpmobile/mobile/z_display_info_docomo.rb +85 -2
- data/lib/jpmobile/mobile/z_ip_addresses_au.rb +40 -25
- data/lib/jpmobile/mobile/z_ip_addresses_docomo.rb +3 -1
- data/lib/jpmobile/mobile/z_ip_addresses_willcom.rb +97 -76
- data/lib/jpmobile/position.rb +8 -2
- data/lib/jpmobile/request_with_mobile.rb +1 -1
- data/lib/jpmobile/util.rb +21 -0
- data/lib/jpmobile/version.rb +1 -1
- data/test/au_test.rb +1 -1
- data/tools/update_display_info_docomo.rb +1 -0
- data/tools/update_ip_addresses_willcom.rb +2 -1
- metadata +36 -82
- data/doc/classes/ActionController.html +0 -120
- data/doc/classes/ActionController/AbstractRequest.html +0 -118
- data/doc/classes/ActionController/CgiRequest.html +0 -160
- data/doc/classes/ActionView.html +0 -101
- data/doc/classes/DatumConv.html +0 -324
- data/doc/classes/Jpmobile/Display.html +0 -333
- data/doc/classes/Jpmobile/Emoticon.html +0 -467
- data/doc/classes/Jpmobile/Filter.html +0 -120
- data/doc/classes/Jpmobile/Filter/ApplyOnlyForMobile.html +0 -172
- data/doc/classes/Jpmobile/Filter/Base.html +0 -269
- data/doc/classes/Jpmobile/Filter/Emoticon.html +0 -118
- data/doc/classes/Jpmobile/Filter/Emoticon/Inner.html +0 -184
- data/doc/classes/Jpmobile/Filter/Emoticon/Outer.html +0 -207
- data/doc/classes/Jpmobile/Filter/FilterTable.html +0 -178
- data/doc/classes/Jpmobile/Filter/HankakuKana.html +0 -126
- data/doc/classes/Jpmobile/Filter/Sjis.html +0 -271
- data/doc/classes/Jpmobile/Helpers.html +0 -588
- data/doc/classes/Jpmobile/Mobile.html +0 -150
- data/doc/classes/Jpmobile/Mobile/AbstractMobile.html +0 -389
- data/doc/classes/Jpmobile/Mobile/Au.html +0 -420
- data/doc/classes/Jpmobile/Mobile/Ddipocket.html +0 -138
- data/doc/classes/Jpmobile/Mobile/Docomo.html +0 -411
- data/doc/classes/Jpmobile/Mobile/Emobile.html +0 -183
- data/doc/classes/Jpmobile/Mobile/Jphone.html +0 -212
- data/doc/classes/Jpmobile/Mobile/Softbank.html +0 -344
- data/doc/classes/Jpmobile/Mobile/Vodafone.html +0 -176
- data/doc/classes/Jpmobile/Mobile/Willcom.html +0 -211
- data/doc/classes/Jpmobile/Position.html +0 -384
- data/doc/classes/Jpmobile/RequestWithMobile.html +0 -263
- data/doc/created.rid +0 -1
- data/doc/files/CHANGELOG.html +0 -110
- data/doc/files/README.html +0 -455
- data/doc/files/lib/jpmobile/datum_conv_rb.html +0 -110
- data/doc/files/lib/jpmobile/emoticon/au_rb.html +0 -124
- data/doc/files/lib/jpmobile/emoticon/conversion_table_rb.html +0 -124
- data/doc/files/lib/jpmobile/emoticon/docomo_rb.html +0 -119
- data/doc/files/lib/jpmobile/emoticon/softbank_rb.html +0 -119
- data/doc/files/lib/jpmobile/emoticon/z_combine_rb.html +0 -101
- data/doc/files/lib/jpmobile/emoticon_rb.html +0 -101
- data/doc/files/lib/jpmobile/filter_rb.html +0 -115
- data/doc/files/lib/jpmobile/helpers_rb.html +0 -105
- data/doc/files/lib/jpmobile/hook_abstract_request_rb.html +0 -108
- data/doc/files/lib/jpmobile/hook_action_controller_rb.html +0 -101
- data/doc/files/lib/jpmobile/hook_action_view_rb.html +0 -110
- data/doc/files/lib/jpmobile/mobile/abstract_mobile_rb.html +0 -108
- data/doc/files/lib/jpmobile/mobile/au_rb.html +0 -112
- data/doc/files/lib/jpmobile/mobile/display_rb.html +0 -111
- data/doc/files/lib/jpmobile/mobile/docomo_rb.html +0 -105
- data/doc/files/lib/jpmobile/mobile/emobile_rb.html +0 -105
- data/doc/files/lib/jpmobile/mobile/softbank_rb.html +0 -115
- data/doc/files/lib/jpmobile/mobile/willcom_rb.html +0 -108
- data/doc/files/lib/jpmobile/mobile/z_display_info_docomo_rb.html +0 -114
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_au_rb.html +0 -114
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_docomo_rb.html +0 -124
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_emobile_rb.html +0 -111
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_softbank_rb.html +0 -124
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_willcom_rb.html +0 -114
- data/doc/files/lib/jpmobile/position_rb.html +0 -105
- data/doc/files/lib/jpmobile/request_with_mobile_rb.html +0 -111
- data/doc/files/lib/jpmobile/trans_sid_rb.html +0 -118
- data/doc/files/lib/jpmobile/version_rb.html +0 -101
- data/doc/files/lib/jpmobile_rb.html +0 -101
- data/doc/fr_class_index.html +0 -55
- data/doc/fr_file_index.html +0 -58
- data/doc/fr_method_index.html +0 -134
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
@@ -1,118 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: trans_sid.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>trans_sid.rb</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>lib/jpmobile/trans_sid.rb
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Wed Jul 23 16:10:32 +0900 2008</td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
<div id="description">
|
72
|
-
<h1>セッションIDの付与</h1>
|
73
|
-
<p>
|
74
|
-
based on <a
|
75
|
-
href="http://moriq.tdiary.net/20070209.html#p01">moriq.tdiary.net/20070209.html#p01</a>
|
76
|
-
by moriq <moriq@moriq.com>
|
77
|
-
</p>
|
78
|
-
<p>
|
79
|
-
cookie support detection inspired by takai <a
|
80
|
-
href="http://recompile.net">recompile.net</a>/
|
81
|
-
</p>
|
82
|
-
<p>
|
83
|
-
Rails 2.0.2 support is based on the code contributed by masuidrive
|
84
|
-
<masuidrive (at) masuidrive.jp>
|
85
|
-
</p>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
|
89
|
-
|
90
|
-
</div>
|
91
|
-
|
92
|
-
|
93
|
-
</div>
|
94
|
-
|
95
|
-
|
96
|
-
<!-- if includes -->
|
97
|
-
|
98
|
-
<div id="section">
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
<!-- if method_list -->
|
108
|
-
|
109
|
-
|
110
|
-
</div>
|
111
|
-
|
112
|
-
|
113
|
-
<div id="validator-badges">
|
114
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
</body>
|
118
|
-
</html>
|
@@ -1,101 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: version.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>version.rb</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>lib/jpmobile/version.rb
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Wed Jul 23 16:21:33 +0900 2008</td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
</div>
|
74
|
-
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
|
79
|
-
<!-- if includes -->
|
80
|
-
|
81
|
-
<div id="section">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
<!-- if method_list -->
|
91
|
-
|
92
|
-
|
93
|
-
</div>
|
94
|
-
|
95
|
-
|
96
|
-
<div id="validator-badges">
|
97
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</body>
|
101
|
-
</html>
|
@@ -1,101 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: jpmobile.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>jpmobile.rb</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>lib/jpmobile.rb
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Sun Jun 29 23:26:35 +0900 2008</td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
</div>
|
74
|
-
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
|
79
|
-
<!-- if includes -->
|
80
|
-
|
81
|
-
<div id="section">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
<!-- if method_list -->
|
91
|
-
|
92
|
-
|
93
|
-
</div>
|
94
|
-
|
95
|
-
|
96
|
-
<div id="validator-badges">
|
97
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</body>
|
101
|
-
</html>
|
data/doc/fr_class_index.html
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
3
|
-
<!DOCTYPE html
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Classes
|
10
|
-
|
11
|
-
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
-
<head>
|
14
|
-
<title>Classes</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
16
|
-
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
-
<base target="docwin" />
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<div id="index">
|
21
|
-
<h1 class="section-bar">Classes</h1>
|
22
|
-
<div id="index-entries">
|
23
|
-
<a href="classes/ActionController.html">ActionController</a><br />
|
24
|
-
<a href="classes/ActionController/AbstractRequest.html">ActionController::AbstractRequest</a><br />
|
25
|
-
<a href="classes/ActionController/CgiRequest.html">ActionController::CgiRequest</a><br />
|
26
|
-
<a href="classes/ActionView.html">ActionView</a><br />
|
27
|
-
<a href="classes/DatumConv.html">DatumConv</a><br />
|
28
|
-
<a href="classes/Jpmobile/Display.html">Jpmobile::Display</a><br />
|
29
|
-
<a href="classes/Jpmobile/Emoticon.html">Jpmobile::Emoticon</a><br />
|
30
|
-
<a href="classes/Jpmobile/Filter.html">Jpmobile::Filter</a><br />
|
31
|
-
<a href="classes/Jpmobile/Filter/ApplyOnlyForMobile.html">Jpmobile::Filter::ApplyOnlyForMobile</a><br />
|
32
|
-
<a href="classes/Jpmobile/Filter/Base.html">Jpmobile::Filter::Base</a><br />
|
33
|
-
<a href="classes/Jpmobile/Filter/Emoticon.html">Jpmobile::Filter::Emoticon</a><br />
|
34
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Inner.html">Jpmobile::Filter::Emoticon::Inner</a><br />
|
35
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Outer.html">Jpmobile::Filter::Emoticon::Outer</a><br />
|
36
|
-
<a href="classes/Jpmobile/Filter/FilterTable.html">Jpmobile::Filter::FilterTable</a><br />
|
37
|
-
<a href="classes/Jpmobile/Filter/HankakuKana.html">Jpmobile::Filter::HankakuKana</a><br />
|
38
|
-
<a href="classes/Jpmobile/Filter/Sjis.html">Jpmobile::Filter::Sjis</a><br />
|
39
|
-
<a href="classes/Jpmobile/Helpers.html">Jpmobile::Helpers</a><br />
|
40
|
-
<a href="classes/Jpmobile/Mobile.html">Jpmobile::Mobile</a><br />
|
41
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html">Jpmobile::Mobile::AbstractMobile</a><br />
|
42
|
-
<a href="classes/Jpmobile/Mobile/Au.html">Jpmobile::Mobile::Au</a><br />
|
43
|
-
<a href="classes/Jpmobile/Mobile/Ddipocket.html">Jpmobile::Mobile::Ddipocket</a><br />
|
44
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html">Jpmobile::Mobile::Docomo</a><br />
|
45
|
-
<a href="classes/Jpmobile/Mobile/Emobile.html">Jpmobile::Mobile::Emobile</a><br />
|
46
|
-
<a href="classes/Jpmobile/Mobile/Jphone.html">Jpmobile::Mobile::Jphone</a><br />
|
47
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html">Jpmobile::Mobile::Softbank</a><br />
|
48
|
-
<a href="classes/Jpmobile/Mobile/Vodafone.html">Jpmobile::Mobile::Vodafone</a><br />
|
49
|
-
<a href="classes/Jpmobile/Mobile/Willcom.html">Jpmobile::Mobile::Willcom</a><br />
|
50
|
-
<a href="classes/Jpmobile/Position.html">Jpmobile::Position</a><br />
|
51
|
-
<a href="classes/Jpmobile/RequestWithMobile.html">Jpmobile::RequestWithMobile</a><br />
|
52
|
-
</div>
|
53
|
-
</div>
|
54
|
-
</body>
|
55
|
-
</html>
|
data/doc/fr_file_index.html
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
3
|
-
<!DOCTYPE html
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Files
|
10
|
-
|
11
|
-
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
-
<head>
|
14
|
-
<title>Files</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
16
|
-
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
-
<base target="docwin" />
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<div id="index">
|
21
|
-
<h1 class="section-bar">Files</h1>
|
22
|
-
<div id="index-entries">
|
23
|
-
<a href="files/CHANGELOG.html">CHANGELOG</a><br />
|
24
|
-
<a href="files/README.html">README</a><br />
|
25
|
-
<a href="files/lib/jpmobile_rb.html">lib/jpmobile.rb</a><br />
|
26
|
-
<a href="files/lib/jpmobile/datum_conv_rb.html">lib/jpmobile/datum_conv.rb</a><br />
|
27
|
-
<a href="files/lib/jpmobile/emoticon_rb.html">lib/jpmobile/emoticon.rb</a><br />
|
28
|
-
<a href="files/lib/jpmobile/emoticon/au_rb.html">lib/jpmobile/emoticon/au.rb</a><br />
|
29
|
-
<a href="files/lib/jpmobile/emoticon/conversion_table_rb.html">lib/jpmobile/emoticon/conversion_table.rb</a><br />
|
30
|
-
<a href="files/lib/jpmobile/emoticon/docomo_rb.html">lib/jpmobile/emoticon/docomo.rb</a><br />
|
31
|
-
<a href="files/lib/jpmobile/emoticon/softbank_rb.html">lib/jpmobile/emoticon/softbank.rb</a><br />
|
32
|
-
<a href="files/lib/jpmobile/emoticon/z_combine_rb.html">lib/jpmobile/emoticon/z_combine.rb</a><br />
|
33
|
-
<a href="files/lib/jpmobile/filter_rb.html">lib/jpmobile/filter.rb</a><br />
|
34
|
-
<a href="files/lib/jpmobile/helpers_rb.html">lib/jpmobile/helpers.rb</a><br />
|
35
|
-
<a href="files/lib/jpmobile/hook_abstract_request_rb.html">lib/jpmobile/hook_abstract_request.rb</a><br />
|
36
|
-
<a href="files/lib/jpmobile/hook_action_controller_rb.html">lib/jpmobile/hook_action_controller.rb</a><br />
|
37
|
-
<a href="files/lib/jpmobile/hook_action_view_rb.html">lib/jpmobile/hook_action_view.rb</a><br />
|
38
|
-
<a href="files/lib/jpmobile/mobile/abstract_mobile_rb.html">lib/jpmobile/mobile/abstract_mobile.rb</a><br />
|
39
|
-
<a href="files/lib/jpmobile/mobile/au_rb.html">lib/jpmobile/mobile/au.rb</a><br />
|
40
|
-
<a href="files/lib/jpmobile/mobile/display_rb.html">lib/jpmobile/mobile/display.rb</a><br />
|
41
|
-
<a href="files/lib/jpmobile/mobile/docomo_rb.html">lib/jpmobile/mobile/docomo.rb</a><br />
|
42
|
-
<a href="files/lib/jpmobile/mobile/emobile_rb.html">lib/jpmobile/mobile/emobile.rb</a><br />
|
43
|
-
<a href="files/lib/jpmobile/mobile/softbank_rb.html">lib/jpmobile/mobile/softbank.rb</a><br />
|
44
|
-
<a href="files/lib/jpmobile/mobile/willcom_rb.html">lib/jpmobile/mobile/willcom.rb</a><br />
|
45
|
-
<a href="files/lib/jpmobile/mobile/z_display_info_docomo_rb.html">lib/jpmobile/mobile/z_display_info_docomo.rb</a><br />
|
46
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_au_rb.html">lib/jpmobile/mobile/z_ip_addresses_au.rb</a><br />
|
47
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_docomo_rb.html">lib/jpmobile/mobile/z_ip_addresses_docomo.rb</a><br />
|
48
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_emobile_rb.html">lib/jpmobile/mobile/z_ip_addresses_emobile.rb</a><br />
|
49
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_softbank_rb.html">lib/jpmobile/mobile/z_ip_addresses_softbank.rb</a><br />
|
50
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_willcom_rb.html">lib/jpmobile/mobile/z_ip_addresses_willcom.rb</a><br />
|
51
|
-
<a href="files/lib/jpmobile/position_rb.html">lib/jpmobile/position.rb</a><br />
|
52
|
-
<a href="files/lib/jpmobile/request_with_mobile_rb.html">lib/jpmobile/request_with_mobile.rb</a><br />
|
53
|
-
<a href="files/lib/jpmobile/trans_sid_rb.html">lib/jpmobile/trans_sid.rb</a><br />
|
54
|
-
<a href="files/lib/jpmobile/version_rb.html">lib/jpmobile/version.rb</a><br />
|
55
|
-
</div>
|
56
|
-
</div>
|
57
|
-
</body>
|
58
|
-
</html>
|
data/doc/fr_method_index.html
DELETED
@@ -1,134 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
3
|
-
<!DOCTYPE html
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Methods
|
10
|
-
|
11
|
-
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
-
<head>
|
14
|
-
<title>Methods</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
16
|
-
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
-
<base target="docwin" />
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<div id="index">
|
21
|
-
<h1 class="section-bar">Methods</h1>
|
22
|
-
<div id="index-entries">
|
23
|
-
<a href="classes/Jpmobile/Position.html#M000100">== (Jpmobile::Position)</a><br />
|
24
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000082">after (Jpmobile::Filter::Base)</a><br />
|
25
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000077">after_after (Jpmobile::Filter::Sjis)</a><br />
|
26
|
-
<a href="classes/Jpmobile/Filter/ApplyOnlyForMobile.html#M000067">apply_incoming? (Jpmobile::Filter::ApplyOnlyForMobile)</a><br />
|
27
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000083">apply_incoming? (Jpmobile::Filter::Base)</a><br />
|
28
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000078">apply_incoming? (Jpmobile::Filter::Sjis)</a><br />
|
29
|
-
<a href="classes/Jpmobile/Filter/ApplyOnlyForMobile.html#M000068">apply_outgoing? (Jpmobile::Filter::ApplyOnlyForMobile)</a><br />
|
30
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000084">apply_outgoing? (Jpmobile::Filter::Base)</a><br />
|
31
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000079">apply_outgoing? (Jpmobile::Filter::Sjis)</a><br />
|
32
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000013">areacode (Jpmobile::Mobile::Docomo)</a><br />
|
33
|
-
<a href="classes/Jpmobile/Helpers.html#M000059">au_gps_link_to (Jpmobile::Helpers)</a><br />
|
34
|
-
<a href="classes/Jpmobile/Helpers.html#M000058">au_gps_url_for (Jpmobile::Helpers)</a><br />
|
35
|
-
<a href="classes/Jpmobile/Helpers.html#M000061">au_location_link_to (Jpmobile::Helpers)</a><br />
|
36
|
-
<a href="classes/Jpmobile/Helpers.html#M000060">au_location_url_for (Jpmobile::Helpers)</a><br />
|
37
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000081">before (Jpmobile::Filter::Base)</a><br />
|
38
|
-
<a href="classes/DatumConv.html#M000002">blh2xyz (DatumConv)</a><br />
|
39
|
-
<a href="classes/Jpmobile/Display.html#M000106">browser_height (Jpmobile::Display)</a><br />
|
40
|
-
<a href="classes/Jpmobile/Display.html#M000105">browser_width (Jpmobile::Display)</a><br />
|
41
|
-
<a href="classes/Jpmobile/Display.html#M000101">color? (Jpmobile::Display)</a><br />
|
42
|
-
<a href="classes/Jpmobile/Display.html#M000102">colors (Jpmobile::Display)</a><br />
|
43
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000048">device_id (Jpmobile::Mobile::Au)</a><br />
|
44
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000040">display (Jpmobile::Mobile::AbstractMobile)</a><br />
|
45
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000020">display (Jpmobile::Mobile::Docomo)</a><br />
|
46
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000047">display (Jpmobile::Mobile::Au)</a><br />
|
47
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000031">display (Jpmobile::Mobile::Softbank)</a><br />
|
48
|
-
<a href="classes/Jpmobile/Position.html#M000094">dms2deg (Jpmobile::Position)</a><br />
|
49
|
-
<a href="classes/Jpmobile/Helpers.html#M000053">docomo_foma_gps_link_to (Jpmobile::Helpers)</a><br />
|
50
|
-
<a href="classes/Jpmobile/Helpers.html#M000057">docomo_guid_link_to (Jpmobile::Helpers)</a><br />
|
51
|
-
<a href="classes/Jpmobile/Helpers.html#M000055">docomo_openiarea_link_to (Jpmobile::Helpers)</a><br />
|
52
|
-
<a href="classes/Jpmobile/Helpers.html#M000054">docomo_openiarea_url_for (Jpmobile::Helpers)</a><br />
|
53
|
-
<a href="classes/Jpmobile/Helpers.html#M000056">docomo_utn_link_to (Jpmobile::Helpers)</a><br />
|
54
|
-
<a href="classes/Jpmobile/Mobile/Emobile.html#M000042">em_uid (Jpmobile::Mobile::Emobile)</a><br />
|
55
|
-
<a href="classes/Jpmobile/Emoticon.html#M000086">external_to_unicodecr_au (Jpmobile::Emoticon)</a><br />
|
56
|
-
<a href="classes/Jpmobile/Emoticon.html#M000085">external_to_unicodecr_docomo (Jpmobile::Emoticon)</a><br />
|
57
|
-
<a href="classes/Jpmobile/Emoticon.html#M000089">external_to_unicodecr_jphone (Jpmobile::Emoticon)</a><br />
|
58
|
-
<a href="classes/Jpmobile/Emoticon.html#M000087">external_to_unicodecr_softbank (Jpmobile::Emoticon)</a><br />
|
59
|
-
<a href="classes/Jpmobile/Emoticon.html#M000088">external_to_unicodecr_vodafone (Jpmobile::Emoticon)</a><br />
|
60
|
-
<a href="classes/Jpmobile/Helpers.html#M000052">get_position_link_to (Jpmobile::Helpers)</a><br />
|
61
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000018">guid (Jpmobile::Mobile::Docomo)</a><br />
|
62
|
-
<a href="classes/Jpmobile/Display.html#M000108">height (Jpmobile::Display)</a><br />
|
63
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000017">icc (Jpmobile::Mobile::Docomo)</a><br />
|
64
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000035">ident (Jpmobile::Mobile::AbstractMobile)</a><br />
|
65
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000037">ident_device (Jpmobile::Mobile::AbstractMobile)</a><br />
|
66
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000016">ident_device (Jpmobile::Mobile::Docomo)</a><br />
|
67
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000027">ident_device (Jpmobile::Mobile::Softbank)</a><br />
|
68
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000045">ident_subscriber (Jpmobile::Mobile::Au)</a><br />
|
69
|
-
<a href="classes/Jpmobile/Mobile/Emobile.html#M000043">ident_subscriber (Jpmobile::Mobile::Emobile)</a><br />
|
70
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000029">ident_subscriber (Jpmobile::Mobile::Softbank)</a><br />
|
71
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000036">ident_subscriber (Jpmobile::Mobile::AbstractMobile)</a><br />
|
72
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000019">ident_subscriber (Jpmobile::Mobile::Docomo)</a><br />
|
73
|
-
<a href="classes/DatumConv.html#M000006">jgd2tky (DatumConv)</a><br />
|
74
|
-
<a href="classes/Jpmobile/Helpers.html#M000062">jphone_location_link_to (Jpmobile::Helpers)</a><br />
|
75
|
-
<a href="classes/Jpmobile/Position.html#M000097">ll (Jpmobile::Position)</a><br />
|
76
|
-
<a href="classes/Jpmobile/Position.html#M000098">lng (Jpmobile::Position)</a><br />
|
77
|
-
<a href="classes/Jpmobile/Position.html#M000099">lng= (Jpmobile::Position)</a><br />
|
78
|
-
<a href="classes/Jpmobile/RequestWithMobile.html#M000011">mobile (Jpmobile::RequestWithMobile)</a><br />
|
79
|
-
<a href="classes/Jpmobile/RequestWithMobile.html#M000010">mobile? (Jpmobile::RequestWithMobile)</a><br />
|
80
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000080">new (Jpmobile::Filter::Base)</a><br />
|
81
|
-
<a href="classes/Jpmobile/Position.html#M000093">new (Jpmobile::Position)</a><br />
|
82
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000033">new (Jpmobile::Mobile::AbstractMobile)</a><br />
|
83
|
-
<a href="classes/ActionController/CgiRequest.html#M000001">new (ActionController::CgiRequest)</a><br />
|
84
|
-
<a href="classes/Jpmobile/Display.html#M000104">physical_height (Jpmobile::Display)</a><br />
|
85
|
-
<a href="classes/Jpmobile/Display.html#M000103">physical_width (Jpmobile::Display)</a><br />
|
86
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000046">position (Jpmobile::Mobile::Au)</a><br />
|
87
|
-
<a href="classes/Jpmobile/Mobile/Willcom.html#M000022">position (Jpmobile::Mobile::Willcom)</a><br />
|
88
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000014">position (Jpmobile::Mobile::Docomo)</a><br />
|
89
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000034">position (Jpmobile::Mobile::AbstractMobile)</a><br />
|
90
|
-
<a href="classes/Jpmobile/Mobile/Jphone.html#M000024">position (Jpmobile::Mobile::Jphone)</a><br />
|
91
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000030">position (Jpmobile::Mobile::Softbank)</a><br />
|
92
|
-
<a href="classes/Jpmobile/RequestWithMobile.html#M000008">remote_addr (Jpmobile::RequestWithMobile)</a><br />
|
93
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000015">serial_number (Jpmobile::Mobile::Docomo)</a><br />
|
94
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000026">serial_number (Jpmobile::Mobile::Softbank)</a><br />
|
95
|
-
<a href="classes/Jpmobile/Helpers.html#M000064">softbank_location_link_to (Jpmobile::Helpers)</a><br />
|
96
|
-
<a href="classes/Jpmobile/Helpers.html#M000063">softbank_location_url_for (Jpmobile::Helpers)</a><br />
|
97
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000044">subno (Jpmobile::Mobile::Au)</a><br />
|
98
|
-
<a href="classes/Jpmobile/Mobile/Willcom.html#M000023">supports_cookie? (Jpmobile::Mobile::Willcom)</a><br />
|
99
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000051">supports_cookie? (Jpmobile::Mobile::Au)</a><br />
|
100
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000032">supports_cookie? (Jpmobile::Mobile::Softbank)</a><br />
|
101
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000021">supports_cookie? (Jpmobile::Mobile::Docomo)</a><br />
|
102
|
-
<a href="classes/Jpmobile/Mobile/Jphone.html#M000025">supports_cookie? (Jpmobile::Mobile::Jphone)</a><br />
|
103
|
-
<a href="classes/Jpmobile/Mobile/Vodafone.html#M000012">supports_cookie? (Jpmobile::Mobile::Vodafone)</a><br />
|
104
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000041">supports_cookie? (Jpmobile::Mobile::AbstractMobile)</a><br />
|
105
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000050">supports_gps? (Jpmobile::Mobile::Au)</a><br />
|
106
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000049">supports_location? (Jpmobile::Mobile::Au)</a><br />
|
107
|
-
<a href="classes/DatumConv.html#M000005">tky2jgd (DatumConv)</a><br />
|
108
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Outer.html#M000072">to_external (Jpmobile::Filter::Emoticon::Outer)</a><br />
|
109
|
-
<a href="classes/Jpmobile/Filter/FilterTable.html#M000074">to_external (Jpmobile::Filter::FilterTable)</a><br />
|
110
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000075">to_external (Jpmobile::Filter::Sjis)</a><br />
|
111
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Inner.html#M000070">to_external (Jpmobile::Filter::Emoticon::Inner)</a><br />
|
112
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Outer.html#M000071">to_internal (Jpmobile::Filter::Emoticon::Outer)</a><br />
|
113
|
-
<a href="classes/Jpmobile/Filter/FilterTable.html#M000073">to_internal (Jpmobile::Filter::FilterTable)</a><br />
|
114
|
-
<a href="classes/Jpmobile/Filter/Emoticon/Inner.html#M000069">to_internal (Jpmobile::Filter::Emoticon::Inner)</a><br />
|
115
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000076">to_internal (Jpmobile::Filter::Sjis)</a><br />
|
116
|
-
<a href="classes/Jpmobile/Position.html#M000096">to_s (Jpmobile::Position)</a><br />
|
117
|
-
<a href="classes/Jpmobile/Position.html#M000095">tokyo2wgs84! (Jpmobile::Position)</a><br />
|
118
|
-
<a href="classes/Jpmobile/Emoticon.html#M000090">unicodecr_to_external (Jpmobile::Emoticon)</a><br />
|
119
|
-
<a href="classes/Jpmobile/Emoticon.html#M000091">unicodecr_to_utf8 (Jpmobile::Emoticon)</a><br />
|
120
|
-
<a href="classes/Jpmobile/RequestWithMobile.html#M000007">user_agent (Jpmobile::RequestWithMobile)</a><br />
|
121
|
-
<a href="classes/Jpmobile/RequestWithMobile.html#M000009">user_agent= (Jpmobile::RequestWithMobile)</a><br />
|
122
|
-
<a href="classes/Jpmobile/Emoticon.html#M000092">utf8_to_unicodecr (Jpmobile::Emoticon)</a><br />
|
123
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000038">valid_ip? (Jpmobile::Mobile::AbstractMobile)</a><br />
|
124
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000039">valid_ip? (Jpmobile::Mobile::AbstractMobile)</a><br />
|
125
|
-
<a href="classes/Jpmobile/Display.html#M000107">width (Jpmobile::Display)</a><br />
|
126
|
-
<a href="classes/Jpmobile/Helpers.html#M000066">willcom_location_link_to (Jpmobile::Helpers)</a><br />
|
127
|
-
<a href="classes/Jpmobile/Helpers.html#M000065">willcom_location_url_for (Jpmobile::Helpers)</a><br />
|
128
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000028">x_jphone_uid (Jpmobile::Mobile::Softbank)</a><br />
|
129
|
-
<a href="classes/DatumConv.html#M000003">xyz2blh (DatumConv)</a><br />
|
130
|
-
<a href="classes/DatumConv.html#M000004">xyz2xyz (DatumConv)</a><br />
|
131
|
-
</div>
|
132
|
-
</div>
|
133
|
-
</body>
|
134
|
-
</html>
|