Searched +refs:custom +refs:options (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DStringMatch.pm19 my ($class, %options) = @_;
21 print join('-', %options) if _INTERNAL_DEBUG;
25 %options,
72 This Log4perl custom filter checks if the currently submitted message
H A DLevelMatch.pm20 my ($class, %options) = @_;
24 %options,
65 This Log4perl custom filter checks if the currently submitted message
H A DLevelRange.pm20 my ($class, %options) = @_;
25 %options,
68 This Log4perl custom filter checks if the current message
H A DBoolean.pm20 my ($class, %options) = @_;
23 %options,
28 print "Compiling '$options{logic}'\n" if _INTERNAL_DEBUG;
31 $self->compile_logic($options{logic});
143 C<Log::Log4perl::Filter::Boolean> is a special predefined custom filter
144 for Log4perl which combines the results of other custom filters
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkConfig.c4 * This file contains functions that manage configuration options for
40 * to manage configuration options. Tk_OptionSpec is static templates that are
42 * look up options efficiently we need to supplement the static information
62 Tcl_Obj *monoColorPtr; /* For color and border options, this is an
66 /* For synonym options, this points to the
68 struct Tk_ObjCustomOption *custom; member in union:TkOption::__anon13423
103 int numOptions; /* The number of items in the options array
105 Option options[1]; /* Information about the individual options in member in struct:OptionTable
153 * Given a template for configuration options, thi
935 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1489 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1714 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
2005 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
[all...]
H A DtkTest.c631 static CONST char *options[] = {
643 * "options" array. */
645 "custom option",
682 if (Tcl_GetIndexFromObj(interp, objv[1], options, "command", 0, &index)
754 {TK_OPTION_CUSTOM, "-custom", NULL, NULL,
934 if (Tcl_GetIndexFromObj(interp, objv[2], options, "table", 0,
948 if (Tcl_GetIndexFromObj(interp, objv[2], options, "table", 0,
958 * stores all the configuration options as internal forms instead of
980 char *custom;
1030 {TK_OPTION_CUSTOM, "-custom", NUL
623 static CONST char *options[] = { local
972 char *custom; member in struct:InternalRecord
1255 static CONST char *options[] = { local
1437 static CONST char *options[] = {"counts", "subfonts", NULL}; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConfig.c4 * This file contains procedures that manage configuration options
42 * structures to manage configuration options. Tk_OptionSpec is
44 * or other object manager. However, to look up options efficiently
64 Tcl_Obj *monoColorPtr; /* For color and border options, this
67 struct TkOption *synonymPtr; /* For synonym options, this points to
69 struct Tk_ObjCustomOption *custom; /* For TK_OPTION_CUSTOM. */ member in union:TkOption::__anon13770
104 int numOptions; /* The number of items in the options
106 Option options[1]; /* Information about the individual member in struct:OptionTable
107 * options in the table. This must be
159 * Given a template for configuration options, thi
948 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1548 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1775 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
2073 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm20 my ($class, %options) = @_;
23 %options,
28 print "Compiling '$options{logic}'\n" if _INTERNAL_DEBUG;
31 $self->compile_logic($options{logic});
143 C<Log::Log4perl::Filter::Boolean> is a special predefined custom filter
144 for Log4perl which combines the results of other custom filters
H A DStringMatch.pm20 my ($class, %options) = @_;
22 print join('-', %options) if _INTERNAL_DEBUG;
26 %options,
78 This Log4perl custom filter checks if the currently submitted message
H A DLevelMatch.pm21 my ($class, %options) = @_;
25 %options,
71 This Log4perl custom filter checks if the currently submitted message
H A DLevelRange.pm21 my ($class, %options) = @_;
26 %options,
74 This Log4perl custom filter checks if the current message
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DSimpleFontData.h205 wkCTFontTransformOptions options = (typesettingFeatures & Kerning ? wkCTFontTransformApplyPositioning : 0) | (typesettingFeatures & Ligatures ? wkCTFontTransformApplyShaping : 0);
206 return wkCTFontTransformGlyphs(m_platformData.ctFont(), glyphs, reinterpret_cast<CGSize*>(advances), glyphCount, options);
267 bool m_isCustomFont; // Whether or not we are custom font loaded via @font-face
268 bool m_isLoading; // Whether or not this custom font is still in the act of loading.
302 DerivedFontData(bool custom) argument
303 : forCustomFont(custom)
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-driver.cxx23 // ppdcDriver::set_custom_size_code() - Set the custom page size code.
99 // of the groups and options...
243 for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
260 // 'ppdcDriver::set_custom_size_code()' - Set the custom page size code.
403 custom[42]; // Custom attribute local
1011 // All other options...
1014 if (!g->options->count)
1021 for (o = (ppdcOption *)g->options->first();
1023 o = (ppdcOption *)g->options
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DFilters.pm396 # html_entity_filter_factory(\%options) [% FILTER html %]
608 my ($context, $file, $options) = @_;
618 $options = { binmode => $options } unless ref $options;
625 my $error = Template::_output($outpath, \$text, $options);
640 my ($context, $options) = @_;
642 $options = { binmode => $options } unless ref $options;
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DFilters.pm396 # html_entity_filter_factory(\%options) [% FILTER html %]
608 my ($context, $file, $options) = @_;
618 $options = { binmode => $options } unless ref $options;
625 my $error = Template::_output($outpath, \$text, $options);
640 my ($context, $options) = @_;
642 $options = { binmode => $options } unless ref $options;
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DJavaMap.pm83 the log4j options into Log::Dispatch parameters..
88 I mean having a translation class that translates log4j options into
89 the Log::Dispatch options so you can use log4j rather than log4perl
131 come up with some custom Java appender with behavior you want to
H A DFilter.pm242 C<Log::Log4perl::Filter::Boolean> is a specially predefined custom filter
243 for Log4perl. It combines the results of other custom filters
278 my ($class, %options) = @_;
280 my $self = { %options,
308 The custom filter class should use this to set the object's attributes,
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DJavaMap.pm83 the log4j options into Log::Dispatch parameters..
88 I mean having a translation class that translates log4j options into
89 the Log::Dispatch options so you can use log4j rather than log4perl
131 come up with some custom Java appender with behavior you want to
H A DFilter.pm246 C<Log::Log4perl::Filter::Boolean> is a specially predefined custom filter
247 for Log4perl. It combines the results of other custom filters
282 my ($class, %options) = @_;
284 my $self = { %options,
316 The custom filter class should use this to set the object's attributes,
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Data/Dumper/
H A DConcise.pm98 options that we've found ourselves using across large numbers of applications,
103 options" - it's been pointed out to us that Data::Dump::Streamer can produce
111 back in a custom way anyway. Note that this -does- force using the pure perl
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm56 my $options = (@opts == 1) && ref($opts[0]) eq 'HASH'
59 $options->{ binmode } = $BINMODE
60 unless defined $options->{ binmode };
64 $self->DEBUG("set binmode\n") if $DEBUG && $options->{ binmode };
77 if ($error = &_output($outstream, \$output, $options));
157 my ($where, $textref, $options) = @_;
194 my $bm = $options->{ binmode };
229 # some useful options (see below for full list)
261 module and gives a brief summary of configuration options and template
299 =head2 process($template, \%vars, $output, %options)
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm56 my $options = (@opts == 1) && ref($opts[0]) eq 'HASH'
59 $options->{ binmode } = $BINMODE
60 unless defined $options->{ binmode };
64 $self->DEBUG("set binmode\n") if $DEBUG && $options->{ binmode };
77 if ($error = &_output($outstream, \$output, $options));
157 my ($where, $textref, $options) = @_;
194 my $bm = $options->{ binmode };
229 # some useful options (see below for full list)
261 module and gives a brief summary of configuration options and template
299 =head2 process($template, \%vars, $output, %options)
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Ddest-options.c2 * "$Id: dest-options.c 11093 2013-07-03 20:48:42Z msweet $"
95 cups_option_t *options,
157 * Check range of custom media sizes...
289 * "num_options" and "options" represent the currently selected options by the
312 int num_options, /* I - Number of current options */
313 cups_option_t *options, /* I - Current options */
316 int *num_conflicts, /* O - Number of conflicting options */
317 cups_option_t **conflicts, /* O - Conflicting options */
308 cupsCopyDestConflicts( http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, int num_options, cups_option_t *options, const char *new_option, const char *new_value, int *num_conflicts, cups_option_t **conflicts, int *num_resolved, cups_option_t **resolved) argument
1467 _ipp_value_t *custom = NULL; /* Custom size range value */ local
1999 cups_test_constraints( cups_dinfo_t *dinfo, const char *new_option, const char *new_value, int num_options, cups_option_t *options, int *num_conflicts, cups_option_t **conflicts) argument
[all...]
H A DMakefile40 custom.o \
45 dest-options.o \
67 options.o \
540 options.c pwg-media.c tempfile.c usersys.c \
555 ppd.h attr.c conflicts.c custom.c emit.c localize.c mark.c page.c \
595 options.c tempfile.c usersys.c \
606 ppd.h attr.c conflicts.c custom.c emit.c localize.c mark.c \
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.cpp92 PassRefPtr<TextureMapperShaderProgram> getShaderProgram(TextureMapperShaderProgram::Options options) argument
94 HashMap<TextureMapperShaderProgram::Options, RefPtr<TextureMapperShaderProgram> >::AddResult result = m_programs.add(options, 0);
96 result.iterator->value = TextureMapperShaderProgram::create(m_context, options);
599 TextureMapperShaderProgram::Options options = TextureMapperShaderProgram::Texture; local
601 options |= TextureMapperShaderProgram::Rect;
603 options |= TextureMapperShaderProgram::Opacity;
605 options |= TextureMapperShaderProgram::Antialiasing;
616 options |= optionsForFilterType(filter->getOperationType(), data().filterInfo->pass);
626 program = data().sharedGLData().getShaderProgram(options);
639 TextureMapperShaderProgram::Options options local
986 TextureMapperShaderProgram::Options options = optionsForFilterType(filter.getOperationType(), pass); local
1021 bool custom = isCustomFilter(filter->getOperationType()); local
[all...]

Completed in 285 milliseconds

123