Added dental api
This commit is contained in:
parent
7fa885889d
commit
8f3ddd9376
|
@ -11,6 +11,7 @@ import love.distributedrebirth.gdxapp4d.tos4.GDXAppTos4;
|
|||
import net.spookygames.gdx.nativefilechooser.desktop.DesktopFileChooser;
|
||||
import ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.Bãß;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
import ᒢᐩᐩ.ᔿᐤᒄʸ.ᒼᑋᓑᣗᒼᑋ.ꕢꕌꔳꕺꖃꕯꕮꕊ;
|
||||
|
||||
/**
|
||||
* Desktop GDXApp⁴ᴰ launcher.
|
||||
|
@ -18,9 +19,15 @@ import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAu
|
|||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public class GDXAppDesktopLauncher {
|
||||
|
||||
public static void main(String[] arg) {
|
||||
public static void main(String[] args) {
|
||||
GDXAppDesktopLauncher launcher = new GDXAppDesktopLauncher();
|
||||
ꕢꕌꔳꕺꖃꕯꕮꕊ beanPrayer = new ꕢꕌꔳꕺꖃꕯꕮꕊ(() -> launcher.bootstrap(args));
|
||||
beanPrayer.أَكْبَرײꣻײالله();
|
||||
}
|
||||
|
||||
private void bootstrap(String[] arguments) {
|
||||
GDXAppDesktopConfig.printBootMessage();
|
||||
List<String> args = Arrays.asList(arg);
|
||||
List<String> args = Arrays.asList(arguments);
|
||||
if (args.contains(GDXAppDesktopConfig.SINGLE_THREAD_JVM)) {
|
||||
GDXAppDesktopConfig.LOG.info("Bãß.характеристики.cpu=SINGLE_THREAD_JVM");
|
||||
Bãß.характеристики.熱蘭遮城.ױזךיךזװןיןיןןזױז();
|
||||
|
|
|
@ -1,35 +1,16 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ.LinguaDentalSound;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface LinguaMouth {
|
||||
|
||||
String getId(); // treepath v1 decimals, v2 hex, v3 trits
|
||||
String getLinguaSlug(); // treepath v1 decimals, v2 hex, v3 trits
|
||||
|
||||
String getName();
|
||||
// resolves down into tree
|
||||
<T extends LinguaDentalSound> T toDentalSound(Class<? extends T> dentalSound);
|
||||
|
||||
String getGlottoCode();
|
||||
|
||||
boolean hasIso639(LinguaIso639Deface dash);
|
||||
|
||||
String getIso639(LinguaIso639Deface dash);
|
||||
|
||||
//@Deprecated
|
||||
Locale getLocale();
|
||||
|
||||
//CharRanges getUnicodeRanges();
|
||||
|
||||
//boolean isGematriaLocal(LinguaGematria type); // with tree we always fallback to lower nodes
|
||||
//LinguaMouth getGematriaFor(LinguaGematria type);
|
||||
|
||||
String getCharacterDTMF(LinguaGematria type, int value);
|
||||
|
||||
String getNumberCharacter(LinguaGematria type, int value);
|
||||
|
||||
String numberParse(LinguaGematria type, String number); // from brahmi returns latin
|
||||
|
||||
String numberFormat(LinguaGematria type, String number); // from latin returns brahmi
|
||||
// resolved node if result.equals(this.class) is it locally defined
|
||||
<T extends LinguaDentalSound> Class<? extends LinguaMouth> toDentalSoundNode(Class<? extends T> dentalSound);
|
||||
}
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalCharset extends LinguaDentalSound {
|
||||
|
||||
DentalCharsetRange[] ranges();
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalCharsetRange {
|
||||
|
||||
String name();
|
||||
|
||||
int start();
|
||||
|
||||
int stop();
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria10 extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫Number {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria10DTMF extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫NumberDTMF {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria16 extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫Number {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria16DTMF extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫NumberDTMF {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria27 extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫Number {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGematria27DTMF extends LinguaDentalGematria抽.Ꝑŕᱜṫèƈ₮ࠄ₫NumberDTMF {
|
||||
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGlottoCode extends LinguaDentalSound {
|
||||
|
||||
String glottoCode();
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGrammerAntlr4 extends LinguaDentalGrammer抽.Ꝑŕᱜṫèƈ₮ࠄ₫Grammer {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGrammerXmlDtd extends LinguaDentalGrammer抽.Ꝑŕᱜṫèƈ₮ࠄ₫Grammer {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalGrammerXmlSchema extends LinguaDentalGrammer抽.Ꝑŕᱜṫèƈ₮ࠄ₫Grammer {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalIso639Dash1Alpha2 extends LinguaDentalIso抽.Ꝑŕᱜṫèƈ₮ࠄ₫Iso639 {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalIso639Dash2SlashBAlpha3 extends LinguaDentalIso抽.Ꝑŕᱜṫèƈ₮ࠄ₫Iso639 {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalIso639Dash2SlashTAlpha3 extends LinguaDentalIso抽.Ꝑŕᱜṫèƈ₮ࠄ₫Iso639 {
|
||||
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalIso639Dash3 extends LinguaDentalIso抽.Ꝑŕᱜṫèƈ₮ࠄ₫Iso639 {
|
||||
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalLinguaName extends LinguaDentalSound {
|
||||
|
||||
String name();
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface DentalLocale extends LinguaDentalSound {
|
||||
|
||||
Locale locale();
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ObjectScopeLimitΔ;
|
||||
|
||||
public enum LinguaDentalGematria抽 {
|
||||
;
|
||||
protected interface Ꝑŕᱜṫèƈ₮ࠄ₫Number extends ObjectScopeLimitΔ.ƉěꬵḭȵᶒModifier.Ꝑŕᱜṫèƈ₮ࠄ₫ {
|
||||
|
||||
String getNumberCharacter(int value);
|
||||
|
||||
String numberParse(String number); // from brahmi returns latin
|
||||
|
||||
String numberFormat(String number); // from latin returns brahmi
|
||||
}
|
||||
protected interface Ꝑŕᱜṫèƈ₮ࠄ₫NumberDTMF extends ObjectScopeLimitΔ.ƉěꬵḭȵᶒModifier.Ꝑŕᱜṫèƈ₮ࠄ₫ {
|
||||
|
||||
String getNumberCharacterDTMF(int value);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ObjectScopeLimitΔ;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public enum LinguaDentalGrammer抽 {
|
||||
;
|
||||
protected interface Ꝑŕᱜṫèƈ₮ࠄ₫Grammer extends ObjectScopeLimitΔ.ƉěꬵḭȵᶒModifier.Ꝑŕᱜṫèƈ₮ࠄ₫ {
|
||||
|
||||
//DigitalGrammer grammer(); // antlr+xmlschema+ldapschema+protobuffer+gRPC (in one XML spec, only XML allowed)
|
||||
|
||||
// We need an antlr clone for single bit definitions, like EBNF, but for COMPUTERS not for; Human Trans Trutjes Piemels garbage
|
||||
// The grammer MUST be in xml, as is for computers not for; brilletjes die werken met een kut tering kanker taal voor nazihomo's
|
||||
|
||||
InputStream resouce();
|
||||
}
|
||||
}
|
|
@ -1,14 +1,15 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
|
||||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ObjectScopeLimitΔ;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public enum LinguaIso639Deface {
|
||||
Dash1Alpha2,
|
||||
Dash2SlashTAlpha3,
|
||||
Dash2SlashBAlpha3,
|
||||
Dash3,
|
||||
public enum LinguaDentalIso抽 {
|
||||
;
|
||||
protected interface Ꝑŕᱜṫèƈ₮ࠄ₫Iso639 extends ObjectScopeLimitΔ.ƉěꬵḭȵᶒModifier.Ꝑŕᱜṫèƈ₮ࠄ₫ {
|
||||
|
||||
String iso();
|
||||
}
|
||||
|
||||
@Override
|
||||
public final String toString() {
|
|
@ -1,10 +1,8 @@
|
|||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
|
||||
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.ᒄᓫᣕᐪᣔᒻ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public enum LinguaGematria {
|
||||
BY_10,
|
||||
BY_16,
|
||||
BY_27
|
||||
public interface LinguaDentalSound {
|
||||
|
||||
}
|
|
@ -12,7 +12,7 @@ import ᒢᐩᐩ.ᔿᐤᒄʸ.ᣔᒃᣔᒼᓑᔆ.BãßBȍőnAbacusInstanceMBeanʸ
|
|||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnDuytsFlüstern注(purpose = "Factory to access the bases.")
|
||||
@BãßBȍőnExport注(group = "love.distributedrebirth.numberxd")
|
||||
@BãßBȍőnExport注(group = "ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᣳᣝᐤᣜᣳ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ")
|
||||
public enum NumberTerminatorFactory implements BãßBȍőnAbacusInstanceMBeanʸᴰ<NumberTerminatorFactory> {
|
||||
|
||||
INSTANCE;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
package ᒢᐩᐩ.ᔿᐤᒄʸ.ᒼᑋᓑᣗᒼᑋ;
|
||||
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public class ꕢꕌꔳꕺꖃꕯꕮꕊ { // in Vai "the bible"
|
||||
|
||||
private final Runnable churchService;
|
||||
|
||||
public ꕢꕌꔳꕺꖃꕯꕮꕊ(Runnable churchService) {
|
||||
this.churchService = churchService;
|
||||
}
|
||||
|
||||
protected void theVaiBibleSpeaksInuktitut() {
|
||||
churchService.run();
|
||||
}
|
||||
|
||||
protected void ᐊᑖᑕᕗᑦ_ᓴᓇᖃᑦᑕᖅᑐᖅ_ᑎᓯᔪᒥᒃ() { // Our Father who art in heaven
|
||||
theVaiBibleSpeaksInuktitut();
|
||||
}
|
||||
|
||||
protected void ᓱᓪᓗᑯᑖᒃ_ᐊᑎᖓ() { //hallowed be thy name
|
||||
ᐊᑖᑕᕗᑦ_ᓴᓇᖃᑦᑕᖅᑐᖅ_ᑎᓯᔪᒥᒃ();
|
||||
}
|
||||
|
||||
protected void ᑭᙴᔭᖅᑐᖅ() {//Thy kingdom come
|
||||
ᓱᓪᓗᑯᑖᒃ_ᐊᑎᖓ();
|
||||
}
|
||||
|
||||
protected void ᐱᓕᕆᐊᖑᓂᐊᖅᑐᑎᑦ_ᓄᓇᕐᔪᐊᒃᑯᑦ() { // Your will be done in earth
|
||||
ᑭᙴᔭᖅᑐᖅ();
|
||||
}
|
||||
|
||||
protected void ᑎᓯᔪᖅᑎᑐᑦ() { //as it is in heaven
|
||||
ᐱᓕᕆᐊᖑᓂᐊᖅᑐᑎᑦ_ᓄᓇᕐᔪᐊᒃᑯᑦ();
|
||||
}
|
||||
|
||||
protected void ᐱᑎᑎᒍᑦ_ᐅᓪᓗᒥ_ᖃᐅᑕᒫᑦ_ᓂᐊᖂᔭᕐᒥᒃ() { //Give us this day our daily bread
|
||||
ᑎᓯᔪᖅᑎᑐᑦ();
|
||||
}
|
||||
|
||||
protected void ᐊᒻᒪ_ᐃᓱᒪᒋᔪᓐᓇᐃᖅᑕᐅᓗᑕ() { //and forgive us our trespasses
|
||||
ᐱᑎᑎᒍᑦ_ᐅᓪᓗᒥ_ᖃᐅᑕᒫᑦ_ᓂᐊᖂᔭᕐᒥᒃ();
|
||||
}
|
||||
|
||||
protected void ᐃᓱᒪᒋᔪᓐᓇᐃᖅᐸᓪᓕᐊᑎᓪᓗᑕ_ᐅᕙᑦᑎᓐᓂᒃ_ᐊᑭᕋᖅᑐᖅᑐᓂᒃ() {//as we forgive those who trespass against us
|
||||
ᐊᒻᒪ_ᐃᓱᒪᒋᔪᓐᓇᐃᖅᑕᐅᓗᑕ();
|
||||
}
|
||||
|
||||
protected void ᐊᒻᒪᓗ_ᐅᕙᑦᑎᓐᓂᒃ_ᐱᑦᑕᐃᓕᑎᑦᑎᑦᑕᐃᓕᓗᑕ() {//and lead us not into temptation
|
||||
ᐃᓱᒪᒋᔪᓐᓇᐃᖅᐸᓪᓕᐊᑎᓪᓗᑕ_ᐅᕙᑦᑎᓐᓂᒃ_ᐊᑭᕋᖅᑐᖅᑐᓂᒃ();
|
||||
}
|
||||
|
||||
protected void ᑭᓯᐊᓂ_ᐅᕙᑦᑎᓐᓂᑦ_ᑐᓂᓯᓗᑕ_ᑎᐊᕕᐅᓪᒥᑦ() { // but deliver us from devil
|
||||
ᐊᒻᒪᓗ_ᐅᕙᑦᑎᓐᓂᒃ_ᐱᑦᑕᐃᓕᑎᑦᑎᑦᑕᐃᓕᓗᑕ();
|
||||
}
|
||||
|
||||
protected void ᐊᖑᑎ() { // Amen
|
||||
ᑭᓯᐊᓂ_ᐅᕙᑦᑎᓐᓂᑦ_ᑐᓂᓯᓗᑕ_ᑎᐊᕕᐅᓪᒥᑦ();
|
||||
}
|
||||
|
||||
private void ⲁⲧⲟⲩⲙ_𑀳𑁂𑀮𑀺𑀉𑁄𑀤𑁄𑀭𑁂𑀡𑀪𑀸𑀕_יהוה_ᐏ仙上主天ᐎ_βrahman_للَّٰهِilLצسُو_ੴ() {
|
||||
ᐊᖑᑎ();
|
||||
}
|
||||
|
||||
public void أَكْبَرײꣻײالله() {
|
||||
ⲁⲧⲟⲩⲙ_𑀳𑁂𑀮𑀺𑀉𑁄𑀤𑁄𑀭𑁂𑀡𑀪𑀸𑀕_יהוה_ᐏ仙上主天ᐎ_βrahman_للَّٰهِilLצسُو_ੴ();
|
||||
}
|
||||
}
|
|
@ -29,8 +29,8 @@ public class BabelTest {
|
|||
// ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.ᒼᒻᣔᙆᙆ.ᣖᑊᣗᣔᐪᓫ
|
||||
// ᒢᐩᐩ.ᒽᗮᒻ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒃᐤᣗᕐᒼᓑᒃᓫ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᔆᐪᣔᣗᒡᒢᣔᣗᔆ stibitz
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ.ᔆᐪᑊᒃᑊᐪᙆ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᔆᐪᣔᣗᒡᒢᣔᣗᔆ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒄᓫᣕᐪᣔᒻ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒼᣔᐪᐩᒄᐤᕐ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᑊᔿᓫ
|
||||
// ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒼᑋᓑᣗᒼᑋ
|
||||
|
|
|
@ -38,8 +38,8 @@ public class GroßGetậlŌṁDiamond6ˢᴰ extends AbstractGroßGetậlŌṁ6ˢ
|
|||
setMatrix1(x);
|
||||
for (int y=0;y<getMatrix2Length();y++) {
|
||||
setMatrix2(y);
|
||||
for (int z=0;z<getMatrix2Length();z++) {
|
||||
setMatrix2(z);
|
||||
for (int z=0;z<getMatrix3Length();z++) {
|
||||
setMatrix3(z);
|
||||
cloneStack.addIterator(getValue().iteratorOctalsByClone());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,8 +37,8 @@ public class GroßGetậlŌṁHyperStàr6ˢᴰ extends AbstractGroßGetậlŌṁ
|
|||
setMatrix1(x);
|
||||
for (int y=0;y<getMatrix2Length();y++) {
|
||||
setMatrix2(y);
|
||||
for (int z=0;z<getMatrix2Length();z++) {
|
||||
setMatrix2(z);
|
||||
for (int z=0;z<getMatrix3Length();z++) {
|
||||
setMatrix3(z);
|
||||
cloneStack.addIterator(getValue().iteratorOctalsByClone());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ public class GDXAppTos4BootFactory {
|
|||
|
||||
public static Map<String, String> buildConfig() {
|
||||
final File cachedir = createCacheDir();
|
||||
|
||||
Map<String, String> configMap = new HashMap<String, String>();
|
||||
configMap.put(Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA,
|
||||
"love.distributedrebirth.gdxapp4d.tos4.service,"+
|
||||
|
|
Loading…
Reference in a new issue