Home
last modified time | relevance | path

Searched refs:StrArray (Results 1 – 25 of 99) sorted by relevance

1234

/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dstrarray.h20 typedef PtrArray StrArray; typedef
22 extern StrArray *StrArray_new(size_t size);
23 extern const char *StrArray_get(const StrArray *self, size_t pos);
24 extern int StrArray_set(StrArray *self, size_t pos, const char *val);
26 extern int StrArray_append(StrArray *self, const char *val);
28 extern void StrArray_sort(StrArray *self);
29 extern void StrArray_sortIgnoreCase(StrArray *self);
30 extern int StrArray_binarySearch(StrArray *self, const char *key);
31 extern int StrArray_binarySearchIgnoreCase(StrArray *self, const char *key);
32 extern int StrArray_linearSearch(StrArray *self, const char *key);
[all …]
H A Ddkimsignature.h53 extern const StrArray *DkimSignature_getSignedHeaderFields(const DkimSignature *self);
55 const StrArray *signed_header_fields);
H A Ddkimpolicybase.h21 StrArray *author_priority; \
H A Dsidfrequest.h42 StrArray *domain;
/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Dstrarray.c25 StrArray *
38 StrArray_get(const StrArray *self, size_t pos) in StrArray_get()
95 StrArray_append(StrArray *self, const char *val) in StrArray_append()
139 StrArray_sort(StrArray *self) in StrArray_sort()
146 StrArray_sortIgnoreCase(StrArray *self) in StrArray_sortIgnoreCase()
153 StrArray_binarySearch(StrArray *self, const char *key) in StrArray_binarySearch()
188 StrArray *
191 StrArray *self = StrArray_new(0); in StrArray_split()
224 StrArray *
225 StrArray_copyDeeply(const StrArray *orig) in StrArray_copyDeeply()
[all …]
/dports/devel/apr1/apr-1.7.0/test/
H A Dtesthash.c199 char StrArray[MAX_DEPTH][MAX_LTH]; in hash_traverse() local
214 dump_hash(p, h, StrArray); in hash_traverse()
223 ABTS_STR_EQUAL(tc, "#entries 7\n", StrArray[7]); in hash_traverse()
337 char StrArray[MAX_DEPTH][MAX_LTH]; in overlay_empty() local
355 dump_hash(p, result, StrArray); in overlay_empty()
362 ABTS_STR_EQUAL(tc, "#entries 5\n", StrArray[5]); in overlay_empty()
371 char StrArray[MAX_DEPTH][MAX_LTH]; in overlay_2unique() local
395 dump_hash(p, result, StrArray); in overlay_2unique()
415 char StrArray[MAX_DEPTH][MAX_LTH]; in overlay_same() local
431 dump_hash(p, result, StrArray); in overlay_same()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/deser-hjson-1.0.2/tests/
H A Dguess.rs25 StrArray(Vec<String>), enumerator
79 guess("[\"abc\"]", Guess::StrArray(vo!["abc"])); in test_guess_type()
80 guess("[\"\"]", Guess::StrArray(vo![""])); in test_guess_type()
97 guess_wrapped(r#"{gift: [ " 34",] }"#, Guess::StrArray(vo![" 34"])); in test_wrapped_guess()
106 Guess::StrArray(vo![ in test_wrapped_guess()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw15668.pp3 StrArray :array[0..1] of string = ('s1','s2');
9 for i := High(StrArray) downto 0 do
10 if StrArray[i] = s then Exit(i);
/dports/science/pcmsolver/pcmsolver-1.3.0/src/utils/getkw/
H A DKeyword.h30 StrArray, enumerator
70 if (kind == KeyType::StrArray) { in repr()
78 if (kind == KeyType::StrArray) { in repr()
120 case (KeyType::StrArray): in getNamedKind()
173 kind = KeyType::StrArray; in setKind()
/dports/security/super/super-3.30.3/
H A Dsuper.h260 typedef struct strArray StrArray; typedef
628 int StrBulkCpy P__(( StrArray *dst, int dst_ielt, StrArray *src, int src_ielt, int nelt ));
629 int StrEltCpy P__(( StrArray *a, int ielt, char *str));
630 char* StrEltGetPtr P__(( StrArray *a, int ielt ));
631 void StrEltsUnused P__(( StrArray *a ));
632 void StrInit P__(( StrArray *a ));
634 int StrLastInUse P__(( StrArray *a ));
635 int StrNalloc P__(( StrArray *a, int nelt));
636 int StrNelts P__(( StrArray *a ));
H A Dutils.c757 StrArray *a; in StrInit()
767 StrArray *a; /* StrArray with element of interest */ in StrEltGetPtr()
784 StrArray *a; /* StrArray with element to fill */ in StrEltCpy()
818 StrArray *a; in StrNElts()
828 StrArray *a; in StrLastInUse()
846 StrArray *a; in StrEltsUnused()
860 StrArray *a; /* StrArray that must have an ielt'th element */ in StrNalloc()
896 StrArray *dst; /* dstination array */ in StrBulkCpy()
898 StrArray *src; /* sourced array */
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DPropertyStrArray.cpp51 Property_Deprecated(Property_Deprecated::StrArray,aName), _array("") in PropertyStrArray()
61 Property_Deprecated(Property_Deprecated::StrArray,"StrArrayPropertyName"), _array("") in PropertyStrArray()
71 Property_Deprecated(Property_Deprecated::StrArray,aName), _array("") in PropertyStrArray()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/parser/lexers/assignments/
H A Dprimitive.rs9 StrArray, enumerator
34 "[str]" => Some(Primitive::StrArray), in parse()
63 Primitive::StrArray => write!(f, "[str]"), in fmt()
H A Dkeys.rs66 "" => Primitive::StrArray, in parse_array()
85 "" => Primitive::StrArray, in parse_array()
174 assert_eq!(parser.next().unwrap(), Ok(Key { name: "b", kind: Primitive::StrArray },)); in key_parsing()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/assignments/
H A Dactions.rs110 Primitive::StrArray in parse()
123 _ => Err(AssignmentError::InvalidValue(var.kind, Primitive::StrArray)), in parse()
170 Key { name: "b", kind: Primitive::StrArray }, in assignment_actions()
189 Ok(Action(Key { name: "a", kind: Primitive::StrArray }, Operator::Equal, "[one two]",)) in assignment_actions()
198 Key { name: "c", kind: Primitive::StrArray }, in assignment_actions()
/dports/x11/gmrun/gmrun-0.9.2/src/
H A Dhistory.h29 typedef vector<string> StrArray; typedef
30 StrArray history;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/Serializable/records/
H A DDifferentStreamFieldsTest.java282 record StrArray(String[]stringArray) implements Serializable {} in testArrays()
283 StrArray r = new StrArray(new String[]{"foo", "bar"}); in testArrays()
284 StrArray deser1 = deserialize(serialize(r)); in testArrays()
288 .newBuilder(StrArray.class.getName()) in testArrays()
292 StrArray deser2 = deserialize(builderBytes); in testArrays()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/Serializable/records/
H A DDifferentStreamFieldsTest.java282 record StrArray(String[]stringArray) implements Serializable {} in testArrays()
283 StrArray r = new StrArray(new String[]{"foo", "bar"}); in testArrays()
284 StrArray deser1 = deserialize(serialize(r)); in testArrays()
288 .newBuilder(StrArray.class.getName()) in testArrays()
292 StrArray deser2 = deserialize(builderBytes); in testArrays()
/dports/devel/ORBit2/ORBit2-2.14.19/test/everything/
H A Deverything.idl163 typedef string StrArray[SequenceLen];
173 StrArray opStrArray(in StrArray inArg, inout StrArray inoutArg, out StrArray outArg);
244 case 8: StrArray d;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/android/javatests/src/org/chromium/components/policy/test/
H A DPolicyData.java88 public static class StrArray extends PolicyData { class in PolicyData
91 public StrArray(String key, String[] value) { in StrArray() method in PolicyData.StrArray
/dports/net/gopher/gopher/object/
H A DBLblock.h84 StrArray *text;
127 void BLsetText(Blockobj *bl, StrArray *sta);
H A DSTAarray.h48 typedef DynArray StrArray; typedef
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/Serializable/records/
H A DDifferentStreamFieldsTest.java294 record StrArray(String[]stringArray) implements Serializable {} in testArrays()
295 StrArray r = new StrArray(new String[]{"foo", "bar"}); in testArrays()
296 StrArray deser1 = deserialize(serialize(r)); in testArrays()
300 .newBuilder(StrArray.class.getName()) in testArrays()
304 StrArray deser2 = deserialize(builderBytes); in testArrays()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DPolicyUrlFilteringTest.java155 final PolicyData[] policies = {new PolicyData.StrArray(sBlocklistPolicyName, blocklistUrls), in setFilteringPolicy()
156 new PolicyData.StrArray(sAllowlistPolicyName, allowlistUrls)}; in setFilteringPolicy()
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Dremote.py32 from .utils import maybe_string, to_bytes, strarray_to_strings, StrArray
145 with StrArray(refspecs) as arr:
255 with StrArray(specs) as refspecs:

1234