Home
last modified time | relevance | path

Searched defs:current_project (Results 1 – 13 of 13) sorted by path

/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Ddiagramview.cpp653 ProjectView *current_project = this->diagramEditor()->currentProjectView(); in keyPressEvent() local
H A Dqetdiagrameditor.cpp245 ProjectView *current_project = currentProjectView(); in setUpActions() local
256 ProjectView *current_project = currentProjectView(); in setUpActions() local
368 if (ProjectView *current_project = currentProjectView()) { in setUpActions() local
380 if (ProjectView *current_project = currentProjectView()) { in setUpActions() local
390 if (ProjectView *current_project = currentProjectView()) { in setUpActions() local
2087 if (ProjectView *current_project = currentProjectView()) { in removeDiagramFromProject() local
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dcscout.cpp151 Attributes::size_type current_project; variable
H A Dfilequery.h52 Attributes::size_type current_project; // Restrict evaluation to this project variable
H A Dfunquery.h79 Attributes::size_type current_project; // Restrict evaluation to this project variable
H A Didquery.h98 Attributes::size_type current_project; // Restrict evaluation to this project variable
H A Dquery.h42 Attributes::size_type current_project; // Restrict evaluation to this project variable
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/cloud/
H A Dopenstackcloud.py558 def current_project(self): member in _OpenStackCloudMixin
/dports/devel/rth/rth/api/
H A Dsession_api.php1144 function session_get_user_projects_excluding_current_project($current_project) {
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/python/
H A Dmodule.cpp99 Project* current_project() in current_project() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/actions/
H A Dmod.rs132 current_project: PathBuf, field
304 let current_project = self.current_project.clone(); in init() localVariable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/disks/
H A Dcreate.py124 def _DeduceRegionInProject(resources, current_project, disk_resource, argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/nav/
H A Dtop_nav_helper.rb240 def current_project(project:) method