Home
last modified time | relevance | path

Searched refs:DELIMITERS (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/phys/place/
H A Dplace_test.c82 const char *DELIMITERS = " \n\t:"; in readBookshelfNets() local
98 tok = strtok(buf, DELIMITERS); in readBookshelfNets()
99 tok = strtok(NULL, DELIMITERS); in readBookshelfNets()
114 tok = strtok(buf, DELIMITERS); in readBookshelfNets()
121 tok = strtok(NULL, DELIMITERS); in readBookshelfNets()
174 tok = strtok(buf, DELIMITERS); in readBookshelfNodes()
175 tok = strtok(NULL, DELIMITERS); in readBookshelfNodes()
189 tok = strtok(buf, DELIMITERS); in readBookshelfNodes()
201 tok = strtok(NULL, DELIMITERS); in readBookshelfNodes()
203 tok = strtok(NULL, DELIMITERS); in readBookshelfNodes()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_parsefile.cpp88 if (inputLine.find_first_not_of(DELIMITERS) == pos) in removeComments()
115 pos = inputLine.find_first_not_of(DELIMITERS); in getToken()
116 pos1 = inputLine.find_first_of(DELIMITERS , pos); in getToken()
135 pos = inputLine.find_first_not_of(DELIMITERS); in storeCommands()
136 pos1 = inputLine.find_first_of(DELIMITERS); in storeCommands()
142 pos = inputLine.find_first_not_of(DELIMITERS); in storeCommands()
143 pos1 = inputLine.find_first_of(DELIMITERS , pos); in storeCommands()
172 if (line.find_first_not_of(DELIMITERS) != line.npos) // strip off blank lines in readFile()
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/src/
H A Doskar_string_to_array.c22 #define DELIMITERS ", \t" macro
31 token = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_i()
47 token = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_f()
63 token = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_d()
79 data[i] = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_s()
95 token = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_realloc_d()
121 token = strtok_r(str, DELIMITERS, &save_ptr); in oskar_string_to_array_realloc_s()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/jface/text/
H A DDefaultLineTracker.java30 …public final static String[] DELIMITERS= { "\r", "\n", "\r\n" }; //$NON-NLS-3$ //$NON-NLS-1$ //$NO… field in DefaultLineTracker
43 return TextUtilities.copy(DELIMITERS); in getLegalLineDelimiters()
58 fDelimiterInfo.delimiter= DELIMITERS[2]; in nextDelimiterInfo()
65 fDelimiterInfo.delimiter= DELIMITERS[0]; in nextDelimiterInfo()
72 fDelimiterInfo.delimiter= DELIMITERS[1]; in nextDelimiterInfo()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/textproc/p5-Text-Template/Text-Template-1.60/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/security/openssl-devel/openssl-3.0.2/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/external/perl/Text-Template-1.46/t/
H A D10-delimiters.t24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],

12345678910>>...28