Searched refs:feature (Results 51 - 75 of 212) sorted by relevance

123456789

/macosx-10.10/swig-12/Lib/
H A Dswigwarnings.swg121 * Warning filter feature
124 #define %_warnfilter(filter...) %feature("warnfilter",`filter`)
/macosx-10.10/vim-55/runtime/autoload/
H A Dpaste.vim9 " Visual mode without the +virtualedit feature. They are pasted as if they
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm13 # special map on pre-defined feature sets
130 while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
135 if ( $feature =~ m/^-(\w+)$/ ) {
151 print "[" . ( $FeatureMap{ lc($feature) } || $feature ) . "]\n";
202 my $mandatory = ( $feature eq '-core' or $core_all );
/macosx-10.10/swig-12/Lib/csharp/
H A Dcsharp.swg934 #define %csconst(flag) %feature("cs:const","flag")
935 #define %csconstvalue(value) %feature("cs:constvalue",value)
936 #define %csenum(wrapapproach) %feature("cs:enum","wrapapproach")
937 #define %csmethodmodifiers %feature("cs:methodmodifiers")
938 #define %csnothrowexception %feature("except")
939 #define %csattributes %feature("cs:attributes")
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DTestArrayBuffer.pm55 just provides message array refs as an additional feature.
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_curl-config_script.com181 $ write pco " for feature in SSL libz NTLM ""; do"
183 $ write pco " for feature in SSL IPv6 libz NTLM ""; do"
/macosx-10.10/security_systemkeychain-55202/src/
H A Dspctl.cpp713 // Exit unless each of the comma-separated feature names is supported
720 string feature = comma ? string(arg, comma-arg) : arg; local
721 if (feature.empty())
722 fail("Invalid feature name");
724 for (p = features; *p && feature != *p; p++) ;
726 fail("%s: not supported in this version", feature.c_str());
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h295 SCSIProtocolFeature feature,
299 SCSIProtocolFeature feature,
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNode.idl76 [ObjCLegacyUnnamedParameters] boolean isSupported([Default=Undefined] optional DOMString feature,
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-bytecomp.el250 (defmacro cc-provide (feature)
255 (provide ,feature)))
280 (defmacro cc-external-require (feature)
286 (require ,feature)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttknote.rb53 They are a feature of many modern user interfaces. \
/macosx-10.10/vim-55/runtime/
H A Dmswin.vim42 " Visual mode without the +virtualedit feature. They are pasted as if they
/macosx-10.10/vim-55/src/po/
H A Dcheck.vim7 if 1 " Only execute this if the eval feature is available.
/macosx-10.10/WebCore-7600.1.25/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.cpp361 hb_feature_t feature;
363 feature.tag = HB_TAG(tag[0], tag[1], tag[2], tag[3]);
364 feature.value = settings->at(i).value();
365 feature.start = 0;
366 feature.end = static_cast<unsigned>(-1);
367 m_features.append(feature);
/macosx-10.10/emacs-93/emacs/src/
H A Dfns.c3484 Use `provide' to declare that a feature is available. This function
3487 (feature, subfeature)
3488 Lisp_Object feature, subfeature;
3491 CHECK_SYMBOL (feature);
3492 tem = Fmemq (feature, Vfeatures);
3494 tem = Fmember (subfeature, Fget (feature, Qsubfeatures));
3499 doc: /* Announce that FEATURE is a feature of the current Emacs.
3502 (feature, subfeatures)
3503 Lisp_Object feature, subfeatures;
3506 CHECK_SYMBOL (feature);
3465 Lisp_Object feature, subfeature; variable
3468 CHECK_SYMBOL (feature); variable
3480 Lisp_Object feature, subfeatures; variable
3483 CHECK_SYMBOL (feature); variable
3528 Lisp_Object feature, filename, noerror; variable
3534 CHECK_SYMBOL (feature); variable
[all...]
/macosx-10.10/swig-12/Lib/java/
H A Djava.swg1193 #define %javaconst(flag) %feature("java:const","flag")
1194 #define %javaconstvalue(value) %feature("java:constvalue",value)
1195 #define %javaenum(wrapapproach) %feature("java:enum","wrapapproach")
1196 #define %javamethodmodifiers %feature("java:methodmodifiers")
1197 #define %javaexception(exceptionclasses) %feature("except",throws=exceptionclasses)
1198 #define %nojavaexception %feature("except","0",throws="")
1199 #define %clearjavaexception %feature("except","",throws="")
/macosx-10.10/ruby-106/ruby/
H A Druby.c175 M("--enable=feature[,...]", ", --disable=feature[,...]",
525 VALUE feature; local
531 feature = rb_str_new2(mod);
532 RBASIC(feature)->klass = 0;
533 rb_ary_push(list, feature);
550 VALUE feature = rb_ary_shift(list); local
551 rb_enc_associate(feature, extenc);
552 RBASIC(feature)->klass = rb_cString;
553 OBJ_FREEZE(feature);
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h261 // KEXT driver announces support of power management feature
263 void publishFeature( const char *feature );
265 // KEXT driver announces support of power management feature
268 // feature.
271 void publishFeature( const char *feature,
276 // feature. Pass 'uniqueFeatureID' returned from publishFeature()
518 const OSSymbol * feature, uint32_t where, uint32_t * featureID );
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DMetadata.pm278 sub feature { subroutine
285 # The user used ->feature like ->features by passing in the second
307 $self->feature( $name, @$mods );
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DMetadata.pm278 sub feature { subroutine
285 # The user used ->feature like ->features by passing in the second
307 $self->feature( $name, @$mods );
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMetadata.pm245 sub feature { subroutine
252 # The user used ->feature like ->features by passing in the second
274 $self->feature( $name, @$mods );
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMetadata.pm245 sub feature { subroutine
252 # The user used ->feature like ->features by passing in the second
274 $self->feature( $name, @$mods );
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DMetadata.pm280 sub feature { subroutine
287 # The user used ->feature like ->features by passing in the second
309 $self->feature( $name, @$mods );
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMetadata.pm251 sub feature { subroutine
258 # The user used ->feature like ->features by passing in the second
280 $self->feature( $name, @$mods );
/macosx-10.10/rsync-45/rsync/packaging/lsb/
H A Drsync.spec63 -new feature anonymous rsync

Completed in 390 milliseconds

123456789