Home
last modified time | relevance | path

Searched refs:PO (Results 1 – 25 of 12186) sorted by relevance

12345678910>>...488

/dports/deskutils/parcellite/parcellite-1.2.1/
H A Dextract_strings.sh2 PO=po/parcellite.pot
4 if [ -e $PO ]; then
5 echo "Overwrite $PO?"
22 echo "#Generated by extract_strings">$PO
25 echo "\"Project-Id-Version: $PV\n\"" >> $PO
26 echo "\"Report-Msgid-Bugs-To: \n\"" >> $PO
27 echo "\"POT-Creation-Date: $D\n\"" >> $PO
31 echo "\"MIME-Version: 1.0\n\"" >> $PO
34 echo "">>$PO
44 cat $PO.tmp|sort|uniq|sed 's!^!msgid "!;s!$!"\nmsgstr ""\n!'>>$PO
[all …]
/dports/finance/weberp/webERP/includes/
H A DPO_ReadInOrder.inc4 if (isset($_SESSION['PO'.$identifier])){
5 unset ($_SESSION['PO'.$identifier]->LineItems);
6 unset ($_SESSION['PO'.$identifier]);
11 $_SESSION['PO'.$identifier] = new PurchOrder;
76 $_SESSION['PO'.$identifier]->ExRate = $myrow['rate'];
86 $_SESSION['PO'.$identifier]->Tel = $myrow['tel'];
98 $_SESSION['PO'.$identifier]->Port = $myrow['port'];
100 $_SESSION['PO'.$identifier]->Status = $myrow['status'];
189 $_SESSION['PO'.$identifier]->add_to_order($_SESSION['PO'.$identifier]->LinesOnOrder+1,
212 …$_SESSION['PO'.$identifier]->LineItems[$_SESSION['PO'.$identifier]->LinesOnOrder]->PODetailRec = $…
[all …]
/dports/databases/cegobridge/cegobridge-1.6.1/samples/
H A Dstmt.sql72 insert into sg_auf_fpos values ( 3291, 2, 10139, 3105, 9553, 9553, '', 'PO', '#002', '0.0000', 40, …
86 insert into sg_auf_fpos values ( 15665, 1, 47894, 0, 0, 0, '', 'PO', '#001', '0.0000', 42, '1800', …
90 insert into sg_auf_fpos values ( 15666, 1, 47896, 0, 0, 0, '', 'PO', '#001', '0.0000', 46, '1800', …
102 insert into sg_auf_fpos values ( 15670, 1, 47904, 0, 0, 0, '', 'PO', '#001', '0.0000', 44, '1040', …
128 insert into sg_auf_fpos values ( 15674, 2, 47916, 0, 0, 0, '', 'PO', '#002', '0.0000', 57, '1185', …
304 insert into sg_auf_fpos values ( 15715, 1, 47985, 0, 0, 0, '', 'PO', '#001', '0.0000', 86, '1350', …
360 insert into sg_auf_fpos values ( 15726, 6, 48006, 0, 0, 0, '', 'PO', '#006', '0.0000', 36, '1720', …
366 insert into sg_auf_fpos values ( 15728, 1, 48009, 0, 0, 0, '', 'PO', '#001', '0.0000', 101, '1715',…
497 insert into sg_auf_fpos values ( 15756, 2, 48069, 0, 0, 0, '', 'PO', '#002', '0.0000', 57, '1185', …
565 insert into sg_auf_fpos values ( 15771, 1, 48094, 0, 0, 0, '', 'PO', '#001', '0.0000', 12, '17510',…
[all …]
/dports/games/eboard/eboard-1.1.3/multilang/
H A Dharvest.pl62 if (!open(PO,"<$po")) {
71 while($_=<PO>) {
131 close(PO);
185 print PO "\"$_\"\n";
190 print PO "\"$_\"\n";
192 print PO "\n";
208 print PO "\"$_\"\n";
213 print PO "\"$_\"\n";
215 print PO "\n";
231 print PO "\"$_\"\n";
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-internals-factories-uml_module_factory.adb104 if PO in UML_Collection_Offset'Range (2) then
108 (UML_Element_Table.Table (Element).Kind, PO),
112 elsif PO in UML_Member_Offset'Range (2)
130 PO : constant AMF.Internals.CMOF_Element constant
160 PO : constant AMF.Internals.CMOF_Element constant
190 PO : constant AMF.Internals.CMOF_Element constant
194 if PO in DI_Collection_Offset'Range (2) then
202 elsif PO in DI_Member_Offset'Range (2)
220 PO : constant AMF.Internals.CMOF_Element constant
224 if PO in UMLDI_Collection_Offset'Range (2) then
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/regalloc/
H A Dliverange.rs178 po: PhantomData<*const PO>,
184 pub order: &'a PO,
189 impl<'a, PO: ProgramOrder> LiveRangeContext<'a, PO> {
196 impl<'a, PO: ProgramOrder> Clone for LiveRangeContext<'a, PO> {
205 impl<'a, PO: ProgramOrder> Copy for LiveRangeContext<'a, PO> {}
210 struct Cmp<'a, PO: ProgramOrder + 'a>(&'a PO);
212 impl<'a, PO: ProgramOrder> bforest::Comparator<Ebb> for Cmp<'a, PO> {
218 impl<PO: ProgramOrder> GenLiveRange<PO> {
248 order: &PO, in extend_in_ebb() argument
451 impl<PO: ProgramOrder> SparseMapValue<Value> for GenLiveRange<PO> {
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A Dstat.h97 sum (const Matrix<T,PO,PS> &A) in sum() argument
137 prod (const Matrix<T,PO,PS> &A) in SCYTHE_STATMETH_COL()
180 mean (const Matrix<T,PO,PS> &A) in SCYTHE_STATMETH_COL()
225 median (const Matrix<T,PO,PS> &A) in SCYTHE_STATMETH_COL()
227 Matrix<T, PO, Concrete> temp(A); in SCYTHE_STATMETH_COL()
272 mode (const Matrix<T,PO,PS> &A) in SCYTHE_STATMETH_COL()
349 var (const Matrix<T,PO,PS> &A) in var() argument
410 sd (const Matrix<T,PO,PS> &A) in sd() argument
466 skew (const Matrix<T,PO,PS> &A) in skew() argument
542 max (const Matrix<T,PO,PS> &A) in SCYTHE_STATMETH_COL()
[all …]
/dports/devel/elixir-gettext/gettext-0.15.0/test/gettext/
H A Dpo_test.exs6 alias Gettext.PO
11 doctest PO
26 %PO{
67 assert {:ok, %Gettext.PO{}} = PO.parse_string(str)
81 assert %PO{
119 %PO{
229 po = %PO{
243 po = %PO{
266 po = %PO{
284 po = %PO{
[all …]
H A Dmerger_test.exs5 alias Gettext.PO
23 old_po = %PO{
59 old_po = %PO{
68 new_pot = %PO{
87 new_pot = %PO{
96 old_po = %PO{
108 new_pot = %PO{
130 old_po = %PO{
192 old_po = %PO{
216 old_po = %PO{
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/po/
H A Dupdate.sh17 PO="${1}"
19 if [ -e "${PO}.po" ]; then
20 PO="${PO}.po"
23 echo "Now merging $PO with $PACKAGE.pot, and creating an updated $PO ..."
25 mv ${PO} ${PO}.old && msgmerge ${PO}.old ${PACKAGE}.pot -o ${PO} \
26 && rm ${PO}.old;
28 msgfmt $PO --statistics -o /dev/null
/dports/dns/p5-DSC/p5-DSC-2.04/DSC/
H A Dploticus.pm206 PO($ropts, 'title');
334 PO($ropts, 'label');
335 PO($ropts, 'grid');
336 PO($ropts, 'stubcull');
343 PO($ropts, 'grid');
344 PO($ropts, 'label');
366 PO($ropts, 'label');
367 PO($ropts, 'details');
368 PO($ropts, 'tag');
376 PO($ropts, 'text');
[all …]
/dports/devel/elixir-gettext/gettext-0.15.0/lib/gettext/po/
H A Dtranslations.ex1 defmodule Gettext.PO.Translations do
4 alias Gettext.PO
5 alias Gettext.PO.Translation
6 alias Gettext.PO.PluralTranslation
30 @spec autogenerated?(PO.translation()) :: boolean
69 iex> Gettext.PO.Translations.same?(t1, t2)
73 @spec same?(PO.translation(), PO.translation()) :: boolean
91 iex> Gettext.PO.Translations.key(t)
95 iex> Gettext.PO.Translations.key(t)
110 @spec find([PO.translation()], PO.translation()) :: PO.translation() | nil
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Dliverange.rs210 impl<PO: ProgramOrder> GenericLiveRange<PO> {
467 impl<PO: ProgramOrder> SparseMapValue<Value> for GenericLiveRange<PO> {
580 PO.validate(&lr); in dead_def_range()
599 PO.validate(&lr); in dead_arg_range()
612 PO.validate(&lr); in local_def()
620 PO.validate(&lr); in local_def()
637 PO.validate(&lr); in local_arg()
645 PO.validate(&lr); in local_arg()
651 PO.validate(&lr); in local_arg()
672 PO.validate(&lr); in global_def()
[all …]
/dports/games/widelands/widelands-build21/.tx/
H A Dconfig14 type = PO
20 type = PO
26 type = PO
32 type = PO
38 type = PO
44 type = PO
50 type = PO
56 type = PO
62 type = PO
68 type = PO
[all …]
/dports/devel/florist-gpl/florist-gpl-2017-src/libsrc/
H A Dposix-configurable_system_limits.adb43 package PO renames POSIX.Options; packspec
66 return PO.Asynchronous_IO_Support is
90 return PO.Memory_Locking_Support is
108 return PO.Message_Queues_Support is
126 return PO.Mutexes_Support is
132 return PO.Prioritized_IO_Support is
156 return PO.Saved_IDs_Support is
162 return PO.Semaphores_Support is
174 return PO.Process_Shared_Support is
180 return PO.Synchronized_IO_Support is
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp56 if (PO.RegisterFileSize) in getJSONSimulationParameters()
59 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
60 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
62 if (PO.DecodersThroughput) in getJSONSimulationParameters()
65 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
68 if (PO.DispatchWidth) in getJSONSimulationParameters()
69 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
71 if (PO.LoadQueueSize) in getJSONSimulationParameters()
72 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
74 if (PO.StoreQueueSize) in getJSONSimulationParameters()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp57 if (PO.RegisterFileSize) in getJSONSimulationParameters()
60 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
61 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
63 if (PO.DecodersThroughput) in getJSONSimulationParameters()
66 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
69 if (PO.DispatchWidth) in getJSONSimulationParameters()
70 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
72 if (PO.LoadQueueSize) in getJSONSimulationParameters()
73 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
75 if (PO.StoreQueueSize) in getJSONSimulationParameters()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp57 if (PO.RegisterFileSize) in getJSONSimulationParameters()
60 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
61 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
63 if (PO.DecodersThroughput) in getJSONSimulationParameters()
66 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
69 if (PO.DispatchWidth) in getJSONSimulationParameters()
70 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
72 if (PO.LoadQueueSize) in getJSONSimulationParameters()
73 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
75 if (PO.StoreQueueSize) in getJSONSimulationParameters()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp57 if (PO.RegisterFileSize) in getJSONSimulationParameters()
60 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
61 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
63 if (PO.DecodersThroughput) in getJSONSimulationParameters()
66 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
69 if (PO.DispatchWidth) in getJSONSimulationParameters()
70 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
72 if (PO.LoadQueueSize) in getJSONSimulationParameters()
73 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
75 if (PO.StoreQueueSize) in getJSONSimulationParameters()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-mca/
H A DPipelinePrinter.cpp57 if (PO.RegisterFileSize) in getJSONSimulationParameters()
60 if (!PO.AssumeNoAlias) in getJSONSimulationParameters()
61 SimParameters.try_emplace("-noalias", PO.AssumeNoAlias); in getJSONSimulationParameters()
63 if (PO.DecodersThroughput) in getJSONSimulationParameters()
66 if (PO.MicroOpQueueSize) in getJSONSimulationParameters()
69 if (PO.DispatchWidth) in getJSONSimulationParameters()
70 SimParameters.try_emplace("-dispatch", PO.DispatchWidth); in getJSONSimulationParameters()
72 if (PO.LoadQueueSize) in getJSONSimulationParameters()
73 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
75 if (PO.StoreQueueSize) in getJSONSimulationParameters()
[all …]

12345678910>>...488