Home
last modified time | relevance | path

Searched refs:repl (Results 126 – 150 of 10408) sorted by relevance

12345678910>>...417

/dports/databases/postgresql13-server/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/include/catalog/
H A Drenumber_oids.pl131 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
138 my $repl = $1 . $oid2 . $3 . $oid4 . ")";
148 my $repl = $1 . $maphash{$3} . $4 . ")";
158 my $repl =
160 $line =~ s/^CATALOG\(\w+,\d+,\w+\)/$repl/;
168 my $repl =
170 $line =~ s/BKI_ROWTYPE_OID\(\d+,\w+\)/$repl/;
183 my $repl = $1 . $maphash{$2};
235 my $repl = $1 . "'" . $maphash{$2} . "'";
236 $line =~ s/\boid\s*=>\s*'\d+'/$repl/;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/TableGen/
H A DFormat.cpp127 FmtReplacement repl; in parseFormatString() local
129 std::tie(repl, fmt) = splitFmtSegment(fmt); in parseFormatString()
130 if (repl.type != FmtReplacement::Type::Empty) in parseFormatString()
131 replacements.push_back(repl); in parseFormatString()
137 for (auto &repl : replacements) { in format() local
142 s << repl.spec; in format()
148 s << repl.spec; in format()
151 s << repl.spec << kMarkerForNoSubst; in format()
163 s << repl.spec << kMarkerForNoSubst; in format()
170 if (repl.index >= adapters.size()) { in format()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/TableGen/
H A DFormat.cpp127 FmtReplacement repl; in parseFormatString() local
129 std::tie(repl, fmt) = splitFmtSegment(fmt); in parseFormatString()
130 if (repl.type != FmtReplacement::Type::Empty) in parseFormatString()
131 replacements.push_back(repl); in parseFormatString()
137 for (auto &repl : replacements) { in format() local
142 s << repl.spec; in format()
148 s << repl.spec; in format()
151 s << repl.spec << kMarkerForNoSubst; in format()
163 s << repl.spec << kMarkerForNoSubst; in format()
170 if (repl.index >= adapters.size()) { in format()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/TableGen/
H A DFormat.cpp126 FmtReplacement repl; in parseFormatString() local
128 std::tie(repl, fmt) = splitFmtSegment(fmt); in parseFormatString()
129 if (repl.type != FmtReplacement::Type::Empty) in parseFormatString()
130 replacements.push_back(repl); in parseFormatString()
136 for (auto &repl : replacements) { in format() local
141 s << repl.spec; in format()
147 s << repl.spec; in format()
150 s << repl.spec << kMarkerForNoSubst; in format()
162 s << repl.spec << kMarkerForNoSubst; in format()
169 if (repl.index >= adapters.size()) { in format()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/TableGen/
H A DFormat.cpp126 FmtReplacement repl; in parseFormatString() local
128 std::tie(repl, fmt) = splitFmtSegment(fmt); in parseFormatString()
129 if (repl.type != FmtReplacement::Type::Empty) in parseFormatString()
130 replacements.push_back(repl); in parseFormatString()
136 for (auto &repl : replacements) { in format() local
141 s << repl.spec; in format()
147 s << repl.spec; in format()
150 s << repl.spec << kMarkerForNoSubst; in format()
162 s << repl.spec << kMarkerForNoSubst; in format()
169 if (repl.index >= adapters.size()) { in format()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/TableGen/
H A DFormat.cpp126 FmtReplacement repl; in parseFormatString() local
128 std::tie(repl, fmt) = splitFmtSegment(fmt); in parseFormatString()
129 if (repl.type != FmtReplacement::Type::Empty) in parseFormatString()
130 replacements.push_back(repl); in parseFormatString()
136 for (auto &repl : replacements) { in format() local
141 s << repl.spec; in format()
147 s << repl.spec; in format()
150 s << repl.spec << kMarkerForNoSubst; in format()
162 s << repl.spec << kMarkerForNoSubst; in format()
169 if (repl.index >= adapters.size()) { in format()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/codegen/
H A Duser_jastrow.py113 repl = dict()
116 repl['var_name'] = var_name
117 return repl
140 s += out_str%repl
146 s += out_str%repl
170 s = out_str%repl
269 repl = get_var_names(vp)
306 repl = get_var_names(vp)
367 repl['do_opt'] = 'true'
369 set_opt += set_opt_str%repl
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-repl.sh2 run_mlr repl <<EOF
6 run_mlr repl <<EOF
13 run_mlr repl <<EOF
19 run_mlr repl <<EOF
54 run_mlr repl <<EOF
77 run_mlr repl --j2x $indir/flatten-input-2.json <<EOF
82 run_mlr repl --x2j $indir/unflatten-input.xtab <<EOF
87 run_mlr repl --xtab $indir/unflatten-input.xtab <<EOF
107 run_mlr repl -d <<EOF
110 run_mlr repl -D <<EOF
[all …]
/dports/security/nmap/nmap-7.91/
H A Dxml.cc158 repl = buf; in xml_unescape()
160 repl = "<"; in xml_unescape()
163 repl = ">"; in xml_unescape()
166 repl = "&"; in xml_unescape()
169 repl = "\""; in xml_unescape()
172 repl = "\'"; in xml_unescape()
175 repl = "-"; in xml_unescape()
186 repl = buf; in xml_unescape()
224 repl = "&lt;"; in escape()
240 repl = buf; in escape()
[all …]
/dports/security/ncrack/ncrack-0.7/
H A Dxml.cc226 repl = buf; in xml_unescape()
228 repl = "<"; in xml_unescape()
231 repl = ">"; in xml_unescape()
234 repl = "&"; in xml_unescape()
237 repl = "\""; in xml_unescape()
240 repl = "\'"; in xml_unescape()
243 repl = "-"; in xml_unescape()
254 repl = buf; in xml_unescape()
292 repl = "&lt;"; in escape()
308 repl = buf; in escape()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dreplica_set_tests.cpp56 _storageInterface = std::make_unique<repl::StorageInterfaceImpl>(); in setUp()
58 stdx::make_unique<repl::DropPendingCollectionReaper>(_storageInterface.get()); in setUp()
63 _replicationProcess = stdx::make_unique<repl::ReplicationProcess>( in setUp()
84 repl::ReplicationCoordinatorExternalStateImpl* getReplCoordExternalState() { in getReplCoordExternalState()
88 repl::StorageInterface& getStorageInterface() { in getStorageInterface()
94 std::unique_ptr<repl::StorageInterface> _storageInterface;
95 std::unique_ptr<repl::DropPendingCollectionReaper> _dropPendingCollectionReaper;
96 std::unique_ptr<repl::ReplicationProcess> _replicationProcess;
103 replCoordExternalState->storeLocalLastVoteDocument(opCtx.get(), repl::LastVote{2, 1}) in TEST_F()
111 replCoordExternalState->storeLocalLastVoteDocument(opCtx.get(), repl::LastVote{3, 1}) in TEST_F()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/test/lua/
H A Dcommon_sets.lua13 function (subj, pattern, repl, n)
14 return lib.new (pattern) : gsub (subj, repl, n)
270 local subj, patt, repl = "abcdef", "..", "*"
275 { {subj, patt, repl, function() end }, {"abcdef", 3, 0} },
276 { {subj, patt, repl, function() return nil end }, {"abcdef", 3, 0} },
277 { {subj, patt, repl, function() return false end }, {"abcdef", 3, 0} },
278 { {subj, patt, repl, function() return true end }, {"***", 3, 3} },
279 { {subj, patt, repl, function() return {} end }, {"***", 3, 3} },
280 { {subj, patt, repl, function() return "#" end }, {"###", 3, 3} },
284 { {subj, patt, repl, function (from,to,rep) return rep end },
[all …]
/dports/net/wireshark/wireshark-3.6.1/test/lua/
H A Dcommon_sets.lua13 function (subj, pattern, repl, n)
14 return lib.new (pattern) : gsub (subj, repl, n)
270 local subj, patt, repl = "abcdef", "..", "*"
275 { {subj, patt, repl, function() end }, {"abcdef", 3, 0} },
276 { {subj, patt, repl, function() return nil end }, {"abcdef", 3, 0} },
277 { {subj, patt, repl, function() return false end }, {"abcdef", 3, 0} },
278 { {subj, patt, repl, function() return true end }, {"***", 3, 3} },
279 { {subj, patt, repl, function() return {} end }, {"***", 3, 3} },
280 { {subj, patt, repl, function() return "#" end }, {"###", 3, 3} },
284 { {subj, patt, repl, function (from,to,rep) return rep end },
[all …]

12345678910>>...417