id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
58a4841e-042f-4295-afad-169a1c444de4 | public void setFinancialAccountPrimaryAccount(crmondemand.xml.opportunity.query.QueryType financialAccountPrimaryAccount) {
this.financialAccountPrimaryAccount = financialAccountPrimaryAccount;
} |
f3f0fce3-a630-4122-bddc-740e0f5d2812 | public void setCustomDate10(crmondemand.xml.contact.query.QueryType customDate10) {
this.customDate10 = customDate10;
} |
d064cbb9-1245-41c7-8e6a-f242e02ce257 | public void setUpdatedByExternalSystemId(crmondemand.xml.customobject3.query.QueryType updatedByExternalSystemId) {
this.updatedByExternalSystemId = updatedByExternalSystemId;
} |
ad7c8d3c-b038-4e17-b0a6-afbb19009da0 | public void setCustomDate51(java.util.Calendar customDate51) {
this.customDate51 = customDate51;
} |
7eb556aa-8a77-4b93-a95b-9c9936245824 | public crmondemand.xml.contact.query.QueryType getCustomText89() {
return this.customText89;
} |
45918c01-1bd1-457c-8c69-ac7eb9417fcc | private void tableAllTasksMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_tableAllTasksMouseClicked
}//GEN-LAST:event_tableAllTasksMouseClicked |
f5223fbb-9d15-4fe9-a746-219e776fe2fa | public void setCustomPhone14(java.lang.String customPhone14) {
this.customPhone14 = customPhone14;
} |
b9806791-18ae-4e8d-b8d7-c294379874f8 | public static String DESEncryption(String plain, BigInteger ms)
{
return des(1, plain, ms);
} |
18f94e91-3c03-49cc-a43a-8bf41db87aa0 | public java.lang.String getCustomText13() {
return this.customText13;
} |
615ebc6d-4603-43cf-9140-7bdea2e268ab | public crmondemand.xml.contact.query.QueryType getUpdatedByLastName() {
return this.updatedByLastName;
} |
32fa66fc-2c0e-4249-8636-339b897035cb | public void setPartnerId(java.lang.String partnerId) {
this.partnerId = partnerId;
} |
468b65a1-f90a-49c3-abed-9af163598694 | public void setCustomBoolean30(crmondemand.xml.customobject3.query.QueryType customBoolean30) {
this.customBoolean30 = customBoolean30;
} |
b0c467c8-fcb2-4dcd-b75e-c62b5a71a9b4 | public crmondemand.xml.customobject6.query.QueryType getCustomBoolean33() {
return this.customBoolean33;
} |
2fd328dc-3ca1-42ab-ba83-63a155fc6973 | public java.util.Calendar getCustomDate12() {
return this.customDate12;
} |
1e46f44b-31b0-4924-831c-f50850594675 | public Reclamo(Long id, Date fecha_reclamo, String descripcion, Solicitud solicitud, UsuarioRepuesto usuario_repuesto) {
this.id = id;
this.fecha_reclamo = fecha_reclamo;
this.descripcion = descripcion;
this.solicitud = solicitud;
this.usuario_repuesto = usuario_repuesto;
} |
31713cc5-3ae7-4d8d-a4e1-99f753188c65 | public void setAddressName(java.lang.String addressName) {
this.addressName = addressName;
} |
ef479eda-ec3e-441a-881f-266769165315 | public void setCustomBoolean22(crmondemand.xml.contact.query.QueryType customBoolean22) {
this.customBoolean22 = customBoolean22;
} |
e70c8121-4af4-428c-9e87-fabc7f9b5e35 | public java.lang.String getCustomPickList65() {
return this.customPickList65;
} |
27106a4e-19ce-4052-8008-54a09e6d30c0 | public void setProgramId(java.lang.String programId) {
this.programId = programId;
} |
238d8ac3-e55e-4956-9782-d11d08b56076 | public void addGameSave(String gameSave)
{
savedGames.add(gameSave);
} |
45c391f5-5905-4032-a6d4-9aa2fa3ba4e0 | public java.lang.String getCustomObject1Type() {
return this.customObject1Type;
} |
ce123364-e54d-4ef8-8143-ab458a28e17b | public java.lang.String getZCustomPickList53() {
return this.zCustomPickList53;
} |
18cead71-9825-4de8-a758-a4306c985c6d | public void setDvdForm(DvdForm param_dvdForm) {
dvdForm = param_dvdForm;
} |
903122ba-82fe-4cd4-ac83-9c17265d559b | public boolean createPlayerAccount(String pFirstName, String pLastName, int pAge, String pUsername, String pPassword, String pIPAddress)
{
while(true)
{
if (!this._is_local())
{
org.omg.CORBA.portable.InputStream _input = null;
try
... |
548b0359-db9e-4612-9840-e8abbfc653ce | public void actionPerformed(ActionEvent arg0) {
// Capturamos el valor seleccionado en el comboBox
Object elementoCombo = comboBoxPremios.getSelectedItem();
// Lo convertimos a String
String comboSeleccionado = String.valueOf(elementoCombo);
int premioSeleccionado = Integer.parseInt(comboSeleccionad... |
62c86584-eae0-42a7-8746-464908b3e70b | public java.lang.String getCustomPickList80() {
return this.customPickList80;
} |
aa26c0de-8b69-428e-a103-3a62967dc140 | int countTotalLines(File directory) throws Exception; |
28dbb4eb-c9e1-4edf-9270-bd8dc472611b | public void handler() {
ROM_REGION(0x40000, REGION_CPU1);/* 4*64k for 68000 code */
ROM_LOAD_EVEN("939m02.e11", 0x00000, 0x20000, 0x61a12184);
ROM_LOAD_ODD("939m03.e15", 0x00000, 0x20000, 0x6db6659d);
ROM_REGION(0x10000, REGION_CPU2);/* 64k for the audio CPU */
... |
0a491e77-b934-4387-811a-09651cdf4e1d | public void setCustomObject4ExternalSystemId(java.lang.String customObject4ExternalSystemId) {
this.customObject4ExternalSystemId = customObject4ExternalSystemId;
} |
2458dac6-b877-406b-adda-9531f50005ff | public void setCustomBoolean27(crmondemand.xml.contact.query.QueryType customBoolean27) {
this.customBoolean27 = customBoolean27;
} |
358afaa3-7997-47b4-b338-18ed6455881f | public crmondemand.xml.opportunity.query.QueryType getCreatedBy() {
return this.createdBy;
} |
6fdaa87c-d74c-4094-b465-060343e52734 | public void setCustomPickList32(crmondemand.xml.customobject6.query.QueryType customPickList32) {
this.customPickList32 = customPickList32;
} |
fa942ad5-0a33-4b72-a3f7-031a3839a6e8 | public void setMededExternalSystemId(crmondemand.xml.customobject6.query.QueryType mededExternalSystemId) {
this.mededExternalSystemId = mededExternalSystemId;
} |
a3215d0e-d323-43d3-9a8c-d39d2ff24c03 | public void setApplicationIndexedShortText2(java.lang.String applicationIndexedShortText2) {
this.applicationIndexedShortText2 = applicationIndexedShortText2;
} |
8821bb47-8737-4eb6-8b05-13ed56ee50ae | public int getX() { //returns x
return x;
} |
d8dbca27-fa34-4a24-9ea8-b65ea06cd873 | public void setCustomNumber22(crmondemand.xml.customobject6.query.QueryType customNumber22) {
this.customNumber22 = customNumber22;
} |
ad4f7280-782b-48b3-900a-51209b98a76c | public void setCustomBoolean12(crmondemand.xml.opportunity.query.QueryType customBoolean12) {
this.customBoolean12 = customBoolean12;
} |
e0a71349-2d9e-44a6-8611-3ff4e19ddb4f | public Quaternion slerp(Quaternion q1, Quaternion q2, float t) {
// Create a local quaternion to store the interpolated quaternion
if (q1.x == q2.x && q1.y == q2.y && q1.z == q2.z && q1.w == q2.w) {
this.set(q1);
return this;
}
float result = (q1.x * q2.x) + (q1.... |
1634594e-02fd-4d89-bf47-7abe86d3f54b | public getStatus_argsTupleScheme getScheme() {
return new getStatus_argsTupleScheme();
}
}
private static class getStatus_argsTupleScheme extends TupleScheme<getStatus_args> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, getStatus_args struct) throws org.apa... |
919517ba-4a60-4d69-b263-21de4792a803 | public void setCustomObject6Type(crmondemand.xml.contact.query.QueryType customObject6Type) {
this.customObject6Type = customObject6Type;
} |
8898074a-92e2-49f2-babc-3c738b9c5417 | public java.lang.String getCreatedByUserSignInId() {
return this.createdByUserSignInId;
} |
88c4c668-fda5-4524-a154-c2bed19877c1 | void draw(Graphics g)
{
g.drawImage(moneyImage,x,y,null);
} |
d88ee1a1-5c82-48e2-a2ce-c2331d029d88 | public void setOwnerAlias(java.lang.String ownerAlias) {
this.ownerAlias = ownerAlias;
} |
c06c8fce-9ea0-443d-a96a-09c502243c4b | @Override
public void setVisible(boolean value) {
this.mll.setMask(value ? getMask() : 0x0000);
super.setVisible(value);
} |
d0a49106-926d-40e7-b3ec-ebddcb7b5488 | public void setCustomPickList60(java.lang.String customPickList60) {
this.customPickList60 = customPickList60;
} |
06c9e0c1-ee9d-4cd5-b82d-6561490d81ed | public java.lang.String getMarketPotential() {
return this.marketPotential;
} |
59f0e40a-2040-464f-a681-b407bb179ef3 | public crmondemand.xml.opportunity.query.QueryType getFinancialAccountPrimaryAccount() {
return this.financialAccountPrimaryAccount;
} |
50e4df2f-8ee6-4e1d-987f-cae777b9c84d | public void actionPerformed(ActionEvent e) {
c.advanceTime();
} |
b25659d4-9d34-4614-9778-76f557aaf884 | public java.lang.String getServiceRequestId() {
return this.serviceRequestId;
} |
2dde60c2-3f2f-4f21-86c7-8b285261a495 | float getWidth(){
return width;
} |
fbf64c2d-daf1-4164-8a09-3d3054426a2c | public Builder setIsland(boolean value) {
bitField0_ |= 0x00000200;
island_ = value;
onChanged();
return this;
} |
a38c4aeb-bc5d-40c7-aa19-711d2087bd19 | public java.lang.String getCustomPickList83() {
return this.customPickList83;
} |
924e45c5-98c9-4311-a4a0-b794e435a14e | public void setCustomObject12Name(crmondemand.xml.customobject3.query.QueryType customObject12Name) {
this.customObject12Name = customObject12Name;
} |
c8cf328b-8996-41f9-810b-229ae2f9c44e | public void setContactType(java.lang.String contactType) {
this.contactType = contactType;
} |
e0426c42-3594-4699-87ed-7f8c9330fbfa | public void setCustomText22(crmondemand.xml.customobject3.query.QueryType customText22) {
this.customText22 = customText22;
} |
1abeaa91-3a3c-42fa-b0aa-160469596df7 | public void setOwnerFullName(java.lang.String ownerFullName) {
this.ownerFullName = ownerFullName;
} |
843655ed-6c0c-425b-b173-5f5433fb10d3 | @Override
public DTO get(Session session,
Serializable primaryKey) throws InvalidHibernateSessionException,
DAOException {
if(session == null) {
throw new InvalidHibernateSessionException("La session Hibernate ne peut être null");
}
try {
final DTO dto... |
d2b720d2-0378-4415-81c0-1099079e049b | public void setLeadLastName(java.lang.String leadLastName) {
this.leadLastName = leadLastName;
} |
042b0226-74e4-46d5-8a24-bbe763912fac | public void setCustomInteger15(crmondemand.xml.contact.query.QueryType customInteger15) {
this.customInteger15 = customInteger15;
} |
6ab23c2f-9f3c-4ea0-9062-fe5f29d44591 | public crmondemand.xml.opportunity.query.QueryType getSPRequestId() {
return this.sPRequestId;
} |
275b6ab9-9983-4f74-b3ab-89fae0730205 | public void handler() {
long d_dst = get_DX();
long res = MASK_OUT_ABOVE_16(get_DY()) * MASK_OUT_ABOVE_16(d_dst);
set_DX(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.n_flag = GET_MSB_32(res);
m68k_cpu.v_flag = 0;
m68k_cpu.c_flag = 0;
... |
2ac288e0-d93d-4260-a0d6-e8f3ed638585 | public void setCustomCurrency22(java.math.BigDecimal customCurrency22) {
this.customCurrency22 = customCurrency22;
} |
9bbeb253-04bb-4bba-824f-b67356d2f860 | @Override
protected void action() {
// TODO Auto-generated method stub
} |
8169e597-13b1-4667-8a7c-2c78ef0bf3a1 | public boolean equals2D(Vector2D other)
{
if (other == null)
return false;
return x == other.getX() && y == other.getY();
} |
ef1b8381-a8f6-4d91-96d1-dd24df88bffa | public JanelaTest() {
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds(100, 100, 450, 300);
contentPane = new JPanel();
contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
contentPane.setLayout(new BorderLayout(0, 0));
setContentPane(contentPane);
} |
5f620b8a-ce36-478d-b407-0d634cb055c7 | public synchronized static BluetoothReadingVectorHome getBluetoothReadingVectorHome() {
if(brvHome == null) {
brvHome = new BluetoothReadingVectorHome();
}
return brvHome;
} |
ec508c8c-d6ad-4233-96c0-525e3bc9dfe2 | public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasMapWidth()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasMapHeight()) {
memoizedIsInitialized = 0;
return ... |
819f7eb4-cf2f-4443-9ee5-586b43c182c8 | public void setContactFirstName(java.lang.String contactFirstName) {
this.contactFirstName = contactFirstName;
} |
b6d36644-2137-4ef5-964a-c6c19b56447d | public void setCustomInteger27(java.lang.Integer customInteger27) {
this.customInteger27 = customInteger27;
} |
84dd25fc-8e66-4b8b-b5e2-895e7e837eba | public Builder clear() {
super.clear();
userid_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
coins_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
} |
5e18caeb-2ba4-4792-b3a4-6ad39549e267 | public void setCustomObject3Name(crmondemand.xml.opportunity.query.QueryType customObject3Name) {
this.customObject3Name = customObject3Name;
} |
8fed2959-80a7-404a-ade7-0b338b300162 | float getRadius(){
return radius;
} |
901e2d5b-103c-4d16-9092-4a3f8272666a | private void addTutorial() {
System.out.print("Enter module code for tutorial to be added to:");
String modCode = sc.nextLine();
if (!mrsb.isNewModule(modCode)) {
System.out.println("Add Tutorial: ");
System.out.print("Enter group number: ");
String groupNum =... |
82066633-e98a-4aa5-950f-64bfeb417ba5 | public void valueChanged(TreeSelectionEvent e)
{
new Thread()
{
@SuppressWarnings("deprecation")
public void run()
{
Object obj = ((DefaultMutableTreeNode)tree.getLastSelectedPathComponent()).getUserObject();
popIn.setVisible(false);
if(obj.getClass().equals(Epi... |
2da2b56a-efbf-47ae-80af-17fc2cf13857 | public static boolean unboundVariableP(Stella_Object argument) {
if (Surrogate.subtypeOfP(Stella_Object.safePrimaryType(argument), Logic.SGT_LOGIC_PATTERN_VARIABLE)) {
{ PatternVariable argument000 = ((PatternVariable)(argument));
return (!PatternVariable.variableBoundP(argument000));
}
}
... |
6a50ccec-ab4c-43fc-99ae-344457bc231b | public crmondemand.xml.customobject6.query.QueryType getCustomPhone12() {
return this.customPhone12;
} |
7601170f-9f02-4f10-85eb-f17690f0f153 | public crmondemand.xml.opportunity.query.QueryType getBusinessPlanExternalSystemId() {
return this.businessPlanExternalSystemId;
} |
ce252216-c75b-40f4-a7df-09c5554a2362 | public void setCustomObject4Id(crmondemand.xml.customobject3.query.QueryType customObject4Id) {
this.customObject4Id = customObject4Id;
} |
854e8f46-c935-46e2-a216-ce3987e0a513 | public void setCustomCurrency8(java.math.BigDecimal customCurrency8) {
this.customCurrency8 = customCurrency8;
} |
c9457878-da76-4d5d-917a-4ca4bb6f708c | public java.math.BigDecimal getCustomNumber29() {
return this.customNumber29;
} |
e1c4301b-313e-43c1-8672-33e98270ea0f | public java.util.Calendar getIndexedDate0() {
return this.indexedDate0;
} |
c202834d-991d-4c99-923b-2dc7d26ebce9 | public java.lang.String getCustomPickList28() {
return this.customPickList28;
} |
1e8b8426-7a16-4ab0-a152-96361b616411 | public void setCustomNumber29(java.math.BigDecimal customNumber29) {
this.customNumber29 = customNumber29;
} |
1bdbdf29-cb1d-4179-88e4-280a0b62d89d | public void setCustomText24(java.lang.String customText24) {
this.customText24 = customText24;
} |
94b7553d-e518-4a71-b018-7958dd359c64 | public void setCustomNumber21(java.math.BigDecimal customNumber21) {
this.customNumber21 = customNumber21;
} |
0e2aef89-915b-46a3-a577-6aafeaef7969 | public void setPolicyEffectiveDate(crmondemand.xml.contact.query.QueryType policyEffectiveDate) {
this.policyEffectiveDate = policyEffectiveDate;
} |
c70feff2-758d-4e9c-a154-8ccee54856e8 | public void setCustomPickList56(crmondemand.xml.customobject6.query.QueryType customPickList56) {
this.customPickList56 = customPickList56;
} |
243a0375-ff78-473b-88e9-0a53115614d2 | public static boolean loomDescriptionOperatorP(Stella_Object self) {
return (Stella.getQuotedTree("((AND OR NOT AT-LEAST AT-MOST EXACTLY ALL SOME THE FILLED-BY FILLERS SAME-AS RELATES ONE-OF THROUGH) \"/LOGIC\")", "/LOGIC").memberP(self));
} |
faa20718-add9-4c47-bb6d-aea18b35ac2e | public void setCustomPickList65(crmondemand.xml.contact.query.QueryType customPickList65) {
this.customPickList65 = customPickList65;
} |
31cefca4-3412-4003-b7f0-0b2cc024ebe1 | @Override
public void newFriendAdded(Friend friend) {
friendsListModel.addElement(friend);
redisplayListOfFriends();
} |
ef8469a6-45fd-4b6b-b860-c6ff2e36a9b3 | void printBoard(); |
ae45eba9-26aa-4f1b-9b97-4bcde8d34ee5 | public void setCustomNumber54(java.math.BigDecimal customNumber54) {
this.customNumber54 = customNumber54;
} |
08254591-1ebb-4faf-b0dd-561209f0969f | public void setCustomDate44(crmondemand.xml.customobject6.query.QueryType customDate44) {
this.customDate44 = customDate44;
} |
f4cb1018-1c7b-4607-87b1-8a5e30165edf | public crmondemand.xml.contact.query.QueryType getCustomBoolean9() {
return this.customBoolean9;
} |
aafb8a78-9c08-4450-9359-5f74ceac463b | public java.lang.String getCustomText62() {
return this.customText62;
} |
fcd6a8d1-06cd-4fe9-a5f2-cdfcf35f3afa | public void setCustomPickList28(java.lang.String customPickList28) {
this.customPickList28 = customPickList28;
} |
da422d29-628c-42b5-a635-c39082573a7e | public void setCustomDate47(crmondemand.xml.customobject6.query.QueryType customDate47) {
this.customDate47 = customDate47;
} |
b08ddf22-4a97-4ed5-ae19-1c9721094607 | void onSpace () {
if (focusItem == null) return;
if (!focusItem.isSelected ()) {
selectItem (focusItem, (getStyle () & SWT.MULTI) != 0);
redrawItem (focusItem.index, true);
}
if ((getStyle () & SWT.CHECK) != 0) {
focusItem.setChecked (!focusItem.checked);
}
showItem (focusItem);
Event event = new Event ();... |
d9add179-868a-487c-aa52-3ede07f9663c | public void setCustomCurrency2(java.math.BigDecimal customCurrency2) {
this.customCurrency2 = customCurrency2;
} |
745e471f-8bac-459a-9c52-a5fb72135431 | public java.lang.String getCampaignStatus() {
return this.campaignStatus;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.