Home
last modified time | relevance | path

Searched defs:objectName (Results 226 – 250 of 2419) sorted by relevance

12345678910>>...97

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DAMXGlassfish.java183 …ivate static void invokeWaitAMXReady(final MBeanServerConnection conn, final ObjectName objectName) in invokeWaitAMXReady()
216 public void mbeanRegistered(final ObjectName objectName, final MBeanListener listener) { in mbeanRegistered()
266 public void mbeanRegistered(final ObjectName objectName, final MBeanListener listener) in mbeanRegistered()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DAMXGlassfish.java183 …ivate static void invokeWaitAMXReady(final MBeanServerConnection conn, final ObjectName objectName) in invokeWaitAMXReady()
216 public void mbeanRegistered(final ObjectName objectName, final MBeanListener listener) { in mbeanRegistered()
266 public void mbeanRegistered(final ObjectName objectName, final MBeanListener listener) in mbeanRegistered()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DL10n.h54 static QString nullPointerError(const QString &objectName) { in nullPointerError()
128 static QString errorObjectNotFound(const QString &objectName) { in errorObjectNotFound()
132 static QString errorObjectIsReadOnly(const QString &objectName) { in errorObjectIsReadOnly()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/
H A Dapi-put-object-multipart.go242 func (c *Client) uploadPart(ctx context.Context, bucketName, objectName, uploadID string, reader io… argument
313 func (c *Client) completeMultipartUpload(ctx context.Context, bucketName, objectName, uploadID stri… argument
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/
H A Dapi-put-object-multipart.go242 func (c *Client) uploadPart(ctx context.Context, bucketName, objectName, uploadID string, reader io… argument
313 func (c *Client) completeMultipartUpload(ctx context.Context, bucketName, objectName, uploadID stri… argument
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/
H A Dapi-put-object-multipart.go240 func (c Client) uploadPart(ctx context.Context, bucketName, objectName, uploadID string, reader io.… argument
311 func (c Client) completeMultipartUpload(ctx context.Context, bucketName, objectName, uploadID strin… argument
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/util/
H A Dfindqmlobject.cpp23 QQuickItem* findQmlObject(const QString& objectName) { in findQmlObject()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/
H A Dapi-put-object-file.go25 func (c Client) FPutObject(bucketName, objectName, filePath string, opts PutObjectOptions) (n int64… argument
H A Dapi-put-object-file-context.go30 func (c Client) FPutObjectWithContext(ctx context.Context, bucketName, objectName, filePath string,… argument
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dapi-put-object-file.go25 func (c Client) FPutObject(bucketName, objectName, filePath string, opts PutObjectOptions) (n int64… argument
H A Dapi-list.go728 func (c Client) listObjectParts(bucketName, objectName, uploadID string) (partsInfo map[int]ObjectP… argument
780 func (c Client) getTotalMultipartSize(bucketName, objectName, uploadID string) (size int64, err err… argument
802 func (c Client) listObjectPartsQuery(bucketName, objectName, uploadID string, partNumberMarker, max… argument
H A Dapi-put-object-file-context.go30 func (c Client) FPutObjectWithContext(ctx context.Context, bucketName, objectName, filePath string,… argument
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/annotations/
H A DMBean.java21 String objectName() default ""; in objectName() method
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dapi-put-object-file.go25 func (c Client) FPutObject(bucketName, objectName, filePath string, opts PutObjectOptions) (n int64… argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dapi-put-object-file.go25 func (c Client) FPutObject(bucketName, objectName, filePath string, opts PutObjectOptions) (n int64… argument
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/bind/support/
H A DWebDataBinderFactory.java38 …WebDataBinder createBinder(NativeWebRequest webRequest, Object target, String objectName) throws E… in createBinder()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/jmx/export/naming/
H A DIdentityNamingStrategyTests.java36 ObjectName objectName = strategy.getObjectName(bean, "null"); in testNaming() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/
H A DDbObjectItem.cpp35 const QString objectName = SharedDbUrlUtils::getDbObjectNameByUrl(url); in DbObjectItem() local
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/ugeneui/
H A DAnyDialogFiller.h34 …AnyDialogFiller(HI::GUITestOpStatus &os, const QString &objectName, QDialogButtonBox::StandardButt… in AnyDialogFiller()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_X11_Symbols.h39 #define JUCE_GENERATE_FUNCTION_WITH_DEFAULT(functionName, objectName, args, returnType) \ argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/
H A Dapi-put-object-file-context.go30 func (c Client) FPutObject(ctx context.Context, bucketName, objectName, filePath string, opts PutOb… argument
H A Dapi-get-object-file.go31 func (c Client) FGetObject(ctx context.Context, bucketName, objectName, filePath string, opts GetOb… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/
H A Dapi-put-object-file-context.go30 func (c Client) FPutObject(ctx context.Context, bucketName, objectName, filePath string, opts PutOb… argument
H A Dapi-get-object-file.go31 func (c Client) FGetObject(ctx context.Context, bucketName, objectName, filePath string, opts GetOb… argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_X11_Symbols.h39 #define JUCE_GENERATE_FUNCTION_WITH_DEFAULT(functionName, objectName, args, returnType) \ argument

12345678910>>...97