Searched refs:WEBDAV (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | init.sh | 33 WEBDAV=$(cat /proc/cmdline | tr " " "\n" | grep webdav | cut -d '=' -f 2 || true) 34 if [ -n "$WEBDAV" ]; then 35 find /results -type f -exec curl -T {} $WEBDAV/{} \;
|
/external/python/cpython2/Doc/library/ |
D | httplib.rst | 237 | :const:`PROCESSING` | ``102`` | WEBDAV, `RFC 2518, Section 10.1 … 268 | :const:`MULTI_STATUS` | ``207`` | WEBDAV `RFC 2518, Section 10.2 … 374 | :const:`UNPROCESSABLE_ENTITY` | ``422`` | WEBDAV, `RFC 2518, Section 10.3 … 377 | :const:`LOCKED` | ``423`` | WEBDAV `RFC 2518, Section 10.4 … 380 | :const:`FAILED_DEPENDENCY` | ``424`` | WEBDAV, `RFC 2518, Section 10.5 … 410 | :const:`INSUFFICIENT_STORAGE` | ``507`` | WEBDAV, `RFC 2518, Section 10.6 …
|
/external/curl/docs/ |
D | FAQ | 586 protocol that is built on top of HTTP. Protocols such as SOAP, WEBDAV and
|