Home
last modified time | relevance | path

Searched defs:ItemDescription (Results 1 – 20 of 20) sorted by path

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/
H A Dtimelineitemsrenderpass.cpp101 struct ItemDescription struct in Timeline::NodeUpdater
103 uchar red;
104 uchar green;
105 uchar blue;
107 float width;
108 float left;
109 float right;
111 float top;
112 float selectionId;
/dports/finance/weberp/webERP/
H A DEDISendInvoices.php187 $ItemDescription = $TransLines['description']; variable
H A DEDISendInvoices_Reece.php269 $ItemDescription = $TransLines['description']; variable
H A DInternalStockRequest.php51 $ItemDescription = $_POST['ItemDescription' . $Index]; variable
H A DSellThroughSupport.php266 $ItemDescription = $myrow['stockid'] . ' - ' . $myrow['description']; variable
268 $ItemDescription = _('Any') . ' ' . $myrow['categorydescription']; variable
/dports/finance/weberp/webERP/includes/
H A DDefineCartClass.php410 Var $ItemDescription; variable in LineDetails
H A DDefineContractClass.php44 $ItemDescription,
99 var $ItemDescription; variable in ContractComponent
108 $ItemDescription,
127 $ItemDescription,
H A DDefineOfferClass.php194 var $ItemDescription; variable in LineDetails
H A DDefinePOClass.php119 $ItemDescription,
215 Var $ItemDescription; variable in LineDetails
H A DDefineShiptClass.php83 var $ItemDescription; variable in LineDetails
H A DDefineSpecialOrderClass.php69 var $ItemDescription; variable in LineDetails
H A DDefineStockAdjustment.php8 var $ItemDescription; variable in StockAdjustment
H A DDefineStockRequestClass.php23 $ItemDescription,
44 var $ItemDescription; variable in LineDetails
50 $ItemDescription,
65 $ItemDescription,
H A DDefineStockTransfers.php57 var $ItemDescription; variable in LineItem
69 $ItemDescription,
94 $ItemDescription,
H A DDefineSuppTransClass.php91 $ItemDescription,
138 $ItemDescription,
318 var $ItemDescription; variable in GRNs
339 $ItemDescription,
385 $ItemDescription,
426 $ItemDescription,
H A DDefineTenderClass.php233 var $ItemDescription; variable in LineDetails
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/ui/
H A Dinventorybox.h49 struct ItemDescription { struct
67 ItemDescription getItemDescription(uint id) const { return _itemDescriptions[id]; } in getItemDescription() argument
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/widgets/
H A Ddynamic_ribbon_widget.hpp51 struct ItemDescription struct
53 irr::core::stringw m_user_name;
54 std::string m_code_name;
55 std::string m_sshot_file;
56 IconButtonWidget::IconPathType m_image_path_type;
58 bool m_animated;
60 std::vector<std::string> m_all_images;
61 float m_curr_time;
62 float m_time_per_frame;
64 unsigned int m_badges;
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ehpc/
H A Dstruct_logs.go27 ItemDescription string `json:"ItemDescription" xml:"ItemDescription"` member
/dports/sysutils/brasero/brasero-3.12.3/src/
H A Dbrasero-project-type-chooser.c71 typedef struct _ItemDescription ItemDescription; typedef