Home
last modified time | relevance | path

Searched refs:uploading (Results 1 – 25 of 7316) sorted by relevance

12345678910>>...293

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/notes/
H A D_hints.html.haml15 %span.uploading-container
16 %span.uploading-progress-container.hide
20 %span.uploading-progress 0%
23 %span.uploading-error-container.hide
24 %span.uploading-error-icon
26 %span.uploading-error-message
28 %button.btn.gl-button.btn-link.gl-vertical-align-baseline.retry-uploading-link
42 %button.btn.gl-button.btn-link.button-cancel-uploading-files.gl-vertical-align-baseline.hide
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_shared/components/markdown/
H A Dtoolbar.vue61 <span v-if="canAttachFile" class="uploading-container">
62 <span class="uploading-progress-container hide">
66 <span class="uploading-progress">0%</span>
69 <span class="uploading-error-container hide">
70 <span class="uploading-error-icon">
73 <span class="uploading-error-message"></span>
86 class="retry-uploading-link gl-vertical-align-baseline"
113 class="button-cancel-uploading-files gl-vertical-align-baseline hide"
/dports/games/scummvm/scummvm-2.5.1/backends/networking/curl/
H A Dnetworkreadstream.h54 …void setupBufferContents(const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch, b…
79 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading = false, bool us…
87 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading = false, bool us…
91 …bool reuse(const char *url, curl_slist *headersList, Common::String postFields, bool uploading = f…
98 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading = false, bool us…
H A Dnetworkreadstream.cpp136 void NetworkReadStream::setupBufferContents(const byte *buffer, uint32 bufferSize, bool uploading, … in setupBufferContents() argument
137 if (uploading) { in setupBufferContents()
196 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading, bool usingPatch… in NetworkReadStream() argument
199 …setupBufferContents((const byte *)postFields.c_str(), postFields.size(), uploading, usingPatch, fa… in NetworkReadStream()
208 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in NetworkReadStream() argument
211 setupBufferContents(buffer, bufferSize, uploading, usingPatch, post); in NetworkReadStream()
214 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading, bool usingPatch… in reuse() argument
219 …setupBufferContents((const byte *)postFields.c_str(), postFields.size(), uploading, usingPatch, fa… in reuse()
232 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in reuse() argument
237 setupBufferContents(buffer, bufferSize, uploading, usingPatch, post); in reuse()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/failmon/src/java/org/apache/hadoop/contrib/failmon/
H A DRunOnce.java36 boolean uploading = true; field in RunOnce
50 uploading = true; in RunOnce()
74 uploading = false; in filter()
88 if (uploading) in run()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/twitter/
H A DTODO1 The authentication fails with uploading media although
6 Replace current method for uploading media in twittertalker.cpp by uploading by chunks -> RESOLVED
10 … or when uploading can be used in BQM, each chunks can be uploaded asynchronously, in parallel and…
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qml/Cutegram/
H A DAccountMessageUpload.qml9 visible: uploading
14 property bool uploading: message.upload.fileId != 0
19 visible: uploading
24 if(!uploading)
42 … property size imageSize: uploading? Cutegram.imageSize(message.upload.location) : Qt.size(0,0)
/dports/security/keybase/client-v5.7.1/shared/menubar/
H A Dindex.stories.desktop.tsx121 uploading={false}
127 uploading={true}
133 uploading={true}
139 uploading={false}
147 uploading={false}
155 uploading={false}
163 uploading={false}
/dports/net/rclone/rclone-1.57.0/vfs/vfscache/writeback/
H A Dwriteback.go68 uploading bool // True if item is being processed by upload() method member
267 if wbItem.uploading && modified {
287 …me, "vfs cache: cancelling writeback (uploading %v) %p item %d", wbItem.uploading, wbItem, wbItem.…
288 if wbItem.uploading {
322 if wbItem.uploading {
359 wbItem.uploading = false
391 if !wbItem.uploading {
418 if !ok || !wbItem.uploading {
445 wbItem.uploading = true
/dports/security/keybase/client-v5.7.1/shared/fs/common/
H A Dupload-icon.tsx13 return <Icon type="icon-addon-file-uploading-offline" style={props.style} />
15 return <Icon type="icon-addon-file-uploading" style={props.style} />
17 return <Icon type="icon-addon-file-uploading-error" style={props.style} />
/dports/www/aria2/aria2-1.36.0/test/
H A DMockBtMessage.h45 bool uploading; variable
58 virtual bool isUploading() CXX11_OVERRIDE { return uploading; } in isUploading()
60 void setUploading(bool flag) { this->uploading = flag; } in setUploading()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/gamelift/
H A Drequest-upload-credentials.rst1 **To refresh access credentials for uploading a build**
3 The following ``create-build`` example obtains new, valid access credentials for uploading a GameLi…
22 …//docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-build-cli-uploading.html>`__ in the …
/dports/games/residualvm/residualvm-0.3.1/backends/networking/curl/
H A Dnetworkreadstream.h46 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch…
51 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading = false, bool us…
58 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading = false, bool us…
H A Dnetworkreadstream.cpp65 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in init() argument
93 if (uploading) { in init()
181 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading, bool usingPatch… in NetworkReadStream() argument
182 …init(url, headersList, (const byte *)postFields.c_str(), postFields.size(), uploading, usingPatch,… in NetworkReadStream()
189 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in NetworkReadStream() argument
190 init(url, headersList, buffer, bufferSize, uploading, usingPatch, post); in NetworkReadStream()
/dports/security/keybase/client-v5.7.1/shared/fs/browser/rows/
H A Dindex.stories.tsx234 uploading={false}
243 uploading={false}
252 uploading={true}
263 uploading={true}
272 uploading={false}
281 uploading={false}
293 uploading={false}
304 uploading={false}
315 uploading={false}
334 uploading={false}
/dports/www/p5-HTTP-WebTest/HTTP-WebTest-2.04/t/test.out/
H A Dfile-upload17 (?-xism:Content: <.*29: test file uploading capability.*>) SUCCEED
30 (?-xism:Content: <.*29: test file uploading capability.*>) SUCCEED
44 (?-xism:Content: <.*29: test file uploading capability.*>) SUCCEED
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/networking/curl/
H A Dnetworkreadstream.h48 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch…
73 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading = false, bool us…
80 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading = false, bool us…
H A Dnetworkreadstream.cpp66 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in init() argument
105 if (uploading) { in init()
204 …nst char *url, curl_slist *headersList, Common::String postFields, bool uploading, bool usingPatch… in NetworkReadStream() argument
206 …init(url, headersList, (const byte *)postFields.c_str(), postFields.size(), uploading, usingPatch,… in NetworkReadStream()
214 …l, curl_slist *headersList, const byte *buffer, uint32 bufferSize, bool uploading, bool usingPatch… in NetworkReadStream() argument
216 init(url, headersList, buffer, bufferSize, uploading, usingPatch, post); in NetworkReadStream()
/dports/lang/sdcc/sdcc-4.0.0/support/scripts/
H A Drepack_release.sh217 …echo uploading ul/sdcc-src-${ver}.tar.bz2 ${user}@web.sourceforge.net:/home/pfs/project/sdcc/sdcc/…
220 …echo uploading ul/sdcc-doc-${ver}.tar.bz2 ${user}@web.sourceforge.net:/home/pfs/project/sdcc/sdcc-…
223 …echo uploading ul/sdcc-doc-${ver}.zip ${user}@web.sourceforge.net:/home/pfs/project/sdcc/sdcc-doc/…
226 …echo uploading ul/sdcc-${ver}-setup.exe ${user}@web.sourceforge.net:/home/pfs/project/sdcc/sdcc-wi…
229 …echo uploading ul/sdcc-${ver}-x64-setup.exe ${user}@web.sourceforge.net:/home/pfs/project/sdcc/sdc…
235 …echo uploading ul/sdcc-${ver}-amd64-unknown-linux2.5.tar.bz2 ${user}@web.sourceforge.net:/home/pfs…
238 …echo uploading ul/sdcc-${ver}-x86_64-apple-macosx.tar.bz2 ${user}@web.sourceforge.net:/home/pfs/pr…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.0/
H A DBreaking-92590-RemovedSupportForExtensionUploadOfT3xFiles.rst24 The zip format for extension downloading and uploading was used more and more
28 However, TYPO3's Extension Manager still supported uploading
33 The feature of uploading files with a `t3x` format (identified by the
51 TYPO3 installations where administrators still handle `t3x` files for uploading
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/gps/
H A Dqgsbabelgpsdevice.sip.in41 :param waypointUploadCommand: command for uploading waypoints to device
43 :param routeUploadCommand: command for uploading routes to device
45 :param trackUploadCommand: command for uploading tracks to device
/dports/graphics/photoqt/photoqt-1.6/qml/other/
H A DImgurFeedback.qml58 id: uploading
149 //: The image url is the url returned from imgur.com after uploading
196 //: Refers to uploading an image to imgur.com
262 //: Refers to uploading an image to imgur.com
263 text: em.pty+qsTr("An Error occured while uploading image!") + "\n"
309 //: Refers to uploading an image to imgur.com
355 //: Refers to uploading an image to imgur.com
376 //: The url is returned from imgur.com after uploading
412 //: The url is returned from imgur.com after uploading
/dports/net/storj/storj-1.45.3/web/satellite/src/store/modules/
H A Dfiles.ts27 uploading: [],
168 state.uploading.push(file);
172 state.uploading.find((file) => file.Key === Key).progress =
177 state.uploading = state.uploading.filter(
384 state.uploading.findIndex(
568 const file = state.uploading.find((file) => file.Key === key);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/
H A Dsettings_egtest.mm178 // Checks for a given service that it is both recording and uploading, where
195 // For first launch after upgrade, or after install, uploading of crash
219 // breakpad does stop uploading, and does not change the flag
220 // used to check whether or not it's uploading.
280 // I.e. no recording of data, and no uploading of what's been recorded.
291 // disabled, i.e. no uploading even if kMetricsReportingWifiOnly is ON.
295 // Official builds allow recording and uploading of data, honoring the
313 // Turn off cellular network usage, which should enable uploading.
323 // Development build. Do not allow any recording or uploading of data.
399 // NOTE: breakpad only allows uploading for non-first-launch runs.
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/plugins/
H A Dattachment.mdwn15 1. By uploading many mp3 files, wasting your disk space.
16 2. By uploading mp3 files that attempt to exploit security holes
18 3. By uploading files that claim to be mp3 files, but are really some

12345678910>>...293