id stringlengths 36 36 | text stringlengths 1 1.25M |
|---|---|
0d1ef680-086e-4f69-aa65-c8daf89dc7b7 | public crmondemand.xml.customobject6.query.QueryType getCustomObject5Id() {
return this.customObject5Id;
} |
20d8186c-1763-472b-a1be-91dac3c1bdf1 | public crmondemand.xml.customobject6.query.QueryType getCustomText38() {
return this.customText38;
} |
a266e460-ac67-46fa-a89d-9d9671ea5aa7 | public java.lang.String getCustomText65() {
return this.customText65;
} |
714fab72-071f-4a79-9048-17bbd23ac1fa | private void imageGrayscale() {
resultImage = ImageProcessor.toGrayScale(inputImage);
imagePanelProcessed.setImage(resultImage);
infoBar.setText(" Info.: Color image is converted to grayscale");
addToImageBuffer(resultImage);
textProcessed.setVisible(false);
frameProcessed.setVisible(true);
} |
266c7842-5b65-41d6-8bc1-b37f42ee4b7f | public void setCustomBoolean12(crmondemand.xml.customobject3.query.QueryType customBoolean12) {
this.customBoolean12 = customBoolean12;
} |
a15a60d2-17d1-40c9-87a3-d2ea18912c9f | public Builder clearCanProduce() {
bitField1_ = (bitField1_ & ~0x00000200);
canProduce_ = false;
onChanged();
return this;
} |
4964d2ac-d55a-4475-9946-0c8aa465b97f | public crmondemand.xml.contact.query.QueryType getCustomText84() {
return this.customText84;
} |
8a922b63-ec41-4dff-97b2-8ab8f543b8dc | public void handler() {
long res = m68ki_read_imm_8();
long ea_dst = m68k_cpu.ar[(int) ((get_CPU_IR() >>> 9) & 7)]++;
m68ki_write_8(ea_dst, res);
m68k_cpu.n_flag = GET_MSB_8(res);
m68k_cpu.not_z_flag = res;
m68k_cpu.v_flag = 0;
m68k_c... |
f15cdb8c-7dd1-4442-963a-cf00c8300150 | public crmondemand.xml.customobject6.query.QueryType getIntegrationId() {
return this.integrationId;
} |
0abd40a7-4cb3-44c0-b5f0-048e6941f72e | @Override
public boolean add(E value) {
addLast(value);
return true;
} |
6269ed7f-7d2c-4424-87c0-3c99096e9d70 | public Cliente(String nombre, String dni) {
this.nombre = nombre;
this.dni = dni;
} |
09d23daf-7b81-467c-9680-a468c07fae06 | public java.lang.String getCustomObject5Name() {
return this.customObject5Name;
} |
ad18e199-4ed9-4242-847c-48c4b3217f6a | public void setListOfBook(crmondemand.xml.customobject6.data.ListOfBookData listOfBook)
{
this.listOfBook = listOfBook;
} |
7203fbe8-4e13-463a-a90b-a0b5c57c6308 | public java.lang.String getCustomObject2ExternalSystemId() {
return this.customObject2ExternalSystemId;
} |
8a43f88d-bc13-4d43-8a1c-cb680f460677 | public void setIndexedPick1(java.lang.String indexedPick1) {
this.indexedPick1 = indexedPick1;
} |
921181a3-9d74-4582-91bb-0fe32bea1419 | public java.lang.String getCustomObject13IntegrationId() {
return this.customObject13IntegrationId;
} |
d57f2de6-a9eb-4521-af7c-186f37f50052 | final boolean method3989(r var_r, int i, int i_407_, int i_408_,
int i_409_, boolean bool) {
return false;
} |
ac70228d-e144-48b5-a163-f0daab5c1988 | @Override
public void run() {
if(getTwoMoves()){
userCommand = 4;
setChanged();
notifyObservers();
twoMoves = false;
}
left = false;
} |
463cd4e1-fbe4-461d-9ac0-626b62aee236 | @Override
public String getHeaderAndFooterSpace() {
return "";
} |
4178d7a7-b1e5-43ad-adba-af659b0cd33b | public void setOwnerFirstName(java.lang.String ownerFirstName) {
this.ownerFirstName = ownerFirstName;
} |
ec3eb26e-7063-4b9d-ad0a-11aaeb6cb3bd | public void setCustomObject10ExternalSystemId(java.lang.String customObject10ExternalSystemId) {
this.customObject10ExternalSystemId = customObject10ExternalSystemId;
} |
6bacfd7d-b6cf-4a5e-be97-b2a05b59e361 | public java.lang.String getCustomPickList6() {
return this.customPickList6;
} |
2920c3f9-d723-490d-b2e7-472d8bf76d34 | public java.lang.String getExamIdentifier() {
return this.examIdentifier;
} |
df478eca-77ce-4986-b201-f4f97ffbe8d1 | public void setCustomPickList4(crmondemand.xml.customobject3.query.QueryType customPickList4) {
this.customPickList4 = customPickList4;
} |
063a0bde-f134-400f-9318-2250415d3a16 | public void removeCompileListener(CompileListener listener) {
mListeners.removeElement(listener);
} |
83a0aca6-8470-4165-8509-13b071a41db5 | public void setCustomText87(crmondemand.xml.contact.query.QueryType customText87) {
this.customText87 = customText87;
} |
8c99016e-59c2-437d-96ad-455bec2b1ffc | public void setActivityExternalSystemId(java.lang.String activityExternalSystemId) {
this.activityExternalSystemId = activityExternalSystemId;
} |
c96f39cf-b556-4574-9b4a-072005f81eec | public void setCustomObject12ExternalSystemId(crmondemand.xml.customobject6.query.QueryType customObject12ExternalSystemId) {
this.customObject12ExternalSystemId = customObject12ExternalSystemId;
} |
19d796ad-429a-4821-b080-832116964625 | public void test_minusMinutes_zero() {
OffsetTime base = OffsetTime.of(11, 30, 59, OFFSET_PONE);
OffsetTime test = base.minusMinutes(0);
assertEquals(test, base);
}
// -----------------------------------------------------------------------
// minusSeconds()
// -------------------------------------... |
78691012-ec96-4a31-af08-4df9bee447d7 | public void setCustomBoolean30(java.lang.Boolean customBoolean30) {
this.customBoolean30 = customBoolean30;
} |
02157ddb-4e1a-4f19-b2bf-95b2a6c2ea98 | public java.lang.String getCustomObject11IntegrationId() {
return this.customObject11IntegrationId;
} |
c042f712-bdc1-4625-ab22-e502f72def24 | public void setContactNameId(crmondemand.xml.contact.query.QueryType contactNameId) {
this.contactNameId = contactNameId;
} |
35696098-7734-4557-a248-ba08d6cb3b86 | public java.lang.String getCustomPickList80() {
return this.customPickList80;
} |
768b1980-ac2a-401c-b02d-9c0ee7a9e83b | public void setAccountNumber(java.lang.String accountNumber) {
this.accountNumber = accountNumber;
} |
863ae68a-e0c7-4098-bff5-e8d09fc59c14 | public void handler() {
nec_rotate_shift_Word(FETCH(), I.regs.b[CL]);
if (neclog != null) {
fprintf(neclog, "i_rotshft_wcl :PC:%d,I.ip:%d,AW:%d,CW:%d,DW:%d,BW:%d,SP:%d,BP:%d,IX:%d,IY:%d,b1:%d,b2:%d,b3:%d,b4:%d,s1:%d,s2:%d,s3:%d,s4:%d,A:%d,O:%d,S:%d,Z:%d,C:%d,P:%d,T:%d,I:%d,D:%d,M... |
09c70348-b9b5-44f5-9d2e-379c1bf5b6b5 | public void setCustomCurrency8(crmondemand.xml.customobject6.query.QueryType customCurrency8) {
this.customCurrency8 = customCurrency8;
} |
cd8e9a1b-9a0f-49a7-8c79-e06f43dfbf12 | public java.lang.String getCustomObject11Type() {
return this.customObject11Type;
} |
ad90563f-1c7b-47b5-8c6a-2586fb545ba3 | public crmondemand.xml.contact.query.QueryType getCustomInteger0() {
return this.customInteger0;
} |
32c009d8-37bb-476f-a7d2-f5deff82bfb4 | public void setFinancialAccountExternalSystemId(java.lang.String financialAccountExternalSystemId) {
this.financialAccountExternalSystemId = financialAccountExternalSystemId;
} |
71e107e7-ae40-4f0f-a975-e119513b4f9f | public String getApellido() {
return apellido;
} |
ea04e6f3-4a00-41fa-9e9c-6470b17678e9 | public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
} |
8a4f2642-adf5-487b-a6d2-3aab9e4cad21 | public java.lang.Boolean getSolutionMarketingApproval() {
return this.solutionMarketingApproval;
} |
5d1dfba5-c5f4-4d40-a036-f40487f9765e | void rejouer(); |
3f064a65-d8cd-4b07-8670-480d4bdc7364 | public void setCustomDate8(crmondemand.xml.customobject6.query.QueryType customDate8) {
this.customDate8 = customDate8;
} |
9e9fda3a-0b5f-445d-856c-f09723a9c4fe | Car088(){
} |
af9bcba3-ad4e-4b07-9e01-afa1cb278a24 | public void setCustomCurrency19(crmondemand.xml.opportunity.query.QueryType customCurrency19) {
this.customCurrency19 = customCurrency19;
} |
551c38ea-7822-45e4-9f08-6fbc75b96bb0 | public void setDataNascimento(Date dataNascimento) {
this.dataNascimento = dataNascimento;
} |
31f6956d-5f7a-4d39-8502-834ecd3a56f4 | public crmondemand.xml.opportunity.query.QueryType getCustomNumber20() {
return this.customNumber20;
} |
bbad742c-6f07-4904-b3bf-029b8503f9c5 | public void setCustomObject6IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject6IntegrationId) {
this.customObject6IntegrationId = customObject6IntegrationId;
} |
9cc8d748-506c-4f82-912c-845f0d100ac4 | public crmondemand.xml.customobject6.query.QueryType getCustomDate44() {
return this.customDate44;
} |
e98b533e-8b17-4c11-9515-cda00987865f | public void setCustomPickList97(crmondemand.xml.customobject3.query.QueryType customPickList97) {
this.customPickList97 = customPickList97;
} |
08b6b42f-38bb-45b1-b226-ecaab302d702 | public java.lang.String getCustomObject11IntegrationId() {
return this.customObject11IntegrationId;
} |
6bb2cd33-309f-4b98-81f2-b3b97fc0a4eb | public void setProductCategory(crmondemand.xml.customobject6.query.QueryType productCategory) {
this.productCategory = productCategory;
} |
1fea1026-113e-4d89-b169-3f6ba399e310 | public Ticket(final String reason_arg, int duration_arg, int orderNum_arg, final DateTime startDate_arg, int type_arg){
this.setUniqueID(orderNum_arg);
this.setReason(reason_arg);
this.startDate = startDate_arg;
this.endDate = startDate_arg.plusMinutes(duration_arg);
this.setType(type_arg);
} |
e87428e6-fa4f-4378-8dbb-74dcd04986dd | public void setCustomPickList10(crmondemand.xml.customobject6.query.QueryType customPickList10) {
this.customPickList10 = customPickList10;
} |
2a6899e1-dfc8-40d9-8450-c03698be9dbd | private JButton getButEnregText() {
if (butEnregText == null) {
butEnregText = new JButton();
butEnregText.setText("Enregistrer sous...");
butEnregText.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent e) {
JFileChooser save=new JFileChoos... |
f473e70b-d2ae-49e6-a6d9-0694debfe83e | @Override
public void mouseClicked(MouseEvent e) {
SwingWorker<Solution, Void> worker = new SwingWorker<Solution, Void>() {
Solver solver;
long searchTime;
@Override
protected Solution doInBackground() throws Exception {
solveButton.setText("Solving...");
solveButton.setEnabled... |
f9f17c86-d4b5-42ba-a052-0863f2da1f41 | void setParameters(String[] params); |
a081b270-52c3-453b-a26e-10866acd9291 | public crmondemand.xml.contact.query.QueryType getContactExternalSystemId() {
return this.contactExternalSystemId;
} |
1c538da9-8762-4c4d-b40c-68529195b80c | public java.lang.Boolean getCustomBoolean16() {
return this.customBoolean16;
} |
6c85b033-5b54-465d-84fe-6b19def3682c | public crmondemand.xml.customobject6.query.QueryType getClaimDecisionDate() {
return this.claimDecisionDate;
} |
702ea30f-cba8-47ad-81ad-45157e28d2f1 | public void setBookName(crmondemand.xml.opportunity.query.QueryType bookName) {
this.bookName = bookName;
} |
add9743e-d90b-46ac-bffb-2261033fb694 | public static void setOldAlliance(final int gid, final boolean expelled, final int allianceid) {
final MapleGuildAlliance alliance = getAlliance(allianceid);
final MapleGuild g_ = Guild.getGuild(gid);
if (alliance != null) {
for (int i = 0; i < alliance.getNoGuilds();... |
8681021b-d0ce-4a75-9610-199ffeb95573 | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean9() {
return this.customBoolean9;
} |
21a67684-682e-4c29-83c7-45dfc54e9fd8 | public java.lang.String getCustomObject4IntegrationId() {
return this.customObject4IntegrationId;
} |
86e0fc8a-2c26-4274-aaab-6a449f02a653 | public void setCustomInteger28(java.lang.Integer customInteger28) {
this.customInteger28 = customInteger28;
} |
8ad80b1a-124d-4dc5-a7c3-6cf8a3933147 | public crmondemand.xml.customobject3.query.QueryType getCustomText31() {
return this.customText31;
} |
d65a00cd-51e6-4769-b496-1d83e34de935 | public void setCustomDate47(crmondemand.xml.contact.query.QueryType customDate47) {
this.customDate47 = customDate47;
} |
06bb5913-1b42-4056-8a37-40f4f409b871 | public static byte[] messengerCharInfo(MapleCharacter chr) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.MESSENGER.getValue());
mplew.write(0x0B);
mplew.writeMapleAsciiString(chr.getName());
mplew.writeInt(chr.getJ... |
f24c1bcc-6752-4bd4-8077-3208b0b8ece1 | public java.lang.String getCustomPickList4() {
return this.customPickList4;
} |
f2098108-e4ef-499a-b4d7-2b0dbc5bb34f | public void setCustomPickList83(java.lang.String customPickList83) {
this.customPickList83 = customPickList83;
} |
1dc7c10b-53f0-4ede-8861-824f2e31ac19 | public crmondemand.xml.contact.query.QueryType getCampaignExternalSystemId() {
return this.campaignExternalSystemId;
} |
babb8bd0-80ba-4519-a6c4-6555d210c6c1 | @Override
public String[] getModifiedClasses() {
String modifiedClassesUnparsed = null;
getConnectionDetail().getControlThread().sendMessage("[listmodifiedclasses");
modifiedClassesUnparsed = getConnectionDetail().getControlThread().getMessage();
if (modifiedClassesUnparsed!=null && modifiedClassesUnparsed.l... |
f46f0290-1106-48dd-942a-1c19d0b2ffae | @Override
public void set(Integer e) {
throw new UnsupportedOperationException("don't modify this collection, yo. it's immutable!");
} |
140535a5-262b-429b-a89f-34effec4975b | public void setCustomPhone15(java.lang.String customPhone15) {
this.customPhone15 = customPhone15;
} |
8365f643-e811-49ea-816a-b5d979f3b88f | public void setPartnerName(java.lang.String partnerName) {
this.partnerName = partnerName;
} |
1c2508fb-0889-4fc9-a79c-d3a8f24b09a4 | public int getIsVisible(int index) {
return isVisible_.get(index);
} |
acdfc74d-4767-46df-92f0-ab839068269f | public static void operateOnFile(String file, Keyword operation) {
{ String targetlanguage = ((Keyword)(Stella.$TRANSLATOROUTPUTLANGUAGE$.get())).symbolName;
Module currentmodule = ((Module)(Stella.$MODULE$.get()));
Context currentcontext = ((Context)(Stella.$CONTEXT$.get()));
boolean seeninmodule... |
59c17d2a-4853-4e2a-b9eb-913702db75d9 | public int getTileX() {
return tileX;
} |
6d84e11f-a26d-4f9c-bce7-3e5582a3cc67 | public java.math.BigDecimal getCustomNumber42() {
return this.customNumber42;
} |
dd6e55a8-817f-46be-85c0-3a57fe30fab1 | public crmondemand.xml.contact.query.QueryType getCustomText56() {
return this.customText56;
} |
15b77344-7a3f-4ef1-8be4-c75da4167d19 | public java.lang.String getCustomPhone6() {
return this.customPhone6;
} |
ae856248-6fcd-486f-a5f5-8260f62ba388 | @Override
public final void apply(final Ability A)
{
A.executeMsg(me, msg);
} |
0f7ec001-c40b-465d-9cf8-fc488d9f23e4 | @Override
public void run() {
try {
output = new BufferedOutputStream(new FileOutputStream(file));
closed=false;
run=true;
} catch (FileNotFoundException ex) {
Logger.getLogger(ProcessData.class.getName()).log(Level.SEVERE, ... |
f2ecd921-5d69-4cc1-9fc6-b38ffa8f5718 | public crmondemand.xml.contact.query.QueryType getCustomDate1() {
return this.customDate1;
} |
b00a5968-39fb-4fba-8244-e1db46368c0e | public void setCustomPickList25(crmondemand.xml.contact.query.QueryType customPickList25) {
this.customPickList25 = customPickList25;
} |
3708d878-71a2-47d0-9f53-579f37436059 | public void setHouseholdName(java.lang.String householdName) {
this.householdName = householdName;
} |
3b2f4267-dc96-4d1e-ac53-8bf3497353d1 | public crmondemand.xml.opportunity.query.QueryType getCreatedBy() {
return this.createdBy;
} |
cdadd6be-60a2-483b-a754-deea1d3ec349 | public boolean hasInitialType() {
return ((bitField0_ & 0x00000008) == 0x00000008);
} |
cdce0df1-1bab-4093-866e-ed9c9ced5c73 | public java.lang.Boolean getCustomBoolean32() {
return this.customBoolean32;
} |
187ff683-a369-4d51-bb40-b7c69ae2dc92 | public void setCustomDate56(java.util.Calendar customDate56) {
this.customDate56 = customDate56;
} |
2f2941e3-3419-47e3-9025-bfd204986119 | public crmondemand.xml.customobject3.query.QueryType getDistributorId() {
return this.distributorId;
} |
91535d04-1f50-448e-92e1-642504335cf4 | public Player incrementCurrentPlayer()
{
ArrayList<Player> array = Player.getPlArray();
playerInd++;
if (Iterator.getIterator().getCurrentPhase() == 2)
{
System.out.println("New Random Event Possibility .....");
RandomEventGenerator.createRandomEvent(currPlayer);
}
if (playerInd >= numPlayers)
{
... |
fb94f969-def2-4e40-9234-debbbb463432 | public java.lang.Integer getCustomInteger19() {
return this.customInteger19;
} |
761c9000-5723-4a9a-9c58-b67cb2638949 | public void setCustomNumber58(java.math.BigDecimal customNumber58) {
this.customNumber58 = customNumber58;
} |
f1fa16d1-11f6-41c8-95e6-49430042fb9f | public java.lang.String getContactIntegrationId() {
return this.contactIntegrationId;
} |
f3c266c6-dafd-4559-b876-7fd4183d09ed | public void setCustomDate37(java.util.Calendar customDate37) {
this.customDate37 = customDate37;
} |
93aeacd1-9d3f-480b-ac64-2342d44d1db7 | public void setCustomText67(crmondemand.xml.contact.query.QueryType customText67) {
this.customText67 = customText67;
} |
e431da91-b89b-4080-8ad5-cb1edb318fe1 | public static synchronized String encode ( byte [ ] octetString )
{
int bits24;
int bits6;
char [ ] out
= new char [ ( ( octetString.length - 1 ) / 3 + 1 ) * 4 ];
int outIndex = 0;
int i = 0;
while ( ( i + 3 ) <= octetString.length )
{
... |
54ff7919-83f6-4c30-bc9f-18ab673d0020 | public void setOwnerPartnerName(crmondemand.xml.customobject6.query.QueryType ownerPartnerName) {
this.ownerPartnerName = ownerPartnerName;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.