Home
last modified time | relevance | path

Searched +refs:ts +refs:miss (Results 1 – 25 of 1151) sorted by relevance

12345678910>>...47

/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dship.config55 # 5 "ts trade ship" 200 100 420 30 1750
77 27 "nm nuc miss sub" 30 40 130 270 1500
96 # 5 "ts trade ship" 20 25 35 3 0 0 0 0 0 1
118 27 "nm nuc miss sub" 55 35 2 6 0 0 0 20 0 0
137 # 5 "ts trade ship" 50 50 0 0 0 0 0 0 100 0 0 0 0 0 (trade)
159 27 "nm nuc miss sub" 0 25 200 1 0 0 0 0 500 0 0 0 0 0 (miss son…
160 28 "msb missile sub" 0 25 100 1 0 0 0 0 500 0 0 0 0 0 (miss son…
161 29 "mb missile boat" 0 5 100 3 0 0 0 0 500 0 0 0 0 0 (miss)
162 30 "mf missile frigate" 0 60 220 4 0 0 0 0 120 0 0 0 0 0 (miss)
163 31 "mc missile cruiser" 0 120 500 6 160 0 0 0 200 0 0 0 0 0 (miss ant…
[all …]
/dports/misc/py-cinder/cinder-12.0.10/doc/source/admin/
H A Dblockstorage-troubleshoot.rst11 ts-cinder-config.rst
12 ts-multipath-warn.rst
13 ts-eql-volume-size.rst
14 ts-vol-attach-miss-sg-scan.rst
15 ts-HTTP-bad-req-in-cinder-vol-log.rst
16 ts-duplicate-3par-host.rst
17 ts-failed-attach-vol-after-detach.rst
19 ts-failed-connect-vol-FC-SAN.rst
20 ts-no-emulator-x86-64.rst
21 ts-non-existent-host.rst
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/attic/
H A Dclocks.c100 struct timespec ts; in do_res() local
102 err = clock_getres(type, &ts); in do_res()
107 return ts.tv_nsec; in do_res()
163 int delta, lines, toobig, hits, miss; in do_hist() local
229 miss = i-1; in do_hist()
238 toobig, miss*nsPerBucket+fastest); in do_hist()
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dfp_http.c190 if (ts_hdr == ts->hdr_cnt) { in http_find_match()
207 (!ts->hdr[ts_hdr].value || in http_find_match()
222 u64 miss_bloom4 = bloom4_64(rs->miss[rs_hdr]); in http_find_match()
229 if (rs->miss[rs_hdr] == ts->hdr[ts_hdr].id) goto next_sig; in http_find_match()
243 if (rs->miss[rs_hdr] == ts->miss[ts_hdr]) break; in http_find_match()
258 ts->matched = ref; in http_find_match()
260 if (rs->sw && ts->sw && !strstr((char*)ts->sw, (char*)rs->sw)) in http_find_match()
261 ts->dishonest = 1; in http_find_match()
277 ts->matched = gmatch; in http_find_match()
279 if (gmatch->sig->sw && ts->sw && !strstr((char*)ts->sw, in http_find_match()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/uniplate-1.6.12/Data/Generics/Uniplate/Internal/
H A DData.hs212 | Set.null miss = const True
213 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
214 | otherwise = \k -> not $ k `Set.member` miss
216 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
375 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
381 n = length ts
387 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
388 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
394 f a ((i,[Transformer tk tr]):ts)
395 | tk `map_member` a = f a ts
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/uniplate-1.6.12/Data/Generics/Uniplate/Internal/
H A DData.hs212 | Set.null miss = const True
213 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
214 | otherwise = \k -> not $ k `Set.member` miss
216 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
375 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
381 n = length ts
387 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
388 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
394 f a ((i,[Transformer tk tr]):ts)
395 | tk `map_member` a = f a ts
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/uniplate-1.6.13/Data/Generics/Uniplate/Internal/
H A DData.hs156 | Set.null miss = const True
157 | Set.size hit < Set.size miss = \k -> k `Set.member` hit
158 | otherwise = \k -> not $ k `Set.member` miss
160 (hit,miss) = set_partition (\x -> to `Set.member` grab x) (Set.insert from $ grab from)
324 transformBis_ ts | isJust hitBoxM = op (sliceMe 1 n) function
330 n = length ts
336 [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
337 | (i,ts) <- zip [1..n] (tails $ reverse ts)]
343 f a ((i,[Transformer tk tr]):ts)
344 | tk `map_member` a = f a ts
[all …]
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/coordinates/
H A DPQR.py149 self.ts = self._Timestep.from_coordinates(
151 self.ts._unitcell[:] = unitcell
152 self.ts.frame = 0 # 0-based frame number
155 self.convert_pos_from_native(self.ts._pos)
156 self.convert_pos_from_native(self.ts._unitcell[:3])
240 frame = u.trajectory.ts.frame
296 "".format(miss=', '.join(missing_topology)))
H A DPDBQT.py166 self.ts = self._Timestep.from_coordinates(
169 self.ts._unitcell[:] = unitcell
170 self.ts.frame = 0 # 0-based frame number
173 self.convert_pos_from_native(self.ts._pos)
174 self.convert_pos_from_native(self.ts._unitcell[:3])
248 frame = u.trajectory.ts.frame
287 "".format(miss=', '.join(missing_topology)))
311 box = self.convert_dimensions_to_unitcell(u.trajectory.ts)
H A DCRD.py88 self.ts = self._Timestep.from_coordinates(np.array(coords_list),
90 self.ts.frame = 0 # 0-based frame number
178 frame = u.trajectory.ts.frame
229 "".format(miss=', '.join(missing_topology)))
H A DGRO.py186 self.ts = ts = self._Timestep(n_atoms,
200 ts._pos[pos] = [line[20 + cs * i:20 + cs * (i + 1)] for i in range(3)]
208 ts.velocities = velocities
213 self.ts.frame = 0 # 0-based frame number
218 self.ts._unitcell[:3] = unitcell
220 self.ts._unitcell[:] = unitcell # fill all
225 self.convert_pos_from_native(self.ts._pos) # in-place !
226 self.convert_pos_from_native(self.ts._unitcell) # in-place ! (all are lengths)
227 if self.ts.has_velocities:
229 self.convert_velocities_from_native(self.ts._velocities)
[all …]
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Dseaview.cpp74 QSize ts = tileSize(); in refresh() local
75 m_renderer->resize(ts); in refresh()
184 void SeaView::miss(Sea::Player p, const Coord& c) in miss() function in SeaView
186 m_fields[p]->miss(c); in miss()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/plugins/
H A Dcollapsed_forwarding.en.rst76 detects cache open write failure on a cache miss and returns a 502 error along
84 - :ts:cv:`proxy.config.http.cache.open_write_fail_action` ``1``
85 - :ts:cv:`proxy.config.cache.enable_read_while_writer` ``1``
86 - :ts:cv:`proxy.config.http.number_of_redirections` ``10``
87 - :ts:cv:`proxy.config.http.redirect_use_orig_cache_key` ``1``
88 - :ts:cv:`proxy.config.http.background_fill_active_timeout` ``0``
89 - :ts:cv:`proxy.config.http.background_fill_completed_threshold` ``0``
96 contention and so can not work. The setting :ts:cv:`proxy.config.http.wait_for_cache`
139 entry (dirent) using the generated index. On a cache miss, the lookup
155 1.1). If lookup fails (cache miss), goto (3).
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/braille-specs/
H A Den-ueb-10-13-contractions.yaml199 - 8,gd-bye1 ,miss ,ll-,smy!60
239 - - Our boyfriends mustn't miss tomorrow's afterdinner speaker!
240 - ',|r boyfrs m/n''t miss tm''s afd9n} sp1k}6'
272 - ab|ts
405 - [abouts, ab|ts]
/dports/devel/liblouis/liblouis-3.20.0/tests/braille-specs/
H A Den-ueb-10-13-contractions.yaml199 - 8,gd-bye1 ,miss ,ll-,smy!60
239 - - Our boyfriends mustn't miss tomorrow's afterdinner speaker!
240 - ',|r boyfrs m/n''t miss tm''s afd9n} sp1k}6'
272 - ab|ts
405 - [abouts, ab|ts]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A DTODO33 A mpeg-ts demuxer can be used in a variety of situations:
43 Due to the nature of timing within the mpeg-ts format, we need to
49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
132 definition of live sources, which is to say sources where if we miss
133 the capture, we will miss the data to be captured. Sources which do
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A DTODO33 A mpeg-ts demuxer can be used in a variety of situations:
43 Due to the nature of timing within the mpeg-ts format, we need to
49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
132 definition of live sources, which is to say sources where if we miss
133 the capture, we will miss the data to be captured. Sources which do
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A DTODO33 A mpeg-ts demuxer can be used in a variety of situations:
43 Due to the nature of timing within the mpeg-ts format, we need to
49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
132 definition of live sources, which is to say sources where if we miss
133 the capture, we will miss the data to be captured. Sources which do
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A DTODO33 A mpeg-ts demuxer can be used in a variety of situations:
43 Due to the nature of timing within the mpeg-ts format, we need to
49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
132 definition of live sources, which is to say sources where if we miss
133 the capture, we will miss the data to be captured. Sources which do
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A DTODO33 A mpeg-ts demuxer can be used in a variety of situations:
43 Due to the nature of timing within the mpeg-ts format, we need to
49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
132 definition of live sources, which is to say sources where if we miss
133 the capture, we will miss the data to be captured. Sources which do

12345678910>>...47