Home
last modified time | relevance | path

Searched refs:back_end (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/t/
H A Dformat_time_datetime_strftime.t57 my $back_end = 'DateTime::Calendar::Christian';
59 load_or_skip( $back_end, $tests );
61 call_m( 'new', back_end => $back_end, gmt => 1, INSTANTIATE, 'Instantiate' );
63 my $dt = $back_end->new(
72 or skip "$back_end 44BC not Julian(?!)", 1;
79 $dt = $back_end->new(
86 call_m( 'new', back_end => $back_end,
89 call_m( back_end => $back_end, 'Get back end' );
99 $dt = $back_end->new(
107 call_m( 'new', back_end => "$back_end,reform_date=uk",
[all …]
H A Dformat_time_datetime_cldr.t62 my $back_end = 'DateTime::Calendar::Christian';
64 load_or_skip( $back_end, $tests );
66 call_m( 'new', back_end => $back_end, gmt => 1, INSTANTIATE, 'Instantiate' );
70 my $dt = $back_end->new(
/dports/www/p5-WWW-Scripter-Plugin-JavaScript/WWW-Scripter-Plugin-JavaScript-0.009/lib/WWW/Scripter/Plugin/
H A DJavaScript.pm102 my $be = $plugin->back_end($mech);
111 back_end($mech)->event2sub($code,$elem,$url,$line);
117 sub back_end { subroutine
142 my $back_end = $self->[jsbe]{$res}
146 for ($back_end) {
159 return $back_end;
171 sub set { shift->back_end( shift )->set(@_) }
/dports/print/hplip/hplip-3.20.6/base/
H A Dqueues.py78 def addToDeviceList(Key, printer_name, device_uri,back_end, ppd_fileType,PPDFileError, Is_Print_Q_E… argument
80 …device1 =DetectedDevice(printer_name, device_uri,back_end, ppd_fileType,PPDFileError, Is_Print_Q_E…
124back_end, is_hp, bus, model, serial, dev_file, host, zc, port = parseDeviceURI(device_uri)
136 … addToDeviceList(HPOTHER,printer_name, device_uri,back_end, ppd_fileType, PPDFileError, True)
185 Key=Key+"_"+back_end
190 if back_end == 'hpfax' and not 'HP Fax' in desc:
193 elif back_end == 'hp' and 'HP Fax' in desc:
196 elif back_end not in ('hp', 'hpfax'):
290 back_end = m.group(1).lower() or ''
291 is_hp = (back_end in ('hp', 'hpfax', 'hpaio'))
[all …]
H A Ddevice.py452 back_end, is_hp, bus, model, \
660 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
666 if (back_end_filter == '*' or back_end in back_end_filter or \
667 ('hpaio' in back_end_filter and back_end == 'hp')) and \
706 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
748 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
828 back_end = m.group(1).lower() or ''
829 is_hp = (back_end in ('hp', 'hpfax', 'hpaio'))
862 return back_end, is_hp, bus, model, serial, dev_file, host, zc, port
1028 self.back_end, self.is_hp, self.bus, self.model, \
[all …]
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/Satpass2/ParseTime/Date/
H A DManip.pm28 my $back_end;
29 defined ( $back_end = __date_manip_backend() )
30 or return $back_end;
31 return __PACKAGE__ . "::v$back_end";
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/Satpass2/
H A DUtils.pm178 sub back_end { subroutine
191 $self->{back_end} = shift @arg;
194 $self->{back_end} .= ",$name=$value";
201 return $self->{back_end};
207 defined( my $back_end = $self->{_back_end}{class} )
209 $back_end eq $self->__back_end_default()
211 $back_end =~ s/ \A DateTime::Calendar:: //smx;
213 or return "$name,back_end=$back_end";
216 $back_end .= ",$key=$dt_arg{$key}";
218 return "$name,back_end='$back_end'";
/dports/devel/dee/dee-1.2.7/src/
H A Ddee-proxy-model.c62 DeeModel *back_end; member
275 if (priv->back_end) in dee_proxy_model_finalize()
288 g_object_unref (priv->back_end); in dee_proxy_model_finalize()
300 if (priv->back_end == NULL) in dee_proxy_model_constructed()
311 g_signal_connect_swapped (priv->back_end, "row-added", in dee_proxy_model_constructed()
314 g_signal_connect_swapped (priv->back_end, "row-removed", in dee_proxy_model_constructed()
317 g_signal_connect_swapped (priv->back_end, "row-changed", in dee_proxy_model_constructed()
348 priv->back_end = g_value_dup_object (value); in dee_proxy_model_set_property()
499 priv->back_end = NULL; in dee_proxy_model_init()
987 return dee_serializable_model_get_seqnum (priv->back_end); in dee_proxy_model_get_seqnum()
[all …]
H A Ddee-shared-model.h157 DeeModel *back_end);
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/Satpass2/ParseTime/Date/Manip/
H A Dv6.pm119 my $back_end = $self->back_end() || 'Date::Manip::Date';
120 my $dm = $back_end->new();
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/piston2d-gfx_graphics-0.61.0/src/
H A Dlib.rs61 pub use back_end::{ Gfx2d, GfxGraphics };
69 mod back_end; module
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/plugins/standard/
H A DTorchPlugin.py118 back_end = bin_file[idx:] # tail of the string
119 tar_file = os.path.join(dist_dir, back_end)
H A DNumpyPlugin.py175 back_end = bin_file[idx:]
176 tar_file = os.path.join(dist_dir, back_end)
/dports/print/hplip/hplip-3.20.6/
H A Dcheck.py477 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
480 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
489 if back_end == 'hpfax':
491 elif back_end == 'hp':
526 if back_end == 'hpfax' and desc and not 'HP Fax' in desc:
530 elif back_end == 'hp' and desc and 'HP Fax' in desc:
534 elif back_end not in ('hp', 'hpfax'):
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dsystemtray.py157 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
171 if back_end == 'hp':
175 elif back_end == 'hpaio':
179 elif back_end == 'hpfax':
747 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
761 if back_end == 'hp':
764 elif back_end == 'hpaio':
767 elif back_end == 'hpfax':
H A Dsetupdialog.py288 back_end, is_hp, self.bus, model, serial, dev_file, host, zc, port = \
344 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
618 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(d)
820back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.device_…
861back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.fax_uri)
1235 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
1246 if back_end == 'hpfax':
1303back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.device_…
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dsystemtray.py159 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
173 if back_end == 'hp':
177 elif back_end == 'hpaio':
181 elif back_end == 'hpfax':
746 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
760 if back_end == 'hp':
763 elif back_end == 'hpaio':
766 elif back_end == 'hpfax':
/dports/security/silktools/silk-3.19.1/src/rwrandomizeip/
H A Drwrandomizeip.c130 static int determineBackend(randomizer_t **back_end);
536 randomizer_t **back_end) in determineBackend() argument
544 *back_end = NULL; in determineBackend()
568 skVectorGetValue(back_end, backend_vec, backend_id); in determineBackend()
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/Satpass2/FormatTime/
H A DDateTime.pm68 exists $arg{back_end}
69 or $arg{back_end} = undef;
/dports/www/p5-WWW-Scripter-Plugin-JavaScript/WWW-Scripter-Plugin-JavaScript-0.009/
H A DHACKING28 ning code), it retrieves it via its own back_end method, which, if it
39 retrieved via the plugin’s back_end method, and hence is created
/dports/print/hplip/hplip-3.20.6/ui/
H A Dchooseprinterdlg.py65 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
71 if back_end in back_end_filter:
H A Dsetupform.py220 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
454back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(d)
516back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(cups_uri)
537back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.device_…
591back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.device_…
711back_end, is_hp, bus, model, serial, dev_file, host, zc, port = device.parseDeviceURI(self.fax_uri)
912 back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
/dports/www/p5-WWW-Scripter-Plugin-JavaScript/WWW-Scripter-Plugin-JavaScript-0.009/lib/WWW/Scripter/Plugin/JavaScript/
H A DJE.pm110 $window->plugin("JavaScript")->back_end($window)
357 $window->plugin("JavaScript")->back_end($window)
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dmiddle_end.ml141 let back_end flam =
157 let flam = back_end flam in
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dmiddle_end.ml141 let back_end flam =
157 let flam = back_end flam in

12345678910>>...19