Home
last modified time | relevance | path

Searched refs:SetPath (Results 101 – 125 of 3003) sorted by relevance

12345678910>>...121

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/dbtest/
H A Ddbserver_test.go37 server.SetPath(c.MkDir())
60 server.SetPath(c.MkDir())
89 server.SetPath(c.MkDir())
99 server.SetPath(c.MkDir())
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DResource.h180 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
185 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
190 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
195 inline Resource& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
200 inline Resource& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
205 inline Resource& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/config/
H A Dregconf.cpp62 config->SetPath(wxT("/group1")); in ReadWrite()
64 config->SetPath(wxT("/group2")); in ReadWrite()
71 config->SetPath(wxT("/")); in ReadWrite()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/config/
H A Dregconf.cpp62 config->SetPath(wxT("/group1")); in ReadWrite()
64 config->SetPath(wxT("/group2")); in ReadWrite()
71 config->SetPath(wxT("/")); in ReadWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/cast/
H A Dcast_media_controller_unittest.cc92 status_value.SetPath("media.metadata", Value(Value::Type::DICTIONARY)); in CreateMediaStatus()
93 status_value.SetPath("media.metadata.title", Value(status.title)); in CreateMediaStatus()
94 status_value.SetPath("media.metadata.images", in CreateMediaStatus()
96 status_value.SetPath("media.duration", Value(status.duration.InSecondsF())); in CreateMediaStatus()
97 status_value.SetPath("currentTime", Value(status.current_time.InSecondsF())); in CreateMediaStatus()
98 status_value.SetPath("playerState", GetPlayerStateValue(status)); in CreateMediaStatus()
99 status_value.SetPath("supportedMediaCommands", in CreateMediaStatus()
101 status_value.SetPath("volume", Value(Value::Type::DICTIONARY)); in CreateMediaStatus()
102 status_value.SetPath("volume.level", Value(status.volume)); in CreateMediaStatus()
103 status_value.SetPath("volume.muted", Value(status.is_muted)); in CreateMediaStatus()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/config/
H A Dregconf.cpp40 config->SetPath("/group1");
42 config->SetPath("/group2");
57 config->SetPath("/");
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs-smb.cpp50 char* SetPath( FSPath& path ) {return Set( ( char* ) path.GetString( CS_UTF8, '/' ) ); } in SetPath() function
218 int n = smbc_open( pathBuffer1.SetPath( path ), O_RDONLY | OPENFLAG_LARGEFILE, 0 ); in OpenRead()
227 int n = smbc_open( pathBuffer1.SetPath( path ), in OpenCreate()
307 pathBuffer1.SetPath( oldpath ), in Rename()
308 pathBuffer2.SetPath( newpath ) in Rename()
318 int n = smbc_mkdir( pathBuffer1.SetPath( path ), mode ); in MkDir()
327 int n = smbc_unlink( pathBuffer1.SetPath( path ) ); in Delete()
336 int n = smbc_rmdir( pathBuffer1.SetPath( path ) ); in RmDir()
351 int n = smbc_utimes( pathBuffer1.SetPath( path ), tv ); in SetFileTime()
376 if ( SMB_STAT( pathBuffer1.SetPath( path ), &st ) ) in InternalStat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dcapabilities_unittest.cc164 caps.SetPath({"goog:chromeOptions", "args"}, base::Value(args)); in TEST()
182 caps.SetPath({"goog:chromeOptions", "prefs"}, prefs.Clone()); in TEST()
412 desired_caps.SetPath({"goog:chromeOptions", "perfLoggingPrefs"}, in TEST()
433 desired_caps.SetPath({"goog:chromeOptions", "perfLoggingPrefs"}, in TEST()
506 caps.SetPath({"goog:chromeOptions", "excludeSwitches"}, in TEST()
556 caps.SetPath({"goog:chromeOptions", "mobileEmulation"}, in TEST()
573 caps.SetPath({"goog:chromeOptions", "mobileEmulation"}, in TEST()
588 caps.SetPath({"goog:chromeOptions", "mobileEmulation"}, in TEST()
619 caps.SetPath({"goog:chromeOptions", "mobileEmulation"}, in TEST()
632 caps.SetPath({"goog:chromeOptions", "mobileEmulation"}, in TEST()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data-integration-tests/
H A DMediaStoreDataTest.cpp153 deleteObjectRequest.SetPath(item.GetName()); in WaitForContainerToEmpty()
212 deleteObjectRequest.SetPath(item.GetName()); in DeleteContainer()
271 putObjectRequest.SetPath(SMALL_PAYLOAD_TEST_PATH); in TestChunkedEncodingWithSmallPayload()
279 describeObjectRequest.SetPath(SMALL_PAYLOAD_TEST_PATH); in TestChunkedEncodingWithSmallPayload()
285 getObjectRequest.SetPath(SMALL_PAYLOAD_TEST_PATH); in TestChunkedEncodingWithSmallPayload()
301 putObjectRequest.SetPath(BIG_TEST_FILE_PATH); in TestChunkedEncodingWithLargePayload()
310 describeObjectRequest.SetPath(BIG_TEST_FILE_PATH); in TestChunkedEncodingWithLargePayload()
316 getObjectRequest.SetPath(BIG_TEST_FILE_PATH); in TestChunkedEncodingWithLargePayload()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dlocal_path.cpp21 SetPath(path, file); in CLocalPath()
24 bool CLocalPath::SetPath(std::wstring const& path, std::wstring* file) in SetPath() function in CLocalPath
382 return SetPath(new_path); in ChangePath()
386 return SetPath(new_path); in ChangePath()
396 return SetPath(m_path->substr(0, 2) + new_path); in ChangePath()
400 return SetPath(*m_path + new_path); in ChangePath()
405 return SetPath(new_path); in ChangePath()
413 return SetPath(*m_path + new_path); in ChangePath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsCodeBuildProjectArtifactsDetails.h363 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
370 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
377 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
384 …inline AwsCodeBuildProjectArtifactsDetails& WithPath(const Aws::String& value) { SetPath(value); r… in WithPath()
391 …inline AwsCodeBuildProjectArtifactsDetails& WithPath(Aws::String&& value) { SetPath(std::move(valu… in WithPath()
398 …inline AwsCodeBuildProjectArtifactsDetails& WithPath(const char* value) { SetPath(value); return *… in WithPath()
H A DAwsIamUserDetails.h217 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
222 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
227 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
232 inline AwsIamUserDetails& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
237 …inline AwsIamUserDetails& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
242 inline AwsIamUserDetails& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DProjectArtifacts.h250 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
267 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
284 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
301 inline ProjectArtifacts& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
318 … inline ProjectArtifacts& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
335 inline ProjectArtifacts& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DGroupDetail.h67 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
74 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
81 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
88 inline GroupDetail& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
95 inline GroupDetail& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
102 inline GroupDetail& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DInstanceProfile.h69 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
76 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
83 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
90 inline InstanceProfile& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
97 … inline InstanceProfile& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
104 inline InstanceProfile& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DUser.h71 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
79 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
87 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
95 inline User& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
103 inline User& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
111 inline User& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dtqsl_prefs.cpp185 config->SetPath(wxT("/modeMap")); in SetModeList()
192 config->SetPath(wxT("/")); in SetModeList()
421 config->SetPath(wxT("/")); in TransferDataFromWindow()
538 config->SetPath(wxT("/")); in BEGIN_EVENT_TABLE()
575 config->SetPath(wxT("/")); in TransferDataFromWindow()
589 config->SetPath(wxT("/Proxy")); in BEGIN_EVENT_TABLE()
648 config->SetPath(wxT("/")); in BEGIN_EVENT_TABLE()
682 config->SetPath(wxT("/")); in TransferDataFromWindow()
767 config->SetPath(wxT("/")); in SetContestList()
780 config->SetPath(wxT("/")); in SetContestList()
[all …]
/dports/mail/emailrelay/emailrelay-1.9/bin/
H A Dmake-qt-enabled.sh_119 SetPath "$exe" "$fdir" "$gui_path_in_exe" && \
120 SetPath "$exe" "$fdir" "$core_path_in_exe" && \
121 SetPath "$gui_lib" "$fdir" "$core_path_in_gui"
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestFileOperationJob.cpp29 item->SetPath(tmpfilepath); in TEST()
63 item->SetPath(tmpfilepath); in TEST()
97 item->SetPath(tmpfilepath); in TEST()
122 item2->SetPath(destfile); in TEST()
147 item->SetPath(tmpfilepath); in TEST()
195 item->SetPath(destpath); in TEST()
231 item->SetPath(destpath); in TEST()
263 item->SetPath(tmpfilepath); in TEST()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp966 conf->SetPath( _T ( "/Settings" ) ); in SaveTemplate()
1121 conf->SetPath( _T ( "/Settings/AIS" ) ); in SaveTemplate()
1208 conf->SetPath( _T ( "/Settings/Others" ) ); in SaveTemplate()
1275 conf->SetPath( font_path ); in SaveTemplate()
1336 conf->SetPath( _T ( "/Settings" ) ); in CheckTemplate()
1559 conf->SetPath( _T ( "/Settings/AIS" ) ); in CheckTemplate()
1620 conf->SetPath( _T ( "/Directories" ) ); in CheckTemplate()
1712 conf->SetPath( _T ( "/Groups" ) ); in CheckTemplate()
1724 conf->SetPath( s ); in CheckTemplate()
1751 conf->SetPath( _T ( "/Settings/Others" ) ); in CheckTemplate()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DMusicFileItemListModifier.cpp79 pItem->SetPath(musicUrl.ToString()); in AddQueuingFolder()
89 pItem->SetPath(musicUrl.ToString()); in AddQueuingFolder()
96 pItem->SetPath(musicUrl.ToString()); in AddQueuingFolder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/search_result_parsers/
H A Ddefinition_result_parser_unittest.cc50 entry.SetPath("phonetics", std::move(phonetics)); in BuildDictionaryResult()
61 sense_family.SetPath("senses", std::move(senses)); in BuildDictionaryResult()
63 entry.SetPath("senseFamilies", std::move(sense_families)); in BuildDictionaryResult()
68 result.SetPath("dictionaryResult.entries", std::move(entries)); in BuildDictionaryResult()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/
H A Dwx.ConfigBase.3.py6 config.SetPath("/Foo/Data")
9 config.SetPath(oldPath)
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dproject.cpp94 void Project::SetPath(agi::fs::path& var, const char *token, const char *mru, agi::fs::path const& … in SetPath() function in Project
273 SetPath(audio_file, "?audio", "Audio", path); in DoLoadAudio()
284 SetPath(audio_file, "?audio", "", ""); in CloseAudio()
316 SetPath(video_file, "?video", "Video", path); in DoLoadVideo()
348 SetPath(video_file, "?video", "", ""); in CloseVideo()
357 SetPath(timecodes_file, "", "Timecodes", path); in DoLoadTimecodes()
377 SetPath(timecodes_file, "", "", ""); in CloseTimecodes()
383 SetPath(keyframes_file, "", "Keyframes", path); in DoLoadKeyframes()
403 SetPath(keyframes_file, "", "", ""); in CloseKeyframes()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/test/
H A DTestFileItem.cpp55 item.SetPath(GetParam().file); in TEST_P()
89 item.SetPath(GetParam().file); in TEST_P()
111 item.SetPath(GetParam().file); in TEST_P()

12345678910>>...121