Searched refs:Right (Results 1 - 25 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/fractal/
H A Dfractal.cpp184 int Left, Top, Right, Bottom; local
185 GetClientSize(&Right, &Bottom);
187 Right *= 3; Right /= 4;
194 Water[1].x = Right; Water[1].y = Top;
195 Water[2].x = Right+Bottom/2; Water[2].y = Bottom;
207 Fractal(dc, Left, Top, Right, Bottom, 0, 0, 0, 0, detail, Std, Ratio);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintdlg.cpp137 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Left (mm):")), wxSizerFlags().Right());
139 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Top (mm):")), wxSizerFlags().Right());
141 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Right (mm):")), wxSizerFlags().Right());
143 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Bottom (mm):")), wxSizerFlags().Right());
H A Ddirmac.cpp200 if ( file.Right( m_filespec.Length() - 1 ).Upper() != m_filespec.Mid(1).Upper() )
205 else if ( m_filespec.Length() > 1 && m_filespec.Right(1) == wxT("*") )
H A Dfiledlg.cpp240 if ( data->extensions[i].Right(2) == wxT(".*") )
254 if ( file.length() >= extension.length() && extension == file.Right(extension.length() ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas300 Mid$(strout, 51, 9) = Right$(" " & CStr(ucsize), 9)
301 Mid$(strout, 62, 3) = Right$("0" & Trim$(CStr(mo)), 2) & "/"
302 Mid$(strout, 65, 3) = Right$("0" & Trim$(CStr(dy)), 2) & "/"
303 Mid$(strout, 68, 2) = Right$("0" & Trim$(CStr(yr)), 2)
304 Mid$(strout, 72, 3) = Right$(Str$(hh), 2) & ":"
305 Mid$(strout, 75, 2) = Right$("0" & Trim$(CStr(mm)), 2)
307 ' Mid$(strout, 77, 2) = Right$(" " & CStr(cfactor), 2)
308 ' Mid$(strout, 80, 8) = Right$(" " & CStr(csiz), 8)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp212 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Left (mm):")), wxSizerFlags().Right());
214 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Top (mm):")), wxSizerFlags().Right());
216 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Right (mm):")), wxSizerFlags().Right());
218 gridSizer->Add(new wxStaticText(this, wxID_ANY, wxT("Bottom (mm):")), wxSizerFlags().Right());
H A Dfiledlg.cpp203 if ( data->extensions[i].Right(2) == wxT(".*") )
218 if ( file.length() >= extension.length() && extension == file.Right(extension.length() ) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c166 dev->SMA + SMA_##b##Right); \
176 dev->SMA + SMA_##s##Right); \
186 dev->SMA + SMA_##s##Right); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddirdlg.cpp232 strDir = strDir.Right(maxChars);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmsgout.cpp168 if ( out.Right(1) != wxT("\n") )
H A Dfilesys.cpp57 ext = loc.Right(l2-i-1);
192 return location.Right(l-i-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp119 if ((m_appDir.Right(5).CmpNoCase(_T("DEBUG")) == 0) ||
120 (m_appDir.Right(11).CmpNoCase(_T("DEBUGSTABLE")) == 0) ||
121 (m_appDir.Right(7).CmpNoCase(_T("RELEASE")) == 0) ||
122 (m_appDir.Right(13).CmpNoCase(_T("RELEASESTABLE")) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h101 if ( !path.IsEmpty() && ( path.Right(1) == wxT('/' )) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp147 if (en_label.Right(4) == wxT(": %s")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstockitems.tex35 \twocolitem{wxID\_JUSTIFY\_RIGHT}{"Align Right"}
H A Dauipaneinfo.tex129 Direction() determines the direction of the docked pane. It is functionally the same as calling Left(), Right(), Top() or Bottom(), except that docking direction may be specified programmatically via the parameter.
416 \membersection{wxAuiPaneInfo::Right}\label{wxauipaneinforight}
418 \func{wxAuiPaneInfo\&}{Right}{\void}
420 Right() sets the pane dock position to the right side of the frame.
H A Dbutton.tex25 \twocolitem{\windowstyle{wxBU\_RIGHT}}{Right-justifies the bitmap label. Windows and GTK+ only.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp342 wxString host = location.Right(location.Len() - 7); // strlen("http://") -> 7
356 location_url = location_url.Right(location_url.Len() - 7).AfterFirst(wxT('/'));
H A DPreferences.cpp1711 if ((wxT("mozilla") == cmd.Right(7)) || (wxT("firefox") == cmd.Right(7))
1712 || (wxT("MozillaFirebird") == cmd.Right(15))) {
1715 if ((wxT("galeon") == cmd.Right(6)) || (wxT("epiphany") == cmd.Right(8))) {
1718 if (wxT("opera") == cmd.Right(5)) {
1721 if (wxT("netscape") == cmd.Right(8)) {
H A DSharedFileList.cpp1003 strPublicName = strDirectoryTmp.Right(strDirectoryTmp.Length() - iPos) + strPublicName;
1011 strPublicName = strPublicName.Right(strPublicName.Length() - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dpenguin.cpp216 if (filename.Right(3).Lower() == wxT(".gz"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebSocket.cpp219 wxString url_ext = sFile.Right( sFile.Length() - sFile.Find('.', true) ).MakeLower();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirdlgg.cpp169 topsizer->Add(check, wxSizerFlags(flagsBorder2).Right());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp287 wxString ext = s.Right(4).Lower();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas580 SplitMultS = Right(SplitSize, 1)

Completed in 227 milliseconds

123