Home
last modified time | relevance | path

Searched refs:samePath (Results 1 – 24 of 24) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/scripts/python/TerraSync/tests/
H A Dtest_virtual_path.py103 self.assertTrue(self.cls("").samePath(self.cls("")))
104 self.assertTrue(self.cls("").samePath(self.cls("/")))
105 self.assertTrue(self.cls("/").samePath(self.cls("")))
106 self.assertTrue(self.cls("/").samePath(self.cls("/")))
109 self.cls("/abc/def").samePath(self.cls("/abc/def")))
111 self.cls("/abc//def").samePath(self.cls("/abc/def")))
113 self.cls("/abc/def/").samePath(self.cls("/abc/def")))
333 VirtualPath("/abc/def").samePath(MutableVirtualPath("/abc/def")))
335 VirtualPath("/abc//def").samePath(MutableVirtualPath("/abc/def")))
340 MutableVirtualPath("/abc/def").samePath(VirtualPath("/abc/def")))
[all …]
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygengtkcellinfo.h84 { return sameColumn( other ) && samePath( other ); }
88 { return !( sameColumn( other ) && samePath( other )); }
139 bool samePath( const CellInfo& other ) const in samePath() function
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygengtkcellinfo.h84 { return sameColumn( other ) && samePath( other ); }
88 { return !( sameColumn( other ) && samePath( other )); }
139 bool samePath( const CellInfo& other ) const in samePath() function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java143 SafePath samePath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java143 SafePath samePath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java143 SafePath samePath = Repository.getRepository().getRepositoryPath(); in testRepository() local
144 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdConfigure.java141 SafePath samePath = Repository.getRepository().getRepositoryPath(); in testRepository() local
142 Asserts.assertTrue(samePath.equals(initialPath)); in testRepository()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Dtreeview.cpp104 samePath(GtkTreePath *a, GtkTreePath *b) in samePath() function
122 if (!samePath(tv->path, path)) { in updatePosition()
288 samePath(path, tv->path)); in isCellHovered()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Dtreeview.cpp104 samePath(GtkTreePath *a, GtkTreePath *b) in samePath() function
122 if (!samePath(tv->path, path)) { in updatePosition()
288 samePath(path, tv->path)); in isCellHovered()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Dtreeview.cpp104 samePath(GtkTreePath *a, GtkTreePath *b) in samePath() function
122 if (!samePath(tv->path, path)) { in updatePosition()
288 samePath(path, tv->path)); in isCellHovered()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/style/
H A Dtreeview.cpp104 samePath(GtkTreePath *a, GtkTreePath *b) in samePath() function
122 if (!samePath(tv->path, path)) { in updatePosition()
288 samePath(path, tv->path)); in isCellHovered()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/animations/
H A Doxygentreeviewdata.h68 …{ return hovered() && (fullWidth || cellInfo.sameColumn( _cellInfo ) ) && cellInfo.samePath( _cell… in isCellHovered()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/animations/
H A Doxygentreeviewdata.h83 …{ return hovered() && (fullWidth || cellInfo.sameColumn( _cellInfo ) ) && cellInfo.samePath( _cell… in isCellHovered()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/path/dynamic/
H A Ddstarlite_test.go612 if !samePath(gotPath, wantedPath) {
620 if weight := weightOf(got, l.Grid); !samePath(got, test.want) || weight != test.weight {
645 func samePath(a, b []graph.Node) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/path/dynamic/
H A Ddstarlite_test.go609 if !samePath(gotPath, wantedPath) {
617 if weight := weightOf(got, l.Grid); !samePath(got, test.want) || weight != test.weight {
642 func samePath(a, b []graph.Node) bool { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmakebuildsystem.cpp1250 const auto samePath = [projectDirectory](const FilePath &first, const FilePath &second) { in updateInitialCMakeExpandableVars() local
1280 if (!initialValue.isEmpty() && !samePath(path, initialPath) && !path.exists()) { in updateInitialCMakeExpandableVars()
1306 … = Utils::contains(it->value.split(';'), [samePath, initialPath](const QByteArray &p) { in updateInitialCMakeExpandableVars()
1307 return samePath(FilePath::fromString(QString::fromUtf8(p)), initialPath); in updateInitialCMakeExpandableVars()
/dports/games/flightgear/flightgear-2020.3.11/scripts/python/TerraSync/terrasync/
H A Dvirtual_path.py127 def samePath(self, other): member in VirtualPath
/dports/editors/nedit/nedit-5.7/source/
H A Dtags.c1124 int startPos, i, pathMatch=0, samePath=0, langMode, nMatches=0; in findAllMatches() local
1165 samePath++; in findAllMatches()
1183 if (GetPrefSmartTags() && samePath == 1 && nMatches > 1) { in findAllMatches()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/
H A DFilePath.cpp445 bool samePath = in createAliasedPath() local
449 if (samePath) in createAliasedPath()
/dports/editors/cpeditor/cpeditor-6.8.2/src/
H A Dmainwindow.cpp839 bool samePath = !isUntitled() && filePath == path; in loadFile() local
885 setText(content, samePath); in loadFile()
/dports/graphics/pikchr/pikchr-90b6d5b4a3/
H A Dpikchr.y364 char samePath; /* aTPath copied by "same" */ member
3057 if( p->samePath ){ in pik_reset_samepath()
3058 p->samePath = 0; in pik_reset_samepath()
3857 p->samePath = 1; in pik_same()
H A Dpikchr.c365 char samePath; /* aTPath copied by "same" */ member
5665 if( p->samePath ){ in pik_reset_samepath()
5666 p->samePath = 0; in pik_reset_samepath()
6465 p->samePath = 1; in pik_same()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dpikchr.c367 char samePath; /* aTPath copied by "same" */ member
5681 if( p->samePath ){ in pik_reset_samepath()
5682 p->samePath = 0; in pik_reset_samepath()
6526 p->samePath = 1; in pik_same()
/dports/www/zenphoto/zenphoto-1.5.9/themes/zpmobile/jquerymobile/
H A Djquery.mobile-1.4.5.min.map1 …ervableHash","hashToSelector","hasHash","getFilePath","isFirstPageUrl","samePath","fp","firstPage"…