Home
last modified time | relevance | path

Searched refs:codeFilePath (Results 1 – 15 of 15) sorted by relevance

/dports/www/gitea/gitea-1.16.5/contrib/pr/
H A Dcheckout.go43 var codeFilePath = "contrib/pr/checkout.go" var
182 codeFilePath = filepath.FromSlash(codeFilePath) //Convert to running OS
185 dat, err := os.ReadFile(codeFilePath)
244 if _, err := os.Stat(codeFilePath); os.IsNotExist(err) {
245 err = os.MkdirAll(filepath.Dir(codeFilePath), 0755)
249 err = os.WriteFile(codeFilePath, dat, 0644)
257 runCmd("go", "run", "-mod", "vendor", "-tags", "sqlite sqlite_unlock_notify", codeFilePath, "-run")
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxdtsimportpopup.cpp134 TFilePath codedPath = m_scene->codeFilePath(path); in updateSuggestions()
154 TFilePath codedPath = m_scene->codeFilePath(path); in updateSuggestions()
H A Dlevelsettingspopup.cpp979 TApp::instance()->getCurrentScene()->getScene()->codeFilePath(newPath); in onPathChanged()
1132 newScanPath = TApp::instance()->getCurrentScene()->getScene()->codeFilePath( in onScanPathChanged()
1165 TApp::instance()->getCurrentScene()->getScene()->codeFilePath( in onScanPathChanged()
H A Diocommand.cpp197 TFilePath path = scene->codeFilePath(actualSrcPath); in process()
538 level->getPaletteLevel()->setPath(scene->codeFilePath(palettePath)); in loadPalette()
2797 scene->codeFilePath(scene->decodeFilePath(level->getPath())); in takeCareSceneFolderItemsOnSaveSceneAs()
H A Dfilebrowserpopup.cpp2131 newPath = TApp::instance()->getCurrentScene()->getScene()->codeFilePath( in execute()
2308 if (scene && codePath) fp = scene->codeFilePath(fp); in getPath()
H A Dvectorizerpopup.cpp299 vl->setPath(scene->codeFilePath(dstPath)); in setLevel()
H A Dcellselectioncommand.cpp1419 dstSl->setPath(scene->codeFilePath(dstPath)); in cloneLevel()
H A Doutputsettingspopup.cpp940 newFp = TApp::instance()->getCurrentScene()->getScene()->codeFilePath(newFp); in onPathChanged()
H A Dpenciltestpopup.cpp1008 path = scene->codeFilePath(path); in getPath()
H A Dpenciltestpopup_qt.cpp1212 path = scene->codeFilePath(path); in getPath()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtoonzscene.h191 TFilePath codeFilePath(const TFilePath &) const;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dboardsettings.cpp103 return scene->codeFilePath(scene->getScenePath()).getQString(); in getContentText()
110 return scene->codeFilePath(oprop->getPath()).getQString(); in getContentText()
H A Dtoonzscene.cpp1140 sl->setPath(codeFilePath(levelPath)); in loadLevel()
1159 xl->setPath(codeFilePath(levelPath), true); in loadLevel()
1320 TFilePath ToonzScene::codeFilePath(const TFilePath &path) const { in codeFilePath() function in ToonzScene
H A Dtxshsimplelevel.cpp1504 sl->setPath(getScene()->codeFilePath(app)); in save()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tcleanupper/
H A Dtcleanupper.cpp728 originalLevelPath = scene->codeFilePath(targetPath); in main()
758 xl->setPath(scene->codeFilePath(targetPath), false); in main()