Home
last modified time | relevance | path

Searched defs:secondPath (Results 1 – 7 of 7) sorted by relevance

/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/BackgroundJob/
H A DRemoteActivity.php48 …protected function sendActivity($target, $token, $path, $internalType, $time, $actor, $secondPath
115 protected function translateType($internalType, $secondPath) {
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dos_comparefiles.c23 const char* secondPath = luaL_checkstring(L, 2); in os_comparefiles() local
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dos_comparefiles.c23 const char* secondPath = luaL_checkstring(L, 2); in os_comparefiles() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DDuplicateLocalSessionUpgradeTest.java88 final String secondPath = "/ephemeral"; in testLocalSessionUpgrade() local
/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/test/
H A Dmodulemanagertest.cpp144 const QString secondPath = m_moduleManager->addModuleFromTemplate(fileName); in testAddLocalModule() local
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDecoder/
H A DContentDecoder.cpp349 std::string secondPath(""); in NextSheepForPlaying() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DModifyingResourceTests.java210 protected void swapFiles(String firstPath, String secondPath) throws CoreException { in swapFiles()