id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
77e5914b-0a40-4b7b-a645-dd83f50291ce | public void sort(T[] a)
{
StdRandom.shuffle(a);
sort(a, 0, a.length - 1);
} |
17a56f27-9d8f-4cad-adce-5442a68d4a00 | public void setCustomInteger113(java.lang.Integer customInteger113) {
this.customInteger113 = customInteger113;
} |
697bc678-9de5-485e-b522-6c85788c7d03 | public void SetLH(long val)//insure recheck
{
L = ((val << 8)&0xFF) | (L&0xFF);
D = (H << 16) | L;
} |
4be1b1ce-f885-4b25-8432-214ba56c0067 | public java.lang.String getBusinessPlanStatus() {
return this.businessPlanStatus;
} |
41c4ed98-a76c-4f4f-98f4-473503879a64 | public Point3 subtract(Point3 that){
return new Point3(this.x - that.x, this.y - that.y, this.z - that.z);
} |
6562902f-6568-4855-99b1-a623a136971a | public void setCustomObject1ExternalSystemId(java.lang.String customObject1ExternalSystemId) {
this.customObject1ExternalSystemId = customObject1ExternalSystemId;
} |
7ef3f5b9-7440-413a-893a-748233afd727 | public void setCharge(double c)
{
charge = c; //set CHARGE
}//END setCHARGE |
02ccf859-057a-4f4c-94fc-6128199aab86 | public void setCustomText9(java.lang.String customText9) {
this.customText9 = customText9;
} |
0800e632-574f-4a6e-ba61-458399a66c61 | public java.lang.String getCustomPickList81() {
return this.customPickList81;
} |
1deadf47-5e56-49b1-a803-1059fa89f99b | public void setCustomPhone7(crmondemand.xml.contact.query.QueryType customPhone7) {
this.customPhone7 = customPhone7;
} |
7e14f627-0f3b-4aa8-a999-2f88e9563b79 | public java.lang.Boolean getCustomBoolean14() {
return this.customBoolean14;
} |
34631d63-8237-4e00-9de5-c0ce0e99643a | public void setCustomPickList48(java.lang.String customPickList48) {
this.customPickList48 = customPickList48;
} |
ca2dbef5-3bfc-4745-a6d5-b674377f9a7e | public GameLoop(GraphicsContext gc) {
super();
this.gc = gc;
start();
} |
7e33eb06-1bfc-4cd5-840c-89463db00e9b | public void setLeadStatus(java.lang.String leadStatus) {
this.leadStatus = leadStatus;
} |
3b0ed172-1726-49c0-9860-bd5c7b9aa802 | public crmondemand.xml.customobject3.query.QueryType getCustomPickList32() {
return this.customPickList32;
} |
7e20ddb5-ec32-4671-ab22-e5c9e4d8f78e | public crmondemand.xml.customobject6.query.QueryType getIndexedPick4() {
return this.indexedPick4;
} |
7e3ca846-b15c-4f9b-8d1c-2d6cd42b0b73 | public crmondemand.xml.opportunity.query.QueryType getCustomText30() {
return this.customText30;
} |
c779b971-0dcf-4378-bd01-ea9dd7c43e7c | public int getLevel()
{
return level;
} |
830e3712-551b-4ea6-b5d1-5dc46fdc8a6b | public void setCustomText3(java.lang.String customText3) {
this.customText3 = customText3;
} |
577c9f3f-f02d-4450-b431-f8015c6396d0 | public java.lang.String getCertficationExternalSystemId() {
return this.certficationExternalSystemId;
} |
22ba8355-6fb7-4d6e-b378-6de37d467eae | public java.lang.Boolean getCustomBoolean33() {
return this.customBoolean33;
} |
6862ac0f-c7f9-4600-8dcf-f64b8c1c47d7 | public void mouseReleased(MouseEvent e) {} |
86dba3c8-3b09-4cdd-98ca-374354e0efa6 | public void setCustomPickList91(crmondemand.xml.customobject3.query.QueryType customPickList91) {
this.customPickList91 = customPickList91;
} |
c123c451-6bda-43f1-9352-b9f2269dcc2b | public void setActivityCallType(crmondemand.xml.customobject3.query.QueryType activityCallType) {
this.activityCallType = activityCallType;
} |
28825e6f-1ca1-4cb4-9715-7af3487e057c | public java.math.BigDecimal getCustomNumber54() {
return this.customNumber54;
} |
3003dd48-a31f-4798-b8ad-5ac57cc5c384 | public void setCustomObject9Name(java.lang.String customObject9Name) {
this.customObject9Name = customObject9Name;
} |
5083b596-d865-42ee-b776-155953fbf97c | public java.lang.String getCustomText7() {
return this.customText7;
} |
7b0072d6-b0d9-4182-b5c0-49bf30eeef2e | public void setCustomPickList57(crmondemand.xml.opportunity.query.QueryType customPickList57) {
this.customPickList57 = customPickList57;
} |
e331c70a-a4d2-4859-a422-e1bad2ae7406 | public void setCustomDate52(java.util.Calendar customDate52) {
this.customDate52 = customDate52;
} |
4259257c-db94-4ab4-a438-529d780486e8 | public java.lang.String getCustomPickList99()
{
return this.customPickList99;
} |
ec011f88-12a0-4ad5-bcff-ba39fa45a8c5 | public java.lang.Boolean getFinancialAccountJoint() {
return this.financialAccountJoint;
} |
e04c659d-353f-4016-bbcb-b620fcd890dc | public java.util.Calendar getCustomDate12() {
return this.customDate12;
} |
ed4662de-70e8-4680-9e29-c17e2c8cc4fc | public Parser greaterOrEqualOp() {
if (greaterOrEqualOpParser == null) {
FutureParser future = scoped("greaterOrEqualOp");
greaterOrEqualOpParser = future;
future.setParser(
choice(
sequence(
token("GREATER"),
optional(
token("THAN")
),
token("OR"),
token("EQUAL"),
optional(
token("TO")
)
),
token(">=")
)
);
}
return greaterOrEqualOpParser;
} |
498c52df-9ac6-4a38-993e-585b0e369ea1 | public java.util.Calendar getCustomDate55() {
return this.customDate55;
} |
9588cdd5-0bd2-4919-af65-70aba111ea15 | public java.util.Calendar getCustomDate34() {
return this.customDate34;
} |
f4c932a8-3bbc-4319-9988-fce6ff6e1d12 | public Material getMaterial() {
return material;
} |
3b958179-dcad-4ad6-a411-cafaa601bc59 | public void run() {
ClientInfo ci = new ClientInfo();
JFileChooser jfc = new JFileChooser();
jfc.showOpenDialog(null);
Torrent t = new Torrent(jfc.getSelectedFile(), ci);
Torrent.initializeFile(t.fileName(), ((Long) t.fileLength()).intValue());
Executor tPool = Executors.newFixedThreadPool(10);
System.out.println("Peers:");
System.out.println(t.getPeers());
System.out.println("Pieces:");
System.out.println(t.getPieces());
while (!t.getPieces().isEmpty()) {
while (!t.getPeers().isEmpty()) {
tPool.execute(new DownloadThread(t.getPieces().poll(), t, t.getPeers().poll()));
}
}
} |
b0798f15-e6d3-42af-8591-0ac5fb73966e | public void setStreetAddress(crmondemand.xml.opportunity.query.QueryType streetAddress) {
this.streetAddress = streetAddress;
} |
ed95de24-d068-4120-b7f2-d927f41634e6 | public java.lang.String getContactLastName() {
return this.contactLastName;
} |
c53ad3f4-243c-4455-9e35-26e0bf15ab04 | public void addGoods(int num) {
int stock = goods.get(num).getQuantity();
stock += v.getInputQuantity();
goods.get(num).setQuantity(stock);
} |
6eb664b2-8d2b-4136-a0d0-b6a6db9cd789 | public crmondemand.xml.contact.query.QueryType getModifiedDate() {
return this.modifiedDate;
} |
624db0e9-2675-4958-83f0-10bbfbdd40e7 | public java.lang.String getSolutionId() {
return this.solutionId;
} |
528885e0-f669-4eec-8c85-e0f2157fe911 | public void setCustomInteger25(java.lang.Integer customInteger25) {
this.customInteger25 = customInteger25;
} |
fdd6ab85-299c-4d89-ae1d-75db1f1a6632 | public java.lang.String getCustomPickList48() {
return this.customPickList48;
} |
9bbca847-162f-4d4a-81e6-857f6d292c1a | public crmondemand.xml.contact.query.QueryType getCustomPhone4() {
return this.customPhone4;
} |
cc1de91a-6532-4547-b981-c8606040f206 | public crmondemand.xml.opportunity.query.QueryType getCustomInteger26() {
return this.customInteger26;
} |
073d0cc0-27c1-45e9-a6f9-c0c57015b661 | public void setCustomPickList93(crmondemand.xml.opportunity.query.QueryType customPickList93) {
this.customPickList93 = customPickList93;
} |
44613c8e-087f-4a24-ae41-a7f2fe6d09a1 | public void setCustomObject12IntegrationId(java.lang.String customObject12IntegrationId) {
this.customObject12IntegrationId = customObject12IntegrationId;
} |
99ffb362-deab-447a-855c-7634238ea303 | public void setCustomText27(java.lang.String customText27) {
this.customText27 = customText27;
} |
88a1e4eb-9633-4b7e-ba6b-525bd9974a07 | public java.lang.String getCustomText76() {
return this.customText76;
} |
48c9e770-be6c-4dbe-9757-21095247855d | @java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
} |
53030e90-eec7-41f3-8651-fe9e2111d145 | public void iniciarSesion(String nombre_usuario, String contrasenia)
{
} |
d8f99f4c-626a-4860-87e5-d264759e2b8d | public void setCustomPickList51(java.lang.String customPickList51) {
this.customPickList51 = customPickList51;
} |
fc7eb541-ac3a-4ce0-8969-ab48b84a4c7d | public java.math.BigDecimal getCustomCurrency15() {
return this.customCurrency15;
} |
e3a580be-00bf-4692-8645-d64892bd3e78 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean22() {
return this.customBoolean22;
} |
b9bf7b68-de0f-4e47-ab16-6ce0a7cc2efe | public crmondemand.xml.contact.query.QueryType getCustomText82() {
return this.customText82;
} |
11574b6b-2ffe-46be-b107-d4f8e68739b8 | public java.lang.String getPrincipalPartnerAccountMainPhone() {
return this.principalPartnerAccountMainPhone;
} |
e5c0876e-f193-4e37-a05f-65de3184b5d3 | public void setCustomPickList17(crmondemand.xml.customobject3.query.QueryType customPickList17) {
this.customPickList17 = customPickList17;
} |
1727303c-7223-4b57-ad4b-99256d7daca4 | public void setCustomNumber27(java.math.BigDecimal customNumber27) {
this.customNumber27 = customNumber27;
} |
188f9db3-57ab-4e63-a4d1-181c39fbfbcc | public void setCustomDate29(java.util.Calendar customDate29) {
this.customDate29 = customDate29;
} |
5002b1b0-6d97-47e1-a625-fc6591a846fe | public crmondemand.xml.customobject6.query.QueryType getCustomPickList17() {
return this.customPickList17;
} |
214cc62e-9764-493e-864c-443b6c71a976 | public crmondemand.xml.contact.query.QueryType getObjectiveType() {
return this.objectiveType;
} |
d7a3fa63-8891-401f-8ec9-5baa7a05ae14 | float getHeigth(){
return height;
} |
32f77c7f-a958-48e2-aef5-f14ddf734779 | public void setPolicyTerm(crmondemand.xml.customobject6.query.QueryType policyTerm) {
this.policyTerm = policyTerm;
} |
72966857-6544-4106-a9ec-16aab1e084ab | public final short getKegs() {
return c.getChannelServer().getFireWorks().getKegsPercentage();
} |
bf57c9c1-b29e-4de7-ac67-8bf230bc884a | public void setCustomText27(java.lang.String customText27) {
this.customText27 = customText27;
} |
a6214c3d-cdfa-4f4c-9457-d1ab0d9e6ae2 | public static int countWaysToJump(int N) {
/*
* A set of stairs has N steps. You can jump either 1 or 2 steps at a
* time. For example, if the stairs is N=4 steps, you can reach the end
* in 5 possible ways: 1-1-1-1, or 1-2-1 or 1-1-2 or 2-1-1 or 2-2 Please
* implement this method to return the count of the different ways to
* reach the end of the stairs with N steps.
*/
// init
int ways = 0;
int countOf2s = 0;
System.out.println("-----------------");
// ber Stufen iterieren
for (int i = N; i > 0; i--) {
// Anzahl der 1en
int countOf1s = N - 2 * countOf2s;
// falls nicht negative Anzahl
if (countOf1s >= 0) {
System.out.println("aktuelle Lsung = " + countOf1s + "*1 + "
+ (countOf2s) + "*2");
// Anzahl der Kombinationen bestimmen
// Permutation mit Wiederholung und identischen Gruppen:
// http://de.wikipedia.org/wiki/Permutation#Permutation_mit_Wiederholung
int permutationen = faculty(countOf1s + countOf2s)
/ (faculty(countOf1s) * faculty(countOf2s));
if (countOf1s == 0) {
permutationen = 1;
}
System.out.println("Permutationen:" + permutationen);
// Anzahl der Mglichkeite hochzhlen
ways += permutationen;
}
// Anzahl der 2en inkrementieren
countOf2s++;
}
return ways;
} |
4bc49d1a-55d3-402d-b816-0c6e4c4f2370 | public void setCustomText48(crmondemand.xml.contact.query.QueryType customText48) {
this.customText48 = customText48;
} |
3eb2fc1a-6053-47c5-8236-8602ebfaa667 | public void setCustomObject14Id(java.lang.String customObject14Id) {
this.customObject14Id = customObject14Id;
} |
3e1533e4-be22-4aec-a4ba-b4d8779c24c0 | public java.lang.Integer getCustomInteger10() {
return this.customInteger10;
} |
8fc6a656-95ea-41c7-8a1f-d2014614771a | public void setCustomObject8IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject8IntegrationId) {
this.customObject8IntegrationId = customObject8IntegrationId;
} |
69ca29f4-147c-4495-9934-c16e67f3ab69 | public crmondemand.xml.customobject6.query.QueryType getCustomObject6ExternalSystemId() {
return this.customObject6ExternalSystemId;
} |
73a53412-e4c3-4a57-9cd4-0ef7719eb8e8 | @EventHandler
public void onToggle(PlayerInteractEvent event){
Player player = event.getPlayer();
if(player.getItemInHand().equals(Main.torch)){
if(player.hasPermission("torch.use")){
if(Main.players.contains(player.getName())){
if((event.getAction().equals(Action.LEFT_CLICK_AIR)) || (event.getAction().equals(Action.LEFT_CLICK_BLOCK))){
if(Main.mode.containsKey(player.getName())){
Mode mode = Main.getType(player);
int typeindex = Main.getType(player).ordinal();
if(typeindex == Mode.values().length - 1){
typeindex = 0;
}else{
typeindex++;
}
Main.mode.put(player.getName(), Mode.values()[typeindex]);
n.sendMode(player, mode);
}else{
Main.mode.put(player.getName(), Mode.Lightning);
player.sendMessage(ChatColor.BLUE + "Mode: " + Main.getType(player));
}
}else if((event.getAction().equals(Action.RIGHT_CLICK_AIR)) || (event.getAction().equals(Action.RIGHT_CLICK_BLOCK))){
String modeclass = "me.captainbern.torchofnotch.modes." + Main.getType(player).toString() + "Effect";
Effect effect = null;
try {
effect = (Effect) Class.forName(modeclass).newInstance();
effect.onTorchStrikeEvent(player);
} catch (InstantiationException e) {
Main.plugin.getLogger().warning("Could not instantiate class " + modeclass);
player.sendMessage(ChatColor.RED + "Could not instantiate class " + modeclass);
e.printStackTrace();
} catch (IllegalAccessException e) {
Main.plugin.getLogger().warning("Could not access class " + modeclass);
player.sendMessage(ChatColor.RED + "Could not access class " + modeclass);
e.printStackTrace();
}catch(ClassNotFoundException e){
Main.plugin.getLogger().warning("Could not find class " + modeclass);
player.sendMessage(ChatColor.RED + "Could not find class " + modeclass);
e.printStackTrace();
}catch(Exception e){
Main.plugin.getLogger().warning("A wild error occurred");
player.sendMessage(ChatColor.RED + "A wild error occurred!");
e.printStackTrace();
}
}
}
}
}
} |
23f0f033-894f-4b34-998b-01f4f4677a7d | public int handler(int offs) {
UBytePtr RAM = memory_region(REGION_CPU1);
int data = (RAM.read(0x28d2) << 8) | RAM.read(0x28d3);
if (data < memory_region_length(REGION_CPU1)) {
data = (RAM.read(data) << 8) | RAM.read(data + 1);
if (data == 0xffff) {
cpu_spinuntil_int();
}
}
return RAM.read(0x28d2);
} |
32647b46-086e-42d0-968a-5d302ad93d60 | public crmondemand.xml.contact.query.QueryType getCustomText85() {
return this.customText85;
} |
2367dbf0-48a9-4110-be24-8df29d0fbe8b | public void setFinancialAccountIntegrationId(crmondemand.xml.customobject6.query.QueryType financialAccountIntegrationId) {
this.financialAccountIntegrationId = financialAccountIntegrationId;
} |
47b6d4a1-10fe-4321-9a06-15205d1f4973 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber40() {
return this.customNumber40;
} |
133dd24b-2a5f-4a5a-bf42-b24eb5ea7672 | public void setCustomPickList95(java.lang.String customPickList95) {
this.customPickList95 = customPickList95;
} |
b2a05625-db8a-4065-bd9d-27f71093b1bc | public java.util.Calendar getCustomDate54() {
return this.customDate54;
} |
396b55f1-5cab-4938-8d10-e74cb4207495 | public CommunicationThreadUpload(StreamConnection con, LinkedList<Integer> threadsInfo2,JTextArea sF,int qI,int sI)
{
threadsInfo = threadsInfo2;
connection = con;
statusField = sF;
queueIndex = qI;
statusIndex = sI;
try
{
//Get Bluetooth device with the Bluetooth Connection
device = RemoteDevice.getRemoteDevice(connection);
}
catch (IOException e)
{
e.printStackTrace();
}
} |
be9affc8-2a6b-4848-b369-714abfc57551 | public java.lang.String getCreatedByExternalSystemId() {
return this.createdByExternalSystemId;
} |
857e977d-36cc-406b-8d35-479dae6c415f | public Builder addIsExplored(int value) {
ensureIsExploredIsMutable();
isExplored_.add(value);
onChanged();
return this;
} |
f9a18ba1-262c-4e91-a44c-29af254b14f5 | public void setOrderNumber(java.lang.String orderNumber) {
this.orderNumber = orderNumber;
} |
7dae770d-ac4a-4592-9431-574024c2213b | public java.lang.Integer getCustomInteger12() {
return this.customInteger12;
} |
a8dfa0b2-cb0d-4837-8733-00303c6a279f | public crmondemand.xml.contact.query.QueryType getModifiedDate() {
return this.modifiedDate;
} |
17bf9723-425f-4056-a235-4629768be043 | public void setCustomBoolean15(java.lang.Boolean customBoolean15) {
this.customBoolean15 = customBoolean15;
} |
6f72a43f-bdc2-4e60-874e-b06d40d7e743 | private void Flag() {
frozen=false;
String str,warning;
int fps = 0;
MultipleChoiceActivate();
jLabel2.setVisible(true);
jRadioButton5.setSelected(true);
jTextField2.setText("Επέλεξε μία απάντηση!");
jTextField1.setHorizontalAlignment(JTextField.CENTER);
jTextField2.setHorizontalAlignment(JTextField.CENTER);
ReadFromFile GetData = new ReadFromFile();
String[][] selection;
int index,nextInt=0,nextInt2=0,nextInt3=0,nextInt4=0;
Random generator = new Random();
do {
selection=GetData.Selection1(data); index=GetData.index();//indexwithoutduplicates=GetData.indexwithoutduplicates();
} while (index==2);
String selectedcategory=GetData.selectedcategory();
jLabel28.setText("Κατηγορία: "+selectedcategory);
Category[num]=selectedcategory;
do {
nextInt = generator.nextInt(index);
} while (nextInt==0 );
warning="";
jTextField1.setText(selection[0][1]);
warning="Ο σύνδεσμος που περιέχει την εικόνα: ";
try {
URL url = new URL(selection[nextInt][1]);
BufferedImage img = ImageIO.read(url);
java.awt.Image img2=img.getScaledInstance(240,140,BufferedImage.SCALE_SMOOTH);
Icon icon=new ImageIcon(img2);
jLabel2.setIcon(icon);
} catch (IOException e) {
jLabel2.setText("Εικόνα:"+selection[nextInt][0]);
JOptionPane.showMessageDialog(this, warning+selection[nextInt][0]+" δε λειτουργεί!");
}
str = getParameter("fps");
try {
if (str != null) {
fps = Integer.parseInt(str);
}
} catch (Exception e) {}
int delay = (fps > 0) ? (1000 / fps) : 1000;
timer = new Timer(delay, this);
timer.setInitialDelay(0);
timer.setCoalesce(true);
startAnimation();
do {
nextInt2 = generator.nextInt(index);
} while (selection[nextInt2][0].equals(selection[nextInt][0]) || selection[nextInt2][1].equals(selection[nextInt][1]) || nextInt2==0);
if (index>3) {
do {
nextInt3 = generator.nextInt(index);
} while (selection[nextInt3][0].equals(selection[nextInt][0]) || selection[nextInt3][0].equals(selection[nextInt2][0]) ||
selection[nextInt3][1].equals(selection[nextInt][1]) || selection[nextInt3][1].equals(selection[nextInt2][1]) || nextInt3==0);
if (index>4) {
do {
nextInt4 = generator.nextInt(index);
} while (selection[nextInt4][0].equals(selection[nextInt][0]) || selection[nextInt4][0].equals(selection[nextInt2][0]) || selection[nextInt4][0].equals(selection[nextInt3][0]) ||
selection[nextInt4][1].equals(selection[nextInt][1]) || selection[nextInt4][1].equals(selection[nextInt2][1]) || selection[nextInt4][1].equals(selection[nextInt3][1]) || nextInt4==0);
}
}
//System.out.println("1. "+selection[nextInt][0]);
//System.out.println("2. "+selection[nextInt2][0]);
//System.out.println("3. "+selection[nextInt3][0]);
//System.out.println("4. "+selection[nextInt4][0]);
ArrayList nums = new ArrayList();
nums.add(nextInt);
nums.add(nextInt2);
if (index>3) nums.add(nextInt3);
if (index>4) nums.add(nextInt4);
Collections.shuffle(nums);
int ind[]= {nextInt,nextInt2,nextInt3,nextInt4};
ind[0]=Integer.parseInt(nums.get(0).toString());
ind[1]=Integer.parseInt(nums.get(1).toString());
if (index>3) ind[2]=Integer.parseInt(nums.get(2).toString());
if (index>4) ind[3]=Integer.parseInt(nums.get(3).toString());
answ1=selection[ind[0]][0];
answ2=selection[ind[1]][0];
if (index>3) answ3=selection[ind[2]][0];
if (index>4) answ4=selection[ind[3]][0];
jRadioButton3.setVisible(false);
jRadioButton4.setVisible(false);
jRadioButton5.setVisible(false);
if (index>3) jRadioButton3.setVisible(true); jRadioButton3.setText(answ3);
if (index>4) jRadioButton4.setVisible(true); jRadioButton4.setText(answ4);
jRadioButton1.setText(answ1);
jRadioButton2.setText(answ2);
jRadioButton1.setEnabled(true);
jRadioButton2.setEnabled(true);
jRadioButton3.setEnabled(true);
jRadioButton4.setEnabled(true);
answ=selection[nextInt][0];
quest=selection[nextInt][0];
dbpedia=selection[nextInt][2];
wiki=selection[nextInt][3];
// System.out.println("Η απάντηση είναι: "+answ);
question[num]="Η ερώτηση ήταν: "+selection[0][1] +selection[nextInt][1]+";";
answer[num]="Η σωστή απάντηση ήταν: " +selection[nextInt][0];
} |
ab6fc612-9123-47a8-a315-5792adffc589 | public crmondemand.xml.customobject6.query.QueryType getCustomObject13Id() {
return this.customObject13Id;
} |
53b240a0-7e20-4fe4-8e33-be5cb2c7a847 | public void setCustomNumber62(java.math.BigDecimal customNumber62) {
this.customNumber62 = customNumber62;
} |
4a133ca1-24dd-4192-aa27-9d40cc17e983 | public void setCustomDate21(java.util.Calendar customDate21) {
this.customDate21 = customDate21;
} |
9df89d7e-c36b-4f46-b18e-cd208b1b4f88 | public crmondemand.xml.contact.query.QueryType getCustomPickList28() {
return this.customPickList28;
} |
c1035f12-6d7e-4769-a73f-1e2571fa1092 | public java.lang.String getActivityExternalSystemId() {
return this.activityExternalSystemId;
} |
93b5e0cc-1c8f-404a-b2cc-a01e2c1a01cd | public void setCustomPickList17(java.lang.String customPickList17) {
this.customPickList17 = customPickList17;
} |
235f7921-8e8c-44bf-a980-76c584d0014c | public java.util.Calendar getCustomDate34() {
return this.customDate34;
} |
de8fbca8-6337-4c32-94a1-22df4b261b22 | public crmondemand.xml.customobject6.query.QueryType getCustomObject2Name() {
return this.customObject2Name;
} |
ad0a4a12-245e-433d-9c7a-b8ad9f47a455 | public int handler(int offset) {
return apu_read(0, offset);
} |
f9329df7-b0a9-4c46-9af3-94333db1058a | public java.lang.Boolean getCustomBoolean28() {
return this.customBoolean28;
} |
9ffe4006-1d1b-4b3b-8321-247cd9aa7e6f | public void setZCustomNumber30(java.math.BigDecimal zCustomNumber30) {
this.zCustomNumber30 = zCustomNumber30;
} |
36d03f3f-5399-4098-96c2-ae8f9ccf4a0f | opcode xxcb_c6 = new opcode() { public void handler(){ WM( EA, SET(0,RM(EA)) ); }} |
e98b521d-e39c-4ce1-8140-5287f4b40c64 | public java.lang.String getCustomText28() {
return this.customText28;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.