query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "8b1dc6597b1fd686492241904b2e0ff1", "score": "0.0", "text": "public void rename(String str) {\r\n if (needsSyncData()) {\r\n synchronizeData();\r\n }\r\n this.name = str;\r\n reconcileDefaultAttributes();\r\n }", "title": "" } ]
[ { "docid": "f5fd4f1b89ecbb54b8b64a1b9e40552c", "score": "0.6724544", "text": "protected void mo7431b() {\n }", "title": "" }, { "docid": "53e341f0a65f5f2314974705ff4b401c", "score": "0.65332055", "text": "private Ab(){\n\t\t\n\t}", "title": "" }, { "docid": "6f28b85882...
108165e0628bf16831c0c6beda89f468
Broadcast packet to all visible players.
[ { "docid": "72a11e28a7133eeaa35457610230130e", "score": "0.58621013", "text": "public static void broadcastPacket(final Player player, final AionServerPacket packet, final boolean toSelf) {\n\t\tif(toSelf) {\n\t\t\tsendPacket(player, packet);\n\t\t}\n\n\t\tbroadcastPacket(player, packet);\n\t}", "ti...
[ { "docid": "bb1371d26e7107649c4bdb5037b2b743", "score": "0.76351655", "text": "private void broadcastPlayers(DatagramPacket packet) {\n\t\tint port = packet.getPort();\n\t\tInetAddress address = packet.getAddress();\n\t\tServerClient associatedID;\n\t\tbyte[] playerAttributes;\n\n\t\tfor (HashMap.Entry<...
515eb6a82c94911393db7df294f1b70d
Lanzado cada vez que el proveedor cambia su estado, que puede variar entre OUT_OF_SERVICE, TEMPORARILY_UNAVAILABLE, AVAILABLE.
[ { "docid": "1c9b8e1b11d1bf40bba159e05c237d85", "score": "0.0", "text": "@Override\n\t\t\tpublic void onStatusChanged(String provider, int status, Bundle extras) {\n\t\t\t\tLog.i(\"LocAndroid\", \"Provider Status: \" + status);\t\t\t\t\n\t\t\t}", "title": "" } ]
[ { "docid": "edfae7ac3b31bcf70379957c47b0f213", "score": "0.60192835", "text": "public boolean isOperational();", "title": "" }, { "docid": "709b24d0dd350e679c4116d14503b9e6", "score": "0.5900967", "text": "public IsUseEnum getStatus() {\n return status;\n }", "title": "...
8f5f7f533b3e80189096f29811d42649
Extract the first String that can be identified from a component.
[ { "docid": "89bdb56660602fc4cf03b659c6565dff", "score": "0.4972539", "text": "public static String getText(Component component) {\n\t\tif (component instanceof JTextComponent)\n\t\t\treturn ((JTextComponent) component).getText();\n\t\tif (component instanceof JLabel)\n\t\t\treturn ((JLabel) component).g...
[ { "docid": "c61f746080af736eef356612192d82c2", "score": "0.6236541", "text": "Optional<String> firstPart();", "title": "" }, { "docid": "38bc571930d9968443e76927ea08cfab", "score": "0.5888531", "text": "public String first() {\n if (parts.size() > 0)\n return parts....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "14444c5743b576d3661a13e58b9baaca", "score": "0.0", "text": "@Override\r\n\tpublic boolean login(String uid, String password) {\n\t\treturn false;\r\n\t}", "title": "" } ]
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6695466", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65689754", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
6f3982aff22c8bd231f9b2ff723a8f1a
Returns the receiver's inmemory map of MDReqID to request instrument.
[ { "docid": "b48990d7f37a57fa02d21209e53925ac", "score": "0.73197246", "text": "private Map<String,Instrument> getReqIDMap()\r\n {\r\n return mReqIDMap;\r\n }", "title": "" } ]
[ { "docid": "12ed40f9c2ab189091569229c6748f66", "score": "0.6223404", "text": "private Map<Instrument,Message> getInstrumentMap()\r\n {\r\n return mInstrumentMap;\r\n }", "title": "" }, { "docid": "7bedd42bb44a82561a41d6f422f05993", "score": "0.5973486", "text": "protecte...
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": "b6d8be9957b255c79ca2dd0a5ef07175", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel1 = new javax.swing.JPanel();\n jLabel1...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76998043", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.73206544", "text": "public Form() {\n initComponents();...
d320c644abc41b08933b53b2a8a19c80
Request to send data
[ { "docid": "01d0eb1e1ce35e53aa263fcc74b58a64", "score": "0.0", "text": "private void sendDataToPhpDatabase(final PersonModel model, final View view) {\n StringRequest insertRequest = new StringRequest(Request.Method.POST, getResources().getString(R.string.insert_new_person), new Response.Listener...
[ { "docid": "2bbadc8b804e3d9a1a6c44f76ff38181", "score": "0.72153926", "text": "protected byte[] request(byte[] data)\n {\n socket.send(data);\n return socket.recv();\n }", "title": "" }, { "docid": "63d5d43d0fbdfc7063fa4f6b1deab67e", "score": "0.6839205", "text": ...
b31c0f30c4d655a436f92fd466972f14
Devuelve la cantidad de duplas que hay en la tabla
[ { "docid": "e7dfe3d45e311972c72e1fb33cc963b5", "score": "0.0", "text": "public int getN(){\n\t\treturn sizeN;\n\t}", "title": "" } ]
[ { "docid": "49d98a07a692adf5c6480b872bdfbf29", "score": "0.63496953", "text": "public int getNumberDuplicateRecords() {\n return numberDuplicateRecords;\n }", "title": "" }, { "docid": "067ea1fdc5234f217e942bf08c308abd", "score": "0.6054125", "text": "int getInputItemDupeCo...
9daf8dde0349c6191588f854aec8ea26
constructors Constructor for circle
[ { "docid": "e21cfbc023469cfe271d3aaa35f36d08", "score": "0.79852176", "text": "public Circle(int radius)\r\n\t{\r\n\t\tthis.radius = radius;\r\n\t}", "title": "" } ]
[ { "docid": "45bf41d4f854b4d4835489e82ddfdc67", "score": "0.8644068", "text": "public Circle(){\n this(DEFAULT_X, DEFAULT_Y, DEFAULT_COLOR, DEFAULT_RADIUS);\n\n }", "title": "" }, { "docid": "753b73ab17639512f3323982fb209d0f", "score": "0.8566302", "text": "public Circle(){\...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "2d7d5b9a550bb258b680a9b860c017a8", "score": "0.0", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) {\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "title": ...
[ { "docid": "a14fb57b2097bc7f79b9b27f92a2d60b", "score": "0.79093057", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n\n\n switch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar clicked; go Home\n ...
4776f5a93ab932206e8c6301421031cf
Sets this object's ThreadPool field to be the input argument
[ { "docid": "a2a8b5fd76089f7e1130cd97cc425748", "score": "0.0", "text": "public void initializeDownloaderTask(ImageManager photoManager, MyImageView imageView, boolean cacheFlag) {\n sPhotoManager = photoManager;\n\n // Instantiates the weak reference to the incoming view\n mImageWea...
[ { "docid": "6f03d92827a8b41756d91a9c97c22861", "score": "0.6969834", "text": "public void setThreadPoolSize(int threadPoolSize);", "title": "" }, { "docid": "8a59dceacc4520a7aec7deab5de10a4d", "score": "0.6780708", "text": "ThreadPool getThreadPool( ThreadPool pool );", "title": ...
6eb24511764ddf261389d0943ad588e7
Provide a suitable constructor (depends on the kind of dataset)
[ { "docid": "248de70b01e4225b12cf976726d397d7", "score": "0.0", "text": "public MovieAdapter(List<MovieModelView> movieModelViews) {\n this.movieModelViews = movieModelViews;\n }", "title": "" } ]
[ { "docid": "4143bb3cf91dad64de4b889d78c4f2b3", "score": "0.6370994", "text": "public Data() {}", "title": "" }, { "docid": "a237ba1fad16996fb9f286962c5abb94", "score": "0.6367306", "text": "public Datum() {\n }", "title": "" }, { "docid": "a237ba1fad16996fb9f286962c5ab...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "f6fe8b3832e27d7e2c9fa20a59b18e9c", "score": "0.0", "text": "@When(\"^the user open Automation Home page$\")\r\n\tpublic void the_user_open_Automation_Home_page() throws Throwable {\n\t w.Homepage1();\r\n\t}", "title": "" } ]
[ { "docid": "1a63d124077e30a2530ceb97570d4849", "score": "0.6989324", "text": "abstract protected String performAction(String input);", "title": "" }, { "docid": "2b24799cfbae9a2538024b8515e67eb8", "score": "0.64658433", "text": "@Override\r\n\tpublic void action() {\n\t\t\r\n\t}", ...
c21e9926e29c0a99d8eff0f6215250cc
Log.d(TAG, "ActivitySaveInstanceState" + activity.getClass().getSimpleName());
[ { "docid": "b407e207c0845fc1512f02a132b008f0", "score": "0.78357136", "text": "@Override\n public void onActivitySaveInstanceState(Activity activity, Bundle outState) {\n }", "title": "" } ]
[ { "docid": "984240a9af06ac63f3a76ffeec2fb76a", "score": "0.8171431", "text": "@Override\n public void onActivitySaveInstanceState(Activity activity, Bundle outState) {\n }", "title": "" }, { "docid": "3e99c8c1cc6d066de33c4a68dd7b3a4c", "score": "0.7789171", "text": "@Override\n...
1f54d08673eb637b0f00791bcb4938d3
$ANTLR end "rule__XFeatureCall__Group__0__Impl" $ANTLR start "rule__XFeatureCall__Group__1" ../de.nie.fin.ui/srcgen/de/nie/fin/ui/contentassist/antlr/internal/InternalFin.g:13119:1: rule__XFeatureCall__Group__1 : rule__XFeatureCall__Group__1__Impl rule__XFeatureCall__Group__2 ;
[ { "docid": "e56282ed0d68b358da1201c1dd333173", "score": "0.7855651", "text": "public final void rule__XFeatureCall__Group__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../de.nie.fin.ui/src-gen/de/nie/fin/ui/conte...
[ { "docid": "22cdbb3a1819d76f46db91adb1d886e8", "score": "0.80141073", "text": "public final void rule__XFeatureCall__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.lwc.instances.ui/src-gen/org/xtext/lwc/i...
f61336599c4402844d77aaae120438f3
Validates entry fields according to current mode.
[ { "docid": "06d0523f2d695ce4798283d9bd1759a9", "score": "0.5357446", "text": "public boolean validate() throws Exception {\r\n String mode = _mode == null ? \"\" : _mode;\r\n if (mode.equals(\"add\")) {\r\n // Verify row with duplicate primary key combination does not exist.\r\n...
[ { "docid": "824355bc06da5f6486b394d213bdec12", "score": "0.7294962", "text": "private boolean checkForValidEntry() {\n\t\tif (gameDescriptionArea.getText().isEmpty()) {\n\t\t\treturn false;\n\t\t}\n\t\tfor (int i = 0; i < textfields.length; i++) {\n\t\t\tif (textfields[i].getText().isEmpty()) {\n\t\t\t\...
6e7ecccebd1f008b27458a9b6c8db095
repeated .CMsgDOTATournamentInfo.PhaseGroup group_list = 7;
[ { "docid": "490db29d4ca0b10095bdb7fc09eeacae", "score": "0.5856251", "text": "public java.util.List<? extends MsgGCClientTournament.CMsgDOTATournamentInfo.PhaseGroupOrBuilder>\n getGroupListOrBuilderList() {\n if (groupListBuilder_ != null) {\n return groupListBuilder_.ge...
[ { "docid": "348b4c9b850c9e43e885f7096f92ac74", "score": "0.7020135", "text": "MsgGCClientTournament.CMsgDOTATournamentInfo.PhaseGroup getGroupList(int index);", "title": "" }, { "docid": "8978b7e0442e47250b0266a68d1dc1f7", "score": "0.66316587", "text": "java.util.List<MsgGCClientTou...
4c4f505899d703a17e610abd655484a4
Initializing the DatagramSocket Class.
[ { "docid": "25919f5d46b347fc8d9f6eef78b9f5e1", "score": "0.0", "text": "public static void main(String[] args) throws IOException \r\n\t{\n\t\tDatagramSocket Socket = new DatagramSocket(1019);\r\n\t\t\r\n\t\t// Declaring and Initializing a byte array.\r\n byte[] get_Byte = new byte[70800];\r\n\r\...
[ { "docid": "fe1d391fd5a2be478c2d081b320707d8", "score": "0.7179974", "text": "void setUpSocket() throws IOException {\n socket = new DatagramSocket(port);\n}", "title": "" }, { "docid": "531f9022e3445c1c356b686b72ac72f0", "score": "0.701001", "text": "private static void initializ...
0a31527f846b0d0ad7daf4413e6cc29d
Receive message from socket channel.
[ { "docid": "01ef8889c936648f1d232b545adf4c5a", "score": "0.58801186", "text": "synchronized boolean receive() throws IOException {\n if (this.ch == null) {\n logger.debug(this.name + \"> no channel\");\n return false;\n }\n\n int len = 0;\n ByteBuffer bu...
[ { "docid": "6eed7f66782712540c2dc9eff1a09cd8", "score": "0.7066527", "text": "void receive(String channel, String message, String senderId);", "title": "" }, { "docid": "993cb6ae4c5bf68e871583a87daec272", "score": "0.7041523", "text": "protected boolean receive(SocketChannel socket) ...
5dd517b05b47f9c6d985cfadf5e8b05e
The method uploads multiple files into the server and returns back with a zipped file with all the contents
[ { "docid": "8093881d048d248ad9e24f45cd17d807", "score": "0.7414424", "text": "@ApiOperation(value=\"uploads a list of files and responds with a zip\")\n\t@RequestMapping(value = \"/uploadMultiFile\", method = RequestMethod.POST,produces=\"application/zip\")\n\tpublic ResponseEntity<Resource> submit(@Req...
[ { "docid": "3d6b07eaa51546bc243ffaf27d496693", "score": "0.683168", "text": "@Override\n public void run(String... args) {\n String[] files = new String[]{\"one.jpg\"};\n assembleZip(files, \"zipFile.zip\");\n\n//Upload file\n// s3Services.uploadFile(\"one.jpg\", \"/9j/4AAQSkZJRg...
f6c6ae36d6f3d0ba52d7176ea201ec5a
repeated string order_hashes = 1;
[ { "docid": "ed488b27dc7e377b68830df419ae6728", "score": "0.64394736", "text": "int getOrderHashesCount();", "title": "" } ]
[ { "docid": "e93de436d0cbada6930984e87766e0f8", "score": "0.6968184", "text": "java.lang.String getOrderHashes(int index);", "title": "" }, { "docid": "e93de436d0cbada6930984e87766e0f8", "score": "0.6968184", "text": "java.lang.String getOrderHashes(int index);", "title": "" }, ...
acd37caebbcd17817b9a4facbe2bfb71
Replace the contents of a view (invoked by the layout manager)
[ { "docid": "c1d367a36d89ccff8ba271341faa53e5", "score": "0.0", "text": "@Override\n public void onBindViewHolder(ViewHolder viewHolder, final int position) {\n\n // Get element from your dataset at this position and replace the\n // contents of the view with that element\n ImageC...
[ { "docid": "3862e7e39156a10ad114a82910b94362", "score": "0.7053408", "text": "public abstract void updateView(View view);", "title": "" }, { "docid": "88506303966ca71030f14b6644ff73cb", "score": "0.7008885", "text": "void setView(View view);", "title": "" }, { "docid": "3...
913d0a0682896c366b4a73cd3b64ce87
Instantiates a new service.
[ { "docid": "53d248bdc9013f4ead95c8abd4a657b7", "score": "0.6354939", "text": "public Service() {\r\n name = null;\r\n maximumCapacity = 0;\r\n }", "title": "" } ]
[ { "docid": "ade9fabba4fb2fb53f2a5086043d1e00", "score": "0.72381103", "text": "public service() {\n }", "title": "" }, { "docid": "c98f669f13c9e4e348d0f0962540bc93", "score": "0.71500397", "text": "public HelloService()\n\t{\n\t\tSystem.out.println(\"***** HelloService instance cr...
e24ca4a509bd8b7ed61e43f57c7b1317
Metodo con complejidad n cuadratica.
[ { "docid": "28bebfe78bac1470df07936b2f8f39ae", "score": "0.6907173", "text": "public void cuadratica1(int n) {\n\t\tfor (int i=0; i<=n; i++) {\n\t\t\tfor(int j=0; j<=n; j++) {\n\t\t\t\tSystem.out.println(\"Ejecutando...\"+ i + \" \"+ j);\n\t\t\t}\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "b6b077ae73271a5dc00fd0378a977a4c", "score": "0.6552724", "text": "public static int trinome (int n) { return 2*n*n + 3*n + 5 ; }", "title": "" }, { "docid": "fbabb2aa4b02faac3fcbd0c45bea8e09", "score": "0.6341282", "text": "public void cuadratica2(int n) {\n\t\tfor (int i...
21c72d330623d7b82d82d4a7a18f3e99
Checks if the CommandArgumentList has all of the command arguments another CommandArgumentList has
[ { "docid": "663d0603477856b1813924519b0a5fbb", "score": "0.7822411", "text": "public boolean hasArgument(@NotNull CommandArgumentList arguments) {\n for (CommandArgument command : arguments) {\n if (!this.hasArgument(command)) {\n return false;\n }\n }\...
[ { "docid": "8a6eae4687af08994238997f1d361031", "score": "0.69343185", "text": "private boolean checkArguments(ApplicationArguments args) {\n if (args.getNonOptionArgs().contains(\"help\")) {\n logHelp();\n return false;\n }\n if (!args.containsOption(\"file\"))...
e45419c24e32ba4e305c163104d3f89b
Get the debug value.
[ { "docid": "e6dd33989289cc1ba901dacfd58228e4", "score": "0.609497", "text": "public List<ResponseDebugInfo> debug() {\r\n return this.debug;\r\n }", "title": "" } ]
[ { "docid": "167bddc30853846464cff6b642ae7215", "score": "0.7261418", "text": "protected Debug getDebug()\n {\n return ioRoot.dbgOpt1;\n }", "title": "" }, { "docid": "3f2f69e860102d38ca18e24d93323913", "score": "0.69830304", "text": "public int getDebugLevel()\n {\n return _...
fdd7060a224844fabda7db0b56b54721
Get a description of the object
[ { "docid": "9711deedd04f2bd4077eae39e9f8406a", "score": "0.0", "text": "public String getDescription() {\n\treturn \"A set of pixel values along with a description of where in the sky they come from.\";\n }", "title": "" } ]
[ { "docid": "80a549e616629280e5a74b6dd4191560", "score": "0.83319736", "text": "Object getDescription();", "title": "" }, { "docid": "a00ff2c2c4bf45578af4ab728367a07c", "score": "0.80087197", "text": "String description();", "title": "" }, { "docid": "a00ff2c2c4bf45578af4a...
4254f3b9fbda84b705a9e93c4681483d
Functie voor het inserten van een nieuwe afspeellijst.
[ { "docid": "0bf4cebaa9dd4cdb124a74ff0475206d", "score": "0.0", "text": "public static boolean insertAfspeellijst(int profileId, String naam) {\n try {\n\n Connection conn = maakVerbinding();\n if (!verbinding) return false;\n\n String query = \"INSERT INTO afspeel...
[ { "docid": "ce73b4f3d92944f6b32b5ba54f845f1a", "score": "0.7531594", "text": "@Override\r\n\tpublic void insertar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "68cd08567dc817d9c8b538221b9e104a", "score": "0.71675587", "text": "@Override\n\tpublic void insert() {\n\t\t\n\t}", "tit...
fdf6190b18762479bd4fd44cfb13d5e3
Gets the hash code of this abstract planner properties bean based on its aggregated properties.
[ { "docid": "0df7f8de5455e30cd2ddb6fa40586d0f", "score": "0.0", "text": "@Override\n\tpublic int hashCode() {\n\t\treturn Objects.hash(this.costPolicy, this.riskPolicy);\n\t}", "title": "" } ]
[ { "docid": "ee89229c52d3e2f603ecd4d7d48a134e", "score": "0.6817831", "text": "public int computeHashCode() {\n\t\t\t//-----------------------------------------\n\t\t\t// Regular State\n\t\t\t//-----------------------------------------\n\t\t\t//Only battery values for the current agent matters\n\t\t\tObj...
29d747312158f0c1e6fff13dec1fd7bc
Processes each line of the input source.
[ { "docid": "fde364182e80b3290973cc8fc4baf955", "score": "0.58149576", "text": "public abstract void processInput(final InputSource input) throws IOException, SAXException;", "title": "" } ]
[ { "docid": "004b7010872a1bf3cd96993aa524a13e", "score": "0.6858976", "text": "@Override\n\tpublic void preProcessLine(String line) throws LineFilter.FilterException {\n\t\tfor (String outLine : processLine(line)) {}\n\t}", "title": "" }, { "docid": "f1bd67de99928e3e07cb0e3e08972583", "sc...
ed8e071c34c6a73e00fd0599977fb5f5
Backported to support Grails < 2.4
[ { "docid": "147610ff99b7afc335128f2e19b83a3b", "score": "0.0", "text": "public static String userlandGetMemberStringValue(AnnotationNode node, String name, String defaultValue) {\n final String STRING = \"<DummyUndefinedMarkerString-DoNotUse>\"; // from groovy.transform.Undefined\n final E...
[ { "docid": "2a550f8458794d16824f204804d00e1c", "score": "0.48920792", "text": "@Override\n public void visitClassContext(ClassContext classContext) {\n }", "title": "" }, { "docid": "39132efb6b42f8ec625d96ff6226d80b", "score": "0.488085", "text": "@Override\n\tprotected void la...
bc971becf67876083231d5b92feb2949
System.out.println("in handling " + isConfirmed);
[ { "docid": "0f1ffe9945f5d27b1d38a65acb5ee569", "score": "0.0", "text": "@Override\n public RawDecree handle(Segment parcel) throws CommandSyntaxException {\n if (isConfirmed) {\n return nextHandler.handle(parcel);\n }else {\n boolean isLimited = false;\n ...
[ { "docid": "5cd643a94e2874bc8d5fd4782f3da137", "score": "0.7594672", "text": "boolean isConfirmed();", "title": "" }, { "docid": "40076f5f384e0ddf7fa0d535e72196cd", "score": "0.65924776", "text": "public Boolean isConfirmed() {\n return confirmed;\n }", "title": "" }, { ...
690a1454403d70cc1690030b232c1ed8
Metodo para remover um elemento da Lista
[ { "docid": "c8d344337870448920c23334c57c840e", "score": "0.8037496", "text": "public void remover(Elemento e);", "title": "" } ]
[ { "docid": "2493de7e320cf0ec834207c6145c8310", "score": "0.7640619", "text": "public static void remover() {\n WEvento.listar();\n WEvento.confirmar_Id();\n\n for (int i = 0; i < WEvento.list.size(); i++) {\n if (WEvento.list.get(i).getEvento_ID() == opcao) {\n ...
39c3340957cc47868f1350593bf0bf65
Metodo che scrive all'interno di un pdf
[ { "docid": "914f27f8508e516ec34495a965d3ebcf", "score": "0.6364216", "text": "private void createDocument(float x, float y, String text){\n File pdf = new File(this.fileName);\n try {\n PDDocument doc = PDDocument.load(pdf);\n PDPage page = doc.getPage...
[ { "docid": "7e0cd81130d4b295f36dfd673b39b5ba", "score": "0.7343678", "text": "public void MostraPDF() {\n\t\tControladorDocumentacio.obreManualPDF();\n\t}", "title": "" }, { "docid": "43ac9c9c1f64c20391d90a4b02b0e0a7", "score": "0.71455646", "text": "public void pdfPrestamos() throws...
4832a1f4c7008e6e77d51a8ac4cc42b3
Creates a 1D texture out of 4D Simplex Noise. NOTE : This method produces a greyscale image. It calculates the value of each channel as the scaled 0255 range value from the output from a 2D Simplex function.
[ { "docid": "659dbd413bd1b725f23f5401d076dcbb", "score": "0.5134344", "text": "public Texture(int width, float xOffset, float yOffset, float zOffset, float wOffset, float xIncrement) {\r\n\t\txOffset = Maths.max(xOffset, 0);\r\n\t\tyOffset = Maths.max(yOffset, 0);\r\n\t\tzOffset = Maths.max(zOffset, 0);\...
[ { "docid": "aac44af090284ee5cceb22e2a963bfb3", "score": "0.5714131", "text": "public void greyScale(){\n\n double ww[]=new double[3];\n for(int i=0;i<width;i++)\n {\n\n for(int j=0;j<height;j++)\n {\n\n raster.getPixel(i, j, pixels);\n\n ...
9ed9c9b7aeecf463a30f4de960524b26
Create an aliased public.node table reference
[ { "docid": "b6eb3c47b24de31a94ce5f5c760dc4c9", "score": "0.5424024", "text": "public Node(Name alias) {\n this(alias, NODE);\n }", "title": "" } ]
[ { "docid": "b2a46916b2e883c969be4e450d3d44e3", "score": "0.66586787", "text": "static final public void TableAliasVariable() throws ParseException {\n /*@bgen(jjtree) dbRelAliasName */\n SimpleNode jjtn000 = new SimpleNode(JJTDBRELALIASNAME);\n boolean jjtc000 = true;\n jjtree.openNodeScope(jjtn000);...
ace6ca956166fce88086b5c8410d4d05
Sets all game data to hold the values of a new game.
[ { "docid": "7d4696687550aebca41a2dcc6d450a14", "score": "0.0", "text": "public void reset() {\n\t\tthis.cycleCounter = 0;\n\t\tthis.asteroidsLimit = 7;\n this.objects = new ArrayList<>();\n players.forEach((k, p)-> {p.reset(); objects.add(p.getShip());});\n\t}", "title": "" } ]
[ { "docid": "263030e6d6839d400e38af6452e510e7", "score": "0.7530465", "text": "private static void initializeGameData() {\n\t\tgameData = new GameData();\n\t\tgameData.loadData();\n\t}", "title": "" }, { "docid": "c41e2abf156e3c83bc49aa9cb0e84c32", "score": "0.7098804", "text": "prote...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "cb639d2769e3be0e0317c02ba51b7b09", "score": "0.0", "text": "public void setTipo(java.lang.String param){\r\n localTipoTracker = true;\r\n \r\n this.localTipo=param;\r\n ...
[ { "docid": "8541b1cf741ee8244d45d2fd755acdb3", "score": "0.7789626", "text": "public abstract void set();", "title": "" }, { "docid": "7926260a33dacb33748cc5896367fecc", "score": "0.7313697", "text": "public void set()\n\t\t{\n\t\t}", "title": "" }, { "docid": "103930d9bb...
efdf4a30707dda34fd2c49f35009d085
Creates a new Linux process representation from another Linux process representation.
[ { "docid": "0e296262e00bfc0291d3db2deb2f0348", "score": "0.5890514", "text": "public LinuxProcessHandle(long pid) {\n _process = LinuxProcess.fromPid(pid);\n }", "title": "" } ]
[ { "docid": "1dc3758c7a8c43291bbf3ccbca3b7e7c", "score": "0.6550236", "text": "Process createProcess();", "title": "" }, { "docid": "be60c9a30418a5a1680b25d18c880471", "score": "0.599367", "text": "LinuxProcessHandle(LinuxProcess lp) {\n _process = lp;\n }", "title": "" ...
09209c01d6229996df42b3133d7ed81c
Set the Alignment property.
[ { "docid": "a12c6f7e92836a348f66c516373710bc", "score": "0.8227691", "text": "public void setAlignment(String value) {\n alignment = value;\n stateChanged();\n }", "title": "" } ]
[ { "docid": "21e3ff81ff91f8a007034a0c1fb4785f", "score": "0.81482667", "text": "public void setAlignment (Alignment alignment) {\n this.alignment = alignment;\n repaint ();\n }", "title": "" }, { "docid": "14bce39ef6f3989c5fb1247b0a610037", "score": "0.8073285", "text...
4c4148105ebe1d76150f857d032093c6
method getting all recipes from DB.
[ { "docid": "c08e059b451c8384170423003acf70f7", "score": "0.7828178", "text": "@Override\n public List<Recipe> getAll() {\n return transaction((Session session) -> {\n return session.createSQLQuery(\"select * from recipe\").addEntity(Recipe.class).list();\n });\n }", "t...
[ { "docid": "f394c39398b8ac24174fdef8179a7491", "score": "0.806621", "text": "public List<Recipe> getAllRecipes() {\n List<Recipe> recipes = new ArrayList<>();\n Cursor cursor = database.query(SQLHelper.TABLE_RECIPE, null, null, null, null, null, null);\n cursor.moveToFirst();\n ...
c45ac26269c3e13f340b68d816d90211
Getter for the league Vector
[ { "docid": "789bb5823cdcdd7e40e0a9dc0d9e8779", "score": "0.8386389", "text": "public Vector<League> getLeagueVector()\n\t{\n\t\treturn leagues;\n\t}", "title": "" } ]
[ { "docid": "92b889eda81c8f93a16bb589d4f674df", "score": "0.69773954", "text": "public Vector getVector() {\n return this.vector;\n }", "title": "" }, { "docid": "01d169252baba2c477d94269a964e4bb", "score": "0.66798145", "text": "public Vector<Team> getTeamVector()\n\t{\n\t\tretur...
06d3e46ce4f3dceb8be1543f12753d18
optional .PlayerAvatar avatar = 8;
[ { "docid": "f8cf2a10a9677b2d9d79a71184e343a3", "score": "0.57670903", "text": "public Builder setAvatar(\n Pokemon.PlayerAvatar.Builder builderForValue) {\n if (avatarBuilder_ == null) {\n avatar_ = builderForValue.build();\n onChanged();\n } else {\n av...
[ { "docid": "3b2cb7e45245439d553fa4222997e6a0", "score": "0.72260714", "text": "Pokemon.PlayerAvatar getAvatar();", "title": "" }, { "docid": "3145e7d68c21d5aa70c863afabfa783d", "score": "0.7030081", "text": "Pokemon.PlayerAvatarOrBuilder getAvatarOrBuilder();", "title": "" }, ...
92d52e4527d7c912089eec9a63d49a90
Creates a new ConfigModel
[ { "docid": "df35bf3bdb3ea31c98d2919e6fff5be5", "score": "0.0", "text": "public static AreaValidator of(Object owner, String name, boolean required) {\n return new Builder(name, owner).setRequired().build();\n }", "title": "" } ]
[ { "docid": "1cb2ce901764756aacd929d0a57cc60d", "score": "0.67455924", "text": "Model createModel();", "title": "" }, { "docid": "1cb2ce901764756aacd929d0a57cc60d", "score": "0.67455924", "text": "Model createModel();", "title": "" }, { "docid": "1cb2ce901764756aacd929d0a5...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1a3305986131a89f618abbded826f4a9", "score": "0.0", "text": "@Override\n\tpublic int getCount() {\n\t\treturn items.size()+3;\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68410474", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.65663373", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
1321ffc2ed33a2872710761e55060078
Transfers all transferable content from this component to the target component.
[ { "docid": "ecd72bc8083513a2610bc6c3ac19dee8", "score": "0.0", "text": "default void into(ItemComponent target, int count, Direction extractionDirection, Direction insertionDirection) {\n\t\tfor (int sourceSlot = 0; sourceSlot < getSize(); ++sourceSlot) {\n\t\t\tItemStack sourceStack = getStack(sourceSl...
[ { "docid": "373e6843871c88f928554b2dccfb9d84", "score": "0.596097", "text": "public void doTransfer() throws IOException;", "title": "" }, { "docid": "565899ab38d6cca9f90cd2a2faee9cb2", "score": "0.5774864", "text": "@Override\n public void transfer() {\n to.clear();\n d...
d6617bb06477ae281800de35a79196cf
Add an advice for after throwing
[ { "docid": "7f4badd4f930abd2d12712fba8c95e7c", "score": "0.62078404", "text": "@AfterThrowing(\n\t\t\tpointcut=\"execution(* com.vaha1st.aopdemo.dao.AccountDAO.findAccounts(..))\",\n\t\t\tthrowing=\"theExc\")\n\tpublic void afterThrowingFindAccountsAdvice(JoinPoint joinPoint, Throwable theExc) {\n\t\t\n...
[ { "docid": "26d451943df5de16f57ee210e477f602", "score": "0.7973285", "text": "@Override\n protected void afterThrowing(Advice advice) {\n }", "title": "" }, { "docid": "26d451943df5de16f57ee210e477f602", "score": "0.7973285", "text": "@Override\n...
141d5fe985f955d9b0425801b563a1e7
this is called to return if the algorithm was solved and returns the variable solved.
[ { "docid": "5b3b258933d794a15aa5e64347ae6440", "score": "0.73301864", "text": "@Override\n\tpublic boolean solved() {\n\n\t\treturn solved;\n\t}", "title": "" } ]
[ { "docid": "aaf8c0f4eb092151543b96bf19e9943d", "score": "0.7319801", "text": "public int solve() {\n\t\tlong begin_time = System.currentTimeMillis();\n\t\tBoolean unsolvable = grid_unsolvable();\n\t\tif(unsolvable) {\n\t\t\treturn 0;\n\t\t}\n\t\trecursive_helper(0);\n\t\tlong end_time = System.currentTi...
5cab6933b14776d50d62ab323d42bc31
TODO fix move references
[ { "docid": "f4fea66f7f197bf0332efafa11f5d2b7", "score": "0.0", "text": "@Override\n\t\tpublic void fromJSON(HashMap<String, Object> json) {\n\t\t\tString evolve = (String) json.get(\"evolvesTo\");\n\n\t\t\tif(evolve != null)\n\t\t\t\tevolvesTo = basePokemon.get(evolve);\n\n\t\t}", "title": "" } ]
[ { "docid": "603f0a18e57250d8f455d8cee02b8630", "score": "0.59710693", "text": "@Override\r\n public void Refuel() {\n \r\n }", "title": "" }, { "docid": "95ffa256b098e9b494cb96d4874e063f", "score": "0.59046334", "text": "@Override\n\tvoid refuel() {\n\n\t}", "title":...
688adb7ea9ed86815706a34cbec26ad8
EXPERIMENTAL does not work for large T values or polygons near the poles Returns "relative" intersection of aircraft and moving segment, that is the place on the polygon where the intersection will occur. This is not the location in space/time where the actual intersection will occur. To obtain that position, a transla...
[ { "docid": "62437e14d90c2f59fd5555af8e21ebeb", "score": "0.5640664", "text": "public static Position intersectionMovingSegment(Position so, Velocity vo, Position si, \n\t\t\tPosition si2, Velocity vi, double T) {\n\t\t//f.pln(\"\\n $$ intersectionMovingSegment: vo = \"+vo+\" vi = \"+vi+\" T = \"+T);\t ...
[ { "docid": "81a2408f7e195a5717e9986a632baa91", "score": "0.59999216", "text": "public Point interpolate(double t)\n {\n double seg = t * path.length();\n double phi = start.getYaw();\n double v;\n\n Point s = new Point(0, 0, start.getYaw());\n\n if (!path.reverse)\n...
5fc9377f0703661e37e09ee1380a6a5c
Gets the Module Identifier.
[ { "docid": "be4fe710f5393009d295742535b83f19", "score": "0.7450492", "text": "public int getModuleId() {\n return moduleId;\n }", "title": "" } ]
[ { "docid": "85bf6e5d2bdb5784d70cd50379dccb14", "score": "0.8150588", "text": "ModuleIdentifier getModuleIdentifier();", "title": "" }, { "docid": "893096ae0a299ca07774b439e1a6dbb5", "score": "0.7938339", "text": "public java.lang.String getModuleID(){\n return moduleId ;\n...
ba93d4c05f0dabecdc290308233210f4
/ Prints the inventory of a specific ArrayList of objects Uses the generic type T to specify the exact type of item program will be printing the inventory of.
[ { "docid": "8c684adf87e87c3995daf02d938b178a", "score": "0.7369638", "text": "public static <T extends Item> void printInventory(Inventory<T> item) {\n\t\tfor (int i=0; i<item.inventory.size(); i++) {\n\t\t\tSystem.out.println(item.inventory.get(i).toString());\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "2de8186b3e664ad6c550dd4a5f92c6a2", "score": "0.7503019", "text": "public void printInventory(){\n // Print Inventory information\n System.out.print(\"Inventory contains: \");\n for(int i = 0; i < itemList.size(); i++){ System.out.print(itemList.get(i).getName() + \" \");...
34e65aa46c28f0414de436130bdf4cde
Starts this service to perform action Baz with the given parameters. If the service is already performing a task this action will be queued.
[ { "docid": "0b1a5df82da29b42fc5b98857b33657f", "score": "0.52202487", "text": "public static void startActionBaz(Context context, String param1, String param2) {\n Intent intent = new Intent(context, GetPasswordService.class);\n intent.setAction(ACTION_BAZ);\n intent.putExtra(EXTRA_...
[ { "docid": "e31dffb4aa6f413593b9f71d713feb63", "score": "0.58378434", "text": "public void startExecuting()\n {\n super.startExecuting();\n this.archer.setHoldingBow(true);\n }", "title": "" }, { "docid": "db78a89da4b561cc14999d21ef5abb75", "score": "0.5834824", "...
d502bfdd7c93eda22f0d4cd28c66a74d
Generates the implementation application.
[ { "docid": "92c991de3411675e9c72e3bfda7ff075", "score": "0.65209466", "text": "public Application<Task, Dependency> generateImplAppl(Application<Task, Dependency> specAppl) {\n\t\tApplication<Task, Dependency> result = new Application<>();\n\t\t// copy all vertices\n\t\tfor (Task t : specAppl) {\n\t\t\t...
[ { "docid": "f418fc475a9cd418966476b7d5a76e8c", "score": "0.65132976", "text": "@Test\n void codegenHelloWorldApplication() {\n ApplicationCreator creator = this.applicationCreator;\n ServiceInfoCriteria allServices = ServiceInfoCriteria.builder().build();\n\n InjectionServices in...
1dc8ab04852e2f7b604ff7a2f287c22d
Test the equals() method of the Icmpv6TypeCriterion class.
[ { "docid": "3122c0f969010c894e70a9e4ed551edb", "score": "0.80488604", "text": "@Test\n public void testIcmpv6TypeCriterionEquals() {\n new EqualsTester()\n .addEqualityGroup(matchIcmpv6Type1, sameAsMatchIcmpv6Type1)\n .addEqualityGroup(matchIcmpv6Type2)\n ...
[ { "docid": "13b18140ed8ad1f2f6015882f6dd4ab0", "score": "0.7327024", "text": "@Test\n public void testIcmpv6CodeCriterionEquals() {\n new EqualsTester()\n .addEqualityGroup(matchIcmpv6Code1, sameAsMatchIcmpv6Code1)\n .addEqualityGroup(matchIcmpv6Code2)\n ...
8baca9a90ecf49c294099f5a9c7b7774
Unfortunately when TabHost changes the current tab, it kindly also takes care of putting focus on it when not in touch mode. The jerk. This hack tries to prevent this from pulling focus out of our ViewPager.
[ { "docid": "98ea3948b795013d64267bff3855531f", "score": "0.56381094", "text": "@Override\n\tpublic void onPageSelected(int position) throws NotFoundException {\n\t\tTabWidget widget = mTabHost.getTabWidget();\n\t\tint oldFocusability = widget.getDescendantFocusability();\n\t\twidget.setDescendantFocusab...
[ { "docid": "e80f162a1f1af697478250c161a1b90e", "score": "0.699767", "text": "@Override\n public void onPageSelected(int position) {\n TabWidget widget = mTabHost.getTabWidget();\n int oldFocusability = widget.getDescendantFocusability();\n widget.setDescendantFocu...
9d9cf2fddfddc0df639201ceb94eb2a3
repeated .gravity.v1.MsgValsetConfirm confirms = 1;
[ { "docid": "8d7d3808bfc7bfafb6aad194493f3dc3", "score": "0.6368922", "text": "gravity.v1.Msgs.MsgValsetConfirmOrBuilder getConfirmsOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "43808f4eb0ae5f3ed7322774acf469d3", "score": "0.72911215", "text": "gravity.v1.Msgs.MsgValsetConfirm getConfirm();", "title": "" }, { "docid": "a37b81dd87f91b516aa2511f4e7eed32", "score": "0.70696867", "text": "gravity.v1.Msgs.MsgValsetConfirmOrBuilder getConfirmOrBuilder(...
ece73e5f018874ff3dd7afaf2ae7a1f0
Returning if the year is a leap year.
[ { "docid": "c934198e7904e75d6c2f5c54f563b46a", "score": "0.8615893", "text": "public boolean isLeapYear()\n {\n return (year % 4 == 0 && year % 100 != 0 || year % 400 == 0);\n }", "title": "" } ]
[ { "docid": "f246eb03c495fc08bd7190d54760e6c8", "score": "0.8718557", "text": "private boolean isLeapYear() {\n\t\t\n\t\treturn (year % 400 == 0 || ((year % 4 == 0) && (year % 100 != 0)));\n\t}", "title": "" }, { "docid": "eb2149b2fdf870585c73f16597fc0bf5", "score": "0.8657693", "text...
ad69920365e643732b23dde492bd1baf
This method was generated by MyBatis Generator. This method returns the value of the database column user_week_status.loyal_status
[ { "docid": "cfe0487b18064699656451a17bc6a1cc", "score": "0.5657019", "text": "public Byte getLoyal_status() {\r\n return loyal_status;\r\n }", "title": "" } ]
[ { "docid": "8cbb4c2d1c65521103f0c384f74461d7", "score": "0.6011513", "text": "public Integer getWeekStatusId()\n\t{\n\t\treturn weekStatusId;\n\t}", "title": "" }, { "docid": "18a5eb185bfa4dd7287e961c22a2718b", "score": "0.580115", "text": "public Integer getInactive_weeks() {\r\n ...
0f2a17a5b14edbda22e23a68ceb88cf4
STORED IN THE module's MainController
[ { "docid": "9f4d33e79364d21b479057cd5f4068af", "score": "0.0", "text": "public Mkurmhs getSelectedKurikulumMahasiswa() {\n\t\treturn getKurikulumProdiMainCtrl().getSelectedKurikulumMahasiswa();\r\n\t}", "title": "" } ]
[ { "docid": "6a9181edac1a46f0e714a640dff6c3ee", "score": "0.7195884", "text": "private MainController() {}", "title": "" }, { "docid": "fb00e67ad12ee851c64520778fbac4f9", "score": "0.6678027", "text": "private void AdministratorController() {\n\n\t}", "title": "" }, { "doc...
314373d50a7f4f70380d6bf7006dcc2a
Reset the address and bytes left in the memory writer to new values
[ { "docid": "0e9b0259936acba46ba7b469f7640338", "score": "0.6207133", "text": "UnsafeMemoryReader resetTo(long address, long bytesLeft) {\n this.address = address;\n this.bytesLeft = bytesLeft;\n return this;\n }", "title": "" } ]
[ { "docid": "c970b636dc34c0ccaa9a1b28c6438342", "score": "0.7094721", "text": "public void resetMemory(){\n this.memory = 0;\n }", "title": "" }, { "docid": "589c8ca69d089c69eabbfa97d270161d", "score": "0.64905596", "text": "public void reset() {\r\n\t\tm_offset = 0;\r\n\t}"...
84c3b71235428f821a8d3b574a9ebc57
Return the type ref of the super of the given type
[ { "docid": "4eab6c5b72c5a246968ac6cd2e1b3a55", "score": "0.7116273", "text": "static public TypeRef getSuperRefOf(Engine pEngine, TypeRef TRef) {\n\t\tif(TRef == null) return null;\n\t\ttry { pEngine.getTypeManager().ensureTypeInitialized(TRef); } catch(Exception E) { return null; }\n\t\tType T = TRef.g...
[ { "docid": "35a6d7bf247031404cf978234e6156ea", "score": "0.7248677", "text": "String getSuperType();", "title": "" }, { "docid": "2341688322767efb5ac27a5a997191a2", "score": "0.70954376", "text": "static public TypeRef getSuperRefOf(Engine pEngine, Type T) {\n\t\tif(T == null) return...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2bb332398c179f13eb5075d9dce45116", "score": "0.0", "text": "private void getListRoomsAvailableinHotel(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, Exception {\n\t\tString url=\"/WEB-INF/views/reserve.jsp\";\n\n\t\tint hotelId = Integer.parse...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
12aabcdc63eb9d4c46f902d8ff64cc53
This method was generated by MyBatis Generator. This method corresponds to the database table member_activity
[ { "docid": "bffbaa0d945c4e99229abf7147833a37", "score": "0.0", "text": "public void setLimitEnd(int limitEnd) {\n this.limitEnd=limitEnd;\n }", "title": "" } ]
[ { "docid": "b82df3f4f930a2297890019bc402f109", "score": "0.5801003", "text": "void memberAddedToTeam(Long teamId, Long memberId, Date activityDate);", "title": "" }, { "docid": "bf551e98d327877f1b0c09540eec2d97", "score": "0.5695934", "text": "public PaginatorDataTable<ActivityInstan...
26f3eb839174a41449f7ccd650ba5a0d
A helper method to check if economy is currently enabled.
[ { "docid": "053f180342f3fe0d51c62a94bcad7d20", "score": "0.8158343", "text": "public static boolean useEconomy() {\n \t\treturn useEconomy;\n \t}", "title": "" } ]
[ { "docid": "52e429994f3ed31b387843614a55dd4b", "score": "0.8510003", "text": "public static boolean isEconomyAvailable(){\n return economy != null;\n }", "title": "" }, { "docid": "2d85e133a4ad187bcef80f2bc3ad1d68", "score": "0.75762314", "text": "private boolean setupEcono...
aaef7163b0038674b77fcd243059ea38
Method to send the request
[ { "docid": "0aa34c42a56cecf5f8ef5d2ad3969125", "score": "0.67097485", "text": "private void sendRequest(String methodName) throws Exception{\n\t\tURL u = null;\n\t\tHttpURLConnection httpURLConnection = null;\n\t\tOutputStreamWriter wr = null;\n\t\ttry{\n\t\t\tu = new URL (\"http://localhost:8080/VendMa...
[ { "docid": "b53533332cfe26fb95dd01403fa31bd1", "score": "0.70724326", "text": "@Override\n public void run() {\n request.printRequest();\n String method = request.getMethod();\n String bodyType = request.getBodyType();\n try {\n connection = (HttpURLConnection) ...
be3652656b06f325fa18cd164facc150
Sets the showTranslations attribute of the DisplayHelper object
[ { "docid": "1c7c2364ac250c15de8c8afcdd33cc6d", "score": "0.68706924", "text": "public void setShowTranslations(boolean showTranslations) {\n\t\tthis.showTranslations = showTranslations;\n\t}", "title": "" } ]
[ { "docid": "0ee02c1d264193f7f48ed313277a6296", "score": "0.6598141", "text": "public boolean getShowTranslations() {\n\t\treturn showTranslations;\n\t}", "title": "" }, { "docid": "7e0fb505b25384afad02df54001acd3d", "score": "0.56499064", "text": "void onTranslationEnabled();", "...
72699e4e4e041ca6ea6a11aba4da3c77
this should have been provided to us javadoc'd
[ { "docid": "0efecbd9b590944dce40564de487a530", "score": "0.0", "text": "public TestHantoCoordinate(int x, int y)\n\t\t{\n\t\t\tthis.x = x;\n\t\t\tthis.y = y;\n\t\t}", "title": "" } ]
[ { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.6343898", "text": "public function() {}", "title": "" }, { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.6109525", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "5d259e9a9ed3...
44b1789769b63998e34dc43a731ca0a1
Set the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.
[ { "docid": "1308c6865f11a716acdec266f372df78", "score": "0.7470506", "text": "public RunUpdateParameters withIsArchiveEnabled(Boolean isArchiveEnabled) {\n this.isArchiveEnabled = isArchiveEnabled;\n return this;\n }", "title": "" } ]
[ { "docid": "2feb230f05ba83d00f89beb13f4886b9", "score": "0.83278906", "text": "public void setArchive(boolean isArchive) {\n\t\tthis.isArchive = isArchive;\n\t}", "title": "" }, { "docid": "c013871bf0a0efd4fb270dbfd275fd9b", "score": "0.8160575", "text": "public Boolean isArchiveEnab...
f784b39c39d4a73c7e6f3d98e887b30e
/ Method under test: submitForPublishing Test Type : Positive Sub Type : validAsset_libNotLogged()
[ { "docid": "d8f2797f20f941771d27225a3e3a5243", "score": "0.84229714", "text": "@Test\n public void testSubmitForPublishing_validAsset_libNotLogged() throws Exception {\n try {\n AssetInfo assetInfo = assetCreator.getAssetAsAssetInfo(\"SystemAsset\");\n AssetKey assetKey = new Asse...
[ { "docid": "fed3785d1ba13e6af121746c0579ec5b", "score": "0.738025", "text": "@Test\n public void testSubmitForPublishing_invalidLogin() throws Exception {\n try {\n AssetInfo assetInfo = assetCreator.getAssetAsAssetInfo(\"Common\");\n AssetKey assetKey = new AssetKey();\n ...
7d5bb1d94cdfa78fea78c209b1e989e5
Otwiera Activity do wyboru zawodnika
[ { "docid": "c9abd9ccad4b2c1787fb47329e372cf0", "score": "0.0", "text": "public void chooseAthlete(View view) {\n Intent athlChooseIntent = new Intent(this,AthletesActivity.class);\n startActivityForResult(athlChooseIntent, 1);\n }", "title": "" } ]
[ { "docid": "28dd9672aef74f6f130fe94a84573198", "score": "0.6576245", "text": "@Override\n public void onActivityStarted(Activity activity) {\n\n }", "title": "" }, { "docid": "b4a16954cf261322a1018a1f7d452e1f", "score": "0.6544881", "text": "public stati...
372dc8ba44203bfa822ac9e9bc1702ee
$ANTLR end "rule__XTypeLiteral__TypeAssignment_3" $ANTLR start "rule__XTypeLiteral__ArrayDimensionsAssignment_4" InternalDroneScript.g:19056:1: rule__XTypeLiteral__ArrayDimensionsAssignment_4 : ( ruleArrayBrackets ) ;
[ { "docid": "e63f6ce9ae80540598950cdbb344b578", "score": "0.86047447", "text": "public final void rule__XTypeLiteral__ArrayDimensionsAssignment_4() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalDroneScript.g:1906...
[ { "docid": "f606587847bfcf0854b4e725c0110dc9", "score": "0.82796186", "text": "public final void rule__XTypeLiteral__ArrayDimensionsAssignment_4() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../de.nie.fin.ui/src-gen...
625eb78ec658c91016603956f80d9aed
Get the underlying byte data where this record is contained.
[ { "docid": "de3e2fc50c116348063a2a0ace3366d2", "score": "0.7295272", "text": "public ByteData getByteData() {\n return byteData;\n }", "title": "" } ]
[ { "docid": "5731508f7f3d2d1a747fbe908e289dc3", "score": "0.71492594", "text": "public byte[] getBytes() {\n\t\treturn m_dataBytes;\n\t}", "title": "" }, { "docid": "cd3edefd2ca3a17468777b663fa5c688", "score": "0.71283025", "text": "public java.nio.ByteBuffer getData() {\n return d...
01846641866387f69113ba06da13aeec
This program determines weather a circle is inside a second circle, overlapping it, or does not
[ { "docid": "3ec73a9dbb31ad1829222e4128c18612", "score": "0.6221204", "text": "public static void main(String[] args) {\n\t\t\n\t\tdouble circle1X, circle1Y, circle1Radius, circle2X, circle2Y, circle2Radius, distance;\n\t\t\n\t\t//get inputs\n\t\tScanner input = new Scanner(System.in);\n\t\tSystem.out.pr...
[ { "docid": "dacb0c2369564cb4bfe05420352ac6d7", "score": "0.711796", "text": "public void determineOverlap()\n {\n\t\t\t\t boolean touching = false;\n\t\t\t boolean die = false;\n\t\t\t //make int variables:\n\t\t\t int h;//h\n\t\t\t int k;//k\n\t\t\t int circlex;//circlex\n\t\...
ec876a6fb84e019872e7590d186da98a
Created with IntelliJ IDEA. User: harsha Date: 6/7/13 Time: 12:33 PM To change this template use File | Settings | File Templates.
[ { "docid": "30600c2b8d3154a5057cd689a2e48708", "score": "0.0", "text": "public interface AiravataClientAPIService {\n /**\n * Get all workflows available in the apache airavata server\n * @return workflow list\n * @throws PortalException\n */\n public List<Workflow> getAllWorkflows...
[ { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.62560755", "text": "private stendhal() {\n\t}", "title": "" }, { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.59919107", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { ...
fb1af6cfa7a93851c67b57efe8021189
Loads indices from provided LinkedList
[ { "docid": "6aa02a2f92f90e7e9c7952f09b38388e", "score": "0.0", "text": "public void setIndex(LinkedList<Tuple> index) throws ExecException {\n this.index = index;\n }", "title": "" } ]
[ { "docid": "4cd6bd69077003969f1fbad6deb5c7fc", "score": "0.58106655", "text": "@Test\r\n\tpublic void testIndexedLinkedList() {\n\t}", "title": "" }, { "docid": "6299697113b2e90336ab188e2807b234", "score": "0.5604149", "text": "IntegerListInterface getIndex(int n);", "title": "" ...
fb07ba5868c141499316d61523093df2
Invoked prior to replacing a region of text in the specified Document. Subclasses that want to conditionally allow replace should override this and only call supers implementation as necessary, or call directly into the FilterBypass.
[ { "docid": "8292a0784ab85098702cd720cd0067a2", "score": "0.52563035", "text": "public void replace(FilterBypass fb, int offset, int length, String text,\n AttributeSet attrs) throws BadLocationException {\n fb.replace(offset, length, text, attrs);\n }", "title": "" ...
[ { "docid": "2786188112425efc989a1312522eee08", "score": "0.64310443", "text": "void replace(DocumentFilter.FilterBypass fb, int offset,\n int length, String text,\n AttributeSet attrs) throws BadLocationException {\n if (ignoreDocumentMutate) {\n ...
b88ea27862ad837c8a3dbf16334832c2
Determine score of placing a ship at this certain position
[ { "docid": "de7b449decc05033ee8dac8d8446d8df", "score": "0.0", "text": "void updateScore(int[][] pGrid, int i, int j, int len, int dir, int weight) {\n int score = 0;\n\n for (int k = 0; k < len; k++) {\n int val;\n try {\n switch (dir) {\n ...
[ { "docid": "7e0511fbe917c5f12232f467401a8360", "score": "0.6349846", "text": "public int getScore(int pos){\n return leaderBoard.get(pos - 1).score;\n }", "title": "" }, { "docid": "97b20b01e9ff488499fd18d901d0ccc2", "score": "0.6335282", "text": "@Test\n public void testG...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9eba75f2e4d0bbf6117476b3701babca", "score": "0.0", "text": "@Override\n\tpublic void onHideScene() {\n\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
4d6d48e3d87faf3c5911cdab5b6b0e52
Returns the item's category based on its material
[ { "docid": "97f8e8df7afda8417810566d2d14fd81", "score": "0.67457795", "text": "public static String getCategory(ItemStack item, boolean verifySpecials){\r\n\t\tString matName = item.getType().toString().toLowerCase();\r\n\t\tif(InventoryUtils.compareItems(item, Recipes.getRepairGem()) && EnchantManager....
[ { "docid": "20b3dba7fcdb98d210db4d02ee044466", "score": "0.6553461", "text": "public String getItem_category() {\n return item_category;\n }", "title": "" }, { "docid": "20717c6b0e09daca8f1df98232957e8b", "score": "0.6512265", "text": "java.lang.String getCategory();", ...
f2fc4f0ac9f83a523e3cde98a55f2714
$ANTLR end "rule__Role__Group__0" $ANTLR start "rule__Role__Group__0__Impl" ../br.ufrn.dimap.ProcessDslLanguage.ui/srcgen/br/ufrn/dimap/ui/contentassist/antlr/internal/InternalProcessDsl.g:1988:1: rule__Role__Group__0__Impl : ( 'name' ) ;
[ { "docid": "d983fd5013c9deab9754ce4c7cafb8e4", "score": "0.7791811", "text": "public final void rule__Role__Group__0__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../br.ufrn.dimap.ProcessDslLanguage.ui/src-gen...
[ { "docid": "8e55234b9ad89f45914857348376e133", "score": "0.67986405", "text": "public final void rule__Practice__Group__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../br.ufrn.dimap.ProcessDslLanguage.ui/sr...
e55b3fd4b4d259dcefec06be695a07bf
Created by Thomas Lewis on 2/24/19.
[ { "docid": "fd03f3d96cad1858bbfbfaf2b533403e", "score": "0.0", "text": "public interface IDeckPresenter {\n void faceUpCardPressed(Integer pos);\n void deckPressed();\n}", "title": "" } ]
[ { "docid": "c8ceec30e6f3ebd2fb8cab39b477d3f3", "score": "0.6007609", "text": "private static void sapxep() {\n\t\t\n\t}", "title": "" }, { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.5924309", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title...
8677cf6a1f2b46d83bb3e6b0e43ceedb
||||||||||||||||||||||||||||| |||| Channels On/Off |||| ||||||||||||||||||||||||||||| Initializes the state (active or disabled) of the given StyleChannel by searching in the file.
[ { "docid": "19f532b869e209d39bd1837ee11b06d2", "score": "0.6824584", "text": "public void initIsChannelEnabledProperty(StyleChannel styleChannel) {\n /*\n * The StyleChannel with the channel number is active if the channelNumber\n * appears in the progression which can be describe...
[ { "docid": "7b19055a880e061504f1ee1dcc573c67", "score": "0.57543314", "text": "public void transferIsChannelEnabledProperty(StyleChannel styleChannel) {\n /*\n * The StyleChannel with the channel number can be activated or disabled\n * using the following approach:\n * 1. ...
941a83a9b1e255bc6a9c9a369c5ae6d0
/ End of public methods.
[ { "docid": "a6bdf94bca8183bbb07d9fbfd856b099", "score": "0.0", "text": "public AllocDotField_Node(WholeProgPAG pag, Alloc_Node base, SparkField field) {\n\t\tsuper(pag, field, field.getType());\n\t\tthis.base = base;\n\t\tthis.field = field;\n\t\tbase.addField(this, field);\n\t}", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.69293857", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6602753", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }...
4661f8a211424449b249c111dc37be4e
This function will visualize the declared dependencies in a graph
[ { "docid": "efb15152ac9e4135f07cb39cb0e7fa3b", "score": "0.5758654", "text": "private DirectedSparseMultigraph dependencyTreeToGraph() {\n\n\t\tDirectedSparseMultigraph g = new DirectedSparseMultigraph();\n\n\t\tfor (ArrayList<DependantTask> levelarray : ordered) {\n\t\t\tif (levelarray.size() > 0) {\n\...
[ { "docid": "60e2eea778f4f7db4128ccfacc2c1672", "score": "0.6612193", "text": "public String getDisplayName() {\n\t\treturn \"Dependency Graph\";\n\t}", "title": "" }, { "docid": "03ce15b4ac899659612ccc8517602886", "score": "0.6586445", "text": "protected void printContainerDependenci...
d37be5f4369bfeca94a5379e97847099
optional .CMsgGameMatchSignOut.CTeam.CPlayer.CCustomGameData custom_game_data = 35;
[ { "docid": "53ac847606c8ac1a5b6eabe72184705a", "score": "0.5598239", "text": "public boolean hasCustomGameData() {\n return ((bitField0_ & 0x10000000) == 0x10000000);\n }", "title": "" } ]
[ { "docid": "b906a705d8a420e96604dc697de0c824", "score": "0.92373806", "text": "DotaGcmessagesServer.CMsgGameMatchSignOut.CCustomGameData getCustomGameData();", "title": "" }, { "docid": "6e5ef9a56bba1ced203aef79a9fce18a", "score": "0.895631", "text": "DotaGcmessagesServer.CMsgGameMat...
93f4c23479b827e942147ba3ae9cc015
ActionListener for handling accessibility profile updates.
[ { "docid": "17277f33db380162b675e0a5af9aa1c2", "score": "0.74461704", "text": "public void update(ActionEvent event)\n {\n AccessibilityProfile.ColorContrast colorContrast =\n isHighContrast() ?\n AccessibilityProfile.ColorContrast.HIGH : \n AccessibilityProfile.ColorContrast.STAN...
[ { "docid": "872add5b83229a399098991fc67e430d", "score": "0.63148534", "text": "void profileEdited(MutableProfile profile);", "title": "" }, { "docid": "c919ac5c2c1cefafdea8c5891b0e6983", "score": "0.6112209", "text": "public void handleUpdateProfilePanel() {\n updateProfilePan...
bb784a6f4371c5f22ccd4087cf91f47e
Compares two AVLs and checks to see if the trees are the same. If the trees have the same data in a different arrangement, this method should return false. This will only return true if the tree is in the exact same arrangement as the other tree. You may assume that you won't get an AVL with a different generic type. F...
[ { "docid": "f78d3018504cc8a03acfab5fb4a075fb", "score": "0.7223043", "text": "public boolean equals(Object other) {\n if (other == null) {\n return false;\n }\n if (!(other instanceof AVL)) {\n return false;\n }\n AVLNode<T> node1 = root;\n ...
[ { "docid": "53d3c4147cee1674ad264ce4f552af78", "score": "0.6627099", "text": "private Boolean compare(AVLTree a, AVLTree b){\n if(a.key>b.key || (a.key==b.key && a.address>b.address))return true;\n return false;\n }", "title": "" }, { "docid": "a7bad778ae5923a0f66590b4c8c7fe...
60ef5205a3b572ca6a9287d2bfe40fd9
Test case number: 133 /Coverage entropy=1.5498260458782016
[ { "docid": "8cf0fa1db1dd9bf855415c2db2487ed9", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test133() throws Throwable {\n XmlEntityRef xmlEntityRef0 = new XmlEntityRef(\"oo;##i GP*]\");\n // Undeclared exception!\n try { \n xmlEntityRef0.strong();\n fail(...
[ { "docid": "293ba69276f6fd0cfa2f9a49e5aac4cb", "score": "0.678258", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n double[] ...
253ca2125a8a60cb8732200a7797b0e3
optional string ymd_first = 3;
[ { "docid": "5702ae5bb65ad904986dbe31d9c7bfcd", "score": "0.51106757", "text": "public boolean hasYmdFirst() {\n return ((bitField0_ & 0x00000004) == 0x00000004);\n }", "title": "" } ]
[ { "docid": "9efad77e1f6c2ef5a5b30f1c53fc1315", "score": "0.71269006", "text": "public Builder setYmdFirst(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000004;\n ymdFirst_ = value;\n onChanged();\n ...
93e2d7a3f1aa9809770046544f7f10c9
Called when the action mode is created; startActionMode() was called
[ { "docid": "2aae101b4fe92d5bd25796eca7e90c05", "score": "0.6373288", "text": "@Override\r\n public boolean onCreateActionMode(ActionMode mode, Menu menu) {\r\n // Inflate a menu resource providing context menu items\r\n MenuInflater inflater = mode.getMenuInflater();\r\n ...
[ { "docid": "7c6ed4a1032144f61bc428f5c33b4348", "score": "0.7515797", "text": "private void enableActionMode()\n {\n if (actionMode == null)\n {\n actionMode = Objects.requireNonNull(getActivity()).startActionMode(actionModeCallback);\n }\n }", "title": "" }, ...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "a4d6191746ad49b4def8ce5d514d3b1a", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "title": "" } ]
[ { "docid": "9d82bd438ca885e91ee42f441f6a67c0", "score": "0.73963165", "text": "@Override\n\tpublic void doPost(Request request, Response response) {\n\t\t\n\t}", "title": "" }, { "docid": "5e0c4bf9984bc451fe093fb1141f9960", "score": "0.7392475", "text": "@Override\n\tpublic void doPo...
125d2e0f6998136f45d366d90dbfe993
This method handles POST requests. Create a new request and queues it for processing.
[ { "docid": "ce125d5e2955d1336f337ea5e78ea1a2", "score": "0.0", "text": "@POST\n\t@Path(\"/add/{word}\")\n\t@Produces(MediaType.APPLICATION_JSON)\n\tpublic Map<String, Object> postAddRequest(@PathParam(\"word\") String word, String definition) throws InterruptedException;", "title": "" } ]
[ { "docid": "d608572a87b844dcafe05df04ce21656", "score": "0.6647176", "text": "public static void postRequest(Request req) {\n lazyInitialize();\n requestQueue.enqueue(req);\n }", "title": "" }, { "docid": "280d7d1935ce3b3426889f556f2759b6", "score": "0.64517665", "te...
74bb3ffc7f1f3082ebf3f02f57e3c868
Setup the test environment.
[ { "docid": "c5cb7f87c6d0f7d6dd2dffb0ae0f30ca", "score": "0.0", "text": "@Before\n public void setUp() throws Exception {\n MockitoAnnotations.initMocks(this);\n\n mWifiConfigStore =\n new WifiConfigStoreLegacy(\n mWifiNetworkHistory, mWifiSupplicant...
[ { "docid": "4d9aa912e200215d515caa9048fecb17", "score": "0.7824294", "text": "@Override\n protected void setupEnvironment(final TestDestinationEnv testEnv) {\n }", "title": "" }, { "docid": "c1fbdbcd5bef06328e577899a3f03374", "score": "0.74080944", "text": "@Before\n\tpublic void s...
359c7fd9aff9f940ec6163fe2cddf6a6
Display the banner screen
[ { "docid": "d53afc40cded927e06bac07c4b257e82", "score": "0.0", "text": "public void startProgram() {\n this.displayBanner();\n // promt the player to enter their name Retriere the name of the player\n String playersName = this.getPlayersName();\n \n // create and save ...
[ { "docid": "bb0359cc4aa1f943ef631c8802d400f9", "score": "0.7908571", "text": "private void displayBanner() {\n\t\tConfigManager configManager = ConfigManager.getInstance();\n\n\t\tString appName = configManager.getRunnerConfig().getString(\n\t\t\t\tConfigConstants.RUNNER_CONFIG_NAME);\n\n\t\tString appK...
688d0223b38c7d35b7204be9f77a2639
1. Usage Node as linkedlist node for hashmap entry for quick access 2. DLL so we can add, remove at O(1) 3. Use fake node as DLL head, tail to avoid edge case check!
[ { "docid": "988ff52b27771081a1f7318e3c746e29", "score": "0.0", "text": "public LRUCache(int capacity) {\n size = 0;\n cap = capacity;\n cache = new HashMap();\n // Usage of fake node to avoid edge cases check!\n head = new Node();\n tail = new Node();\n h...
[ { "docid": "c6ed785dd47819e175303f8c8b280386", "score": "0.6234371", "text": "private DLL_node add(DLL_node head) throws IOException {\r\n DLL_node temp = new DLL_node();\r\n temp.set_next(head);\r\n if(head != null)\r\n head.set_previous(temp);\r\n temp.set_previo...
339e5e63caa8a5598f27adf84fa088eb
Postconcats the matrix with the specified matrix. M' = other M
[ { "docid": "ced693cfe88198808c0c170890fd81ee", "score": "0.7107306", "text": "public boolean postConcat(Matrix other) {\n addTransform(other.mValues);\n \n return true;\n }", "title": "" } ]
[ { "docid": "679dc34300c9664c771571760a8f3b48", "score": "0.6288829", "text": "public boolean preConcat(Matrix other) {\n Matrix m = new Matrix(other);\n other.addTransform(mValues);\n set(m);\n \n return true;\n }", "title": "" }, { "docid": "d4217623181...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "558b3ff80d653f40039b2dfdddd1f7cf", "score": "0.0", "text": "@Override\n\tpublic Sence save(Sence t) {\n\t\treturn null;\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...
adb33a220f69a1a6c40e72c3325e61f0
Root node constructor. Creates the root node.
[ { "docid": "0604520525c2c62a36857e93ad50e255", "score": "0.0", "text": "public Node81918309(Board board, int[] move) {\r\n\t\tnodeBoard = board;\r\n\t\tnodeMove = move;\r\n\t\tparent = null;\r\n\t\tchildren = new ArrayList<Node81918309>();\r\n\t\tnodeDepth = 0;\r\n\t\tnodePlayerId = enemyId;\r\n\t}", ...
[ { "docid": "d95d58924523f10506b606a0a8dbaf03", "score": "0.7153047", "text": "public RootNode() {\n super(new ExplorerTree(topName));\n this.setValue(\"nodeType\", \"Top\");\n// this.setValue(\"networkName\", topName);\n setIconBase(\"org/qview/gui/TopIcon\");\n// setI...