Home
last modified time | relevance | path

Searched refs:SetPath (Results 251 – 275 of 3259) sorted by relevance

1...<<11121314151617181920>>...131

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dfilepickerg.h136 p->SetPath(m_path); in CreateDialog()
145 { wxStaticCast(p, wxFileDialog)->SetPath(m_path); } in UpdateDialogPath()
204 { wxStaticCast(p, wxDirDialog)->SetPath(m_path); } in UpdateDialogPath()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dfilepickerg.h136 p->SetPath(m_path); in CreateDialog()
145 { wxStaticCast(p, wxFileDialog)->SetPath(m_path); } in UpdateDialogPath()
204 { wxStaticCast(p, wxDirDialog)->SetPath(m_path); } in UpdateDialogPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtabline.cxx118 pDashList->SetPath( aPath ); in SavePalettes()
128 pLineEndList->SetPath( aPath ); in SavePalettes()
138 pColorList->SetPath( aPath ); in SavePalettes()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/buger/jsonparser/benchmark/
H A Dbenchmark_small_payload_test.go219 json.SetPath([]string{"uuid"}, "c90927dd-1588-4fe7-a14f-8a8950cfcbd8")
220 json.SetPath([]string{"tz"}, -3)
221 json.SetPath([]string{"ua"}, "server_agent")
222 json.SetPath([]string{"st"}, 3)
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/executor/
H A Dhugin_executor.cpp254 … userOutputFile.SetPath(wxString(hugin_utils::GetDataDir().c_str(), HUGIN_CONV_FILENAME)); in OnCmdLineParsed()
258 … userOutputFile.SetPath(wxString(hugin_utils::GetUserAppDataDir().c_str(), HUGIN_CONV_FILENAME)); in OnCmdLineParsed()
284 … userAssistantFile.SetPath(wxString(hugin_utils::GetDataDir().c_str(), HUGIN_CONV_FILENAME)); in OnCmdLineParsed()
288 …userAssistantFile.SetPath(wxString(hugin_utils::GetUserAppDataDir().c_str(), HUGIN_CONV_FILENAME)); in OnCmdLineParsed()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dsoftwareupdate.py121 cfg.SetPath('/autoUpdate')
130 cfg.SetPath(oldPath)
182 cfg.SetPath('/autoUpdate')
187 cfg.SetPath(oldPath)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DUDFDirectory.cpp74 pItem->SetPath(strDir); in GetDirectory()
89 pItem->SetPath(strRoot + filename); in GetDirectory()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DPluginManager.cpp900 registry.SetPath(cfgPath); in Load()
903 registry.SetPath(cfgPath), in Load()
934 registry.SetPath(""); in Load()
996 pRegistry->SetPath(cfgPath); in LoadGroup()
999 pRegistry->SetPath(cfgPath), in LoadGroup()
1032 plug.SetPath(strVal); in LoadGroup()
1623 plug.SetPath(ident->GetPath()); in CreatePlugin()
1671 settings->SetPath(group); in HasGroup()
1673 settings->SetPath(oldPath); in HasGroup()
1687 GetSettings()->SetPath(group); in GetSubgroups()
[all …]
/dports/devel/fpc-fppkg/fpc-3.2.2/packages/fppkg/src/
H A Dpkgpackagesstructure.pp33 procedure SetPath(AValue: string); virtual;
36 property Path: string read GetPath write SetPath;
59 procedure SetPath(AValue: string); override;
133 procedure TFPCustomFileSystemPackagesStructure.SetPath(AValue: string);
224 procedure TFPCurrentDirectoryPackagesStructure.SetPath(AValue: string);
228 inherited SetPath(AValue);
/dports/lang/fpc-source/fpc-3.2.2/packages/fppkg/src/
H A Dpkgpackagesstructure.pp33 procedure SetPath(AValue: string); virtual;
36 property Path: string read GetPath write SetPath;
59 procedure SetPath(AValue: string); override;
133 procedure TFPCustomFileSystemPackagesStructure.SetPath(AValue: string);
224 procedure TFPCurrentDirectoryPackagesStructure.SetPath(AValue: string);
228 inherited SetPath(AValue);
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestFTStringToPath.cxx42 void SetPath(vtkPath* path) { this->Path = path; } in SetPath() function in StringToPathContextTest
64 test->SetPath(path); in TestFTStringToPath()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestFTStringToPath.cxx42 void SetPath(vtkPath *path) { this->Path = path; } in SetPath() function in StringToPathContextTest
65 test->SetPath(path); in TestFTStringToPath()
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestFTStringToPath.cxx42 void SetPath(vtkPath *path) { this->Path = path; } in SetPath() function in StringToPathContextTest
65 test->SetPath(path.GetPointer()); in TestFTStringToPath()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFileSelector.cpp113 SetPath(fileSystem->GetCurrentDir()); in FileSelector()
193 void FileSelector::SetPath(const String& path) in SetPath() function in Urho3D::FileSelector
358 SetPath(path_ + newPath); in EnterFile()
362 SetPath(parentPath); in EnterFile()
400 SetPath(pathEdit_->GetText()); in HandlePathChanged()
/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DFinishedList.cpp164 config->SetPath(FINISHED_REG); in SelectUnselect()
170 config->SetPath(item.GetText()); in SelectUnselect()
324 config->SetPath(FINISHED_REG); in GenerateList()
336 config->SetPath(name); in GenerateList()
347 config->SetPath(BACK_DIR_REG); in GenerateList()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dfiledlg.cpp406 void wxFileDialog::SetPath(const wxString& path) in SetPath() function in wxFileDialog
408 wxFileDialogBase::SetPath(path); in SetPath()
421 m_fc.SetPath(fn.GetFullPath()); in SetPath()
448 SetPath(wxFileName(path, name).GetFullPath()); in SetFilename()
H A Dfilectrl.cpp79 bool wxGtkFileChooser::SetPath( const wxString& path ) in SetPath() function in wxGtkFileChooser
417 bool wxGtkFileCtrl::SetPath( const wxString& path ) in SetPath() function in wxGtkFileCtrl
419 return m_fc.SetPath( path ); in SetPath()
435 return SetPath( wxFileName( GetDirectory(), name ).GetFullPath() ); in SetFilename()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dfilectrl.cpp75 bool wxGtkFileChooser::SetPath( const wxString& path ) in SetPath() function in wxGtkFileChooser
411 bool wxGtkFileCtrl::SetPath( const wxString& path ) in SetPath() function in wxGtkFileCtrl
413 return m_fc.SetPath( path ); in SetPath()
429 return SetPath( wxFileName( GetDirectory(), name ).GetFullPath() ); in SetFilename()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/
H A Dpcb_calculator_settings.cpp227 aCfg->SetPath( "Attenuators/" + att ); in MigrateFromLegacy()
240 aCfg->SetPath( "../.." ); in MigrateFromLegacy()
288 aCfg->SetPath( name ); in MigrateFromLegacy()
319 aCfg->SetPath( ".." ); in MigrateFromLegacy()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dfiledlg.cpp406 void wxFileDialog::SetPath(const wxString& path) in SetPath() function in wxFileDialog
408 wxFileDialogBase::SetPath(path); in SetPath()
421 m_fc.SetPath(fn.GetFullPath()); in SetPath()
448 SetPath(wxFileName(path, name).GetFullPath()); in SetFilename()
H A Dfilectrl.cpp79 bool wxGtkFileChooser::SetPath( const wxString& path ) in SetPath() function in wxGtkFileChooser
417 bool wxGtkFileCtrl::SetPath( const wxString& path ) in SetPath() function in wxGtkFileCtrl
419 return m_fc.SetPath( path ); in SetPath()
435 return SetPath( wxFileName( GetDirectory(), name ).GetFullPath() ); in SetFilename()
/dports/textproc/jid/jid-0.7.6/vendor/github.com/bitly/go-simplejson/
H A Dsimplejson_test.go179 js.SetPath([]string{"foo", "bar"}, "baz")
193 js.SetPath([]string{}, map[string]interface{}{"foo": "bar"})
207 js.SetPath([]string{"this", "d"}, "dd")
243 js.SetPath([]string{"this", "a", "foo"}, "bar")
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/bitly/go-simplejson/
H A Dsimplejson_test.go179 js.SetPath([]string{"foo", "bar"}, "baz")
193 js.SetPath([]string{}, map[string]interface{}{"foo": "bar"})
207 js.SetPath([]string{"this", "d"}, "dd")
243 js.SetPath([]string{"this", "a", "foo"}, "bar")
/dports/www/grafana8/grafana-8.3.6/pkg/components/simplejson/
H A Dsimplejson_test.go179 js.SetPath([]string{"foo", "bar"}, "baz")
193 js.SetPath([]string{}, map[string]interface{}{"foo": "bar"})
207 js.SetPath([]string{"this", "d"}, "dd")
243 js.SetPath([]string{"this", "a", "foo"}, "bar")
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDBobView.cpp269 void DBobView::SetPath(vec3_t *pPath) in SetPath() function in DBobView
283 SetPath(NULL); in CalculateTrajectory()
321 SetPath(pPath); in CalculateTrajectory()

1...<<11121314151617181920>>...131