Home
last modified time | relevance | path

Searched +defs:append +defs:map (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/dports/games/widelands/widelands-build21/src/logic/
H A Dpath.cc55 void Path::append(const Map& map, const Direction dir) { in append() function in Widelands::Path
80 void Path::load(FileRead& fr, const Map& map) { in load()
103 CoordPath::CoordPath(const Map& map, const Path& path) { in CoordPath()
173 void CoordPath::append(const Map& map, const Path& tail) { in append() function in Widelands::CoordPath
193 void CoordPath::append(const CoordPath& tail) { in append() function in Widelands::CoordPath
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dorddict.erl142 append(Key, New, [{K,_}|_]=Dict) when Key < K -> function
144 append(Key, New, [{K,_}=E|Dict]) when Key > K -> function
146 append(Key, New, [{_K,Old}|Dict]) -> %Key == K function
148 append(Key, New, []) -> [{Key,[New]}]. function
218 map(F, [{Key,Val}|D]) -> function
220 map(F, []) when is_function(F, 2) -> []. function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DAttributedFormatBuffer.java106 Map<Attribute,Object> map; in addAttribute() local
120 public void append(String s) in append() method in AttributedFormatBuffer
127 public void append(String s, Attribute attr) in append() method in AttributedFormatBuffer
135 public void append(String s, int[] ranges, List<Map<Attribute,Object>> attrs) in append() method in AttributedFormatBuffer
152 public void append(char c) in append() method in AttributedFormatBuffer
159 public void append(char c, Attribute attr) in append() method in AttributedFormatBuffer
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/text/
H A DAttributedFormatBuffer.java106 Map<Attribute,Object> map; in addAttribute() local
120 public void append(String s) in append() method in AttributedFormatBuffer
127 public void append(String s, Attribute attr) in append() method in AttributedFormatBuffer
135 public void append(String s, int[] ranges, List<Map<Attribute,Object>> attrs) in append() method in AttributedFormatBuffer
152 public void append(char c) in append() method in AttributedFormatBuffer
159 public void append(char c, Attribute attr) in append() method in AttributedFormatBuffer
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/text/
H A DAttributedFormatBuffer.java106 Map<Attribute,Object> map; in addAttribute() local
120 public void append(String s) in append() method in AttributedFormatBuffer
127 public void append(String s, Attribute attr) in append() method in AttributedFormatBuffer
135 public void append(String s, int[] ranges, List<Map<Attribute,Object>> attrs) in append() method in AttributedFormatBuffer
152 public void append(char c) in append() method in AttributedFormatBuffer
159 public void append(char c, Attribute attr) in append() method in AttributedFormatBuffer
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DAttributedFormatBuffer.java106 Map<Attribute,Object> map; in addAttribute() local
120 public void append(String s) in append() method in AttributedFormatBuffer
127 public void append(String s, Attribute attr) in append() method in AttributedFormatBuffer
135 public void append(String s, int[] ranges, List<Map<Attribute,Object>> attrs) in append() method in AttributedFormatBuffer
152 public void append(char c) in append() method in AttributedFormatBuffer
159 public void append(char c, Attribute attr) in append() method in AttributedFormatBuffer
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/text/
H A DAttributedFormatBuffer.java106 Map<Attribute,Object> map; in addAttribute() local
120 public void append(String s) in append() method in AttributedFormatBuffer
127 public void append(String s, Attribute attr) in append() method in AttributedFormatBuffer
135 public void append(String s, int[] ranges, List<Map<Attribute,Object>> attrs) in append() method in AttributedFormatBuffer
152 public void append(char c) in append() method in AttributedFormatBuffer
159 public void append(char c, Attribute attr) in append() method in AttributedFormatBuffer
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/text/
H A DAttributedFormatBuffer.java98 HashMap map; in addAttribute() local
112 public void append(String s) in append() method in AttributedFormatBuffer
119 public void append(String s, AttributedCharacterIterator.Attribute attr) in append() method in AttributedFormatBuffer
127 public void append(String s, int[] ranges, HashMap[] attrs) in append() method in AttributedFormatBuffer
144 public void append(char c) in append() method in AttributedFormatBuffer
151 public void append(char c, AttributedCharacterIterator.Attribute attr) in append() method in AttributedFormatBuffer
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/result/
H A DClusteringVectorDumper.java81 private boolean append; field in ClusteringVectorDumper
90 public ClusteringVectorDumper(File outputFile, boolean append, String forceLabel) { in ClusteringVectorDumper()
103 public ClusteringVectorDumper(File outputFile, boolean append) { in ClusteringVectorDumper()
171 … WritableIntegerDataStore map = DataStoreUtil.makeIntegerStorage(ids, DataStoreFactory.HINT_TEMP); in dumpClusteringOutput() local
230 private boolean append; field in ClusteringVectorDumper.Parameterizer
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsapi.cpp186 static const char *VS_CC getError(const VSMap *map) VS_NOEXCEPT { in getError()
237 static int VS_CC propNumKeys(const VSMap *map) VS_NOEXCEPT { in propNumKeys()
316 static int VS_CC propDeleteKey(VSMap *map, const char *key) VS_NOEXCEPT { in propDeleteKey()
367 static int VS_CC propSetInt(VSMap *map, const char *key, int64_t i, int append) VS_NOEXCEPT { in propSetInt()
371 static int VS_CC propSetFloat(VSMap *map, const char *key, double d, int append) VS_NOEXCEPT { in propSetFloat()
375 static int VS_CC propSetData(VSMap *map, const char *key, const char *d, int length, int append) VS… in propSetData()
379 static int VS_CC propSetNode(VSMap *map, const char *key, VSNodeRef *clip, int append) VS_NOEXCEPT { in propSetNode()
383 static int VS_CC propSetFrame(VSMap *map, const char *key, const VSFrameRef *frame, int append) VS_… in propSetFrame()
396 static void VS_CC freeMap(VSMap *map) VS_NOEXCEPT { in freeMap()
400 static void VS_CC clearMap(VSMap *map) VS_NOEXCEPT { in clearMap()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/deque-0.4.3/library/Deque/Lazy/
H A DReader.hs18 map f = reader (fmap f) function
32 append deque = reader (<> deque) function
H A DState.hs18 map f = modify (fmap f) function
32 append deque = modify (<> deque) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/deque-0.4.3/library/Deque/Strict/
H A DReader.hs18 map f = reader (fmap f) function
32 append deque = reader (<> deque) function
H A DState.hs18 map f = modify (fmap f) function
32 append deque = modify (<> deque) function
/dports/security/nmap/nmap-7.91/nselib/
H A Dlistop.lua61 function map(f, l) function
144 function append(l1, l2) function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_fifo_index.erl39 append(Key, function
74 map(F, #?MODULE{data = Data} = State) -> function
/dports/lang/elm/compiler-0.19.1/compiler/src/Data/
H A DBag.hs43 append left right = function
60 map func bag = function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/diameter/test/
H A Ddiameter_enum.erl190 map(Fun, E) -> function
200 append(Es) -> function
205 append(N, [Ord | _], [E | _]) function
208 append(N, [_|Os], [_|Es]) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/diameter/test/
H A Ddiameter_enum.erl190 map(Fun, E) -> function
200 append(Es) -> function
205 append(N, [Ord | _], [E | _]) function
208 append(N, [_|Os], [_|Es]) -> function

12345678910>>...52