Home
last modified time | relevance | path

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

123456

/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
Dtest61511 # Client-side
17 perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
23 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -T %LOGD…
26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
30 for ssh upload test
/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/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/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/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/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/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/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 …]
/third_party/PyYAML/.github/workflows/
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 …]
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 …]
/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/libwebsockets/scripts/
Desp32.mk2 # LWS-style images are composed like this
5 # [ 32-b LE len ] [ ROMFS ]
6 # [ 32-b LE len ] [ Image information JSON ]
12 GENROMFS := $(shell command -v genromfs 2> /dev/null)
14 XXD := $(shell command -v xxd 2> /dev/null)
20 jbi=$(LWS_BUILD_PATH)/json-buildinfo
29 if [ -z "$(GENROMFS)" ]; then \
33 if [ -z "$(XXD)" ]; then \
39 genromfs -f $(LWS_BUILD_PATH)/romfs.img -d $(PROJECT_PATH)/romfs-files ; \
40 RLEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/romfs.img) ;\
[all …]
/third_party/protobuf/python/release/wheel/
Dprotobuf_optimized_pip.sh5 set -ex
10 exit 1 # Causes caller to exit because we use -e.
18 $PYTHON_BIN setup.py bdist_wheel --cpp_implementation --compile_static_extension
19 auditwheel repair dist/protobuf-${PROTOBUF_VERSION}-${PYTHON_VERSION}-linux_x86_64.whl
28 if [ $# -lt 1 ]; then
37 DIR=${PWD}/'protobuf-python-build'
38 PYTHON_VERSIONS=('cp27-cp27mu' 'cp33-cp33m' 'cp34-cp34m' 'cp35-cp35m' 'cp36-cp36m')
40 mkdir -p ${DIR}
41 cd ${DIR}
42 curl -SsL -O https://github.com/protocolbuffers/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz
[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/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/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go3 // Use of this source code is governed by a BSD-style license that can be
51 if _, err := exec.RunCwd(ctx, ".", "git", "--version"); err != nil {
94 "vpython", "-u", botUpdateScript,
95 "--spec-path", specPath,
96 "--patch_root", patchRoot,
97 "--revision_mapping_file", revMapFile,
98 "--cleanup-dir", cleanupDir,
99 "--output_json", outputJson,
100 "--revision", fmt.Sprintf("%s@%s", mainRepoName, revision),
101 "--revision", fmt.Sprintf("%s@%s", "https://skia.googlesource.com/skia.git", skiaRev),
[all …]
/third_party/popt/
DMakefile.am5 EXTRA_DIST = autogen.sh CREDITS $(man_MANS) ci/Dockerfile build-aux popt.pdf
18 podman build -t popt -f ci/Dockerfile .
19 podman run -t popt
23 rsync -Lrtvz translationproject.org::tp/latest/popt/ po
26 lclint -dump $@ ${libpopt_la_SOURCES}
34 $(MCCABE) $(libpopt_la_SOURCES) | sort -n -r | head -n 10
38 rm -rf doxygen
39 mkdir -p doxygen
42 .PHONY: lcov-reset # run lcov from scratch, always
43 lcov-reset:
[all …]

123456