Home
last modified time | relevance | path

Searched refs:ToolList (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dtools.cpp116 for (ToolList::iterator iter = _tools.begin(); iter != _tools.end(); ++iter) in ~Tools()
120 Tools::ToolList Tools::inspectInput(const Common::Filename &filename, ToolType type, bool check_dir… in inspectInput()
121 ToolList perfect_choices; in inspectInput()
122 ToolList good_choices; in inspectInput()
123 ToolList awful_choices; in inspectInput()
129 for (ToolList::const_iterator tool = _tools.begin(); tool != _tools.end(); ++tool) { in inspectInput()
H A Dtools.h37 typedef std::vector<Tool *> ToolList; typedef
43ToolList inspectInput(const Common::Filename &filename, ToolType type = TOOLTYPE_ALL, bool check_d…
47 ToolList _tools;
H A Dscummvm-tools-cli.cpp62 for (ToolList::iterator iter = _tools.begin(); iter != _tools.end(); ++iter) { in run()
78 for (ToolList::iterator iter = _tools.begin(); iter != _tools.end(); ++iter) { in run()
95 ToolList choices; in run()
157 for (ToolList::iterator choice = choices.begin(); choice != choices.end(); ++choice, ++i) { in run()
224 for (ToolList::iterator tool = _tools.begin(); tool != _tools.end(); ++tool) in printTools()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/tools/
H A Dtool_box.h83 typedef std::list<Tool*> ToolList; typedef
84 typedef ToolList::iterator ToolIterator;
85 typedef ToolList::const_iterator ToolConstIterator;
120 ToolList m_tools;
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DToolBox.cpp345 const ToolList& slaves = mapIt->second; in activateTool()
346 ToolList::const_iterator listIt, listEnd; in activateTool()
362 const ToolList& slaves = mapIt->second; in deactivateTool()
363 ToolList::const_iterator listIt, listEnd; in deactivateTool()
H A DToolBox.h56 typedef std::vector<Tool*> ToolList; typedef
57 typedef std::map<Tool*, ToolList> ToolMap;
/dports/games/scummvm-tools/scummvm-tools-2.5.0/gui/
H A Dgui_tools.cpp49 for (ToolList::iterator tool = _tools.begin(); tool != _tools.end(); ++tool) in init()
69 ToolList choices = inspectInput(filename, tt, true); in getToolList()
72 for (ToolList::const_iterator tool = choices.begin(); tool != choices.end(); ++tool) in getToolList()
/dports/security/py-maec/python-maec-4.1.0.17/maec/package/
H A Danalysis.py112 class ToolList(maec.EntityList): class
219 tools = fields.TypedField("Tools", ToolList)
242 self.tools = ToolList()
H A D__init__.py10 ToolList, CommentList, Comment, Source) # noqa
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didetextconverter.pas82 function Execute(ToolList: TComponent; out ErrorTool: TComponent): TModalResult;// run the tools in Execute()
651 function TIDETextConverter.Execute(ToolList: TComponent; in TIDETextConverter.Execute()
660 for i:=0 to ToolList.ComponentCount-1 do begin
661 if ToolList.Components[i] is TCustomTextConverterTool then begin
662 Tool:=TCustomTextConverterTool(ToolList.Components[i]);
/dports/editors/lazarus/lazarus/components/ideintf/
H A Didetextconverter.pas82 function Execute(ToolList: TComponent; out ErrorTool: TComponent): TModalResult;// run the tools in Execute()
661 function TIDETextConverter.Execute(ToolList: TComponent; in TIDETextConverter.Execute()
670 for i:=0 to ToolList.ComponentCount-1 do begin
671 if ToolList.Components[i] is TCustomTextConverterTool then begin
672 Tool:=TCustomTextConverterTool(ToolList.Components[i]);
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Didetextconverter.pas82 function Execute(ToolList: TComponent; out ErrorTool: TComponent): TModalResult;// run the tools in Execute()
661 function TIDETextConverter.Execute(ToolList: TComponent; in TIDETextConverter.Execute()
670 for i:=0 to ToolList.ComponentCount-1 do begin
671 if ToolList.Components[i] is TCustomTextConverterTool then begin
672 Tool:=TCustomTextConverterTool(ToolList.Components[i]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didetextconverter.pas82 function Execute(ToolList: TComponent; out ErrorTool: TComponent): TModalResult;// run the tools in Execute()
651 function TIDETextConverter.Execute(ToolList: TComponent; in TIDETextConverter.Execute()
660 for i:=0 to ToolList.ComponentCount-1 do begin
661 if ToolList.Components[i] is TCustomTextConverterTool then begin
662 Tool:=TCustomTextConverterTool(ToolList.Components[i]);
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DMerkaartorPreferences.h147 typedef QMap<QString, Tool> ToolList; typedef
269 ToolList* getTools();
475 ToolList theToolList;
/dports/security/py-maec/python-maec-4.1.0.17/docs/api/package/
H A Danalysis.rst49 .. autoclass:: ToolList
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Common/
H A DInfClassObject.py854 ToolList = gNmakeFlagPattern.findall(Nmake.Name)
855 if len(ToolList) == 0 or len(ToolList) != 1:
859 if ToolList[0] in gNmakeFlagName2ToolCode:
860 Tool = gNmakeFlagName2ToolCode[ToolList[0]]
862 Tool = ToolList[0]
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Ddatatypes.pas850 function FindToolNodeA(ToolList: PList; Attrs: PTagItem): PToolNode; syscall IDataTypes 260;
870 function FindToolNode(ToolList: PList; const TagList: array of PtrUInt): PToolNode; inline;
922 function FindToolNode(ToolList: PList; const TagList: array of PtrUInt): PToolNode;
924 FindToolNode := FindToolNodeA(ToolList, @TagList);
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Ddatatypes.pas875 function FindToolNodeA(ToolList: PList; Attrs: PTagItem): PToolNode; syscall DataTypesBase 41;
896 function FindToolNode(ToolList: PList; const TagList: array of PtrUInt): PToolNode; inline;
971 function FindToolNode(ToolList: PList; const TagList: array of PtrUInt): PToolNode;
973 FindToolNode := FindToolNodeA(ToolList, @TagList);
/dports/games/residualvm/residualvm-0.3.1/devtools/create_project/
H A Dcreate_project.h178 typedef std::list<Tool> ToolList; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_project/
H A Dcreate_project.h178 typedef std::list<Tool> ToolList; typedef
/dports/games/scummvm/scummvm-2.5.1/devtools/create_project/
H A Dcreate_project.h183 typedef std::list<Tool> ToolList; typedef
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py889ToolList = [DataType.TAB_TOD_DEFINES_TARGET, DataType.TAB_TOD_DEFINES_TOOL_CHAIN_TAG, DataType.TAB…
894 for String in ToolDb[ToolList[Index]]:
902 elif List[Index] not in ToolDb[ToolList[Index]]:
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py890ToolList = [DataType.TAB_TOD_DEFINES_TARGET, DataType.TAB_TOD_DEFINES_TOOL_CHAIN_TAG, DataType.TAB…
895 for String in ToolDb[ToolList[Index]]:
903 elif List[Index] not in ToolDb[ToolList[Index]]:
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py889ToolList = [DataType.TAB_TOD_DEFINES_TARGET, DataType.TAB_TOD_DEFINES_TOOL_CHAIN_TAG, DataType.TAB…
894 for String in ToolDb[ToolList[Index]]:
902 elif List[Index] not in ToolDb[ToolList[Index]]:
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py889ToolList = [DataType.TAB_TOD_DEFINES_TARGET, DataType.TAB_TOD_DEFINES_TOOL_CHAIN_TAG, DataType.TAB…
894 for String in ToolDb[ToolList[Index]]:
902 elif List[Index] not in ToolDb[ToolList[Index]]:

12