Home
last modified time | relevance | path

Searched defs:srcKey (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3native/
H A DJets3tNativeFileSystemStore.java297 public void rename(String srcKey, String dstKey) throws IOException { in rename()
299 s3Service.renameObject(bucket.getName(), srcKey, new S3Object(dstKey)); in rename() local
306 public void copy(String srcKey, String dstKey) throws IOException { in copy()
323 s3Service.copyObject(bucket.getName(), srcKey, bucket.getName(), in copy() local
H A DNativeFileSystemStore.java54 void copy(String srcKey, String dstKey) throws IOException; in copy()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A Dbiffbiff.c401 biffMove(const char *destKey, const char *err, const char *srcKey) { in biffMove()
417 _biffMoveVL(const char *destKey, const char *srcKey, in _biffMoveVL()
434 biffMovef(const char *destKey, const char *srcKey, in biffMovef()
/dports/science/teem/teem-1.11.0-src/src/biff/
H A Dbiffbiff.c399 biffMove(const char *destKey, const char *err, const char *srcKey) { in biffMove()
415 _biffMoveVL(const char *destKey, const char *srcKey, in _biffMoveVL()
432 biffMovef(const char *destKey, const char *srcKey, in biffMovef()
/dports/editors/calligra/calligra-3.2.1/libs/pigment/tests/
H A DCCSGraph.cpp73 QString srcKey = parser.value("src-key"); in main() local
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/s3native/
H A DJets3tNativeFileSystemStore.java182 public void copy(String srcKey, String dstKey) throws IOException { in copy()
184 s3Service.copyObject(bucket.getName(), srcKey, bucket.getName(), in copy() local
H A DNativeFileSystemStore.java50 void copy(String srcKey, String dstKey) throws IOException; in copy()
/dports/graphics/krita/krita-4.4.8/libs/pigment/tests/
H A DCCSGraph.cpp83 QString srcKey = parser.value("src-key"); in main() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/
H A DNativeFileSystemStore.java79 void rename(String srcKey, String dstKey) throws IOException; in rename()
81 void rename(String srcKey, String dstKey, boolean acquireLease, SelfRenewingLease existingLease) in rename()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/vendor/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/deskutils/egroupware/egroupware/vendor/robrichards/xmlseclibs/src/
H A DXMLSecEnc.php305 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/robrichards/xmlseclibs/src/
H A DXMLSecEnc.php304 public function encryptKey($srcKey, $rawKey, $append=true)
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_transform_args_keyframe_channel.cpp75 KisTransformArgsKeyframe *srcKey = dynamic_cast<KisTransformArgsKeyframe*>(copySrc.data()); in createKeyframe() local
/dports/games/alienblaster/alienblaster/src/
H A Dsettings.cc169 SDL_Rect srcKey; in showSettings() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3native/
H A DInMemoryNativeFileSystemStore.java183 public void copy(String srcKey, String dstKey) throws IOException { in copy()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/s3native/
H A DInMemoryNativeFileSystemStore.java172 public void copy(String srcKey, String dstKey) throws IOException { in copy()

1234