Searched refs:feature (Results 1 - 25 of 195) sorted by relevance

12345678

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Drequire.bash12 # only one function) registers itself with a symbol that marks a "feature"
13 # as being "provided". If later you "require" a given feature, you save
18 # "feature" that won't need to get loaded again. (See warning below for
29 # searched again for a file name the same as the feature (i.e. without any
61 # Returns 0 (true) if argument is a provided feature. Returns 1 (false)
68 local feature="$1"
71 *" ${feature} "* ) return 0 ;;
87 local feature
89 for feature in "$@" ; do
90 if ! featurep "${feature}" ; the
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyuserdir.swg14 Use the "nondynamic" feature to make a wrapped class behave as a "nondynamic"
33 Since nondynamic is a feature, if you use it like
48 #define %pythonnondynamic %feature("python:nondynamic", "1")
49 #define %nopythonnondynamic %feature("python:nondynamic", "0")
50 #define %clearpythonnondynamic %feature("python:nondynamic", "")
64 #define %pythonmaybecall %feature("python:maybecall", "1")
65 #define %nopythonmaybecall %feature("python:maybecall", "0")
66 #define %clearpythonmaybecall %feature("python:maybecall", "")
70 The %pythoncallback feature produce a more natural callback wrapper
110 #define %pythoncallback %feature("pytho
[all...]
H A Dpyabc.i2 %feature("python:abc", #Abc) Type;
/macosx-10.10.1/ruby-106/ruby/test/-ext-/array/
H A Dtest_resize.rb7 feature = '[ruby-dev:42912]'
10 assert_equal(10, ary.size, feature)
11 assert_equal([*1..10], ary, feature)
13 assert_equal(100, ary.size, feature)
14 assert_equal([*1..10]+[nil]*90, ary, feature)
16 assert_equal(20, ary.size, feature)
17 assert_equal([*1..10]+[nil]*10, ary, feature)
19 assert_equal(2, ary.size, feature)
20 assert_equal([1,2], ary, feature)
22 assert_equal(3, ary.size, feature)
[all...]
/macosx-10.10.1/ruby-106/ruby/test/-ext-/load/
H A Dtest_dot_dot.rb5 feature = '[ruby-dev:41774]'
6 assert_nothing_raised(LoadError, feature) {
/macosx-10.10.1/swig-12/Lib/octave/
H A Doctuserdir.swg10 #define %implicitconv %feature("implicitconv")
11 #define %noimplicitconv %feature("implicitconv", "0")
12 #define %clearimplicitconv %feature("implicitconv", "")
/macosx-10.10.1/objc4-646/test/
H A Dtbi.c6 #error wrong architecture for TBI hardware feature
/macosx-10.10.1/swig-12/Lib/
H A Dswig.swg45 #define %readonly %warn "114:%readonly is deprecated. Use %immutable; " %feature("immutable");
46 #define %readwrite %warn "115:%readwrite is deprecated. Use %mutable; " %feature("immutable","");
48 #define %immutable %feature("immutable")
49 #define %noimmutable %feature("immutable","0")
50 #define %clearimmutable %feature("immutable","")
54 #define %nodefault %feature("nodefault","1")
55 #define %default %feature("nodefault","0")
56 #define %clearnodefault %feature("nodefault","")
60 #define %nodefaultctor %feature("nodefaultctor","1")
61 #define %defaultctor %feature("nodefaultcto
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmkbltnmlst.sh46 for feature in $autofeatures; do
47 echo " \"$feature\","
52 for feature in $autofeatures_emu; do
53 echo " \"$feature\","
64 for feature in $autofeatures; do
65 echo " \"$feature\","
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DExperimentalFeatures.cpp36 ExperimentalFeatures::Feature feature; member in struct:WebKit::Setting
50 bool ExperimentalFeatures::isEnabled(Feature feature) argument
52 return settings[feature].enabled;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.h116 std::string featureLevel(const char *feature);
117 bool hasFeature(const char *feature) { return !featureLevel(feature).empty(); } argument
118 void addFeature(const char *feature, const char *value, const char *remarks);
119 void simpleFeature(const char *feature, const char *sql);
120 void simpleFeature(const char *feature, void (^perform)());
H A Dpolicydb.cpp200 SQLite::Statement feature(*this, "SELECT value FROM feature WHERE name=:name");
201 feature.bind(":name") = name;
202 if (feature.nextRow()) {
203 if (const char *value = feature[0])
208 return ""; // new feature (no level)
213 SQLite::Statement feature(*this, "INSERT OR REPLACE INTO feature (name,value,remarks) VALUES(:name, :value, :remarks)");
214 feature.bind(":name") = name;
215 feature
220 simpleFeature(const char *feature, void (^perform)()) argument
230 simpleFeature(const char *feature, const char *sql) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.h116 std::string featureLevel(const char *feature);
117 bool hasFeature(const char *feature) { return !featureLevel(feature).empty(); } argument
118 void addFeature(const char *feature, const char *value, const char *remarks);
119 void simpleFeature(const char *feature, const char *sql);
120 void simpleFeature(const char *feature, void (^perform)());
H A Dpolicydb.cpp200 SQLite::Statement feature(*this, "SELECT value FROM feature WHERE name=:name");
201 feature.bind(":name") = name;
202 if (feature.nextRow()) {
203 if (const char *value = feature[0])
208 return ""; // new feature (no level)
213 SQLite::Statement feature(*this, "INSERT OR REPLACE INTO feature (name,value,remarks) VALUES(:name, :value, :remarks)");
214 feature.bind(":name") = name;
215 feature
220 simpleFeature(const char *feature, void (^perform)()) argument
230 simpleFeature(const char *feature, const char *sql) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dloadhist.el1 ;;; loadhist.el --- lisp functions for working with feature groups
30 ;; Entry points include `unload-feature', `symbol-file', and
31 ;; `feature-file', documented in the Emacs Lisp manual.
37 (defun feature-symbols (feature)
43 (if (member (cons 'provide feature) (cdr x))
48 (defun feature-file (feature)
51 Lisp file without an extension. If the feature came from an `eval-buffer' on
53 (if (not (featurep feature))
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_container.i103 %feature("ignore") std::vector<Type >::vector(size_type size);
104 %feature("ignore") std::vector<Type >::resize(size_type size);
105 %feature("ignore") std::deque<Type >::deque(size_type size);
106 %feature("ignore") std::deque<Type >::resize(size_type size);
107 %feature("ignore") std::list<Type >::list(size_type size);
108 %feature("ignore") std::list<Type >::resize(size_type size);
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcwarn.el144 See variable `cwarn-font-lock-feature-keywords-alist' for available
149 (defcustom cwarn-font-lock-feature-keywords-alist
153 "An alist mapping a CWarn feature to font-lock keywords.
212 (defun cwarn-is-enabled (mode &optional feature)
214 feature is an atom representing one construction to highlight.
216 Check if any feature is enabled for MODE if no feature is specified.
219 `cwarn-font-lock-feature-keywords-alist'."
222 (or (null feature)
226 (not (memq feature (cd
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dload.c219 `feature`, located at `offset` in $LOADED_FEATURES. We add an
221 feature == "#{prefix}#{short_feature}#{e}"
227 features_index_add(VALUE feature, VALUE offset) argument
232 feature_str = StringValuePtr(feature);
233 feature_end = feature_str + RSTRING_LEN(feature);
241 at the end of `feature`, or is NULL if there is no such string. */
250 /* Now *p == '/'. We reach this point for every '/' in `feature`. */
251 short_feature = rb_str_subseq(feature, p + 1 - feature_str, feature_end - p - 1);
254 short_feature = rb_str_subseq(feature, p + 1 - feature_str, ext - p - 1);
258 features_index_add_single(feature, offse
310 loaded_feature_path(const char *name, long vlen, const char *feature, long len, int type, VALUE load_path) argument
374 rb_feature_p(const char *feature, const char *ext, int rb, int expanded, const char **fn) argument
517 rb_provided(const char *feature) argument
523 rb_feature_provided(const char *feature, const char **loading) argument
549 rb_provide_feature(VALUE feature) argument
566 rb_provide(const char *feature) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLookupProcessor.cpp201 // one feature.
205 for (le_uint32 feature = 0; LE_SUCCESS(success)&&(feature < featureCount); feature += 1) {
206 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success));
236 // If this is the required feature, add its lookups
242 // If we added lookups from the required feature, sort them
247 for (le_uint16 feature = 0; feature < featureCount; feature
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcucumber.vim4 " Filenames: *.feature
15 \"en": {"and": "And\\>", "background": "Background\\>", "but": "But\\>", "examples": "Scenarios\\>\\|Examples\\>", "feature": "Feature\\>", "given": "Given\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Outline\\>", "then": "Then\\>", "when": "When\\>"},
16 \"ar": {"and": "\\%u0648\\>", "background": "\\%u0627\\%u0644\\%u062e\\%u0644\\%u0641\\%u064a\\%u0629\\>", "but": "\\%u0644\\%u0643\\%u0646\\>", "examples": "\\%u0627\\%u0645\\%u062b\\%u0644\\%u0629\\>", "feature": "\\%u062e\\%u0627\\%u0635\\%u064a\\%u0629\\>", "given": "\\%u0628\\%u0641\\%u0631\\%u0636\\>", "scenario": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648\\>", "scenario_outline": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648 \\%u0645\\%u062e\\%u0637\\%u0637\\>", "then": "\\%u0627\\%u0630\\%u0627\\%u064b\\>\\|\\%u062b\\%u0645\\>", "when": "\\%u0639\\%u0646\\%u062f\\%u0645\\%u0627\\>\\|\\%u0645\\%u062a\\%u0649\\>"},
17 \"bg": {"and": "\\%u0418\\>", "background": "\\%u041f\\%u0440\\%u0435\\%u0434\\%u0438\\%u0441\\%u0442\\%u043e\\%u0440\\%u0438\\%u044f\\>", "but": "\\%u041d\\%u043e\\>", "examples": "\\%u041f\\%u0440\\%u0438\\%u043c\\%u0435\\%u0440\\%u0438\\>", "feature": "\\%u0424\\%u0443\\%u043d\\%u043a\\%u0446\\%u0438\\%u043e\\%u043d\\%u0430\\%u043b\\%u043d\\%u043e\\%u0441\\%u0442\\>", "given": "\\%u0414\\%u0430\\%u0434\\%u0435\\%u043d\\%u043e\\>", "scenario": "\\%u0421\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "scenario_outline": "\\%u0420\\%u0430\\%u043c\\%u043a\\%u0430 \\%u043d\\%u0430 \\%u0441\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "then": "\\%u0422\\%u043e\\>", "when": "\\%u041a\\%u043e\\%u0433\\%u0430\\%u0442\\%u043e\\>"},
18 \"ca": {"and": "I\\>", "background": "Antecedents\\>\\|Rerefons\\>", "but": "Per\\%u00f2\\>", "examples": "Exemples\\>", "feature": "Caracter\\%u00edstica\\>\\|Funcionalitat\\>", "given": "At\\%u00e8s\\>\\|Donada\\>\\|Donat\\>\\|Atesa\\>", "scenario": "Escenari\\>", "scenario_outline": "Esquema de l'escenari\\>", "then": "Aleshores\\>\\|Cal\\>", "when": "Quan\\>"},
19 \"cs": {"and": "A tak\\%u00e9\\>\\|A\\>", "background": "Pozad\\%u00ed\\>\\|Kontext\\>", "but": "Ale\\>", "examples": "P\\%u0159\\%u00edklady\\>", "feature": "Po\\%u017eadavek\\>", "given": "Pokud\\>", "scenario": "Sc\\%u00e9n\\%u00e1\\%u0159\\>", "scenario_outline": "N\\%u00e1\\%u010drt Sc\\%u00e9n\\%u00e1\\%u0159e\\>\\|Osnova sc\\%u00e9n\\%u00e1\\%u0159e\\>", "then": "Pak\\>", "when": "Kdy\\%u017e\\>"},
20 \"cy-GB": {"and": "A\\>", "background": "Cefndir\\>", "but": "Ond\\>", "examples": "Enghreifftiau\\>", "feature": "Arwedd\\>", "given": "Anrhegedig a\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Amlinellol\\>", "then": "Yna\\>", "when": "Pryd\\>"},
21 \"da": {"and": "Og\\>", "background": "Baggrund\\>", "but": "Men\\>", "examples": "Eksempler\\>", "feature": "Egenskab\\>", "given": "Givet\\>", "scenario": "Scenarie\\>", "scenario_outline": "Abstrakt Scenario\\>", "then": "S\\%u00e5\\>", "when": "N\\%u00e5r\\>"},
22 \"de": {"and": "Und\\>", "background": "Grundlage\\>", "but": "Aber\\>", "examples": "Beispiele\\>", "feature": "Funktionalit\\%u00e4t\\>", "given": "Gegeben sei\\>\\|Angenommen\\>", "scenario": "Szenario\\>", "scenario_outline": "Szenariogrundriss\\>", "then": "Dann\\>", "when": "Wenn\\>"},
23 \"en-Scouse": {"and": "An\\>", "background": "Dis is what went down\\>", "but": "Buh\\>", "examples": "Examples\\>", "feature"
[all...]
H A Dcheetah.vim8 " PSP-style tags: <% .. %> (obsoleted feature)
9 " doc-strings and header comments (rarely used feature)
/macosx-10.10.1/curl-83.1.2/curl/
H A Dcurl-config.in85 --feature|--features)
86 for feature in @SUPPORT_FEATURES@ ""; do
87 test -n "$feature" && echo "$feature"
/macosx-10.10.1/vim-55/src/
H A DMake_vms.mms494 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
498 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
502 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
506 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
510 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
514 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
518 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
522 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
526 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
530 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature
[all...]
H A DMakefile64 # 2. Edit feature.h {{{1
982 ### Edit feature.h for compile-time settings.
2743 objects/blowfish.o: blowfish.c vim.h auto/config.h feature.h os_unix.h \
2747 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2751 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2755 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2759 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2763 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2767 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2771 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature
[all...]
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/
H A Dtest.pl50 would exit the test. ;-) (If feature 'preput' is present,

Completed in 152 milliseconds

12345678