Home
last modified time | relevance | path

Searched refs:srcURL (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dcp-url-syntax.go56 for _, srcURL := range srcURLs {
59 _, _, err = url2Stat(ctx, srcURL, versionID, false, encKeyDB, timeRef)
61 _, _, err = firstURL2Stat(ctx, srcURL, timeRef)
64 msg := "Unable to validate source `" + srcURL + "`"
130 fatalIf(err.Trace(srcURL), "Unable to stat source `"+srcURL+"`.")
140 fatalIf(err.Trace(srcURL), "Unable to stat source `"+srcURL+"`.")
143 fatalIf(errInvalidArgument().Trace(srcURL), "Source `"+srcURL+"` is not a file.")
168 for _, srcURL := range srcURLs {
173 if !isURLPrefixExists(srcURL, isIncomplete) {
174 fatalIf(err.Trace(srcURL), "Unable to stat source `"+srcURL+"`.")
[all …]
H A Dmirror-url.go38 …ontext.Context, cliCtx *cli.Context, encKeyDB map[string][]prefixSSEPair) (srcURL, tgtURL string) {
45 srcURL = URLs[0]
54 _, expandedSourcePath, _ := mustExpandAlias(srcURL)
69 _, srcContent, err := url2Stat(ctx, srcURL, "", false, encKeyDB, time.Time{})
71 fatalIf(err.Trace(srcURL), "Unable to stat source `"+srcURL+"`.")
75 … fmt.Sprintf("Source `%s` is not a folder. Only folders are supported by mirror command.", srcURL))
78 if srcClient.Type == fileSystem && !filepath.IsAbs(srcURL) {
79 var origSrcURL = srcURL
83 if srcURL, e = filepath.Abs(srcURL); e != nil {
84 srcURL = origSrcURL
/dports/converters/p5-Unicode-Map/Unicode-Map-0.112/Map/
H A DREGISTRY521 srcURL: $SrcKeld/CP038
535 srcURL: $SrcUnicode/ISO8859/8859-1.TXT
559 srcURL: $SrcUnicode/ISO8859/8859-2.TXT
568 srcURL: $SrcUnicode/ISO8859/8859-3.TXT
577 srcURL: $SrcUnicode/ISO8859/8859-4.TXT
586 srcURL: $SrcUnicode/ISO8859/8859-5.TXT
602 srcURL: $SrcUnicode/ISO8859/8859-6.TXT
612 srcURL: $SrcUnicode/ISO8859/8859-7.TXT
623 srcURL: $SrcUnicode/ISO8859/8859-8.TXT
631 srcURL: $SrcUnicode/ISO8859/8859-9.TXT
[all …]
/dports/math/ipopt/Ipopt-3.12.13/BuildTools/
H A Dprepare_new_stable55 srcURL=
141 *) srcURL=$1
142 case $srcURL in
145 srcURL=${coinURL}/$srcURL
148 srcURL=${coinURL}/BuildTools/$srcURL
150 * ) srcURL=${coinURL}/$srcURL
162 srcURL=`echo $srcURL | sed -e 's/\/$//'`
173 srcURL=$srcURL/trunk
182 case $srcURL in
287 srcURL=`echo $srcURL | sed -e 's|/$||'`
[all …]
/dports/math/osi/Osi-0.108.6/BuildTools/
H A Dprepare_new_stable55 srcURL=
141 *) srcURL=$1
142 case $srcURL in
145 srcURL=${coinURL}/$srcURL
148 srcURL=${coinURL}/BuildTools/$srcURL
150 * ) srcURL=${coinURL}/$srcURL
162 srcURL=`echo $srcURL | sed -e 's/\/$//'`
173 srcURL=$srcURL/trunk
182 case $srcURL in
287 srcURL=`echo $srcURL | sed -e 's|/$||'`
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/BuildTools/
H A Dprepare_new_stable55 srcURL=
141 *) srcURL=$1
142 case $srcURL in
145 srcURL=${coinURL}/$srcURL
148 srcURL=${coinURL}/BuildTools/$srcURL
150 * ) srcURL=${coinURL}/$srcURL
162 srcURL=`echo $srcURL | sed -e 's/\/$//'`
173 srcURL=$srcURL/trunk
182 case $srcURL in
287 srcURL=`echo $srcURL | sed -e 's|/$||'`
[all …]
/dports/math/clp/Clp-1.17.3/BuildTools/
H A Dprepare_new_stable55 srcURL=
141 *) srcURL=$1
142 case $srcURL in
145 srcURL=${coinURL}/$srcURL
148 srcURL=${coinURL}/BuildTools/$srcURL
150 * ) srcURL=${coinURL}/$srcURL
162 srcURL=`echo $srcURL | sed -e 's/\/$//'`
173 srcURL=$srcURL/trunk
182 case $srcURL in
287 srcURL=`echo $srcURL | sed -e 's|/$||'`
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp49 BlobRegistryContext(const KURL& url, const KURL& srcURL) in BlobRegistryContext()
51 , srcURL(srcURL.copy()) in BlobRegistryContext()
61 KURL srcURL; member
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL); in registerBlobURLFromTask()
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL) in registerBlobURL() argument
92 blobRegistry().registerBlobURL(url, srcURL); in registerBlobURL()
94 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL)); in registerBlobURL()
H A DBlob.h52 static PassRefPtr<Blob> create(const KURL& srcURL, const String& type, long long size) in create() argument
54 return adoptRef(new Blob(srcURL, type, size)); in create()
73 Blob(const KURL& srcURL, const String& type, long long size);
H A DFile.h46 static PassRefPtr<File> create(const String& path, const KURL& srcURL, const String& type) in create() argument
48 return adoptRef(new File(path, srcURL, type)); in create()
80 File(const String& path, const KURL& srcURL, const String& type);
/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DHtCookie.cc80 srcURL(0), in HtCookie()
99 srcURL(aURL), in HtCookie()
116 srcURL(aURL), in HtCookie()
200 srcURL(0), in HtCookie()
276 srcURL(rhs.srcURL), in HtCookie()
362 srcURL = rhs.srcURL; in operator =()
399 if (srcURL.length() > 0) in printDebug()
400 out << " - Issued by: " << srcURL; in printDebug()
H A DHtCookie.h73 void SetSrcURL(const String &aURL) { srcURL = aURL; } in SetSrcURL()
84 const String &GetSrcURL()const { return srcURL; } in GetSrcURL()
131 String srcURL; variable
/dports/converters/p5-Unicode-Map/Unicode-Map-0.112/tools/
H A DmirrorMappings65 my $srcURL = $emptyMap -> srcURL ( $id );
82 if ( !$srcURL ) {
98 $rc = mirror ( $srcURL, $srcCopy );
107 print "! Couldn't mirror \"$srcURL\"! ($rc: $msg)\n";
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DExtensionFunctionHandler.cpp72 const XalanDOMString& srcURL, in ExtensionFunctionHandler() argument
77 m_scriptSrcURL(srcURL, theManager), in ExtensionFunctionHandler()
111 const XalanDOMString& srcURL, in setScript() argument
115 m_scriptSrcURL = srcURL; in setScript()
H A DExtensionNSHandler.cpp116 const XalanDOMString& srcURL, in ExtensionNSHandler() argument
118 ExtensionFunctionHandler(theManager, namespaceUri, funcNames, lang, srcURL, src), in ExtensionNSHandler()
141 const XalanDOMString& srcURL, in setScript() argument
144 ExtensionFunctionHandler::setScript(lang, srcURL, scriptSrc); in setScript()
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_iface.cpp203 QUrl srcURL(part->url()); in saveDocument() local
205 if (srcURL.fileName().isEmpty()) { in saveDocument()
206 srcURL.setPath(srcURL.path() + "index.html"); in saveDocument()
211 …KHTMLPopupGUIClient::saveURL(part->widget(), srcURL, QUrl(destination), metaData, part->cacheId()); in saveDocument()
/dports/www/gitea/gitea-1.16.5/modules/markup/orgmode/
H A Dorgmode.go173 srcURL := string(l)
176 if len(srcURL) > 0 && !markup.IsLink(l) {
177 srcURL = strings.Replace(srcURL, "/src/", "/media/", 1)
180 return srcURL
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dsources.go125 if srcURL, err := url.Parse(urlStr); err != nil {
128 source.urls = append(source.urls, srcURL)
156 for _, srcURL := range source.urls {
157 dlog.Infof("Source [%s] loading from URL [%s]", source.name, srcURL)
159 *sigURL = *srcURL // deep copy to avoid parsing twice
161 if bin, err = fetchFromURL(xTransport, srcURL); err != nil {
162 dlog.Debugf("Source [%s] failed to download from URL [%s]", source.name, srcURL)
172 dlog.Debugf("Source [%s] failed signature check using URL [%s]", source.name, srcURL)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp639 WideString srcURL = csURL; in MailToInfo() local
640 srcURL.TrimLeft(); in MailToInfo()
644 auto pos = srcURL.Find(L'?'); in MailToInfo()
649 pos = srcURL.Find(L'@'); in MailToInfo()
655 tmp = srcURL.Left(pos.value()); in MailToInfo()
662 srcURL = srcURL.Right(srcURL.GetLength() - (pos.value() + 1)); in MailToInfo()
663 while (!srcURL.IsEmpty()) { in MailToInfo()
664 srcURL.Trim(); in MailToInfo()
665 pos = srcURL.Find(L'&'); in MailToInfo()
666 WideString tmp = (!pos.has_value()) ? srcURL : srcURL.Left(pos.value()); in MailToInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp647 WideString srcURL = csURL; in MailToInfo() local
648 srcURL.TrimLeft(); in MailToInfo()
652 auto pos = srcURL.Find(L'?'); in MailToInfo()
657 pos = srcURL.Find(L'@'); in MailToInfo()
663 tmp = srcURL.Left(pos.value()); in MailToInfo()
670 srcURL = srcURL.Right(srcURL.GetLength() - (pos.value() + 1)); in MailToInfo()
671 while (!srcURL.IsEmpty()) { in MailToInfo()
672 srcURL.Trim(); in MailToInfo()
673 pos = srcURL.Find(L'&'); in MailToInfo()
674 WideString tmp = (!pos.has_value()) ? srcURL : srcURL.Left(pos.value()); in MailToInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp842 CFX_WideString srcURL = csURL; in MailToInfo() local
843 srcURL.TrimLeft(); in MailToInfo()
850 pos = srcURL.Find(L'@', 0); in MailToInfo()
856 tmp = srcURL.Left(pos); in MailToInfo()
864 srcURL = srcURL.Right(srcURL.GetLength() - (pos + 1)); in MailToInfo()
865 while (!srcURL.IsEmpty()) { in MailToInfo()
866 srcURL.TrimLeft(); in MailToInfo()
867 srcURL.TrimRight(); in MailToInfo()
868 pos = srcURL.Find(L'&', 0); in MailToInfo()
870 tmp = (pos == -1) ? srcURL : srcURL.Left(pos); in MailToInfo()
[all …]
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/demo/src/main/java/
H A Dpopulate.java53 String srcURL = null; in main() local
61 srcURL = argv[++optind]; in main()
89 if (srcURL == null || dstURL == null) { in main()
99 URLName srcURLName = new URLName(srcURL); in main()
108 srcFolder = session.getFolder(new URLName(srcURL)); in main()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/
H A Dfpdfxfa_doc.cpp1073 srcURL.TrimLeft(); in _MailToInfo()
1079 pos = srcURL.Find(L'@', 0); in _MailToInfo()
1087 tmp = srcURL.Left(pos); in _MailToInfo()
1095 srcURL = srcURL.Right(srcURL.GetLength() - (pos + 1)); in _MailToInfo()
1096 while (!srcURL.IsEmpty()) { in _MailToInfo()
1097 srcURL.TrimLeft(); in _MailToInfo()
1098 srcURL.TrimRight(); in _MailToInfo()
1101 tmp = srcURL; in _MailToInfo()
1103 tmp = srcURL.Left(pos); in _MailToInfo()
1129 srcURL = L""; in _MailToInfo()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/internal/config/
H A Dconfigfile.go527 srcURL, err := url.Parse(value)
532 if volName != "" && len(srcURL.Path) >= 3 {
533 if srcURL.Path[0] == '/' && srcURL.Path[2] == ':' {
534 srcURL.Path = srcURL.Path[1:]
538 if !srcURL.IsAbs() {
539 srcURL, err = absFileURL(value)
544 return srcURL, nil
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/main/
H A Dcontext-menu.ts37 defaultPath: path.basename(params.srcURL),
73 event.sender.downloadURL(params.srcURL);
90 clipboard.writeText(params.srcURL);

12345678