OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approval_delay
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
common.py
38
approval_delay
=60*60,
create_hit_external.py
17
create_hit_rs = conn.create_hit(question=q, lifetime=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.05, duration=60*6,
approval_delay
=60*60, annotation='An annotation from boto external question test', response_groups=['Minimal', 'HITDetail', 'HITQuestion', 'HITAssignmentSummary',])
create_hit_with_qualifications.py
11
create_hit_rs = conn.create_hit(question=q, lifetime=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.05, duration=60*6,
approval_delay
=60*60, annotation='An annotation from boto external question test', qualifications=qualifications)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
mturk
77
"
approval_delay
": "14 d",
240
def make_hit(title, description, keywords, reward, question_url, question_frame_height, duration, assignments,
approval_delay
, lifetime, qualifications = []):
253
approval_delay
= parse_duration(
approval_delay
),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py
77
keywords=None,
approval_delay
=None, qual_req=None):
94
if
approval_delay
is not None:
95
d = self.duration_as_seconds(
approval_delay
)
186
approval_delay
=None, annotation=None,
245
if
approval_delay
is not None:
246
d = self.duration_as_seconds(
approval_delay
)
[
all
...]
Completed in 194 milliseconds