Home
last modified time | relevance | path

Searched +full:upload +full:- +full:dir (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/curl/tests/data/
Dtest6246 --ftp-create-dirs
11 # Server-side
16 # Client-side
22 SFTP put with --ftp-create-dirs
25 --ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub
28 … %PWD/%LOGDIR/test%TESTNUMBER.dir/upload.%TESTNUMBER %PWD/%LOGDIR/upload.%TESTNUMBER rmdir %PWD/%L…
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
Dtest2168 # Server-side
12 # Client-side
18 FTP upload two files to the same dir
21 -T %LOGDIR/upload.%TESTNUMBER ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER/ -T %LOGDIR/upload.%TESTNUM…
23 <file name="%LOGDIR/upload.%TESTNUMBER">
24 upload this file twice
39 STOR upload.%TESTNUMBER
/third_party/benchmark/.github/workflows/
Dwheels.yml1 name: Build and upload Python wheels
7 - published
12 runs-on: ubuntu-latest
14 - name: Check out repo
17 - name: Install Python 3.9
18 uses: actions/setup-python@v2
20 python-version: 3.9
22 - name: Build and check sdist
25 - name: Upload sdist
26 uses: actions/upload-artifact@v2
[all …]
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
16 @Library('hive-infra-library@changes/86/295486/1') _
29 /* Build for Linux on x86-64 using GCC */
41 - name: artifactory-ms-docker
[all …]
Drelease.Jenkinsfile5 * - Run the entire pipeline in less than 60 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC).
8 * - Build only release variants.
9 * - Run full functional tests.
10 * - Run full image quality tests.
11 * - Code sign the binaries on supported operating systems.
12 * - Build the release package.
18 @Library('hive-infra-library@changes/86/295486/1') _
43 - name: artifactory-ms-docker
[all …]
/third_party/libwebsockets/plugins/deaddrop/
DREADME.md1 # Deaddrop: File upload and sharing plugin
5 Just configure lws with `cmake .. -DLWS_WITH_PLUGINS=1` and build lws as normal.
10 |---|---|
11 |upload-dir|A writeable directory where uploaded files will go|
12 |max-size|Maximum individual file size in bytes|
13 |basic-auth|Path to basic auth credential file so wss can also be protected|
21 1) Set the basic-auth pvo to require valid credentials as described above
26 3) Add a callback mount into "lws-deaddrop" protocol at "upload"... so if your
27 URL for deaddrop is "/tools/share", this would be at "/tools/share/upload".
31 would be "/tools/share/get" whose origin matches the "upload-dir" pvo
[all …]
Dprotocol_lws_deaddrop.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
102 "upload",
118 return (int)(p2->mtime - p1->mtime); in de_mtime_sort()
124 if (pss->vhd->lwsac_head) in start_sending_dir()
125 lwsac_reference(pss->vhd->lwsac_head); in start_sending_dir()
126 pss->lwsac_head = pss->vhd->lwsac_head; in start_sending_dir()
127 pss->dire = pss->vhd->dire_head; in start_sending_dir()
128 pss->filelist_version = pss->vhd->filelist_version; in start_sending_dir()
129 pss->first = 1; in start_sending_dir()
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
Dminimal-http-server-deaddrop.c2 * lws-minimal-http-server-deaddrop
4 * Written in 2010-2020 by Andy Green <andy@warmcat.com>
10 * secure, modern html5 file upload and sharing application.
43 &em2, NULL, ".tar.gz", "application/x-gzip"
46 /* wire up /upload URLs to the plugin (protected by basic auth) */
50 /* .mountpoint */ "/upload", /* mountpoint URL */
51 /* .origin */ "lws-deaddrop",
65 /* .basic_auth_login_file */ "./ba-passwords",
68 /* wire up /get URLs to the upload directory (protected by basic auth) */
71 /* .mount_next */ &mount_upload, /* linked-list "next" */
[all …]
DREADME.md4 secure, modern html5 file upload and sharing application.
7 ./ba-passwords - by default the credentials are user: user1, password: password;
10 You can upload files and have them appear on a shared, downloadable list that
20 of the raw-proxy plugin.
23 $ cmake . -DLWS_PLUGINS_DIR=~/libwebsockets/plugins && make
29 $ ./lws-minimal-http-server-deaddrop
34 …10:31:10:2562] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
35 [2018/12/01 10:31:10:2581] NOTICE: Loaded client cert localhost-100y.cert
37 [2018/12/01 10:31:10:2593] NOTICE: Loaded client cert private key localhost-100y.key
39 [2018/12/01 10:31:10:5290] NOTICE: deaddrop: vh default, upload dir ./uploads, max size 10000000
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml4 - push
5 - pull_request
9 runs-on: ubuntu-latest
10 timeout-minutes: 10
13 - uses: actions/checkout@v3
15 - name: Install rustfmt
19 - name: Rustfmt
21 cargo fmt --check
22 rustfmt --check build_system/main.rs
23 rustfmt --check example/*
[all …]
/third_party/skia/third_party/externals/microhttpd/src/examples/
Ddemo.c17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 * upload via form and HTTP POST, download with mime type detection
24 * and error reporting (403, etc.) --- and all of this with
25 * high-performance settings (large buffers, thread pool).
64 * Page returned for file-not-found.
85 "<h1>Upload</h1>\n"\
86 "<form method=\"POST\" enctype=\"multipart/form-data\" action=\"/\">\n"\
95 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
101 "<input type=\"file\" name=\"upload\"/></dd></dl>"\
114 * NULL-terminated array of supported upload categories. Should match HTML
[all …]
Ddemo_https.c17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 * upload via form and HTTP POST, download with mime type detection
24 * and error reporting (403, etc.) --- and all of this with
25 * high-performance settings (large buffers, thread pool).
65 * Page returned for file-not-found.
86 "<h1>Upload</h1>\n"\
87 "<form method=\"POST\" enctype=\"multipart/form-data\" action=\"/\">\n"\
96 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
102 "<input type=\"file\" name=\"upload\"/></dd></dl>"\
115 * NULL-terminated array of supported upload categories. Should match HTML
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_UPLOAD.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_INFILESIZE_LARGE (3)
9 - CURLOPT_PUT (3)
10 - CURLOPT_READFUNCTION (3)
12 - All
13 ---
17 CURLOPT_UPLOAD - data upload
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, long upload);
[all …]
/third_party/skia/m133/infra/bots/task_drivers/common/
Dgoldctl_steps.go3 // Use of this source code is governed by a BSD-style license that can be
27 // goldctlBazelLabelAllowList is the list of Bazel targets that are allowed to upload results to
59 …return skerr.Wrap(td.Do(ctx, td.Props(fmt.Sprintf("Bazel label %q is not allowlisted to upload to …
69 …not produce an undeclared test outputs ZIP file or directory; nothing to upload to Gold"), func(ct…
96 …ed test outputs ZIP file or directory contains no GM outputs; nothing to upload to Gold"), func(ct…
101 return td.Do(ctx, td.Props("Upload GM outputs to Gold"), func(ctx context.Context) error {
103 goldctlWorkDir, err := os_steps.TempDir(ctx, "", "goldctl-workdir-*")
110 …if err := goldctl(ctx, utgArgs.GoldctlPath, "auth", "--work-dir", goldctlWorkDir, "--luci"); err !…
114 // Prepare task-specific key:value pairs.
131 "--work-dir", goldctlWorkDir,
[all …]
Dgoldctl_steps_test.go3 // Use of this source code is governed by a BSD-style license that can be
31 …err := UploadToGold(ctx, utgArgs, "/path/to/skia/bazel-testlogs/some/test/target/test.outputs/outp…
40 …"Test did not produce an undeclared test outputs ZIP file or directory; nothing to upload to Gold",
47 test("post-submit task", UploadToGoldArgs{
62 // These arguments are only used when there are images to upload, and are therefore
64 ChangelistID: "changelist-id",
66 TryjobID: "tryjob-id",
75 "image-with-invalid-json-file.png": "fake PNG",
76 "image-with-invalid-json-file.json": `{
79 "image-with-no-json-file.png": "fake PNG",
[all …]
/third_party/skia/m133/infra/bots/assets/skimage/
Dcreate_and_upload.py5 # Use of this source code is governed by a BSD-style license that can be
9 """Create the asset and upload it."""
28 raise Exception('`sk` not found at %s; maybe you need to run bin/fetch-sk?')
31 # asset dir rather than /tmp.
35 # Allow the user to modify the contents of the target dir.
39 subprocess.check_call([sk, 'asset', 'upload', '--in', tmp, ASSET],
/third_party/skia/infra/bots/assets/skimage/
Dcreate_and_upload.py5 # Use of this source code is governed by a BSD-style license that can be
9 """Create the asset and upload it."""
28 raise Exception('`sk` not found at %s; maybe you need to run bin/fetch-sk?')
31 # asset dir rather than /tmp.
35 # Allow the user to modify the contents of the target dir.
39 subprocess.check_call([sk, 'asset', 'upload', '--in', tmp, ASSET],
/third_party/skia/m133/infra/bots/recipe_modules/gsutil/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
16 hosts that we try to upload to GCS from anyway.
22 """Attempt to upload or download files to/from Google Cloud Storage (GCS).
30 extra_args: optional list of args to be passed to gsutil cp. e.g. [-Z]
31 asks all files be compressed with gzip after upload and before download.
32 multi_thread: if the -m argument should be used to copy multiple items
33 at once (e.g. gsutil -m cp foo* gs://bar/dir)
41 cmd.append('-m')
47 name = 'upload %s' % name
56 if i == UPLOAD_ATTEMPTS - 1:
/third_party/rust/rust/src/tools/clippy/.github/workflows/
Dclippy_bors.yml6 - auto
7 - try
21 runs-on: ubuntu-latest
24 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
28 - name: Checkout
34 - name: Check Changelog
36 MESSAGE=$(git log --format=%B -n 1)
37 PR=$(echo "$MESSAGE" | grep -o "#[0-9]*" | head -1 | sed -e 's/^#//')
38 …body=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -s "https://api.github.com/repos…
39 python -c "import sys, json; print(json.load(sys.stdin)['body'])")
[all …]
/third_party/skia/infra/bots/recipe_modules/gsutil/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
18 """Attempt to upload or download files to/from Google Cloud Storage (GCS).
24 extra_args: optional list of args to be passed to gsutil. e.g. [-Z] asks
25 all files be compressed with gzip after upload and before download.
26 multi_thread: if the -m argument should be used to copy multiple items
27 at once (e.g. gsutil -m cp foo* gs://bar/dir)
33 cmd = ['-m'] + cmd
38 name = 'upload %s' % name
47 if i == UPLOAD_ATTEMPTS - 1:
/third_party/PyYAML/.github/workflows/
Dci.yaml1 ---
21 runs-on: ubuntu-latest
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
39 python -m build .
[all …]
Dmanual_artifact_build.yaml1 ---
19 runs-on: ubuntu-latest
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
35 python -m pip install build
37 python -m build .
[all …]
/third_party/jinja2/.github/workflows/
Dpublish.yaml5 - '*'
8 runs-on: ubuntu-latest
12 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
13 - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
15 python-version: '3.x'
17 cache-dependency-path: 'requirements/*.txt'
18 - run: pip install -r requirements/build.txt
20 - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
21 - run: python -m build
23 - name: generate hash
[all …]
/third_party/libbpf/scripts/
Dcoverity.sh5 set -e
8 echo -e "\033[33;1mNote: COVERITY_SCAN_PROJECT_NAME and COVERITY_SCAN_TOKEN are available on Projec…
9 [ -z "$COVERITY_SCAN_PROJECT_NAME" ] && echo "ERROR: COVERITY_SCAN_PROJECT_NAME must be set" && exi…
10 [ -z "$COVERITY_SCAN_NOTIFICATION_EMAIL" ] && echo "ERROR: COVERITY_SCAN_NOTIFICATION_EMAIL must be…
11 [ -z "$COVERITY_SCAN_BRANCH_PATTERN" ] && echo "ERROR: COVERITY_SCAN_BRANCH_PATTERN must be set" &&…
12 [ -z "$COVERITY_SCAN_BUILD_COMMAND" ] && echo "ERROR: COVERITY_SCAN_BUILD_COMMAND must be set" && e…
13 [ -z "$COVERITY_SCAN_TOKEN" ] && echo "ERROR: COVERITY_SCAN_TOKEN must be set" && exit 1
18 TOOL_ARCHIVE=/var//tmp/cov-analysis-${PLATFORM}.tgz
20 TOOL_BASE=/var/tmp/coverity-scan-analysis
26 echo -e "\033[33;1mINFO: Skipping Coverity Analysis: branch is a pull request.\033[0m"
[all …]
/third_party/ltp/tools/
Dcreate-tarballs-metadata.sh4 # https://github.com/linux-test-project/ltp/wiki/LTP-Release-Procedure
5 set -e
8 tarball_dir="ltp-full-$tag"
12 dir="$(cd $git_dir/../; pwd)/ltp-release-$tag"
16 if [ -d $dir ]; then
17 ask "Directory '$dir' exists, will be deleted"
18 rm -rf $dir
20 rod mkdir $dir
21 cd $dir
22 dir=$PWD
[all …]

12345678