query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
18fa61089d08c80e79a2a5684d09193b
void removeAllCityCountyStruct() Method removeCityCountyStruct
[ { "docid": "c883714f3910779eca23aabacd274e32", "score": "0.689283", "text": "public boolean removeCityCountyStruct(gov.georgia.dhr.dfcs.sacwis.structs.output.CityCountyStruct vCityCountyStruct)\r\n {\r\n boolean removed = _cityCountyStructList.remove(vCityCountyStruct);\r\n return remov...
[ { "docid": "413a6c49de2d34757426e7cd9f4ab615", "score": "0.7292813", "text": "public gov.georgia.dhr.dfcs.sacwis.structs.output.CityCountyStruct removeCityCountyStructAt(int index)\r\n {\r\n Object obj = this._cityCountyStructList.remove(index);\r\n return (gov.georgia.dhr.dfcs.sacwis.s...
92db602d8b4e60bc33111a39781fccc2
Return a random integer between 0 and 3
[ { "docid": "e21d8e850bb2539f5c56be141157d95f", "score": "0.81089544", "text": "public int getRandomNumber() {\n int Random;\n Random randomize = new Random();\n Random = randomize.nextInt(3);\n return new Integer(Random);\n }", "title": "" } ]
[ { "docid": "58ac4ee544d4fbf72c70c72a595f8238", "score": "0.83621067", "text": "int RandomGeneratorZeroToThree (){\n\t\t int randomInt = 0;\n\t\t Random randomGenerator = new Random();\n\t\t for (int idx = 1; idx <= 10; ++idx) {\n\t\t\t randomInt = randomGenerator.nextInt(4);\n\n\t\t }\n\t\t return rando...
81abbbec8dac2443780d806bc6cc1b72
Set the user roles.
[ { "docid": "f06cba01427b9a5458b7b7fe68d72904", "score": "0.70874155", "text": "public void setRoles(final Set<String> newRoles) {\n this.roles = newRoles;\n }", "title": "" } ]
[ { "docid": "0d34e2f3986cabed17774c6f26ef418c", "score": "0.80051196", "text": "public void setUserRoles(String[] roles) {}", "title": "" }, { "docid": "fdbe680b2637c2510b2a192ecf6c317d", "score": "0.7913948", "text": "public void setRoles(Set<UserRoles> roles)\n {\n this.ro...
3e0084ac3501d32c0d45f1e40e7a56f8
string title = 5;
[ { "docid": "14f7467559598dc4a93a3cd61b05aa89", "score": "0.0", "text": "public Builder setTitleBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n\n title_ = va...
[ { "docid": "6c2d0a00b9fad40892302530ec805737", "score": "0.67603207", "text": "public void setTitle(String x){\n title = x;\r\n }", "title": "" }, { "docid": "9ad25bc5c921c11183fe874aeb411405", "score": "0.6758046", "text": "String title();", "title": "" }, { "d...
87200fed48571f202309c0aab6db5a47
returns if the node is a leaf or not
[ { "docid": "6122d70c74fa48eb64211ce2c5abd3bb", "score": "0.84107476", "text": "public boolean isLeaf(){\n\t\treturn isLeaf;\n\t}", "title": "" } ]
[ { "docid": "19efb28b9c98c3840fb84b64220647a9", "score": "0.86728007", "text": "public boolean isLeaf();", "title": "" }, { "docid": "19efb28b9c98c3840fb84b64220647a9", "score": "0.86728007", "text": "public boolean isLeaf();", "title": "" }, { "docid": "19efb28b9c98c3840f...
37581f1515b195a04950316d83cf2bc4
What ever you want to do with the value
[ { "docid": "1ff0cedc5b37e9324f67f865e925b5c6", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int whichButton) {\n Editable codigoCapturado = edittext.getText();\n validarCodigo(codigoCapturado.toString());\n }", "title": "" } ]
[ { "docid": "986a732b3c6d757eb55677a7886d85e3", "score": "0.7698773", "text": "private void getValue() {\n }", "title": "" }, { "docid": "ba1d0ea60c53e8cc239d6662b79afc8c", "score": "0.7350873", "text": "String getValue();", "title": "" }, { "docid": "ba1d0ea60c53e8cc23...
445926447d4ee1399e52ce27d770d7c1
Bean property fluent setter: minLength.
[ { "docid": "700dfb025a40d4dc50ddc53da4ac474b", "score": "0.71384925", "text": "public ParameterInfo minLength(String value) {\n\t\tsetMinLength(toInteger(value));\n\t\treturn this;\n\t}", "title": "" } ]
[ { "docid": "a2237b07b156ba85d23e818bc7b8781e", "score": "0.8041491", "text": "public void setMinLength(Integer minLength);", "title": "" }, { "docid": "1cfda2715dc5700656483c06f5a19c99", "score": "0.74478096", "text": "public void setMinLength(int minLength) {\n this.minLength = m...
cf1250a81de8216b10971f1661a6381b
The status of the update action.
[ { "docid": "30eedbc8554dd167723178e72bff527e", "score": "0.80761683", "text": "public java.util.List<String> getUpdateActionStatus() {\n if (updateActionStatus == null) {\n updateActionStatus = new com.amazonaws.internal.SdkInternalList<String>();\n }\n return updateActio...
[ { "docid": "88d0606d1d85b1dd656f310b94c7b2c1", "score": "0.8048961", "text": "public String getUpdateStatus() {\n return updateStatus;\n }", "title": "" }, { "docid": "e734ae1ec6ff9175f8455ead3b218d83", "score": "0.73855186", "text": "public ActionStatus actionStatus() {\n ...
bea312a78f5689bfd7eb1d734712f117
Check the device to make sure it has the Google Play Services APK. If it doesn't, display a dialog box that enables users to download the APK from the Google Play Store or enable it in the device's system settings.
[ { "docid": "7278317139de9deea0b77412b19a31f2", "score": "0.7226964", "text": "private boolean checkPlayServices() {\n GoogleApiAvailability apiAvailability = GoogleApiAvailability.getInstance();\n int resultCode = apiAvailability.isGooglePlayServicesAvailable(this);\n if (resultCode...
[ { "docid": "017c0b27afdb59f414e7a024dede201b", "score": "0.7486907", "text": "private boolean checkPlayServices() {\n\n int resultCode = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);\n\n if (resultCode != ConnectionResult.SUCCESS) {\n\n if (GooglePlayServicesUtil.i...
d0da972255f945085fc22d15a512e630
org/omg/PortableServer/LIFESPAN_POLICY_ID.java . Generated by the IDLtoJava compiler (portable), version "3.2" from c:/cygwin64/tmp/build/source/java1.8.0openjdk/tmp/jdk8u/corba/src/share/classes/org/omg/PortableServer/poa.idl Monday, January 11, 2021 12:19:00 PM PST
[ { "docid": "a5f563157c2c1e9055313c57c7d77f51", "score": "0.7220181", "text": "public interface LIFESPAN_POLICY_ID\n{\n\n /**\n\t * The value representing LIFESPAN_POLICY_ID.\n\t */\n public static final int value = (int)(17L);\n}", "title": "" } ]
[ { "docid": "58d6f82bc5b248c4e37302b531a52656", "score": "0.59914374", "text": "public interface ENTITYFACTORY_QOS_POLICY_ID\n{\n\tint value = 15;\n}", "title": "" }, { "docid": "e1ae4817ce98c61683cf744f5241ca81", "score": "0.59744567", "text": "public static String id() { return \"ID...
97d292292c43c039dda521afcaef1085
Gets the frame slot containing the program state.
[ { "docid": "40f08f85743405973b5d24cc82d56644", "score": "0.8220244", "text": "public FrameSlot getStateFrameSlot() {\n return localScope.getStateFrameSlot();\n }", "title": "" } ]
[ { "docid": "914ec5c147b036da97a376fbd13649aa", "score": "0.69225377", "text": "public int getSlot()\n\t{\n\t\treturn slot;\n\t}", "title": "" }, { "docid": "c9454ea2c2a7fc3ed2070521810ee892", "score": "0.67092484", "text": "public String getSlot() {\r\n return slot;\r\n }",...
f0521abde4f83751c2ab5f8d50a204fa
optional string c2s_clientVersion = 8;
[ { "docid": "15c31ae3222aa0c80fbe1b87fe988bae", "score": "0.673076", "text": "public com.google.protobuf.ByteString\n getC2SClientVersionBytes() {\n java.lang.Object ref = c2SClientVersion_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n ...
[ { "docid": "58ceada4153da26dfa75d9b4b5f91c84", "score": "0.794202", "text": "java.lang.String getC2SClientVersion();", "title": "" }, { "docid": "f8d8924a871842ed4d2b95a08ddc3c72", "score": "0.71962756", "text": "public java.lang.String getC2SClientVersion() {\n java.lang.Object...
44ba8f3876a2e22c29d1a9e3efe3e20e
This method was generated by MyBatis Generator. This method sets the value of the database column order_shipping.receiver_phone
[ { "docid": "179025767ce897fd08fa813b3de7a256", "score": "0.70145744", "text": "public void setReceiverPhone(String receiverPhone) {\n this.receiverPhone = receiverPhone == null ? null : receiverPhone.trim();\n }", "title": "" } ]
[ { "docid": "3e2a5e3f8b2fd004ab5fa6de4af8590b", "score": "0.6504041", "text": "public void setRECEIVER_PHONE(String RECEIVER_PHONE) {\r\n this.RECEIVER_PHONE = RECEIVER_PHONE == null ? null : RECEIVER_PHONE.trim();\r\n }", "title": "" }, { "docid": "eb8d43de5f7836f901603f36890acdf7"...
308cb97f6e3f803c1e1c328d42683b93
To search the project by query
[ { "docid": "75696deb0f87edafd922af90d1a5b3c9", "score": "0.7123461", "text": "@Override\n public List<ProjectDetails> searchProjects(String searchStr) {\n return mongoTemplate.find(Query.query(new Criteria()\n .orOperator(Criteria.where(\"projectName\").regex(searchStr, \"i\"),\...
[ { "docid": "0faceba50daa3e0ceb1b8045f77d00f1", "score": "0.76793367", "text": "public static void searchByProject(String projectToSearch) {\n boolean search = true;\n if (search) {\n input.stream().filter(s-> projectToSearch.equals(((Tasks) s).getProject()))\n ...
58527ac9d972d04c988be8c596c9ea2f
$ANTLR end "ruleTypeQualifier" $ANTLR start "ruleTypeSpecifier" ../org.ow2.mindEd.idt.editor.textual.ui/srcgen/org/ow2/mindEd/idt/editor/textual/ui/contentassist/antlr/internal/InternalFractalIdt.g:1623:1: ruleTypeSpecifier : ( ( rule__TypeSpecifier__Alternatives ) ) ;
[ { "docid": "7b8cbbdbb6a4581a7efb18df7d4303ce", "score": "0.8434596", "text": "public final void ruleTypeSpecifier() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.ow2.mindEd.idt.editor.textual.ui/src-gen/org/ow2...
[ { "docid": "40883e0f856542066932e7aa1c8c84fb", "score": "0.75468385", "text": "public final void ruleTypeQualifier() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.ow2.mindEd.idt.editor.textual.ui/src-gen/org/ow...
3aa652b429fd3b67d7ff48de9b138f53
place the sensor in a certain place
[ { "docid": "70b7dbd18fc06ed0fef640a38a025e7a", "score": "0.0", "text": "public void setLocation(float x, float y) {\n\t\tthis.x = x;\n\t\tthis.y = y;\n\t}", "title": "" } ]
[ { "docid": "b2deb21743df3e5794fd21d0a75ed743", "score": "0.64502543", "text": "void setPosition(float X, float Y);", "title": "" }, { "docid": "4c58d47eb33a0f3549d8f9936d8942bd", "score": "0.6390771", "text": "void setPosition(float x, float y);", "title": "" }, { "docid"...
0b82295f0f7cf85a264cf6970882791d
Opens a wizard for installation of updates if found some available. Note: Call it from AWT queue only.
[ { "docid": "d2cfb52d735a023ce141d7a290324cdc", "score": "0.7096831", "text": "public boolean openCheckForUpdatesWizard(boolean reload);", "title": "" } ]
[ { "docid": "e5afb6b059a86bfa1b70ee26fb989585", "score": "0.6314258", "text": "public HttpResponse doShowUpgradeWizard() throws Exception {\n Jenkins.get().checkPermission(Jenkins.ADMINISTER);\n HttpSession session = Stapler.getCurrentRequest().getSession(true);\n session.setAttribut...
e3c4b5c68ddc3d26a2778a6ef4059d54
The max number of requests it is permissible for this session to have open at any one time.
[ { "docid": "a5ef66c02a9f11d934b7e277f28fcd70", "score": "0.6498307", "text": "public void setMaxRequests(int maxRequests) {\n this.maxRequests = maxRequests;\n }", "title": "" } ]
[ { "docid": "682c26f546fa63b6e2b3102845c4036e", "score": "0.76073813", "text": "@Nullable\n abstract Long maxConcurrentRequests();", "title": "" }, { "docid": "0a3167dcb6e257fc139d3571d0cecead", "score": "0.7575409", "text": "public int getNbMaxActiveSession() {\n return nbMaxCn...
e5849895f2b5a6e14389b6096b15591d
Input sentence is going to be spitted at every world if those are separated by space character. Then print them in a new line.
[ { "docid": "48eb80adffed8fbe5607a814c021e6e7", "score": "0.77575946", "text": "private static void spitASentence(String sentence) {\n String[] strings = sentence.split(\" \");\n for (String s : strings) {\n System.out.println(s);\n }\n }", "title": "" } ]
[ { "docid": "1217e68eb40bff716dba1ae48c4ba281", "score": "0.6947249", "text": "private static void splitWithSpace(String world) {\n String printing = \"\";\n\n for (int i = 0; i < world.length(); i++) {\n printing += world.charAt(i) + \" \";\n }\n System.out.println...
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": "1a239553d1a9a50807c9256d7901f3e1", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n ...
[ { "docid": "94282114b63250d4eda51cba662208a8", "score": "0.76772344", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar clicked; goto parent activity.\n ...
f5f7af702fff14f108e044c8bcceb3b3
Util method to write an attribute with the ns prefix
[ { "docid": "dedc48135bccd24a42192ffb5a1381f7", "score": "0.0", "text": "private void writeAttribute(java.lang.String prefix,java.lang.String namespace,java.lang.String attName,\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.str...
[ { "docid": "5eec9a323f0dc37e5df4cd90110e2844", "score": "0.775593", "text": "private void writeAttribute(java.lang.String prefix,java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws java...
0dee16f624088403a1c398d9fcc29349
Constructs a new DukeException with the given error message.
[ { "docid": "f433c31f846c9d1acb4a582c40380f89", "score": "0.786868", "text": "public DukeException(String message) {\n this.message = message;\n this.friendlyMessage = message;\n }", "title": "" } ]
[ { "docid": "d031138177dace4024ec2402a663a92c", "score": "0.8070156", "text": "public DukeException (String message) {\n super(message);\n }", "title": "" }, { "docid": "aabdb08a59a27ed3cadbbfcf03f8be14", "score": "0.80457735", "text": "public DukeException(String message) {...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "34791278cffa4be7bf9f737855a4d729", "score": "0.0", "text": "public /* synthetic */ C0117M mo2240a(List notifications) {\n boolean[] $jacocoInit = $jacocoInit();\n C0117M removeNotifications = removeNotifications(notifications);\n $jacocoInit[48] = true;\n return r...
[ { "docid": "acca3c01e51d08a4d60d67937f3fd23f", "score": "0.6243165", "text": "public interface C2525a {\n /* renamed from: a */\n void m12672a();\n }", "title": "" }, { "docid": "0b5ec8f53273b48128542de9a10a26fa", "score": "0.61942255", "text": "public interface C353...
2082cee6c91684cda2f9d34d83205750
optional int32 uid = 3;
[ { "docid": "3d46fab9ae0689a4a9bfb0edec6dab1a", "score": "0.0", "text": "public Builder clearUid() {\n bitField0_ = (bitField0_ & ~0x00000004);\n uid_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "109077bc1e176b7fc46bd588deff418d", "score": "0.76572216", "text": "int getUid();", "title": "" }, { "docid": "109077bc1e176b7fc46bd588deff418d", "score": "0.76572216", "text": "int getUid();", "title": "" }, { "docid": "109077bc1e176b7fc46bd588deff418d", "...
cc9aa6d10dd3ef41b16700490c465150
log.debug("finding all Rebate instances");
[ { "docid": "3546642abbab1ead1e239e598a135216", "score": "0.0", "text": "public List findAll() {\n\t\ttry {\n\t\t\tString queryString = \"from Orders order by id desc\";\n\t\t\tQuery queryObject = getSession().createQuery(queryString);\n\t\t\treturn queryObject.list();\n\t\t} catch (RuntimeException re) ...
[ { "docid": "c61638d5cdc9bde06a537ba07f70fa8b", "score": "0.64433503", "text": "private static void testReizigerFindAll() {\n List<Reiziger> reizigers = reizigerDAO.findAll();\n System.out.println(\"[Test] ReizigerDAO.findAll() geeft de volgende reizigers:\");\n for (Reiziger r : rei...
5a796f669a91fd5d70220bd3203ac4f8
Generates, inside the working directory, all supporting files (mostly cytoscape.js) needed for correct visualization of graphs dumped in html format.
[ { "docid": "6afd688595173e96845f7a0c1590bf2f", "score": "0.7074716", "text": "public void generateHtmlViewerSupportFiles(boolean compound) throws IOException {\n\t\tList<String> files = new ArrayList<>();\n\t\tfiles.add(\"js/cytoscape-3.21.1.min.js\");\n\t\tfiles.add(\"js/cytoscape-graphml-1.0.6-hier.js...
[ { "docid": "f82a98f212840d125c4f90e927c19b27", "score": "0.5525508", "text": "protected void buildAllPackagesFile() throws DocFileIOException {\n String label = resources.getText(\"doclet.All_Packages\");\n HtmlTree bodyTree = getBody(true, getWindowTitle(label));\n HtmlTree htmlTre...
825fb397ee3b29adbd36bff0ac80eea7
Inflate and populate the view
[ { "docid": "294ae0ebfe76b2cea6c052c216b4a57d", "score": "0.0", "text": "@Override\n public View getView(int pos, View v, ViewGroup parent) {\n if (v == null){\n v = getActivity().getLayoutInflater().inflate(R.layout.list_application_item, null);\n }\n\n ...
[ { "docid": "4ddcc44d08ecfd11b1e08fccd5971df8", "score": "0.7298669", "text": "public void inflateView() {\n LayoutInflater.from(getContext()).inflate(R.layout.custom_preset_button, this, true);\n this.mValueTextView = (TextView) findViewById(R.id.text_view_value);\n this.mUnitTextVi...
7eb6dca3796f5b930ab8c983097f8924
A reference to a convention. There is no controlled vocabulary for conventions, but the author must ensure that the semantics are openly available and that there are mechanisms for implementation. The convention is inherited by all the subelements, so that a convention for molecule would by default extend to its bond a...
[ { "docid": "466c8dfd30b5ab55294eb4fa7e604e61", "score": "0.65489537", "text": "public CMLAttribute getConventionAttribute() {\r\n return (CMLAttribute) getAttribute(\"convention\");\r\n }", "title": "" } ]
[ { "docid": "6f9195cb3d348a4f9d4ef731568430f8", "score": "0.649174", "text": "String getConventionUsed();", "title": "" }, { "docid": "614c6165d52b97018c14a8a5750700b0", "score": "0.5856834", "text": "public String getNamingConvention() {\n return namingConvention;\n }",...
d7c3cbb51204ce595f701424771de800
Draws the complication for the last known time. Last known time is derived from ComplicationDrawablesetCurrentTimeMillis(long)}.
[ { "docid": "1e94f8331069094f46de797de389a233", "score": "0.6127966", "text": "@Override\n public void draw(@NonNull Canvas canvas) {\n assertInitialized();\n updateStyleIfRequired();\n mComplicationRenderer.draw(\n canvas,\n mCurrentTimeMillis,\n ...
[ { "docid": "3ce62a035ed6ed43ca5fb490dbb754a0", "score": "0.5386238", "text": "@Override\n public void drawTime() {\n }", "title": "" }, { "docid": "6797405bc1e3c4a1efa4a943b2242816", "score": "0.53337", "text": "public void act() \n {\n if(startTime==0) { startTime = Syst...
8cc03b5d4247e14b0ab12f75c1fb0159
Render all of the entities in our entityList
[ { "docid": "71a684ae548ef3d60f31f9435b1019a5", "score": "0.56596655", "text": "public void render(Batch batch){\n\n //render all items in the item manager\n this.itemManager.render(batch);\n\n //render the objects in the object manager\n this.objectManager.render(batch);\n\n ...
[ { "docid": "1abc4937fd062ea5ab22324db281745b", "score": "0.6623306", "text": "public void renderAll(GraphicsContext gc) {\n int size = gameEntities.size();\n for (int i = 0; i < size ; i++) {\n AbstractEntity entity = gameEntities.get(i);\n if (entity.isActive()) {\n ...
267ce28dc46632ef85760d882bcd9fb8
Constructors Default Constructor Creates and initializes a new deck of 52 standard playing cards.
[ { "docid": "632da18fdfa480c9aa42a6489edae327", "score": "0.7138048", "text": "public Deck()\n {\n deck = new PlayingCard[SIZE];\n initDeck();\n }", "title": "" } ]
[ { "docid": "a51f338d2fa67b957e066003de2a5ebc", "score": "0.8051288", "text": "public Deck(){\n\t\t// make a 52 card deck here\n\t\t\n\t\tcards = new Card[52];\n for (int i = 0; i < cards.length; i++){\n cards[i]=new Card(i / 13 + 1, i % 13 + 1);\n top = 0;\n }\n\t}", ...
40bb90f8e58179efa87aae52eef80650
Constructs an AWTShapeExtruder object from the specified AWTShapeExtrusion object, using the default values for the tessellation tolerance, the crease angle, and the geometry transform. The default values are as follows: tessellation tolerance : 0.01 crease angle : 0.767944871 radians (44 degrees) geometry transform : ...
[ { "docid": "bfd050752613cd08fcac60cc398b17d0", "score": "0.58944136", "text": "public AWTShapeExtruder(AWTShapeExtrusion extrudePath) {\n\t\t\tthis(0.01, extrudePath);\n\t\t}", "title": "" } ]
[ { "docid": "9e4a43bf099f26c3a206b42d1067169e", "score": "0.7160389", "text": "public AWTShapeExtruder(double tessellationTolerance,\n\t\t\t\tAWTShapeExtrusion extrudePath, double creaseAngle) {\n\t\t\tthis.tessellationTolerance = tessellationTolerance;\n\t\t\tthis.shapeExtrusion = extrudePath;\n\t\t\tse...
25111726a8a078853c6968ff9dcb989c
TODO:AskQuestion should know nothing about PresentableResponses. Make a factory.
[ { "docid": "68d23604bd4902c86a755535bc3e5b40", "score": "0.77007556", "text": "private PresentableResponse makePresentableResponse() {\n\t\tPresentableResponse result = new PresentableResponse();\n\t\tresult.message = getAnswerRequiredMessage();\n\t\tresult.outcome = Outcome.NEGATIVE;\n\t\treturn result...
[ { "docid": "025450e50c2d9cb147ea5bb492bda047", "score": "0.61031437", "text": "public interface QuestionnaireResponseReceiver {\n public void receiveResponse(QuestionnaireResponse questionnaireResponse);\n }", "title": "" }, { "docid": "7e3bc6b3f31ff28a0cad46ab84eb1de1", "score...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5fe973bf0efea2a10caea82146745ff1", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tRunImplEx15 r1 = new RunImplEx15(\"*\");\n\t\tRunImplEx15 r2 = new RunImplEx15(\"**\");\n\t\tRunImplEx15 r3 = new RunImplEx15(\"***\");\n\n\t\tr1.start();\n\t\tr2.start();\n\t\tr3.start(...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66613346", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.65680635", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, {...
3515c91d7a7a98a194367873ba5b5289
Sets the after image in json of this audit trail.
[ { "docid": "aa227b7df205a77ad1bd73564db07e10", "score": "0.8771992", "text": "@Override\n\tpublic void setAfterImageInJson(java.lang.String afterImageInJson) {\n\t\t_auditTrail.setAfterImageInJson(afterImageInJson);\n\t}", "title": "" } ]
[ { "docid": "863b0a89f65d861531a0a758f1c1b374", "score": "0.7502471", "text": "@Override\n\tpublic java.lang.String getAfterImageInJson() {\n\t\treturn _auditTrail.getAfterImageInJson();\n\t}", "title": "" }, { "docid": "19681d84e3ffb43958446ddd8914925f", "score": "0.61904854", "text"...
da1e81b53f0fe0e2234cf4af509c4f5c
repeated int32 enabled_experiments = 2 [deprecated = true];
[ { "docid": "20f2edcc7f9143f50ad8fffb9258ac6f", "score": "0.66188943", "text": "@java.lang.Deprecated java.util.List<java.lang.Integer> getEnabledExperimentsList();", "title": "" } ]
[ { "docid": "0e94b93fce1067e42c990a41aa4ee6c5", "score": "0.7102675", "text": "@java.lang.Deprecated int getEnabledExperimentsCount();", "title": "" }, { "docid": "8ab100178c2a70e1d2c192db4c2c0e4c", "score": "0.7083986", "text": "@java.lang.Deprecated int getEnabledExperiments(int ind...
b2067d54ef0cd55a07da3627c88e13a2
Performs a deep copy on other.
[ { "docid": "e22538f555991a79aba4924de5a1d4df", "score": "0.0", "text": "public getBizMethodInvokeInfo_args(getBizMethodInvokeInfo_args other) {\n if (other.isSetMethodName()) {\n this.methodName = other.methodName;\n }\n }", "title": "" } ]
[ { "docid": "48aa49fb48da385c5eae2a1eb4ac5803", "score": "0.6980309", "text": "public abstract Object shallowCopy();", "title": "" }, { "docid": "100daf6bf8b698bb98f26135cf4f6b88", "score": "0.6832317", "text": "public void copyFrom(Result other) {\n checkReadonly();\n this.row ...
c186ada452ab4741540c416010e30765
Start stop central scanning
[ { "docid": "fc6c6b798b9349ee79819df93446da04", "score": "0.0", "text": "int HMBTHalScanStart();", "title": "" } ]
[ { "docid": "a60ff548c310b594042d9974ecddc815", "score": "0.70270896", "text": "public void stop_scanning(){\n scanButton.setText(R.string.start_scanning);\n //For testing only:\n Log.i(\"INFO\",\"Stopping Scan\");\n\n progressBar.setVisibility(View.GONE);\n //TODO: Han...
27a27de536b0062338b9356f4857e38c
fixed32 uid = 1;
[ { "docid": "17a678b5c6cb1866e9162561f5acc496", "score": "0.6303852", "text": "public int getUid() {\n return uid_;\n }", "title": "" } ]
[ { "docid": "78337fce22204ca1ea71da87cd70f60e", "score": "0.7470278", "text": "long getUserUid();", "title": "" }, { "docid": "5cb7d7e3b6aef82f48621cb35b872fcc", "score": "0.7361505", "text": "long getUid();", "title": "" }, { "docid": "109077bc1e176b7fc46bd588deff418d", ...
ba8cc1950e96b0605ae6c3cbbcd07253
Return the base URL of the HTTP based interaction service
[ { "docid": "e03193b507bf6c27ca96668f577cdefb", "score": "0.6616775", "text": "public String getBaseURL() {\r\n\t\treturn this.baseURL;\r\n\t}", "title": "" } ]
[ { "docid": "5cc0433293820f70917d711ba6802a21", "score": "0.7558455", "text": "String getBaseUrl();", "title": "" }, { "docid": "cb04e4798070702c254db4d944683e16", "score": "0.7512748", "text": "public abstract String getBaseUrl();", "title": "" }, { "docid": "fc8f21be197f...
37f5c8de78dc8e21e3d84fd5de56d698
Starts this service to perform action Foo with the given parameters. If the service is already performing a task this action will be queued.
[ { "docid": "d94d427cfe8aa0a5c60c6a5c8343a79b", "score": "0.0", "text": "public static void startActionFetchWeather(Context context, String location) {\n Intent intent = getIntentFetchWeather(context, location);\n context.startService(intent);\n }", "title": "" } ]
[ { "docid": "b0b0d03f694016a594b852ae3ec415a2", "score": "0.6541431", "text": "public static void startActionFoo(Context context, String param1, String param2) {\n Intent intent = new Intent(context, MainService.class);\n intent.setAction(ACTION_FOO);\n intent.putExtra(EXTRA_PARAM1, ...
727c5bc58978f599ea5d3accab05da40
Clears the value of the 'id' field.
[ { "docid": "c36cb9de0771da5610c89c3a90524bff", "score": "0.78665763", "text": "public com.trg.fms.api.Trip.Builder clearId() {\n id = null;\n fieldSetFlags()[0] = false;\n return this;\n }", "title": "" } ]
[ { "docid": "87efebb549980f01ef1e4877eeb72a9a", "score": "0.8587401", "text": "private void clearId() {\n \n id_ = 0;\n }", "title": "" }, { "docid": "87efebb549980f01ef1e4877eeb72a9a", "score": "0.8587401", "text": "private void clearId() {\n \n id_ =...
ad569dcaedacb5146e32e5ce54e24e83
Initiates the user interface.
[ { "docid": "f69e95bdaf3bfbb45442dff385ca0736", "score": "0.0", "text": "public void initUI(){\n\t\t//setting language-specific strings\n\t\tif(Locale.getDefault() == Locale.GERMAN || Locale.getDefault() == Locale.GERMANY){\n\t\t\tnameOld = Lang_GER.nameOld;\n\t\t\tapplesL = Lang_GER.applesL;\n\t\t\tvL =...
[ { "docid": "3a6c6f7e3b18dd6606f1448f138815e3", "score": "0.78673536", "text": "private void initUserInterface() {\n setJMenuBar(buildMenubar());\r\n \r\n // setup main panel\r\n JPanel mainPanel = new JPanel(new BorderLayout());\r\n mainPanel.add(buildControlToolbar(), NO...
51e470305f56cda51f6c37aaf3821911
Returns a CFSectionBuilder that aggregates the passed in section builders, separated by a new line.
[ { "docid": "8b625f5cfbc75e7e218dae3d7ec3008e", "score": "0.66603", "text": "public static CFSectionBuilder aggregating(final List<? extends CFSectionBuilder> sectionBuilders) {\n return aggregating(sectionBuilders, DEFAULT_SPACE_BETWEEN_SECTIONS);\n }", "title": "" } ]
[ { "docid": "d07594b224a2087c2cfaa16efaf6c42f", "score": "0.6936846", "text": "public static CFSectionBuilder aggregating(final List<? extends CFSectionBuilder> sectionBuilders,\n final String spaceBetweenSections) {\n return new AggregatingCFSectionBu...
52d78bfe989d63bb82c432131b9bc0cd
Deletes a preference set.
[ { "docid": "c84e1eef1c472452478bed7418f2fb46", "score": "0.76467353", "text": "public void deletePreferenceSet(\n com.google.cloud.migrationcenter.v1.DeletePreferenceSetRequest request,\n io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver) {\n io.grpc.stub....
[ { "docid": "fd5ea470704465895c8a7701a3fe1735", "score": "0.75854754", "text": "public com.google.longrunning.Operation deletePreferenceSet(\n com.google.cloud.migrationcenter.v1.DeletePreferenceSetRequest request) {\n return io.grpc.stub.ClientCalls.blockingUnaryCall(\n getChannel()...
9442e473e8470d2692e98d8f0396b37b
//////// Constructors ////////// //////// Getters & Setters ////////// //////// Methods //////////
[ { "docid": "6945b8a21576e8a60fa5521c3a1a4703", "score": "0.0", "text": "@RequestMapping(method = RequestMethod.GET)\n public ModelAndView editComputerGet(HttpServletRequest request, HttpServletResponse response) {\n ModelAndView model = new ModelAndView(\"/WEB-INF/pages/editComputer.jsp\");\n ...
[ { "docid": "2f92bc3792fa33e665b9667c682d2256", "score": "0.7316751", "text": "@Override\r\n\tprotected void construct() {\n\t\t\r\n\t}", "title": "" }, { "docid": "a532a9c7f2edc499434a5ecca5b6838b", "score": "0.71627593", "text": "public Caophong() {\r\n\r\n }", "title": "" ...
e9b3265b9b7ca0464a77d4f48f29010f
Get the color of highlighted cell entries.
[ { "docid": "5953a5a726601e33700e20189332ab96", "score": "0.68042445", "text": "public Color getElemHighlightColor() {\r\n\t\treturn elementHighlightColorDefault;\r\n\t}", "title": "" } ]
[ { "docid": "88d3a590bcfec92ada3bde23a7b86bb4", "score": "0.74983937", "text": "public Color getHighlightColor()\n\t{\n\t\treturn highlight;\n\t}", "title": "" }, { "docid": "a0fc8d5ca85c79ea652771ed1c1fa10a", "score": "0.7495177", "text": "public Color getHighlightColor() {\n\t\tretu...
b98b327a7d48c3c8a5e05cc12bb53cc7
optional bytes bytes_value = 12;
[ { "docid": "61fd283cf205a70d35675bf0ea314a7b", "score": "0.0", "text": "@java.lang.Override\n public com.google.protobuf.ByteString getBytesValue() {\n return bytesValue_;\n }", "title": "" } ]
[ { "docid": "9ff1deb0df433111750bb2c6771f1b11", "score": "0.6926292", "text": "public byte byteValue() {\n/* 126 */ return this.value2;\n/* */ }", "title": "" }, { "docid": "f6a4e92849326c7ce0b0ad131682e33c", "score": "0.6775227", "text": "int getValByte();", "title"...
764e5ea6985e08bb95ea1e3329b78264
Append child space with child width
[ { "docid": "bb0b5ebc7ef9e4b306282739c1f6a728", "score": "0.6242979", "text": "private void resetChildWidth(final View view, final int childSpace) {\n\n\t\tview.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {\n\t\t\t@SuppressWarnings(\"deprecation\")\n\t\t\...
[ { "docid": "ce65330b28817f05c89a59da35d82ee9", "score": "0.6348631", "text": "@Override\n\tpublic void add(Widget child)\n\t{\n\t\tthis.child = child;\n\t\tsetMinWidth(App.inst.getSize().xi());\n\t\tchild.setMinWidth(App.inst.getSize().xi() - child.getMargins().getHorizontal());\n\t}", "title": "" ...
16b228f1effc2ed50ada3bbafda83f75
Add new pc to pcs table
[ { "docid": "c65dfc0560f319ab347c446777e95d89", "score": "0.64917994", "text": "public static void insertPcs(Connection conn) throws SQLException {\r\n\t\tinsertUsers(conn);\r\n\t\tinsertMake(conn);\r\n\r\n\t\tinsertModel(conn);\r\n\t\tinsertDepartment(conn);\r\n\r\n\t\tList<Pcs> pcList = FileChooser.pcs...
[ { "docid": "0308691fbc744ce2b001be7e9ce3339c", "score": "0.71480435", "text": "public static void addPcs(Connection conn) throws SQLException {\r\n\r\n\t\t// Make, add if make doens't exist\r\n\t\taddMakePC(conn);\r\n\t\taddModelPC(conn);\r\n\t\taddUserPC(conn);\r\n\t\taddDepartmentPC(conn);\r\n\t\tList...
17995736b6ba39764f3880cd60a83caa
Home button, onclick in menu.xml
[ { "docid": "0a39f43d4e9c9980c1c4084e69ca24e0", "score": "0.667277", "text": "public void Home(View view){\n Intent intent = new Intent(ListIngredient.this, MainActivity.class);\n startActivity(intent);\n overridePendingTransition(R.anim.slide_in_left,R.anim.slide_out_right);\n }"...
[ { "docid": "3af692cab9a985fcb8ba2a820034a09e", "score": "0.7574354", "text": "@Override\n\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\tgohome();\n\t\t\t\t}", "title": "" }, { "docid": "a739072170ab947f8e1be181cc084d9e", "score": "0.7564434", "text": "@Override\n\t\t\tpublic void o...
2cb13027c4dcd1aadcf0d58990096394
Returns true if this rule should be applied just when editing is being finished.
[ { "docid": "6509b83f873d595b2d3d9a2089c56d1c", "score": "0.6874492", "text": "public boolean checkAtFinishEditing();", "title": "" } ]
[ { "docid": "3b94e608fc59cdba6a4bdebe255266c8", "score": "0.6720084", "text": "@Override\r\n\tpublic boolean isDirty() {\r\n\t\treturn dirtyRule;\r\n\t}", "title": "" }, { "docid": "f9048ffaaa8e5f83996567c3714817aa", "score": "0.64873284", "text": "public boolean isActionComplete() {\...
ce82d024d16ac5feb5a9d349fe63c587
Scans and parses an individual title on a BD dir, returning an object representing the metadata of the title.
[ { "docid": "e23fbbcdc48b125ed3aeefb5491effe5", "score": "0.6193706", "text": "Video scanAndParseBluRayTitle(File bluRayDirectory, int title) throws DemuxerException, IOException;", "title": "" } ]
[ { "docid": "54341330047093458c84b13056a957a0", "score": "0.6054742", "text": "private ImdbSearchResult titleSearchResult(String group) {\n\t\tPattern pattern = Pattern.compile(\n\t\t\t\t\"<a\\\\shref=\\\"/title/tt(\\\\d{7})/\\\">([^<]+)</a>\\\\s\\\\((\\\\d{4})[IVX/]*\\\\)\\\\s*([()A-Z]{0,6})(.*)\\\\z\"\...
3c21e26c691d0f9df4c45263629ce226
Constructs an HourlyEmployee with hourly wage of 20 and monthly hours of 160.
[ { "docid": "6e51719b7b70174bf0bc9a9a363bf013", "score": "0.70153487", "text": "public HourlyEmployee(String aName, Date aHireDate) {\n this(aName, aHireDate, 20.00, 160.0);\n }", "title": "" } ]
[ { "docid": "8a6b11c79149d02f66ea29f248f8b8ea", "score": "0.7476512", "text": "public HourlyEmployee(String fname, String lname, String ssn, int hours, double wage){\n super(fname, lname, ssn, hours);\n this.wage = wage;\n }", "title": "" }, { "docid": "3bbe217d495563b75d6278...
1785e4d83eac7debbeb813aa9a9966f9
Get IP range of the firewall
[ { "docid": "f630759c36847a12864fa856133520d0", "score": "0.54119754", "text": "public FwCidrInfo getFwCidrInfo() {\n return this.FwCidrInfo;\n }", "title": "" } ]
[ { "docid": "2213ebcdc41f89c8492d7359b25755ae", "score": "0.73365307", "text": "java.lang.String getIpCidrRange();", "title": "" }, { "docid": "267d06b4838b0eff2532d519e47dd9bf", "score": "0.67431206", "text": "private static List<String> getIPAddressRangeList(OEntityWrapper oew) {\n ...
ed5e237f8664764f5b0a364bbc1705ae
System.out.println(" Adding to ExecutionContext: " + (vmi != null ? vmi.getURI() : "null"));
[ { "docid": "db80bcc684648e49d3ea45ad94bad638", "score": "0.0", "text": "@Override\n\tpublic void addToExecutionContext(VirtualModelInstance<?, ?> vmi, RunTimeEvaluationContext evaluationContext) {\n\t\tvirtualModelInstances.add(vmi);\n\t\tif (vmi.getVirtualModel() != null) {\n\t\t\tfor (EventListener el...
[ { "docid": "be2b2015d1294094636182090a31b428", "score": "0.510986", "text": "@Override\n public String getWorkloadContext() {\n return null;\n }", "title": "" }, { "docid": "aaddfe9f6627e81bf6d63acff31088e4", "score": "0.48700428", "text": "public...
1300953e3209affd6cee7c76e31f4b96
Write the string value to a file
[ { "docid": "10f6e248fb34285812c4c5864af3893a", "score": "0.0", "text": "public static void write(File file, String text) throws IOException {\n File dir = file.getParentFile();\n if (!dir.exists())\n if (!dir.mkdirs())\n throw new IOException(\"Unable to create th...
[ { "docid": "72abe3736704d3caea418a65ed9a30da", "score": "0.7051492", "text": "<T> void write(String path,\n T value);", "title": "" }, { "docid": "b4718861dfec3861f19c87da43ca57e5", "score": "0.6996906", "text": "public static void writeStringToFile(String s, File f...
36d5a35162560403a948c9a881f0ee99
Returns true if both persons have the same identity and data fields. This defines a stronger notion of equality between two persons.
[ { "docid": "b26f69c97450c6a84e01e95c3f3402ec", "score": "0.709165", "text": "@Override\n public boolean equals(Object other) {\n if (other == this) {\n return true;\n }\n\n if (!(other instanceof Person)) {\n return false;\n }\n\n Person otherP...
[ { "docid": "91bffddf649728a285bf24666f8d029c", "score": "0.7295459", "text": "@Override\n public boolean equals(Object other) {\n /* Check this and other refer to the same object */\n if (this == other) {\n return true;\n }\n\n /* Check other is Person and not n...
3bc556c0f9108bab0f377025aaa30436
Return a new HTMLFormatter
[ { "docid": "51c229b65ac2dbc960034b96c13b1757", "score": "0.90665525", "text": "public static HTMLFormatter createHTMLFormatter() {\n return new HTMLFormatter();\n }", "title": "" } ]
[ { "docid": "d736fb3ffe045d12b9581f36b18d4c51", "score": "0.6260845", "text": "@Override\n\tprotected TokenMaker createTokenMaker() {\n\t\treturn new HTMLTokenMaker();\n\t}", "title": "" }, { "docid": "bb83f7f61a878000d29864bd5fc3edf8", "score": "0.59115785", "text": "public String to...
056d5b6e17a0f6b75e8c6f7d762469dc
TODO: make tests to ensure that this is mutated but not param TODO: better test coverage
[ { "docid": "0bb86f1bcb9783670adb0b0efb7bae63", "score": "0.0", "text": "@Test\n public void valueOf_returnsMutableInfiniteInteger_givenLong()\n {\n //simple case\n assertEqualNodes(MutableInfiniteInteger.valueOf(-5), -1, 5);\n\n //more than max int\n assertEqualNodes(MutableInfin...
[ { "docid": "028691ecb449087eb77ae745b2294fa8", "score": "0.5993017", "text": "public abstract void mutate();", "title": "" }, { "docid": "bc3a08c64e443ee86473be048cb9738a", "score": "0.572256", "text": "private void smth() {\n\n\t\t}", "title": "" }, { "docid": "832fc8bc9...
8d94b86d1c794a67dc681cd5d7fc6cbf
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::UNCEFACT::Binary
[ { "docid": "75af1dbc997dae93b4d57655fa4083b7", "score": "0.0", "text": "public Object getCollateralAssetRecord() {\n return collateralAssetRecord;\n }", "title": "" } ]
[ { "docid": "869551e5d2ae21bf566be1facbc5ab89", "score": "0.60753393", "text": "io.dstore.values.BooleanValue getAdditionalBinaryInformation();", "title": "" }, { "docid": "6b08143c9a23a0c6abf92f98b9966d90", "score": "0.59021676", "text": "@Test(timeout = 4000)\n public void test001(...
4f3285f8df0954c864990c77b7873d0f
Used to determine the price.
[ { "docid": "38db37c4d8c317e24c3c0d98ac9d549a", "score": "0.0", "text": "public void setShippingRate(final ShippingRate shippingRate);", "title": "" } ]
[ { "docid": "6ac8219e96ba191487ba4bcc46bfc977", "score": "0.80010414", "text": "NFP_Price getPrice();", "title": "" }, { "docid": "80d8528885baddb51b2dfc175c2d7ff7", "score": "0.7905717", "text": "public double getPrice() {\n return price_;\n }", "title": "" }, { "...
7dfb61d9823a32920486c186416a3250
Disables all the motor devices.
[ { "docid": "5ce1f23c7cbe8f4ad4eb936af91b13da", "score": "0.7244038", "text": "@Override\n public void disable() {\n for (Motor x : group) {\n x.disable();\n }\n }", "title": "" } ]
[ { "docid": "fbdad9113d00a47f184c49c1792bced9", "score": "0.75564563", "text": "public void stopAllMotors() {\n drive.stopMotor();\n }", "title": "" }, { "docid": "da2d29142731b6917c972e2f64e73203", "score": "0.71413314", "text": "public void turnMotorOff() {\n motorO...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "cade9ac2ecf72452cc4f8c409c2dd9ac", "score": "0.0", "text": "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.search, menu);\r\n return true;\r\n }", "title": "" } ]
[ { "docid": "022e05d288e14ece3e5223bc754c1693", "score": "0.733585", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu)\n\t{\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.menu_main, menu);\n\t\tfor (int i = 0; i < menu.size(); i++) {\n\t\t\tmenu.getItem(i)....
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "8d6cfa71dc3eb970ca8581c76ad9c311", "score": "0.0", "text": "public int h() {\n int i2 = this.f1854b;\n if (i2 != Integer.MIN_VALUE) {\n return i2;\n }\n b();\n return this.f1854b;\n }", "title": "" } ]
[ { "docid": "7da098446c0bc9cbde509a9625119f60", "score": "0.6883881", "text": "private I000106(){\r\n\t\t\r\n\t}", "title": "" }, { "docid": "edf985bf8b890d6d8eb3f8f7685888ef", "score": "0.67131674", "text": "public int getModifiers()\t\t\t{ return 0; }", "title": "" }, { ...
a168eb875c85f558e8f0d61cfe495ed5
Returned expression results in an atomic value as follows: MISSING is MISSING. NULL is NULL. Arrays of length 1 are the result of TOATOM() on their single element. Objects of length 1 are the result of TOATOM() on their single value. Booleans, numbers, and strings are themselves. All other values are NULL.
[ { "docid": "ae6b78771abf9e4cd85635aa39514321", "score": "0.54632264", "text": "public static Expression toAtom(Expression expression) {\n return x(\"TOATOM(\" + expression.toString() + \")\");\n }", "title": "" } ]
[ { "docid": "5b0a534ed17ff8ab091c116c4f55e71e", "score": "0.57998204", "text": "private Expression atom() {\n\t\tExpression expression = null;\n\t\tToken token = this.current;\n\t\tif (isType(Type.LEFT_PAREN)) {\n\t\t\tconsume(Type.LEFT_PAREN);\n\t\t\texpression = expression();\n\t\t\tconsume(Type.RIGHT_...
8bc0fd118cf9d1db502adb0d64b26370
Method to add money to account
[ { "docid": "378892933c0a16c78cf798717c2b850f", "score": "0.0", "text": "public void deposit(double amt) {\n if (amt > 0) {\n balance += amt;\n }\n }", "title": "" } ]
[ { "docid": "e2950160c65220969de80aeedc944de2", "score": "0.78099567", "text": "public void addMoney(double amt) throws Exception\n{\n\tbalance+=amt;\n\tSystem.out.println(\"Transaction Successful\");\n\tSystem.out.println(String.format(\"%.2f\",amt)+\"credited to your account\");\n\tthis.updateUserData(...
068a6b13af88e696f4327f4e951ee7c2
busqueda por dos parametros traduccion del metodo creado :"buscar por destacado y estatud ordenar por id de forma descendiente
[ { "docid": "0089a6f3749d233fba55e06f77a876f1", "score": "0.0", "text": "List<Vacante> findByDestacadoAndEstatusOrderByIdDesc(int destacado,String estatus);", "title": "" } ]
[ { "docid": "df3bb2a5f1d100377eed4410712fdde3", "score": "0.67724437", "text": "public MovimientoCuentaDTO detalleMovimiento(String secuenciamovimiento, String idCanal, String nombreCanal);", "title": "" }, { "docid": "043f2135826eb81a7281ef4a700cd285", "score": "0.6581659", "text": "...
a742756d7d5da8dc12e24e1349378733
The constructor that passes an actual inventory and name
[ { "docid": "85f54cd547d646d9a3c41c5a2fb1e81c", "score": "0.7447185", "text": "public Player(String name, Vector<Item> inventory)\n {\n this.name = name;\n bank = 500;\n fuel = 50;\n this.inventory = inventory;\n Collections.sort(this.inventory);\n recentLocations = new Vector<TradePor...
[ { "docid": "7067aab50a896ebbfdd3c5e1c06c3722", "score": "0.74069834", "text": "public Inventory() {\n }", "title": "" }, { "docid": "e3d21ba46bc50f46f999619edd0c0028", "score": "0.7127605", "text": "public AItem(String itemName) {\r\n\t\tthis.itemName = itemName;\r\n\t\tthis.itemS...
c6f2f97b158154ba3d78181499768179
Creates a new WFSCapsTranslator object.
[ { "docid": "b7caf18ad99ec5f4ad48630f2417ac60", "score": "0.6274353", "text": "public WFSCapsTranslator(ContentHandler handler) {\n super(handler, null, null);\n }", "title": "" } ]
[ { "docid": "746678b1dc77a107dfd7f19793d01d67", "score": "0.56808937", "text": "public WFSCapsTransformer() {\n super();\n setNamespaceDeclarationEnabled(false);\n }", "title": "" }, { "docid": "ca12cff141d3cb0b27a77ea79d5e9eaf", "score": "0.52823895", "text": "pub...
61e4446cf994441acbaa1b56205cc50b
Check if its already been shown or a flag has been set
[ { "docid": "801a7ce390cbc6f7ee7d9438ed30af2c", "score": "0.0", "text": "private void visitField(int number, direction direction) {\n if (gameBoard.get(number).isFlagSet() ||\n gameBoard.get(number).isShown()) {\n return;\n }\n\n\n //RIGHT\n //Testing...
[ { "docid": "3897a2f128b6c119423fa2202efc652c", "score": "0.66737527", "text": "public boolean isShownIfLostFromHand() {\n return false;\n }", "title": "" }, { "docid": "d82cb27303044f40e1aa56932ae6f30d", "score": "0.66476774", "text": "public boolean isShowing() {\n/* 456 *...
d1f52fa2231d85c360c49e244862e908
Get household name from shared preferences
[ { "docid": "d708185d965250ad0ab87d4698b8141c", "score": "0.8229543", "text": "public String getHousehold(){\n\n SharedPreferences sp = this.getActivity().getSharedPreferences(SHARED_PREF_NAME,Context.MODE_PRIVATE);\n String household = sp.getString(\"key_householdname\", \"\");\n re...
[ { "docid": "b38e5567726e51bd1a6c0f39c39f86ab", "score": "0.6933141", "text": "private String getUsernameFromPreference() {\n SharedPreferences prefs = this.getSharedPreferences(\"com.example.app\",\n Context.MODE_PRIVATE);\n return prefs.getString(\"USERNAME_GIAMBI\", null);...
2ab02643903795ab58cc86c201b15ab5
Gets all visible events in the range [from..to]
[ { "docid": "e84299ad3615426155a542eb320aac45", "score": "0.73044634", "text": "public Set<Event> getEvents(DateTime from, DateTime to)\n\t{\n\t\treturn getRange(from, to);\n\t}", "title": "" } ]
[ { "docid": "d95977647aa34c49f23910ab2946e0ec", "score": "0.64060223", "text": "public List<Event> getEventByIdRange(long startId, int offset);", "title": "" }, { "docid": "03050c50be4bac963fbef32cbbce495d", "score": "0.6201267", "text": "public ArrayList<CalendarEntry> getEventsCompl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dc44e825d6f8a2e1171935951505829d", "score": "0.0", "text": "@Override\n\tpublic UserDto findById(int id) {\n\t\tUser user= userDao.findById(id);\n\t\tUserDto userDto = new UserDto();\n\t\tBeanUtils.copyProperties(user,userDto);\n\t\tuserDto.setDepartName(user.getDepartment().getDepartName())...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
358f36a295c461064597a4474e56eb6f
return GPS longitude depending on task and hunt ID
[ { "docid": "5b5a01c1e0118e52d50de0ab7919cd37", "score": "0.74460155", "text": "public double getGPSLon(int task, int hunt){\n\n String gpsLon = \"\";\n double output;\n\n String whereClause = _taskId + \" = '\" + Integer.toString(task) + \"' and \" + _huntId + \" = '\" + Integer.toS...
[ { "docid": "73176ea0449839926958d4cd76b34320", "score": "0.6958158", "text": "public double getGPSLat(int task, int hunt){\n\n String gpsLat = \"\";\n double output;\n String whereClause = _taskId + \" = '\" + Integer.toString(task) + \"' and \" + _huntId + \" = '\" + Integer.toStri...
0fe2057af621bf2cc998a91381aedc33
Creates a FieldPlacement with null fields
[ { "docid": "b037aace26d3629590e7d188df2f8747", "score": "0.7334565", "text": "public FieldPlacement() {\n\t\tsuper();\n\t}", "title": "" } ]
[ { "docid": "2bf20cf818410bb3c0e8ff6190541a65", "score": "0.6099617", "text": "IField createEmptyField(int x, int y);", "title": "" }, { "docid": "c6138adc0bfb4c3429614726f5c3624a", "score": "0.5769021", "text": "public FieldPlacement(String employeeNumb, String employerNumb) {\n\t\ts...
c35c52896b482f2b598d4dd71e5e594f
Default constructor to initialize the instance
[ { "docid": "a757d9a7b6fa0c34bd779da156b749f6", "score": "0.0", "text": "public TaggedSensorBuilder() {\r\n taggedSensor = new TaggedSensor();\r\n }", "title": "" } ]
[ { "docid": "30416c77de8189624fdf9b994266a8cb", "score": "0.7651814", "text": "public void Constructor(){\n\t\t\t\n\t\t}", "title": "" }, { "docid": "a627aa2bc754d828e94f2c53ad78be9e", "score": "0.7569701", "text": "public Simple() {\r\n super();\r\n }", "title": "" },...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "328043464583b16be5c76bbbce91854e", "score": "0.0", "text": "@Override\n\tpublic ITreeNode GetRightNode() {\n\t\treturn this._rightNode;\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...
3ee35863b7d59d026986bebf255a4042
Move the currently selected or visible focus down by offset amount. offset could be negative.
[ { "docid": "2d67fa0d47b5949364539c4161553cbd", "score": "0.72561306", "text": "public void shiftSelection(int offset) {\n shiftPosition(offset);\n int position = getSelectedItemPosition();\n if (position != INVALID_POSITION) {\n setSelectionFromTop(position + offset, 0);\...
[ { "docid": "7aac05ecd31d60452ef35fc6f1a4228d", "score": "0.58918756", "text": "private void SelectCursorOffset()\n\t{\n\t\tOffsetPicker ofp = new OffsetPicker(this);\n\t\tofp.show();\n\t}", "title": "" }, { "docid": "943ed41c65d24d59dc51afbf76785e7f", "score": "0.5779622", "text": "p...
fa9f030c0d522cdc23eab62906d00c81
Zeige jedem angemeldeten Spieler den Willkommenstext an.
[ { "docid": "aeb36661eeba70e2a42119a33cd15534", "score": "0.7020668", "text": "private void zeigeWillkommensText()\r\n \t{\r\n \t\tfor(Spieler spieler : _spielerMap.values())\r\n \t\t{\r\n \t\t\t_logik.getKontext().schreibeAnSpieler(spieler,\r\n \t\t\t\t\tTextVerwalter.EINLEITUNGSTEXT);\r\n \t\t}\r\n \t}...
[ { "docid": "6b1bba7ad9a9b3d193e6e5fe18a808ef", "score": "0.6511626", "text": "private static void getText() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fe9b35a1491288429873aae3b87f4bf0", "score": "0.6480434", "text": "@Override\r\n\tprotected String getHeadlineText() {\r\n\t\t// TODO...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "75823798f698060b2afcf78b81cc2bab", "score": "0.0", "text": "public static String appendString(String input, String appendString) {\n\t\treturn(new StringBuffer(input).append(appendString).toString());\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "e9501ac4e3a9bfd9e0741fb6e52442c3", "score": "0.0", "text": "public void m4867b(SQLiteDatabase sQLiteDatabase) {\n StringBuilder stringBuilder = new StringBuilder();\n stringBuilder.append(\"DROP TABLE IF EXISTS \");\n stringBuilder.append(mo1732a());\n sQLiteDatab...
[ { "docid": "65c9924a2e7059caf0a955faf0b0d34f", "score": "0.62877005", "text": "public abstract T mo14593h(B b);", "title": "" }, { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.62709063", "text": "public void b() {\n }", "title": "" }, { "docid": "c431a9...
eb44f9318d0c1cdf273cd08f0541f253
Process replace order message.
[ { "docid": "eb2755fbabe0e766f347340359393427", "score": "0.8914612", "text": "public void processReplaceOrderMessage (ReplaceOrderProtocolMessage replaceOrder);", "title": "" } ]
[ { "docid": "8ae46c0872093a948ba4696398a0ea2c", "score": "0.71139234", "text": "@Override\n\tpublic void pendingReplace(Order order) {\n\n\t}", "title": "" }, { "docid": "cfd5ede4bad9dbe79f21834ba7d816fa", "score": "0.69797397", "text": "@Override\n\tpublic void replace(Order order) {...
96443eed23a43b0eb9fccda4d92f6cf5
Test case number: 144 /Coverage entropy=0.0
[ { "docid": "df9c614d97e6d774520c31438ddd4280", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test144() throws Throwable {\n String string0 = EWrapperMsgGenerator.updateAccountTime(\"\");\n assertEquals(\"updateAccountTime: \", string0);\n }", "title": "" } ]
[ { "docid": "b69e946924bedc7e78295f5523c1e76d", "score": "0.6928483", "text": "@Test(timeout = 4000)\n public void test14() throws Throwable {\n FileSystemHandling.appendStringToFile((EvoSuiteFile) null, \"\\tOnly outputs the source representation of the classifer,\\n\\tgiving it the supplied nam...
71f99d295444756f1451d3055e49fc77
Retrieves a representation of a student object
[ { "docid": "dad963567a4c54913d4dfc6f1e9267e4", "score": "0.0", "text": "@Override\n public String toString() {\n return getName() + \" \" + getYearOfStudy();\n }", "title": "" } ]
[ { "docid": "58fee4a15307de499cd0da1fb808ee3e", "score": "0.75884736", "text": "@Override\n public String toString() {\n return \"Student{\" +\n \"studentId=\" + studentId +\n \", firstName='\" + firstName + '\\'' +\n \", lastName='\" + lastName + '\...
f996fee6cc15ff57a111424b268263a4
This method was generated by MyBatis Generator. This method sets the value of the database column CTSCARDS_MGT_HST.EDUC_LEVEL
[ { "docid": "db1f14d55032fdc1ac0f24f6220fb8a7", "score": "0.6764456", "text": "public void setEDUC_LEVEL(BigDecimal EDUC_LEVEL) {\r\n this.EDUC_LEVEL = EDUC_LEVEL;\r\n }", "title": "" } ]
[ { "docid": "84eed3c74aa55a0e315098e351be2faf", "score": "0.586573", "text": "public BigDecimal getEDUC_LEVEL() {\r\n return EDUC_LEVEL;\r\n }", "title": "" }, { "docid": "c9d0c36206183ab470b7f2067beda513", "score": "0.5353481", "text": "public void setEH(int eH) {\n\t\tthis...
7a2a9549e89183d1827ffc535625636c
Change the password for a user
[ { "docid": "381728de0c78dedc32d41ecb076dbd43", "score": "0.0", "text": "@RequestMapping(value = \"/{userId}/changePassword\", method = RequestMethod.POST)\n\tpublic ResponseEntity<Map<String, String>> changeUserPassword(@PathVariable Long userId,\n\t\t\t@RequestParam String oldPassword, @RequestParam St...
[ { "docid": "76751bc0e278e73f6b633df1ef6296e7", "score": "0.8787955", "text": "void changePassword(UserModel user, String newPassword);", "title": "" }, { "docid": "337e00be12ba5427d39622c06fd73594", "score": "0.8761899", "text": "void updatePassword(User user, String newPassword);", ...
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": "9e23eadd8f2df379a5adf23d0faa0356", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel1 = new javax.swing.JLabel();\n jScroll...
[ { "docid": "3b789e05401c843123f84caf842850e3", "score": "0.74126273", "text": "public Mainform() {\n initComponents();\n }", "title": "" }, { "docid": "c6aad17f0d00f4164576c96a51cda35a", "score": "0.735641", "text": "public ClerkEntryForm() {\n initComponents();\n ...
f185b500a770b9d447b4866e354f6d82
Construct with your storagemanager and already setup enduserApi.
[ { "docid": "df655eca8e2ee2c5030cc8a0d34a9926", "score": "0.67980665", "text": "public OfflineStorageTagModule(OfflineStorageManager manager, EnduserApi api, Context context) {\n mOfflineStorageManager = manager;\n mEnduserApi = api;\n mSimpleTagStorage = new SimpleTagStorage(context);\n }", ...
[ { "docid": "dfbcf8f28de21db13ab72126b9d6dcdb", "score": "0.63995117", "text": "private StorageConnector() {\n }", "title": "" }, { "docid": "05ce2854ab4825c1f19d3fe717900023", "score": "0.638872", "text": "private KDMStorage(){\n\n\t}", "title": "" }, { "docid": "c6715...
fd77585b4494d9d7cf14cef51f0461ef
11) Fastest way to find the shortest String in a List (take the 5 random Strings generated above and find the shortest one).
[ { "docid": "0c59f1799aed6e8b1f1e953944d1f546", "score": "0.72337437", "text": "public void shortestString() {\n\n Optional<String> shortestString = setList.stream().min(Comparator.comparing(String::valueOf));\n System.out.println(\"Shortest string: \" + shortestString);\n }", "title...
[ { "docid": "96d16e4c370b93481816121b91e87533", "score": "0.6581134", "text": "public static String findSmallest(String n) {\n char[] arr = n.toCharArray();\n Arrays.sort(arr);\n\n if (arr[0] == '0') {\n int i = 0;\n while (i < arr.length) {\n if (arr[i] != '0') {\n bre...
c0089626cd6b5db88756df3f34c0c595
setter for chunkTag sets
[ { "docid": "a1e912b11fc988e93ae1df7f6b248196", "score": "0.63752794", "text": "public void setChunkTag(String v) {\n if (Token_Type.featOkTst && ((Token_Type)jcasType).casFeat_chunkTag == null)\n jcasType.jcas.throwFeatMissing(\"chunkTag\", \"common.types.text.Token\");\n jcasType.ll_cas.ll_s...
[ { "docid": "96cb13887c20a5143e546e391b1611e1", "score": "0.6445054", "text": "@Override\r\n public void setTag(int t) {\r\ntag = t;\r\n\r\n }", "title": "" }, { "docid": "fa6b212261564f18a18acd3d8516c44f", "score": "0.62624824", "text": "public void setChunk(Chunk chunk) {\r\n\...
469fa269a1c8031c4ba66a6dfff43c3f
Sets the view and creates instance of query retrieving class.
[ { "docid": "fb957a1942ec70b695f2fc65b79548db", "score": "0.49742705", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_query_showing);\n queryHistoryRetriever = new QueryHistoryRetri...
[ { "docid": "33ab48a225872abc144aca3da2c06358", "score": "0.62203175", "text": "Query setView(Class<? extends Entity> entityClass, String viewName);", "title": "" }, { "docid": "112bc478ba48abce718f71c130470392", "score": "0.6091106", "text": "void setQueryClass(final Class<T> queryCl...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "e2233f36df94171714a3926494e2200e", "score": "0.0", "text": "public void setFlip_scroll_frame_count(int flip_scroll_frame_count) {\n this.mItemFlipScroller.setFlip_scroll_frame_count(flip_scroll_frame_count);\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...
ef3e18923fd3ac3ae2dc2540262aaec5
Gets the isProtected value for this InsightType.
[ { "docid": "19bb84da8ac928d0bef9fdac4a1ddb47", "score": "0.81542516", "text": "public java.lang.Boolean getIsProtected() {\r\n return isProtected;\r\n }", "title": "" } ]
[ { "docid": "5b16d3feff12258fa60e39c9cf3e3190", "score": "0.78280216", "text": "public Boolean isProtected() {\n return mIsProtected;\n }", "title": "" }, { "docid": "134f5ed910413ecbc8bfe042e7f86385", "score": "0.77592325", "text": "public Boolean isProtected() {\r\n\t\tret...
2badf8d54322f9855d9519dac3bc1620
Read an unsigned byte from the I2C device
[ { "docid": "39e6ce5e639d984deb3ff1a2f78466db", "score": "0.7087225", "text": "private int readU8(int reg) throws TransferAbortedException {\n\t\tint result = 0;\n\t\tByteBuffer rawByte = ByteBuffer.allocate(1);\n\t\tif (i2c.read(ColorSensor_COMMAND_BIT | reg, 1, rawByte) == true) {\n\t\t\tthrow new Tran...
[ { "docid": "ce69301db52526aced293c08a0c7d470", "score": "0.7263151", "text": "public int readUnsignedByte() throws IOException {\n return DataTools.readUnsignedByte(this);\n }", "title": "" }, { "docid": "8375dc0f03ae18258831dc38983aecc5", "score": "0.7249426", "text": "public ...
d80033b160413da829a5e1cafde8569a
Setter for the adddressEao
[ { "docid": "c7892d4f6c12176981bd79c626dd4575", "score": "0.565252", "text": "public void setAddressEao(AddressFacade addressEao) {\n this.addressEao = addressEao;\n }", "title": "" } ]
[ { "docid": "f955f09b8341551a43bd74aa9028ce3f", "score": "0.6464726", "text": "public void addEndereco(Endereco param){\n if (localEndereco == null){\n localEndereco = new Endereco[]{};\n }\n\n ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "204888bb1e332bf5dcc9c130409b2cd5", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n view = inflater.inflate(R.layout.fragment_privacy_policy, container, false);\n...
[ { "docid": "99835468cf77f563acc93aa4365f6c1c", "score": "0.6875402", "text": "@Override\n\tpublic View onCreateView(LayoutInflater inflater, ViewGroup container,\n\t\t\tBundle savedInstanceState) {\n\t\tview = inflater.inflate(R.layout.biu_fragment_layout, null);\n\t\tschoolDao=new SchoolDao();\n\t\tini...
dc0c29feaaa876aedad22b6a878a4a0e
Gets the value of the 'accountID' field
[ { "docid": "a4ea28375bf3cc05e83d037fad2e9c93", "score": "0.7823234", "text": "public Long getAccountID() {\n return accountID;\n }", "title": "" } ]
[ { "docid": "e10242e8ec66cdfe09aa0c07aee426a4", "score": "0.83136356", "text": "public final String getAccountID()\n {\n String v = (String)this.getKeyValue(FLD_accountID); // getFieldValue\n String acctID = (v != null)? v : \"\";\n if (StringTools.isBlank(acctID)) { \n ...
69cb2d9ccad8a31f3a64d09f4598774d
type "var = null;" here for any internal variable except variables with primitive type
[ { "docid": "6a939a2c3d1bd1bfa19fae189862e5f7", "score": "0.0", "text": "@Override\n protected void cleanImpl() {\n reads = null;\n }", "title": "" } ]
[ { "docid": "97d4bd54c63f02a500f209767008e9e3", "score": "0.7485535", "text": "@Override\n\tpublic Object visitTokVar(TokVarContext ctx) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "b335beefc7870b79408871038bd6fecd", "score": "0.68871576", "text": "@Override\n\tpublic Object ...
5da8c54902a1cd356afac54d1f2eec70
/ / / / / / / /
[ { "docid": "22d355e2d77bdddc25306b396f99b8c7", "score": "0.0", "text": "public void comment(String text) throws IOException {\n/* 667 */ if (this._format.getOmitComments()) {\n/* */ return;\n/* */ }\n/* 670 */ ElementState state = content();\n/* */ \n/* */ \n/...
[ { "docid": "0e5324d09100b48a89255777a601ecc8", "score": "0.5459302", "text": "public static void main(String[] args) {\n System.out.println(\" /\\\\\");\n System.out.println(\" / \\\\\");\n System.out.println(\" / \\\\\");\n System.out.println(\" \\\\ /\");\n ...