Searched refs:level (Results 126 - 150 of 1602) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorConsoleInstrumentation.h42 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
46 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, callStack, requestIdentifier);
51 UNUSED_PARAM(level);
58 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtr<ScriptArguments> arguments, unsigned long requestIdentifier) argument
62 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, state, arguments, requestIdentifier);
67 UNUSED_PARAM(level);
75 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
79 addMessageToConsoleImpl(instrumentingAgents, source, type, level, message, scriptId, lineNumber, columnNumber, state, requestIdentifier);
84 UNUSED_PARAM(level);
94 inline void InspectorInstrumentation::addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLevel level, cons argument
110 addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl40 # level The context level
41 # output-$level The accumulated text at this context level.
42 # name-$level The tag name of this context level
43 # data-$level-$var A variable of this context level
417 set Info($name-level) 0
447 incr [Var level]
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DApacheLog.pm55 my $level = $self->_level_as_name($p{level});
57 my $method = $methods{$level} || $level;
80 $handle->log( level => 'emerg', message => 'Kaboom' );
104 The minimum logging level this object will accept. See the
109 The maximum logging level this obejct will accept. See the
111 required. By default the maximum is the highest possible level (which
124 ( message => $log_message, level => $log_level )
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/inc/Pod/
H A DMarkdown.pm73 my $level = $data->{Indent};
75 if ($level > 0) {
76 $level--;
78 $indent = ' ' x ($level * 4);
98 my $level = $1;
103 $parser->_save($parser->format_header($level, $paragraph));
104 if ($level == 1) {
118 # update indent level
124 # decrement indent level
227 my ($level,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlimits_conf.c119 int level; local
175 level = 0;
179 level = 3;
184 level = 2;
187 level = 1;
188 if(level == 0 || level < l->has_limit) /* not for us */
190 if(l->has_limit < level) {
193 l->has_limit = level;
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dwarnings.el42 "List of severity level definitions for `display-warning'.
44 defines LEVEL as a severity level. STRING specifies the
45 description of this level. STRING should use `%s' to
54 Level :debug is ignored by default (see `warning-minimum-level').")
60 (defvar warning-level-aliases
74 (defcustom warning-minimum-level :warning
75 "Minimum severity level for displaying the warning buffer.
76 If a warning's severity level is lower than this,
78 is not immediately displayed. See also `warning-minimum-log-level'."
83 (defvaralias 'display-warning-minimum-level 'warnin
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dlog.c71 lg_lvl_t level; member in struct:__anon6488
164 return p->level;
170 ** lg_lvl2syslog (level)
172 lg_lvl_t lg_lvl2syslog (lg_lvl_t level) argument
177 if ( level == p->level )
204 ** lg_lvl2str (level)
206 const char *lg_lvl2str (lg_lvl_t level) argument
210 if ( level < LG_DEBUG )
214 if ( level
351 lg_args(lg_lvl_t level, int argc, char * const argv[]) argument
443 int level; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexnfo-upd.el101 ;; `Previous' pointers regardless of their hierarchical level. This is
161 "String inserted before lower level entries in Texinfo master menu.
162 It comes after the chapter-level menu entries.")
169 (defvar texinfo-section-level-regexp
171 "Regular expression matching just the Texinfo section level headings.")
173 (defvar texinfo-subsection-level-regexp
175 "Regular expression matching just the Texinfo subsection level headings.")
177 (defvar texinfo-subsubsection-level-regexp
179 "Regular expression matching just the Texinfo subsubsection level headings.")
181 (defvar texinfo-update-menu-same-level
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml10 (* ignore top-level semicolons. *)
25 (* Evaluate a top-level expression into an anonymous function. *)
27 print_endline "parsed a top-level expr";
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml12 (* ignore top-level semicolons. *)
29 (* Evaluate a top-level expression into an anonymous function. *)
31 print_endline "parsed a top-level expr";
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmac_parse.c94 int level; local
116 level = 1;
118 for (ep = vp; level > 0; ep++) {
125 level++;
127 level--;
131 vstring_strncat(buf, vp, level > 0 ? ep - vp : ep - vp - 1);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dsecurity.c57 enum protection_level level; member in struct:__anon713
67 level_to_name(enum protection_level level) argument
71 if(level_names[i].level == level)
83 return level_names[i].level;
159 sec_get_data(int fd, struct buffer *buf, int level) argument
344 sec_read_msg(char *s, int level) argument
353 len = (*mech->decode)(app_data, buf, len, level);
514 reply(504, "Unrecognized protection level.");
543 void mec(char *msg, enum protection_level level) argument
639 sec_prot_internal(int level) argument
678 set_command_prot(enum protection_level level) argument
696 int level = -1; local
745 int level; local
793 sec_request_prot(char *level) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Test/Builder/
H A DModule.pm16 my $level = shift;
18 my $callpkg = caller($level);
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dbad_plan.t13 $Test->level(0);
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Test/Builder/
H A DModule.pm16 my $level = shift;
18 my $callpkg = caller($level);
/macosx-10.9.5/CommonCrypto-60049/lib/
H A Dccdebug.c60 ccdebug_imp(int level, char *funcname, const char *format, ...) { argument
69 asl_vlog(globals->aslhandle, globals->msgptr, level, fmtbuffer, argp);
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDLibPrivate.c55 void _IOHIDLog(int level, const char *format, ...) argument
65 asl_vlog(NULL, msg, level, format, ap);
/macosx-10.9.5/Libc-997.90.3/include/libkern/
H A DOSMemoryNotification.h72 ** EINVAL if the threshold is not a valid notification level
90 ** returns: 0 on success, with the level that triggered the notification in the level param
98 int OSMemoryNotificationWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
99 int OSMemoryNotificationTimedWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level, const struct timeval *abstime) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
102 ** Simple polling interface to detect current memory pressure level
105 ** the level is not meaningful in iOS 5.0 and later. Use UIKit memory notification
106 ** system instead, with no need to check the level.
/macosx-10.9.5/PowerManagement-420.90.1/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.h65 IOReturn secureInflowDisable(int level, int *return_code);
67 IOReturn secureChargeInhibit(int level, int *return_code);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DConsoleModel.js89 switch (msg.level) {
155 * @param {string} level
160 WebInspector.ConsoleMessage = function(source, level, url, line, repeatCount)
163 this.level = level;
180 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error);
207 * @param {string} level
219 WebInspector.ConsoleMessage.create = function(source, level, message, type, url, line, repeatCount, parameters, stackTrace, requestId, isOutdated)
279 payload.level,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontData.h56 void setMaxGlyphPageTreeLevel(unsigned level) const { m_maxGlyphPageTreeLevel = level; }
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread-test.c85 debug_callback(const char* file, unsigned int line, int level, const char* message, void* data) argument
89 switch (level)
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest_instr.c71 test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) argument
83 if (argv[level] == 0) {
88 if (level > 1) {
89 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
111 if ((fp = fopen(argv[level], "r")) != 0) {
153 test_inchs(level + 1, argv, chrwin, strwin);
226 if (level > 1) {
H A Dtest_inwstr.c73 test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) argument
84 if (argv[level] == 0) {
89 if (level > 1) {
90 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
112 if ((fp = fopen(argv[level], "r")) != 0) {
154 test_inchs(level + 1, argv, chrwin, strwin);
227 if (level > 1) {
/macosx-10.9.5/ruby-104/ruby/misc/
H A Drdoc-mode.el88 (cur-level 0)
92 pos level heading alist)
97 level (min 6 (length (match-string-no-properties 1)))
103 ((= cur-level level) ; new sibling
106 ((< cur-level level) ; first child
107 (dotimes (i (- level cur-level 1))
115 cur-level leve
[all...]

Completed in 171 milliseconds

1234567891011>>