Searched full:per_page (Results 1 – 20 of 20) sorted by relevance
/external/pytorch/.github/scripts/ |
D | test_label_utils.py | 21 "link": "<https://api.github.com/dummy/labels?per_page=10&page=1>; rel='last'" 23 2: {"link": "<https://api.github.com/dummy/labels?per_page=1&page=2>;"}, 24 3: {"link": "<https://api.github.com/dummy/labels?per_page=1&page=2&page=3>;"},
|
D | label_utils.py | 44 … # Link info looks like: <https://api.github.com/repositories/65600975/labels?per_page=100&page=2>; 45 …# rel="next", <https://api.github.com/repositories/65600975/labels?per_page=100&page=3>; rel="last" 60 prefix = f"https://api.github.com/repos/{org}/{repo}/labels?per_page=100"
|
D | get_workflow_job_id.py | 124 url = f"{PYTORCH_GITHUB_API}/actions/runs/{args.workflow_run_id}/jobs?per_page=100"
|
/external/executorch/.github/scripts/ |
D | label_utils.py | 50 … # Link info looks like: <https://api.github.com/repositories/65600975/labels?per_page=100&page=2>; 51 …# rel="next", <https://api.github.com/repositories/65600975/labels?per_page=100&page=3>; rel="last" 66 prefix = f"https://api.github.com/repos/{org}/{repo}/labels?per_page=100"
|
/external/mesa3d/.marge/hooks/ |
D | pipeline_message.py | 17 PER_PAGE: int = 6000 variable 37 params = {"per_page": PER_PAGE}
|
/external/mesa3d/bin/ci/ |
D | pipeline_message.py | 17 PER_PAGE: int = 6000 variable 37 params = {"per_page": PER_PAGE}
|
D | nightly_compare.py | 102 source="schedule", ordered_by="created_at", sort="desc", page=1, per_page=2
|
/external/rust/android-crates-io/crates/axum/src/extract/ |
D | query.rs | 23 /// per_page: usize, 26 /// // This will parse query strings like `?page=2&per_page=30` into `Pagination`
|
/external/dagger2/util/ |
D | latest-dagger-version.sh | 25 local RELEASE_API="https://api.github.com/repos/$REPO_NAME/releases?per_page=2"
|
/external/virglrenderer/.gitlab-ci/container/debian/ |
D | x86_test.sh | 21 …_V4_URL}/projects/${MESA_PROJECT_ID}/pipelines/${MESA_PIPELINE_ID}/jobs?per_page=100&page=${FALLBA…
|
/external/pytorch/tools/stats/ |
D | upload_external_contrib_stats.py | 88 "per_page": "100",
|
D | upload_stats_lib.py | 37 f"{PYTORCH_REPO}/actions/runs/{workflow_run_id}/artifacts?per_page=100",
|
/external/python/typing/scripts/ |
D | typing-summary.py | 56 "per_page": "100",
|
/external/pytorch/.github/workflows/ |
D | stale.yml | 139 per_page: 100,
|
/external/google-cloud-java/ |
D | generate-readme.py | 133 'per_page': 100,
|
/external/kotlinx.coroutines/docs/topics/ |
D | coroutines-and-channels.md | 78 @GET("orgs/{org}/repos?per_page=100") 83 @GET("repos/{owner}/{repo}/contributors?per_page=100") 443 @GET("orgs/{org}/repos?per_page=100") 464 @GET("orgs/{org}/repos?per_page=100") 469 @GET("repos/{owner}/{repo}/contributors?per_page=100")
|
/external/rust/android-crates-io/crates/axum/src/docs/ |
D | extract.md | 137 per_page: usize, 142 Self { page: 1, per_page: 30 }
|
/external/pigweed/docs/_static/js/ |
D | changelog.js | 35 const params = { since: start, until: end, per_page: 100, page }; property
|
/external/pytorch/torch/ |
D | hub.py | 202 url = f"{url_prefix}?per_page=100&page={page}"
|
/external/pytorch/ |
D | RELEASE.md | 469 …by this workflow: https://hud.pytorch.org/hud/pytorch/pytorch/nightly/1?per_page=50&name_filter=Bu…
|