Searched refs:item (Results 126 - 150 of 1050) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp155 int wxComboBox::DoAppend(const wxString& item) argument
157 wxXmString str( item.c_str() );
159 m_stringList.Add(item);
165 int wxComboBox::DoInsert(const wxString& item, unsigned int pos) argument
171 return DoAppend(item);
173 wxXmString str( item.c_str() );
175 wxChar* copy = wxStrcpy(new wxChar[item.length() + 1], item.c_str());
313 wxComboBox *item = (wxComboBox *) clientData; variable
321 item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/rss/
H A Drss.c34 rss_item the title of the item
35 rss_date the date of the item
36 rss_desc the description of the item
179 { struct item *item = &rss->channel.item[i]; local
181 if (item->title)
182 { if (item->link)
183 docwrite2(soap, "<tr><td class='rss_item' bgcolor='#dddddd'><a href='", item->link, "' target='_blank'>", item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/rss/
H A Drss.c34 rss_item the title of the item
35 rss_date the date of the item
36 rss_desc the description of the item
179 { struct item *item = &rss->channel.item[i]; local
181 if (item->title)
182 { if (item->link)
183 docwrite2(soap, "<tr><td class='rss_item' bgcolor='#dddddd'><a href='", item->link, "' target='_blank'>", item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc288 item = i;
289 if (sym_get_string_value(item->menu->sym))
290 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym)));
304 sym_set_string_value(item->menu->sym, text().latin1());
305 parent()->updateList(item);
400 ConfigItem* item = (ConfigItem*)menu->data; local
402 for (; item; item = item->nextItem) {
403 if (this == item
415 ConfigItem* item = (ConfigItem*)selectedItem(); local
428 updateList(ConfigItem* item) argument
436 ConfigItem* item; local
471 setValue(ConfigItem* item, tristate val) argument
496 changeValue(ConfigItem* item) argument
558 ConfigItem* item; local
587 ConfigItem* item; local
649 ConfigItem* item; local
710 ConfigItem* item = (ConfigItem*)itemAt(p); local
772 ConfigItem* item = (ConfigItem*)itemAt(p); local
802 ConfigItem* item = (ConfigItem *)currentItem(); local
923 updateList(ConfigItem* item) argument
1494 ConfigItem* item; local
1550 ConfigItem* item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A Dsetdiff.c82 if(!avl_search(&u, c->item))
83 printf("-%s\n", c->item);
86 if(!avl_search(&t, c->item))
87 printf("+%s\n", c->item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizeritem.tex5 attributes of each item managed by a \helpref{wxSizer}{wxsizer}. It is not
27 Construct a sizer item for tracking a spacer.
34 Construct a sizer item for tracking a window.
41 Construct a sizer item for tracking a subsizer.
56 Calculates the minimum desired size for the item, including any space
65 of item.
92 Get the minimum size needed for the item.
98 What is the current position of the item, as set in the last Layout.
104 Get the proportion item attribute.
110 Get the ration item attribut
[all...]
H A Dtreectrl.tex62 to document that only one item may be selected at a time.
63 Selecting another item causes the current selection, if any,
88 \twocolitem{{\bf EVT\_TREE\_DELETE\_ITEM(id, func)}}{Delete an item.}
91 \twocolitem{{\bf EVT\_TREE\_ITEM\_ACTIVATED(id, func)}}{The item has been activated, i.e. chosen by double clicking it with mouse or from keyboard}
92 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSED(id, func)}}{The item has been collapsed.}
93 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSING(id, func)}}{The item is being collapsed. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
94 \twocolitem{{\bf EVT\_TREE\_ITEM\_EXPANDED(id, func)}}{The item has been expanded.}
95 \twocolitem{{\bf EVT\_TREE\_ITEM\_EXPANDING(id, func)}}{The item is being expanded. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
96 \twocolitem{{\bf EVT\_TREE\_ITEM\_RIGHT\_CLICK(id, func)}}{The user has clicked the item with the right mouse button.}
97 \twocolitem{{\bf EVT\_TREE\_ITEM\_MIDDLE\_CLICK(id, func)}}{The user has clicked the item wit
[all...]
H A Dartprov.tex45 \item wxART\_ADD\_BOOKMARK
46 \item wxART\_DEL\_BOOKMARK
47 \item wxART\_HELP\_SIDE\_PANEL
48 \item wxART\_HELP\_SETTINGS
49 \item wxART\_HELP\_BOOK
50 \item wxART\_HELP\_FOLDER
51 \item wxART\_HELP\_PAGE
52 \item wxART\_GO\_BACK
53 \item wxART\_GO\_FORWARD
54 \item wxAR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbacking-dev.h123 enum bdi_stat_item item, s64 amount)
125 __percpu_counter_add(&bdi->bdi_stat[item], amount, BDI_STAT_BATCH);
129 enum bdi_stat_item item)
131 __add_bdi_stat(bdi, item, 1);
135 enum bdi_stat_item item)
140 __inc_bdi_stat(bdi, item);
145 enum bdi_stat_item item)
147 __add_bdi_stat(bdi, item, -1);
151 enum bdi_stat_item item)
156 __dec_bdi_stat(bdi, item);
122 __add_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item, s64 amount) argument
128 __inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
134 inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
144 __dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
150 dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
160 bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
166 __bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
172 bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.h44 KeywordExt * insert (KeywordExt *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Dsetdiff.c82 if(!avl_search(&u, c->item))
83 printf("-%s\n", c->item);
86 if(!avl_search(&t, c->item))
87 printf("+%s\n", c->item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_string.c218 int32 item
225 If `bufPtr' is not NULL, then the integer value of `item', in octal, is
250 int32 item
265 *octalString-- = '0'+ ((item & mask) >> shift);
289 int32 item
296 If `bufPtr' is not NULL, then the integer value of `item', in binary, is
320 int32 item
334 if ((item & mask) == mask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.h84 struct x__Data *item; member in struct:x__DataSet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.h84 struct x__Data *item; member in struct:x__DataSet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dfds.c56 struct fds_item *item; local
63 item = calloc(sizeof(struct fds_item), 1);
64 if (item == NULL)
67 item->fd = fd;
68 item->cb = cb;
69 item->data = data;
71 list_add_tail(&item->head, &fds->list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dradiobox.h15 // List box item
59 virtual bool Enable(unsigned int item, bool enable = true);
60 virtual bool IsItemEnabled(unsigned int item) const;
64 virtual bool Show(unsigned int item, bool show = true);
65 virtual bool IsItemShown(unsigned int item) const;
68 virtual void SetSelection(int item);
73 virtual wxString GetString(unsigned int item) const;
74 virtual void SetString(unsigned int item, const wxString& label);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtabctrl.cpp152 // Delete an item
153 bool wxTabCtrl::DeleteItem(int WXUNUSED(item))
187 bool wxTabCtrl::GetItemRect(int WXUNUSED(item),
201 // Get the item text
202 wxString wxTabCtrl::GetItemText(int WXUNUSED(item)) const
208 // Get the item image
209 int wxTabCtrl::GetItemImage(int WXUNUSED(item)) const
215 // Get the item data
216 void* wxTabCtrl::GetItemData(int WXUNUSED(item)) const
229 // Insert an item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DAutoComplete.cxx127 char item[maxItemLen]; local
132 lb->GetValue(pivot, item, maxItemLen);
135 cond = CompareNCaseInsensitive(word, item, lenWord);
137 cond = strncmp(word, item, lenWord);
141 lb->GetValue(pivot-1, item, maxItemLen);
143 cond = CompareNCaseInsensitive(word, item, lenWord);
145 cond = strncmp(word, item, lenWord);
154 lb->GetValue(pivot, item, maxItemLen);
155 if (!strncmp(word, item, lenWord)) {
159 if (CompareNCaseInsensitive(word, item, lenWor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dipcbase.h60 virtual wxChar *Request(const wxString& item, int *size = (int *) NULL, wxIPCFormat format = wxIPC_TEXT) = 0;
61 virtual bool Poke(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT) = 0;
62 virtual bool StartAdvise(const wxString& item) = 0;
63 virtual bool StopAdvise(const wxString& item) = 0;
66 virtual bool Advise(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT) = 0;
79 const wxString& WXUNUSED(item),
85 const wxString& WXUNUSED(item),
92 const wxString& WXUNUSED(item) )
96 const wxString& WXUNUSED(item) )
101 const wxString& WXUNUSED(item),
[all...]
H A Dsckipc.h31 Most transactions involve a topic name and an item name (choose these
37 - request data from server by topic and item
39 - ask the server to start an advice loop on topic/item
66 virtual wxChar *Request(const wxString& item, int *size = NULL, wxIPCFormat format = wxIPC_TEXT);
67 virtual bool Poke(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT);
68 virtual bool StartAdvise(const wxString& item);
69 virtual bool StopAdvise(const wxString& item);
72 virtual bool Advise(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT);
H A Dradiobox.h52 // return the next active (i.e. shown and not disabled) item above/below/to
54 int GetNextItem(int item, wxDirection dir, long style) const;
57 // set the tooltip text for a radio item, empty string unsets any tooltip
58 void SetItemToolTip(unsigned int item, const wxString& text);
61 wxToolTip *GetItemToolTip(unsigned int item) const
62 { return m_itemsTooltips ? (*m_itemsTooltips)[item] : NULL; }
66 // set helptext for a particular item, pass an empty string to erase it
69 // retrieve helptext for a particular item, empty string means no help text
80 // returns the radio item at the given position or wxNOT_FOUND if none
119 // item i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-charset.c60 const message_list_ty *mlp = mdlp->item[k]->messages;
63 if (mlp->item[j]->msgstr == NULL
64 && mlp->item[j]->msgid[0] == '\0' && !mlp->item[j]->obsolete)
66 const char *header = mlp->item[j]->msgstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp114 bool bNeedsUpdate; // only set to true when an item whose
173 // the item image or -1
176 // user data associated with the item
179 // the item coordinates are not used in report mode; instead this pointer is
180 // NULL and the owner window is used to retrieve the item position and size
205 void SetItem( const wxListItem &item );
217 void GetItem( wxListItem &item );
251 // the list of subitems: only may have more than one item in report mode
257 // total item rect
283 // is this item selecte
666 SetItemText(long item, const wxString& value) argument
1156 wxListItemData *item = node->GetData(); local
1258 wxListItemData *item = node->GetData(); local
1332 wxListItemData *item = node->GetData(); local
1341 wxListItemData *item = node->GetData(); local
1353 wxListItemData *item = node->GetData(); local
1365 wxListItemData *item = node->GetData(); local
1375 wxListItemData *item = node->GetData(); local
1384 wxListItemData *item = node->GetData(); local
1393 wxListItemData *item = node->GetData(); local
1402 wxListItemData *item = node->GetData(); local
1510 wxListItemData *item = node->GetData(); local
1577 wxListItemData *item = node->GetData(); local
1623 wxListItem item; local
1808 wxListItem item; local
2464 wxListItemData *item = node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp115 bool bNeedsUpdate; // only set to true when an item whose
174 // the item image or -1
177 // user data associated with the item
180 // the item coordinates are not used in report mode; instead this pointer is
181 // NULL and the owner window is used to retrieve the item position and size
206 void SetItem( const wxListItem &item );
218 void GetItem( wxListItem &item );
252 // the list of subitems: only may have more than one item in report mode
258 // total item rect
284 // is this item selecte
664 SetItemText(long item, const wxString& value) argument
1155 wxListItemData *item = node->GetData(); local
1257 wxListItemData *item = node->GetData(); local
1331 wxListItemData *item = node->GetData(); local
1340 wxListItemData *item = node->GetData(); local
1352 wxListItemData *item = node->GetData(); local
1364 wxListItemData *item = node->GetData(); local
1374 wxListItemData *item = node->GetData(); local
1383 wxListItemData *item = node->GetData(); local
1392 wxListItemData *item = node->GetData(); local
1401 wxListItemData *item = node->GetData(); local
1514 wxListItemData *item = node->GetData(); local
1581 wxListItemData *item = node->GetData(); local
1627 wxListItem item; local
1814 wxListItem item; local
2478 wxListItemData *item = node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsijointest.tcl82 set item [lindex [lindex $dbt 0] 1]
83 set retlist [sj_dojoin $item $pdb $zipdb $namedb]
87 proc sj_dojoin { item pdb zipdb namedb } {
88 set name [sj_getname "" $item]
89 set zip [sj_getzip "" $item]
92 error_check_good zipc($item) [is_valid_cursor $zipc $zipdb] TRUE
95 error_check_good namec($item) [is_valid_cursor $namec $namedb] TRUE
98 error_check_good pc($item) [is_valid_cursor $pc $pdb] TRUE
114 error_check_good returned_item($item) $ritem $item
[all...]

Completed in 153 milliseconds

1234567891011>>