Searched refs:category (Results 151 - 175 of 307) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A DgettextP.h162 const char *_nl_locale_name PARAMS ((int category, const char *categoryname));
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dl4p-tmpl10 log4perl.category = WARN, Logfile
H A Doverride_appender15 log4perl.category = WARN, Screen
/macosx-10.10.1/WebKit-7600.1.25/ios/DefaultDelegates/
H A DWebDefaultFrameLoadDelegate.m128 #pragma mark SPI defined in a category in WebViewPrivate.h
H A DWebDefaultResourceLoadDelegate.m100 #pragma mark SPI defined in a category in WebViewPrivate.h
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css57 .category h2 {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc.tcl49 # Get page category, for sectioning and display order in the
51 if {$m(category) ne ""} {
52 set c $m(category)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc.tcl49 # Get page category, for sectioning and display order in the
51 if {$m(category) ne ""} {
52 set c $m(category)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddescr-text.el72 The `category', `face' and `font-lock-face' properties are made
73 into help buttons that call `describe-text-category' or
86 (cond ((eq key 'category)
90 (describe-text-category ',value))
91 'help-echo "mouse-2, RET: describe this category"))
105 (defun describe-text-category (category)
106 "Describe a text property category."
108 (help-setup-xref (list #'describe-text-category category) (interactiv
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask.h603 /* category */
651 extern void proc_set_task_policy(task_t task, thread_t thread, int category, int flavor, int value);
652 extern int proc_get_task_policy(task_t task, thread_t thread, int category, int flavor);
655 extern void proc_set_task_policy2(task_t task, thread_t thread, int category, int flavor, int value1, int value2);
656 extern void proc_get_task_policy2(task_t task, thread_t thread, int category, int flavor, int *value1, int *value2);
659 extern void proc_set_task_policy_thread(task_t task, uint64_t tid, int category, int flavor, int value);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dspam.el370 (defcustom spam-ifile-spam-category "spam"
371 "Name of the spam ifile category."
375 (defcustom spam-ifile-ham-category nil
376 "Name of the ham ifile category.
378 :type '(choice (string :tag "Use a fixed category")
1401 category return)
1414 (setq category (buffer-substring (point) (spam-point-at-eol))))
1415 (when (not (zerop (length category))) ; we need a category here
1417 (setq return category)
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm137 my ($self, $p, $category, $level, $cache) = @_;
152 log4p_category => $category,
197 $category,
203 my $args = [%$p, log4p_category => $category, log4p_level => $level];
425 Name of the category of the logger that triggered the event.
441 log4perl.category = INFO, FileAppndr
449 log4perl.category = INFO, FileAppndr
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py395 category = objc.ivar('category') variable in class:PyObjCTransaction
416 category=u'Tacos',
424 category=u'Bagels',
432 category=u'Tequila',
447 category=u'Beer',
455 category=u'Book',
463 category=u'Tequila',
500 u'@distinctUnionOfArrays.transactions.category'),
597 u'@unionOfArrays.transactions.category'),
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py395 category = objc.ivar('category') variable in class:PyObjCTransaction
416 category=u'Tacos',
424 category=u'Bagels',
432 category=u'Tequila',
447 category=u'Beer',
455 category=u'Book',
463 category=u'Tequila',
500 u'@distinctUnionOfArrays.transactions.category'),
597 u'@unionOfArrays.transactions.category'),
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/test/
H A Dtest_keyvalue.py395 category = objc.ivar('category') variable in class:PyObjCTransaction
416 category=u'Tacos',
424 category=u'Bagels',
432 category=u'Tequila',
447 category=u'Beer',
455 category=u'Book',
463 category=u'Tequila',
500 u'@distinctUnionOfArrays.transactions.category'),
597 u'@unionOfArrays.transactions.category'),
[all...]
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm180 my($self, $category, $text) = @_;
181 return $text unless $COLOR{$category};
182 return Term::ANSIColor::colored($text, $COLOR{$category});
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_method_prototypes.py25 warnings.filterwarnings('error', category=DeprecationWarning)
204 warnings.filterwarnings('error', category=DeprecationWarning)
380 warnings.filterwarnings('error', category=DeprecationWarning)
H A Dtest_objc.py21 warnings.filterwarnings('ignore', category=DeprecationWarning)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_method_prototypes.py25 warnings.filterwarnings('error', category=DeprecationWarning)
204 warnings.filterwarnings('error', category=DeprecationWarning)
380 warnings.filterwarnings('error', category=DeprecationWarning)
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DSimpleLayout.pm36 my($self, $message, $category, $priority, $caller_level) = @_;
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el177 (category . (rx-category 1 1 rx-check-category))
289 "Alist mapping symbols to category characters.
291 symbol in `(category SYMBOL)', and CHAR is the category character
414 (memq (car arg) '(not any in syntax category))))
597 (defun rx-check-category (form)
598 "Check the argument FORM of a `(category FORM)'."
601 (error "Unknown category `
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_objc.py22 warnings.filterwarnings('ignore', category=DeprecationWarning)
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_parser_atom_entry.rb95 entry.category
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dconfig.h42 TidyConfigCategory category; /* put 'em in groups */ member in struct:_tidy_option
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdictionary.py24 category=objc.UninitializedDeallocWarning) variable in class:TestNSDictionarySubclassing.testExceptionInInit.DictTestExceptionClass
44 category=objc.UninitializedDeallocWarning) variable in class:TestNSDictionarySubclassing.testAnotherExceptionInInit.DictTestExceptionClass2

Completed in 214 milliseconds

1234567891011>>