Searched +refs:set +refs:frame +refs:configuration (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMBinding.cpp166 const ScriptCallFrame& frame = callStack->at(0); local
167 lineNumber = frame.lineNumber();
168 columnNumber = frame.columnNumber();
169 exceptionSourceURL = frame.sourceURL();
245 bool shouldAllowAccessToFrame(ExecState* exec, Frame* frame, String& message) argument
247 if (!frame)
249 if (BindingSecurity::shouldAllowAccessToFrame(exec, frame, DoNotReportSecurityError))
251 message = frame->document()->domWindow()->crossDomainAccessErrorMessage(activeDOMWindow(exec));
265 void printErrorMessageForFrame(Frame* frame, const String& message) argument
267 if (!frame)
313 toInt8(ExecState* exec, JSValue value, IntegerConversionConfiguration configuration) argument
345 toUInt8(ExecState* exec, JSValue value, IntegerConversionConfiguration configuration) argument
398 toInt64(ExecState* exec, JSValue value, IntegerConversionConfiguration configuration) argument
417 toUInt64(ExecState* exec, JSValue value, IntegerConversionConfiguration configuration) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm14 be just a matter of smartly configuring your Log::Log4perl configuration files.
70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
97 behaviour by passing in a configuration to its C<init> method as a string
103 # Define configuration
127 takes the name of a configuration file as its input parameter like
132 the example above shows how to pass in a configuration as text in a
135 The configuration as shown
151 Appender settings in the configuration are defined as follows:
159 have to explicitly set the appropriate C<Log::Log4perl::Appender::File>
166 Also, the configuration define
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm19 # set this to '1' if you're using a wrapper
32 #set this to the opcodes which are allowed when
33 #$ALLOW_CODE_IN_CONFIG_FILE is set to a true value
687 At a central location in your system (either in a configuration file or
719 in a configuration file, which your system can re-read even
725 via Perl commands or via a C<log4j>-style configuration file.
727 =head2 Initialize via a configuration file
730 C<Log::Log4perl>. Use a configuration file like this:
750 Assuming that this configuration file is saved as C<log.conf>, you need to
778 With the configuration fil
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Delinks.vim2 " Language: elinks(1) configuration file
11 set cpo&vim
25 syn keyword elinksKeyword set bind
86 \ menu marked hotkey frame dialog generic
87 \ frame scrollbar scrollbar-selected title text
H A Dsqlanywhere.vim387 syn keyword sqlKeyword concat configuration confirm conflict connection
409 syn keyword sqlKeyword following force foreign format forxml forxml_sep fp frame
508 syn keyword sqlStatement set setuser signal start stop synchronize
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm14 be just a matter of smartly configuring your Log::Log4perl configuration files.
70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
97 behavior by passing in a configuration to its C<init> method as a string
103 # Define configuration
127 takes the name of a configuration file as its input parameter like
132 the example above shows how to pass in a configuration as text in a
135 The configuration as shown
151 Appender settings in the configuration are defined as follows:
159 have to explicitly set the appropriate C<Log::Log4perl::Appender::File>
166 Also, the configuration define
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el229 ;; `reftex-index-default-macro' (to set the default macro)
289 (defun reftex-set-dirty (symbol value)
291 (set symbol value)))
445 (set-buffer buf)
514 (set symbol (intern (concat symname "-" (int-to-string index))))
518 (set (symbol-value symbol) nil)
531 (set symbol nil))))
592 (defun reftex-set-cite-format (value)
808 (mapcar (lambda (sym) (set sym (pop cache))) reftex-cache-variables))
813 This will re-compile the configuration informatio
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1230 # set output file permissions
1236 # Thus we retain whatever executable flags were set.
1395 "Final parameter set for this run\n");
1477 # However, they are included in the option set so that they will
2149 # set the defaults by passing the above list through GetOptions
2161 # Patch to save users Getopt::Long configuration
2162 # and set to Getopt::Long defaults. Use eval to avoid
2175 # Patch to put the previous Getopt::Long configuration back
2271 # read any .perltidyrc configuration file
2281 Conflict: a perltidyrc configuration fil
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm1016 # Thus we retain whatever executable flags were set.
1087 "Final parameter set for this run\n");
1170 # However, they are included in the option set so that they will
1750 # set the defaults by passing the above list through GetOptions
1762 # Patch to save users Getopt::Long configuration
1763 # and set to Getopt::Long defaults. Use eval to avoid
1776 # Patch to put the previous Getopt::Long configuration back
1853 # read any .perltidyrc configuration file
1863 Conflict: a perltidyrc configuration file was specified both as this
1921 # invalid bare words from the configuration fil
[all...]

Completed in 156 milliseconds