Searched refs:Nth (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp778 wxString controlKeyword(controlExpr->Nth(1)->StringValue());
782 wxExpr *listExpr = controlExpr->Nth(2);
814 wxExpr *expr1 = expr->Nth(0);
837 controlType = expr->Nth(1)->StringValue();
846 controlType = expr->Nth(1)->StringValue();
850 expr1 = expr->Nth(count);
855 expr1 = expr->Nth(count);
863 expr1 = expr->Nth(count);
868 expr1 = expr->Nth(count);
873 expr1 = expr->Nth(coun
[all...]
H A Dprop.cpp432 wxPropertyValue *wxPropertyValue::Nth(int arg) const function in class:wxPropertyValue
H A Dwxexpr.cpp387 wxExpr *wxExpr::Nth(int arg) const function in class:wxExpr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp554 m_gdiIndex = (int)expr->Nth(1)->IntegerValue();
560 m_r = (unsigned char)expr->Nth(1)->IntegerValue();
561 m_g = (unsigned char)expr->Nth(2)->IntegerValue();
562 m_b = (unsigned char)expr->Nth(3)->IntegerValue();
567 m_mode = (int)expr->Nth(1)->IntegerValue();
656 m_x1 = expr->Nth(1)->RealValue();
657 m_y1 = expr->Nth(2)->RealValue();
658 m_x2 = expr->Nth(3)->RealValue();
659 m_y2 = expr->Nth(4)->RealValue();
939 m_x1 = expr->Nth(
[all...]
H A Dbasic.cpp2034 wxExpr *idExpr = pointExpr->Nth(0);
2035 wxExpr *xExpr = pointExpr->Nth(1);
2036 wxExpr *yExpr = pointExpr->Nth(2);
2098 wxExpr *nameExpr = regionExpr->Nth(0);
2099 wxExpr *textExpr = regionExpr->Nth(1);
2100 wxExpr *xExpr = regionExpr->Nth(2);
2101 wxExpr *yExpr = regionExpr->Nth(3);
2102 wxExpr *widthExpr = regionExpr->Nth(4);
2103 wxExpr *heightExpr = regionExpr->Nth(5);
2104 wxExpr *minWidthExpr = regionExpr->Nth(
[all...]
H A Dcomposit.cpp699 wxExpr *typeExpr = constraintExpr->Nth(0);
700 wxExpr *nameExpr = constraintExpr->Nth(1);
701 wxExpr *idExpr = constraintExpr->Nth(2);
702 wxExpr *xExpr = constraintExpr->Nth(3);
703 wxExpr *yExpr = constraintExpr->Nth(4);
704 wxExpr *constrainingExpr = constraintExpr->Nth(5);
705 wxExpr *constrainedExpr = constraintExpr->Nth(6);
720 wxExpr *currentIdExpr = constrainedExpr->Nth(i);
735 currentIdExpr = constrainedExpr->Nth(i);
H A Dlines.cpp1535 wxExpr *type_expr = node->Nth(0);
1536 wxExpr *end_expr = node->Nth(1);
1537 wxExpr *dist_expr = node->Nth(2);
1538 wxExpr *size_expr = node->Nth(3);
1539 wxExpr *name_expr = node->Nth(4);
1540 wxExpr *id_expr = node->Nth(5);
1543 wxExpr *yOffsetExpr = node->Nth(6);
1544 wxExpr *spacingExpr = node->Nth(7);
H A Dogldiag.cpp449 wxExpr *idExpr = divisionExpr->Nth(i);
506 idExpr = divisionExpr->Nth(i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dtokenizer.cpp124 static std::string Nth(size_t n) function
141 CPPUNIT_ASSERT_EQUAL_MESSAGE( Nth(n), ttd.count, tkz.CountTokens() );
150 CPPUNIT_ASSERT_EQUAL_MESSAGE( Nth(n), ttd.count, count );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dexpr.tex121 does not match the actual type. See also \helpref{wxExpr::Nth}{wxexprnth}.
209 See also \helpref{wxExpr::GetLast}{wxexprgetlast}, \helpref{wxExpr::GetNext}{wxexprgetnext}, \helpref{wxExpr::Nth}{wxexprnth}.
217 See also \helpref{wxExpr::GetFirst}{wxexprgetfirst}, \helpref{wxExpr::GetNext}{wxexprgetnext}, \helpref{wxExpr::Nth}{wxexprnth}.
226 See also \helpref{wxExpr::GetFirst}{wxexprgetfirst}, \helpref{wxExpr::GetLast}{wxexprgetlast}, \helpref{wxExpr::Nth}{wxexprnth}.
234 \membersection{wxExpr::Nth}\label{wxexprnth}
236 \constfunc{wxExpr*}{Nth}{\param{int}{ n}}
H A Dlist.tex233 \membersection{wxList<T>::Nth}\label{wxlistnth}
235 \constfunc{wxList<T>::compatibility\_iterator}{Nth}{\param{int }{n}}
H A Dcmdlpars.tex523 Returns the value of Nth parameter (as string only for now).
H A Dtchanges.tex125 \item wxList::Number, First, Last, Nth: use GetCount, GetFirst/Last, Item instead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h127 wxExpr *Nth(int arg) const;
H A Dprop.h228 virtual wxPropertyValue *Nth(int arg) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h284 compatibility_iterator Nth( int n ) const \
547 wxDEPRECATED( wxNode *Nth(size_t n) const ); // use Item
1173 inline wxNode *wxListBase::Nth(size_t n) const { return (wxNode *)Item(n); } function in class:wxListBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl4712 -t[N] torture (simulate memory alloc failures); N means fail Nth alloc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 403 milliseconds