Home
last modified time | relevance | path

Searched refs:TYPE_ITEM (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/
H A DSimpleCSMasterTreeSection.java209 if (sourceCSObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in canDropMove()
229 if (targetCSObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in canDropMove()
386 if (sourceCSObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in doDropMove()
605 if (object.getType() == ISimpleCSConstants.TYPE_ITEM) { in doDragRemove()
613 if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) { in doDragRemove()
767 if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) { in updateButtons()
855 if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) { in handleMoveStepAction()
926 } else if ((object.getType() == ISimpleCSConstants.TYPE_ITEM) in handleModelChangeTypeSwap()
939 } else if ((object.getType() == ISimpleCSConstants.TYPE_ITEM) in handleModelInsertType()
1001 } else if ((object.getType() == ISimpleCSConstants.TYPE_ITEM) in handleModelChangeType()
[all …]
H A DSimpleCSFormOutlinePage.java54 } else if (obj.getType() == ISimpleCSConstants.TYPE_ITEM) { in getObjectText()
H A DSimpleCSHyperlinkDetector.java66 if (csObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in detectAttributeHyperlink()
/dports/audio/gmpc/gmpc-11.8.16/src/
H A Dconfig1.c36 TYPE_ITEM, enumerator
173 new->type = TYPE_ITEM; in cfg_open_parse_file()
347 if (parent->type == TYPE_ITEM) in cfg_add_child()
393 } else if (temp->type == TYPE_ITEM) in cfg_save_category()
517 if (cur->type == TYPE_ITEM) in __int_cfg_get_single_value_as_string()
556 if (cur->type == TYPE_ITEM) in __int_cfg_get_single_value_as_int_mm()
660 if (node->type != TYPE_ITEM) in __int_cfg_remove_node()
671 if (node->parent->type != TYPE_ITEM) in __int_cfg_remove_node()
784 newnode->type = TYPE_ITEM; in __int_cfg_set_single_value_as_string()
889 if (root->type == TYPE_ITEM) in cfg_get_key_list()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/
H A DSimpleCSAddSubStepAction.java36 if (csObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in setDataObject()
43 if (parentObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in setDataObject()
H A DSimpleCSRemoveRunObjectAction.java39 if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) { in run()
H A DSimpleCSRemoveSubStepAction.java41 if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) { in run()
H A DSimpleCSAddStepAction.java46 } else if (csObject.getType() == ISimpleCSConstants.TYPE_ITEM) { in setDataObject()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3data/
H A Dq3data.h95 #define TYPE_ITEM 0 macro
H A Dmodels.c1409 int type = TYPE_ITEM; in Cmd_ASEConvert()
1499 if ( type != TYPE_ITEM ) in Cmd_ASEConvert()
1506 if ( type != TYPE_ITEM ) in Cmd_ASEConvert()
1890 if ( type == TYPE_ITEM ) in ConvertASE()
2098 BuildAnimationFromOAFs( outfilename, objectAnimationFrames, numFrames, TYPE_ITEM ); in ConvertASE()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3data/
H A Dq3data.h95 #define TYPE_ITEM 0 macro
H A Dmodels.c1377 int type = TYPE_ITEM; in Cmd_ASEConvert()
1473 if ( type != TYPE_ITEM ) { in Cmd_ASEConvert()
1480 if ( type != TYPE_ITEM ) { in Cmd_ASEConvert()
1853 if ( type == TYPE_ITEM ) { in ConvertASE()
2052 BuildAnimationFromOAFs( outfilename, objectAnimationFrames, numFrames, TYPE_ITEM ); in ConvertASE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/
H A DPDEUserAssistanceLabelProvider.java54 } else if (obj.getType() == ISimpleCSConstants.TYPE_ITEM) { in getObjectText()
101 if (object.getType() == ISimpleCSConstants.TYPE_ITEM) { in getObjectImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/
H A DISimpleCSConstants.java105 public static final int TYPE_ITEM = 6; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/
H A DSimpleCSItem.java195 return TYPE_ITEM; in getType()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/uimanager/
H A DMenuManager.cpp14 const std::string TYPE_ITEM = "item"; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DIWorkbenchRegistryConstants.java1314 String TYPE_ITEM = "item"; //$NON-NLS-1$ field
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pyga/
H A Drequests.py117 TYPE_ITEM = 'item' variable in Request
303 return ItemRequest.TYPE_ITEM
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/
H A DSimpleCSCommandDetails.java326 if (fRun.getType() == ISimpleCSConstants.TYPE_ITEM) { in updateCommandEnablement()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/savetool/
H A DSaveFix.cpp115 case TYPE_ITEM: in fix_iodata()
H A DSaveView.cpp564 case TYPE_ITEM: cout << "Item"; break; in print_type()
1582 case TYPE_ITEM: { in view_io()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DChangeLevel.cpp886 type = TYPE_ITEM; in ARX_CHANGELEVEL_Push_IO()
1043 if (type == TYPE_ITEM) in ARX_CHANGELEVEL_Push_IO()
1367 case TYPE_ITEM: in ARX_CHANGELEVEL_Push_IO()
2244 case TYPE_ITEM: { in ARX_CHANGELEVEL_Pop_IO()
H A DSaveFormat.h66 TYPE_ITEM = 2, enumerator
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c331 ICMPCONST(TYPE_ITEM) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h136 #define TYPE_ITEM 4 macro

12