query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
cab15a27f7d9865240a690ec9750cd00
create quadratic segment from end to start point
[ { "docid": "28f6590dbffd66ee8de2b7db2db7ef57", "score": "0.6902116", "text": "private QuadCurve2D createQuadEnd2Start() {\n\t\treturn new QuadCurve2D.Double(intersectionPointEnd.getX(), intersectionPointEnd.getY(), getControlPoint().getX(), getControlPoint().getY(), intersectionPointStart.getX(), inters...
[ { "docid": "737370990be43a5ce9a352a2009a2934", "score": "0.6978591", "text": "private QuadCurve2D createQuadStart2End() {\n\t\treturn new QuadCurve2D.Double(intersectionPointStart.getX(), intersectionPointStart.getY(), getControlPoint().getX(), getControlPoint().getY(), intersectionPointEnd.getX(), inte...
8700866f064b98e133f42977a3d87aa7
Returns the list of channel ids for the policy.
[ { "docid": "2ae42805c64e7cad8b8fe11479313016", "score": "0.735974", "text": "public List<Long> getChannelIds()\n {\n return channelIds;\n }", "title": "" } ]
[ { "docid": "9c9e26f35656ad275083e46d58a2e70b", "score": "0.6542239", "text": "public static Set<String> getAllRegisteredChannelIds(){\n\t\treturn channelPool.keySet();\n\t}", "title": "" }, { "docid": "8b3f92e3a84b6095feef05d85f918077", "score": "0.6439347", "text": "public List<Long...
c10eb98974d57d11a4fd368af0f9223d
function converts received time in seconds to minutes
[ { "docid": "950ea154839682b5cd8887b96943fdfb", "score": "0.0", "text": "public static float format(float floatForFormat, int roundPlace) {\n\n\t\tString numFormat = \"#.\";\n\t\tfor (int i = 0; i < roundPlace; i++) {\n\t\t\tnumFormat = numFormat + \"#\";\n\t\t}\n\n\t\tDecimalFormat newFormat = new Decim...
[ { "docid": "110506f67c2e0bcadd15cb028f918340", "score": "0.725699", "text": "private int convertToMinutes (int timeSeconds) {\n // This check is a bit redundant, UNREACHED is always >= any integer pruning threshold.\n if (timeSeconds == UNREACHED) {\n return UNREACHED;\n ...
b1af7e7ba7141e2da3967851a0995322
Insert the tuple into the page
[ { "docid": "326d2fa83e98a78f1bf6b4474895377c", "score": "0.0", "text": "public void insert(DBObject obj) {\n pageBuffer.put((byte) 1);\n pageBuffer.put(obj);\n pageBuffer.put((byte) 0);\n pageBuffer.position(pageBuffer.position() - 1);\n }", "title": "" } ]
[ { "docid": "851b47ad43da37f06cf3df5380b39d86", "score": "0.6508601", "text": "public ArrayList<Page> insertTuple(TransactionId tid, Tuple t)\n throws DbException, IOException, TransactionAbortedException {\n // some code goes here\n return null;\n // not necessary for lab...
70e26441b856d54c4426f9b3c5156cef
$ANTLR end "T__76" $ANTLR start "T__77"
[ { "docid": "c2d8285a107eeb2268faee1df771ffc9", "score": "0.0", "text": "public final void mT__77() throws RecognitionException {\r\n try {\r\n int _type = T__77;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n // InternalCk2Gfx.g:73:7: ( 'cull_distance' )\r\n ...
[ { "docid": "d5653c49f50d7a4d96331a49951b8e15", "score": "0.5629259", "text": "public interface MOOParserConstants {\r\n\r\n /** End of File. */\r\n int EOF = 0;\r\n /** RegularExpression Id. */\r\n int IF = 5;\r\n /** RegularExpression Id. */\r\n int ELSEIF = 6;\r\n /** RegularExpression Id. */\r...
b58aab05dd2998df566a5113dd3c67e6
required string itemUri = 1;
[ { "docid": "38bc9f2db2e02b434d1e59012dc616cc", "score": "0.7261865", "text": "java.lang.String getItemUri();", "title": "" } ]
[ { "docid": "23b6c4334a3906a84aa9bcc321215b32", "score": "0.7007069", "text": "public Builder setItemUri(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000002;\n itemUri_ = value;\n onChanged();\n r...
3c011c62745649572e0db803fa373507
This method writes back Course objects to the text file courses
[ { "docid": "e08abffdc90d1ea9ef694aa82c030475", "score": "0.7165636", "text": "public static void saveCourse(HashMap<String, Course> courses) throws IOException {\n\t\tString filename = \"data/courses.txt\";\n\t\tList alw = new ArrayList() ;\n\t\tSet set = courses.entrySet();\n\t\tIterator it = set.itera...
[ { "docid": "385774ae92c85d5d3c3d668b6fafe4aa", "score": "0.7573758", "text": "public abstract void writeFullCourses();", "title": "" }, { "docid": "fb99eb5c31a4eaa99fd24abb0e163074", "score": "0.7190665", "text": "private void save() throws Exception {\n try (FileWriter writer...
a487831cd9143c2092f0a678a58bda34
Gets the filesystem types.
[ { "docid": "bf52abe73e9fd468ff586d916d5c3bff", "score": "0.8258369", "text": "public LinkedList<String> getFileSystemTypes() {\r\n return fileSystemTypes;\r\n }", "title": "" } ]
[ { "docid": "e81c780bdcf9811f234329207f0830c7", "score": "0.7160038", "text": "public String getFileSystemType() {\n return this.fileSystemType;\n }", "title": "" }, { "docid": "697c7bb95f18c025883a63933b260013", "score": "0.70952314", "text": "String[] getFileTypes();", ...
40160ec3d62545d60404075da1e48648
/ / / / / / / / / 113
[ { "docid": "cbc2e958d2898c434ab277c958cb5229", "score": "0.0", "text": "public double getEndBoundary() { return this.endBoundary; }", "title": "" } ]
[ { "docid": "a83ee295cf4913edfbeb66ff99e33641", "score": "0.5665868", "text": "public int getBlockLength()\r\n/* 28: */ {\r\n/* 29: 76 */ return -24;\r\n/* 30: */ }", "title": "" }, { "docid": "86fc086d8eb32e76d6f9f21055f02ed5", "score": "0.5600708", "text": "public s...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "21bf15c15889344e5874c824d25021b1", "score": "0.0", "text": "@Override\n\tprotected void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.setting);\n\t\t//便于最终关闭程序\n\t\tExitApplication.getInstance().addActivity(this);\n\t\t\n\t\teditP...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
2daff81f0e89ab397b3d3806ec80e703
set up the bitmap for enemy explosion
[ { "docid": "1777f373c024092c16bbe2a483be0d61", "score": "0.76314235", "text": "@Override\n public void setUpBitmap(Context context) {\n explosions = new Bitmap[9];\n explosions[0] = BitmapFactory.decodeResource(context.getResources(), R.drawable.psexplosion0);\n explosions[1] = BitmapFactory.d...
[ { "docid": "d8180bd9299e448ad82cfecf5cf81816", "score": "0.7108398", "text": "public ShooterEnemyExplosion(Context context, int explosionX, int explosionY) {\n super(explosionX, explosionY);\n explosions = new Bitmap[9];\n explosions[0] = BitmapFactory.decodeResource(context.getResources(), R.d...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "77e17c35c459d71b33ed61bcafe38561", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint age;\r\n\t\tString name;\r\n\t\tScanner input = new Scanner (System.in);\r\n\t\t\r\n\t\tSystem.out.println(\"This program will check if you are legal to drink alcohol\");\r\n\t\tSyst...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c9a03edd57c8df593beb386d5a31c12d", "score": "0.0", "text": "@Override\r\n\tpublic void onItemSelected(AdapterView<?> arg0, View arg1, int position,\r\n\t\t\tlong arg3) {\n\r\n\t\tString[] loc = { \"\" + position };\r\n\t\tPreferences.getInstance(MainActivity.this)\r\n\t\t\t\t.updateMainActiv...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7e56631c595a48527e8d0bed4f073cf9", "score": "0.0", "text": "public void handleAcceptedResponse(String result) {\n\t\t\tdialog.dismiss();\n\t\t\taddFriend.setVisibility(View.GONE);\n\t\t\tFriends this_guy= new Friends(user.name, user.username, user.user_id);\n\t\t\tfriends.add(this_guy);\n\t\...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
8ea53066687b07ee37d7aa9e875620ce
Returns the list of states in US
[ { "docid": "4533da625f7ea9528659a2dc3196c9ee", "score": "0.7717464", "text": "public List<String> getStateList() {\n\t\tList<String> state = new ArrayList<String>();\n\t\tstate.add(\"---\");\n\t\tstate.add(\"Alabama\");\n\t\tstate.add(\"Alaska\");\n\t\tstate.add(\"Arizona\");\n\t\tstate.add(\"Arkansas\"...
[ { "docid": "7598db43d4f478467dbe39a1635eaf9f", "score": "0.72043896", "text": "List<SearchState> getStates();", "title": "" }, { "docid": "eddc06a7ea0257f7514d0b3096257081", "score": "0.6947738", "text": "Collection<S> getStates();", "title": "" }, { "docid": "d3ce3b35b11...
450c28d73556a74f7d84ab7c99b6c84d
Completes the hash computation by performing final operations such as padding. The digest is reset after this call is made.
[ { "docid": "229a3fcd350a16325ea96b7982d41645", "score": "0.4867083", "text": "public byte[] digest() {\n try {\n final Method method = alg.getClass().getSuperclass().getDeclaredMethod(\"engineDigest\");\n method.setAccessible(true);\n return (byte[]) method.invoke...
[ { "docid": "0b14280ac2348222f016ba5f5bac2403", "score": "0.6882266", "text": "void hashCalculationDone();", "title": "" }, { "docid": "1865e89af7b61d560102ea815cb69ac5", "score": "0.6575132", "text": "public void finalize() {\n\t\ttry {\n\t\t\tMessageDigest md = MessageDigest.getInst...
fc2085352bb3b5b723665c78ebb6323b
Utility method that determines whether or not a packet is a key frame.
[ { "docid": "b3b8b1903f7dd9dcd7458d7746840f1a", "score": "0.6970383", "text": "boolean isKeyFrame(RawPacket pkt);", "title": "" } ]
[ { "docid": "c9d24f5ace4d6016496757f377bf4685", "score": "0.6534858", "text": "public boolean keyFrameRequest();", "title": "" }, { "docid": "c9d24f5ace4d6016496757f377bf4685", "score": "0.6534858", "text": "public boolean keyFrameRequest();", "title": "" }, { "docid": "f8...
702ad35e5ca3420b2879812681489125
Read length float values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
[ { "docid": "110a06a00c927cea6faf9633f42c3445", "score": "0.71135366", "text": "public void getFloatsAtOffset(long byteOffset, float[] dest, int destOffset, int length) {\n \t\tgetFloatBufferAtOffset(byteOffset, length).get(dest, destOffset, length);\n }", "title": "" } ]
[ { "docid": "0cb69645650272ddd6ae2436605ae252", "score": "0.7614431", "text": "public native final void copyToFloatArray(long offset, float[] array, int size);", "title": "" }, { "docid": "1c75cbd2a02ff4712b1c0f3d71331e77", "score": "0.65018386", "text": "public native final void putF...
9f5e9dce419e1b8f5bcaf63da244f755
Represents how visual blocks are filled.
[ { "docid": "3fa3b4421812e3213294d72abf715d28", "score": "0.0", "text": "public interface BlockGenerator {\n\n /**\n * Gets block data to show a player for a specific location\n *\n * @param player the player\n * @param location the location\n * @return the data\n */\n FakeB...
[ { "docid": "233423f52e48e548611ea3cb533cec8d", "score": "0.6189759", "text": "public int getFill(){\n return fill.ordinal();\n }", "title": "" }, { "docid": "791b439dffe52795864adf031e2e8ebb", "score": "0.6185847", "text": "@Override\n\tpublic boolean canFill() { return true;\...
3b09c5f657c40a79e01f966ecd24f815
Test case number: 158 /Coverage entropy=2.203705432239539
[ { "docid": "f4547b30f5a0b9457727c0c024f25e7d", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test158() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n Component component0 = errorPage0.noframes();\n assertEquals(\"wheel_ErrorPage\", errorPage0.getComponent...
[ { "docid": "d6df76b4cd9e17e2c3e4b99debdb01f6", "score": "0.7258033", "text": "@Test\n public void test16() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation evaluation0 = n...
a778541860fc7a3c307582f6fbfa6401
Get a file name without extension.
[ { "docid": "674d200fdb35d1abd85b0ff3e22a4084", "score": "0.8130614", "text": "public static @NotNull String getNameWithoutExtension(@NotNull String filename) {\n\n if (StringUtils.isEmpty(filename)) {\n return filename;\n }\n\n int index = filename.lastIndexOf('.');\n\n ...
[ { "docid": "09dee7f36f1adc554c89126eff136a02", "score": "0.8417647", "text": "public String getNameWithoutExtension() {\n\t\treturn Files.getNameWithoutExtension(file.getName());\n\t}", "title": "" }, { "docid": "ccb45849f7f16d72ad8d1fd32889b707", "score": "0.80571413", "text": "publ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "7b383f12d69e2bc677a87af2e2019caf", "score": "0.0", "text": "static int m23826a(Options options, int i, int i2) {\n int i3 = options.outHeight;\n int i4 = options.outWidth;\n if (i4 <= i && i3 <= i2) {\n return 1;\n }\n return Math.round(((float) ...
[ { "docid": "6bb82b473a9f707f03cb5cb6b11957bb", "score": "0.6303214", "text": "interface C46974a {\n /* renamed from: a */\n void mo118130a();\n }", "title": "" }, { "docid": "4e6a75296e170c4f7ef9da4ffbf823af", "score": "0.6236393", "text": "public interface C0921a {\...
d5d833f635315bbf46ce470f3e864457
Get the time when collection was initialized
[ { "docid": "0d9c3b3165037f1574ab173d1fce3b2c", "score": "0.62932557", "text": "public static Date getInitializationDate() {\n return initializationDate;\n }", "title": "" } ]
[ { "docid": "14000c477145d3ac3afbc7d1ca2b3d8e", "score": "0.78461343", "text": "java.lang.String getInitializedTime();", "title": "" }, { "docid": "015425f1b99f512a78c4f045c3cf621b", "score": "0.6976745", "text": "@Override\n protected void initialize() {\n startTime = System.curr...
8b70a6d3b5aff47634800fad0d4d9833
repeated .com.cst14.im.protobuf.PersonalMsg personMsg = 83;
[ { "docid": "b7f120e92141460ce2a43c0247ae88aa", "score": "0.6188427", "text": "public com.cst14.im.protobuf.ProtoClass.PersonalMsgOrBuilder getPersonMsgOrBuilder(\n int index) {\n if (personMsgBuilder_ == null) {\n return personMsg_.get(index); } else {\n return personM...
[ { "docid": "fa96e8f62a660216fdbe1b7402ddb117", "score": "0.73954135", "text": "com.cst14.im.protobuf.ProtoClass.PersonalMsg getPersonMsg(int index);", "title": "" }, { "docid": "2b1910760a756f9871a129e7d9708019", "score": "0.711219", "text": "java.util.List<? extends com.cst14.im.pro...
d3e164b2d89b7cf3fdd5677cfe5658db
Initialize the user interface.
[ { "docid": "abb83464e3384b8549d0251a3be3c166", "score": "0.0", "text": "private void init(){\r\n\t\tGridBagLayout gbl = new GridBagLayout();\r\n\t\tGridBagConstraints gbc = new GridBagConstraints();\r\n\t\tsetLayout(gbl);\r\n\t\t\r\n\t\tgbc.insets = new Insets(1, 1, 1, 1);\r\n\t\tgbc.anchor = GridBagCon...
[ { "docid": "fad7b9ee46cd6e46db2fd8aaa1c03ef9", "score": "0.81457484", "text": "public void initUI() {\n\t}", "title": "" }, { "docid": "a8229c3a36bab3851eefaef343167d19", "score": "0.8133114", "text": "protected void initUI() {\n\t}", "title": "" }, { "docid": "364440511c...
2a11355f9a7d63e8fa6165d7213dc071
Appends the given element to the end of this List.
[ { "docid": "fe43f486942db0f7b458a80f02450045", "score": "0.0", "text": "void addLast(ET e) {\n\t\tEntry<ET> newEntry = new Entry<ET>(e, header, header.previous);\n\t\theader.previous.next = newEntry;\n\t\theader.previous = newEntry;\n\t\tsize++;\n\t}", "title": "" } ]
[ { "docid": "23f13c65737098c8f54498af74607399", "score": "0.7584922", "text": "public void append(Object element) {\r\n if (size == data.length) {\r\n expand();\r\n }\r\n\r\n data[size++] = element;\r\n\r\n }", "title": "" }, { "docid": "65ab70ec63de4b09ada6...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "32f7ac87239f27378fd06a243a9b2ce2", "score": "0.0", "text": "@Override\n\tprotected void onPause() {\n\t\tsuper.onPause();\n\t\tMobclickAgent.onPageEnd(getClass().getName() + \"\");\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
9e59ad98a8efe2e6c773d06eb0ad7c9a
don't want to have duplicate assignments in our list of solutions! override equals to return true for an Assignment if the same letters are in the same order in the assignment
[ { "docid": "307e5656c1cb3edad964635e64ee52ee", "score": "0.68850344", "text": "@Override\n public boolean equals(Object o) {\n BaseAssignment otherAssignment = (BaseAssignment) o;\n\n for (int i = 0; i < assignment.length; i++) {\n if (!assignment[i].equals(otherAssignment.as...
[ { "docid": "cf6a78a1230344ad88269d64fc790399", "score": "0.5991902", "text": "@Override\n public int hashCode() {\n int result = assignment != null ? Arrays.hashCode(assignment) : 0;\n result = 31 * result + (puzzleInput != null ? puzzleInput.hashCode() : 0);\n return result;\n ...
970e295064aa5321ff26dda6aa8ccd2a
Close the user interface.
[ { "docid": "7c1b3159a1f265852be14e089d05a1cf", "score": "0.0", "text": "@AfterEach\n public void after() {\n launcher.dispose();\n }", "title": "" } ]
[ { "docid": "89c50e940638eab779e8bf8fdcb70c32", "score": "0.77538794", "text": "public void closeUI() {\r\n\t\tm_Container.setVisible(false);\r\n\t}", "title": "" }, { "docid": "32e526cba04837d24d6382ed9f870bc1", "score": "0.7663259", "text": "public void closeUI() {\n\t\tloggingUI.cl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2c3befd0304cc44b544db6ddf097c44e", "score": "0.0", "text": "public Pregunta findByNumero(int i,int j) {\n\t\t\treturn preguntaRepository.findPreguntaByNumero(i,j);\n\t\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
d48e19bb3591e8fee3d422697073792b
The information of stream. .google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
[ { "docid": "5273b131bc23c18216553591dd94cbc9", "score": "0.90500665", "text": "com.google.cloud.apigeeconnect.v1.StreamInfo getStreamInfo();", "title": "" } ]
[ { "docid": "1d4531747969a99f1115069c3efb2e2b", "score": "0.86346877", "text": "com.google.cloud.apigeeconnect.v1.StreamInfoOrBuilder getStreamInfoOrBuilder();", "title": "" }, { "docid": "77ff44a4f834dc638caaecea26b5dd90", "score": "0.8025469", "text": "com.akamai.akamill.stream.Stre...
18c2cbf4677b170ded936a1a8c2a10a1
Auto pilot fire against opponent
[ { "docid": "8a153078ef2210f3bd8db7f0869b2f33", "score": "0.0", "text": "public ApiResponse<FireSalvoShots> fireAutoPilotSalvoShotsUsingPOSTWithHttpInfo(String gameId)\n\t\t\tthrows UserApiException {\n\t\tcom.squareup.okhttp.Call call = fireAutoPilotSalvoShotsUsingPOSTValidateBeforeCall(gameId, null, nu...
[ { "docid": "34cf1ea55464d01c4048a32d49943f2b", "score": "0.65746576", "text": "public void teleopPeriodic() {\n NetworkTable.getTable(\"camera\").putNumber(\"team\", 1259);\r\n compressor.start();\r\n /**\r\n boolean buttonPressed = operatorInputs.button7();\r\n if (bu...
0c46b742b34888bd5d3e7fe6e3c6786f
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
[ { "docid": "9946c578ac7b7cf626e48b0cd7d62d7c", "score": "0.0", "text": "public ModifyBlueprintAttributeRequest(ModifyBlueprintAttributeRequest source) {\n if (source.BlueprintId != null) {\n this.BlueprintId = new String(source.BlueprintId);\n }\n if (source.BlueprintName...
[ { "docid": "b4d2a6406ea6be2bb988058cd250ace7", "score": "0.64156985", "text": "public void set(String key, Object value);", "title": "" }, { "docid": "98c491c75f715b8fdfb401aa9fbdab59", "score": "0.6377414", "text": "public void set(String key, String value);", "title": "" }, ...
ac57ef16e96db987ed95008e45a5721d
Before the tasks execution
[ { "docid": "4d426550c4691077d0eee55083c71936", "score": "0.0", "text": "protected void onPreExecute(){\n mProgressDialog3.show();\n }", "title": "" } ]
[ { "docid": "b918066f317682cb39e5424ed58c7236", "score": "0.7795164", "text": "protected void beforeExecute(Runnable task) { }", "title": "" }, { "docid": "c2f245485677d83619ea89faa370a64b", "score": "0.7138382", "text": "@Override\n public void beforeExecution() {\n }", "ti...
a7fc822fd9efc57b38471be053299224
Test of setCurrentPlayer method, of class Game.
[ { "docid": "bcb2bed62f9eca81b7c799b758a1fb3f", "score": "0.78259474", "text": "@Test\n public void testSetCurrentPlayer() {\n System.out.println(\"setCurrentPlayer\");\n Integer currentPlayer = 0;\n Game instance = new Game();\n instance.setCurrentPlayer(currentPlayer);\n ...
[ { "docid": "541c64122d87091b382e4aaea2f19b6f", "score": "0.7681846", "text": "void setCurrentPlayer(Player player);", "title": "" }, { "docid": "541c64122d87091b382e4aaea2f19b6f", "score": "0.7681846", "text": "void setCurrentPlayer(Player player);", "title": "" }, { "doc...
c61b71e972e9361af39b0854143a85a7
Concurrency test, worth running >10K times to spot concurrency issues.
[ { "docid": "362f360e4c55e01e5f247f455188d0a8", "score": "0.0", "text": "@Test\n void expiringAHostDoesntRaceWithConnectionAdding() throws Exception {\n Executor executor = Executors.newFixedSizeExecutor(1);\n try {\n sendServiceDiscoveryEvents(upEvent(\"address-1\"));\n ...
[ { "docid": "4e660679b6083f3dfba0b33bc491fa31", "score": "0.6884008", "text": "public void testSimpleConcurrentAccess() throws InterruptedException {\n \r\n final SimpleHashCacheKeySerializer serializer = new SimpleHashCacheKeySerializer();\r\n \r\n Runnable runnable = new Run...
efef6f3e6d27e37a575a35c6346851d5
Public method so that in tests we can override this to do nothing and maintain a mock instance of the PageNavigationController.
[ { "docid": "83dcbb44698f04e170d9bf1ac637abcb", "score": "0.61136407", "text": "@VisibleForTesting\n public void attachPageNavigationController(Context context) {\n if (context instanceof PageNavigationController) {\n this.pageNavigationController = (PageNavigationController) context...
[ { "docid": "e3e4cffd32a93ec3bf62e8cfe4119247", "score": "0.64353824", "text": "@Before\n public void navigateToTestPage() {\n pageFactory = new PageFactory();\n this.sessionId = getSessionId();\n driver = pageFactory.getDriver();\n String testUrl = wireMockRule.url(getTest...
a3ca2bc72b1c50482dc2e81bd3f1d221
/ Determina si el producto es descarga directa de inventario o si es solo movimiento de almacen
[ { "docid": "328cd7121b94aabed8a86b5587ce7234", "score": "0.5965559", "text": "public Boolean es_directo(int m_product){\n\t\tString indic=\"N\";\n\t\tString query = \"select m_direct_delivery from m_product where m_product_id=\"+m_product;\n\t\tPreparedStatement pstmt = null;\n\t\tResultSet rs = null;\...
[ { "docid": "826dea8edfddce4a4c7096f7489dcd17", "score": "0.60414857", "text": "public boolean enDescente() {\r\n\t\treturn Sens.DESCENTE.equals(this.sens);\r\n\t}", "title": "" }, { "docid": "9dff76b9415055e051634683540f4dad", "score": "0.60174936", "text": "private boolean ExistTemp...
efc87a9d7829f51ab9fa9f4bbc135db1
open the space and add its style
[ { "docid": "688de1dcfb59bae712b891954eac9996", "score": "0.0", "text": "public boolean open() {\n\t\tif (isOpen)\n\t\t\treturn true;\n\t\tisOpen = true;\n\t\tupdateText();\n\t\tif (isMine) {\n\t\t\tthis.btn.getStyleClass().add(flag? \"flag\":\"mine\");\n\t\t\tthis.btn.setMouseTransparent(true);\n\t\t}\n...
[ { "docid": "d0eb4f8e54f0cdc0b4279d4525735535", "score": "0.6173952", "text": "private void openStyle(String tag, TextStyle style, int start) {\n LinkedList<StyleMark> stack = styleStackMap.get(tag);\n\n if (stack == null) {\n stack = new LinkedList<>();\n styleStackMa...
c26a8c9ea088a6954c64fad31d413abb
display the correct state icon
[ { "docid": "3780cc85723234a73516ee45b71a71dc", "score": "0.86364555", "text": "private void displayStateIcon() {\r\n int newStateIcon = 0; // no state icon\r\n if (appState.getTrimState() == TRIM_ON)\r\n {\r\n newStateIcon = R.drawable.trimming_state;\r\n } else if...
[ { "docid": "9c88347bcd4eb2d6fe7bee61b9d778e9", "score": "0.71164834", "text": "public MaterialMenuDrawable.IconState getState();", "title": "" }, { "docid": "d92904e70467885c417d6d858f2c1944", "score": "0.67383295", "text": "@Override\n public void paintIcon(Component c, Graphics ...
c1d1624900960ab4e56f4727567687f5
String representation of the team's schedule
[ { "docid": "f94a9ff3ade58c724b0a71eda039f4b0", "score": "0.82771015", "text": "public String scheduleToString() {\n\t\t\n\t\tString result = \"| \" + this.toString() + \" |\" + \"\\n\\n\";\n\t\t\n\t\tfor (int i = 1; i <= 16; i++) {\n\t\t\tString week = \"Week \" + i;\n\t\t\tGame g = this.schedule.get(we...
[ { "docid": "fbdee9862a3d68196b0196e37e026355", "score": "0.7540712", "text": "java.lang.String getSchedule();", "title": "" }, { "docid": "858b1a68b14e996f819004af9e0086eb", "score": "0.7201324", "text": "public String getRequestedScheduleStr() {\n if (requestedSchedule == nul...
4a98c8b60fe4e4281436ff0fa88e5620
string password = 7;
[ { "docid": "261dfea0305abd3cd162144fa9d3bc2f", "score": "0.0", "text": "public Builder clearPassword() {\n\n password_ = getDefaultInstance().getPassword();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "31a7bd1bbe41565b3c245d20358d6ccb", "score": "0.7666492", "text": "String getPassword();", "title": "" }, { "docid": "31a7bd1bbe41565b3c245d20358d6ccb", "score": "0.7666492", "text": "String getPassword();", "title": "" }, { "docid": "31a7bd1bbe41565b3c245d2035...
bef26f031f1eae638f42d008a088c3dc
This function return the number of sections in this course
[ { "docid": "6fe8d69bf842d12dbf3403c580a123bb", "score": "0.7412077", "text": "public int getNumSections() {\n\t\treturn numSections;\n\t}", "title": "" } ]
[ { "docid": "3afe0fac28e8e1834e777be6f81d2184", "score": "0.70683455", "text": "public int getLength() {\n return sections.size();\n }", "title": "" }, { "docid": "ffbd3c785997b53f69b33356fd2fe2c3", "score": "0.70286125", "text": "public abstract int getSectionItemCount(T se...
b53024c7e3d077a9a331e6757ce08939
repeated .com.spotify.proto.Op ops = 2;
[ { "docid": "09a3cb264dd4160681dfecb09768365a", "score": "0.0", "text": "public int getOpsCount() {\n if (opsBuilder_ == null) {\n return ops_.size();\n } else {\n return opsBuilder_.getCount();\n }\n }", "title": "" } ]
[ { "docid": "c5da8ee4d50f83f479434350ef9c4522", "score": "0.65035903", "text": "java.util.List<? extends com.spotify.playlist4.proto.Playlist4Ops.OpOrBuilder> \n getOpsOrBuilderList();", "title": "" }, { "docid": "c5da8ee4d50f83f479434350ef9c4522", "score": "0.65035903", "text"...
b3b7cddbce490d413e70dd21995f7c58
Is a method for the visitor pattern. It calls atXXX() on the given visitor, where XXX is the class name of the node object.
[ { "docid": "9807ef3f20fcd03f2067b92b5a77ab39", "score": "0.60033125", "text": "public abstract void accept(Visitor v);", "title": "" } ]
[ { "docid": "6265a8c4db8083524b66325e51ad98c6", "score": "0.6856384", "text": "void accept(ASTVisitor visitor);", "title": "" }, { "docid": "23d6ca3bdec6fc8b948b542b4db19a86", "score": "0.685072", "text": "void visit(Unknown node);", "title": "" }, { "docid": "23b9cb816f84...
d9fc47264208fd716a505bfb669c443e
Called when the user taps the enter patient data button
[ { "docid": "e52f7c8107c4658da5496780023b3af9", "score": "0.0", "text": "public void backToMainMenu(View view) {\n String caller = getIntent().getStringExtra(\"caller\");\n Log.d(\"pootie\", \"caller is \" + caller);\n Class callerClass;\n try {\n callerClass = Clas...
[ { "docid": "834991f859a69b581cba5b1c06ad7e60", "score": "0.6542146", "text": "@Override\r\n\t\tpublic void onClick(View v) {\n\t\t\t\r\n\t\t\tstartActivity(new Intent(MainActivity.this,EnterDataActivity.class));\t\t\r\n\t\t\t\r\n\t\t}", "title": "" }, { "docid": "268d66ddd306999cdcd5b029ae9a...
00d38aa3c64175c69292775d66a2cdbe
Returns a specific repetition of STF3: "Staff Name" creates it if necessary
[ { "docid": "73c4bccf78aad65f32e72b1d03071be3", "score": "0.69667906", "text": "public XPN getStf3_StaffName(int rep) { \r\n\t\tXPN retVal = this.getTypedField(3, rep);\r\n\t\treturn retVal;\r\n }", "title": "" } ]
[ { "docid": "409c52ca646fa685fb67d799b19cff2c", "score": "0.7765386", "text": "public XPN insertStf3_StaffName(int rep) throws HL7Exception { \r\n return (XPN) super.insertRepetition(3, rep);\r\n }", "title": "" }, { "docid": "52d357914ebbb0cb86971dc17632b19e", "score": "0.71827...
cf861812ab253723305eabd494647858
Compute divergence of vFun with respect to variables varNames in case of composition of functions.
[ { "docid": "6aa51307895bb07ece58f0cd96eabd4c", "score": "0.7172997", "text": "public static MathFunc div(VecMathFunc vFun, String ...varNames) {\n\t\tMathFunc rlt = new FC(0.0);\n\t\tfor(int i=0;i<varNames.length;i++) {\n\t\t\tMathFunc fd = (MathFunc)vFun.get(i+1);\n\t\t\trlt = rlt.A(fd.diff(varNames[i]...
[ { "docid": "4ce4631360905d3127978e87d0c238cd", "score": "0.7259148", "text": "public static MathFunc div(VecMathFunc vFun,ObjList<String> varNames) {\n\t\tMathFunc rlt = new FC(0.0);\n\t\tfor(int i=1;i<=varNames.size();i++) {\n\t\t\tMathFunc fd = (MathFunc)vFun.get(i);\n\t\t\trlt = rlt.A(fd.diff(varName...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7b94d857ba041ce306c643c70a00b9fa", "score": "0.0", "text": "@Override\r\n\tpublic Bank printTransaction(String phoneNo) throws BankException {\n\t\treturn dao.printTransaction(phoneNo);\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
4a0cf2f5e98505b2eb17f97861afa130
Get a guild's name by it's IDd
[ { "docid": "a5f37066dfb9acd50a2a6258f8fc0c51", "score": "0.55679125", "text": "public String getNameById(@NotNull UUID uuid) {\n return ACFBukkitUtil.removeColors(getGuild(uuid).getName());\n }", "title": "" } ]
[ { "docid": "13c29e78ee204d867ddb7ca92b632a1f", "score": "0.71716505", "text": "@Nullable\n String getGuildPrefix(long guildId);", "title": "" }, { "docid": "ae096adba82fcf72ae726240504bd642", "score": "0.6727265", "text": "@NotNull\n default String getPrefix(long guildId)\n ...
4cf836f09111b137903791736cd4888d
Created by Vazgen on 07Jan17.
[ { "docid": "5dc533e20b47a59605c574e957638b1d", "score": "0.0", "text": "public interface ImageRepository extends JpaRepository<ImageEntity, Long> {\n}", "title": "" } ]
[ { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.6330353", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1e34493fdecb11f6bbc24ef12eea2281", "score": "0.6058702", "text": "public void mo27791d() {\n }", "title": "" }, ...
29e1a604082c052e1b4a49f41db9b026
Gets the current player state. Used for testing.
[ { "docid": "cd82dd1736a3047c25af8e127dbcae08", "score": "0.816082", "text": "PlayerState getPlayerState() {\n return playerState;\n }", "title": "" } ]
[ { "docid": "c4c2d0efb70c837794e3f67ba301d063", "score": "0.8347539", "text": "public PlayerState getPlayerState() {\r\n return playerState;\r\n }", "title": "" }, { "docid": "be311f2c359ea1ecf9cad5d10ee198a5", "score": "0.82021296", "text": "public Player getState() {\n\t\t...
45b6c43fce1b212f113f5c88c250eb83
our constructor, determining which browser to start with
[ { "docid": "5e915381906537d61154cf7c36b40d55", "score": "0.63038", "text": "public SeleniumWebDriver(Browsers browser) {\n\t\t\tswitch (browser) { // check our browser\n\t\t\tcase Firefox: {\n\t\t\t\tdriver = new FirefoxDriver();\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tcase Chrome: {\n\t\t\t\tdriver = getChrome...
[ { "docid": "63ea2f6c01e7a840bfe2f7a288cb9b02", "score": "0.6841233", "text": "private BrowserOptions() {}", "title": "" }, { "docid": "cd0042a7a57025787c83abffbc2bfd09", "score": "0.6825991", "text": "static void setBrowser() {\n mBrowser = \"Firefox\";\n }", "title": "...
b61b403b622745fd2cb56f165f3cde98
Original signature : int sd_id128_from_string(const char, sd_id128_t) native declaration : /usr/include/systemd/sdid128.h:42
[ { "docid": "2656acfbaf2a255567ad528fa139502a", "score": "0.74599713", "text": "public static int sd_id128_from_string(Pointer<Byte > s, Pointer<sd_id128 > ret) {\n\t\treturn sd_id128_from_string(Pointer.getPeer(s), Pointer.getPeer(ret));\n\t}", "title": "" } ]
[ { "docid": "8d8e7c86a332a6d3940a8cf6210f4369", "score": "0.5907414", "text": "public static native long SignedRawInvoice_from_str(String s);", "title": "" }, { "docid": "c3f2418b7a880a7dd7d054bee61de3b5", "score": "0.5817313", "text": "public static native long SiPrefix_from_str(Stri...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "12f2ca88fd3b9b2eb0e5a3af897d1e26", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel2 = new javax.swing.JLabel();\n jLabel3...
[ { "docid": "cd0b28bea46d143fe752578508c201dc", "score": "0.77284056", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n }", "title": "" }, { "docid": "e8b4768b3e3c4c6ca716dae9d0c39df9", "score": "0.7493107", "text": "public RealEstatesForm() {\n initCompo...
cc95354607f41f503f32382c4cba8d95
/ Deep copy of another linked list deque.
[ { "docid": "b64842d690f7ef158512e795e574e65f", "score": "0.67950475", "text": "public LinkedListDeque1(LinkedListDeque1 other){\n size = 0;\n sentFront = new DoublyNode(null,null,null);\n sentBack = new DoublyNode(null,null,null);\n sentFront.next = sentBack;\n sentBac...
[ { "docid": "2e67996b556c4add1e929642d5417fa5", "score": "0.7220486", "text": "public LinkedListDeque(LinkedListDeque other) {\n size = other.size();\n Node lastNode = sentinel;\n\n for (int i = 0; i < size; i++) {\n lastNode.next = new Node((T) other.get(i), lastNode, sen...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "29d86368c2cf7b6d30531e1fcc751f00", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tCategory category=new Category(\"Spring\");\n\t\tEntityManagerFactory entityManagerFactory=Persistence.createEntityManagerFactory(\"EcommerceWebsite\");\n\t\tEntityManager entityManager=...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
714c1136e0f9f934fb9677040c6cc34d
Method to get the total balance of the portfolios
[ { "docid": "a0d3e3c84518ea1abba5c2f206305fb3", "score": "0.7063375", "text": "private String totalBalance() {\n\t\treturn String.valueOf(View.currencyFormat(Database\n\t\t\t\t.getTotalBalance(portfolio.getNumber())));\n\t}", "title": "" } ]
[ { "docid": "5638d64bb2b14fc055b37dfb2da05d61", "score": "0.71973485", "text": "public double getTotalBalance();", "title": "" }, { "docid": "f2f05d40db789a556bf4bc22e70cffc4", "score": "0.7012061", "text": "public double getBalance() {\n\t\tdouble total = getDemandAccountBalance();\n...
09d4e13050660f85b3761862c25376c3
required .GameZone gameZone = 7;
[ { "docid": "8788bc57150ba43e6e8b2bc1d0ac7c76", "score": "0.5296446", "text": "public boolean hasGameZone() {\n return ((bitField0_ & 0x00000040) == 0x00000040);\n }", "title": "" } ]
[ { "docid": "5929c0b97c780756dab08ea64df55761", "score": "0.6413588", "text": "boolean hasGameZone();", "title": "" }, { "docid": "df3f666c95914ae8dcde85b87340ebf3", "score": "0.6098353", "text": "public void gameCreated();", "title": "" }, { "docid": "d8398b4db42efe5da344...
a805e80017fc7f70f26a9ae3be9cec3d
How many genes does the variant partially overlap?
[ { "docid": "1912afcb6d4ab19b7872c5a42c81b41f", "score": "0.0", "text": "public VariantEffectStructural(Variant variant) {\n\t\tthis(variant, null);\n\t}", "title": "" } ]
[ { "docid": "d526cde60a758daf4a34b0d41b5a68ae", "score": "0.63458127", "text": "public int size() {\n\t\treturn genes.length;\n\t}", "title": "" }, { "docid": "dfc2b65df3859b60d1ccbe40159eb7d8", "score": "0.6232777", "text": "public int size() {\n return variants.size();\n }...
7f3f6dde6245463357b1b867680daf88
attributes are k/v pairs .google.protobuf.Struct attributes = 3;
[ { "docid": "ab1d3c0be0d3049d48eb66d33d425024", "score": "0.0", "text": "public boolean hasAttributes() {\n return attributes_ != null;\n }", "title": "" } ]
[ { "docid": "543ed7f1e28af84898bfb80b495fc677", "score": "0.8178797", "text": "com.google.protobuf.Struct getAttributes();", "title": "" }, { "docid": "543ed7f1e28af84898bfb80b495fc677", "score": "0.8178797", "text": "com.google.protobuf.Struct getAttributes();", "title": "" }, ...
22544e2e98f180ddfc4b9163e6efd69f
This method was generated by MyBatis Generator. This method corresponds to the database table ZLNF_GRAINDEPOTHIS
[ { "docid": "a7ba2e72844efa71270adb832c05bc8a", "score": "0.0", "text": "public void setDistinct(boolean distinct) {\n this.distinct = distinct;\n }", "title": "" } ]
[ { "docid": "6e11b55941e75ad49a039d934becd98b", "score": "0.55108464", "text": "@Override\npublic List<EntityGruppa> getResult() {\n\treturn entityGtupps;\n}", "title": "" }, { "docid": "4337e37d47b831acf2d9ad1f1c0386d6", "score": "0.5347777", "text": "@Override\r\n\tpublic List<Membe...
10bad551902996ef97b7131d331b4d20
In MAF developers set the REST base URL through a named REST connection. For debugging and logging purposes this method contains the complete original request URL that consists of the base URL and the REST URI passed to the REST http call.
[ { "docid": "818a4b3914d4bb2709161f7f5af7eb80", "score": "0.5638074", "text": "public String getOriginalRequestUrl() {\n return originalRequestUrl;\n }", "title": "" } ]
[ { "docid": "8513d16e22add1bba70d0b09c6fe2a2a", "score": "0.685614", "text": "@Override\n public URI getBaseUri() {\n return ServletUriComponentsBuilder.fromContextPath(httpServletRequest).build().toUri();\n }", "title": "" }, { "docid": "7b74a1eb81a823b27c60a628e8563db5", "s...
6085bce55c9b20dce3700713467691ad
Section 5.1 Creating the Encryption Context: def VerifyPSKInputs(mode, psk, psk_id): got_psk = (psk != default_psk) got_psk_id = (psk_id != default_psk_id) if got_psk != got_psk_id: raise Exception("Inconsistent PSK inputs") if got_psk and (mode in [mode_base, mode_auth]): raise Exception("PSK input provided when not n...
[ { "docid": "2fb810aec8e266dd5de207c6c80415da", "score": "0.8237038", "text": "static void verifyPskInputs(byte mode, byte[] psk, byte[] pskId) {\n boolean gotPsk = !Arrays.equals(psk, DEFAULT_PSK);\n boolean gotPskId = !Arrays.equals(pskId, DEFAULT_PSK_ID);\n if (gotPsk != gotPskI...
[ { "docid": "667019942605360268474cf2c560ec72", "score": "0.51547456", "text": "ContextBase keySchedule(byte mode, byte[] sharedSecret, byte[] info, byte[] psk, byte[] pskId) {\n verifyPskInputs(mode, psk, pskId);\n verifyInputLengthRestrictions(psk, pskId, info);\n\n byte[] pskIdHas...
0c26b40ce43bccc1f9ead8343f953c97
Creates melscale filters set. This generic method creates filterNum filters with fixed filter width (in mel scale) and with overlay (in mel scale). Overlay means, if the filters have 100 mel width and 50 mel overlay, first filter has range between 0 and 100 mel, second has range 50 150, third has range 100 200 etc.
[ { "docid": "cdf5c675bad742c2d47e8d6c704039fb", "score": "0.6368263", "text": "public <T extends MelFilter> ArrayList<T> setOfFiltersMel(Class<T> tClass, double filterWidth, double overlay, int filterNum){\n\n if(overlay >= filterWidth){\n throw new IllegalArgumentException(\"Overlay mu...
[ { "docid": "fc1498e1d95f86fb494e132e04ae1ec6", "score": "0.53348696", "text": "private static ArrayList<FilterModel> initFilterModel() {\n\t FilterModel fm0 = new FilterModel(0, \"GrayScale_Filter\", new double[0][0]);\n\t FilterModel fm1 = new FilterModel(1, \"Identity_Filter\", FilterMat...
586039bbe35649e964a28e404cc48f2f
Thread safe method for performing insertion operations.
[ { "docid": "5d050638ab458e1ebcf2a18d54d6b43e", "score": "0.0", "text": "public synchronized void insertNode(Node node, String wordIn) {\n if (node.getWord().compareTo(wordIn) > 0) {\n if (node.getLeft() == null) {\n node.setLeft(new Node(wordIn));\n } else {\n...
[ { "docid": "fa2de396b113dc3585f0e9d2f8afefdd", "score": "0.6931238", "text": "int insertSelective(Lock record);", "title": "" }, { "docid": "7c499b107bc3d64f8323080e34cbc674", "score": "0.6912393", "text": "int insert(Lock record);", "title": "" }, { "docid": "8e968d3ef5f...
7dd143aa69d1a300f4e9c4edc62a57c5
Recogemos los campos del formulario
[ { "docid": "e44c411ec6c505cd599018782d5f2027", "score": "0.0", "text": "public void actionPerformed(ActionEvent e) {\n\t\t\t\tString nombre=textNombre.getText();\r\n\t\t\t\tString apellido1=textApellido1.getText();\r\n\t\t\t\tString apellido2=textApellido2.getText();\r\n\t\t\t\tString edad=textEdad.getT...
[ { "docid": "2c5b3b5fa4399b2039ae0b4d6acae9ae", "score": "0.6882191", "text": "private void limparCampos(){\n \n jtfNome.setText(\"\");\n jtfPesquisar.setText(\"\");\n jtfValidade.setText(\"\");\n jtfEstoque.setText(\"\");\n jtfValorEntrada.setText(\"\");\n ...
e5210b7c631e320d808fe5d74bf76871
Add a rule to this list of rules
[ { "docid": "de8799cb1620c9559b5da7ae47377ba7", "score": "0.8621751", "text": "public void addRule(Rule rule){\n\t\trules.add(rule);\n\t}", "title": "" } ]
[ { "docid": "66fe2bd6d0edb05a64ecdc6359a27d8d", "score": "0.87400174", "text": "public void addRule (Object rule) {\r\n rules.add(rule);\r\n }", "title": "" }, { "docid": "4b8c286280b55e4f11afa34c82cb6416", "score": "0.83359027", "text": "public void addRule(FilterRule rule) ...
0bcc480ade9965cf9b0ffceb7b0d54ab
This method uses the IdentityConfigurationBuilder to create an IdentityConfiguration, which defines how PicketLink stores identityrelated data. In this particular example, a JPAIdentityStore is configured to allow the identity data to be stored in a relational database using JPA.
[ { "docid": "fdc2baf4d7e402fc5690b238dea9b69b", "score": "0.6524078", "text": "@Produces\n IdentityConfiguration produceIdentityManagementConfiguration() {\n IdentityConfigurationBuilder builder = new IdentityConfigurationBuilder();\n\n builder\n .named(\"default\")\n ...
[ { "docid": "ccef57a148d2134bca9ef277126e5eac", "score": "0.68854314", "text": "@SuppressWarnings(\"unchecked\")\r\n private void initConfig(IdentityConfigurationBuilder builder) {\r\n builder = new IdentityConfigurationBuilder();\r\n\r\n builder\r\n .named(\"default\")\r\n ...
3670c1bf20e5735b0e0644141a99b5bf
System.out.println("Visiting MethodCall:"+ s.toString()); System.out.println("Current state: "+b);
[ { "docid": "cea5e4be09adddfbcc09b13b0819dd3c", "score": "0.59895176", "text": "public HashMap<String, HashMap<Variable, Variable>> visit(MethodCall s, HashMap<String, HashMap<Variable, Variable>> b){\n\n Procedure callee = cu.getProcedure(s.getCallExpression().getName());\n CopyPropagation...
[ { "docid": "16ec1f7775181289b492f1e9613bc344", "score": "0.65387386", "text": "public HashSet<Integer> visit(MethodCall m, HashSet<Integer> b){\n System.out.println(\"Visiting: MethodCall of: \"+m.getCallExpression().getName());\n System.out.println(\"original Destination: \"+m.getDest());...
52527118e17b931ac1c55622d054bfcd
Remove empty class if no seats or no price
[ { "docid": "259cf7b974005a0743aa112e62d9cc2c", "score": "0.0", "text": "public static String[] displayClasses(boolean displayAll, List<FlightSearchB2B> list){\n\t\tif (displayAll){\n\t\t\treturn Utils.seatClasses;\n\t\t}\n\t\t\n\t\t//might slow down, please consider as setup\n\t\tSet<String> availClasse...
[ { "docid": "860baca854f0164a29bbc4e8c80126da", "score": "0.5150717", "text": "private String checkSalePrice(double price) {\n if (price == 0.0) {\n return \"NO_SALE\";\n }\n DecimalFormat decimalFormat = new DecimalFormat(\"0.00\");\n return \"₹ \" + decimalFormat....
fab498ecf92325375523206c9ad0bbc3
Method stub for further implementation.
[ { "docid": "c24d5871b6856d023b772c1ac0a2d7e9", "score": "0.0", "text": "public static java.util.Set<MEvent> getGuardEvents(String guardMethod) {\r\n\t\t/* PROTECTED REGION ID(java.implementation._17_0_1_8e00291_1324551607512_176690_3151) ENABLED START */\r\n\t\treturn guardDescriptors.get(guardMethod).e...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.65172106", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "82ab90ffadf9b8d43e60c8510a33beba", "score": "0.64506304", "text": "@Override\r\n\tpublic void morirse() {\n\t\t\r\n\t}", "...
5dc27c6a648b3ebefd53a8508d4cd0bf
Steps to roll out a flow version. Steps should be sorted by percentage in ascending order. repeated .google.cloud.dialogflow.cx.v3beta1.RolloutConfig.RolloutStep rollout_steps = 1;
[ { "docid": "05d998d3899217cf8306ee6ad43c1660", "score": "0.6469377", "text": "java.util.List<\n ? extends com.google.cloud.dialogflow.cx.v3beta1.RolloutConfig.RolloutStepOrBuilder>\n getRolloutStepsOrBuilderList();", "title": "" } ]
[ { "docid": "baccdd8221778903391b8c97871f2ce7", "score": "0.7392344", "text": "com.google.cloud.dialogflow.cx.v3beta1.RolloutConfig.RolloutStep getRolloutSteps(int index);", "title": "" }, { "docid": "d35f6e3b77399c90654565d284ecb344", "score": "0.71286136", "text": "com.google.cloud....
279d2719b28f7781bf9f7482339a7d09
Do all your slow tasks here but dont set anything on UI ALL ui activities on the main thread
[ { "docid": "e9618ec3ebec28a8bcbf467f27dac0e2", "score": "0.0", "text": "@Override\n protected List<com.meghamit.mac.otterapp.pojo.LetterMetadata> doInBackground(Void... someVoids ) {\n\n final List<com.meghamit.mac.otterapp.pojo.LetterMetadata> receivedLetterMetadatas = ParseServerAcce...
[ { "docid": "e69e3d4536a0073537d339b1349f7ec0", "score": "0.70406103", "text": "@Override\n public void run() {\n //Simulate Background task\n ///////////////////////////////////////////////////////////////////////////////////\n for (int i = 0; i < ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5f2cea06c7982393a7af8b3cf451c3d4", "score": "0.0", "text": "@Override\n\t@Transactional(readOnly = true)\n\tpublic List<DetalleFactura> readAll() throws Exception {\n\t\treturn detalleFacturaRepository.findAll();\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
c249083f0fd6b6a58f5dc3ab0925b416
/ renamed from: j
[ { "docid": "a9399e71a50698d91bff362d5200ed43", "score": "0.0", "text": "public C13168a mo37799j() {\n return new C13168a(this);\n }", "title": "" } ]
[ { "docid": "35a64355150aacab27e078df8573cac5", "score": "0.7280305", "text": "private void j() {\n }", "title": "" }, { "docid": "643f8281e3744a8c5ea7c57c012ffff4", "score": "0.6768452", "text": "@C0195i0\n /* renamed from: j */\n public abstract C3886d mo17166j();", "titl...
8058d1be6491a9481eda1785488e3c5d
Sets the laborTowardsServiceContract attribute of the TicketCSSTMMaintenance object
[ { "docid": "12bca5915e0c78ba4b6dc9680b44b7f6", "score": "0.68661666", "text": "public void setLaborTowardsServiceContract(boolean tmp) {\n this.laborTowardsServiceContract = tmp;\n }", "title": "" } ]
[ { "docid": "97f3ab4f0625c3fc91413414ca1d15d6", "score": "0.65017456", "text": "public void setLaborTowardsServiceContract(String tmp) {\n this.laborTowardsServiceContract = (\"true\".equalsIgnoreCase(tmp) || \"on\".equalsIgnoreCase(\n tmp));\n }", "title": "" }, { "docid": "417dc4...
0fa5b9fc94e43d69a45030520f2f0116
/ JADX WARNING: Code restructure failed: missing block: B:32:0x00d6, code lost: r0 = th; / JADX WARNING: Code restructure failed: missing block: B:41:?, code lost: r1.L$0 = r0; r1.L$1 = r2; r1.L$2 = r5; r1.L$3 = r9; r1.L$4 = r6; r1.L$5 = r7; r1.L$6 = r8; r1.L$7 = r10; r1.L$8 = r3; r1.label = 1; r12 = r3.hasNext(r1); / ...
[ { "docid": "59b0d9422fafee52242058a5658485f3", "score": "0.0", "text": "@org.jetbrains.annotations.Nullable\n @kotlinx.coroutines.ObsoleteCoroutinesApi\n /* Code decompiled incorrectly, please refer to instructions dump. */\n public static final <E, R, C extends kotlinx.coroutines.channels.Send...
[ { "docid": "fd74bb57367c1f8af87b2f288e17d844", "score": "0.74549717", "text": "protected void m2672g() {\n /* JADX: method processing error */\n/*\nError: jadx.core.utils.exceptions.JadxRuntimeException: Can't find block by offset: 0x0067 in list [B:7:0x005a, B:13:0x004f]\n\tat jadx.core.utils.Bl...
e4f694ee306804f6ff73420f9631e48d
Returns parameterized values for User View ADD USER MANAGEMENT
[ { "docid": "2969dcd0af437eee491887d17c6b6dd3", "score": "0.6173881", "text": "public static String getAddUserParam(UserModel form) {\n\n\t\tString s = \"\";\n\n\t\tif (form.getUser() != null && form.getUser() != \"\") {\n\t\t\ts = s + \"@p_user='\" + form.getUser() + \"',\";\n\t\t}\n\n\t\tif (form.getUs...
[ { "docid": "e8e5bf6e39373abaea30dd93256de2fb", "score": "0.6838863", "text": "void createUserView();", "title": "" }, { "docid": "fae715f56474908c0947b19d58aa2bcd", "score": "0.6324866", "text": "public UserInfoAdd() {\n\t\tsuper();\n\t\t// TODO Auto-generated constructor stub\n\t}",...
3761932230b3e4b81d27466f5cb4212d
Add up only the even numbers in the passed closed interval
[ { "docid": "272549838d0a868eb1a4f7954b46ab8f", "score": "0.6064891", "text": "public static long evenSum(int first, int last) {\r\n\t\tlong summation = 0;\r\n\r\n\t\twhile (first <= last) {\r\n\t\t\tif (first % 2 == 0) {\r\n\t\t\t\tsummation = summation + first;\r\n\t\t\t\tfirst = first + 2;\r\n\t\t\t} ...
[ { "docid": "ac4ced809bd38f9d8bd81f2b2eba949b", "score": "0.6359807", "text": "public static int EvenSum(int num)\n {\n //use if and else if condition to calculate the even series sum\n if(num<=0) \n \n return 0;\n\n else if(num%2==1)\n \n ...
68bc1513dce9e39ee2e3ebc5b5bbdeef
1. Convert a phrase to its acronym. Techies love their TLA (Three Letter Acronyms)! Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).
[ { "docid": "413c7c11a04ad2adce12732c3a12e02b", "score": "0.7300069", "text": "public String acronym(String phrase) {\n\t\tString[] p = phrase.split(\"[\\\\W\\\\s]\");\n\t\tString returner = \"\";\n\t\tfor (String s : p) {\n\t\t\tif (!s.isEmpty())\n\t\t\t\treturner = returner + s.charAt(0);\n\t\t}\n\t\tr...
[ { "docid": "d656dbcef1b1fd738f792add9c110707", "score": "0.78226596", "text": "public String acronym(String phrase) {\n /*StringBuilder acronymFeed = new StringBuilder(\"\");\n String wordHolder = \"\";\n int spaceIndex;\n char firstLetter;\n do{\n spaceInde...
cbc021225e6f007e3a5a45f7b89f89ce
Sets the next scheduled time after the "number of days to schedule" setting. This is a management piece of information used to identify when the scheduling next needs to consider this schedule. It is not for general use.
[ { "docid": "cf0d5dc867495e08f9d08c8353db80d0", "score": "0.57252055", "text": "public void setNextScheduleAfterPeriod(Date nextScheduleAfterPeriod) {\n\t\tthis.nextScheduleAfterPeriod = nextScheduleAfterPeriod;\n\t}", "title": "" } ]
[ { "docid": "d92a5dedf5c660e4c95dc4764a5c29b5", "score": "0.61918014", "text": "public void rescedule() {\n\t\tCalendar c = Calendar.getInstance();\n\t\tc.add(Calendar.MINUTE, 10);\n\t\tsetDueDate(c.getTime());\n\t}", "title": "" }, { "docid": "c3309daae36cccf06af3157f37beaeda", "score": ...
fa9be70ced5a9ae693a06e53662408a8
This returns the session state value.
[ { "docid": "ebb1b92b3967bb8b2a06d6a2f1de5a11", "score": "0.0", "text": "@Override\n protected void doProcess(CamelMediationExchange exchange) throws Exception {\n\n if (handleOptionsRequest(exchange)) { return; }\n\n CamelMediationMessage in = (CamelMediationMessage) exchange.getIn();\n...
[ { "docid": "a882a3c15908b78f7179974299200562", "score": "0.76105773", "text": "public String getstate() {\n return (String)ensureVariableManager().getVariableValue(\"state\");\n }", "title": "" }, { "docid": "1275a2f1a1ff2221a060c2202ad507e1", "score": "0.7018779", "text": ...
0242be61a63638b85ab0c7676dc8a580
Gets the style name for the notification message.
[ { "docid": "71e4eed863c6ad39d034bf63a9eda213", "score": "0.7132921", "text": "public String getStyleName() {\n return getState(false).styleName;\n }", "title": "" } ]
[ { "docid": "dfa8fcbc1b83403700aa8343fd1cb4a2", "score": "0.6852369", "text": "public String getStyle() {\n\t\treturn styleName;\n\t}", "title": "" }, { "docid": "6dd5c62ec826f8a95f822e0cfdb76fa7", "score": "0.66692084", "text": "String getStyle();", "title": "" }, { "doci...
5aafd2170622624ebacb74b598c5bc4b
This method was generated by MyBatis Generator. This method returns the value of the database column class_tb.apply_state
[ { "docid": "8839f0f936668518d20332f613857d60", "score": "0.7345642", "text": "public int getApplyState() {\r\n\t\treturn applyState;\r\n\t}", "title": "" } ]
[ { "docid": "63dbfdb3cc416dc8b6e21da1a3d897b8", "score": "0.62905353", "text": "public void setApplyState(int applyState) {\r\n\t\tthis.applyState = applyState;\r\n\t}", "title": "" }, { "docid": "2574bc5d2b22029cfb12a5513c3d113c", "score": "0.6114146", "text": "public ApplyStatus get...
76a3ad225d95501efe43e835fea24ca9
Sets the scat_seq_num. Creation Date Thu Jul 07 14:01:55 CDT 2005
[ { "docid": "98e67c60a5637bc0e24f2292a8a72d5d", "score": "0.85082287", "text": "public void setScat_seq_num(final java.lang.String scat_seq_num) {\n\t\tthis.scat_seq_num = scat_seq_num;\n\t}", "title": "" } ]
[ { "docid": "b36284ce2c71f0f4114e1cea66ffb460", "score": "0.71812797", "text": "void setSequenceNumber(int sequenceNumber);", "title": "" }, { "docid": "7715f2c7b6590de051786eb19732a438", "score": "0.7059166", "text": "public java.lang.String getScat_seq_num() {\n\t\treturn scat_seq_n...
3561b0a97e8885842c7cf4acda4cb8bb
static BST pl_popularity = new BST();
[ { "docid": "1131d8fe69fadc2229a583b46e61c433", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tpretreatment pre = new pretreatment();\n\t\ttry{\n\t\t\tpre.readInFile(\"/Users/muyunyan/Documents/eeclipse/Playlist/PlaylistApp-Datasets/all_playlists.txt\");\t\t\t\n\t\t\tplaylist_popu...
[ { "docid": "5c975af9608174ea6c30dbf319e95568", "score": "0.66970515", "text": "public BST() {\n\n }", "title": "" }, { "docid": "7a953d91b8fcf6c345ab90a0d1dd2473", "score": "0.65060693", "text": "public BSTMap() {\n }", "title": "" }, { "docid": "cf6e8a4f3b1a54dc37f...
b712521e9a903d6cfcf8b64a57760dbc
Gets a Menu object for the menuId and languageCd passed in.
[ { "docid": "b2c0f19a708765c39743c65ba18bd727", "score": "0.90595895", "text": "Menu getMenu(String menuId, String languageCd);", "title": "" } ]
[ { "docid": "efc0648582e5c3095842ce6e0977b170", "score": "0.7358283", "text": "List<Menu> getMenuTree(String menuId, String languageCd);", "title": "" }, { "docid": "32d49d9dc3be6fb826183e1524b44e26", "score": "0.71686316", "text": "@Override\n\tpublic Menu getMenu(Long id) {\n\t\tret...
0ef051478b20b6d82ffdb9ed9f91a434
Get messages for the given locale
[ { "docid": "0c35c43f002787d2dd8c3105e7e47b37", "score": "0.5996307", "text": "public static String getMessage(String key, Locale locale) {\r\n\t\tResourceBundle messages = ResourceBundle.getBundle(\"ApplicationResources\", locale);\r\n\t\treturn messages.getString(key);\r\n\t}", "title": "" } ]
[ { "docid": "617ca1a5b15e09480ec46210f1a70e67", "score": "0.66302234", "text": "List<Locale> getLocales() throws MentorMeException;", "title": "" }, { "docid": "6d7d3db3b53e8b69c34fd83c7992cb35", "score": "0.65621793", "text": "String getMessage(Locale locale, String code, Object... a...
a1d4955e9172613edc4df5501649fb55
Test of toString method, of class Vehicle.
[ { "docid": "d56e79a42365117c7c96c25703fd19a4", "score": "0.84261954", "text": "@Test\n public void testToString()\n {\n System.out.println(\"toString\");\n Vehicle instance = null;\n String expResult = \"\";\n String result = instance.toString();\n assertEquals(e...
[ { "docid": "1e6d765a4b292db631c68e0da5d74c18", "score": "0.79624385", "text": "@Test\r\n public void testToString() {\r\n System.out.println(\"toString\");\r\n VehicleCombustion instance = new VehicleCombustion();\r\n instance.setName(\"Ferrari\");\r\n String expResult = \...
51c0a0f77f6400c40da71a8fb6b3c83f
optional bool contains_bbcode = 4;
[ { "docid": "49147c0fc78e846f8c06f1bdd9a95afd", "score": "0.67931277", "text": "boolean hasContainsBbcode();", "title": "" } ]
[ { "docid": "91007308ae742e1159ab176b14845311", "score": "0.7044734", "text": "boolean getContainsBbcode();", "title": "" }, { "docid": "13c1022f5b1ee590679bd6669718f8f1", "score": "0.7005416", "text": "boolean hasBbcodeFormat();", "title": "" }, { "docid": "067faddccb5fcc...
8260c3e1a2d748278405704a7f40ed71
Adds a new task for a person in the mission. Task may be not assigned if it is effortdriven and person is too ill to perform it.
[ { "docid": "c473a9d1ec81317eb97e6bd0a5645271", "score": "0.6580887", "text": "protected boolean assignTask(Person person, Task task) {\n\t\tboolean canPerformTask = true;\n\n\t\t// If task is effort-driven and person too ill, do not assign task.\n\t\tif (task.isEffortDriven() && (person.getPerformanceRa...
[ { "docid": "79d4ff11c64c085e90d0341612bd8ad2", "score": "0.7213749", "text": "public void addTask(String task)\n {\n tasks.add(task);\n }", "title": "" }, { "docid": "3b0b979bd0df9ebf21d8e92afa179edd", "score": "0.7122026", "text": "public void addTask(Task t) {\n\t\tif ...
97f1930b0bebf33713f84ada2c6efc3a
Helper method to export SVG file. THis method will create a pop up that allows user to specify path.
[ { "docid": "c475cadb28aca7afb0de9e285663569f", "score": "0.6192335", "text": "void exportToSVG(Component parent);", "title": "" } ]
[ { "docid": "bceabc8d334ae3de0e4f9e9d4031b750", "score": "0.73213667", "text": "void createSVG(String filename);", "title": "" }, { "docid": "c282cefab98c8a519e94e5806ebbeb2e", "score": "0.67967117", "text": "@Override\n public void actionPerformed(ActionEvent e) {\n ...
7f421e5f0732bba074cdb87da4b8a562
Unlock levels in order to match the profiles data
[ { "docid": "98083ee07605c713757d8dde8b094666", "score": "0.721267", "text": "public void updateLevels(Profile p){\n for(int i = 0; i < p.getWordLevelsCompleted().size(); i++){\n if(p.getWordLevelsCompleted().get(i).getLevelID() == wordLevels.get(i).getLevelID()){\n wordL...
[ { "docid": "b40cfce1cc8ef991f6702dbeb0ee2f3d", "score": "0.6479139", "text": "void unsetUnlock();", "title": "" }, { "docid": "e518bc17705d5230b7cb80e1e71a5b05", "score": "0.6119954", "text": "public static void modifyUnlock() {\n MODIFY_LOCK.unlock();\n }", "title": ""...
9451c7945f6e097e9e80d7d38dcb3d68
ArrayList is a class in Java that is used to store multiple sets of data like array. 1) It keeps index ordering 2) It allows duplicated values
[ { "docid": "6c2daf5277c01f83ad9c90616decd908", "score": "0.0", "text": "public static void main(String[] args) {\n ArrayList list1 = new ArrayList();\n List list2 = new ArrayList();//polymorphic way\n\n //IQ: What is the default capacity of ArrayList? it is 10! - java declares array...
[ { "docid": "8ab2f19f00c862512be32a96037fe771", "score": "0.6622788", "text": "public static void main(String args[]) {\r\n\t ArrayList<String> obj = new ArrayList<String>(200);\r\n \r\n\t /*This is how elements should be added to the array list*/\r\n\t obj.add(\"Ajeet\");\r\n\t obj.add(\"Ha...
45a20c3db058511d7a66eeac6cbf70ab
Instantiates a new gets the parameter value.
[ { "docid": "290ffe599ac530c8bddb79c663400b4d", "score": "0.0", "text": "public GetParameterValue(ACSUnit acsUnit){\n\t\t\tthis.acsUnit = acsUnit;\n\t\t}", "title": "" } ]
[ { "docid": "982ceba0442965b7bf6d47d9c9dc943d", "score": "0.7379291", "text": "Parameter createParameter();", "title": "" }, { "docid": "982ceba0442965b7bf6d47d9c9dc943d", "score": "0.7379291", "text": "Parameter createParameter();", "title": "" }, { "docid": "982ceba04429...
08b3e43428cda2ed1f8f49ebf6553be3
Creates the main page for the application.
[ { "docid": "ef5841395eb696a894f4df2464dab429", "score": "0.0", "text": "public Site(IControlContainer container) {\n super(container);\n Label lbUsername = new Label(this, \"lbUsername\");\n IUser user = DAOSystem.getSecurityManager().getCurrentUser();\n\n if (user != null) {...
[ { "docid": "49a7a3920188b54105cd8ff6b02bd809", "score": "0.7068269", "text": "public void setupMainPage(){\n\n\n\n\t}", "title": "" }, { "docid": "38f37dc2b116f1bf6ca5d81323ae5bcc", "score": "0.6957535", "text": "Page createPage();", "title": "" }, { "docid": "f0b95c092ea...
a3ec5202194e6bd35203c2cf4d70341a
using bash command to find the names of the categories in the category folder each category is added to the list
[ { "docid": "4a53680b2d265788c7018295cb1d8e03", "score": "0.6283056", "text": "private void initialiseCategories() {\n\t\t_nzCategories = BashCmdUtil.bashCmdHasOutput(\"ls categories/nz\");\n\t\t_intCategories = BashCmdUtil.bashCmdHasOutput(\"ls categories/international\");\n\t}", "title": "" } ]
[ { "docid": "f11bb2b95a549e3a703365df632b4853", "score": "0.62352705", "text": "public List<String> getCategories();", "title": "" }, { "docid": "12bb53d9f60a7f81d8dd543cf2f663aa", "score": "0.6049592", "text": "public static ArrayList<String> catToCateg(String categ) throws Exception...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d798301ae2f8c1a2ce5506c6c26c78e3", "score": "0.0", "text": "public static void main(String[] args) throws InterruptedException {\n\t\tSystem.setProperty(\"webdriver.gecko.driver\", \"D:\\\\SelWD\\\\Drvers\\\\geckodriver.exe\");\r\n\t\tWebDriver bo=new FirefoxDriver();\r\n\t\t//bo.get(\"file:...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
6dbbcb6fa234776caa16c9fcb0a6a860
Take a node and an index. Places the node before the node located at the index specified.
[ { "docid": "e31b7c8f3739359d3545bf39b1b0ac92", "score": "0.67319924", "text": "private void addNodeBefore(SinglyLinkedList.Node<E> node, int idx) throws IndexOutOfBoundsException {\n if (idx == 0) {\n node.next = head;\n head = node;\n\n len += 1;\n return;\n }\n\n addNodeAf...
[ { "docid": "f07737714d810d5eab052e3c3c56b048", "score": "0.75757843", "text": "public Node insertBefore(Node node);", "title": "" }, { "docid": "474fc23d6b26338415f0fd8c664c659d", "score": "0.69614124", "text": "Node insertBefore(Node newChild, Node refChild);", "title": "" }, ...