Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947058
ProxiedPath.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Subscribers
None
ProxiedPath.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojox.rpc.ProxiedPath"
]){
dojo
.
_hasResource
[
"dojox.rpc.ProxiedPath"
]
=
true
;
dojo
.
provide
(
"dojox.rpc.ProxiedPath"
);
dojo
.
require
(
"dojox.rpc.Service"
);
dojox
.
rpc
.
envelopeRegistry
.
register
(
"PROXIED-PATH"
,
function
(
_1
){
return
_1
==
"PROXIED-PATH"
;
},{
serialize
:
function
(
_2
,
_3
,
_4
){
var
i
;
var
_5
=
dojox
.
rpc
.
getTarget
(
_2
,
_3
);
if
(
dojo
.
isArray
(
_4
)){
for
(
i
=
0
;
i
<
_4
.
length
;
i
++
){
_5
+=
"/"
+
(
_4
[
i
]
==
null
?
""
:
_4
[
i
]);
}
}
else
{
for
(
i
in
_4
){
_5
+=
"/"
+
i
+
"/"
+
_4
[
i
];
}
}
return
{
data
:
""
,
target
:
(
_3
.
proxyUrl
||
_2
.
proxyUrl
)
+
"?url="
+
encodeURIComponent
(
_5
)};
},
deserialize
:
function
(
_6
){
return
_6
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:10 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25067
Default Alt Text
ProxiedPath.js (793 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment