Home
last modified time | relevance | path

Searched refs:newCodes (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/audacity/audacity-Audacity-3.1.3/locale/
H A DCeePlusPlusifyLanguageNames.pl12 @newCodes = ();
15 push @newCodes, $code;
18 push @newCodes, unpack('C*', sprintf("\\%03o", $code));
21 print pack 'C*', @newCodes;
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/validation/
H A DAbstractConstraint.java129 Set<String> newCodes = new LinkedHashSet<String>(); in rejectValueWithDefaultMessage() local
168newCodes.addAll(Arrays.asList(result.resolveMessageCodes(constraintOwningClass.getName() + '.' + … in rejectValueWithDefaultMessage()
169newCodes.addAll(Arrays.asList(result.resolveMessageCodes(classShortName + '.' + constraintPropert… in rejectValueWithDefaultMessage()
171newCodes.addAll(Arrays.asList(result.resolveMessageCodes(constraintOwningClass.getName() + '.' + c… in rejectValueWithDefaultMessage()
172newCodes.addAll(Arrays.asList(result.resolveMessageCodes(classShortName + '.' + constraintProperty… in rejectValueWithDefaultMessage()
174newCodes.addAll(Arrays.asList(result.resolveMessageCodes(code, constraintPropertyName))); in rejectValueWithDefaultMessage()
182 newCodes.toArray(new String[newCodes.size()]), in rejectValueWithDefaultMessage()
/dports/irc/ergo/ergo-2.8.0/irc/languages/
H A Dlanguages.go189 var newCodes []string
193 newCodes = append(newCodes, info.Code)
197 if len(newCodes) == 0 {
198 newCodes = []string{"en"}
201 return newCodes
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DLZWCodec.java22 codeSize, clearCode, endCode, newCodes, topSlot, currentSlot, field in LZWCodec
52 currentSlot = newCodes; in decode()
71 while (code >= newCodes) { in decode()
217 currentSlot = newCodes; in encodeLoop()
233 newCodes = currentSlot = endCode + 1; in initializeForDecoding()
256 newCodes = currentSlot = endCode + 1; in initializeForEncoding()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DLZWCodec.java22 codeSize, clearCode, endCode, newCodes, topSlot, currentSlot, field in LZWCodec
52 currentSlot = newCodes; in decode()
71 while (code >= newCodes) { in decode()
216 currentSlot = newCodes; in encodeLoop()
232 newCodes = currentSlot = endCode + 1; in initializeForDecoding()
255 newCodes = currentSlot = endCode + 1; in initializeForEncoding()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixKey.c510 KeyCode *newCodes; in TkpInitKeymapInfo() local
517 newCodes = (KeyCode *)ckalloc(arraySize * sizeof(KeyCode)); in TkpInitKeymapInfo()
518 memcpy(newCodes, dispPtr->modKeyCodes, in TkpInitKeymapInfo()
521 dispPtr->modKeyCodes = newCodes; in TkpInitKeymapInfo()
/dports/lang/php73/php-7.3.33/ext/mbstring/ucgendat/
H A Ductest.php47 function testCaseMap($type, int $origCode, array $newCodes) { argument
50 foreach ($newCodes as $newCode) {
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/ucgendat/
H A Ductest.php47 function testCaseMap($type, int $origCode, array $newCodes) { argument
50 foreach ($newCodes as $newCode) {
/dports/www/mod_php81/php-8.1.1/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/lang/php81/php-8.1.1/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/lang/php74/php-7.4.27/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/lang/php80/php-8.0.15/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/www/mod_php73/php-7.3.33/ext/mbstring/ucgendat/
H A Ductest.php47 function testCaseMap($type, int $origCode, array $newCodes) { argument
50 foreach ($newCodes as $newCode) {
/dports/www/mod_php80/php-8.0.15/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/www/mod_php74/php-7.4.27/ext/mbstring/ucgendat/
H A Ductest.php48 function testCaseMap($type, int $origCode, array $newCodes) { argument
51 foreach ($newCodes as $newCode) {
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixKey.c533 KeyCode *newCodes; in TkpInitKeymapInfo() local
540 newCodes = ckalloc(arraySize * sizeof(KeyCode)); in TkpInitKeymapInfo()
541 memcpy(newCodes, dispPtr->modKeyCodes, in TkpInitKeymapInfo()
544 dispPtr->modKeyCodes = newCodes; in TkpInitKeymapInfo()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/rar/
H A Drarvm.c52 RAROpcode *newCodes = calloc(newCapacity, sizeof(*prog->opcodes)); in RARProgramAddInstr() local
53 if (!newCodes) in RARProgramAddInstr()
55 memcpy(newCodes, prog->opcodes, prog->capacity * sizeof(*prog->opcodes)); in RARProgramAddInstr()
57 prog->opcodes = newCodes; in RARProgramAddInstr()
/dports/graphics/evince/evince-41.3/cut-n-paste/unarr/rar/
H A Drarvm.c52 RAROpcode *newCodes = calloc(newCapacity, sizeof(*prog->opcodes)); in RARProgramAddInstr() local
53 if (!newCodes) in RARProgramAddInstr()
55 memcpy(newCodes, prog->opcodes, prog->capacity * sizeof(*prog->opcodes)); in RARProgramAddInstr()
57 prog->opcodes = newCodes; in RARProgramAddInstr()
/dports/archivers/unarr/unarr-1.0.1/rar/
H A Drarvm.c52 RAROpcode *newCodes = calloc(newCapacity, sizeof(*prog->opcodes)); in RARProgramAddInstr() local
53 if (!newCodes) in RARProgramAddInstr()
55 memcpy(newCodes, prog->opcodes, prog->capacity * sizeof(*prog->opcodes)); in RARProgramAddInstr()
57 prog->opcodes = newCodes; in RARProgramAddInstr()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/karchive-rar/unarr/rar/
H A Drarvm.c52 RAROpcode *newCodes = calloc(newCapacity, sizeof(*prog->opcodes)); in RARProgramAddInstr() local
53 if (!newCodes) in RARProgramAddInstr()
55 memcpy(newCodes, prog->opcodes, prog->capacity * sizeof(*prog->opcodes)); in RARProgramAddInstr()
57 prog->opcodes = newCodes; in RARProgramAddInstr()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogCheats.cpp687 Codes newCodes; in OnCmdImport() local
689 if (Import( newCodes, path )) in OnCmdImport()
690 AddCodes( newCodes ); in OnCmdImport()
711 void Cheats::MainDialog::Section::AddCodes(const Codes& newCodes) in AddCodes() argument
715 for (Codes::const_iterator it(newCodes.begin()), end(newCodes.end()); it != end; ++it) in AddCodes()
855 Codes newCodes; in OnDropFiles() local
858 Import( newCodes, dropFiles[i] ); in OnDropFiles()
860 AddCodes( newCodes ); in OnDropFiles()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateValidityXml.java96 Set<String> newCodes = new TreeSet<>(); field in GenerateValidityXml.Info
177 private static String showCodes(Set<String> newCodes, String linePrefix) { in showCodes() argument
180 for (String s : newCodes) { in showCodes()

12