Searched refs:item (Results 251 - 275 of 1050) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstdpaths.tex73 \item Unix: \texttt{/etc}
74 \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$All Users$\backslash$Application Data}
75 \item Mac: \texttt{/Library/Preferences}
92 \item Unix: \texttt{\textit{prefix}/share/\textit{appname}}
93 \item Windows: the directory where the executable file is located
94 \item Mac: \texttt{\textit{appname}.app/Contents/SharedSupport} bundle subdirectory
110 \item Unix: \tt{~} (the home directory)
111 \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Documents}
112 \item Mac: \texttt{~/Documents}
126 \item Uni
[all...]
H A Dlayout.tex13 \item {\bf left:} represents the left hand edge of the window
14 \item {\bf right:} represents the right hand edge of the window
15 \item {\bf top:} represents the top edge of the window
16 \item {\bf bottom:} represents the bottom edge of the window
17 \item {\bf width:} represents the width of the window
18 \item {\bf height:} represents the height of the window
19 \item {\bf centreX:} represents the horizontal centre point of the window
20 \item {\bf centreY:} represents the vertical centre point of the window
H A Dstdbtnsz.tex45 \item wxID\_OK
46 \item wxID\_YES
47 \item wxID\_SAVE
48 \item wxID\_APPLY
49 \item wxID\_NO
50 \item wxID\_CANCEL
51 \item wxID\_HELP
52 \item wxID\_CONTEXT\_HELP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dplotframes38 =item B<--input|-i> I<infile>
44 =item B<--help|--usage|-h|-?>
48 =item B<--manpage|-m>
52 =item B<--output|-o> I<outfile>
57 =item B<--stream|--s> I<stream_specifier>
62 =item B<--terminal|-t> I<terminal>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dradix-tree.h30 * than a data item) is signalled by the low bit set in the root->rnode
126 * Returns: item that was stored in that slot with any direct pointer flag
154 * radix_tree_replace_slot - replace item in a slot
156 * @item: new item to store in the slot.
161 static inline void radix_tree_replace_slot(void **pslot, void *item) argument
163 BUG_ON(radix_tree_is_indirect_ptr(item));
164 rcu_assign_pointer(*pslot, item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-stack.c109 union tre_stack_item item; \
110 item.typetag ## _value = value; \
111 return tre_stack_push(s, item); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A Davlsort.c33 void avl_insert_always(avl_tree_t *avltree, void *item) { argument
36 newnode = avl_init_node(malloc(sizeof(avl_node_t)), item);
38 switch(avl_search_closest(avltree, newnode->item, &node)) {
136 puts(c->item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dctrlsub.cpp105 int wxItemContainer::Insert(const wxString& item, unsigned int pos, void *clientData) argument
107 int n = DoInsert(item, pos);
114 int wxItemContainer::Insert(const wxString& item, unsigned int pos, wxClientData *clientData) argument
116 int n = DoInsert(item, pos);
H A Dgdicmn.cpp507 const wxBrush* wxStockGDI::GetBrush(Item item) argument
509 wxBrush* brush = wx_static_cast(wxBrush*, ms_stockObject[item]);
512 switch (item)
547 ms_stockObject[item] = brush;
552 const wxColour* wxStockGDI::GetColour(Item item) argument
554 wxColour* colour = wx_static_cast(wxColour*, ms_stockObject[item]);
557 switch (item)
583 ms_stockObject[item] = colour;
588 const wxCursor* wxStockGDI::GetCursor(Item item) argument
590 wxCursor* cursor = wx_static_cast(wxCursor*, ms_stockObject[item]);
612 GetFont(Item item) argument
639 GetPen(Item item) argument
866 wxObject *item = (wxObject *)node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.h85 virtual wxChar *Request(const wxString& item, int *size = NULL, wxIPCFormat format = wxIPC_TEXT);
86 virtual bool Poke(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT);
87 virtual bool OnAdvise(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format);
91 const wxString& item, wxChar *data, int size, wxIPCFormat format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmenu.h100 virtual wxMenuItem* DoAppend(wxMenuItem *item);
101 virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
102 virtual wxMenuItem* DoRemove(wxMenuItem *item);
109 bool GtkAppend(wxMenuItem *item, int pos=-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmenu.h81 virtual wxMenuItem* DoAppend(wxMenuItem *item);
82 virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
83 virtual wxMenuItem* DoRemove(wxMenuItem *item);
100 bool GtkAppend(wxMenuItem *item, int pos=-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmenu.h35 virtual wxMenuItem* DoAppend(wxMenuItem *item);
36 virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
37 virtual wxMenuItem* DoRemove(wxMenuItem *item);
73 bool DoInsertOrAppend(wxMenuItem *item, size_t pos = (size_t)-1);
78 // if TRUE, insert a breal before appending the next item
81 // the position of the first item in the current radio group or -1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistbox.h135 long OS2OnMeasure(WXMEASUREITEMSTRUCT *item);
136 bool OS2OnDraw(WXDRAWITEMSTRUCT *item);
140 int GetItemIndex(wxOwnerDrawn *item) const { return m_aItems.Index(item); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Droot-tree.c77 struct btrfs_root_item *item, struct btrfs_key *key)
109 if (item)
110 read_extent_buffer(l, item, btrfs_item_ptr_offset(l, slot),
111 sizeof(*item));
120 int btrfs_set_root_node(struct btrfs_root_item *item, argument
123 btrfs_set_root_bytenr(item, node->start);
124 btrfs_set_root_level(item, btrfs_header_level(node));
125 btrfs_set_root_generation(item, btrfs_header_generation(node));
130 * copy the data in 'item' into the btree
134 *item)
76 btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct btrfs_root_item *item, struct btrfs_key *key) argument
132 btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) argument
166 btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) argument
184 struct btrfs_item *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dstr-list.h39 const char **item; member in struct:string_list_ty
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DInfoFileViewController.h54 - (NSRect) quickLookSourceFrameForPreviewItem: (id <QLPreviewItem>) item;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davlsort.c33 void avl_insert_always(avl_tree_t *avltree, void *item) { argument
36 newnode = avl_init_node(malloc(sizeof(avl_node_t)), item);
38 switch(avl_search_closest(avltree, newnode->item, &node)) {
136 puts(c->item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchoice.cpp99 // Set the first item as being selected
112 int wxChoice::DoAppend( const wxString& item )
120 insertPoint = std::lower_bound( m_strings.begin(), m_strings.end(), item );
129 m_strings.insert( insertPoint, item );
131 unsigned int index = m_strings.Add( item );
135 UMAInsertMenuItem( MAC_WXHMENU( m_macPopUpMenuHandle ), item, GetFont().GetEncoding(), index ); local
142 int wxChoice::DoInsert( const wxString& item, unsigned int pos ) argument
148 return DoAppend( item );
150 UMAInsertMenuItem( MAC_WXHMENU( m_macPopUpMenuHandle ), item, GetFont().GetEncoding(), pos );
151 m_strings.Insert( item, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcheckbox.cpp51 // Single check box item
122 wxCheckBox *item = (wxCheckBox *) clientData; local
124 if (item->InSetValue())
127 wxCheckBoxState state = item->Get3StateValue();
129 if( !item->Is3rdStateAllowedForUser() && state == wxCHK_UNDETERMINED )
132 item->Set3StateValue( state );
135 wxCommandEvent event( item->m_evtType, item->GetId() );
137 event.SetEventObject( item );
138 item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp49 // verify that the item is ok and insult the user if it is not
50 #define CHECK_ITEM( item ) if ( !item.IsOk() ) { \
51 wxMessageBox(wxT("Please select some item first!"), \
143 // on a tree control, because it includes the point of the click or item,
202 style_menu->AppendCheckItem(TreeTest_TogBorder, wxT("Toggle &item border"));
219 tree_menu->Append(TreeTest_AddItem, wxT("Append a &new item"));
220 tree_menu->Append(TreeTest_InsertItem, wxT("&Insert a new item"));
221 tree_menu->Append(TreeTest_Delete, wxT("&Delete this item"));
224 tree_menu->Append(TreeTest_SelectRoot, wxT("Select root item"));
419 wxTreeItemId item = m_treeCtrl->GetSelection(); local
440 wxTreeItemId item = m_treeCtrl->GetSelection(); local
451 wxTreeItemId item = m_treeCtrl->GetSelection(); local
462 wxTreeItemId item = m_treeCtrl->GetSelection(); local
538 wxTreeItemId item = m_treeCtrl->GetSelection(); local
547 wxTreeItemId item = m_treeCtrl->GetSelection(); local
556 wxTreeItemId item = m_treeCtrl->GetSelection(); local
675 wxTreeItemId item = m_treeCtrl->GetSelection(); local
912 DoToggleIcon(const wxTreeItemId& item) argument
927 wxTreeItemId item = event.GetItem(); local
1198 MyTreeItemData *item = (MyTreeItemData *)GetItemData(itemId); local
1211 MyTreeItemData *item = itemId.IsOk() ? (MyTreeItemData *)GetItemData(itemId) local
1256 MyTreeItemData *item = itemId.IsOk() ? (MyTreeItemData *)GetItemData(itemId) local
1286 MyTreeItemData *item = (MyTreeItemData *)GetItemData(id); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleListCtrl.cpp328 // Find the best place to position the item through a binary search
335 // This search will find the place to position the new item
337 // The result will be the position the new item will have
339 // If the item equals another item it will be inserted after it.
424 // Store the focused item
438 // Set focus on item if any was focused
455 // Current item being located
474 wxListItem item;
477 GetColumn(i, item);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmsgwin.c448 GtkToolItem * item; local
470 item = gtk_tool_button_new_from_stock( GTK_STOCK_SAVE_AS );
471 g_object_set( G_OBJECT( item ), "is-important", TRUE, NULL );
472 g_signal_connect( item, "clicked", G_CALLBACK( onSaveRequest ), data );
473 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
475 item = gtk_tool_button_new_from_stock( GTK_STOCK_CLEAR );
476 g_object_set( G_OBJECT( item ), "is-important", TRUE, NULL );
477 g_signal_connect( item, "clicked", G_CALLBACK( onClearRequest ), data );
478 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
480 item
481 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
486 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
489 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
495 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
501 gtk_toolbar_insert( GTK_TOOLBAR( toolbar ), item, -1 ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c406 char *item, *saveptr = NULL; local
421 item = strtok_r(filter, ",", &saveptr);
422 while( item != NULL )
425 *(item-1) = ',';
426 while( isspace(*item) )
427 item++;
428 if( strcmp(item, "@childCount") == 0 )
432 else if( strcmp(item, "@searchable") == 0 )
436 else if( strcmp(item, "dc:creator") == 0 )
440 else if( strcmp(item, "d
571 char *item, *saveptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex29 \item
32 \item
35 \item
71 \item
78 \item
82 \item
90 \item
94 \item
98 \item
102 \item
[all...]

Completed in 343 milliseconds

<<11121314151617181920>>