Searched refs:supported (Results 151 - 175 of 329) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/
H A DHeap.pm89 old name is still supported but is deprecated. (It was confusing
99 "extract_top". The old name is still supported but is deprecated.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm124 You can use any attribute supported by L<Term::ANSIColor> as a configuration
149 supported by various common terminal emulators.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DQuickConsole.js68 if (WebInspector.ExecutionContext.supported()) {
222 var identifier = WebInspector.ExecutionContext.supported() ? frame.pageExecutionContext.id : frame.id;
/macosx-10.10/swig-12/Lib/python/
H A DREADME103 std_vectora.i vector + allocator (allocators are now supported in STD/STL)
/macosx-10.10/vim-55/runtime/syntax/
H A Dmgp.vim33 " charset is not yet supported :-)
H A Dsgmllnx.vim2 " Language: SGML-linuxdoc (supported by old sgmltools-1.x)
H A Dcdl.vim34 " not supported , [, ]
/macosx-10.10/vim-55/src/
H A Dos_macosx.m15 Error: MACOS 9 is no longer supported in Vim 7
/macosx-10.10/vim-55/runtime/autoload/
H A Dgzip.vim46 " don't do anything if the cmd is not supported
149 " don't do anything if the cmd is not supported
167 " don't do anything if the cmd is not supported
/macosx-10.10/cups-408/cups/test/everywhere/
H A Dipp-tests.test44 EXPECT !printer-uri-supported
59 EXPECT !printer-uri-supported
69 EXPECT !printer-uri-supported
79 EXPECT !printer-uri-supported
90 EXPECT !printer-uri-supported
101 EXPECT printer-uri-supported OF-TYPE uri WITH-ALL-VALUES "$IPP_URI_SCHEME"
105 # Test that bad IPP versions are not supported.
118 STATUS server-error-version-not-supported
119 EXPECT !printer-uri-supported
134 EXPECT !printer-uri-supported
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1130 SSLCipherSuite *supported = NULL; local
1133 unsigned supportedDex = 0; // index into supported
1136 /* first get all the supported ciphers */
1142 supported = (SSLCipherSuite *)malloc(numSupported * sizeof(SSLCipherSuite));
1143 ortn = SSLGetSupportedCiphers(ctx, supported, &numSupported);
1157 * supported ciphers. If it is, add it to the list of ciphers to be
1162 if(ciphers[inDex] == supported[supportedDex]) {
1175 free(supported);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslAppUtils.cpp1120 SSLCipherSuite *supported = NULL; local
1123 unsigned supportedDex = 0; // index into supported
1126 /* first get all the supported ciphers */
1132 supported = (SSLCipherSuite *)malloc(numSupported * sizeof(SSLCipherSuite));
1133 ortn = SSLGetSupportedCiphers(ctx, supported, &numSupported);
1147 * supported ciphers. If it is, add it to the list of ciphers to be
1152 if(ciphers[inDex] == supported[supportedDex]) {
1165 free(supported);
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DsslAppUtils.cpp1097 SSLCipherSuite *supported = NULL; local
1100 unsigned supportedDex = 0; // index into supported
1103 /* first get all the supported ciphers */
1109 supported = (SSLCipherSuite *)malloc(numSupported * sizeof(SSLCipherSuite));
1110 ortn = SSLGetSupportedCiphers(ctx, supported, &numSupported);
1124 * supported ciphers. If it is, add it to the list of ciphers to be
1129 if(ciphers[inDex] == supported[supportedDex]) {
1142 free(supported);
1284 printf("***SSLSetProtocolVersionEnabled not supported in this config.\n");
/macosx-10.10/curl-83.1.2/curl/src/
H A DMakefile.Watcom10 !message ! This Open Watcom version is too old and is no longer supported !
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dmanpage.api.spec50 to the table of contents (synopsis) if supported by the output format
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl114 if !$83ok {error {error: "-types" flag not supported in version 8.2 and earlier}}
208 if !$83ok {error {error: "-types" flag not supported in version 8.2 and earlier}}
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dmanpage.api.spec50 to the table of contents (synopsis) if supported by the output format
/macosx-10.10/tcl-105/tk/tk/win/
H A Dconfigure.in102 AC_MSG_ERROR([Compiling under Cygwin is not currently supported.
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dabaqus.vim48 " Set the file browse filter (currently only supported under Win32 gui)
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm12 croak "slurp mode is not supported. Use HTTP::Proxy::BodyFilter::store."
19 croak "Records of size 0 are not supported" if $$eol == 0;
99 Note that the "slurp" mode is not supported. Please use
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm12 croak "slurp mode is not supported. Use HTTP::Proxy::BodyFilter::store."
19 croak "Records of size 0 are not supported" if $$eol == 0;
99 Note that the "slurp" mode is not supported. Please use
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D01-core.t172 skip(q!Entity decoding is not supported in XML::Parser::Lite! => undef);
243 skip(q!CDATA decoding is not supported in XML::Parser::Lite! => undef) :
250 skip(q!External entity references are not supported in XML::Parser::Lite! => undef) :
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm184 Only Bourne shell quoting is supported. I'd like to add other shells
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm75 strikethrough is also used, but since it is not supported by most terminals,
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dutils.h64 #error Target architecture was not detected as supported by Double-Conversion.

Completed in 160 milliseconds

1234567891011>>