Searched refs:item (Results 276 - 300 of 1050) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprntdlgg.cpp507 wxListItem item; local
508 item.SetMask( wxLIST_MASK_TEXT );
509 item.SetColumn( 1 );
510 item.SetText( _("Default printer") );
511 item.SetId( m_printerListCtrl->InsertItem( item ) );
516 item2.SetId( item.GetId() );
520 // also select item
521 m_printerListCtrl->SetItemState( item.GetId(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED );
524 item
744 wxListItem item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtreeevt.tex23 \twocolitem{{\bf EVT\_TREE\_BEGIN\_DRAG(id, func)}}{The user has started dragging an item with the left mouse button. The event handler must call {\bf wxTreeEvent::Allow()} for the drag operation to continue.}
24 \twocolitem{{\bf EVT\_TREE\_BEGIN\_RDRAG(id, func)}}{The user has started dragging an item with the right mouse button. The event handler must call {\bf wxTreeEvent::Allow()} for the drag operation to continue.}
26 \twocolitem{{\bf EVT\_TREE\_END\_DRAG(id, func)}}{The user has released the mouse after dragging an item.}
28 \twocolitem{{\bf EVT\_TREE\_DELETE\_ITEM(id, func)}}{A tree item has been deleted.}
32 \twocolitem{{\bf EVT\_TREE\_ITEM\_ACTIVATED(id, func)}}{An item has been activated (e.g. double clicked).}
33 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSED(id, func)}}{The item has been collapsed.}
34 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSING(id, func)}}{The item is being collapsed. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
35 \twocolitem{{\bf EVT\_TREE\_ITEM\_EXPANDED(id, func)}}{The item has been expanded.}
36 \twocolitem{{\bf EVT\_TREE\_ITEM\_EXPANDING(id, func)}}{The item is being expanded. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
37 \twocolitem{{\bf EVT\_TREE\_ITEM\_RIGHT\_CLICK(id, func)}}{The user has clicked the item wit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dsegment.c176 struct object_alias_item *item; local
179 list_for_each_entry(item, &block->item_list, list) {
181 block->level, item->child_no, item->val);
199 struct object_alias_item *item; local
207 item = mempool_alloc(super->s_alias_pool, GFP_NOFS);
208 if (!item)
210 memset(item, 0, sizeof(*item));
213 item
246 struct object_alias_item *item; local
450 struct object_alias_item *item, *next; local
489 struct object_alias_item *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenu.h61 // append any kind of item (normal/check/radio/separator)
73 // append a check item
81 // append a radio item
99 wxMenuItem* Append(wxMenuItem *item) { return DoAppend(item); } argument
105 // insert an item before given position
106 wxMenuItem* Insert(size_t pos, wxMenuItem *item);
108 // insert an item before given position
124 // insert a check item
133 // insert a radio item
154 Prepend(wxMenuItem *item) argument
[all...]
H A Dhtmllbox.h88 // the body (i.e. without <html>) of the HTML for the given item
127 // ensure that the given item is cached
146 // returns index of item that contains given HTML cell
149 // return physical coordinates of root wxHtmlCell of n-th item
153 // relative to the root cell of the item under mouse cursor, if any. If no
278 int Append(const wxString& item) argument
279 { return wxItemContainer::Append(item); }
280 int Append(const wxString& item, void *clientData) argument
281 { return wxItemContainer::Append(item, clientData); }
282 int Append(const wxString& item, wxClientDat argument
[all...]
H A Dlistbase.h77 // State flags for indicating the state of an item
92 #define wxLIST_HITTEST_NOWHERE 0x0004 // In the client area but below the last item.
93 #define wxLIST_HITTEST_ONITEMICON 0x0020 // On the bitmap associated with an item.
94 #define wxLIST_HITTEST_ONITEMLABEL 0x0080 // On the label (string) associated with an item.
95 #define wxLIST_HITTEST_ONITEMRIGHT 0x0100 // In the area to the right of an item.
96 #define wxLIST_HITTEST_ONITEMSTATEICON 0x0200 // On the state icon for a tree view item that is in a user-defined state.
108 wxLIST_NEXT_ABOVE, // Searches for an item above the specified item
109 wxLIST_NEXT_ALL, // Searches for subsequent item by index
110 wxLIST_NEXT_BELOW, // Searches for an item belo
220 wxListItem(const wxListItem& item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c210 findex->messages = mlp->item;
218 message_ty *mp = mlp->item[j];
306 message_ty *mp = mlp->item[j];
326 mlp->item =
328 xrealloc (mlp->item, mlp->nitems_max * sizeof (message_ty *));
346 struct mult_index *item; member in struct:mult_index_list
360 accu->item = NULL;
392 ptr1 = accu->item;
433 /* Swap accu->item and accu->item2. */
438 accu->item2 = accu->item;
[all...]
H A Dmsgl-english.c38 message_list_ty *mlp = mdlp->item[k]->messages;
42 message_ty *mp = mlp->item[j];
H A Dmsgl-iconv.c103 slp->item[i] = convert_string (cd, slp->item[i], context);
187 if (is_header (mlp->item[j]) && !mlp->item[j]->obsolete)
189 const char *header = mlp->item[j]->msgstr;
256 mlp->item[j]->msgstr = new_header;
257 mlp->item[j]->msgstr_len = len1 + len2 + len3 + 1;
302 message_ty *mp = mlp->item[j];
365 iconv_message_list_internal (mdlp->item[k]->messages,
400 if (!iconvable_string (cd, slp->item[
[all...]
H A Dmsgmerge.c603 message_list_list_append (compendiums, mdlp->item[k]->messages);
660 message_list_ty *mlp = compendiums->item[i];
664 message_list_append (all_compendium, mlp->item[j]);
678 return definitions->lists->item[0];
685 definitions->lists->item[0] = mlp;
1004 message_comment_append (result, def->comment->item[j]);
1011 message_comment_dot_append (result, ref->comment_dot->item[j]);
1159 message_ty *refmsg = refmlp->item[jj];
1199 message_ty *refmsg = refmlp->item[j];
1308 problematic |= resultmlp->item[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dframecmn.cpp206 wxMenuItem *item = bar->FindItem(id); local
207 if (item)
209 if (!item->IsEnabled())
212 if ((item->GetKind() == wxITEM_RADIO) && item->IsChecked() )
215 if (item->IsCheckable())
217 item->Toggle();
220 commandEvent.SetInt(item->IsChecked());
386 // it's ok if we don't find the item because it might belong
388 wxMenuItem *item variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp226 long item = InsertItem( GetItemCount(), wxEmptyString ); local
227 SetItemPtrData( item, reinterpret_cast<wxUIntPtr>(newitem) );
228 SetItemBackgroundColour( item, GetBackgroundColour() );
274 ClientCtrlItem_Struct* item = it->second; local
276 long index = FindItem( -1, reinterpret_cast<wxUIntPtr>(item) );
282 delete item;
328 ClientCtrlItem_Struct* item = it->second; local
330 long index = FindItem( -1, reinterpret_cast<wxUIntPtr>(item) );
333 item->GetSource().GetRequestFile()
334 && std::binary_search(m_knownfiles.begin(), m_knownfiles.end(), item
378 ClientCtrlItem_Struct* item = tmp->second; local
469 ClientCtrlItem_Struct* item = (ClientCtrlItem_Struct*)list->GetItemData( index ); local
582 ClientCtrlItem_Struct* item = (ClientCtrlItem_Struct*)GetItemData( index ); local
639 OnDrawItem( int item, wxDC* dc, const wxRect& rect, const wxRect& rectHL, bool highlighted) argument
708 DrawClientItem(wxDC* dc, int nColumn, const wxRect& rect, ClientCtrlItem_Struct* item, int iTextOffset, int iBitmapOffset, int iBitmapXSize ) const argument
[all...]
H A DSharedFilesCtrl.h64 * Note that the item is inserted in sorted order.
95 * If 'batch' is true, the item will be inserted last,
118 virtual void OnDrawItem(int item, wxDC* dc, const wxRect& rect, const wxRect& rectHL, bool highlighted);
124 virtual wxString GetTTSText(unsigned item) const;
158 * Event-handler for the Auto-Priority menu item.
168 * Event-handler for the Edit Comment menu item.
173 * Event-handler for the Rename menu item.
H A DFileDetailDialog.cpp156 SourcenameItem *item = reinterpret_cast<SourcenameItem *>(pmyListCtrl->GetItemData(i)); local
157 item->count = 0;
168 SourcenameItem *item = new SourcenameItem(cur_src.name, cur_src.count); local
169 pmyListCtrl->SetItemPtrData(0, reinterpret_cast<wxUIntPtr>(item));
177 SourcenameItem *item = reinterpret_cast<SourcenameItem *>(pmyListCtrl->GetItemData(itempos)); local
178 item->count = cur_src.count;
194 SourcenameItem *item = new SourcenameItem(cur_src.GetClientFilename(), 1); local
195 pmyListCtrl->SetItemPtrData(0, reinterpret_cast<wxUIntPtr>(item));
203 SourcenameItem *item = reinterpret_cast<SourcenameItem *>(pmyListCtrl->GetItemData(itempos)); local
204 item
211 SourcenameItem *item = reinterpret_cast<SourcenameItem *>(pmyListCtrl->GetItemData(i)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-parse.c93 } *list = NULL, *item; local
100 item = malloc_or_die(sizeof(*item));
101 sscanf(line, "%d %as", &item->pid,
102 (float *)(void *)&item->comm);
103 item->next = list;
104 list = item;
116 item = list;
118 free(item);
151 } *list = NULL, *item; local
292 } *list = NULL, *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex106 \item Added htmlWorkshopFiles setting, to output .hpp, .hhc
113 \item Added \verb$\insertatlevel$ command.
119 \item Debugged problem with Word bookmarks not being inserted for unnumbered
126 \item Added contributed changes by Andreas M�nzenmaier to support German
129 \item Now \verb$\helpref$ causes page references to be inserted in linear RTF,
131 \item WinHelp table caption bug fixed.
137 \item \verb$\fcol$ now works in HTML using the FONT tag.
138 \item \verb$\twocollist$ works in indented paragraphs, and is now
140 \item New boolean option {\bf combineSubSections} added, which switches off
148 \item Th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex99 \item[TITLE]
102 \item[VERSION]
107 \item[ALBUM]
110 \item[TRACKNUMBER]
113 \item[ARTIST]
116 \item[PERFORMER]
119 \item[COPYRIGHT]
122 \item[LICENSE]
130 \item[ORGANIZATION]
134 \item[DESCRIPTIO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcirc_list.h41 #define CIRC_LIST_PUSH(obj, item) \
44 (obj)->x_list[(obj)->x_head] = (item); \
H A Dmbuf.h74 void mbuf_add_item (struct mbuf_set *ms, const struct mbuf_item *item);
76 bool mbuf_extract_item (struct mbuf_set *ms, struct mbuf_item *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.h100 * XmCR_SINGLE_SELECT user selected item in the list
124 * XmCR_UNSELECT unselecting item from list or osfDelete
143 XmString item; member in struct:__anon727
154 extern void XmComboBoxAddItem(Widget w, XmString item, int pos);
156 extern void XmComboBoxAddItemUnselected(Widget w, XmString item, int pos);
157 extern void XmComboBoxDeleteItem(Widget w, XmString item);
164 extern Boolean XmComboBoxItemExists(Widget w, XmString item);
165 extern int XmComboBoxItemPos(Widget w, XmString item);
166 extern Boolean XmComboBoxGetMatchPos(Widget w, XmString item, int **pos_list, int *pos_count);
168 extern void XmComboBoxSelectItem(Widget w, XmString item, Boolea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h23 // change the current item
24 #define wxACTION_LISTBOX_SETFOCUS wxT("setfocus") // select the item
25 #define wxACTION_LISTBOX_MOVEDOWN wxT("down") // select item below
26 #define wxACTION_LISTBOX_MOVEUP wxT("up") // select item above
29 #define wxACTION_LISTBOX_START wxT("start") // go to first item
30 #define wxACTION_LISTBOX_END wxT("end") // go to last item
31 #define wxACTION_LISTBOX_FIND wxT("find") // find item by 1st letter
33 // do something with the current item
45 #define wxACTION_LISTBOX_EXTENDSEL wxT("extend") // extend to item
117 virtual int DoAppendOnly(const wxString& item);
153 DoUnselect(int item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_collpane.cpp50 wxObject *item = CreateResFromNode(n, m_collpane->GetPane(), NULL); local
53 return item;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dchecklst.h76 virtual bool IsChecked(unsigned int item) const;
77 virtual void Check(unsigned int item, bool check = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c404 pitem *item; local
409 item = pqueue_peek(s->d1->buffered_messages);
410 if ( item == NULL)
413 frag = (hm_fragment *)item->data;
430 pitem_free(item);
444 pitem *item = NULL; local
459 item = pitem_new(seq64, frag);
460 if ( item == NULL)
465 pqueue_insert(s->d1->buffered_messages, item);
470 if ( item !
984 pitem *item; local
1044 pitem *item; local
1101 pitem *item; local
1153 pitem *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_sman.c248 static void drm_sman_free(struct drm_memblock_item *item) argument
250 struct drm_sman *sman = item->sman;
252 list_del(&item->owner_list);
253 drm_ht_remove_item(&sman->user_hash_tab, &item->user_hash);
254 item->mm->free(item->mm->private, item->mm_info);
255 kfree(item);

Completed in 258 milliseconds

<<11121314151617181920>>