Home
last modified time | relevance | path

Searched refs:GetDir (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Mooq.ocd/
H A DScript.c64 CheckTurn(GetDir()); in Construction()
118 if (!GetDir()) iX = -iX; in SpitPhase()
127 if (!GetDir()) iX = -iX; in SpitPhase()
152 if (!GetDir()) iX = -iX; in EatPhase()
171 if (!GetDir()) iX = -iX; in EatPhase()
215 if(GetDir()) in ActivityWalking()
422 if (GetDir() == dir) in Walk()
425 if (GetDir()) in Walk()
438 if (GetDir() == dir) in Swim()
441 if (GetDir()) in Swim()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/
H A DvtkADIOSReader.cxx443 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
460 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
477 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
605 if((d = subDir->GetDir("FieldData"))) in ReadObject()
609 if((d = subDir->GetDir("CellData"))) in ReadObject()
613 if((d = subDir->GetDir("PointData"))) in ReadObject()
659 if((d = subDir->GetDir("Verticies"))) in ReadObject()
666 if((d = subDir->GetDir("Lines"))) in ReadObject()
673 if((d = subDir->GetDir("Polygons"))) in ReadObject()
680 if((d = subDir->GetDir("Strips"))) in ReadObject()
[all …]
H A DvtkADIOSDirTree.h48 const vtkADIOSDirTree* GetDir(const std::string& dirName) const;
70 const vtkADIOSDirTree* GetDir(const std::vector<std::string>& path,
H A DvtkADIOSDirTree.cxx123 const vtkADIOSDirTree* vtkADIOSDirTree::GetDir( in GetDir() function in vtkADIOSDirTree
129 return path.size() == 0 ? this : this->GetDir(path, 0); in GetDir()
133 const vtkADIOSDirTree* vtkADIOSDirTree::GetDir( in GetDir() function in vtkADIOSDirTree
145 return i == this->SubDirs.end() ? nullptr : i->second->GetDir(path, pIdx+1); in GetDir()
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/
H A DvtkADIOSReader.cxx445 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
462 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
479 const vtkADIOSDirTree *subDir = this->Tree->GetDir(path); in ReadObject()
603 if((d = subDir->GetDir("FieldData"))) in ReadObject()
607 if((d = subDir->GetDir("CellData"))) in ReadObject()
611 if((d = subDir->GetDir("PointData"))) in ReadObject()
657 if((d = subDir->GetDir("Verticies"))) in ReadObject()
664 if((d = subDir->GetDir("Lines"))) in ReadObject()
671 if((d = subDir->GetDir("Polygons"))) in ReadObject()
678 if((d = subDir->GetDir("Strips"))) in ReadObject()
[all …]
H A DvtkADIOSDirTree.h42 const vtkADIOSDirTree* GetDir(const std::string& dirName) const;
58 const vtkADIOSDirTree* GetDir(const std::vector<std::string>& path,
H A DvtkADIOSDirTree.cxx123 const vtkADIOSDirTree* vtkADIOSDirTree::GetDir( in GetDir() function in vtkADIOSDirTree
129 return path.size() == 0 ? this : this->GetDir(path, 0); in GetDir()
133 const vtkADIOSDirTree* vtkADIOSDirTree::GetDir( in GetDir() function in vtkADIOSDirTree
145 return i == this->SubDirs.end() ? NULL : i->second->GetDir(path, pIdx+1); in GetDir()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/LadderClimb.ocd/
H A DScript.c203 SetXDir(-5 + 10 * GetDir()); in LadderStep()
220 SetXDir(-5 + 10 * GetDir()); in FxIntClimbControlTimer()
254 if (GetDir() == DIR_Left) in FxIntClimbControlTimer()
272 if (GetDir() == DIR_Left && LadderToLandscapeCoordinates(x) - 2 > GetX()) in FxIntClimbControlTimer()
277 else if (GetDir() == DIR_Right && LadderToLandscapeCoordinates(x) + 2 < GetX()) in FxIntClimbControlTimer()
306 if (GetDir() == 0) in FxIntClimbControlTimer()
369 if (GetDir() == DIR_Left) in FxIntClimbControlControl()
399 if (GetDir() == DIR_Right) in FxIntClimbControlControl()
/dports/print/hplip/hplip-3.20.6/pcard/
H A Dptest.c156 int GetDir(char *path, char *dir, char **tail) in GetDir() function
409 GetDir(path, dir, &tail); in main()
413 GetDir(tail, dir, &tail); in main()
421 GetDir(spath, dir, &tail); in main()
425 GetDir(tail, dir, &tail); in main()
437 GetDir(spath, dir, &tail); in main()
441 GetDir(tail, dir, &tail); in main()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/
H A DScript.c63 if(clonk->GetDir() == DIR_Left) { in ControlUseStart()
80 clonk->SetTurnForced(clonk->GetDir()); in ControlUseStart()
84 if((clonk->GetDir() == 0) != (clonk.Plane < tree.Plane)) hand = "Chop.L"; in ControlUseStart()
104 if(clonk->GetDir() == 0) hand = "Chop.L"; in ControlUseStart()
108 clonk->SetTurnForced(clonk->GetDir()); in ControlUseStart()
301 if(Contained()->GetDir() == DIR_Left) offset_x*=-1; in CheckStrike()
414 if(clonk->GetDir() == 1) in GetCarrySpecial()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_compress_archive.cpp59 string GetDir(const string& dirname);
142 CDir(GetDir("test_archive_in")).Remove(); in RunInternalTest()
143 CDir(GetDir("test_archive_out")).Remove(); in RunInternalTest()
148 string CTest::GetDir(const string& dirname) in GetDir() function in CTest
157 string basedir = GetDir("test_archive_in"); in CreateSourceTree()
261 CDir src(GetDir("test_archive_in")); in RunInternalTestFormat()
263 CDir dst(GetDir("test_archive_out")); in RunInternalTestFormat()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/Animations.ocd/
H A DScript.c185 if(GetDir()==DIR_Right) return COMD_Right; in GetDirection()
629 if(GBackSolid(-3+6*GetDir(),-3)) return false; in CheckScaleTop()
660 …while(!(GBackSolid(-3+6*GetDir(),dist-3) || GBackSolid(-5+10*GetDir(),dist+2)) && dist < 8) dist++; in FxIntScaleTimer()
678 if (GetDir() == DIR_Left) in FxIntScaleTimer()
692 else if(!GBackSolid(-10+20*GetDir(), 8)) in FxIntScaleTimer()
723 var dir = -1+2*GetDir(); in FxIntScaleTimer()
804 if(GetDir() == DIR_Left) side = "R"; in StartJump()
1278 var looking_right = GetDir() == DIR_Right; in HandleRollOnHit()
1305 SetTurnForced(GetDir()); in OnStartRoll()
1307 if(GetDir() == 1) lAnim.rollDir = 1; in OnStartRoll()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Puka.ocd/
H A DScript.c565 if (GetDir() == DIR_Left) upwards_angle += 90; in GetTeleportPosition()
628 if (GetDir() != dir) in ShockWater()
645 if (GetDir() == DIR_Right) x *= -1; in EndShockWater()
693 if(GetXDir() < 0) if(GetDir() != DIR_Left) SetDir(DIR_Left); in CheckTurn()
694 else if(GetXDir() > 0) if(GetDir() != DIR_Right) SetDir(DIR_Right); in CheckTurn()
697 if(turn_angle == 0 && GetDir() == DIR_Left) t = true; in CheckTurn()
698 else if(turn_angle == 180 && GetDir() == DIR_Right) t = true; in CheckTurn()
711 if (GetDir() == DIR_Left) in Turn()
722 if(GetDir() == dir) return; in Turn()
736 if(GetDir() == DIR_Left) in FxIntTurningTimer()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dchartdldr_pi.cpp917 m_lbChartSources->SetItem(id, 2, cs->GetDir()); in AppendCatalog()
925 fn.SetPath(cs->GetDir()); in AppendCatalog()
1015 fn.SetPath(cs->GetDir()); in UpdateChartList()
1016 if( !wxDirExists(cs->GetDir()) ) in UpdateChartList()
1074 m_lbChartSources->SetItem(id, 2, cs->GetDir()); in UpdateChartList()
1115 if( wxDirExists(GetDir()) ) in GetLocalFiles()
1116 wxDir::GetAllFiles(GetDir(), allFiles); in GetLocalFiles()
1376 fn.SetPath(cs->GetDir()); in DownloadCharts()
1586 wxString dir = cs->GetDir(); in AddSource()
2296 m_tcChartDirectory->SetValue(FixPath(cs->GetDir())); in OnSourceSelected()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Shark.ocd/
H A DScript.c105 if (GetDir()) in Activity()
115 if (GetDir()) in Activity()
125 … if ((GBackSolid(+75, 0) && GetDir() == DIR_Right) ^ (GBackSolid(-75, 0) && GetDir() == DIR_Left)) in Activity()
274 if (GetDir() == DIR_Left) in StartSwim()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Elevator.ocd/
H A DScript.c19 ClearFreeRect(GetX() + 7 - 38*GetDir(), GetY() + 20, 24, length + 13); in CreateShaft()
236 if (other->GetDir() == DIR_Left) in ConstructionCombineDirection()
246 if (GetDir() == DIR_Left) in CanCombineElevator()
266 public func GetBasementOffset() { return [11 * (2 * GetDir() - 1), 0]; } in GetBasementOffset()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/TreasureHunt.ocs/System.ocg/
H A DDlgPyrit.c105 …if ((c->GetDir()==DIR_Right) != (c->GetX() < fx.plane->GetX())) { c->SetDir(!c->GetDir()); return … in FxPyritHammeringTimer()
120 var x = (GetDir()*2-1) * 14; in Pyrit_HitFx()
/dports/games/gnubg/gnubg-1.06.002/scripts/
H A Dbatch.py125 def GetDir(prompt): function
155 dirs[0] = GetDir(
169 dirs[1] = GetDir(
H A Ddb_import.py83 def GetDir(prompt): function
98 dir = GetDir("Directory containing files to import (enter-exit): ")
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial04.ocs/System.ocg/
H A DWipfAI.c36 if ((GetDir() == DIR_Left || GetComDir() == COMD_Left) && GetX() < 656) in FxTutorialWipfTimer()
41 if ((GetDir() == DIR_Right || GetComDir() == COMD_Right) && GetX() > 832) in FxTutorialWipfTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DPlayerControl.c313 if (ctrl == CON_Left && GetDir() == DIR_Right && GetComDir() == COMD_Up) in ObjectControlMovement()
315 if (ctrl == CON_Right && GetDir() == DIR_Left && GetComDir() == COMD_Up) in ObjectControlMovement()
319 if (ctrl == CON_Left && GetDir() == DIR_Right) return this->ObjectComLetGo(-10); in ObjectControlMovement()
320 if (ctrl == CON_Right && GetDir() == DIR_Left) return this->ObjectComLetGo(+10); in ObjectControlMovement()
338 if (ctrl == CON_Left && GetDir() == DIR_Left || ctrl == CON_Right && GetDir() == DIR_Right) in ObjectControlMovement()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Foundry.ocd/
H A DScript.c35 if (GetDir() == DIR_Right) in Initialize()
43 if (GetDir() != dir) in SetDir()
83 …for (var obj in FindObjects(Find_InRect(16 - 45 * GetDir(), 3, 13, 13), Find_OCF(OCF_Collectible),… in CollectionZone()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/ttvfs/
H A DVFSRoot.cpp71 AddVFSDir(GetDir(src, true), dest); in Mount()
84 DirBase *vdsrc = GetDir(src, false); in Unmount()
85 InternalDir *vddest = safecast<InternalDir*>(GetDir(dest, false)); in Unmount()
176 DirBase *Root::GetDir(const char* dn, bool create /* = false */) in GetDir() function in Root
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/ObjectPlugin/Code/
H A DDllEntry.cpp73 xrFSL::String fs_spec(GetCOREInterface()->GetDir(APP_MAXROOT_DIR)); in Init()
75 xrFSL::String fs_spec(GetCOREInterface()->GetDir(APP_MAX_SYS_ROOT_DIR)); in Init()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial03.ocs/System.ocg/
H A DWipfAI.c51 if ((GetDir() == DIR_Left || GetComDir() == COMD_Left) && GetX() < 656) in FxTutorialWipfTimer()
56 if ((GetDir() == DIR_Right || GetComDir() == COMD_Right) && GetX() > 832) in FxTutorialWipfTimer()

12345678910>>...28