Searched refs:maxLength (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc6 <xsd:maxLength value="10" />
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/test/schemas/
H A Dinclude1_0.inc6 <xsd:maxLength value="10" />
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtipwin.h48 wxCoord maxLength = 100,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtipwin.cpp64 void Adjust(const wxString& text, wxCoord maxLength);
116 wxCoord maxLength,
139 m_view->Adjust(text, maxLength);
255 void wxTipWindowView::Adjust(const wxString& text, wxCoord maxLength) argument
260 // calculate the length: we want each line be no longer than maxLength
301 if ( width > maxLength )
114 wxTipWindow(wxWindow *parent, const wxString& text, wxCoord maxLength, wxTipWindow** windowPtr, wxRect *rectBounds) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1007 if (maxLength != nil)
1009 handleMaxLength = *maxLength;
1037 if (maxLength != nil)
1039 *maxLength = GetHandleSize(theHandle);
1041 handleMaxLength = *maxLength;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1092 if (maxLength != nil)
1094 handleMaxLength = *maxLength;
1120 if (maxLength !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1007 if (maxLength != nil)
1009 handleMaxLength = *maxLength;
1037 if (maxLength != nil)
1039 *maxLength = GetHandleSize(theHandle);
1041 handleMaxLength = *maxLength;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1092 if (maxLength != nil)
1094 handleMaxLength = *maxLength;
1120 if (maxLength !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1007 if (maxLength != nil)
1009 handleMaxLength = *maxLength;
1037 if (maxLength != nil)
1039 *maxLength = GetHandleSize(theHandle);
1041 handleMaxLength = *maxLength;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1092 if (maxLength != nil)
1094 handleMaxLength = *maxLength;
1120 if (maxLength !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-lpd.c217 enum { maxLength = 30 }; enumerator in enum:__anon7373
218 char sstr[maxLength] = { };
224 if( strlen( name ) > maxLength - strlen( CRLF ": " ) )
228 snprintf( sstr, maxLength, CRLF "%s: ", name );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtipwin.tex28 \func{}{wxTipWindow}{\param{wxWindow* }{parent}, \param{const wxString\& }{text}, \param{wxCoord }{maxLength = 100}, \param{wxTipWindow** }{windowPtr}, \param{wxRect *}{rectBounds = \NULL}}
38 \docparam{maxLength}{The length of each line, in pixels. Set to a very large
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.c458 short maxLength)
464 if ( source[0] > maxLength )
468 while (maxLength != 0)
471 charType = CharacterByteType((Ptr)&source[1], maxLength - 1, smSystemScript);
473 break; /* source[maxLength] is now a valid last character */
474 --maxLength;
479 maxLength = source[0];
482 destination[0] = maxLength;
483 /* and copy maxLength characters (if needed) */
486 while ( maxLength !
456 TruncPString(StringPtr destination, ConstStr255Param source, short maxLength) argument
[all...]
H A DMoreFilesExtras.h444 short maxLength);
448 The TruncPString function copies up to maxLength characters from
455 maxLength output: The maximum allowable length of the destination
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.c458 short maxLength)
464 if ( source[0] > maxLength )
468 while (maxLength != 0)
471 charType = CharacterByteType((Ptr)&source[1], maxLength - 1, smSystemScript);
473 break; /* source[maxLength] is now a valid last character */
474 --maxLength;
479 maxLength = source[0];
482 destination[0] = maxLength;
483 /* and copy maxLength characters (if needed) */
486 while ( maxLength !
456 TruncPString(StringPtr destination, ConstStr255Param source, short maxLength) argument
[all...]
H A DMoreFilesExtras.h444 short maxLength);
448 The TruncPString function copies up to maxLength characters from
455 maxLength output: The maximum allowable length of the destination
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h241 long maxLength; member in struct:Tnode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2.h241 long maxLength; member in struct:Tnode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h241 long maxLength; member in struct:Tnode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2.h241 long maxLength; member in struct:Tnode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h318 xs__length *maxLength; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dschema.h318 xs__length *maxLength; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h318 xs__length *maxLength; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.h318 xs__length *maxLength; member in class:xs__restriction

Completed in 158 milliseconds

12