Home
last modified time | relevance | path

Searched refs:tmpSource (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/admin/
H A Dsources.php371 if ( !isset($tmpSource['ObjRef']) ) {
377 $stream = $tmpSource['ObjRef']->LogStreamFactory($tmpSource['ObjRef']);
502 $tmpSource['DiskFile'] = CheckAndPrependRootPath(DB_StripSlahes($tmpSource['DiskFile']));
503 $tmpSource['ObjRef']->FileName = $tmpSource['DiskFile'];
507 InitSource($tmpSource);
510 if ( !isset($tmpSource['ObjRef']) ) {
515 $stream = $tmpSource['ObjRef']->LogStreamFactory($tmpSource['ObjRef']);
737 $tmpSource['ID'] = $content['SOURCEID'];
738 $tmpSource['Name'] = $content['Name'];
772 InitSource($tmpSource);
[all …]
/dports/misc/perkeep/perkeep-0.11/misc/release/
H A Dzip-source.go47 const tmpSource = "/tmp/perkeep.org" const
122 cmd := exec.Command("cp", "-a", srcDir, tmpSource)
131 check(os.MkdirAll(tmpSource, 0777))
132 check(os.Chdir(tmpSource))
215 d, err := os.Open(tmpSource)
228 srcPath := path.Join(tmpSource, name)
/dports/audio/HVSC-Update/HVSC_Update_Tool_287/src/
H A DUpdate.cpp611 PathCreator tmpSource; in main() local
612 if (!getHVSCpath(tmpSource,updateFile.getLineBuf())) in main()
646 logError(errorFile,tmpSource.get(), in main()
651 logError(errorFile,tmpSource.get(), in main()
676 logError(errorFile,tmpSource.get(), in main()
680 logError(errorFile,tmpSource.get(), in main()
696 logError(errorFile,tmpSource.get(), in main()
702 mySidTune sidFile(tmpSource.get()); in main()
705 logError(errorFile,tmpSource.get(), in main()
713 logError(errorFile,tmpSource.get(), in main()
[all …]
/dports/math/vtk6/VTK-6.2.0/Parallel/MPI/Testing/Cxx/
H A DExerciseMultiProcessController.cxx368 VTK_CREATE(arrayType, tmpSource); in ExerciseType()
766 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
767 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
772 controller->GatherV(tmpSource, buffer, in ExerciseType()
801 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
802 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
856 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
857 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
882 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
883 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
[all …]
/dports/math/vtk8/VTK-8.2.0/Parallel/MPI/Testing/Cxx/
H A DExerciseMultiProcessController.cxx368 VTK_CREATE(arrayType, tmpSource); in ExerciseType()
766 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
767 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
770 controller->GatherV(tmpSource, buffer, in ExerciseType()
797 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
798 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
852 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
853 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
878 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
879 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
[all …]
/dports/math/vtk9/VTK-9.1.0/Parallel/MPI/Testing/Cxx/
H A DExerciseMultiProcessController.cxx417 vtkNew<arrayType> tmpSource; in ExerciseType() local
797 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
798 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
826 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
827 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
832 controller->GatherV(tmpSource, buffer, destProcessId); in ExerciseType()
880 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
881 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
905 tmpSource->DeepCopy(sourceArrays[rank]); in ExerciseType()
906 tmpSource->SetNumberOfTuples(lengths[rank]); in ExerciseType()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A DmemoryManager_int.h192 size_t tmpSource = source.pEmptySpace;
196 while (tmpSource != x){
197 tmpSource = source[tmpSource];
198 target[tmpTarget] = tmpSource;
/dports/net-mgmt/icinga2/icinga2-2.13.2/icinga-installer/
H A Dicinga-installer.cpp135 std::string tmpSource = source + std::string(1, '\0'); in CopyDirectory() local
140 fop.pFrom = tmpSource.c_str(); in CopyDirectory()
/dports/devel/f18/f18-1688bef/tools/f18/
H A Df18-parse-demo.cc242 std::ofstream tmpSource; in CompileFortran() local
243 tmpSource.open(tmpSourcePath); in CompileFortran()
244 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
H A Df18.cc318 std::ofstream tmpSource; in CompileFortran() local
319 tmpSource.open(tmpSourcePath); in CompileFortran()
321 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/win32/
H A DIcecast2winDlg.cpp1021 char tmpSource[1024] = ""; in config_read() local
1023 memset(tmpSource, '\000', sizeof(tmpSource)); in config_read()
1027 strncpy(tmpSource, buf, p1-buf); in config_read()
1032 strcpy(gTitleSource, tmpSource); in config_read()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp238 llvm::raw_fd_ostream tmpSource(tmpSourcePath, EC, llvm::sys::fs::F_None); in CompileFortran() local
243 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp241 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
242 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp235 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
236 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A DCompositorD3D9.cpp985 RefPtr<IDirect3DSurface9> tmpSource = in FinishMixBlend() local
987 if (!tmpSource) { in FinishMixBlend()
993 AutoSurfaceLock sourceLock(tmpSource, D3DLOCK_READONLY); in FinishMixBlend()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18/
H A Df18.cpp336 llvm::raw_fd_ostream tmpSource(tmpSourcePath, EC, llvm::sys::fs::F_None); in CompileFortran() local
341 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/tools/f18/
H A Df18.cpp336 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
337 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp345 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
346 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp345 llvm::raw_fd_ostream tmpSource(fd, /*shouldClose*/ true); in CompileFortran() local
346 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/de/m740/projectx/gigaset/
H A DGDialog.java1280 Object tmpSource = inpEvent.getSource(); in insertBoxFiles() local
1281 … GPanelLost tmpPanelLost = (tmpSource instanceof GPanelLost) ? (GPanelLost)tmpSource : null; in insertBoxFiles()

12