Home
last modified time | relevance | path

Searched refs:prel (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/rss-bridge/rss-bridge-2021-04-25/vendor/php-urljoin/src/
H A Durljoin.php27 $prel = parse_url($rel);
35 $prel = array('path' => $rel);
42 if (isset($prel['scheme'])) {
43 if ($prel['scheme'] != $pbase['scheme'] || in_array($prel['scheme'], $uses_relative) == false) {
53 if (array_key_exists('path', $prel) && substr($prel['path'], 0, 1) != '/') {
57 $prel['path'] = substr($prel['path'], 2);
106 if (isset($prel['host'])) {
107 $hostSource = $prel;
131 if (isset($prel['query'])) {
132 $ret .= '?' . $prel['query'];
[all …]
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Dpro_reloc.c59 if (prel->pr_first_block) in _dwarf_pro_pre_alloc_n_reloc_slots()
81 prel->pr_first_block = data; in _dwarf_pro_pre_alloc_n_reloc_slots()
82 prel->pr_last_block = data; in _dwarf_pro_pre_alloc_n_reloc_slots()
83 prel->pr_block_count = 1; in _dwarf_pro_pre_alloc_n_reloc_slots()
115 if (prel->pr_first_block) { in _dwarf_pro_alloc_reloc_slots()
117 prel->pr_last_block = data; in _dwarf_pro_alloc_reloc_slots()
118 prel->pr_block_count += 1; in _dwarf_pro_alloc_reloc_slots()
123 prel->pr_last_block = data; in _dwarf_pro_alloc_reloc_slots()
124 prel->pr_block_count = 1; in _dwarf_pro_alloc_reloc_slots()
153 data = prel->pr_last_block; in _dwarf_pro_reloc_get_a_slot()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Dpro_reloc.c59 if (prel->pr_first_block) in _dwarf_pro_pre_alloc_n_reloc_slots()
81 prel->pr_first_block = data; in _dwarf_pro_pre_alloc_n_reloc_slots()
82 prel->pr_last_block = data; in _dwarf_pro_pre_alloc_n_reloc_slots()
83 prel->pr_block_count = 1; in _dwarf_pro_pre_alloc_n_reloc_slots()
115 if (prel->pr_first_block) { in _dwarf_pro_alloc_reloc_slots()
117 prel->pr_last_block = data; in _dwarf_pro_alloc_reloc_slots()
118 prel->pr_block_count += 1; in _dwarf_pro_alloc_reloc_slots()
123 prel->pr_last_block = data; in _dwarf_pro_alloc_reloc_slots()
124 prel->pr_block_count = 1; in _dwarf_pro_alloc_reloc_slots()
153 data = prel->pr_last_block; in _dwarf_pro_reloc_get_a_slot()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc47 const path prel = p.relative_path(); in test02() local
48 VERIFY( !prel.has_root_name() ); in test02()
57 if (prel != rel) in test02()
58 std::cout << prel << ' ' << rel << '\n'; in test02()
59 VERIFY( prel == rel ); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc47 const path prel = p.relative_path(); in test02() local
48 VERIFY( !prel.has_root_name() ); in test02()
57 if (prel != rel) in test02()
58 std::cout << prel << ' ' << rel << '\n'; in test02()
59 VERIFY( prel == rel ); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc47 const path prel = p.relative_path(); in test02() local
48 VERIFY( !prel.has_root_name() ); in test02()
57 if (prel != rel) in test02()
58 std::cout << prel << ' ' << rel << '\n'; in test02()
59 VERIFY( prel == rel ); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc47 const path prel = p.relative_path(); in test02() local
48 VERIFY( !prel.has_root_name() ); in test02()
57 if (prel != rel) in test02()
58 std::cout << prel << ' ' << rel << '\n'; in test02()
59 VERIFY( prel == rel ); in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc49 const path prel = p.relative_path(); in test02() local
50 VERIFY( !prel.has_root_name() ); in test02()
59 if (prel != rel) in test02()
60 std::cout << prel << ' ' << rel << '\n'; in test02()
61 VERIFY( prel == rel ); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/
H A Drelative_path.cc48 const path prel = p.relative_path(); in test02() local
49 VERIFY( !prel.has_root_name() ); in test02()
58 if (prel != rel) in test02()
59 std::cout << prel << ' ' << rel << '\n'; in test02()
60 VERIFY( prel == rel ); in test02()
/dports/science/chemps2/CheMPS2-1.8.10/integrals/psi4plugins/
H A Dsavehdf.cc153 int prel = p - K.params->poff[psym]; in savehdf() local
168 if ((prel <docc[psym]) && (rrel < docc[rsym])) EnergyHF += 2*K.matrix[h][pq][rs]; in savehdf()
169 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel < docc[rsym])) EnergyHF += K.m… in savehdf()
170 …if ((prel <docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[rsym] + docc[rsym])) EnergyHF += K.m… in savehdf()
171 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[… in savehdf()
174 if ((prel <docc[psym]) && (rrel < docc[rsym])) EnergyHF -= K.matrix[h][pq][rs]; in savehdf()
175 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel < docc[rsym])) EnergyHF -= 0.5… in savehdf()
176 …if ((prel <docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[rsym] + docc[rsym])) EnergyHF -= 0.5… in savehdf()
177 …if ((prel>=docc[psym]) && (prel < socc[psym] + docc[psym]) && (rrel>= docc[rsym]) && (rrel < socc[… in savehdf()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp133 btVector3 tmp, prel, n[6], normal, v3P; in getSphereDistance() local
144 prel = m44T.invXform( sphereCenter); in getSphereDistance()
148 v3P = prel; in getSphereDistance()
167 normal = (prel - v3P).normalize(); in getSphereDistance()
169 v3PointOnSphere = prel - normal*fRadius; in getSphereDistance()
216 btVector3 p0, tmp, prel, n[6], normal; in getSpherePenetration() local
233 prel = m44T.invXform( sphereCenter); in getSpherePenetration()
240 if ( (fSepThis = ((prel-bounds[j]) .dot( n[i]))-fRadius) > btScalar(0.0) ) return btScalar(1.0); in getSpherePenetration()
248 pointOnBox = prel - normal*(normal.dot((prel-p0))); in getSpherePenetration()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp133 btVector3 tmp, prel, n[6], normal, v3P; in getSphereDistance() local
144 prel = m44T.invXform( sphereCenter); in getSphereDistance()
148 v3P = prel; in getSphereDistance()
167 normal = (prel - v3P).normalize(); in getSphereDistance()
169 v3PointOnSphere = prel - normal*fRadius; in getSphereDistance()
216 btVector3 p0, tmp, prel, n[6], normal; in getSpherePenetration() local
233 prel = m44T.invXform( sphereCenter); in getSpherePenetration()
240 if ( (fSepThis = ((prel-bounds[j]) .dot( n[i]))-fRadius) > btScalar(0.0) ) return btScalar(1.0); in getSpherePenetration()
248 pointOnBox = prel - normal*(normal.dot((prel-p0))); in getSpherePenetration()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp133 btVector3 tmp, prel, n[6], normal, v3P; in getSphereDistance() local
144 prel = m44T.invXform( sphereCenter); in getSphereDistance()
148 v3P = prel; in getSphereDistance()
167 normal = (prel - v3P).normalize(); in getSphereDistance()
169 v3PointOnSphere = prel - normal*fRadius; in getSphereDistance()
216 btVector3 p0, tmp, prel, n[6], normal; in getSpherePenetration() local
233 prel = m44T.invXform( sphereCenter); in getSpherePenetration()
240 if ( (fSepThis = ((prel-bounds[j]) .dot( n[i]))-fRadius) > btScalar(0.0) ) return btScalar(1.0); in getSpherePenetration()
248 pointOnBox = prel - normal*(normal.dot((prel-p0))); in getSpherePenetration()
/dports/databases/postgis30/postgis-3.0.4/utils/
H A Dcheck_news.sh36 prel=Unreleased
44 echo "FAIL: ${rel} (${date}) appears after ${prel} (${pdate})" >&2
48 echo "${rel} (${date}) before ${prel} (${pdate})"
51 prel=${rel}
/dports/databases/postgis32/postgis-3.2.0/utils/
H A Dcheck_news.sh44 prel=Unreleased
52 echo "FAIL: ${rel} (${date}) appears after ${prel} (${pdate})"
56 echo "INFO: ${rel} (${date}) before ${prel} (${pdate})"
59 prel=${rel}

123456789