query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
56abc99bff8d71de6098021580b455ee
This method is called to process the character data between element tags.
[ { "docid": "3af76e9626ba5dfb8f16db91165e036b", "score": "0.5353807", "text": "public void characters(char[] ch, int start, int length)\r\n throws SAXException;", "title": "" } ]
[ { "docid": "cbbca1b3461af86d8952b858f51283db", "score": "0.6690171", "text": "private void charDataInContent() {\n\n if (DEBUG_ELEMENT_CHILDREN) {\n System.out.println(\"charDataInContent()\");\n }\n if (fElementChildren.length <= fElementChildrenLength) {\n QName[] newarr...
966704ab0afa19a11628e5c2cfa4d3d7
method for getting a new instance of type ReferredDocumentInformation7.
[ { "docid": "9df61e314c6b51702250a42e08ced536", "score": "0.7317295", "text": "public ReferredDocumentInformation7 newInstance(String elementName, ComplexDataType parent) {\n\t\t\treturn new ReferredDocumentInformation7(elementName, parent);\n\t\t}", "title": "" } ]
[ { "docid": "ab6ad8db87de9da3d8295a088ba68fa2", "score": "0.56123537", "text": "Class7 createClass7();", "title": "" }, { "docid": "5628d907d18608314c1af107d3ef1ffe", "score": "0.5573432", "text": "@Override\r\n\tpublic IPhone7Series createIphone7() {\n\t\treturn new Iphone7();\r\n\t}...
afa839b36a353a7fe94f6aab5fcaac81
Sets the long integer data offset where the stream should skip to to begin reading data
[ { "docid": "22f215d6fbd63a4cc79d1ce51076ecab", "score": "0.6529168", "text": "public void setDataOffset(long dataOffset) {\n this.dataOffset = dataOffset;\n }", "title": "" } ]
[ { "docid": "38afbd5df19845d9eceff7e345986552", "score": "0.66103125", "text": "@Override\n public long skip(long l) throws IOException {\n if (l < 0L) {\n throw new IllegalArgumentException(\"skip value is negative\");\n }\n Object object = this.lock;\n synchron...
d0dbf35d9de8bd91c519428505d23340
Returns the query without AND or OR at its beginning
[ { "docid": "71121b81359d15ffdaa73b4990267e50", "score": "0.69110423", "text": "private String getPureQuery(String query) {\n int first_node_pos = query.indexOf('['); // jdu na začátek prvního uzlu\n if (first_node_pos <= 0) { // nenalezen\n return query; // vracím beze změny\n ...
[ { "docid": "783a165ad229a4aab17de956dae17544", "score": "0.6880683", "text": "private String getAndOrFromTextQuery(String query) {\n int first_node_pos = query.indexOf('['); // jdu na začátek prvního uzlu\n if (first_node_pos <= 0) { // nenalezen\n return \"\"; // vracím prazdny...
03625e7552a4e9e2dbab6129cbcf314c
This method was generated by MyBatis Generator. This method returns the value of the database column enterprise_info.deal_person
[ { "docid": "f41b3aa1a7854b89082e755a80bb31a0", "score": "0.6646334", "text": "public String getDealPerson() {\n return dealPerson;\n }", "title": "" } ]
[ { "docid": "91d631b7ff94dcac6e988ff072345ad0", "score": "0.6004759", "text": "public void setDealPerson(String dealPerson) {\n this.dealPerson = dealPerson;\n }", "title": "" }, { "docid": "9a9bb03e0d18ccaadaea9f72ed65cead", "score": "0.5632515", "text": "public String getD...
4ec968b0adc35aef868e605f686bd2aa
Twitter Timeline (cameltwitter) Send tweets and receive tweets from user's timeline. Category: saas,social Since: 2.10 Maven coordinates: org.apache.camel:cameltwitter Syntax: twittertimeline:timelineType Path parameter: timelineType (required) The timeline type to produce/consume. There are 7 enums and the value can b...
[ { "docid": "c32e4282b710f892fc765524d8b3a4b2", "score": "0.60023564", "text": "public static org.apache.camel.builder.endpoint.dsl.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder twitterTimeline(\n String componentName,\n String path) {\n return org.apac...
[ { "docid": "9aaa39c2b6565be350fa8536d80ebcf6", "score": "0.6493914", "text": "public static org.apache.camel.builder.endpoint.dsl.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder twitterTimeline(\n String path) {\n return org.apache.camel.builder.endpoint.dsl.Twitte...
6b639ed48d068f65f85852a979b26eb0
Decrements the pin count of a frame when the page is unpinned. If the pin count is equal to or less than zero, the pin count will be zero.
[ { "docid": "e86da12c2eab546204eb5a6c1d9a23b4", "score": "0.7270774", "text": "public int unpin()\r\n\t{ \r\n\t\tpinCount = pinCount <= 0 ? 0: --pinCount;//JT+ \r\n\t\treturn pinCount;\r\n\t}", "title": "" } ]
[ { "docid": "3a1277fa8e54c67fa56c5bc9389d5631", "score": "0.75974435", "text": "public void unpinPage(FrameDesc fdesc) \n {\n if(fdesc.pincnt == 0 )\n {\n fdesc.state = AVAILABLE;\n }\n else\n {\n fdesc.state = PINNED;\n } \n }", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "40ae0f85d95ead193d6e93228445d810", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\tScanner input = new Scanner(System.in);\r\n\t\t\tint a = input.nextInt();\r\n\t\t\tdouble[] n = new double[10];\r\n\t\t\tint i;\r\n\t\t\tfor(i=0;i<10;i++)\r\n\t\t\t{\r\n\t\t\t\tn[i] = ...
[ { "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...
0965892ab2fad5e8481c1b5dacdeb771
CohorteAdapterEnvio actualizar = new CohorteAdapterEnvio(); actualizar.open();
[ { "docid": "525baccbb2d6bacaa3ccf7ece9853401", "score": "0.0", "text": "private void saveCambiosCasas(String estado) {\n int c = mCambiosCasas.size();\n for (CambiosCasas cons : mCambiosCasas) {\n cons.setEstado(estado);\n estudioAdapter.updateCambiosCasasSent(cons);\...
[ { "docid": "a9df93657eec60b22ac51db2907e1d15", "score": "0.63579595", "text": "public synchronized void connectToCohort()\n {\n if (cohortRegistry != null)\n {\n cohortRegistry.connectToCohort();\n }\n }", "title": "" }, { "docid": "5d737f035e6974ce8542...
43f628df1567637cf7f73a3fc3b4c029
Required. Destination specifies where the events should be sent to. .google.cloud.eventarc.v1.Destination destination = 10 [(.google.api.field_behavior) = REQUIRED];
[ { "docid": "91c3049eb43a94b4d3a3f0fd42f4dad3", "score": "0.49225193", "text": "boolean hasDestination();", "title": "" } ]
[ { "docid": "d54a764a140d4aafb292f46d19cb94c3", "score": "0.74847066", "text": "com.google.cloud.eventarc.v1.Destination getDestination();", "title": "" }, { "docid": "be8d1da7c769adff0e4fd95ec6ab4ecc", "score": "0.73905104", "text": "com.google.cloud.eventarc.v1.DestinationOrBuilder ...
a78eb5c38521da0c146160a392a6f083
This method accepts an integer and return count of digits.
[ { "docid": "e5022aaf4c9d62f47aa0e96212cfaceb", "score": "0.8332479", "text": "private static int getDigitCount(int number) {\r\n\t\tint digitCount=0;\r\n\t\tdo{\r\n\t\t\tnumber=number/10;\r\n\t\t\tdigitCount++;\r\n\t\t}while(number>9);\r\n\t\tdigitCount++;\r\n\t\treturn digitCount;\r\n\t}", "title":...
[ { "docid": "066c6096ae70222dd2903916cbfa20c1", "score": "0.80540836", "text": "public static int getDigitCount(int number) {\n\t\tif (number < 0) {\n\t\t\treturn -1;\n\t\t}\n\t\tint count = 0;\n\t\tif (number == 0) {\n\t\t\tcount = 1;\n\t\t} else {\n\t\t\twhile (number > 0) {\n\t\t\t\tnumber /= 10;\n\t\...
e8926a64db55684f3c6f4db343039dca
optional string sipv6 = 5;
[ { "docid": "2f38b4e04d114c6fefc4d039e1b0b7dc", "score": "0.8002836", "text": "public Builder setSipv6(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000010;\n sipv6_ = value;\n onChanged();\n retur...
[ { "docid": "ec7c1e1027c39aa0c870c9640f8a6d01", "score": "0.8274879", "text": "java.lang.String getSipv6();", "title": "" }, { "docid": "ec7c1e1027c39aa0c870c9640f8a6d01", "score": "0.8274879", "text": "java.lang.String getSipv6();", "title": "" }, { "docid": "ec7c1e1027c3...
cf7f1864664a345993747e55eda3df7e
Method that creates new position and adds it to a hashmap.
[ { "docid": "1fdd8d5953d6e5181875a1f92da63e4c", "score": "0.0", "text": "private ReconciliationInput createNewPosition(ReconciliationInput reconciliationData, String line, String fileType)\n\t{\n\t\tString[] positionAsArray = line.split(\" \");\n\t\tPosition positionToAdd = new Position(positionAsArray[...
[ { "docid": "476fceeeb5c58abdd312ba650541adfd", "score": "0.58397055", "text": "private void createNewMap(){\n\t\tfor (int i = 0; i < defaultBlockHeight; i++) {\n\t\t\tArrayList<Block> currentBlockRow = new ArrayList<Block>();\n\t\t\tfor (int j = 0; j < defaultBlockLength; j++) {\n\t\t\t\t//currentBlockR...
4d1808aa0ba50bd19b819deab0feb3cd
Comprueba si un determinado campo existe en una tabla
[ { "docid": "4d2b6e9c755d370f6ad84990c024b0c1", "score": "0.7319418", "text": "private boolean existeCampo(String tableName, String fieldName) throws DataException{\r\n PreparedStatement ps = null;\r\n ResultSet rs = null;\r\n try{\r\n if (conn == null){\r\n \tc...
[ { "docid": "638b45b92eabeb945d92af623029f671", "score": "0.67584825", "text": "boolean exist(String column);", "title": "" }, { "docid": "171b0253191794582611cba286de8e04", "score": "0.6739837", "text": "public boolean isFieldExist(String field) {\n\t\tif (fieldTable.get(field) == nu...
57ffe0ac93cf122921f671b661d4318a
number of points in the set
[ { "docid": "2f37df9d94eb5455eb5eca5c3c82063d", "score": "0.0", "text": "public int size() {\n\t\treturn numNode; \n\t}", "title": "" } ]
[ { "docid": "119b08b607ae9cf612599155d041b034", "score": "0.8281847", "text": "public int size()\n {\n return pointSet.size();\n }", "title": "" }, { "docid": "17bbd8c80c52c6da980a1ee7e765dcac", "score": "0.79504895", "text": "int getPointCount();", "title": "" }, ...
ca256f088f7267aa75ba1b3e8b43401a
donne tous les bonus
[ { "docid": "3bcbf79bd6ad4a29cb09dfb6b0f31a40", "score": "0.6750992", "text": "public BonusBombe get_bonus()\r\n\t {\r\n\t return bonusb;\r\n\t }", "title": "" } ]
[ { "docid": "982b00232643774a8a638b104683e5e2", "score": "0.70425576", "text": "public abstract double bonus();", "title": "" }, { "docid": "a8c3dffde36b11799234dd35b00ff7af", "score": "0.69563997", "text": "public int getBonus() {\r\n return bonus;\r\n }", "title": "" ...
42ebc9bd4d1932bb08b446e0e13adbea
Destruction of the servlet.
[ { "docid": "16eb08984f414265f7babcc1320ebdbe", "score": "0.0", "text": "public void destroy() {\r\n\t\tsuper.destroy(); // Just puts \"destroy\" string in log\r\n\t\t// Put your code here\r\n\t}", "title": "" } ]
[ { "docid": "28594ebb7705ab7d29899f11f755d72b", "score": "0.8272184", "text": "@Override\n public void deallocate(Servlet servlet) throws ServletException {\n }", "title": "" }, { "docid": "68ca8540a79eb2389376ef3a9967e24f", "score": "0.79536444", "text": "public void destroy() ...
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": "c5fe161e777875d6b2e65390bcb69cf3", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n addMouseMotionListener(new java.awt.event.MouseMotio...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76987785", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.7318698", "text": "public Form() {\n initComponents();\...
18e0df22eff7f3f4d2b0a1a6cc5cfa10
Method Description Takes a list of pairs where the parent is on the left and the child is on the right and builds a tree.
[ { "docid": "da5116cc2a01167d24654b31f1b41d67", "score": "0.641855", "text": "public static SimpleHashTree parentChildListToHashTree(\n List<RaptatPair<String, String>> elements) {\n HashMap<String, HashSet<String>> parentChildHash;\n int treeSize = elements.size();\n if (treeSize < 10) {\n...
[ { "docid": "5fb0c72d85b0c8db346ac612a2eaff26", "score": "0.6219591", "text": "public DefaultMutableTreeNode createTree(String HToken1, String HToken2, List edges, String rootS, int top, String topS, HashSet rTokenSet){\n\t\t//\tSystem.out.println(\"list:\");\n\t\t//only syntactic relation, i.e. edge lab...
a5cf931c0da84ed3ae7b94fd5cd5b62f
Whether metric_log system table is enabled. .google.protobuf.BoolValue metric_log_enabled = 23;
[ { "docid": "3d93667961683b7ca59858c0fcf81353", "score": "0.78452784", "text": "boolean hasMetricLogEnabled();", "title": "" } ]
[ { "docid": "0f360738afb9df3d5c2ee5473651df29", "score": "0.82419544", "text": "com.google.protobuf.BoolValue getMetricLogEnabled();", "title": "" }, { "docid": "36b2f2b9a765045fe143c16cae32c58a", "score": "0.7816388", "text": "com.google.protobuf.BoolValueOrBuilder getMetricLogEnable...
125fed6b1e4a1b44653f4c73399ce49c
The type of relation to the parent model
[ { "docid": "e4ac37f06a7ece1a4c3e80f3f85fc5f9", "score": "0.6853375", "text": "public @KeyUtil.MediaRelation String getRelationType() {\n return relationType;\n }", "title": "" } ]
[ { "docid": "3e55c2c2038aea225f80f3cb9ab8eef9", "score": "0.7372788", "text": "public String getRelationshipType();", "title": "" }, { "docid": "9af1f258417215290e4fcc2f10a5885d", "score": "0.72942793", "text": "public String getRelateType() {\n return relateType;\n }", ...
d0035a71363786a18fb45c20e3074902
Returns an Integer representation of the field or a default value in case if the field cannot be converted to an Integer.
[ { "docid": "895627b2bf66bebbad45e3eff17940ae", "score": "0.56774795", "text": "public Integer getInteger(Integer def) {\n Integer result = new IntegerConverter(null).convert(Integer.class, prepareValue());\n if (result != null) {\n double multiplier = getMultiplier();\n ...
[ { "docid": "f7bc947df6cfb53479314730d0f9c7c1", "score": "0.71238786", "text": "int getIntField();", "title": "" }, { "docid": "f7bc947df6cfb53479314730d0f9c7c1", "score": "0.71238786", "text": "int getIntField();", "title": "" }, { "docid": "f7bc947df6cfb53479314730d0f9c7...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9163503641e40f390da21ea6f9d91f53", "score": "0.0", "text": "public static String getJson(Context mContext, String fileName) {\n\t\tStringBuilder sb = new StringBuilder();\n\t\tAssetManager am = mContext.getAssets();\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamRead...
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
05bd40190a356897a5c96dd0078fc8de
Coach baseballCoach = new BaseballCoach();
[ { "docid": "77c6cdd2c54c579cfc56c25e8ec5568f", "score": "0.0", "text": "public static void main(String[] args) {\n\n Coach myCoach = new TrackCoach(() -> \"This coach is working in compatibility mode\");\n\n System.out.println(myCoach.getDayilyWorkout());\n\n\n }", "title": "" } ]
[ { "docid": "c14509cb5be8b0bb368348799a57135a", "score": "0.782005", "text": "public VolleyballCoach() {\n\t}", "title": "" }, { "docid": "d47a3dcb6b3e14c8403936340835e6e0", "score": "0.70491505", "text": "public ClubDemo()\n {\n club = new Club();\n }", "title": "" ...
bdddad4d089e54fc837a58a317671645
optional string ymd_last = 3;
[ { "docid": "70357f80782bd14be09d7d8e44851923", "score": "0.6462604", "text": "public com.google.protobuf.ByteString\n getYmdLastBytes() {\n java.lang.Object ref = ymdLast_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.prot...
[ { "docid": "be7be26cff605037808fad65c25226a6", "score": "0.7521017", "text": "java.lang.String getYmdLast();", "title": "" }, { "docid": "be7be26cff605037808fad65c25226a6", "score": "0.7521017", "text": "java.lang.String getYmdLast();", "title": "" }, { "docid": "be7be26c...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "168dfe7490da3d125e3d82427a9a0229", "score": "0.0", "text": "public void m3940b() {\n if (m3934g()) {\n C1166b.m3896a().m3907b();\n m3935h();\n return;\n }\n C1260i.m4435b(f3035a, \"audio Track Init Error!!!\");\n }", "title": "" ...
[ { "docid": "8c41ef0ffb200fb4613008eef13519d8", "score": "0.6774642", "text": "private interface C0396a {\n /* renamed from: b */\n void mo3529b(byte[] bArr, byte[] bArr2);\n }", "title": "" }, { "docid": "181c64ca98d18a777ef722210022db02", "score": "0.6482301", "text...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8e15308ead73bae14a3c60250b5bc244", "score": "0.0", "text": "public static void deleteShare(int index, int rowNum) {\n\t\tif (index==0){\n\t\t\tDTM.removeRow(rowNum);}\n\t\tif (index==1){\n\t\t\tDTM1.removeRow(rowNum);}\n\t\tif (index==2){\n\t\t\tDTM2.removeRow(rowNum);}\n\t\tif (index==3){\n...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
0169e6926833893a7f03643c9298b104
Register a packet type
[ { "docid": "2a1913a24bfe31823dc1e82f413e2f19", "score": "0.7256435", "text": "public static void registerPacketType(PacketType type) {\n for (PacketType packetType : packetTypes) {\n if (packetType.getName().equalsIgnoreCase(type.getName())) {\n throw new IllegalArgument...
[ { "docid": "3aaa9eac3f8223cbf8da03e606b457b3", "score": "0.7412155", "text": "public static void registerPacketType(String name) {\n registerPacketType(new PacketType(name));\n }", "title": "" }, { "docid": "c159a60ea8fc1bf3ef2ddab1369b1c67", "score": "0.6076676", "text": "...
8e0df36e4263c0940bc2f452296c75c7
/ Returns the size of the Hash Table Map
[ { "docid": "9c68850500fbba0c376de4137376bc2d", "score": "0.0", "text": "@Override\n\tpublic int size() {\n\t\treturn size;\n\t}", "title": "" } ]
[ { "docid": "88e79b7b39587d2ec30e8a472f3a594f", "score": "0.8451667", "text": "public int size()\n { return hashMapSize; }", "title": "" }, { "docid": "00d4bd5bcc69905f31df26903ebdbbac", "score": "0.834379", "text": "public int size() {\n\t\treturn hashmap.size();\n\t}", "title"...
5b89ade0f40140682965b3fdb87eb8b1
Deletes a specified access token by id
[ { "docid": "35e419dd2b2be152ce1ce6f70dd9d7b4", "score": "0.62870073", "text": "@Override\n public boolean deleteRefreshToken(String id) {\n if(!tokenRepository.existsById(id))\n return false;\n tokenRepository.deleteById(id);\n return true;\n }", "title": ""...
[ { "docid": "a39a38afcd41e7ac369312672e857bfb", "score": "0.65557975", "text": "public GetAccessTokenResponse deleteAccessToken(\r\n final String customerId,\r\n final String tokenId,\r\n final String idempotencyKey\r\n ) throws Throwable {\r\n\r\n H...
6eb888419592c8b91afb43ac0a542535
This method was generated by MyBatis Generator. This method sets the value of the database column COLUMNS.EXTRA
[ { "docid": "dd010ebd2725a74c05d6134cab6f7765", "score": "0.5734292", "text": "public void setEXTRA(String EXTRA) {\n this.EXTRA = EXTRA == null ? null : EXTRA.trim();\n }", "title": "" } ]
[ { "docid": "bd624b10e4c68a1927783b921c6ff252", "score": "0.5308153", "text": "public String getEXTRA() {\n return EXTRA;\n }", "title": "" }, { "docid": "e43eca29293c9252e707ae26339ef4fb", "score": "0.51498246", "text": "public String getExtendedColumn() {\n return e...
cb94938e505efe8ba5a163fe69869682
reset all the radio buttons by emptying their text and disabling them.
[ { "docid": "e9a68894cd7d25e0fb9dbc5767a3d04a", "score": "0.7796071", "text": "private void resetButtonChoices(JRadioButton[] buttons) {\n\r\n for (JRadioButton button : buttons) {\r\n button.setText(\"\");\r\n button.setEnabled(false);\r\n }\r\n\r\n }", "title"...
[ { "docid": "492c5f797ab03132e3d4fec34fbe1829", "score": "0.73685384", "text": "public void resetAll() {\n Point = 0;\n answerOne.setText(\"\");\n answerTwo.setText(\"\");\n radioGroup1.clearCheck();\n radioGroup2.clearCheck();\n radioGroup3.clearCheck();\n ...
db14dff279aa6c424137005336968d4a
Find the _Fields constant that matches name, or null if its not found.
[ { "docid": "117a42685cbe39b99b7bff0502e1d024", "score": "0.0", "text": "public static _Fields findByName(java.lang.String name) {\n return byName.get(name);\n }", "title": "" } ]
[ { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": "0.77550375", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score":...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f50fdc9232b6221018912fddcdb6761b", "score": "0.0", "text": "@Override\r\n\tpublic void deleteById(int equipmentid) {\n\t\temapper.deleteByPrimaryKey(equipmentid);\r\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...
1adb9b302a222353f5cad87c5d874668
each shape can be in one of 4 orientations that are achieved by rotating a shape clockwise
[ { "docid": "469a353db9b29289549125a24571d47c", "score": "0.0", "text": "public static boolean isValidOrientation (int orientation)\n\t{\n\t\treturn orientation >=0 && orientation < NUM_ORIENTATIONS;\n\t}", "title": "" } ]
[ { "docid": "3eff8ab25d7a810db0cb5436e7576114", "score": "0.73164093", "text": "@Override\n\tpublic void rotateShape(int x, int y) {\n\t\t\n\t}", "title": "" }, { "docid": "c9b9dddb61d15c3827ca972a22788a5f", "score": "0.6731002", "text": "public Integer getRotations (final Object piec...
d36c8ce4e95feab860ab4edd7cf41896
$ANTLR end "ruleFeatureCallID" $ANTLR start "entryRuleIdOrSuper" ../org.etl.dsl.Sparrow/srcgen/org/etl/parser/antlr/internal/InternalSparrow.g:4291:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ;
[ { "docid": "acaa595721603bf78fec627a5a8896a9", "score": "0.7267548", "text": "public final String entryRuleIdOrSuper() throws RecognitionException {\n String current = null;\n\n AntlrDatatypeRuleToken iv_ruleIdOrSuper = null;\n\n\n try {\n // ../org.etl.dsl.Sparrow/src-ge...
[ { "docid": "ffba6dd75567545009aefdbc33325e61", "score": "0.76212955", "text": "public final AntlrDatatypeRuleToken ruleIdOrSuper() throws RecognitionException {\n AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();\n\n Token kw=null;\n AntlrDatatypeRuleToken this_FeatureC...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b456fa137690b3c857b5399344ad43f6", "score": "0.0", "text": "@Override\r\n public IBinder onBind(Intent arg0) {\n return null;\r\n }", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
f1c6d2ba56b4922c8a7618a2cbcd3a82
Method to retrieve a specific entity from the entity list
[ { "docid": "bd466def2c23527b93eda9996269933e", "score": "0.7410348", "text": "public Entity getEntity(int index){\n return entityList.get(index);\n }", "title": "" } ]
[ { "docid": "4f0ece36765dd874a489d90ab7eda556", "score": "0.6816979", "text": "public abstract T findEntityById(int id);", "title": "" }, { "docid": "2e8509033b724b319d90532b398e0938", "score": "0.67395324", "text": "public E getEntity();", "title": "" }, { "docid": "2e8a6...
8f8510577e449b5a14eed133e39bdddb
Take in an array of numbers 110 missing 1 number and return the missing number
[ { "docid": "f625ae6d995a204d889af3a1fa458571", "score": "0.7023629", "text": "public static int missingNum(int[] nums) {\n int missing = 10;\n int[] testArray = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};\n Arrays.sort(nums);\n for (int i = 0; i < nums.length; i++) {\n if (nu...
[ { "docid": "893b10c18b48df78d14b645cbe504902", "score": "0.77976984", "text": "public int missing(int[] array) {\n int result = 0;\n int n = array.length + 1;\n for (int i : array) {\n result ^= i;\n }\n for (int j = 1; j <= n; j ++) {\n result ^= j;\n }\n return result;\n...
2da75c69503b4019edcd1376d48cf95b
Method to access the Object's cache.
[ { "docid": "fc354948ab667b81214935befb8859dc", "score": "0.6763138", "text": "Object getCache() throws SQLException;", "title": "" } ]
[ { "docid": "7e64c3e2437bc08475e0af64a9d5662f", "score": "0.7075563", "text": "CacheFacade getCache();", "title": "" }, { "docid": "0ed920eccf95f51dc4b02f5782759f86", "score": "0.6985281", "text": "public Cached<T> cache()\n\t{\n\t\treturn new Cached<T>(this);\n\t}", "title": "" ...
73eba0c6b243740a281ff883ed569d8a
skip the name of the program
[ { "docid": "26432f47e8c6f6bdaec090cfb07fc224", "score": "0.0", "text": "private void parseInternal() throws Exception {\n\t\tm_programName = \"program\";\r\n\r\n\t\twhile (!m_cmdLineArgs.EOF()) {\r\n\t\t\ttry {\r\n\t\t\t\t// System.out.println(m_cmdLineArgs.get()+\"\r\n\t\t\t\t// \"+Token.isASwitch(m_cm...
[ { "docid": "953e5b80583f34a4c6aa5ecb3e967743", "score": "0.59671366", "text": "public static void main(String[] args)\n {\n selectProgram();\n }", "title": "" }, { "docid": "90f599565869cf382e3c560ed8b41aab", "score": "0.584165", "text": "@Override\n\tpublic void skip() ...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "ee3efebbc4e2b408d55c76f7bdab10c3", "score": "0.0", "text": "public static Update parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\r\n Update object =\r\n new Update();\r\n\r\n int event;\r\n java.lang.String nillableVa...
[ { "docid": "6175a9561bbb745f14c11f54a553df88", "score": "0.59778315", "text": "private Element createElement(TagSubObject elm) {\n\t\tString type = elm.getProperty(\"type\", \"element\"); //Find the type of element we are creating.\n\t\t\n\t\t/** We go ahead and get all the properties that are shared be...
9d5fa36ce287708079954c3fd8ca9d3b
required int32 level = 4;
[ { "docid": "b5adc4b922fa354f6431eba2857832fb", "score": "0.7366464", "text": "int getLevel();", "title": "" } ]
[ { "docid": "44c1ccfce5a25bfd5e96b1f43ae661ed", "score": "0.7473071", "text": "public abstract int levelRequired();", "title": "" }, { "docid": "56627969f257b7ffdd37477c73ca80b1", "score": "0.73370457", "text": "public int getLevel(){\n return level;\n }", "title": "" ...
857ae72d8f880678a55c3225529beb06
Original signature : (NSMenuItem)itemWithTitle:(NSString) native declaration : NSPopUpButtonCell.h:91
[ { "docid": "2c7def3bee390511172f67aad4daa75b", "score": "0.81339574", "text": "public abstract NSMenuItem itemWithTitle(NSString title);", "title": "" } ]
[ { "docid": "4e2efa42b223156f721a89a588a3726d", "score": "0.7344054", "text": "public abstract NSMenuItem itemAtIndex(NSInteger index);", "title": "" }, { "docid": "302c312bc506f8a9e38217cf797b683d", "score": "0.6876537", "text": "public abstract NSMenuItem selectedItem();", "titl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fa14a1c35b926222b485bcc40e90e7a7", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tKorean_Child chulsu = new Korean_Child();\r\n\t\tchulsu.play();\r\n\t\tHuman minsu = new Korean_Child();\r\n\t\tminsu.eat();\r\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948742", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920628", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
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": "f9bf7ee8290a19ff0bbde7bd1a09865f", "score": "0.0", "text": "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\r\n\t\tif (id == R.id.action_settings) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\treturn super.onOptionsItemSelected(item);\r\n\t}", ...
[ { "docid": "66fb4eef026da4e1a08c9bebc57402c3", "score": "0.7865698", "text": "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\r\n\t switch (item.getItemId()) {\r\n\t case android.R.id.home:\t\t//App icon in action bar clicked, so go to the main activity\t \r\n\t...
f38120849717d21a5ae04c04a3c531d9
Retrieve the value of the specified property as time in seconds since January 1, 1970. If the string can be converted to an integer, it is interpreted to be a julian date in GMT time zone and returned. Otherwise, if the string can be converted to a double, it is interpreted as an epoch time (seconds since 1970) and ret...
[ { "docid": "365a8415c1d64df43d9a2689d19a48ec", "score": "0.67638", "text": "public double getTime(String property)\n\tthrows PropertiesPlusException\n\t{\n\t\tString value = getProperty(property);\n\t\tif (value == null)\n\t\t\tthrow new PropertiesPlusException(property+\" is not defined.\");\n\t\t\n\t\...
[ { "docid": "d0d61cf646ff9ef64d96777155764e37", "score": "0.6363137", "text": "public double getTime(String property, String defaultValue)\n\tthrows PropertiesPlusException\n\t{\n\t\tString value = getProperty(property);\n\t\tif (value == null)\n\t\t{\n\t\t\tif (defaultValue == null)\n\t\t\t\tdefaultValu...
fcd721c36342b492e26edbc2e3e89562
Create a location_indoor.fingerprinter_info_gauss table reference
[ { "docid": "1635f6a95f2acf2adf2b94ddc801ca20", "score": "0.68244123", "text": "public FingerprinterInfoGauss() {\n this(\"fingerprinter_info_gauss\", null);\n }", "title": "" } ]
[ { "docid": "79dcaa9cb58eb26a0851af59216283f2", "score": "0.6007058", "text": "public FingerprinterInfoGauss(String alias) {\n this(alias, FINGERPRINTER_INFO_GAUSS);\n }", "title": "" }, { "docid": "cb5f437a762734a4366772f9101bd6f7", "score": "0.55449915", "text": "@Override...
1d3cc56ad72d044ec8ba733374c9fcae
Note that results are not delivered on UI thread.
[ { "docid": "f0da0d2e4188c89940a2f1ba917eff3c", "score": "0.0", "text": "@Override\n public void onBeaconsDiscovered(BeaconRegion region, List<Beacon> beacons) {\n\n Log.d(LOGTAG, \"Discovered beacons: \" + beacons.toString() + \".\");\n\n try {\n // Find regio...
[ { "docid": "1c31837c29857d2931982091010b2781", "score": "0.6976418", "text": "@Override\r\n\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\thandleResult(result);\r\n\t\t\t\t\t}", "title": "" }, { "docid": "edbac251ac4c5f14a557415cf5c1e7ed", "score": "0.64611304", "text": "@Override\n\tpubl...
994b6bb87c4c6aa8c1e96cb624559530
Gets the Surface Flinger display token for this display.
[ { "docid": "81d26695056c9c6525d16446ddcbbf06", "score": "0.6673833", "text": "public final IBinder getDisplayToken() {\n return mDisplayToken;\n }", "title": "" } ]
[ { "docid": "3da9d1bd23a00c0ee10caa0b28e5e2f9", "score": "0.5835341", "text": "public String getDeviceToken() {\n mSharedPreferences = mContext.getSharedPreferences(APP_PREFS, Context.MODE_PRIVATE);\n return mSharedPreferences.getString(DEVICE_TOKEN, \"1234567890\");\n }", "title": "...
193cc01b19039ebe579c83bd6f0f1e78
override the getPasswordAuthentication method
[ { "docid": "68d34828854f0d64b1cebf4cf6d755a4", "score": "0.81346714", "text": "protected PasswordAuthentication getPasswordAuthentication() {\n return new PasswordAuthentication(fromEmail, password);\n }", "title": "" } ]
[ { "docid": "74fc2314af3195415b67042afb3fdfb0", "score": "0.85962474", "text": "@Override\n\t\t\tprotected PasswordAuthentication getPasswordAuthentication() {\n\t\t\t\treturn new PasswordAuthentication(from,password);\n\t\t\t}", "title": "" }, { "docid": "b263096e2fa45e8dcde86fbad101b31d", ...
c6a866474dbf2cd1b3e8b0102fcc3a6a
Constructor for the Ui class, initiates a new Scanner instance.
[ { "docid": "ae7b7363f7e169b343d8f73f16e46c0b", "score": "0.5789482", "text": "public Ui() {\n dialogContainer = new VBox();\n this.showWelcome();\n scrollPane = new ScrollPane();\n commandTextField = new TextField();\n }", "title": "" } ]
[ { "docid": "93a1c72ee0a3d0d412f8804f79a4373f", "score": "0.78475183", "text": "public Ui() {\n input = new Scanner(System.in);\n }", "title": "" }, { "docid": "f4944a7add30a8eb1dfae3148cc3f35f", "score": "0.7594069", "text": "public Scanner() {\n initComponents();\n ...
a4a9d49dab33ed5338aec064447b2fbf
Find cards by a search string representing a card number (or part of it). Return only the cards that belong to the specified user.
[ { "docid": "ffab743b41e084cb57644139a428f3c8", "score": "0.7459563", "text": "@SuppressWarnings(\"unchecked\")\n\t@Override\n\tpublic List<Card> search(String searchString, long userId) throws PersistenceCoreException {\n\t\tString hql = \"select c from Card c where c.cardNumber like concat('%',:searchS...
[ { "docid": "188ea3ea420ccc08bcbb743ea7094cc7", "score": "0.65407825", "text": "List<Card> search(CardQuery query);", "title": "" }, { "docid": "d2234c871154809f3315bb98bd008584", "score": "0.6435429", "text": "@Override\n\tpublic List<Card> search(String searchString) throws Persiste...
ff75d789a3172fb21052ff92eab6c956
Construtor: Constroi uma Matriz a partir de uma matriz de coeficientes em parametro.
[ { "docid": "6862b33b73e5c9fbbb3fadb0c2e5e568", "score": "0.47456342", "text": "public Simplex( Matriz mat ) {\n\t\tlist_mat = new ArrayList<Matriz>();\n\t\tlist_mat.add( mat.clone() );\n\t\tcodSol = NAO_OBTIDA;\n\n\t\tobtSolucao();\n\t}", "title": "" } ]
[ { "docid": "08abf182fa52807674dd7edd7bb8a760", "score": "0.5494244", "text": "public Matriz(int tamanho) {\n fltMatriz = new float[tamanho][tamanho];\n\n }", "title": "" }, { "docid": "a91d29a58bdbe02d0efabfd201d9c9f6", "score": "0.5445976", "text": "public Cholesky(double ...
606a7421cb01b9b5c2a943e2a97a1fc7
///////////////////////////////////////////////// Interface to be used by applications ///////////////////////////////////////////////// initialization of the client layer
[ { "docid": "44799edbae3ae6f074fea68624e4da52", "score": "0.73175627", "text": "public static void init() {\n\n\t\ttry\n\t\t{\n\t\t\tserver = (Server_itf) Naming.lookup(\"rmi://localhost:3535/ReplicateServer\");\n\t\t\tclient = new Client();\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\t\t\te.printStackTrace...
[ { "docid": "69d0a38b91cba979d6b1d6dfda50365f", "score": "0.78905773", "text": "protected void initialiseAPI() {\r\n //Create socket connection\r\n //Removed this refactored code so that the TWS Account assigned to execute the callable provides\r\n //a socket connection\r\n //...
f4fd56f2e90546c7e8a1f780dfe08036
This method will be invoked when the user presses the next button in the hotel rooms menu. Once the next button is pressed the method will check for a valid user selection by invoking a method in the view. If the selection is invalid it will prompt an error message and the user can choose again. If the selection is val...
[ { "docid": "673f8ca0b6f7a7d6d65e0846d54b310e", "score": "0.75958306", "text": "public void handleNextButtonPress()\n {\n roomsView.confirmSelection();\n\n if (roomsView.getRepeat() == true && roomsView.getShowErrorMesssage() == true) \n {\n roomsView.displayErrorMessag...
[ { "docid": "e2c64d74512b80fcee1dad7d47ab9c63", "score": "0.62916595", "text": "private static void makeReservationMenu() throws FileNotFoundException \n {\n // variables needed to make reservations\n int partySize = 0;\n int nights = 0;\n int priceRange = 0;\n Strin...
e55d9f7f871e73f0ee802039cd9604cc
The unique identifier of the API asset.
[ { "docid": "be0ddca74cdbf819add8c93ca0b761aa", "score": "0.0", "text": "public ApiGatewayApiAsset withApiId(String apiId) {\n setApiId(apiId);\n return this;\n }", "title": "" } ]
[ { "docid": "4a0fbfded30390d33774f88d927fb764", "score": "0.739843", "text": "public String getAssetId() {\n return assetId;\n }", "title": "" }, { "docid": "4a0fbfded30390d33774f88d927fb764", "score": "0.739843", "text": "public String getAssetId() {\n return assetId...
486845bc8e4dbda9b74ce61d30e6cd54
Gets the player's current rupee balance so that it can be transfered to the "update_log" table. This must be called before the database is updated.
[ { "docid": "d17377fecf24a6624502040a5c30b3c2", "score": "0.6103588", "text": "private static Integer prepareForUpdateLogConversion(int startingDbVersion, DbDao dao, Settings settings) throws SQLException {\n\t\tif (startingDbVersion > 17) {\n\t\t\treturn null;\n\t\t}\n\n\t\t//get the player's current ru...
[ { "docid": "a5fc5e5e0d7e92d92075375f5f3d15b5", "score": "0.73404026", "text": "public static double getBalance(Player p){\n ResultSet res;\n double balance = 0;\n try {\n res = RPCore.statement.executeQuery(\"SELECT ACCOUNTBAL FROM RPCORE WHERE UUID ='\"+p.getUniqueId()+...
c86c5f7f1a67bac5b96c0bce700925b1
Offset the horizontal location of all children of this view by the specified number of pixels.
[ { "docid": "50f96ff0091ca180824231d84e211a11", "score": "0.6063214", "text": "private void offsetChildrenLeftAndRight(int offset) {\n for (int i = getChildCount() - 1; i >= 0; i--) {\n getChildAt(i).offsetLeftAndRight(offset);\n }\n }", "title": "" } ]
[ { "docid": "ae0162ad54ffdbdf50d3e724545bb708", "score": "0.5582923", "text": "public void setXOffset() {\r\n int smallDifference = tileSize * 7;\r\n int bigDifference = tileSize * 9;\r\n\r\n if (player.x - smallDifference < xOffset) {\r\n xOffset = player.x - smallDiffere...
ab53da52a37e0a9fcba71bf3175b4466
Long id = request.getSession().getAttribute("userId", userToCheck.getId());
[ { "docid": "1599a91bb6a86bbf960ea66dfeea3520", "score": "0.0", "text": "@RequestMapping(path = \"/showAppointmentsCompany\", method = RequestMethod.GET)\n\tpublic String showMyAppointmentsCompany(Model model, @SessionAttribute Long companyId) {\n\t\tmodel.addAttribute(\"appointments\", appointmentReposi...
[ { "docid": "15192d5b520bd302d258aa9e6faed19c", "score": "0.7241756", "text": "private Integer getUserID(HttpSession session) {\r\n\r\n\t\tint userId = 0;\r\n\r\n\t\tif ((null != session.getAttribute(MMJBCommonConstants.USER_ID))\r\n\t\t\t\t&& StringUtils.isNotEmpty(session.getAttribute(\r\n\t\t\t\t\t\tM...
216fc0912c8cd5c662c9d032f6f13f4c
A function to check if the set of player cards is Straight It calls the consecutive order function to check if the condition for Straight is satisfied
[ { "docid": "660a0d8c08a6fb6d8f1d9f405dbc161f", "score": "0.0", "text": "public int isStraight(int[] number)\n {\n result = consecutiveOrder(number);\n return result;\n }", "title": "" } ]
[ { "docid": "9c725e597d12513712f0572299cf7229", "score": "0.6652542", "text": "private boolean isStraight() {\r\n\t\tint count = 0;\r\n\t\t//Determines if the ordinals of each card in the sorted hand equals the next\r\n\t\tfor (int index = 0; index < hand.size() - 1; index++) {\r\n\t\t\tif (hand.get(inde...
d190605cb1f6c37ef5ce16b08a40944b
/ JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object]
[ { "docid": "81d6b6f0c57008992b585903df614a3e", "score": "0.0", "text": "@Override // io.reactivex.functions.Consumer\n public void accept(Throwable th) {\n this.a.getConversationChannel().onNext(new DataContainer<>(null, this.a.g.wrap(th)));\n }", "title": "" } ]
[ { "docid": "c81196ac36d97354d96b9b3343e8eaed", "score": "0.6117047", "text": "private void visitArgs(BLangInvocation invocation) {\n reorderArguments(invocation);\n\n rewriteExprs(invocation.requiredArgs);\n fixStreamTypeCastsInInvocationParams(invocation);\n fixNonRestArgTyp...
9a9b65b55121d1c31bcf33096b4a41c5
Clase encargada de chequear que todos los datos necesarios para hacer una denuncia, esten en la base de dato.
[ { "docid": "7f34f5c8bfd4160038e8b29569ed000c", "score": "0.0", "text": "public boolean chequeoDatos(){\n boolean respuesta = true;\n limpiarErrores();\n try { \n ResultSet rs = bdd.enviarConsulta(\"SELECT ci FROM Persona WHERE ci=\"+cidenunciante.getText());\n ...
[ { "docid": "de9689a9aaf40d78ad822ada32997121", "score": "0.64676654", "text": "public void limpiarDatos() {\r\n FormularioUtil.limpiarComponentes(this, idsExcluyentes);\r\n\r\n }", "title": "" }, { "docid": "170bfe02f74ffdb174580d25e80f8e98", "score": "0.64626384", "text": ...
e098652efac93efaaef338b98b6fc0e4
optional string name = 1;
[ { "docid": "b215211a04f96805a2efc6bd259dc047", "score": "0.0", "text": "@java.lang.Override\n public java.lang.String getName() {\n java.lang.Object ref = name_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.Byt...
[ { "docid": "9786d755f4b5c81d3acb72695ed21606", "score": "0.749313", "text": "public void setname(String name){\r\n this.name=name;\r\n }", "title": "" }, { "docid": "e5335179b3b7e14731da28f992bffb1b", "score": "0.7446762", "text": "public void name(String x) {name=x;}", "ti...
14034cbb2941495a166a87f4379c03ad
Getter method for property deptCode.
[ { "docid": "7c3f7b226d3fdc4e3d40b0e0557ff865", "score": "0.85338753", "text": "public int getDeptCode() {\n\t\treturn deptCode;\n\t}", "title": "" } ]
[ { "docid": "938e697425ba61b2da565cf9696a1603", "score": "0.88328975", "text": "public String getDeptCode() {\r\n return deptCode;\r\n }", "title": "" }, { "docid": "9872cb92bb9eebb97c8641a7f0482318", "score": "0.88027143", "text": "public String getDeptCode() {\n ret...
d65b5c0a448c55263320c33be35fa41f
Get current cumulative angle rotation from last reset.
[ { "docid": "a48f020822c4bfa365cbf2a1e619cdb7", "score": "0.7342745", "text": "private double getAngle()\n {\n // We experimentally determined the Z axis is the axis we want to use for heading angle.\n // We have to process the angle because the imu works in euler angles so the Z axis is...
[ { "docid": "349242ca40ebad84e2f0cce73b79b616", "score": "0.72419226", "text": "private Orientation getAngle()\n {\n // We experimentally determined the Z axis is the axis we want to use for heading angle.\n // We have to process the angle because the imu works in euler angles so the Z a...
1d299570d293e8bbe46f134ddc9b46a3
Sets the value for child leaf "errpduunsupportedtraffictx", using Java primitive values.
[ { "docid": "1255b99a22af66e52cdefa23632d52b3", "score": "0.6121027", "text": "public void setErrPduUnsupportedTrafficTxValue(long errPduUnsupportedTrafficTxValue)\n throws JNCException {\n setErrPduUnsupportedTrafficTxValue(new YangUInt32(errPduUnsupportedTrafficTxValue));\n }", ...
[ { "docid": "f8078dbff6e22c793ef415689e395d69", "score": "0.6633966", "text": "public void setErrPduUnsupportedMsgTypeTxValue(YangUInt32 errPduUnsupportedMsgTypeTxValue)\n throws JNCException {\n setLeafValue(Epc.NAMESPACE,\n \"err-pdu-unsupported-msg-type-tx\",\n ...
0800a3e914c813f91bb16a1d3a38d357
Performs set up actions on the GUI components.
[ { "docid": "6fe03914ad5df73af4fe7f8a3340c8f4", "score": "0.6573292", "text": "protected abstract void setupGUI(String title);", "title": "" } ]
[ { "docid": "e31c779001d61970118ad10bb20a00ef", "score": "0.7557672", "text": "private void setupGUI() {\n cheatWindow();\n millionButton();\n billionButton();\n ammoH4KZ();\n hackyTowers();\n dollaBillz();\n superMedic();\n superDeath();\n }", ...
564f716537262dabcc0a0bdb20edcf51
Hide the Progress Dialog window if it is currently being displayed
[ { "docid": "bbf5e68367609b0dec0451e7b3210442", "score": "0.7955438", "text": "private void hideProgressDialog() {\n toggleProgressDialogState(false, false, null);\n }", "title": "" } ]
[ { "docid": "825420d3d4e20c5e82e2d1dc3337503a", "score": "0.7806274", "text": "private void hideProgressDialog() {\n if (pDialog.isShowing())\n pDialog.hide();\n }", "title": "" }, { "docid": "0abaf37415a6b0da1318f5135fa7cb36", "score": "0.77045226", "text": "priv...
9b3f896dd060c0da694a4974fad4b259
Taking inputs Scanner sc = new Scanner(System.in);
[ { "docid": "07021d47544549284850af951c1152c9", "score": "0.0", "text": "public static void main(String[] args) throws IOException {\n\t\tBufferedReader sc=new BufferedReader(new InputStreamReader(System.in));\n\t\tint t1 = Integer.parseInt(sc.readLine());\n\t\tint t2 = Integer.parseInt(sc.readLine());\n...
[ { "docid": "263cb29ec4f66b68979553ad8bddb50f", "score": "0.7841443", "text": "public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n\n }", "title": "" }, { "docid": "799d7018b073ae90345718d45f75b753", "score": "0.74544114", "text": "public static v...
6b1b6aa3160dbb9f4c0ecf86c00a4406
Creates a nodeName section from a dom description. Each parameter (or array of parameters) is created using the suitable constructor.
[ { "docid": "1a458c4896442601b37b4cf0840341f5", "score": "0.5710508", "text": "private NodeSection createSection(Element section) throws LoadException {\r\n \t\t//gets all the parameters\r\n \t\tNodeList parameterList = section.getElementsByTagName(\"parameter\");\r\n \t\ttry {\r\n \t\t\t//gets appropria...
[ { "docid": "a90969a523f450a23673a782093c1527", "score": "0.59627366", "text": "public Element createNode(Document doc, String nodeName) {\n Element node = doc.createElement(TAG_NODE);\n Element nameNode = doc.createElement(TAG_NODENAME);\n nameNode.appendChild(doc.createTextNode(nod...
cca05c7343fb440b01f14efe99026fa8
Sets value as the attribute value for the calculated attribute Itemtype
[ { "docid": "60eb9a0154f52585211f67b8055e0014", "score": "0.6560948", "text": "public void setItemtype(String value) {\n setAttributeInternal(ITEMTYPE, value);\n }", "title": "" } ]
[ { "docid": "6be10b7663978d025de353e9819c39e6", "score": "0.68997216", "text": "protected abstract void setItemType();", "title": "" }, { "docid": "2c80b6ea923734f1ac9b6a6dce8f72f7", "score": "0.659688", "text": "public void setValueType(int aValue) {\n//$Section=Attribute set$ID=3F9C...
44bee7affebf2f6b0d0b280e88df2c48
static String[][] Data1 = new String[20][6]; 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": "d5d8ae3e77727aeea957d744d66d96bb", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n buttonGroup1 = new javax.swing.ButtonGroup();\n ...
[ { "docid": "2b5a681a9174b482484efc4e9bcce32f", "score": "0.60514575", "text": "public data2() {\n initComponents();\n }", "title": "" }, { "docid": "3394bd8d13600b7b98391c431a5eeb35", "score": "0.59579504", "text": "static void initSample1(){\n // put values into the...
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": "dd4cd99f5443b1cae5416ee6a495c206", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jButton1 = new javax.swing.JButton();\n jButt...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7393097", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "156c28fa8...
f3ca6eb7bc9c47ddd7dde84aa164993b
/ GENERATED CODE / GENERATED CODE
[ { "docid": "e72d4721a8cbee3f082fdcdd302e90ac", "score": "0.0", "text": "@Test\n/* GENERATED CODE */\tpublic void testFloatEqLong() {\n/* GENERATED CODE */\t\tLessThanEqualsAccessor x = new LessThanEqualsAccessor.FLOAT_LONG(\n/* GENERATED CODE */\t\t\tnew ConstantAccessor.FLOAT(1),\n/* GENERATED CODE */\...
[ { "docid": "2ef7ede844c5a144a52a93f0ff6d6627", "score": "0.6852092", "text": "void oldCode() {\n\n\t}", "title": "" }, { "docid": "89245533ff84617c06348d95948e2887", "score": "0.67112297", "text": "public void doCodeGen() {\n\r\n\t}", "title": "" }, { "docid": "f4f7bcdf27...
497998c96627160b4348acaf7dde780f
new command starts here
[ { "docid": "9f90fdd6e901eb9d773d4a002516173f", "score": "0.0", "text": "public void init_ChatActivity()\n {\n\n\n\n\n mChatView = (ChatView)findViewById(R.id.chat_view);\n\n //Set UI parameters if you need\n mChatView.setRightBubbleColor(ContextCompat.getColor(this, R.color.green...
[ { "docid": "93f0b7f0b5a29deb2871ef81fd8c1fbc", "score": "0.69544566", "text": "public GoCommand() {}", "title": "" }, { "docid": "1cc8618f6b86aa514f431743712874ba", "score": "0.69517326", "text": "public Command createCommand();", "title": "" }, { "docid": "47634d7b94446f...
20b79c5193d77f30132b0345903c341d
Code here will be triggered once the drawer closes as we dont want anything to happen so we leave this blank
[ { "docid": "0bda14875f5a64fcff71ec28a1909ee6", "score": "0.7767763", "text": "@Override\n public void onDrawerClosed(View drawerView) {\n super.onDrawerClosed(drawerView);\n }", "title": "" } ]
[ { "docid": "0ed9abdf3ea4fb8d42be4351a2fb15bb", "score": "0.7994886", "text": "void onDrawerClosed();", "title": "" }, { "docid": "c8451d48387436859f139600f820d8bd", "score": "0.79732865", "text": "@Override\n public void onDrawerClosed(View drawerView) {\n ...
f7f564c2641e65224af7c0985c7bc0d3
Returns the total number of flashcards answered so far in the slideshow.
[ { "docid": "7646662533ad8ca8cbfe3fdcb709334e", "score": "0.8219821", "text": "public int getNumberOfAnsweredFlashcards() {\n return (int) slides.stream().filter(Flashcard::getFlipStatus).count();\n }", "title": "" } ]
[ { "docid": "17ec97f556ee44d267774839d8715154", "score": "0.8245877", "text": "public int getTotalNumberOfSlides() {\n return flashcards.size();\n }", "title": "" }, { "docid": "00aef13559f352f13f77fc3dfeba7168", "score": "0.6974079", "text": "int getCardsCount();", "tit...
66e0db82ed270745e3cbfa230a3e38b6
Gets the dataResidencyBoundary property: Data Residency Boundary of the resource.
[ { "docid": "a43a3e888dae256a59bf9fb4338a09d1", "score": "0.76035315", "text": "DataResidencyBoundary dataResidencyBoundary();", "title": "" } ]
[ { "docid": "14c15d64a5f4317a395e20aeb87ffdd2", "score": "0.6170307", "text": "public Rectangle getBoundary() {\n return new Rectangle(x, y, width, height);\n }", "title": "" }, { "docid": "84eb38a37779f0e6e1f74309e84adeb3", "score": "0.6080248", "text": "public String getBo...
7a2dc871cf2decf94923568c19e019a7
This method was generated by MyBatis Generator. This method sets the value of the database column user.Uid
[ { "docid": "0d966af0d1563c54c4bd391117bb6591", "score": "0.6595034", "text": "public void setUid(Integer uid) {\n this.uid = uid;\n }", "title": "" } ]
[ { "docid": "1e8cbc5d40104b05897ede8dca1728f9", "score": "0.66366684", "text": "public void setUid(Integer uid) {\r\n this.uid = uid;\r\n }", "title": "" }, { "docid": "1e8cbc5d40104b05897ede8dca1728f9", "score": "0.66366684", "text": "public void setUid(Integer uid) {\r\n ...
494c4b09225b5a834a5292cea7c0bf1a
set adapter search string = newText notifyOnDataSetChanged()
[ { "docid": "6e63bad97e8466d3115c9ac45b93eb25", "score": "0.6765883", "text": "@Override\n public boolean onQueryTextChange(String newText) {\n resultEmployeesIds = EmployeeRepository.getInstance().getEmployeesIdsBySearchString(newText);\n employeeAdapter.notifyDa...
[ { "docid": "5a1a36be3fa3464d2d8fa947ccb37de4", "score": "0.74373895", "text": "@Override\n public boolean onQueryTextChange(String newText) {\n adapter.filter(newText);\n return false;\n }", "title": "" }, { "docid": "7c3ab82000bd8d8f22542c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aff61c6c6535a550c451a9448b335710", "score": "0.0", "text": "public String[] getValueNames() {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
fbfd8f638e6f11e2e7b895b63dac54b8
$ANTLR end "rule__FullJvmFormalParameter__Group__1" $ANTLR start "rule__FullJvmFormalParameter__Group__1__Impl" InternalBotDuino.g:15949:1: rule__FullJvmFormalParameter__Group__1__Impl : ( ( rule__FullJvmFormalParameter__NameAssignment_1 ) ) ;
[ { "docid": "4be4312ac41322e73b82d45605250054", "score": "0.8406332", "text": "public final void rule__FullJvmFormalParameter__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:15953:1: ( ( ( rule...
[ { "docid": "3adbf23bbfe8d936057cfbea0ad4da29", "score": "0.8239722", "text": "public final void rule__FullJvmFormalParameter__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalBotDuino.g:15942:1: ( rule__FullJvmF...
2e3b0f349d4a0ee52ebdd7ec17e931c0
/ React to the checkbox events.
[ { "docid": "ec96391469332342a3b1b3e37d323e18", "score": "0.0", "text": "public void controlEvent(ControlEvent theEvent) {\n if (theEvent.isFrom(plotOptions)) \n {\n showOverlay = plotOptions.getState(0); \n mouseDebug = plotOptions.getState(1);\n mouseCrosshair = plotOptions.getState(2);\n }...
[ { "docid": "f06704c531ab4adf142d7d7939e903c8", "score": "0.73269314", "text": "@Override\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\tcheckboxPressed(arg0);\n\t\t\t}", "title": "" }, { "docid": "55c91f2d5b63d16dfdc27292d694cbd3", "score": "0.7242841", "text": "@Ove...
7c84e5bc9945dd75235b671cac048707
NG21565Group details should be displayed correctly after user has been removed from group
[ { "docid": "ed947eaa574a3fd3497e0c7ae0f67d35", "score": "0.75850743", "text": "@Test(groups = { \"Groups Section\" })\n\tpublic void verifyGroupDetailsWhenUserisRemovedFromGroup() {\n\t\tSoftAssert softAssert = new SoftAssert();\n\t\tReadConfig mailconfig = new ReadConfig();\n\t\tGroups grp = new Groups...
[ { "docid": "eb921cb7aab69dbeca81602e95777ccf", "score": "0.7573292", "text": "private void removeGroupEntry(FormEvent event) {\n CheckBoxBean cb = event.getCheckBoxBean(\"groupEntryIDCB\");\n List l = cb.getSelectedValues();\n Iterator it = l.iterator();\n if (!l.isEmpty(...
a8218ec2b0b8009097f60b8bf799cd16
Simply prints the ontology URIs of an input alignment
[ { "docid": "a1a426fe30308cbc8bd581be6bef1589", "score": "0.7801812", "text": "public static void printAlignmentURIs (File inputAlignmentFile) throws AlignmentException {\n\t\tAlignmentParser parser = new AlignmentParser();\n\t\tBasicAlignment inputAlignment = (BasicAlignment) parser.parse(inputAlignment...
[ { "docid": "c6bd2f11825695c18227399144e6cfbe", "score": "0.654582", "text": "public static void printAlignmentAsString(BasicAlignment inputAlignment) throws AlignmentException {\n\n\t\tfor (Cell c : inputAlignment) {\n\t\t\tSystem.out.println(c.getObject1AsURI().getFragment() + \" - \" + c.getObject2AsU...
24af4333d0a0fa461f77b0c8531c6771
DELETE /bPCs/:id > delete the "id" bPC.
[ { "docid": "e9f218be58f2fc325891646e46b118fa", "score": "0.80469334", "text": "@RequestMapping(value = \"/bPCs/{id}\",\n method = RequestMethod.DELETE,\n produces = MediaType.APPLICATION_JSON_VALUE)\n @Timed\n public ResponseEntity<Void> delete(@PathVariable Long id) {\n ...
[ { "docid": "6d86ba2e79d93cec4578d043ce8442eb", "score": "0.7527104", "text": "public void deleteBbsByid(Integer id);", "title": "" }, { "docid": "665a16a9b0a53129a91cce1d4e872345", "score": "0.7058235", "text": "@DeleteMapping(\"/bike-brake-pads/{id}\")\n @Timed\n public Respon...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2ff4b9f495023be1d40a71cf41dbd318", "score": "0.0", "text": "@Override\r\n\tpublic void updateProImgListById(List<ProImg> list) throws Exception {\n\t\tif(list != null && list.size() > 0){\r\n\t\t\tfor(ProImg img:list){\r\n\t\t\t\tupdateProImgById(img);\r\n\t\t\t}\r\n\t\t}\r\n\t}", "title...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
bdaf6d6f8eefe03169cbe3bfa2605d36
/ Generated Methods Method execute
[ { "docid": "f66754227e3dfd76d588ec48f38f6c0f", "score": "0.0", "text": "public ActionForward execute(ActionMapping mapping, ActionForm form,\n\t\t\tHttpServletRequest request, HttpServletResponse response) {\n\t\tCheckAppForm checkform = (CheckAppForm) form;\n\t\tlong id=checkform.getId();\n\t\tlong sta...
[ { "docid": "0649a609e65f50430ea17a11110f63db", "score": "0.8583779", "text": "protected void execute() {\n\t\t\n\t}", "title": "" }, { "docid": "0649a609e65f50430ea17a11110f63db", "score": "0.8583779", "text": "protected void execute() {\n\t\t\n\t}", "title": "" }, { "doc...
388b408df5110a0eb075549ceb5178c2
Gets entities kept in memory after process.
[ { "docid": "ea12b5cc452833b84f720090537ec3ef", "score": "0.5616863", "text": "public Map<Object, PersistentEntity> getEntities(){\n return this.pEntities;\n }", "title": "" } ]
[ { "docid": "d321b212c45965950473e0641b46eaec", "score": "0.61158514", "text": "@Override\n protected List<T> getEntities() {\n List<T> entities = new ArrayList<>();\n for (int i = 0; i < 20; i++) {\n entities.add(getEntity());\n }\n return entities;\n }", ...
d51fccc98f3d94356ec0e0fc1c57bb73
The method that runs all the prehandlers prior to checking handlers.
[ { "docid": "ff5a4750e977d241b78d83198d163805", "score": "0.64670575", "text": "protected boolean prehandle(Context context)\n {\n // Tiny optimization to get references to the Prehandlers more quickly.\n final List<Prehandler> prehandlerList = this.prehandlers;\n for (Prehandler p : prehandler...
[ { "docid": "acb010ba5b634edece0590c7b0cbf4e7", "score": "0.6600163", "text": "@Override\r\n\tprotected void doPre() {\n\t}", "title": "" }, { "docid": "7e2ec83241b5ac818c303f2744535c45", "score": "0.65947425", "text": "protected abstract void preProcess();", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2e178644495a17b33f0f21bf3d9e80c9", "score": "0.0", "text": "@Override\n\tpublic boolean isCellEditable(int row, int column) {\n\t\tString key = (String) getValueAt(row, 0);\n\t\tObject value = getValueAt(row, 1);\n\t\treturn column == 1 && \n\t\t\t\t\t!key.equals(DataConfig.CTS_MANAGER_NAME...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
cd99532af47ae7cfb9726d43e4925c53
All the updating methods
[ { "docid": "3a4a6ba45d1ef78e26bcdb2f04ce81d9", "score": "0.0", "text": "@Override\n\tprotected void updateValue(MaxNode currentTask, State state, double reward) {\n\t\tupdateProjectedValue(currentTask, state, reward);\n\t}", "title": "" } ]
[ { "docid": "074021088a7b7d8599a2f5db222b5e6b", "score": "0.84527165", "text": "protected void update() {\n }", "title": "" }, { "docid": "276fb0b6b3e70ce8b67819031839c1ec", "score": "0.80726177", "text": "public void update() {}", "title": "" }, { "docid": "276fb0b6b3e...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "84da237a64665ed0fa95669d9284a7e0", "score": "0.0", "text": "public char pop() {\n\t\tchar c = head.data;\n\t\thead = head.link;\n\t\ttop--;\n\t\treturn c;\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69750255", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.6807575", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\...
ebffcdaa5f81df6be6475ddc80065f44
repeated uint32 group_id = 2;
[ { "docid": "05b6e694e151ff0a6e72ed5b198dc6d5", "score": "0.0", "text": "public java.util.List<java.lang.Integer> getGroupIdList() {\n return java.util.Collections.unmodifiableList(result.groupId_);\n }", "title": "" } ]
[ { "docid": "9ec1442bd32bf80f7bdff6371911eeee", "score": "0.65016735", "text": "private void setGroupId(long value) {\n \n groupId_ = value;\n }", "title": "" }, { "docid": "e04ad016770b7075d60f0262d5311e39", "score": "0.65015334", "text": "int getGroupId();", "title": "" ...
e59039b70c58e1a8258480f8c74a1f98
Description: ID that identifies the task that caused the failure
[ { "docid": "886d44288543e3de3f901923ba0013f6", "score": "0.6634641", "text": "Object getTaskId();", "title": "" } ]
[ { "docid": "805ee9503a56cc2a9134ffa771e3728c", "score": "0.70125914", "text": "public interface ITaskFailure<E> {\n /**\n * \n * <i>Description:</i> ID that identifies the task that caused the failure\n * \n * @return the id\n */\n Object getTaskId();\n\n /**\n * \n ...
d7a1ca242a117946f9b1fb8e0abce733
Controls the left and right sides of the drive directly with voltages.
[ { "docid": "25d2455df4dd379668da408a9777215d", "score": "0.69019955", "text": "public void tankDriveVolts(double leftVolts, double rightVolts) {\n lMotor0.set(leftVolts / RobotController.getBatteryVoltage());\n rMotor0.set(-rightVolts / RobotController.getBatteryVoltage());\n }", "t...
[ { "docid": "68576daac5ab968497123c418b78f407", "score": "0.71272874", "text": "public void drive(double rightP, double leftP) {\n if (invertRight) {\n rightP *= INVERT_MOTOR;\n }\n \n if (invertLeft) {\n leftP *= INVERT_MOTOR;\n }\n \n ...
f1586292925c61ffea3532e0983e2e1e
Initializes an instance of RestoresClientImpl.
[ { "docid": "45272b3f98cf57c4f13109ca08488610", "score": "0.6419835", "text": "RestoresClientImpl(RecoveryServicesBackupClientImpl client) {\n this.service = RestProxy.create(RestoresService.class, client.getHttpPipeline(), client.getSerializerAdapter());\n this.client = client;\n }", ...
[ { "docid": "25f985f0039af4b3915932675a54f2a2", "score": "0.72702485", "text": "@PostConstruct\n\tprivate void init() {\n\t\trestClient = RestClient.getInstance();\n\t\tLOGGER.debug(\"RestClient instance successfully created...\");\n\t}", "title": "" }, { "docid": "6ef79f6261a7d353078a0d89519...
383ac6919433b31493b236678fb7e4b8
Used when notifying to clean up legacy small icons.
[ { "docid": "8709eb5c0e43e46715646c20d6713adb", "score": "0.0", "text": "@UnsupportedAppUsage\n public void setSmallIcon(Icon icon) {\n mSmallIcon = icon;\n }", "title": "" } ]
[ { "docid": "633b9334269d8fed4a47abccc8b49160", "score": "0.67406106", "text": "private void clearSmallIcon() {\n \n smallIcon_ = getDefaultInstance().getSmallIcon();\n }", "title": "" }, { "docid": "da23891f304fea2568374f529a5dfaaa", "score": "0.6402227", "text": "void r...
161070474443b7e2463079ca80f2f17f
PC pc = PC.getInstance(); trying to keep main thread alive.
[ { "docid": "7ef93d2731c8088f5f36b108dc16be52", "score": "0.0", "text": "public static void main(String[] args) throws Exception {\n\t\tinitializeHeartBeatService();\n\n\t\tThread.sleep(3000);\n\t\twhile (true) {\n\t\t\tsendHeartBeat();\n\t\t\tThread.sleep(10000);\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "59928676f59105f2da4ecde436b88343", "score": "0.59405696", "text": "public App(){ \n \ttThread = new Thread(this); \n tThread.start();\n }", "title": "" }, { "docid": "4ed87aaa26794425ff1f40c295afea17", "score": "0.5802663", "text": "public static Thread getM...