Searched refs:features (Results 176 - 200 of 336) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/syntax/
H A Dicon.vim47 syn match iconKeyword "&features"
H A Dmonk.vim7 " may desire more features. Suggestions and bug reports
H A Dpov.vim17 echo "Sorry, but this syntax file relies on Vim 6 features. Either upgrade Vim or use a version of " . expand("<sfile>:t:r") . " syntax file appropriate for Vim " . version/100 . "." . version %100 . "."
H A Dpython.vim58 " We include Python 3.0 features, but when a definition is duplicated,
H A Dxf86conf.vim18 echo "Sorry, but this syntax file relies on Vim 6 features. Either upgrade Vim or usea version of " . expand("<sfile>:t:r") . " syntax file appropriate for Vim " . version/100 . "." . version %100 . "."
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh723 compilation environment for features. A feature is any file, option
725 tests features by generating and compiling C programs and observing
760 [F:features?Sets the feature test header to \ahdr\a. This header typically
818 [+?\aprereq\as are used when applying the features tests and may be
1076 F) set="$set set features $OPTARG :" ;;
1131 --f=*|--fe=*|--fea=*|--feat=*|--featu=*|--featur=*|--feature=*|--features=*)
1213 F) set="$set set features $OPTARG :" ;;
1232 [-F features-header] [-i file] [-o file] [-O stdio-header] [-e name] [-P text]
1560 F) op=features ;;
1683 features)cas
[all...]
/macosx-10.10/ruby-106/ruby/
H A Druby.c176 "enable or disable features"),
182 static const struct message features[] = { local
205 for (i = 0; i < numberof(features); ++i)
206 SHOW(features[i]);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c3165 static struct features module_features = {
3184 features_(Module m, char ***features) argument
3186 *features = featuresarray(m, &module_features);
3203 * These aren't special, so aren't associated with features.
H A Dzutil.c1876 static struct features module_features = {
1895 features_(Module m, char ***features) argument
1897 *features = featuresarray(m, &module_features);
H A Dparameter.c2125 static struct features module_features = {
2142 features_(Module m, char ***features) argument
2144 *features = featuresarray(m, &module_features);
2154 * If we remove features, we shouldn't have an effect
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h95 /* When autoloading, enable all features in module */
414 typedef struct features *Features;
584 /* When autoloading, enable all features in library */
1260 #define BINF_AUTOALL (1<<17) /* autoload all features at once */
1307 Module_features_func features; member in struct:linkedmod
1315 * Structure combining all the concrete features available in
1316 * a module and with space for information about abstract features.
1318 struct features { struct
1331 /* Number of abstract features */
1641 #define PM_AUTOALL (1<<28) /* autoload all features i
[all...]
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm144 # promote every features to core status
790 auto installation features disabled. Please contact the author.
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges6 Perl module. New features are designated with a '+' and bug fixes with
622 all transports and features of SOAP::Lite should be available
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb65 a Postscript file). It depends on features of canvas widgets of Tcl/Tk
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dsql.vim13 " If additional features are required create:
330 " [d, [D, [_CTRL_D and so on features
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp854 UInt8 features = mATAPIuseDMA; local
858 // Set the features register
859 cmd->setFeatures ( features );
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp2897 void Document::processArguments(const String& features, void* data, ArgumentsCallback callback) argument
2903 String buffer = features.lower();
2947 void Document::processViewport(const String& features, ViewportArguments::Type origin) argument
2949 ASSERT(!features.isNull());
2955 processArguments(features, (void*)&m_viewportArguments, &setViewportFeature);
2990 void Document::processFormatDetection(const String& features) argument
2992 ASSERT(!features.isNull());
2993 processArguments(features, nullptr, &setParserFeature);
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_operate.c1028 if(curlinfo->features & CURL_VERSION_SSL) {
1295 if(curlinfo->features & CURL_VERSION_TLSAUTH_SRP) {
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleResolver.cpp377 if (m_ruleSets.features().classesInRules.contains(classNames[i].impl()))
455 if (p->hasID() && m_ruleSets.features().idsInRules.contains(p->idForStyleResolution().impl()))
624 if (element->hasID() && m_ruleSets.features().idsInRules.contains(element->idForStyleResolution().impl()))
696 if (state.styledElement()->hasID() && m_ruleSets.features().idsInRules.contains(state.styledElement()->idForStyleResolution().impl()))
2126 m_ruleSets.features().attrsInRules.add(attr.localName().impl());
2181 m_ruleSets.features().attrsInRules.add(attr.localName().impl());
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm655 NSDictionary *features = [[NSDictionary alloc] init];
658 windowFeatures:features];
659 [features release];
/macosx-10.10/vim-55/src/
H A DMake_mvc.mak16 # To add features, define any of the following:
18 # !!!! After changing features do "nmake clean" first !!!!
146 # If you want to build some optional features without modifying the source,
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1564 int32_t features; local
1566 if (VNOP_IOCTL(devvp, DKIOCGETFEATURES, (caddr_t)&features, 0, context) == 0) {
1567 if (features & DK_FEATURE_FORCE_UNIT_ACCESS) {
1570 printf("jnl: %s: enabling FUA writes (features 0x%x)\n", name, features);
1573 if (features & DK_FEATURE_UNMAP) {
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DNodes.h1422 void setFeatures(CodeFeatures features) { m_features = features; } argument
1423 CodeFeatures features() { return m_features; } function in class:JSC::ScopeNode
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm1651 NSDictionary *features = [[NSDictionary alloc] init];
1654 windowFeatures:features];
1655 [features release];
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm842 NSDictionary *features = [[NSDictionary alloc] init];
845 windowFeatures:features];
846 [features release];

Completed in 410 milliseconds

1234567891011>>