Searched refs:Right (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp418 sCurrentExtension = sCurrentExtension.Right(sCurrentExtension.length()-1 );
551 extensions.Add( sCurrentExtension.Right( sCurrentExtension.length() - 1 ) );
721 if ( sCurrentExtension.Right(sCurrentExtension.length() - 1) == e ) // entry has period in it
H A Dapp.cpp817 if ( startupCwd == wxT("/") || startupCwd.Right(15) == wxT("/Contents/MacOS") )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmsnd_pinnacle.c403 dev.SMA + SMA_##b##Right);
411 dev.SMA + SMA_##s##Right); \
419 dev.SMA + SMA_##s##Right); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp98 wxString rest(nonConstMember.Right(nonConstMember.length() - ch - 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp180 CPPUNIT_ASSERT( wxStrcmp( s.Right(6).c_str() , _T("world!") ) == 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.cpp294 if (m_label.Right(4) == wxT(": %s")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp692 path = wxT("[...]") + path.Right( pathlen );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcframe.cpp557 if (url.Right(1) == wxT("/"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbbutton.tex62 \twocolitem{\windowstyle{wxBU\_RIGHT}}{Right-justifies the bitmap label. WIN32 only.}
H A Dgridevt.tex228 Right column of the rectangular area that was (de)selected.
H A Dsizer.tex658 \helpref{Right}{wxsizerflagsright},\\
757 \membersection{wxSizerFlags::Right}\label{wxsizerflagsright}
759 \func{wxSizerFlags\& }{Right}{\void}
H A Dauimanager.tex46 Each docked pane has a direction, Top, Bottom, Left, Right, or
H A Dwxstring.tex142 \helpref{Right}{wxstringright}\\
1090 \membersection{wxString::Right}\label{wxstringright}
1092 \constfunc{wxString}{Right}{\param{size\_t}{ count}}
H A Dgrid.tex1290 This function is called for Right cursor key presses or Shift+Right to expand a selection.
1341 This function is called for the Ctrl+Right key combination. Shift+Ctrl+Right expands a selection.
H A Dmediactrl.tex60 is reached (currently the end of the file/stream). Right before
H A Dtchanges.tex39 \helpref{The sizers}{sizeroverview} have had some fundamental internal changes in the 2.5.2 and 2.5.3 releases intended to make them do more of the "Right Thing" but also be as backwards compatible as possible. First a bit about how things used to work:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c3136 int ItemCount, index, Left, Right, Result; local
3160 Left = 0; Right = ItemCount - 1;
3162 index = (Left + Right) / 2;
3174 if ( Result < 0 ) Right = index - 1;
3176 } while ( (Result != 0) && (Left <= Right) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dlistbox.cpp465 if ( s.Right(1) == wxT("*") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp625 wxString extension(book.Right(4).Lower());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsizer.h81 wxSizerFlags& Right() { return Align(wxALIGN_RIGHT); } function in class:wxSizerFlags
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp1202 uristring.Right(uristring.length() - 5)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp370 if(ext[i] == saveFileName.Right(4)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h260 wxAuiPaneInfo& Right() { dock_direction = wxAUI_DOCK_RIGHT; return *this; } function in class:wxAuiPaneInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp715 notebook_menu->AppendRadioItem(ID_NotebookCloseButton, _("Close Button at Right"));
881 Right().CloseButton(false));
885 Right().Row(1).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.cpp1052 shorthelp=msg.Right(spot);

Completed in 301 milliseconds

123