Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F883092
S3Store.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
817 B
Subscribers
None
S3Store.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.data.S3Store"
]){
dojo
.
_hasResource
[
"dojox.data.S3Store"
]
=
true
;
dojo
.
provide
(
"dojox.data.S3Store"
);
dojo
.
require
(
"dojox.rpc.ProxiedPath"
);
dojo
.
require
(
"dojox.data.JsonRestStore"
);
dojo
.
declare
(
"dojox.data.S3Store"
,
dojox
.
data
.
JsonRestStore
,{
_processResults
:
function
(
_1
){
var
_2
=
_1
.
getElementsByTagName
(
"Key"
);
var
_3
=
[];
var
_4
=
this
;
for
(
var
i
=
0
;
i
<
_2
.
length
;
i
++
){
var
_5
=
_2
[
i
];
var
_6
=
{
_loadObject
:
(
function
(
_7
,
_8
){
return
function
(
_9
){
delete
this
.
_loadObject
;
_4
.
service
(
_7
).
addCallback
(
_9
);
};
})(
_5
.
firstChild
.
nodeValue
,
_6
)};
_3
.
push
(
_6
);
}
return
{
totalCount
:
_3
.
length
,
items
:
_3
};
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 4, 02:00 (1 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24704
Default Alt Text
S3Store.js (817 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment