Home
last modified time | relevance | path

Searched defs:advance (Results 26 – 50 of 7435) sorted by relevance

12345678910>>...298

/dports/mail/aerc/aerc-0.4.0/vendor/github.com/go-ini/ini/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/www/writefreely/writefreely-0.13.1/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gopkg.in/ini.v1/ini-1.62.0/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/net/storj/storj-1.45.3/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/audio/visp-go/visp-2585747/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Darrayutils.c67 * We limit array sizes to at most about a quarter billion elements,
68 * so that it's not necessary to check for overflow in quite so many
69 * places --- for instance when palloc'ing Datum arrays.
71 * The multiplication overflow check only works on machines that have int64
72 * arithmetic, but that is nearly all platforms these days, and doing check
81 #define MaxArraySize ((Size) (MaxAllocSize / sizeof(Datum)))
84 return 0;
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/sysutils/terraform/terraform-1.0.11/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini66 [advance] section
67 value with quotes = "some value"
68 value quote2 again = 'some value'
69 includes comment sign = `my#password`
70 includes comment sign2 = `my;password`
71 true = 2+3=5
77 ADDRESS = `404 road,
79 two_lines = how about \
81 lots_of_lines = 1 \
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/sysutils/restic/restic-0.12.1/vendor/gopkg.in/ini.v1/testdata/
H A Dfull.ini67 [advance] section
68 value with quotes = "some value"
69 value quote2 again = 'some value'
70 includes comment sign = `my#password`
71 includes comment sign2 = `my;password`
72 true = 2+3=5
78 ADDRESS = `404 road,
80 two_lines = how about \
82 lots_of_lines = 1 \
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/
H A DTypecastGlyph.java39 private final float advance; field in TypecastGlyph.Advance
42 public Advance(final Font font, final float advance) in Advance()
60 public final void add(final float advance, final float size) in add()
95 private final Advance advance; field in TypecastGlyph.Metrics
97 public Metrics(final Font font, final AABBox bbox, final float advance) in Metrics()
119 public final void addAdvance(final float advance, final float size) in addAdvance()
146 …al Font font, final char symbol, final short id, final AABBox bbox, final int advance, final Outli… in TypecastGlyph()
191 protected final void addAdvance(final float advance, final float size) { in addAdvance()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DAttoparsec.hs25 advance (Position l _) 10 = Position (l + 1) 0 function
26 advance (Position l c) _ = Position l (c + 1) function
/dports/biology/exonerate/exonerate-2.4.0/src/sdp/
H A Dlookahead.c20 #define Lookahead_index_pos(lookahead, advance) \ argument
23 #define Lookahead_pos_is_set(lookahead, advance) \ argument
73 gpointer Lookahead_get(Lookahead *lookahead, gint advance){ in Lookahead_get()
79 void Lookahead_set(Lookahead *lookahead, gint advance, gpointer data){ in Lookahead_set()
89 static void Lookahead_clear(Lookahead *lookahead, gint advance){ in Lookahead_clear()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/fusion/container/deque/
H A Ddeque_iterator.hpp58 struct advance struct
60 typedef typename Iterator::index index;
61 typedef typename Iterator::sequence sequence;
62 typedef deque_iterator<sequence, index::value + N::value> type;
65 call(Iterator const& i) in call()
/dports/databases/pgloader3/cl-containers-20200427-git/dev/
H A Dfile-iterators.lisp62 (defmethod advance ((iterator file-iterator)) unknown
85 (defmethod advance ((iterator file-line-iterator)) unknown
112 (defmethod advance ((iterator file-form-iterator)) unknown
186 (defmethod advance ((iterator delimited-iterator)) unknown
229 (defmethod advance ((iterator delimited-iterator)) unknown
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/generic/
H A Dadvance.inl35 void advance(InputIterator& i, Distance n, thrust::incrementable_traversal_tag) function
47 void advance(InputIterator& i, Distance n, thrust::random_access_traversal_tag) function
56 void advance(InputIterator& i, Distance n) function
/dports/devel/hyperscan/boost_1_75_0/boost/fusion/container/deque/
H A Ddeque_iterator.hpp66 struct advance struct
68 typedef typename Iterator::index index;
69 typedef typename Iterator::sequence sequence;
70 typedef deque_iterator<sequence, index::value + N::value> type;
74 call(Iterator const& i) in call()
/dports/devel/hyperscan/boost_1_75_0/boost/fusion/adapted/std_array/
H A Dstd_array_iterator.hpp68 struct advance struct
70 typedef typename Iterator::index index;
71 typedef typename Iterator::array_type array_type;
72 typedef std_array_iterator<array_type, index::value + N::value> type;
75 call(Iterator const& i) in call()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fusion/adapted/std_array/
H A Dstd_array_iterator.hpp68 struct advance struct
70 typedef typename Iterator::index index;
71 typedef typename Iterator::array_type array_type;
72 typedef std_array_iterator<array_type, index::value + N::value> type;
75 call(Iterator const& i) in call()
/dports/devel/R-cran-BH/BH/inst/include/boost/fusion/adapted/std_array/
H A Dstd_array_iterator.hpp68 struct advance struct
70 typedef typename Iterator::index index;
71 typedef typename Iterator::array_type array_type;
72 typedef std_array_iterator<array_type, index::value + N::value> type;
75 call(Iterator const& i) in call()
/dports/devel/R-cran-BH/BH/inst/include/boost/fusion/container/deque/
H A Ddeque_iterator.hpp66 struct advance struct
68 typedef typename Iterator::index index;
69 typedef typename Iterator::sequence sequence;
70 typedef deque_iterator<sequence, index::value + N::value> type;
74 call(Iterator const& i) in call()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/fusion/adapted/boost_array/
H A Darray_iterator.hpp66 struct advance struct
68 typedef typename Iterator::index index;
69 typedef typename Iterator::array_type array_type;
70 typedef array_iterator<array_type, index::value + N::value> type;
73 call(Iterator const& i) in call()

12345678910>>...298