Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 25 of 4583) sorted by relevance

12345678910>>...184

/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Ddriveservice.cpp33 url.setPath(Private::AppsBasePath); in fetchAboutUrl()
50 url.setPath(Private::AppsBasePath % QLatin1Char('/') % appId); in fetchAppUrl()
57 url.setPath(Private::AppsBasePath); in fetchAppsUrl()
92 url.setPath(Private::ChangeBasePath % QLatin1Char('/') % changeId); in fetchChangeUrl()
106 url.setPath(Private::FilesBasePath % QLatin1Char('/') % fileId); in deleteFileUrl()
113 url.setPath(Private::FilesBasePath % QLatin1Char('/') % fileId); in fetchFileUrl()
120 url.setPath(Private::FilesBasePath); in fetchFilesUrl()
127 url.setPath(Private::ChangeBasePath); in fetchChangesUrl()
158 url.setPath(Private::FilesBasePath); in uploadMetadataFileUrl()
294 url.setPath(Private::DrivesBasePath); in fetchDrivesUrl()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/test/Network/Wai/
H A DTestSpec.hs36 let req = setPath defaultRequest "/foo/bar/baz?foo=23&bar=42&baz"
56 rawQueryString (setPath defaultRequest "/foo/bar/baz") `shouldBe` ""
150 setPath defaultRequest "/set/cookie_name/cookie_value"
152 setPath defaultRequest "/get"
162 setPath defaultRequest "/get"
172 setPath defaultRequest "/get"
182 setPath defaultRequest "/delete/cookie_name2"
184 setPath defaultRequest "/get"
195 setPath defaultRequest "/get"
211 setPath defaultRequest "/get"
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs36 let req = setPath defaultRequest "/foo/bar/baz?foo=23&bar=42&baz"
56 rawQueryString (setPath defaultRequest "/foo/bar/baz") `shouldBe` ""
150 setPath defaultRequest "/set/cookie_name/cookie_value"
152 setPath defaultRequest "/get"
162 setPath defaultRequest "/get"
172 setPath defaultRequest "/get"
182 setPath defaultRequest "/delete/cookie_name2"
184 setPath defaultRequest "/get"
195 setPath defaultRequest "/get"
211 setPath defaultRequest "/get"
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs36 let req = setPath defaultRequest "/foo/bar/baz?foo=23&bar=42&baz"
56 rawQueryString (setPath defaultRequest "/foo/bar/baz") `shouldBe` ""
150 setPath defaultRequest "/set/cookie_name/cookie_value"
152 setPath defaultRequest "/get"
162 setPath defaultRequest "/get"
172 setPath defaultRequest "/get"
182 setPath defaultRequest "/delete/cookie_name2"
184 setPath defaultRequest "/get"
195 setPath defaultRequest "/get"
211 setPath defaultRequest "/get"
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs36 let req = setPath defaultRequest "/foo/bar/baz?foo=23&bar=42&baz"
56 rawQueryString (setPath defaultRequest "/foo/bar/baz") `shouldBe` ""
150 setPath defaultRequest "/set/cookie_name/cookie_value"
152 setPath defaultRequest "/get"
162 setPath defaultRequest "/get"
172 setPath defaultRequest "/get"
182 setPath defaultRequest "/delete/cookie_name2"
184 setPath defaultRequest "/get"
195 setPath defaultRequest "/get"
211 setPath defaultRequest "/get"
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/test/Network/Wai/
H A DTestSpec.hs36 let req = setPath defaultRequest "/foo/bar/baz?foo=23&bar=42&baz"
56 rawQueryString (setPath defaultRequest "/foo/bar/baz") `shouldBe` ""
150 setPath defaultRequest "/set/cookie_name/cookie_value"
152 setPath defaultRequest "/get"
162 setPath defaultRequest "/get"
172 setPath defaultRequest "/get"
182 setPath defaultRequest "/delete/cookie_name2"
184 setPath defaultRequest "/get"
195 setPath defaultRequest "/get"
211 setPath defaultRequest "/get"
[all …]
/dports/www/bolt/bolt-2.2.24/src/Configuration/
H A DResourceManager.php83 $this->setPath('apppath', 'app');
86 $this->setPath('extensionsconfig', 'app/config/extensions');
87 $this->setPath('extensionspath', 'extensions');
90 $this->setPath('filespath', 'files');
97 $this->setPath('web', '');
98 $this->setPath('cache', 'app/cache');
99 $this->setPath('config', 'app/config');
100 $this->setPath('database', 'app/database');
101 $this->setPath('themebase', 'theme');
116 return $this->setPath('root', $rootPath);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Didempotency_update_sequence.cpp155 const std::string& setPath) const { in _determineWhatToSet()
156 if (UpdateSequenceGenerator::_getPathDepth(setPath) == this->_config.depth) { in _determineWhatToSet()
173 void UpdateSequenceGenerator::_appendSetArgToBuilder(const std::string& setPath, in _appendSetArgToBuilder() argument
175 auto setChoice = _determineWhatToSet(setPath); in _appendSetArgToBuilder()
178 this->_scalarGenerator->generateScalar().addToBsonObj(setArgBuilder, setPath); in _appendSetArgToBuilder()
181 setArgBuilder->append(setPath, _generateArrToSet(setPath)); in _appendSetArgToBuilder()
184 setArgBuilder->append(setPath, _generateDocToSet(setPath)); in _appendSetArgToBuilder()
213 BSONArray UpdateSequenceGenerator::_generateArrToSet(const std::string& setPath) const { in _generateArrToSet()
214 auto enumerator = _getValidEnumeratorForPath(setPath); in _generateArrToSet()
223 BSONObj UpdateSequenceGenerator::_generateDocToSet(const std::string& setPath) const { in _generateDocToSet()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/geometry/cmd/
H A Dcmdpolygonedit.cpp89 void CmdPolygonEdit::setPath(const Path& path, bool immediate) noexcept { in setPath() function in librepcb::CmdPolygonEdit
92 if (immediate) mPolygon.setPath(mNewPath); in setPath()
96 setPath(mNewPath.translated(deltaPos), immediate); in translate()
101 setPath(mNewPath.mappedToGrid(gridInterval), immediate); in snapToGrid()
106 setPath(mNewPath.rotated(angle, center), immediate); in rotate()
112 setPath(mNewPath.mirrored(orientation, center), immediate); in mirrorGeometry()
141 mPolygon.setPath(mOldPath); in performUndo()
149 mPolygon.setPath(mNewPath); in performRedo()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/site/
H A DTestSites.php48 $site->setPath( MediaWikiSite::PATH_PAGE, "https://en.wiktionary.org/wiki/$1" );
49 $site->setPath( MediaWikiSite::PATH_FILE, "https://en.wiktionary.org/w/$1" );
58 $site->setPath( MediaWikiSite::PATH_PAGE, "https://de.wiktionary.org/wiki/$1" );
59 $site->setPath( MediaWikiSite::PATH_FILE, "https://de.wiktionary.org/w/$1" );
94 $site->setPath( MediaWikiSite::PATH_PAGE, "https://$langCode.wikipedia.org/wiki/$1" );
95 $site->setPath( MediaWikiSite::PATH_FILE, "https://$langCode.wikipedia.org/w/$1" );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/site/
H A DTestSites.php48 $site->setPath( MediaWikiSite::PATH_PAGE, "https://en.wiktionary.org/wiki/$1" );
49 $site->setPath( MediaWikiSite::PATH_FILE, "https://en.wiktionary.org/w/$1" );
58 $site->setPath( MediaWikiSite::PATH_PAGE, "https://de.wiktionary.org/wiki/$1" );
59 $site->setPath( MediaWikiSite::PATH_FILE, "https://de.wiktionary.org/w/$1" );
94 $site->setPath( MediaWikiSite::PATH_PAGE, "https://$langCode.wikipedia.org/wiki/$1" );
95 $site->setPath( MediaWikiSite::PATH_FILE, "https://$langCode.wikipedia.org/w/$1" );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/site/
H A DTestSites.php48 $site->setPath( MediaWikiSite::PATH_PAGE, "https://en.wiktionary.org/wiki/$1" );
49 $site->setPath( MediaWikiSite::PATH_FILE, "https://en.wiktionary.org/w/$1" );
58 $site->setPath( MediaWikiSite::PATH_PAGE, "https://de.wiktionary.org/wiki/$1" );
59 $site->setPath( MediaWikiSite::PATH_FILE, "https://de.wiktionary.org/w/$1" );
94 $site->setPath( MediaWikiSite::PATH_PAGE, "https://$langCode.wikipedia.org/wiki/$1" );
95 $site->setPath( MediaWikiSite::PATH_FILE, "https://$langCode.wikipedia.org/w/$1" );
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/
H A DBindTagTests.java56 tag.setPath("tb"); in testBindTagWithoutErrors()
79 tag.setPath("tb"); in testBindTagWithGlobalErrors()
95 tag.setPath("tb.*"); in testBindTagWithGlobalErrors()
118 tag.setPath("tb"); in testBindTagWithGlobalErrorsAndNoDefaultMessage()
131 tag.setPath("tb.*"); in testBindTagWithGlobalErrorsAndNoDefaultMessage()
151 tag.setPath("tb"); in testBindTagWithGlobalErrorsAndDefaultMessageOnly()
186 tag.setPath("tb"); in testBindStatusGetErrorMessagesAsString()
200 tag.setPath("tb"); in testBindStatusGetErrorMessagesAsString()
212 tag.setPath("tb"); in testBindStatusGetErrorMessagesAsString()
443 tag.setPath("tb"); in testPropertyExposing()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgssvgmarker.cpp144 mSvgMarkerLayer->setPath( svgPath ); in svgMarkerSymbol()
188 mSvgMarkerLayer->setPath( svgPath ); in bench()
200 mSvgMarkerLayer->setPath( svgPath ); in anchor()
216 mSvgMarkerLayer->setPath( svgPath ); in aspectRatio()
229 mSvgMarkerLayer->setPath( svgPath ); in dynamicSizeWithAspectRatio()
245 mSvgMarkerLayer->setPath( svgPath ); in dynamicWidthWithAspectRatio()
261 mSvgMarkerLayer->setPath( svgPath ); in dynamicAspectRatio()
285 layer.setPath( mTestDataDir + "test_symbol_svg.svg" ); in resetDefaultAspectRatio()
288 layer.setPath( svgPath ); in resetDefaultAspectRatio()
297 layer.setPath( mTestDataDir + "test_symbol_svg.svg" ); in resetDefaultAspectRatio()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/
H A DInputTagTests.java67 this.tag.setPath("name"); in testSimpleBind()
81 bindTag.setPath("name"); in testSimpleBindTagWithinForm()
93 this.tag.setPath("name"); in testSimpleBindWithHtmlEscaping()
158 this.tag.setPath("name"); in testWithAllAttributes()
236 this.tag.setPath("name"); in testWithNestedBind()
255 bindTag.setPath("name"); in testWithNestedBindTagWithinForm()
264 this.tag.setPath("name"); in testWithErrors()
285 this.tag.setPath("name"); in testDisabledFalse()
294 this.tag.setPath("myFloat"); in testWithCustomBinder()
314 this.tag.setPath("name"); in testReadOnlyAttributeRenderingWhenReadonlyIsTrue()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgssvgmarker.cpp147 mSvgMarkerLayer->setPath( svgPath ); in svgMarkerSymbol()
191 mSvgMarkerLayer->setPath( svgPath ); in bench()
203 mSvgMarkerLayer->setPath( svgPath ); in anchor()
219 mSvgMarkerLayer->setPath( svgPath ); in aspectRatio()
232 mSvgMarkerLayer->setPath( svgPath ); in dynamicSizeWithAspectRatio()
248 mSvgMarkerLayer->setPath( svgPath ); in dynamicWidthWithAspectRatio()
264 mSvgMarkerLayer->setPath( svgPath ); in dynamicAspectRatio()
291 layer.setPath( svgPath ); in resetDefaultAspectRatio()
311 mSvgMarkerLayer->setPath( svgPath ); in opacityWithDataDefinedColor()
331 mSvgMarkerLayer->setPath( svgPath ); in dataDefinedOpacity()
[all …]
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DconfigSettings.cpp178 dir.setPath(bundleDir + QDir::separator() + "Contents" + in initializeSystemConfig()
182 dir.setPath(QString(MASSXPERT_DATA_DIR)); in initializeSystemConfig()
199 dir.setPath(dir.absolutePath() + in initializeSystemConfig()
225 dir.setPath(bundleDir + QDir::separator() + "Contents" + in initializeSystemConfig()
228 dir.setPath(QString(MASSXPERT_LOCALE_DIR)); in initializeSystemConfig()
294 dir.setPath(QDir::homePath() + QDir::separator() + ".massxpert"); in initializeUserConfig()
319 dir.setPath(m_userDataDir + QDir::separator() + "pol-chem-defs"); in initializeUserConfig()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DExecutableFinderTest.php32 private function setPath($path) function in Symfony\\Component\\Process\\Tests\\ExecutableFinderTest
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
74 $this->setPath('');
89 $this->setPath('');
126 $this->setPath('');
151 $this->setPath(sys_get_temp_dir());
/dports/www/phpbb3/phpBB3/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php32 private function setPath($path) function in Symfony\\Component\\Process\\Tests\\ExecutableFinderTest
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
74 $this->setPath('');
89 $this->setPath('');
126 $this->setPath('');
151 $this->setPath(sys_get_temp_dir());
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php32 private function setPath($path) function in Symfony\\Component\\Process\\Tests\\ExecutableFinderTest
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
74 $this->setPath('');
89 $this->setPath('');
126 $this->setPath('');
151 $this->setPath(sys_get_temp_dir());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DExecutableFinderTest.php32 private function setPath($path) function in Symfony\\Component\\Process\\Tests\\ExecutableFinderTest
44 $this->setPath(\dirname(\PHP_BINARY));
60 $this->setPath('');
74 $this->setPath('');
89 $this->setPath('');
126 $this->setPath('');
151 $this->setPath(sys_get_temp_dir());
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopeteavatarmanager.cpp105 avatarUrl.setPath(avatarUrl.path() + '/' + (UserDir)); in add()
110 avatarUrl.setPath(avatarUrl.path() + '/' + (ContactDir)); in add()
120 avatarUrl.setPath(avatarUrl.path() + '/' + (accountName)); in add()
135 configUrl.setPath(configUrl.path() + '/' + (AvatarConfig)); in add()
191 avatarUrl.setPath(avatarUrl.path() + '/' + (avatarFilename)); in add()
216 dataUrl.setPath(dataUrl.path() + '/' + (dataFilename)); in add()
262 configUrl.setPath(configUrl.path() + '/' + (UserDir)); in remove()
264 configUrl.setPath(configUrl.path() + '/' + (AvatarConfig)); in remove()
290 configUrl.setPath(configUrl.path() + '/' + (UserDir)); in exists()
292 configUrl.setPath(configUrl.path() + '/' + (AvatarConfig)); in exists()
[all …]
/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Dmain.cpp77 QSettings::setPath(QSettings::IniFormat, QSettings::UserScope, userdir + "/Settings"); in main()
92 Sound::setPath(path + "/sounds/"); in main()
119 olddir.setPath(oldpath + "/" + subpath); in main()
132 olddir.setPath(oldpath); in main()
150 DocumentCache::setPath(dir.filePath("Cache/Files")); in main()
156 Session::setPath(dir.absoluteFilePath("Sessions")); in main()
172 Theme::setPath(dir.absoluteFilePath("Themes")); in main()
190 DictionaryManager::setPath(dir.absoluteFilePath("Dictionaries")); in main()
199 DailyProgress::setPath(dir.absoluteFilePath("DailyProgress.ini")); in main()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dfixedwindowrollingpolicy.cpp179 File().setPath(renameTo), in rollover()
180 File().setPath(compressedName), in rollover()
188 File().setPath(renameTo), in rollover()
189 File().setPath(compressedName), in rollover()
195 File().setPath(currentActiveFile), in rollover()
196 File().setPath(renameTo), in rollover()
255 toRenameCompressed.setPath(lowFilename); in purge()
257 toRenameBase.setPath(lowFilename.substr(0, lowFilename.length() - suffixLength)); in purge()
311 renames.push_back(new FileRenameAction(*toRename, File().setPath(renameTo), true)); in purge()
/dports/editors/texworks/texworks-release-0.6.2/lib-patches/
H A Dqt-4_7-qpathclipper.patch14 m_segments.setPath(subject);
22 a.setPath(subjectPath);
25 b.setPath(clipPath);
34 a.setPath(subjectPath);
37 b.setPath(clipPath);

12345678910>>...184