query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
78125779f151cf52d9f2410d7cd50fcc
show payouts and exit
[ { "docid": "d9165604315a3b487228b363e2416c7a", "score": "0.8103244", "text": "static void showPayouts() {\n\n int separatorLength = 23;\n Paint.separator(separatorLength);\n System.out.println(Paint.getAnsiString(Paint.MAGENTA, \"Payouts\"));\n Paint.separator(separatorLength...
[ { "docid": "410645c84be630d9a92abca12d140884", "score": "0.68778884", "text": "public void checkOut()\n {\n //System.out.println(checkOutLine.isEmpty());\n new PayGUI(checkOutLine, stock);\n //Customer c = checkOutLine.remove();\n //Transactions t = new Transactions(c, sto...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "b7028acf30200a165d151fc5a25a29e0", "score": "0.0", "text": "public abstract int zzu(T t);", "title": "" } ]
[ { "docid": "3d5f5671ba4d832b0287c449b706ab12", "score": "0.65168345", "text": "public abstract Member mo23408O();", "title": "" }, { "docid": "680ac9d1bc1773741a758290a71e990c", "score": "0.6417889", "text": "@Override\n public void func_104112_b() {\n \n }", "title"...
faad1b8b14201085e7ca937e6e986b0c
This method was generated by MyBatis Generator. This method corresponds to the database table ecs_takegoods_order
[ { "docid": "876a5986a5289e3f87c05a2bdc7655e0", "score": "0.5569124", "text": "List<EcsTakegoodsOrder> selectAll();", "title": "" } ]
[ { "docid": "874d8e6e90023341ef9d190029070777", "score": "0.61318856", "text": "EcsTakegoodsOrder selectByPrimaryKey(Integer recId);", "title": "" }, { "docid": "10df479c161499c30d1f2ca5b2e90883", "score": "0.6097516", "text": "@Override\r\n\tpublic void genOrderRec(String sql) throws...
3cc24bcc4556eb4a4b0a5a41bae05a4b
LOG.TRACE("executeSQLReportNonUnique: " + strStatement);
[ { "docid": "6fabbe9ae6e70e2267859c4262edb3fe", "score": "0.6308404", "text": "public IDBResult executeSQLReportNonUniqueEx(String strStatement, Vector vecValues)throws DBException{\n\t\t\n\t\tObject[] values = new Object[vecValues.size()];\n\t\tfor (int i = 0; i < vecValues.size(); i++ )\n\t\t\tvalues[i...
[ { "docid": "effbe28f7c7d1ec37f757e5432ac82b1", "score": "0.7166023", "text": "public IDBResult executeSQLReportNonUnique(String strStatement, Object arg1, Object arg2, Object arg3, Object arg4)throws DBException{\n\t\t\n\t\tObject[] values = {arg1,arg2,arg3,arg4};\n\t\tIDBResult res = null;\n\t\tLock();...
642249c3c986927eff04277c3764996a
Created by federicoberon on 09/07/2019.
[ { "docid": "dd4d772e27b3c70077cb1f9c6e5db931", "score": "0.0", "text": "public interface CompetitionTeamService {\n List<CompetitionTeam> findAllByCompetitionCode(String s);\n}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.58342487", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "efda110dae3567ecb4380b4b672c3e8d", "score": "0.57880723", "text": "public void anzeigen() {\n\t\t\r\n\t}", "title": "" }...
8234ca4f52139d398fa6380a91f1f144
just to test GUI
[ { "docid": "2cd6f81759a7377f2882f1c65b9d5605", "score": "0.0", "text": "public User_Info getUserByID(){\n\t\t\n\t\tUser_Info user = new User_Info();\n\t\tuser.setUserName(\"John Smith\");\n\t\tuser.setUserPhoneNum(\"813-456-5467\");\n\t\tuser.setUserAddress(\"106 Ander pkwy\");\n\t\tuser.setUserEmail(\"...
[ { "docid": "d17d785a56fd4d25f51040e39929bac8", "score": "0.7525674", "text": "void okToUseGui();", "title": "" }, { "docid": "0d356da054d6004d6d98725050459a29", "score": "0.7176782", "text": "public abstract void gui();", "title": "" }, { "docid": "37b8a38f30053dcc991cf5f...
2803e56f9aae65ba43c2785c9b46dcd0
Test case number: 2 /Coverage entropy=0.0
[ { "docid": "a142df4b896a1061f0c4ede6dd0f8d26", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test02() throws Throwable {\n EWrapperMsgGenerator eWrapperMsgGenerator0 = new EWrapperMsgGenerator();\n assertEquals(\"Connection Closed\", eWrapperMsgGenerator0.connectionClosed());...
[ { "docid": "4b625fe0209fdcd955d0f8322942a460", "score": "0.6849665", "text": "@Test(timeout = 4000)\n public void test056() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluat...
54afb360f664d6ac39ca39d6b800a1db
Toast.makeText(UserDetailsActivity.this, "Clicked item;" + fName, Toast.LENGTH_SHORT).show();
[ { "docid": "e4b133cd1b62689bf92a590dd559e96e", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n }", "title": "" } ]
[ { "docid": "499d61a593e280260de3f3c1e58bbb69", "score": "0.7719867", "text": "@Override\n public void onItemClick(AdapterView<?> parent, View view, int position, long id) {\n String name = names.get(position);\n Log.i(\"Name: \", name);\n\n Toast.m...
757b282bab1c3ec8c416163baee08a6b
Creates a node storing the specified element.
[ { "docid": "fb408b608db0b34fc0f53e180605f1c8", "score": "0.55339783", "text": "public LinearNode(T elem) {\n next = null;\n element = elem;\n }", "title": "" } ]
[ { "docid": "ab1d4b9cb58ba45c542b22df6948f16e", "score": "0.7840318", "text": "private Node createNewNode(T element){\n Node node = new Node();\n node.element = element;\n node.next = null;\n return node;\n }", "title": "" }, { "docid": "0f7023501b0e40b900059fa4...
b113371a335f6501ecc64b91172455bc
Get Itemprice as per date
[ { "docid": "8b5b5d71290220b37c8327e821a92d0b", "score": "0.0", "text": "public ArrayList<String> GetItemPriceForManager(String restname,String date, String clientname,String time) {\r\n\t\t\t\t\tArrayList<String> OrderListItemPrice = new ArrayList<>();\r\n\t\t\t\t\tString SQL_SELECT = \"SELECT Itemprice...
[ { "docid": "72656ea05ed7de725f4288abcb7706a2", "score": "0.5948892", "text": "public Timestamp getDateInvoiced();", "title": "" }, { "docid": "72656ea05ed7de725f4288abcb7706a2", "score": "0.5948892", "text": "public Timestamp getDateInvoiced();", "title": "" }, { "docid":...
ca4ee7c5c20059f39d468fdd721253d2
Creates new form frmUsuario
[ { "docid": "c61d6d09b47f5d98c3934504fca7829d", "score": "0.6342637", "text": "public frmFormadePago() {\r\n initComponents();\r\n mostrarBuscar(\"\");\r\n \r\n }", "title": "" } ]
[ { "docid": "381f8eed0ad6e4999ff3c4311806a853", "score": "0.76286525", "text": "public FormUsuario() {\n initComponents();\n ub = new UsuarioBean();\n uDao = new UsuarioDAO();\n listaUsuarios = new ArrayList<>();\n preencherTabela();\n tfCodigo.setFocusable(false...
d9939f6bfceb31cd62bc87bfd60c46d3
LMR In order w.r.t root 4 6 8
[ { "docid": "8207bac26ffac75bd161c231a4a33dd3", "score": "0.0", "text": "public void traverseInOrder(Node curr) {\n\t\tif (curr != null) {\n\t\t\ttraverseInOrder(curr.left);\n\t\t\tSystem.out.print(\" \" + curr.val);\n\t\t\ttraverseInOrder(curr.right);\n\t\t}\n\n\t}", "title": "" } ]
[ { "docid": "5871000efde081a5533c345caec2918a", "score": "0.6103436", "text": "static void levelOrder(Node root){\n Queue<Node> queue = new LinkedList<Node>();\n\t\tqueue.offer(root);\n\t\twhile (!queue.isEmpty()) {\n\t\t\tNode head = queue.poll();\n\n\t\t\tif (head == null) {\n\t\t\t\tcontinue;\n\t...
49c41ac198290a87cad2aeeb306861c8
Unlink Everything !!! N.B. we use the toArray() trick to prevent concurent updates
[ { "docid": "89cec19a94bf785bef754daf8dd699a2", "score": "0.5896027", "text": "public void unlink(){\n unlink(defaults);\n for (Object exhibitionSection:exhibitionSectionCollection.toArray()) {\n unlink((ExhibitionSection)exhibitionSection);\n }\n for (Object exhibi...
[ { "docid": "f6ca57631f293d062d85938f9ef32cfc", "score": "0.6103535", "text": "public void disconnect(){\r\n\t\tfor(int i = 0; i < links.size(); i++){\r\n\t\t\tConnector c = (Connector) links.get(i);\r\n\t\t\tint index = c.n.indexOf(this);\r\n\t\t\tif(index > -1){\r\n\t\t\t\tc.n.links.remove(index);\r\n\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b2fc82e14c88a7b9ccbbd4d174b6c424", "score": "0.0", "text": "@Override\n public void onDestroyView() {\n super.onDestroyView();\n // getActivity().unregisterReceiver(mBroadcastReceiver);\n }", "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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "14b88e87d75ae79eb06ede322d5e34b7", "score": "0.0", "text": "@Override\n\tpublic void name() {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
3a9717e93748e4dcb97e3ed2660af0d3
/Author: Vijay Gangwar todo: delete user sysadmin params none bug 32310
[ { "docid": "07e6fbef0b5a197e872c196218ed710d", "score": "0.0", "text": "@Test ( priority =5, description = \"Create and Delete a user without user login in to portal\")\n\t\tpublic void DeleteGroup() throws Exception {\n\t\t\tReporter.log(\"****DeleteGroup()() ***** Test Rail id: ...\",true);\n\t\t\tRep...
[ { "docid": "a54fe3a5f25fbbfa400a23cfaab8eae7", "score": "0.6624252", "text": "@Override\r\n\tpublic boolean removeSystemAdmin(IUser user) {\n\t\treturn false;\r\n\t}", "title": "" }, { "docid": "00a9ab97a213f5405bffa6e2270a697a", "score": "0.65464693", "text": "@Override\n\tpublic vo...
7334c797f833a9ab53114d892bbb068c
aren't with indices do not allow duplicates can be unordered
[ { "docid": "4c7551ef94276f2e88325b58ba9e2cc6", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t// hashset\n\t\t// allows null values\n\t\tHashSet<String> hashSet = new HashSet<>();\n\t\t// common methods collection interface asks for: add, remove, contains\n\t\thashSet.add(\"Hello...
[ { "docid": "4fce499752b4590eff8bc6869cf70098", "score": "0.6219314", "text": "private void checkForDuplicateIndices() throws IllegalValueException {\n List<Integer> indicesAsInteger = Ints.asList(filteredTaskListIndices);\n Set<Integer> indicesHashSet = new HashSet<Integer>();\n for...
c1c7968a31ab0c66ee66a2840e16c341
Loads a physics settings file from 'assets' directory of the application.
[ { "docid": "d0b661db1598b7054606d0ae9eacd045", "score": "0.47019485", "text": "public static void loadPhysicsFile(GVRContext gvrContext, String fileName, GVRScene scene) {\n loadPhysicsFile(gvrContext, fileName, false, scene);\n }", "title": "" } ]
[ { "docid": "89aae5a69350f2a79345123cca664276", "score": "0.56773806", "text": "public void loadAssets(){\n //TextureAtlas atlas = new TextureAtlas(\"Adventurer/Adventurer.txt\");\n //Animation<TextureRegion> running = new Animation<TextureRegion>(1/60f, getRegions(\"adventurer-run\", \"Adv...
771c23341dc304a200fb6d177d0e4cdf
gets the car object's VIN
[ { "docid": "0d1b3b496c4811627465627fcfc6a94d", "score": "0.7530243", "text": "protected String getVIN() {\n return VIN;\n }", "title": "" } ]
[ { "docid": "1ce2ae2f90476e367fa17ebc6e1a80cd", "score": "0.8253535", "text": "public String getCarVin() {\n return carVin;\n }", "title": "" }, { "docid": "1ce2ae2f90476e367fa17ebc6e1a80cd", "score": "0.8253535", "text": "public String getCarVin() {\n return carVin;\...
1de79daafdc71aad6af298c37cd7ac95
$ANTLR end "rule__XCastedExpression__Group_1_0__0" $ANTLR start "rule__XCastedExpression__Group_1_0__0__Impl" InternalReactiveXD.g:8057:1: rule__XCastedExpression__Group_1_0__0__Impl : ( ( rule__XCastedExpression__Group_1_0_0__0 ) ) ;
[ { "docid": "54f3706fc0429d5c9c9d4facad5f938b", "score": "0.79538083", "text": "public final void rule__XCastedExpression__Group_1_0__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalReactiveXD.g:8061:1: ( ( ( rule_...
[ { "docid": "edd3778c4c70cc3f20ecb706ee2beb04", "score": "0.84591115", "text": "public final void rule__XCastedExpression__Group_1_0__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalReactiveXD.g:8050:1: ( rule__XCastedEx...
c1504ec1ce21afde27d42ed9ca6cc411
Generate row matrix of type m by 1
[ { "docid": "a8a228ae1d9ed27eaf91e84fd9472fb2", "score": "0.53126335", "text": "public Matrix(float[] m) {\n\t\trows = m.length;\n\t\tcols = 1;\n\t\ttable = new float[rows][1];\n\t\tfor (int i = 0; i < rows; i++) {\n\t\t\ttable[i][0] = m[i];\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "fbccfa3f5434d336d8414be3bc7503ea", "score": "0.6721589", "text": "IMatrix<T> createMatrix(int num_rows, int num_columns);", "title": "" }, { "docid": "837d0ed0cbcf50a95519251f0fa5304f", "score": "0.6638649", "text": "public List<List<Integer>> generate(int numRows) {\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "9fd7a5dd6fc77d6c086420164dc6f265", "score": "0.0", "text": "private static C1640s m5954a(C1640s sVar, C1640s sVar2) {\n C1641a aVar = new C1641a();\n int a = sVar.mo6643a();\n for (int i = 0; i < a; i++) {\n String a2 = sVar.mo6644a(i);\n String b =...
[ { "docid": "c79c695ff1a387d67d7909ad1aa5f659", "score": "0.6257125", "text": "public interface C34917a {\n /* renamed from: a */\n void mo88344a();\n }", "title": "" }, { "docid": "bd698bac216066724da966bcf8ed7aa8", "score": "0.62108594", "text": "public interface C0...
4d38337ac207eddbdc34d116241b4dda
private String USERS_GROUP_ID = "userrs";
[ { "docid": "b9f67d67620db0597fadab779fafaf70", "score": "0.0", "text": "@Bean\r\n\tpublic ConsumerFactory<String, String> consumerFactory() {\r\n\t\tMap<String, Object> props = new HashMap<>();\r\n\t\tprops.put(ConsumerConfig.BOOTSTRAP_SERVERS_CONFIG, bootstrapAddress);\r\n\t\tprops.put(ConsumerConfig.G...
[ { "docid": "ea1b71e497642391d83af21a31f497e9", "score": "0.6436632", "text": "public void setGroup(String group) { \n }", "title": "" }, { "docid": "22b277b00f98e64727443a0588a7be8d", "score": "0.63160354", "text": "String getUserSakaiGroupName();", "title": "" }, { "...
ea59b39b5b926524b7dc879bb63e1461
Database type. For any SQL database, "sql". For others, the lowercase database category, e.g. "cassandra", "hbase", or "redis"
[ { "docid": "e12c3cbcb11c77185318e30be98d30c7", "score": "0.0", "text": "@Nullable\n public String getType() {\n return type;\n }", "title": "" } ]
[ { "docid": "3c137c3acd687ca178adbbfc9bbfc82b", "score": "0.72657996", "text": "com.google.firestore.admin.v1.Database.DatabaseType getType();", "title": "" }, { "docid": "02a9d571e7dd15dab8abc06bae6efcc2", "score": "0.6721036", "text": "@java.lang.Override\n public com.google.cloud....
4b2c770ea07f16494c41253a7ea41b33
No primitive types are allowed as we cannot assign null We have to use Object types
[ { "docid": "1d5de679336539028ffbf04c78f4d020", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tBiFunction<String, Integer, String> upperCase = (name, age) -> {\r\n\t\t\tSystem.out.println(age);\r\n\t\t\treturn name.toUpperCase();\r\n\t\t};\r\n\r\n\t\tFunction<String, String> lower...
[ { "docid": "437bed936575b735528daef1f1f12de7", "score": "0.6703876", "text": "public void differentiateBetweenObjectAndPrimitiveVariables(){\n\n\t\t\t\t}", "title": "" }, { "docid": "f3bf3c5aa750ced42d6a36d44f73b35e", "score": "0.6328694", "text": "@Test\n public void test11() thro...
2e63293c8a24e0bf5146f6e7e1e90335
Start the generator. Two nodes connected by edge are added.
[ { "docid": "2271de53e9f2b0636f17b54cf72a24f3", "score": "0.56929475", "text": "public void begin() {\r\n\t\taddNode(\"0\");\r\n\t\taddNode(\"1\");\r\n\t\taddEdge(\"0_1\", \"0\", \"1\");\r\n\t\tdegrees = new ArrayList<Integer>();\r\n\t\tdegrees.add(1);\r\n\t\tdegrees.add(1);\r\n\t\tsumDeg = 2;\r\n\t\tcon...
[ { "docid": "cac0ea7fd2a81b171330597dcf531bb3", "score": "0.7121505", "text": "public void doGenerate() {\r\n\r\n\tint numNodes = (int) getLongParameter(Graph.pNumNodes.name);\r\n\r\n\t// Set node 0 to be the root. Add edges from the root to\r\n\t// all other nodes and from all other nodes to the root.\...
f57c6f4e29dc85b7f3d9c37f8741b4e2
/ renamed from: h_
[ { "docid": "3bd035a5aa6764f9f39cce3cdebb2973", "score": "0.0", "text": "public jl<E> iterator() {\n return this.c.descendingIterator();\n }", "title": "" } ]
[ { "docid": "8c407fefa8e2df6bf6cb2b0c294fabaf", "score": "0.6624158", "text": "public void H_() {\n }", "title": "" }, { "docid": "ca2719a1886c1b740ed445da485ddfd0", "score": "0.64450574", "text": "protected abstract @NotNull H createHeader();", "title": "" }, { "docid"...
334753b9d43eec1edbc72e7b24a0194c
float altezza = (float)altezza;
[ { "docid": "d1f74b1d5d247c34b2b4152663854937", "score": "0.0", "text": "public String inserisciAccount(String email, String nome, String cognome, String genere, String password ){\n String msg = \"Registrazione Effettuata\";\n if (!email.isEmpty() && !nome.isEmpty() && !cognome.isEmpty() ...
[ { "docid": "3fa1b12301c97b7cad4d3818bed8db7a", "score": "0.7013705", "text": "float getFloat();", "title": "" }, { "docid": "2dcaeff082619d042ff7ed8c7d17d80b", "score": "0.6939615", "text": "float getFFloat();", "title": "" }, { "docid": "56205711e77ed9f2060a55479605ac9a"...
71c81a568144d61ce91989c61deb9d56
/ Traverse to jtextPane in Hierarchy
[ { "docid": "c018487224d474bd6598274c4b04caab", "score": "0.0", "text": "public static void Save(){\n\n\tTab tab = tabpane.getSelectionModel().getSelectedItem();\n\tAnchorPane anchPane = (AnchorPane) tab.getContent();\n\tBorderPane bPane = (BorderPane) anchPane.getChildren().get(1);\n\tSwingNode swingNod...
[ { "docid": "27e9586ad9ca57ac749313267b2b230c", "score": "0.59554195", "text": "public JTree getTree();", "title": "" }, { "docid": "cf236d3c138fb6676f60ea87bbca958d", "score": "0.5824601", "text": "private void makeGUI()\n{\nDefaultMutableTreeNode top=new DefaultMutableTreeNode(\"Opt...
9c75e64ba08a1e6b6fec0d676ec44014
$ANTLR end "rule__Selector__Group__4__Impl" $ANTLR start "rule__Selector__Group__5" InternalVizualizer.g:3028:1: rule__Selector__Group__5 : rule__Selector__Group__5__Impl ;
[ { "docid": "5b0297b4b1b639867b5d2accc1753b1d", "score": "0.8035922", "text": "public final void rule__Selector__Group__5() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalVizualizer.g:3032:1: ( rule__Selector__Group__5__Imp...
[ { "docid": "7c1cf5ccd2ca30b98218b0c094d5f130", "score": "0.74838185", "text": "public final void rule__Selector__Group__4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalVizualizer.g:2998:1: ( rule__Selector__Group__4__Im...
87c95c0670b29880317d887b3bd22d8f
$ANTLR end "ruleEString" $ANTLR start "entryRuleParameter" ../example.logo.xtext_editor.ui/srcgen/example/logo/xtext_editor/ui/contentassist/antlr/internal/InternalLogoTextualSyntax.g:760:1: entryRuleParameter : ruleParameter EOF ;
[ { "docid": "1ba702fc35f6898c5b95f0354057eb39", "score": "0.7148241", "text": "public final void entryRuleParameter() throws RecognitionException {\r\n try {\r\n // ../example.logo.xtext_editor.ui/src-gen/example/logo/xtext_editor/ui/contentassist/antlr/internal/InternalLogoTextualSynta...
[ { "docid": "b30ca2de49135224595e7910cb7e71d1", "score": "0.6517194", "text": "public final EObject entryRuleParameter() throws RecognitionException {\r\n EObject current = null;\r\n\r\n EObject iv_ruleParameter = null;\r\n\r\n\r\n try {\r\n // ../org.summer.xaml.core/src-...
b8ff7f851786865300c49548c6baa351
Check for active connection
[ { "docid": "ef2663ca72ace1168c3297e6878bc364", "score": "0.0", "text": "public void init(Activity act, String path, CordovaWebView webView) {\n ConnectivityManager cm = (ConnectivityManager)act.getSystemService(act.CONNECTIVITY_SERVICE);\n NetworkInfo activeNetwork = cm.getActiveNetworkInf...
[ { "docid": "8b63e9995890ff6ce854e064ae0bccad", "score": "0.78683305", "text": "boolean hasConnectionIdle();", "title": "" }, { "docid": "83c0e632a6946338105985ca98b227e5", "score": "0.77274483", "text": "private boolean checkConnection() {\n return isConnected = ConnectionRece...
ae0d658d87bc4c541381b25ef5566d08
Fetches the name of this object
[ { "docid": "f7c315d91fc4888307e9a3afc67f9793", "score": "0.0", "text": "public String getName() {\r\n\t\treturn name;\r\n\t}", "title": "" } ]
[ { "docid": "64552b095dcad02f03c5792350ae2b5a", "score": "0.812708", "text": "protected String get_object_name() {\n\t\treturn this.name;\n\t}", "title": "" }, { "docid": "26ca72ce56b6fb509df468849f15a9c9", "score": "0.8009128", "text": "public String getName()\r\n {\r\n ret...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "5dadc80152c85d4092a7704fbcbf34d1", "score": "0.0", "text": "public void setMasterFixedAssetID(\n org.apache.axis2.databinding.types.Token param) {\n if ((1 <= java.lang.String.valueOf(param).length()) &&\n (java.lang.String.valueOf(param).length() <= ...
[ { "docid": "c14d8443d772f0dce2ff2ae8528e8271", "score": "0.78307074", "text": "public void set() {\r\n\r\n }", "title": "" }, { "docid": "2152ffb83733cc3e5d3bf063b8ba5d67", "score": "0.72353756", "text": "@Override\n\tpublic void set(String name, Object value) {\n\t\t\n\t}", "...
47f0379b27c55cd1f3cf92a99fd8e4bd
Removes the qlvt thong tin ho so cap phep gplv with the primary key from the database. Also notifies the appropriate model listeners.
[ { "docid": "eeb17cb4760e7d1e50543e73172081ec", "score": "0.5766606", "text": "@Override\r\n\tpublic QlvtThongTinHoSoCapPhepGplv remove(long id)\r\n\t\tthrows NoSuchQlvtThongTinHoSoCapPhepGplvException, SystemException {\r\n\t\treturn remove((Serializable)id);\r\n\t}", "title": "" } ]
[ { "docid": "f95da301cda6867cecdecb315482be0b", "score": "0.6606496", "text": "@Override\r\n\tpublic QlvtThongTinHoSoCapPhepGplv remove(Serializable primaryKey)\r\n\t\tthrows NoSuchQlvtThongTinHoSoCapPhepGplvException, SystemException {\r\n\t\tSession session = null;\r\n\r\n\t\ttry {\r\n\t\t\tsession = o...
f0cf8ffe5ea525cc3e2934b28c766ed6
check text MUST NOT BE null
[ { "docid": "e2bc159dea8c9de77d246b8b3c6d63e9", "score": "0.0", "text": "private void generalPreconditionCheck() {\n\t\tif (unparsedText == null) {\n\t\t\tString errMsg = \"Failed to parse, text cannot be null.\";\n\t\t\tpreconditionErrors.add(errMsg);\n\t\t}\n\n\t\t// check text is mapped to the correct...
[ { "docid": "e8e9b0fcd2068ce255596fe376adc370", "score": "0.8532504", "text": "private boolean validateText(String text) {\n return !text.equals(\"\") && text != null;\n }", "title": "" }, { "docid": "301f415bcaea70c1a796c94d1be2e233", "score": "0.7692326", "text": "public s...
c72675b20aa982de1376aa7f9c9944cc
Adapts a Bitcoin24Ticker to a Ticker Object
[ { "docid": "ad21e762344e323e5afd7e2c548249cf", "score": "0.7406838", "text": "public static Ticker adaptTicker(Bitcoin24Ticker bitcoin24Ticker, String tradableIdentifier, String currency) {\n\n BigMoney last = MoneyUtils.parse(currency + \" \" + bitcoin24Ticker.getLast());\n BigMoney bid = MoneyUt...
[ { "docid": "a99c015977a7db882b93e7ec28d766c9", "score": "0.650239", "text": "public Ticker getTicker();", "title": "" }, { "docid": "b1fc30fa9b2e4e91f77f24d44a2f886e", "score": "0.6297014", "text": "@Test\n public void testAdaptTicker() throws IOException {\n InputStream is = Lak...
48cdba069e31517382cf94cbe8cc9451
reciprocna vrednost kompleksnega stevila
[ { "docid": "999421dbb0d6ee23071af34d66ef44c0", "score": "0.0", "text": "public Complex reciprocal() {\r\n double scale = re * re + im * im;\r\n return new Complex(re / scale, -im / scale);\r\n }", "title": "" } ]
[ { "docid": "b6d0e7f9c3ac1d2af700d1fe013ac836", "score": "0.71685994", "text": "private void rysujPionowyPasekPrzewijania() {\n }", "title": "" }, { "docid": "51eb896946fd41cf64e7c4884ca743a2", "score": "0.68797565", "text": "public void vyhodnot(){\r\n //mozeme pouzit hranu...
c2f4c862d26d534fa509a0177cd8f4e8
Create a content store reader for this segment. The returned reader is not threadsafe and shouldn't be stored. A single thread may use it for reading from this segment. It can then be discarded.
[ { "docid": "f6240fa1865042d77b34871c5ce3ebe0", "score": "0.5957368", "text": "public synchronized ContentStoreSegmentReader contentStore() {\n // NOTE: this method is synchronized because IndexInput.clone() is not thread-safe!\n // so if multiple threads could call this method simult...
[ { "docid": "a840f44f762bb1cc17a294fb11afa047", "score": "0.54744554", "text": "XMLStreamReader2 getReader(String contents) throws XMLStreamException\n {\n XMLInputFactory2 f = getInputFactory();\n setValidating(f, false);\n return constructStreamReader(f, contents);\n }", ...
8e2cf63e2b15b3dfe94393319bf4d4f7
This method was generated by MyBatis Generator. This method corresponds to the database table bo_order_audit
[ { "docid": "8ed89bddfe8a674e91ee7b09b66f9504", "score": "0.0", "text": "public String getOrderByClause() {\n return orderByClause;\n }", "title": "" } ]
[ { "docid": "4b9fb99303bf2a4b69112cd1b2ee57d9", "score": "0.6016679", "text": "public ArrayList getAuditLogOrder(int orderId)\n{\n\tArrayList orderAudit=new ArrayList();\n\tOrder order5;\n\t//ArrayList orderQuality=new ArrayList();\n\tconnection=connect.getConnection();\n\n\ttry {\n\n\t\tStatement stmt=c...
bcc603ba944d83728c33158aaa114136
this method will be running on UI thread pdLoading.dismiss();
[ { "docid": "1f27a4479b512909dda0e02f002235c3", "score": "0.0", "text": "@Override\r\n protected void onPostExecute(String result) {\n System.out.println(\"Emotion-Post-4 :result \" + result);//json add note\r\n System.out.println(\"Emotion-Post-5:string_json adddata \" + str...
[ { "docid": "e2a822f957434623efd78d20740c0b7e", "score": "0.8034828", "text": "private void dismissLoading ()\n {\n if (mLoading != null && mLoading.isShowing())\n {\n mLoading.dismiss();\n }\n }", "title": "" }, { "docid": "8ccbfd13f36bc3b26ae0ff01c26dc8...
09f47ba56f36a439c8db129da36c7bc9
Logea un mensaje [INFORMACION]/[INFO]
[ { "docid": "9a4a68bbe0ed5796c723678337d4f5ce", "score": "0.5842608", "text": "public void logInfo(String message) {\n asignarFileHandler();\n uniqueLog.info(message);\n cerrarFileHandler();\n }", "title": "" } ]
[ { "docid": "b11a24a8ec5df6ed38c20addb4d2dc2b", "score": "0.702212", "text": "public void info(String msg);", "title": "" }, { "docid": "5d05e925f49eb7ff15c448142e60076d", "score": "0.7014514", "text": "public void info(String mensagem) {\n Logger.getLogger(this.clazz).info(men...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aac08f3e37bc710cd62b25b8627428a7", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint x=0,y=0;\r\n\t\tchar opcio;\r\n\t\tint resultat = 0;\r\n\t\tboolean control = false;\r\n\t\t\r\n\t\tdo {\r\n\t\t mostrarMenu();\r\n\t\t\topcio = Operaciones.obtenirChar();\r\n\t\...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
001270648b86b9f0097e6575ff612ded
Setter voor de int variabel score
[ { "docid": "b55ad98dad0d12f2718a7254a5a222e2", "score": "0.73261154", "text": "private void setScore( int points ) {\r\n\t\tthis.score += points;\r\n\t}", "title": "" } ]
[ { "docid": "22dfaa3d8b55c575a83c14304e4ac9de", "score": "0.8553799", "text": "void setScore(int Score);", "title": "" }, { "docid": "7b7fc51ba566b5d8de8748c43db2bec7", "score": "0.85252136", "text": "public void setScore(java.lang.Integer value);", "title": "" }, { "docid...
766389f687ce2fa44ac6590e9a4deaf0
An identity of the item.
[ { "docid": "451476af71f320e806dd57220eb4a6b2", "score": "0.0", "text": "public String getId() {\n init ();\n\n if (obj == null) {\n // Deser problems.\n return \"<broken: \" + fo.getPath() + \">\"; // NOI18N\n }\n \n re...
[ { "docid": "d9ef3e2d8c9e44597239da6474cc9907", "score": "0.7188146", "text": "@Override\n public Long getId(T item) {\n return item.getId();\n }", "title": "" }, { "docid": "2ce5bc6f27f97847d56e9abe25c54d48", "score": "0.71062213", "text": "public int getId(){\n ...
1b45999c2eaf7d13c2b247b7dfafe65d
added some code maybe later
[ { "docid": "b07cb3c4d72ea53bc51ae61dc31d3087", "score": "0.0", "text": "public static void main(String[] args) {\n }", "title": "" } ]
[ { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6148544", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "070e1adb9bfd59cb643407a2dabe9b7a", "score": "0.5864116", "text": "private void hinzufügen() {\n\t\t\r\n\t}", "t...
99d6f36479cb4981a43ef8c135c2ab63
After this limit is exceeded the next chunk will be written into newly created resource.
[ { "docid": "d6df381fc4a22823306714abc05cb50c", "score": "0.44922766", "text": "public MultiResourceItemWriterBuilder<T> itemCountLimitPerResource(int itemCountLimitPerResource) {\n\t\tthis.itemCountLimitPerResource = itemCountLimitPerResource;\n\n\t\treturn this;\n\t}", "title": "" } ]
[ { "docid": "14592b13cb631ed95b7f71cbe39dd352", "score": "0.5725061", "text": "private void growIfNeeded() {\n if (getTailBuffer().length == this.tailWriteIndex) {\n this.alreadyBufferedSize += this.tailWriteIndex;\n this.buffers.add(new byte[this.tailWriteIndex * 2]); // blo...
15e8f624171a79eeedfba74f815db55b
Simple CRUD methods R15.4
[ { "docid": "b76d80f1a2d393c98a8f8b6cc419308b", "score": "0.0", "text": "public Score create() {\n\t\tfinal Actor actorLogged = this.actorService.findActorLogged();\n\t\tAssert.notNull(actorLogged);\n\t\tthis.actorService.checkUserLoginVisitor(actorLogged);\n\n\t\tScore result;\n\n\t\tresult = new Score(...
[ { "docid": "dfaefee9afdf265b6501448656d14e57", "score": "0.7552531", "text": "private static void testBasicCRUD() {\n\t}", "title": "" }, { "docid": "f746c9fc46c4d21440c1e59d4fc5ea11", "score": "0.69560903", "text": "public static void crud() {\n int option;\n do {\n ...
11248238c4e45af567ae488712bb17bf
Gets a bitmap from vuforia and allows the caller to perform an operation with it through a consumer
[ { "docid": "fa95fbf3cba3ae2aaf316009a4c1ce46", "score": "0.6506812", "text": "public void getBitmapFromFrame(final Consumer<Bitmap> bitmapConsumer) {\n vuforiaLocalizer.getFrameOnce(Continuation.create(ThreadPool.getDefault(), new Consumer<Frame>()\n {\n @Override public void ac...
[ { "docid": "e073833c6dd102356e33470451cf208d", "score": "0.67106295", "text": "void onGotBitmap(@Nullable Bitmap bitmap, boolean success);", "title": "" }, { "docid": "047ea010ce6f37daf9d00405ea83f6bf", "score": "0.6512531", "text": "@Override\n\tpublic Bitmap getBitmap(String url) {...
aec14bda4327be7fca49ef064979c424
Returns a list of actions to delete bookmarks that are in the code unit surrounding the given address for the given type of bookmark.
[ { "docid": "419919d71fd57f986c6dc0138d7454ec", "score": "0.7203128", "text": "private List<DockingActionIf> getActionsForCodeUnitAndType(Address primaryAddress, String type,\n\t\t\tBookmarkNavigator navigator) {\n\n\t\t// find all bookmarks that may be within the code unit at address\n\t\tList<DockingAc...
[ { "docid": "8ad63902f5509040a34ea106d7894196", "score": "0.55072975", "text": "private List<DockingActionIf> getActionsForCodeUnit(Address primaryAddress,\n\t\t\tint maxActionsCount) {\n\t\tList<DockingActionIf> actionList = new ArrayList<>();\n\n\t\tIterator<String> iter = bookmarkNavigators.keySet().i...
35b5d93735b5f61b2090c5ca477d7ac1
/ GETTERS AND SETTERS
[ { "docid": "823574a9919d9ee0ef0470408b7a800c", "score": "0.0", "text": "public Long getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "c14d8443d772f0dce2ff2ae8528e8271", "score": "0.7230092", "text": "public void set() {\r\n\r\n }", "title": "" }, { "docid": "767d9602f1f4e051ecb442638710a3d7", "score": "0.68239975", "text": "void set();", "title": "" }, { "docid": "f6ffc938470e5b233ffd0f4f...
0d7559a824343ace58a99bdc9f4d0326
Failure test for tied(float, float). Inputs: negative second score. Expectation: IllegalArgumentException should be thrown.
[ { "docid": "a4286a5782df99a20ab76fadb95ade6e", "score": "0.7296549", "text": "public void testTiedNegativeSecond() {\r\n try {\r\n this.detector.tied(95.5f, -95.5f);\r\n fail(\"IllegalArgumentException should be thrown.\");\r\n } catch (IllegalArgumentException e) {\r...
[ { "docid": "38cbada9257789cffb592d103920c9c6", "score": "0.6874894", "text": "public void testTiedNegativeFirst() {\r\n try {\r\n this.detector.tied(-95.5f, 95.5f);\r\n fail(\"IllegalArgumentException should be thrown.\");\r\n } catch (IllegalArgumentException e) {\r\...
65792788a60f894a1e50da737df2c39c
Set the type of store. This is the "name" of the store or weapon type (e.g. "Harpoon", or "GBU15").
[ { "docid": "07400dfe6a9752fca9138b37cd8cbc3e", "score": "0.7862091", "text": "public void setStoreType(String storeType) {\n this.storeType = storeType;\n }", "title": "" } ]
[ { "docid": "f4333366f91ffe188735e57b74a8c618", "score": "0.69512135", "text": "public String getStoreType() {\n return storeType;\n }", "title": "" }, { "docid": "0c340821cbf453831c0f5c4da0b930ad", "score": "0.6804344", "text": "public void setStore(StoreInfo store) {\n ...
9994693fd785194bc37d6f3a40408471
Get names of all devices declared in the pack
[ { "docid": "f2e37622a2b236336213f488e2d4ddb5", "score": "0.7376351", "text": "Set<String> getAllDeviceNames();", "title": "" } ]
[ { "docid": "fe1aa921579e5ab53c884076c3bcdddb", "score": "0.6858537", "text": "public static List<String> getAvailableDevices() {\n if (ALC11.alcIsExtensionPresent(0L, \"ALC_ENUMERATION_EXT\")) {\n return ALUtil.getStringList(0L, ALC11.ALC_DEVICE_SPECIFIER);\n } else {\n ...
fa172279e6f3a4ee4296c747483cf9af
vzima simvol ot opashkata
[ { "docid": "1b92815861155e1875d3b74c25497a12", "score": "0.0", "text": "char get () {\n\t\tif (getloc == putloc) {\n\t\t\tSystem.out.println(\"--Queue is empty!\");\n\t\t\treturn (char) 0;\n\t\t}\n\t\t\n\t\tgetloc++;\n\t\treturn q[getloc];\n\t}", "title": "" } ]
[ { "docid": "208be41800f1fcc241f7bcaa986280ff", "score": "0.61226887", "text": "int bmuav(double[][] a,int m,int n,double[][] u,double[][] v,double eps,int ka)\n {\n\n int i,j,k,l,it,ll,kk,ix,iy,mm,nn,iz,m1,ks;\n double d,dd,t,sm,sm1,em1,sk,ek,b,c,shh;\n double[] fg = new double[2...
fdd8b1ea7a99050da4411cebffe23f41
method that places a random number between the specified probabilities in the lab
[ { "docid": "64c72d8845e38cbfa39d3be8752438f2", "score": "0.5914911", "text": "public void placeRandomNumber() {\n List<Square> list = freeSpace();\n if (!freeSpace().isEmpty()) {\n int index = (int) (Math.random() * list.size()) % list.size();\n Square empty = list.get(index);\n emp...
[ { "docid": "e5945f85b57b3c80f99e284d8d685ea8", "score": "0.64332294", "text": "public int brandom(double prob) {\n\t\tif (urandom() < prob)\n\t\t\treturn (1);\n\t\telse\n\t\t\treturn 0;\n\t}", "title": "" }, { "docid": "575a2df0535ead2b28ec0ef4e086f4b2", "score": "0.62005824", "text"...
f1baa219bef2cb2419895c6226874453
/ Logic int temp = 0; temp = num1 num1 = num2 num2 = num1
[ { "docid": "d33b3b8d61d9771ccde4c2ddcf894118", "score": "0.574358", "text": "@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args) {\n\t\t\n\t\tint temp = 0;\n\t\t\n\t\tScanner scn = new Scanner(System.in);\n\t\tSystem.out.println(\"Enter First Number :: \");\n\t\tint num1 = scn.next...
[ { "docid": "47aa0dbf66ce61c8e8a771cf1e8a65cf", "score": "0.6033909", "text": "public void swapNumber() \n\t{\n\t\tint swap =0;\n\t\t\tif (this.number1<this.number2)\n\t\t\t{\t\n\t\t\tswap=this.number1;\n\t\t\tthis.number1=this.number2;\n\t\t\tthis.number2 = swap;\n\t\t\t}\n\t}", "title": "" }, {...
f30ac4b3436adb7a55598b0417e6f6d5
================================================= Unit Tests =================================================
[ { "docid": "2b80106be5d8c6cac7286386982c5cc0", "score": "0.0", "text": "@Test\n public void testSize() {\n fm.collect(\"Dampymon\");\n fm.collect(\"Dampymon\");\n assertEquals(2, fm.size());\n fm.collect(\"Burnymon\");\n assertEquals(3, fm.size());\n }", "tit...
[ { "docid": "07b2e71f6aa82f206b906df2426415c1", "score": "0.6578692", "text": "private void test() {\n\t\t//this is just a test.\n\t}", "title": "" }, { "docid": "7c2f530eef910ca7368316b6425dbb09", "score": "0.6518556", "text": "@Override\n\t\t\tpublic void test12() {\n\t\t\t\t\n\t\t\...
956035776d7b094e7a20bcf07224981e
Creates a LuaTokenLoader with a LuaCharLoader to extract token
[ { "docid": "f3cc924be5b6b4d8d630a7065b33b5cf", "score": "0.78603536", "text": "public LuaTokenLoader(LuaCharLoader luaCharLoader){\r\n\t\t\r\n\t\t/* Possibility\r\n\t\tSystem.getProperty(\"line.separator\");\r\n\t\tPattern pattern = Pattern.compile(fREGEXP, Pattern.COMMENTS);\r\n\t\t*/\r\n\t\t\r\n\t\tLo...
[ { "docid": "b0bdaeca31e1b4175671f10f7703713c", "score": "0.6491351", "text": "public NodePropertiesTokenLoader getTokenLoader();", "title": "" }, { "docid": "6b2bb3a99f7b10db81fd78c902e64a9b", "score": "0.6384898", "text": "public void setTokenLoader(NodePropertiesTokenLoader tokenLo...
ce5b1518234479ba0a4843fc4ab7daca
This method was generated by MyBatis Generator. This method returns the value of the database column qt_activity.activityTypeId
[ { "docid": "a0e4a60a9a04f6b4bf50b684d9c4cf6f", "score": "0.65615904", "text": "public Integer getActivitytypeid() {\n return activitytypeid;\n }", "title": "" } ]
[ { "docid": "b9cae53fa914cf64b8f903a5816feae6", "score": "0.62243044", "text": "public ActivityType getActivityType() {\n return activityType;\n }", "title": "" }, { "docid": "d58690625d663cfd02b93d0835306657", "score": "0.6015633", "text": "public void setActivityType(ActivityTyp...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "55fbd508c28c3e2e11dcd832f3ed7ba7", "score": "0.0", "text": "@Test\n\tpublic void optest() throws MalformedURLException {\n\t\tOperaOptions opo = new OperaOptions();\n\t\tURL address = new URL(\"http://localhost:4444/wd/hub\");\n\t\tRemoteWebDriver driver = new RemoteWebDriver(address, opo);\...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\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": "cb096ccff1162e6d5bc6515dffe04017", "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 {\n return true;...
[ { "docid": "b8e4c898e0fef512a106f88d82c2d741", "score": "0.7730016", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // up arrow in action bar clicked - goto main activity\n ...
0e49ada8aa57a750cec4e48795a539e1
This is package protected on purpose.
[ { "docid": "c70dc62679f4508903151e163d4bcd6c", "score": "0.0", "text": "MotionProfile2D(MotionProfile1D firstProfile, MotionProfile1D secondProfile) {\n if (!Point.isFuzzyEqual(firstProfile.getTEnd(), secondProfile.getTEnd(), 1E-3))\n throw new IllegalArgumentException(\"T end of first...
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6822729", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "132ebee1d663aa8e1c0ab776375c437a", "score": "0.65296304", "text": "Support support();", "title": "" }, { "docid": "0adb5f1f1c75...
82426d866be37f0ea023ee9646e88fc5
Set ActionContext to thread local variable.
[ { "docid": "dd0529d26d75a0477057ccea2607413e", "score": "0.7882805", "text": "public static void setActionContext(ActionContext context)\r\n\t{\r\n\t\tactionThreadLocal.set(context);\r\n\t}", "title": "" } ]
[ { "docid": "e7c8d67e0ee9c0ecee3ca0a413ef3160", "score": "0.6676807", "text": "public static ActionContext getContext()\r\n\t{\r\n\t\treturn actionThreadLocal.get();\r\n\t}", "title": "" }, { "docid": "b6755c29dc09b50a42054978737e3c55", "score": "0.6599754", "text": "public void setCu...
9f429db447514a24e3c2dd3c99e7e82b
/ \brief Lowers bitfield storage types to I8 arrays for bitfields with tail / padding that is or can potentially be used.
[ { "docid": "066b13d138124ea6e17080b7c309ad9f", "score": "0.0", "text": "@Converted(kind = Converted.Kind.AUTO,\n source = \"${LLVM_SRC}/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp\", line = 546,\n FQN=\"(anonymous namespace)::CGRecordLowering::clipTailPadding\", NM=\"_ZN12_GLOBAL__N_116CG...
[ { "docid": "fcfa66b15ea5ef0bee781930916280cd", "score": "0.57084477", "text": "public SubLObject getField8() {\n structFieldError(8);\n return null;\n }", "title": "" }, { "docid": "f3dcd7baa2419217df7b1f05a9dadef4", "score": "0.56240386", "text": "public SubLObject setField8(...
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": "e82ca6202d1e2bfa26947f3955c40bbe", "score": "0.7840805", "text": "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\r\n switch (item.getItemId()) {\r\n case android.R.id.home:\r\n // app icon in action bar clicked; go home\r\n ...
9ebda477fc6fc04337b024b842e42835
by default, set the expected schema version to the latest one in the list
[ { "docid": "6406b0ad787db856113dce8307269cde", "score": "0.0", "text": "public static void updateSchema(final GpConfig gpConfig, final HibernateSessionManager mgr) \n throws DbException\n {\n final String expectedSchemaVersion=null;\n updateSchema(gpConfig, mgr, expectedSchemaVersion...
[ { "docid": "a8fccb221f054dc3c6c9f9264c7cdbb8", "score": "0.7213242", "text": "public void setSchemaVersion(int version) {\n\t}", "title": "" }, { "docid": "8e10f08faeffdda84ae029a64a51b36d", "score": "0.689779", "text": "double getSchemaVersion();", "title": "" }, { "doci...
512df80b7ae8efeb915f4606592827d0
TODO Autogenerated method stub\
[ { "docid": "e569b15dee49c92e7ad0097a9bb73d8f", "score": "0.0", "text": "@Override\n public String getPageTitile() {\n\treturn driver.getTitle();\n }", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.66690916", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6639905", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "t...
070087da9b12837fafe8a0c0c4e8221f
If there are more than two of 'this' as arguments, only marks the first until it is removed. No big deal.
[ { "docid": "c12d632d09acfa6609ad982a899e06ec", "score": "0.4509791", "text": "private static PsiThisExpression checkArgumentsForThis(PsiCall call){\n final PsiExpressionList peList = call.getArgumentList();\n if(peList == null){ // array initializer\n return null;\...
[ { "docid": "72a565dcbc73c5182aacd794de974105", "score": "0.53559417", "text": "protected void dropFewItems(boolean par1, int par2)\n/* 198: */ {\n/* 199:175 */ super.dropFewItems(par1, par2);\n/* 200: */ }", "title": "" }, { "docid": "e1b47b9c2b5e6ceedf5e8cc3939211dd", "sco...
29adf30714a41b5d2ad0e26e1178a1ac
TODO Autogenerated constructor stub
[ { "docid": "20a8ce1555dcdabbdac9acae6beb9883", "score": "0.0", "text": "public static void inicio() {\n\t\tp = new Properties();\n\t\ttry {\n\t\t\t/*Código para ejecutar el properties desde el jar*/\n\t\t\tInputStream propertiesStream = ClassLoader.getSystemResourceAsStream(\"principal/com/chatbot/quest...
[ { "docid": "5524c5f625ee9f112987cf7bf4a0f9a2", "score": "0.7306566", "text": "@Override\n\tprotected void construct() {\n\n\t}", "title": "" }, { "docid": "30d54cb2b0cf7dbe1990ebdaed291dd5", "score": "0.71870196", "text": "public Contratacion() {\n\t\t\n\t}", "title": "" }, {...
291fa2e5ab66b8e890814b48e058615d
Set the subject's category for a feature
[ { "docid": "072f288742562de8e9a4634c96f1cdf0", "score": "0.71039134", "text": "public void setCategory(Feature f, Category c) {\n\t\tfeatures.put(f, c);\n\t}", "title": "" } ]
[ { "docid": "ac11c742183f10a7dbc629561e61c2f3", "score": "0.6897389", "text": "public void categeory(String category) {\n this.extenttest.assignCategory(category);\n }", "title": "" }, { "docid": "257c2364871a1507e41f3faee72ae6eb", "score": "0.6579272", "text": "public void setCat...
053e21879ff92be6871515d3141a190b
Required. The job to update. `transferJob` is expected to specify only four fields: [description][google.storagetransfer.v1.TransferJob.description], [transfer_spec][google.storagetransfer.v1.TransferJob.transfer_spec], [notification_config][google.storagetransfer.v1.TransferJob.notification_config], and [status][googl...
[ { "docid": "b7d3b0f1794dcd7b5c463e2153578f4a", "score": "0.68509334", "text": "com.google.storagetransfer.v1.proto.TransferTypes.TransferJobOrBuilder getTransferJobOrBuilder();", "title": "" } ]
[ { "docid": "b7e0627e581f5d0f67b55cc9bcfc986d", "score": "0.6457512", "text": "com.google.storagetransfer.v1.proto.TransferTypes.TransferJob getTransferJob();", "title": "" }, { "docid": "b7e0627e581f5d0f67b55cc9bcfc986d", "score": "0.6457512", "text": "com.google.storagetransfer.v1.p...
316a0fd7f4e9b5d11e3a85c49e10bf3a
Get the url of the alert query.
[ { "docid": "72deae3f65837fc82b9d32b3b6f86bee", "score": "0.60435873", "text": "public static String getAlertUrl(Context context, int id) {\n\t\tString ret = String.format(\"%s%s\", context\n\t\t\t\t.getString(R.string.frontend_address), context\n\t\t\t\t.getString(R.string.api_alerts));\n\t\tif (id > 0)...
[ { "docid": "c8838303fa7cff2ff5062262019b43d7", "score": "0.708639", "text": "public String getQueryUrl() {\n\t\treturn System.getProperty(\"sat.svs\") + System.getProperty(\"sat.query\");\n\t}", "title": "" }, { "docid": "e163662163028ca3244aa98c4e0b191d", "score": "0.65539443", "tex...
3430197cbda6e5583a4cf6c54daee703
Event Tombol close pada filter
[ { "docid": "b9a417e14b5db95b4637b9889c875085", "score": "0.0", "text": "private void setCloseFormFilter() {\n closeFormFilter.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View view) {\n behavior.setState(BottomSheetBehavior...
[ { "docid": "5733f4076272223f5d82016706499302", "score": "0.6720024", "text": "public void onClose() {\n\r\n\t}", "title": "" }, { "docid": "3afe9c3c1814211588fe253a4e14d916", "score": "0.6718239", "text": "public void onClose() {\r\n\t}", "title": "" }, { "docid": "d21016...
32ea8821c2830a68d80a1d6d2f064041
Find the text input element by its name
[ { "docid": "749fe637dc9ea213472e01aee6288023", "score": "0.0", "text": "private static void revokeFlag(final WebDriver driver, final CostRecaptureDTO costRecaptureDTO) {\n final WebElement allCheckBox = driver.findElement(By.name(\"checkAllOrderCentersCB\"));\n if (!allCheckBox.isSelected(...
[ { "docid": "dd3a66ba98e380e427512e431836551e", "score": "0.6759869", "text": "@Override\r\n public Input findByName(String name) {\n return null;\r\n }", "title": "" }, { "docid": "834a7e69cfeb7f6d8d96c1220e91cd8c", "score": "0.61461", "text": "XULTextBoxElement getInput...
2ac82e112bdf058058e0cfedbc75b8dc
This method was generated by MyBatis Generator. This method sets the value of the database column employee_info.EMPLOYEE_NAME
[ { "docid": "07670a1183946a0a47adc27c48281934", "score": "0.6778189", "text": "public void setEmployeeName(String employeeName) {\n this.employeeName = employeeName;\n }", "title": "" } ]
[ { "docid": "b03098651d83d149bb66b1556c946059", "score": "0.6873421", "text": "public void setEmployeeName(String EmployeeName);", "title": "" }, { "docid": "0ca3d4c4f483bf4b592d4c2c16c5c9fc", "score": "0.6769751", "text": "public void setemployee_name(String value) {\n ensureV...
8a06d50708953080bddba6e64eb352b6
TODO update with DRS2 WS call
[ { "docid": "9dbf7bbf5b8bcabf1b49aadd63cbc115", "score": "0.0", "text": "public String getFilePath(int id) {\n\t\tConnection conn = null;\n\t\tStatement stmt = null;\n\t\tString filepath = null;\n\t\ttry {\n\t\t\tconn = ds.getConnection();\n\t\t\tstmt = conn.createStatement();\n\t\t\tResultSet rset = stm...
[ { "docid": "5009a007e27dbffaf72c70b02816d84c", "score": "0.5623238", "text": "public void customSendAndReceive() throws SOAPException {\n MessageFactory messageFactory = MessageFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL);\n SaajSoapMessageFactory newSoapMessageFactory = new SaajSo...
691e2dac0478ce39eb86d97c51c9bddf
$ANTLR end "rule__GeneratorEntry__Group__4" $ANTLR start "rule__GeneratorEntry__Group__4__Impl" ../org.yakindu.sct.generator.genmodel.ui/srcgen/org/yakindu/sct/generator/genmodel/ui/contentassist/antlr/internal/InternalSGen.g:2974:1: rule__GeneratorEntry__Group__4__Impl : ( '}' ) ;
[ { "docid": "0685e368b308be9c92b4a36a6490ae96", "score": "0.8321557", "text": "public final void rule__GeneratorEntry__Group__4__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.yakindu.sct.generator.genmode...
[ { "docid": "719ba6f837df6af1aaa0f274359938e8", "score": "0.7966427", "text": "public final void rule__GeneratorEntry__Group__4() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.yakindu.sct.generator.genmodel.ui/s...
e3dc17fdbb43230517ef9c87f0d75ef4
Return the number of occurence of x in the subarray arr[0:n]
[ { "docid": "8f14016cf56931059fb2bf20dab98a1b", "score": "0.81195986", "text": "public static int count(double arr[], int x, int n) {\n Arrays.sort(arr);\n\n // index of first occurrence of x in arr[0..n-1]\n int i;\n\n // index of last occurrence of x in arr[0..n-1]\n ...
[ { "docid": "58f200e2719e22694177b6667c2732d9", "score": "0.813041", "text": "private int occurrences(int[] arr, int n){\n\n if (arr.length != 0) {\n\n int occ = 0;\n\n for(int i: arr){\n if (i == n) {\n occ++;\n }\n ...
c1718921887bcda22cf3b15207084f4b
Performs a double leftright rotation on a tree or subtree.
[ { "docid": "d72b9dc35241fa7730ce39605a22e022", "score": "0.70169044", "text": "protected BinaryNode<E> doubleLeftRightRotation(BinaryNode<E> k3) {\r\n\t\tk3.left = singleLeftRotation(k3.left);\r\n\t\treturn singleRightRotation(k3);\r\n\t}", "title": "" } ]
[ { "docid": "3b6791f459f3f2ce5da177b1ca1a089a", "score": "0.75675064", "text": "private TreeNode<E> doubleRotateRight(TreeNode<E> k1)\r\n\t{\r\n//\t\tSystem.out.println(\"double right\");\r\n\t\tk1.setRight(singleRotateLeft(k1.getRight()));\r\n\t\treturn singleRotateRight(k1);\r\n\t}", "title": "" ...
7d808cda09b1ba2a18958407799800fe
Preloads all graphics required for the game.
[ { "docid": "c5e1f83f37b79fca920f29881a4c4f51", "score": "0.5899878", "text": "public GraphicsManager()\r\n {\r\n try \r\n {\r\n background = ImageIO.read(new File(\"resources/images/background.png\"));\r\n rupee = ImageIO.read(new File(\"resources/images/rupee.png\...
[ { "docid": "e6d7d332c229e6de241620f34b02bd5b", "score": "0.6976503", "text": "public void initGraphics()\n {\n Toolkit t = Toolkit.getDefaultToolkit();\n Tile.initGraphics(t);\n Land.initGraphics(t);\n Farm.initGraphics(t);\n Upgrade.initGraphics(t);\n timeIm...
ac64d26b5c4658dc633ba452829e4879
O(N logN) time, O(1) space
[ { "docid": "290a8d22fb1f0aa6aacdf82d6b39521c", "score": "0.0", "text": "public int findDuplicate2(int[] nums) {\n int N = nums.length;\n int left = 1;\n int right = N - 1;\n // count # of mid\n // if there is no duplication for numbers <= mid, count <= mid. (1, 2, 3, ... mid). search spac...
[ { "docid": "56d79cf7b34e59ecc814f7f032b8e7cc", "score": "0.56124264", "text": "private void compareHashSearch() {\n hash = new HashTable<K, V>(1000000, .75); \n for (int i = 0; i < inputData.size(); i++) {\n hash.put(i, inputData.get(i));\n }\n long curTime = Syste...
25513cce4d2c55af0b3205968574e37d
Hide the soft keyboard
[ { "docid": "4d80180df9141426bb4bb597ddfd80b0", "score": "0.75459033", "text": "protected void hideKeyboard(View view){\n // hide keyboard!!! fuck android\n InputMethodManager imm = (InputMethodManager) view.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);\n imm.hideSoftI...
[ { "docid": "426c00acf42ae422dee99051e72bb69b", "score": "0.8766736", "text": "public void hideKeyboard() {\n getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);\n }", "title": "" }, { "docid": "2ac4bc1ca7d00cee708b45a3d3b29f8e", "score": "0....
272b746dc22992bf57b7c05362c9fa56
Returns an Enumeration of Locale objects
[ { "docid": "db3b3fc3971dcee21783c535b871eb9d", "score": "0.8725613", "text": "Enumeration<Locale> getLocales();", "title": "" } ]
[ { "docid": "c073ee9ad9ce4df031e25fc1a4a8c4cb", "score": "0.7261443", "text": "@Override\r\n\t\tpublic Enumeration<Locale> getLocales() {\n\t\t\treturn null;\r\n\t\t}", "title": "" }, { "docid": "b23893d7c0eea0eaf15ffb015e848de6", "score": "0.72431225", "text": "public Locale[] getAva...
6517258471bd8e3cbfe4a36b330866a5
This method returns the current connected username
[ { "docid": "daa5d0f370de3b86d2461eced52e404a", "score": "0.7815348", "text": "static String connected() {\n return (session == null)?null:session.get(\"username\");\n }", "title": "" } ]
[ { "docid": "985dfff8dda607c5e53f15ecc2c301fb", "score": "0.8524101", "text": "public String getCurrentUsername() {\n User user = getCurrentUser();\n if (user != null) {\n return user.toString();\n } else {\n return String.format(\"[%s]\", getCurrentClientIPAddr...
14e99f439b8b5f71a196ebffba201dac
Checks the ConfigHandler with existing keys
[ { "docid": "71f12520d77de375d528f9c9792deacb", "score": "0.0", "text": "@Test\r\n public void testDefaults() {\r\n final float floatValue = 2;\r\n final int intValue = 3;\r\n final String stringValue = \"4\";\r\n\r\n final String floatKey = \"aa\";\r\n final String ...
[ { "docid": "608e7a281ee39e597d03dedac7dbb84e", "score": "0.583773", "text": "protected void checkConfiguration() {\r\n // does nothing\r\n }", "title": "" }, { "docid": "03263db5a550b15f3775a59858e81dd3", "score": "0.58209574", "text": "boolean hasConfig();", "title": "...
e221b85a1648cea995405b6c7f36df2c
adds all users from the configfile to the userslist and sets the credits
[ { "docid": "1ff97f294761c58ed80f76edfd937f56", "score": "0.63237023", "text": "private void extractConfig() {\n\t\tConfig userconfig = new Config(\"user\");\n\t\tIterator<String> iter = userconfig.listKeys().iterator();\n\t\twhile (iter.hasNext()) {\n\t\t\tString temp = iter.next().toString();\n\t\t\tif...
[ { "docid": "ec2023d33ec56a3c366259f746237893", "score": "0.6527606", "text": "public void ReadUsers(){\n\t\ttry{\n\t\t\tBufferedReader FileRead= new BufferedReader(new FileReader(\"UserList.txt\"));\n\t\t\tString temp=\"\";\n\t\t\twhile((temp=FileRead.readLine())!=null){\n\t\t\t\tString[] parsed=temp.sp...
476b1ebba2231b8ad50d20344b540abd
TODO retornar listagem de audiencia
[ { "docid": "2302f13421d4ba84c3dce510d91befc0", "score": "0.52419645", "text": "public List<Audiencia> getAudiencias(){\r\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "5a41e0b87409862d50c835a4592077fe", "score": "0.6890754", "text": "java.lang.String getAudio();", "title": "" }, { "docid": "8e39c4a9d266b9e5dcc6a851b26619e3", "score": "0.65055346", "text": "@Schema(required = true, description = \"Appropriate audience for the JWT\")\n p...
256d817ff34fe3e7eb0a67a0c7fd4215
il seguente costruttore viene utilizzato per l'inserimento di una nuova richiesta di servizio
[ { "docid": "c8042ff23aabc135fa989b3b8844e4a2", "score": "0.0", "text": "public DemandServModel(IWorkload workload) \r\n\t\t{\r\n\t\tsuper();\r\n\t\tthis.iqnm = workload.getQNM();\r\n\t\tthis.workloadName = workload.getWorkloadName();\r\n\t\t}", "title": "" } ]
[ { "docid": "bacd3729823512f24d5968e2d249fe20", "score": "0.6484677", "text": "public InserisciRecord()\r\n {\r\n vincitore();\r\n inserisci(\"\" + Vincita_Parita.Vittoria.jLabel4.getText() + \"\"); \r\n sconfitto(); \r\n inserisci(\"\" + Vincita_Par...
d3a365df68902f56fa75aeffebf92205
Load available data from the equipment record.
[ { "docid": "1c531908fe51234fae381b5c64aa664f", "score": "0.73574775", "text": "private void loadDataFromEquipmentRecord(Equipment equipment) {\n if(equipment != null) {\n // Read-only information\n String customerName = equipment.GetCustomer();\n String equipmentN...
[ { "docid": "e623aaab4c1532e0a4017df082d24c85", "score": "0.6840355", "text": "public void loadData() {\n\t\ttry {\n\t\t\treservationMrg.loadReservationData();\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "title": "" },...
99d161fa373a50389d8e26cc974d4a6e
Test of removeEdge method, of class Graph.
[ { "docid": "4864a7650e5af207053ad8794119dcab", "score": "0.84788936", "text": "public void testRemoveEdge_edge() {\n System.out.println(\"removeEdge\");\n\n Graph<Integer, Edge<Integer>> graph = generateGraph();\n\n for (int i = 0; i < 25; i++) {\n for (int j = 0; j < 25;...
[ { "docid": "c9f2d2caa3941047244dd564bfd3380d", "score": "0.85154074", "text": "@Test\r\n public void testRemoveEdge() {\r\n System.out.println(\"removeEdge\");\r\n MyDigraph instance = new MyDigraph();\r\n\r\n int expectedResult = 0;\r\n int result = instance.numEdges();\r...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e0dc0ec7d07d86a30c47b2693ce6affa", "score": "0.0", "text": "@Override\n\t\t\tpublic void onError(Platform arg0, int arg1, Throwable arg2) {\n\t\t\t\thandler.sendEmptyMessage(SSO_LOGIN_FAIL);\n\t\t\t}", "title": "" } ]
[ { "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": "" }, ...
abf0240de4bad620eb0d6b891d6069a4
Gibt den saved zurueck.
[ { "docid": "dbe7156e695d5c3fbaacd38059166242", "score": "0.0", "text": "public static boolean isSaved() {\r\n\t\treturn saved;\r\n\t}", "title": "" } ]
[ { "docid": "202c0a87cb1d88d6655b4ec7f907659d", "score": "0.81713337", "text": "@Override\r\n\tpublic void save() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fafbdb871adf67f4d975d0f86393b717", "score": "0.80792785", "text": "public void save(){\n\t\tsetSave();\n\t}", "title": "" ...
aa758e9f558b0349a6f571ba8d246538
Gets the amount of smelts for an item
[ { "docid": "0cf6528a9319ffde6eaa2bafa3abcd2d", "score": "0.0", "text": "public static float getForgeFuelWithoutSubid(Item id) {\n\t\tfor (ForgeFuel fuel : forgeFuel) {\n\t\t\tif (fuel != null) {\n\t\t\t\tif (fuel.fuel.getItem() == id) {\n\t\t\t\t\treturn fuel.baseHeat;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tre...
[ { "docid": "fff815720ab091ea258a390b93d85352", "score": "0.6360258", "text": "int getStashitemsCount();", "title": "" }, { "docid": "9b5b9acd7b579a07e7d6c160e518f6be", "score": "0.6291999", "text": "public int stewardBenefit() {\n\t\tif (getHand().stream().filter(this::wantToTrash).c...
0d527b56aafc54764462e7a5b45d06fa
This method was generated by MyBatis Generator. This method corresponds to the database table PRH_ROOMNO_TMP
[ { "docid": "f7f4f869fadf47980225e7e3e3526d90", "score": "0.50415176", "text": "int insert(PrhRoomnoTmp record);", "title": "" } ]
[ { "docid": "f2bf76e0b10c930da8140c2693d16343", "score": "0.5603448", "text": "public int getRoomColumn() {\r\n return this.roomColumn;\r\n }", "title": "" }, { "docid": "29b2336b3b5602a0960bccb371de34e2", "score": "0.5399228", "text": "private void getRoomNo()\r\n {\n ...
fa525cb82a8e9425bd63e2b25276dff0
isFinal() Indicates whether contract has been finalized. Returns false if the Winner field has not been set and true if the field is anything but the default "None"
[ { "docid": "64f42e2cfe92f9aa88f8810c321a2407", "score": "0.7106183", "text": "boolean isFinal() { return (this.cFinal); }", "title": "" } ]
[ { "docid": "76dd87730ec85a03008a0d7126809a42", "score": "0.7567178", "text": "@objid (\"07b8ede5-ef89-45af-8794-2783256f181d\")\n boolean isFinal();", "title": "" }, { "docid": "0d6a9879ae5a1b9fc4041f9a9c981b33", "score": "0.73341864", "text": "public boolean isFinal() {\n re...
c1e73c45143e02cb45f1f6ea711987ef
optional string id = 1;
[ { "docid": "91d54db5cdbfd969ae682d5a04d8f093", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getIdBytes() {\n java.lang.Object ref = id_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.ByteString....
[ { "docid": "faec22aa6607e5029f690bc7fbd6508d", "score": "0.79189825", "text": "public void setId( String id) { this.id = id; }", "title": "" }, { "docid": "e22cabf7b8fa614cafc66d86848e0e1a", "score": "0.7857842", "text": "public void setId (String id){\n this.id = id;\n }",...
ba7c3db2811a10b3c1d204730e6f1d1c
use smaller dimension for calculations (depends on parent size)
[ { "docid": "0a3a1e0589795a67d8610bfae1177f3e", "score": "0.0", "text": "@Override\n protected void onSizeChanged(int w, int h, int oldw, int oldh) {\n int smallerDim = w > h ? h : w;\n\n // find circle's rectangle points\n int largestCenteredSquareLeft = (w - smallerDim) / 2;\n ...
[ { "docid": "e0659839837a0983aeb6babb49ff0bb2", "score": "0.648038", "text": "public abstract double getMinSize();", "title": "" }, { "docid": "76d46ca932c0b725a594cbbad5184391", "score": "0.64214605", "text": "public Dimension getSize() {\r\n\t\treturn new Dimension(parentComposite.g...
8ba44e417047967e146131eccd5fce1f
Use AirConditionerControl.newBuilder() to construct.
[ { "docid": "b39ed190b58c81beb5483137e92eed58", "score": "0.8101785", "text": "private AirConditionerControl(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" } ]
[ { "docid": "dba8d534ae4db39fad332c4c47c8eb6c", "score": "0.7493557", "text": "public Builder setAcControl(com.harmazing.protobuf.CommandProtos.AirConditionerControl value) {\n if (acControlBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n ...
05b21033d01af0d9760ce94afd5d5b20
Go back to shop module
[ { "docid": "6cb25d0d815bb6083785e41fe69012fc", "score": "0.0", "text": "@FXML\n public void goToShop(ActionEvent event) {\n this.myController.setScreen(MainView.shop);\n }", "title": "" } ]
[ { "docid": "6503fd4d0ac89397103c8d921594cd07", "score": "0.72810566", "text": "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t\tif (cmd == ConstantTool.PAY_SUCCESS) {\r\n\t\t\tIntent intent = new Intent(OrderList.this, Homemenu.class);\r\n\t\t\tstartActivity(intent);\r\n\t...