Searched +refs:custom +refs:changed (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Ddest-options.c157 * Check range of custom media sizes...
291 * changed.
323 changed, /* Did we change something? */ local
437 for (c = (_cups_dconstres_t *)cupsArrayFirst(active), changed = 0;
472 continue; /* Ignore this if we just changed it */
484 changed = 1;
499 if (!changed)
1467 _ipp_value_t *custom = NULL; /* Custom size range value */ local
1512 * Custom size range; save this as the custom size value with default
1516 custom
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm1001 my %changed;
1010 $changed{lc $key}=1;
1015 if ($from) {$self->{'from'}=$from;$changed{'from'}=1;}
1016 if ($reply) {$self->{'reply'}=$reply;$changed{'reply'}=1;}
1017 if ($to) {$self->{'to'}=$to;$changed{'to'}=1;}
1018 if ($smtp) {$self->{'smtp'}=$smtp;$changed{'smtp'}=1;}
1019 if ($subject) {$self->{'subject'}=$subject;$changed{'subject'}=1;}
1020 if ($headers) {$self->{'headers'}=$headers;$changed{'headers'}=1;}
1023 $self->_prepare_addresses('to') if $changed{'to'};
1024 $self->_prepare_addresses('cc') if $changed{'c
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
105 ;; 2. changed
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom-type 'hook)
157 (put 'custom-define-hook 'standard-value '(nil))
158 (custom
2165 (define-widget 'custom 'default function
[all...]
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
45 That is used for the sake of `custom-make-dependencies'.
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
66 (defun custom-initialize-set (symbol value)
73 (funcall (or (get symbol 'custom-set) 'set-default)
79 (defun custom-initialize-safe-set (symbol value)
80 "Like `custom
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm693 You may use this parameter to add custom headers into the message. The parameter may
1246 my %changed;
1264 $changed{lc $key}=1;
1269 if ($from) {$self->{'from'}=$from;$changed{'from'}=1;}
1270 if ($reply) {$self->{'reply'}=$reply;$changed{'reply'}=1;}
1271 if ($to) {$self->{'to'}=$to;$changed{'to'}=1;}
1272 if ($smtp) {$self->{'smtp'}=$smtp;$changed{'smtp'}=1;}
1273 if ($subject) {$self->{'subject'}=$subject;$changed{'subject'}=1;}
1274 if ($headers) {$self->{'headers'}=$headers;$changed{'headers'}=1;}
1277 $self->_prepare_addresses('to') if $changed{'t
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges131 a class is loaded in SOAP::Server has been changed to the following:
310 ! Fixed bug 749636 - changed a croak to a warn to enable socket
466 + changed close() to shutdown() in Daemon transport (thanks to Sean
563 + added examples of custom serialization and deserialization
594 + changed return from autodispatched calls:
606 ! changed interface of schema() method. Use service() instead
663 + changed syntax for UDDI client to more flexible/convenient
682 + changed passing envelope into method
697 + changed autotyping from double to float
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges47 a class is loaded in SOAP::Server has been changed to the following:
226 ! Fixed bug 749636 - changed a croak to a warn to enable socket
382 + changed close() to shutdown() in Daemon transport (thanks to Sean
479 + added examples of custom serialization and deserialization
510 + changed return from autodispatched calls:
522 ! changed interface of schema() method. Use service() instead
579 + changed syntax for UDDI client to more flexible/convenient
598 + changed passing envelope into method
613 + changed autotyping from double to float
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DProvider.pm673 # time has changed
1288 before checking to see if the source template has changed.
1346 custom implementations of the C<_template_modified()> and C<_template_content()>
1347 methods. If your provider requires and custom initialisation then you'll also
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DProvider.pm673 # time has changed
1288 before checking to see if the source template has changed.
1346 custom implementations of the C<_template_modified()> and C<_template_content()>
1347 methods. If your provider requires and custom initialisation then you'll also
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges126 ! Fixed bug 749636 - changed a croak to a warn to enable socket
282 + changed close() to shutdown() in Daemon transport (thanks to Sean
379 + added examples of custom serialization and deserialization
410 + changed return from autodispatched calls:
422 ! changed interface of schema() method. Use service() instead
479 + changed syntax for UDDI client to more flexible/convenient
498 + changed passing envelope into method
513 + changed autotyping from double to float
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm493 # someone to know how many times a value has changed between updates.
793 # delete columns that changed (in case adding to DB modifies them again)
811 if (my @changed = $self->is_changed) {
814 . join(', ', @changed));
1820 is created and whenever the value in that column is being changed.
1833 object data is changed. Attempting to create or modify an object
1876 object are being changed, and as a class method when a new object is
1887 object are being changed, and as a class method when a new object is
1898 custom _croak() method, and then caught and used to redisplay the
1911 Applications that require custom behaviou
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm13 Sub::Exporter - a sophisticated exporter for custom-built routines
128 Building custom routines with generators isn't the only way that Sub::Exporters
1048 with changed names.
1069 =item * solidify the "custom exporter" interface (see C<&default_exporter>)
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm473 # someone to know how many times a value has changed between updates.
798 # delete columns that changed (in case adding to DB modifies them again)
816 if (my @changed = $self->is_changed) {
819 . join(', ', @changed));
1825 is created and whenever the value in that column is being changed.
1838 object data is changed. Attempting to create or modify an object
1843 changed and the value being changed to.
1886 object are being changed, and as a class method when a new object is
1897 object are being changed, an
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges207 appender_thresholds_adjust return number of appenders changed.
595 * (ms) New interface for custom config parsers.
776 file itself had changed. Added test case.
812 * (ms) changed config_and_watch to ignore clock differences between
823 * (ms) Added Log4perl custom filter logic and standard filter set
881 * (kg) changed unit tests to use File::Spec
956 but changed variable name to Log::Log4perl::caller_depth as
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex6 % Specify how many you want here. Nothing else needs to be changed.
554 Deleted/yanked/changed text can be put back by the following commands.
626 \twocol{viper-custom-file-name}{"\~{}/.vip"}
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm438 # Return number of appenders changed
915 (DEBUG) through. But after this check, Log4perl will eventually apply custom
918 impossible to know what a custom filter does with a message without
1709 =head2 Automatic reloading of changed configuration files
2042 First off, let me tell you that creating custom levels is heavily
2049 Log4perl provides a nice way to create custom levels via the
2073 their appenders are used, you may add mappings for custom levels as well:
2078 For example, if your new custom "NOTIFY" level is supposed to map
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1480 =head2 Automatic reloading of changed configuration files
1793 First off, let me tell you that creating custom levels is heavily
1800 Log4perl provides a nice way to create custom levels via the
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm6271 # Maximum number of little messages; probably need not be changed.
8147 # Note: This routine should almost never need to be changed. It is
8551 # set a default value, to be changed as needed
19973 # count because it may have been changed if the -icp flag is in
21716 # Make preliminary leading whitespace. It could get changed
22135 # Maximum number of little messages; probably need not be changed.
22633 # Maximum number of little messages; probably need not be changed.
[all...]

Completed in 376 milliseconds