query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
955a7d0a39b89e3fd577af9861b8dca6
Setting the theme colour for each button and background in BestScoreActivity
[ { "docid": "09e5d9c445a3fd11baa0f160a5c2d1ca", "score": "0.7039177", "text": "private static void SetStatsTheme(Context context){\n\t\tint[] appThemeColor = SetTheme(context);\n\t\tif(appThemeColor.length == SIZE){\n\t\t\tStatisticsActivity.Back.setBackgroundResource(appThemeColor[1]);\n\t\t}\n\t}", ...
[ { "docid": "124a0e61c1f678d00646e4e971a35e1b", "score": "0.7827034", "text": "private static void SetBestScoreTheme(Context context){\n\t\tint[] appThemeColor = SetTheme(context);\n\t\tif(appThemeColor.length == SIZE){\t\t\t\n\t\t\tBestScoreActivity.ScrollView.setBackgroundResource(appThemeColor[0]);\n\...
c5737a4126fee082e27924817c1a8899
Features added by card before other player does his moves
[ { "docid": "ebce0baf75dbaf1a1d4d5e1cd8c8ea4a", "score": "0.0", "text": "public abstract void beforeOtherMoving(Gamer other);", "title": "" } ]
[ { "docid": "08c94c1ddafe29074af439c3d101c087", "score": "0.63116676", "text": "public void putProdCardMode() {\n\n mainFrameOfGame.disableMarketButtons();\n mainFrameOfGame.disableLeaderButtons();\n mainFrameOfGame.disableDeckButtons();\n mainFrameOfGame.putCa...
765d94ffce816ba86552c132dc4db0ad
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
[ { "docid": "201f2b7883180cd2b277afeaadf71546", "score": "0.0", "text": "public boolean isSet(_Fields field) {\n if (field == null) {\n throw new IllegalArgumentException();\n }\n\n switch (field) {\n case PROJECT_ID:\n return isSetProjectId();\n }\n throw new ...
[ { "docid": "edef7284b8fa8e702ec7b776949507dc", "score": "0.791461", "text": "public boolean isSet(int fieldID) {\n switch (fieldID) {\n case LSN:\n return isSetLsn();\n case MESSAGE:\n return isSetMessage();\n default:\n throw new IllegalArgumentException(\"Field \" + fieldID ...
dd416af5bb0292bbbd9203008a8a1fa8
Enter relevant functionality for when the first widget is created
[ { "docid": "78d04779fe029e12accbcaa81aed0383", "score": "0.0", "text": "@Override\n public void onEnabled(Context context) {\n }", "title": "" } ]
[ { "docid": "0a52f95c006fb4ecfde9423ca14a2520", "score": "0.7326092", "text": "@Override\n\tpublic void initWidget() {\n\t\t\n\t}", "title": "" }, { "docid": "0a52f95c006fb4ecfde9423ca14a2520", "score": "0.7326092", "text": "@Override\n\tpublic void initWidget() {\n\t\t\n\t}", "ti...
3f80a60ee42ccd3a5947b4b6851dcd8b
Accuracy test of the constructor UnmanagedTransactionInformixProjectPersistence(String namespace). An instance of UnmanagedTransactionInformixProjectPersistence can be created. All properties are provided.
[ { "docid": "656d3fca7e52a6264ee4b2da1e8a9978", "score": "0.8349945", "text": "public void testConstructorAccuracy() throws Exception {\n ProjectPersistence myPersistence = new UnmanagedTransactionInformixProjectPersistence(\n \"InformixProjectPersistence.CustomNamespace\");\n\n ...
[ { "docid": "d77ea613093dc069a6861fcc84859629", "score": "0.57534826", "text": "protected void setUp() throws Exception {\n\n ConfigManager cm = ConfigManager.getInstance();\n\n // load the configurations for db connection factory\n cm.add(\"dbfactory.xml\");\n\n // load the c...
30672f2d815327d58bb603f8fbcb689a
optional int32 external_id = 5;
[ { "docid": "9a2e6365e54e8b71564e67c946eae662", "score": "0.0", "text": "public Builder clearExternalId() {\n bitField0_ = (bitField0_ & ~0x00000010);\n externalId_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "f041be1da7e7896804fd3e462a0bd4f5", "score": "0.7548204", "text": "int getExternalId();", "title": "" }, { "docid": "f041be1da7e7896804fd3e462a0bd4f5", "score": "0.7548204", "text": "int getExternalId();", "title": "" }, { "docid": "f041be1da7e7896804fd3e462a0b...
fda08ef5b79ceb0426ef465f27a81f0b
Reads an flow variance file for a given dataset using an arbitrary base file path.
[ { "docid": "7d36a31c562a8ef522fa79ba86078e70", "score": "0.73391324", "text": "public FlowVarFileReader(String dataset, String fileNr, String basePath) {\n String baseFileName = basePath + dataset + \"/local_variances_\"+ fileNr + \".txt\";\n varianceRows = new LinkedList<double[]>();\n ...
[ { "docid": "ecae2171a4cb5006328c1ad94a8e7495", "score": "0.5969907", "text": "public FlowVarFileReader(String dataset, String fileNr) {\n this(dataset, fileNr, \"../output/tracker_data/\");\n }", "title": "" }, { "docid": "2aa5479705ebb08fb11c252b5c2ccfe0", "score": "0.49888936...
ec8ef7798be81f7af2638753a4400399
given current state of move, come up with a new desired movement
[ { "docid": "44d3914e5f3a71478c083cdb71bca410", "score": "0.0", "text": "private void updatePushMove(Direction direction){\n move = direction;\n setMoveDir(direction,true);\n }", "title": "" } ]
[ { "docid": "cfbb33328300672566574bd99350b0c2", "score": "0.7262834", "text": "GameState nextMove(GameState fromState);", "title": "" }, { "docid": "d32a202ba7237d155a28f0c413819fac", "score": "0.7257733", "text": "public void move() \n {\n if (state == WALK1) {\n ...
dc4ea9a3dc46db507b7ac10418bc49f8
open site (row, col) if it is not open already
[ { "docid": "23d8ef139fa44563a385ca0fd990c2e7", "score": "0.6958701", "text": "public void open(int row, int col) {\n if (row < 1 || row > mRow || col < 1 || col > mColumn) {\n throw new IllegalArgumentException(\n \"row or column number is outside the prescribed rang...
[ { "docid": "b30780f59c1815979fc4ce9c11dec8e5", "score": "0.73502177", "text": "public void open(int row, int col) {\n\t\t// check if row or col is greater than matrix size\n\t\tif (row < 1 || row > sizeOfMatrix || col < 1 || col > sizeOfMatrix) {\n\t\t\tthrow new java.lang.IndexOutOfBoundsException();\n...
834bbd291d5a016adbe12b15f5b5e679
Constructor with a Connection as parameter used by JUnit
[ { "docid": "e8d86c25f78b3dac90ec27a623c67c16", "score": "0.5851269", "text": "public GroupDao(Connection c){\n \tconnection = c;\n }", "title": "" } ]
[ { "docid": "be25d2e2739c2c2f73227d913864cd73", "score": "0.6536455", "text": "private Connection()\n\t{\n\t}", "title": "" }, { "docid": "0b3cdab43cc02c9b3995fbc4a03daad2", "score": "0.65057766", "text": "public TableData(Connection connection){this.connection=connection;}", "tit...
675d323d08d9da2db5af177e5a69b489
terminal WS: ' ' | '\t' | '\r' | '\n'+;
[ { "docid": "d37afbc787f23e2f46f9b59d8c8341cb", "score": "0.0", "text": "public TerminalRule getWSRule() {\n\t\treturn gaTerminals.getWSRule();\n\t}", "title": "" } ]
[ { "docid": "e0767929f8fbeb013a61449984564e64", "score": "0.69330436", "text": "public void WS() {\n while(c == ' ' || c == '\\n' || c == '\\r' || c == '\\t') consume();\n }", "title": "" }, { "docid": "0aa849e964d2addc6a7ee75bdf9bc695", "score": "0.6858776", "text": "public...
92b980d044c28c80a2143a35683e2f86
Method changing value of doWeRefresh for false.
[ { "docid": "3f6b1dd67f1486942916ab118d926656", "score": "0.86155874", "text": "public void resetDoWeRefresh() {\n doWeRefresh = false;\n }", "title": "" } ]
[ { "docid": "824e5d102977d2f4de11d6b0dce02263", "score": "0.7640035", "text": "public boolean doWeWantToRefresh() {\n return doWeRefresh;\n }", "title": "" }, { "docid": "01ff6863629dcc437f2d0118900ae11b", "score": "0.7257983", "text": "@Override\r\n\t\t\tpublic boolean isRe...
5edbdf7e3045b3a69a641b75e6bd453b
end clear add method to create a new node and entry in the list.
[ { "docid": "beed139f549586728ad4e9b8d0f70ff5", "score": "0.6204938", "text": "public boolean add(Object newEntry)\r\n\t{\r\n\t\tNode newNode = new Node(newEntry);\r\n\r\n\t\tif (isEmpty())\r\n\t\t{\r\n\t\t\t//must maintain the currentNode variable by setting it to firstNode\r\n\t\t\tfirstNode = newNode;...
[ { "docid": "ce62c719aaa046ba0f96d0c2227fb47f", "score": "0.64372617", "text": "private void addNode(Node<AnyType> t) {\n \n \t// special case when list is empty - head and tail updated\n if ( isEmpty() ) { \t\n \theadNode = t;\n \ttailNode = headNode;\n // all other ca...
d171808b3e9026b88eef701ba39f99ac
Overloaded constructor of the PackageStack class.
[ { "docid": "ca3f0c9467b9845611dccb001ee63d62", "score": "0.62250686", "text": "public PackageStack(int stackNumber, boolean isFloorStack) {\n super();\n this.stackNumber = stackNumber;\n this.isFloorStack = isFloorStack;\n }", "title": "" } ]
[ { "docid": "e07f18265e7c7fb73035280f625c9b75", "score": "0.71118194", "text": "private Stack() {\n\t}", "title": "" }, { "docid": "ad997caf7732e39cae7d6cbad184939a", "score": "0.70670885", "text": "public MinStack() {\n\n\t}", "title": "" }, { "docid": "cfac3c4c6b2cdd05fa...
aa5bd076f241946b9cc3190fba2c6d32
Constructor de la clase, se instancia la matriz de rutas (String) del recurso que necesitemos
[ { "docid": "5139113b3bbca15a321a4f410c959ffd", "score": "0.5232931", "text": "public ResourcesCollector() {\n this.matrixRoutes = new String[8][10];\n vectorRoutes = new String[10];\n }", "title": "" } ]
[ { "docid": "976f378fe58bdb73dac9a433ec65468c", "score": "0.58966595", "text": "public Piedra[][] inicializarMatrizPiedras() {\n\n Piedra laPiedra = null;\n Piedra matriz[][] = {\n {laPiedra, laPiedra, laPiedra, laPiedra, laPiedra, laPiedra, laPiedra, laPiedra, laPiedra, laPiedra...
b45dc56c6e4827924f38a01f8fc2cf2b
First: get the dataset using the record reader. CSVRecordReader handles loading/parsing
[ { "docid": "598039afa252ad5562f035fef1fa6db6", "score": "0.51036924", "text": "public static void main(String[] args) throws Exception {\n int numLinesToSkip = 0;\n char delimiter = ',';\n RecordReader recordReader = new CSVRecordReader(numLinesToSkip,delimiter);\n recordRead...
[ { "docid": "368f13a2a627c1b6593c08c99ca2b0dd", "score": "0.6665584", "text": "private List<CSVRecord> loadRecords() throws IOException {\n CSVParser parser = CSVParser.parse(\n marketDataReader, CSVFormat.DEFAULT.withFirstRecordAsHeader());\n return parser.getRecords();\n }", "title": ...
1c06a6b19114bcee5340362f5040027c
run every tick as long as its true (repeats c)
[ { "docid": "f7ee66039cac4c8bd68d1e5329fb3e84", "score": "0.0", "text": "public boolean b() {\n if (!CourseWorkMod.MOB.stand) return false;\n return !this.pet.getNavigation().m() && this.owner.h(this.pet) < (double) (this.maxDistance * this.maxDistance);\n }", "title": "" } ]
[ { "docid": "c26227e9c752bdfc25c74bdc22077722", "score": "0.6941893", "text": "public void tick()\r\n/* 22: */ {\r\n/* 23:428 */ if (--this.c <= 0)\r\n/* 24: */ {\r\n/* 25:429 */ this.c = (40 + this.a.getRNG().nextInt(60));\r\n/* 26:430 */ this.b = this.a.getRNG().nextInt...
6437998ad0fd41f3f958e519f93a2e11
Add a user to database and return its id if succeeded
[ { "docid": "1ed068bf9174bd9ac7f46ca70297b745", "score": "0.6655046", "text": "public int addUser(User user) throws AbstractException{\n if (user == null)\n throw new InvalidArgumentException(\"User cannot be null\");\n String sql = \"insert ignore into `user` (`username`, `pass...
[ { "docid": "10d6e5374543b2e0c077c711307f038e", "score": "0.78299135", "text": "User addUser(int userId);", "title": "" }, { "docid": "f525732eb3430a72e13335fecbd9050a", "score": "0.7652712", "text": "public void addUser(int id) {\n\n\t}", "title": "" }, { "docid": "5e3e0b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "74c6fa7ab5ea5fa181e60091c87f0b12", "score": "0.0", "text": "@Override\n\t\tprotected void onPause() {\n\t\t\tsuper.onPause();\n\t\t\t//友盟统计\n\t\t\tMobclickAgent.onPause(this);\n\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": "" }, ...
81dea21e87ac45f83cf4a566562fc2fc
Gets the Gui Container on the server
[ { "docid": "12e8809fe8bc18b114686dbed87e355e", "score": "0.5603756", "text": "@Override\n\t\tpublic Object getServerGuiElement(int ID, EntityPlayer player,\n\t\t\t\tWorld world, int x, int y, int z) {\n\t\t\tTileEntity tile = world.getBlockTileEntity(x, y, z);\n\n\t\t\tif (tile != null) {\n\t\t\t\tif (t...
[ { "docid": "3c5672cfc55d01023c405f823229bf28", "score": "0.68292314", "text": "public Container getGUIContentPane() {\r\n return this.getContentPane();\r\n }", "title": "" }, { "docid": "6c4ee3862ee639e4948fcaa0210f378e", "score": "0.64125854", "text": "public GUI getGui() ...
a5373caddcfe53b26c5c6557a2338c4b
Reverse a singly linked list. Example: Input: 1>2>3>4>5>NULL Output: 5>4>3>2>1>NULL Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both?
[ { "docid": "c74159e198cae6d52c0cbc9d59309bd4", "score": "0.76715344", "text": "public ListNode reverseList(ListNode head) {\n if (head == null) {\n return null;\n }\n ListNode tail = head;\n while (tail.next != null) {\n tail = tail.next;\n }\n ...
[ { "docid": "d2de5b87d8f35c494b87839e17085ce8", "score": "0.8391156", "text": "public void recursiveReverseList() { recursiveReverseList(null, head); }", "title": "" }, { "docid": "fc75aa286b14592ac50a746f403e48b8", "score": "0.8215704", "text": "private void reverseList() {\n\n No...
00308108c9b13b37cd378fbe7b90628f
Checks for Trainer encounters, then begins a battle against them
[ { "docid": "8ef54512096003c5bd6d55e06b6dd5fc", "score": "0.7314524", "text": "public void checkTrainerEncounter()\n\t{\n\t\tif(cartographer)\n\t\t\treturn;\n\n\t\tfor(int i=0; i<numTrainers; i++)\n\t\t{\n\t\t\tif(trainer[i] != null && trainer[i].hostile)\n\t\t\t\tswitch(trainer[i].direction)\n\t\t\t\t{\...
[ { "docid": "ea19625a64f5d9461f5216b598f6f4b3", "score": "0.6459277", "text": "public void beginTrainerBattle()\n\t{\n\t\tswitch(trainer[trainerToFight].direction)\n\t\t{\n\t\t\tcase 0:\n\t\t\t\tif(trainer[trainerToFight].location.x!=location.x-1)\n\t\t\t\t{\n\t\t\t\t\ttrainer[trainerToFight].location.x+...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "a886fda3a3c586403d4f3facd7e93b19", "score": "0.0", "text": "public boolean remove(Object k, float v) {\n/* 827 */ if (k == null) {\n/* 828 */ if (this.containsNullKey && Float.floatToIntBits(v) == Float.floatToIntBits(this.value[this.n])) {\n/* 829 */ removeNullEntry();\...
[ { "docid": "785f839822f847fb68d932ffd1b6fbf8", "score": "0.56492513", "text": "public static void main(String[] args) {\nSystem.out.println(\"\\\\\\\\\\\\\\\\\\\\\\\\\");\r\nSystem.out.println(\"| * * |\");\r\nSystem.out.println(\"| * |\");\r\nSystem.out.println(\"| \\\\_/ |\");\r\nSystem.out.print(\"...
c51bb67e864923961670c128c21e4bc0
Display accelerometer values in UI
[ { "docid": "997fb771dd168e8f4cb1402bfce4e875", "score": "0.65525496", "text": "public void setAccelValues(float accX, float accY, float accZ) {\n \tString text = String.format(\"%2.2f\", accX);\n \taccelXView.setText(text);\n \ttext = String.format(\"%2.2f\", accY);\n \taccelYView.setText(te...
[ { "docid": "fb6f6d63b68581d5fad645922efa28ed", "score": "0.71209735", "text": "@Override\n public void onSensorChanged(SensorEvent event) {\n\n final double alpha = 0.8;\n double[] gravity = new double[3];\n double[] linearAcceleration = new double[3];\n\n gravity[X] = alpha * gra...
102935cac49f330b2bff1baf818a731f
This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity. See the Android Training lesson Communicating with Other Fragments for more information.
[ { "docid": "f856d039a71a86b346acfa6d9057dcf6", "score": "0.0", "text": "public interface OnScheduleFragmentInteractionListener {\n // TODO: Update argument type and name\n void onFragmentInteraction(Uri uri);\n }", "title": "" } ]
[ { "docid": "d1d9c7e3ddad9d0ce65a304bfb63ab08", "score": "0.77196836", "text": "public interface OnFragmentInteractionListener {\n\n\n\n /**\n * This function is implemented in the MainActivity class. It is used to send data to the\n * MainActivity class, and then this data may be ...
0587aed0f0cdd0932cc9b3e843aa6e0e
Creates a new vector with the given values.
[ { "docid": "631961177ad640b6efa9b4f26a401150", "score": "0.0", "text": "public VecF2(float x, float y) {\r\n \tsuper(2);\r\n this.v[0] = x;\r\n this.v[1] = y;\r\n }", "title": "" } ]
[ { "docid": "4edb8643b49f4a25f53bb8a00eedfaf5", "score": "0.7016133", "text": "public double getNewVector(double val_x, double val_y);", "title": "" }, { "docid": "0a2f1647f5b0d0b39a0890d8e3d02ef7", "score": "0.68011165", "text": "public MathVector(double[] val) {\n values = val;\n...
fecbf5b7b28c9dd4f5d9109e5aaf1e8e
Checking if this queue already has a key
[ { "docid": "0c7cae366e0b79ed02d6c9e2bac754c1", "score": "0.0", "text": "public boolean contains(int key) {\r\n//\t\tSystem.out.println(this.root); \t\t\t\t\t\t\t\t\t\t// Debugging\r\n\t\tif (this.root == null) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\t\t\r\n\t\treturn this.root.checkHasKey(key);\r\n\t}",...
[ { "docid": "f9a976fda0ccab93c82919e7293deb14", "score": "0.70329463", "text": "boolean hasKey();", "title": "" }, { "docid": "f9a976fda0ccab93c82919e7293deb14", "score": "0.70329463", "text": "boolean hasKey();", "title": "" }, { "docid": "f9a976fda0ccab93c82919e7293deb14...
654df3b7f0cc0d0d7b1a6e40168204d0
string value_id = 3;
[ { "docid": "a06f46b5521164ce12f50be61a8bc1ae", "score": "0.58247817", "text": "@java.lang.Override\n public com.google.protobuf.ByteString\n getValueIdBytes() {\n java.lang.Object ref = valueId_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteStri...
[ { "docid": "52d90e649bb830605b8eba0bb9bf80bb", "score": "0.74412876", "text": "java.lang.String getValueId();", "title": "" }, { "docid": "8d1390c63959ab27c0209d32f24a1fd6", "score": "0.682063", "text": "io.dstore.values.IntegerValue getValueId();", "title": "" }, { "doci...
f66725ab87a175ad3f11e523c89fc1eb
HandleMessage function process the request from client, sends SQL queries to mySQL database by using JDBC connector The function process the queries results then return a message to the client with the requested details.
[ { "docid": "59ee01f8ed570f59224ed9e9605c3420", "score": "0.5159319", "text": "public static Object handleMessage(Request request, Connection connection) {\n\t\t\n\t\tArrayList<byte[]> pictures;\n\t\tint id;\n\t\tExamination exam = new Examination();\n\t\texam = (Examination)request.getEntity();\n\t\tpic...
[ { "docid": "a89bc413fa4291c91949c9010cb9ea68", "score": "0.5841494", "text": "public Message addMessage(String clientMessage) {\n long lng = 0;\n String str = null;\n String clientMessage1 = clientMessage.substring(5);\n\n String messageText = clientMessage1.substring(0, clie...
35de33b2ffa98a2f566855c0fe01ea01
TODO: This method is called when the BroadcastReceiver is receiving an Intent broadcast.
[ { "docid": "d61dd41766741ac3027f485d8c434e90", "score": "0.0", "text": "@Override\n public void onReceive(Context context, Intent intent) {\n\n\n\n if (intent != null) {\n String action = intent.getAction();\n\n if (action.equals(intent.ACTION_BOOT_COMPLETED)) {\n ...
[ { "docid": "80299d89aef8d674610d17bf947b28cf", "score": "0.77157253", "text": "@Override\n public void onReceive(Context context, Intent intent) {\n }", "title": "" }, { "docid": "80299d89aef8d674610d17bf947b28cf", "score": "0.77157253", "text": "@Override\n publ...
f3a8fbeb5f625e0d8f2c8d02528e4923
Returns the number of annotation_set_items that are not empty or null.
[ { "docid": "0b480b49d4e323462c3286608690cbe2", "score": "0.7579686", "text": "public int getNbAnnotationSetItemsUsed() {\n\t\treturn nbAnnotationSetItemsUsed;\n\t}", "title": "" } ]
[ { "docid": "01b1cac0b468bf50fd65668948f566f1", "score": "0.7276311", "text": "public int getNbAnnotationSetItem() {\n\t\treturn annotationSetItems.length;\n\t}", "title": "" }, { "docid": "66bd28cf085812813e2344b68207291a", "score": "0.70637333", "text": "@Override\n public int si...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "aa58aaeb1de030de956bcca541c881f0", "score": "0.0", "text": "public static void copyFile2Dir(File descf, String descDir) throws IOException {\n File dir = new File(descDir);\n if (!dir.exists()) {\n dir.mkdirs();\n }\n File file = new File(descDir + SEP ...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
d4028eed846fffe0306bcfc65bb192d7
create a Pet ArrayList
[ { "docid": "0a27df6439022137fd7e7a2eee54f72c", "score": "0.5250081", "text": "public static void main(String [] args) {\n ArrayList<Pet> petList = new ArrayList<Pet>();\r\n \r\n //add Dog and Cat objects in the array\r\n petList.add(new Cat(\"Big\", \"Tony\", \"Tiger\", 800, ...
[ { "docid": "a87172669247412bec4531ba2deaa551", "score": "0.7168486", "text": "public ArrayList<Pet> getPets() { return pets; }", "title": "" }, { "docid": "a948fc25fe743ee15465cc67246ce3d2", "score": "0.6437205", "text": "public List<Animal> getPetsList() {\r\n return animals;...
d961877a6f3ef12d6304a49334a3f7ca
ENTRY POINT IN SDK
[ { "docid": "8a644be3019e6f4f9541236e2fed7084", "score": "0.0", "text": "public static void startPaymentProcess(Activity mActivity, HashMap<String, String> userParams) //HashMap has all required params\n {\n /*SDK specific,Handling logout from SDK in case of Merchant's App with SDK*/\n ...
[ { "docid": "b212f97e9076746bdb21d2ebff01bbb0", "score": "0.6596352", "text": "@Override\n\t\tpublic Vector getEntryPoint() {\n\t\t\treturn entryPoint;\n\t\t}", "title": "" }, { "docid": "7a055afafd79dccb60961938cb3cca0e", "score": "0.62686914", "text": "private void setEntryPoint(Vec...
06afb6461e6d2a788a4d914f335e2f6b
Returns the Dot Product of two Vectors.
[ { "docid": "95be4807989fbbe3631a9a17d4a63916", "score": "0.84567744", "text": "public static double dotProduct(Vector a, Vector b){\n return (a.getMagnitudeX() * b.getMagnitudeX() + a.getMagnitudeY() * b.getMagnitudeY() + a.getMagnitudeZ() * b.getMagnitudeZ());\n }", "title": "" } ]
[ { "docid": "dc8ea9a07222a08d55acc3bb2a677df0", "score": "0.8534681", "text": "double dotProduct(Vector other);", "title": "" }, { "docid": "bead32d471a7515bc22a852a651818a2", "score": "0.84107405", "text": "public static double dotProduct(Vector a, Vector b) {\n\t\tdouble dotproduct;...
545a2aaa7c127801116344549d6beb03
Get the implementation class for default/common tests.
[ { "docid": "a8642fa9528ed59832f470516444589f", "score": "0.52110595", "text": "abstract Class<?> getBagImplementationClass();", "title": "" } ]
[ { "docid": "9bad62a5b2e9023abe149cd5c933be2a", "score": "0.7158244", "text": "String getImplementingClass();", "title": "" }, { "docid": "f1742965c82932c90ab041a9500342d5", "score": "0.65527236", "text": "Class<?> getConcreteUnitClass();", "title": "" }, { "docid": "e7b15...
909df4e523e01ee614a4bc893bed7a65
Return encrypted salted password with SHA256
[ { "docid": "72563e4bd4f98bc6b76b1396a2cf47f2", "score": "0.63930327", "text": "public static String encryptPassword(String rawPass, String salt) {\r\n\t\tSaltedPasswordEncoder ex = new SaltedPasswordEncoder(256);\r\n\t\treturn ex.encodePassword(rawPass, salt);\r\n\t}", "title": "" } ]
[ { "docid": "70e8db1a811ad3289844458ad3817979", "score": "0.7369436", "text": "private static String getSecurePassword(String passwordToHash, byte[] salt) {\n String generatedPassword = null;\n try {\n MessageDigest md = MessageDigest.getInstance(\"SHA-256\");\n md.upd...
272867d587bed3ec7928771779a9da0a
Tests if elements contained in a Stack stack is valid for the XmlPixy. This method consumes the stack contents during matching operation. This mehtod is supposed to be used internally by the Relaxer system.
[ { "docid": "4e42da198bb763fd8d43120a5820f2f3", "score": "0.60061806", "text": "public static boolean isMatchHungry(RStack stack) {\r\n Element element = stack.peekElement();\r\n if (element == null) {\r\n return (false);\r\n }\r\n if (isMatch(element)) {\r\n ...
[ { "docid": "52ca6777b6c0f097d065fee5709d26d3", "score": "0.6304215", "text": "public static boolean isMatch(RStack stack) {\r\n Element element = stack.peekElement();\r\n if (element == null) {\r\n return (false);\r\n }\r\n return (isMatch(element));\r\n }", ...
e77362e9026d1364b4613935dfe4f58c
Some sql here later when hardcoded values are discovered.
[ { "docid": "374e0ce4d9970cbcf91584ebe4d1921e", "score": "0.0", "text": "@Override\n public Project getWorstExecutedProject() {\n\n\t \treturn projectService.getWorstExecutedProject();\n }", "title": "" } ]
[ { "docid": "26b4f36ffa280a2a19839b06d21a4315", "score": "0.5891286", "text": "private String createSqlStringValues(IEntry entry) {\n String ans=\"\" ;\n for (String s:entry.getAllData()\n ) {\n ans+=\"'\"+s+\"',\";\n }\n return ans.substring(0,ans.length()-1...
53c3d99d7d7c3dc649730f22cf834cda
Created by xiaweijia on 16/3/21.
[ { "docid": "9e84938953370a99ff98bc5caa271b61", "score": "0.0", "text": "public interface MusicItemView {\n void play(String musicPath);\n\n}", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.67745054", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.64419127", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" ...
3e411c1aaf1e07600b608bd52cc7f2e9
Handle navigation view item clicks here.
[ { "docid": "59c63b06c832e63a116e0c5354572654", "score": "0.0", "text": "@SuppressWarnings(\"StatementWithEmptyBody\")\n @Override\n public boolean onNavigationItemSelected(MenuItem item) {\n int id = item.getItemId();\n Fragment fragment = null;\n\n if (id == R.id.nav_home) {\...
[ { "docid": "4437206a9b133cd8d9c50cb1f49b840d", "score": "0.7351288", "text": "@Override\n public boolean onNavigationClickListener(View clickedView) {\n System.out.println(\"Test click an item\");\n TeslaViewActivity.this.finish();\n ...
d8cfd8691d2213c90ea091399ef750ee
Tests the findIntersections function in polygon.
[ { "docid": "b848253bc4d6f8104e9e0e6ed9af4ca9", "score": "0.7790754", "text": "@Test\n void findIntersections() {\n Polygon polygon = new Polygon(new Point3D(-0.5, -0.5, 0), new Point3D(0, 1, 0), new Point3D(1, 0, 0));\n\n // ============ Equivalence Partitions Tests ==============\n ...
[ { "docid": "b89c37d7ba9a9d3bb9590273f4d6f86d", "score": "0.70422965", "text": "@Test\n public void isIntersectTest() {\n //\n // start = System.currentTimeMillis();\n // OwnMethods.Print(RisoTreeQueryPN.isIntersect(overlapVertices, pnListLeft, pnListRight));\n // OwnMethods.Print(System.cur...
a71f5b1cd130eaa5ec3d60f5257eb6ef
Returns the minimum JE version that a node must be running in order to join the group.
[ { "docid": "84895ac95f3c5c884a5f7f9bf4c20329", "score": "0.711054", "text": "public JEVersion getMinJEVersion() {\n return minJEVersion;\n }", "title": "" } ]
[ { "docid": "615893d633ba2550a207268ba7a1564d", "score": "0.6095527", "text": "String getNodeVersion();", "title": "" }, { "docid": "568b3892e01405254734546a316350ac", "score": "0.56611514", "text": "@Test\n public void getNodeVersion() throws IOException {\n String clientVe...
cac72e6b6f5c75f88da42d3e8b7a3280
Gets the node for this permission.
[ { "docid": "0524db70a26c78abc72abd3eadf8d209", "score": "0.69624144", "text": "public String getNode()\n {\n return this.node;\n }", "title": "" } ]
[ { "docid": "52e5e1e03c48756d9d4b6eb9ea04c64e", "score": "0.6946063", "text": "public int getNode() {\n return node;\n }", "title": "" }, { "docid": "a3f4b6f99353c810496a36e7ae04ffc3", "score": "0.68585604", "text": "public Node getNode() {\n return node;\n }", ...
ff176423bed6087aa6c4cfd3f3d3b471
als de dispatcher is uitgevallen probeer opnieuw connectie te maken
[ { "docid": "967ae2a324bf02f4c936ee1085b3d480", "score": "0.0", "text": "public void goToLogin(){\n Main.cnts= new Connections(1902, goToLogin.getScene());\n Main.goToLogin();\n goToLogin.getScene().getWindow().hide();\n Main.disconnected=false;\n }", "title": "" } ]
[ { "docid": "1ed3a33a425ab0aa19acee764406f924", "score": "0.70687884", "text": "public void disConnect();", "title": "" }, { "docid": "abddd4bda0938df8ed5ae3f516df062d", "score": "0.65806496", "text": "void disConnect() throws Exception;", "title": "" }, { "docid": "22a8da...
286ec8a73879c7f4aca6910beb660156
$ANTLR end "rule__ShiftExpression__OperatorAssignment_1_1" $ANTLR start "rule__ShiftExpression__RightOperandAssignment_1_2" ../org.yakindu.sct.model.stext.ui/srcgen/org/yakindu/sct/model/stext/ui/contentassist/antlr/internal/InternalSText.g:9860:1: rule__ShiftExpression__RightOperandAssignment_1_2 : ( ruleNumericalAddS...
[ { "docid": "162e36bdbffdeafcfeb5e46fb4f2f500", "score": "0.8123535", "text": "public final void rule__ShiftExpression__RightOperandAssignment_1_2() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.yakindu.sct.mode...
[ { "docid": "fb93535ba4ca4a5939026876a025e171", "score": "0.8087341", "text": "public final void rule__ShiftExpression__RightOperandAssignment_1_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.yakindu.sct.model.stext.ui...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7f61711d473dee85f23f93d55a879c50", "score": "0.0", "text": "@Override\n\tpublic boolean addRechargeCredit(int userID, int credit, int orderID) throws RemoteException {\n\t\treturn creditService.addRechargeCredit(userID, credit, orderID);\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}", ...
957f487b6bcfe58ab7a34ba2518c1aeb
Searches for import.hx files between the file's directory and the source root, examining each for matches.
[ { "docid": "765d907558c356dfcde43420515db424", "score": "0.65067583", "text": "@Nullable\n private static PsiElement searchInDirectoryImports(HaxeFileModel file, String name) {\n\n final PsiElement[] found = new PsiElement[1];\n walkDirectoryImports(file, (importModel) -> {\n found[0] = sear...
[ { "docid": "508275cf69c5115ee6e3a8e733d940bf", "score": "0.63950044", "text": "public List<Path.ID> imports(Trie key) throws ResolveError {\n\t\ttry {\n\t\t\tArrayList<Path.ID> matches = importCache.get(key);\n\t\t\tif (matches != null) {\n\t\t\t\t// cache hit\n\t\t\t\treturn matches;\n\t\t\t} else {\n\...
68562a34a769616a10b5cdd5676964f6
Removes from the jmenubar.
[ { "docid": "34883a249e1786c0fa0905ce4160b789", "score": "0.7734166", "text": "static void remove_from_jmenubar(java.lang.Object p0, java.lang.Object p1, java.lang.Object p2) {\n\n javax.swing.JMenuBar mb = (javax.swing.JMenuBar) p0;\n \n if (mb != null) {\n\n LogHandler.l...
[ { "docid": "22290b6fe6500b806613f84eaa3decef", "score": "0.7176461", "text": "private void removePopupMenu()\r\n\t{\r\n\t\tif (menu != null)\r\n\t\t{\r\n\t\t\tmenu.dispose();\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "48d332bbadf9008451375d98c3f0f761", "score": "0.700016", "text": ...
1071153c45de7bd411e4814bc9450777
Prepare boolean members for reuse.
[ { "docid": "a1e5f2bd17f0667f996eaac67dcc3879", "score": "0.0", "text": "public void setShouldStop() {\n\n }", "title": "" } ]
[ { "docid": "1c23ac19dad275095e28febaa1a42067", "score": "0.6373711", "text": "public void mapBooleans() {\n getObjectTypeConverter().mapBooleans();\n }", "title": "" }, { "docid": "b0769367ddf9205dda96ef046ba19144", "score": "0.5894379", "text": "BooleanAttribute createBool...
5809f3d7e2c33ca04f47c431154d0403
Decodes your encoded data to tree.
[ { "docid": "bd5f09ebb6b5d6b00569f70cd436206a", "score": "0.5766533", "text": "public TreeNode deserialize(String data) {\n if (data.equals(\"[]\")) return null;\n data=data.substring(1,data.length()-1);\n String[] datas=data.split(\",\");\n Queue<TreeNode> queue=new LinkedLis...
[ { "docid": "90a838b1fde24c42ae1699ad3f0255d5", "score": "0.7076877", "text": "TreeNode deserialize(String data);", "title": "" }, { "docid": "b74fc8c5b81cc2ac529fd5d75d020b17", "score": "0.682903", "text": "public TreeNode deserialize(String data) {\n return null;\n }", "titl...
5024970243672d4497b1d3f27deb71ea
use to construct messagehandler for a client program, will aoutmaticaly initiat connection to the server where messages are processed and then sent out to recipients
[ { "docid": "7b7edfb034e623dfb59ecde0e18bae64", "score": "0.6248741", "text": "public MessageHandler(String serverIP, int port) {\n this.connectIP = serverIP;\n this.port = port;\n connectToServer();\n setupStreams();\n }", "title": "" } ]
[ { "docid": "a81b3b9283cac7561e4c294af6ec04ac", "score": "0.6980722", "text": "protected abstract void initMessageHandler();", "title": "" }, { "docid": "d5e6100fea4c5bd637f93b07fa43af88", "score": "0.6867979", "text": "public ClientMsgHandler(ClientAddress addr) {\r\n clientAddres...
d430b72374ff5d04cece98fd4862f14b
This method creates a source module from a file.
[ { "docid": "18428516e42808356e0cf5a6218b1198", "score": "0.67975307", "text": "public static AbstractModule createModule(String name, File f, IPythonNature nature, int currLine) throws IOException {\n String path = REF.getFileAbsolutePath(f);\n if(PythonPathHelper.isValidFileMod(path)){\...
[ { "docid": "e5f46eea3cc7f5d55dd8b813adec25bd", "score": "0.7385776", "text": "public static IModule createModule(SimpleNode n, File file, String moduleName) {\n return new SourceModule(moduleName, file, n, null);\n }", "title": "" }, { "docid": "30cbee321806f6576c222a3e178d723f",...
cd6020c2e13b23b8589855cc36e3d734
Validates the entire config form data. Is a wrapper for all other validation checks.
[ { "docid": "8a82c4f415b544e60dff856b248707cf", "score": "0.0", "text": "public void validateKMSProviderConfigFormData(ObjectNode formData) throws Exception {\n // Verify GCP config, location ID, key ring id, and crypto key id are present. Required\n // fields.\n if (!checkFieldsExist(formData))...
[ { "docid": "d431c7319b2d7bd31de5a1f1bdb73ca7", "score": "0.69448316", "text": "boolean validate(Map<String, Object> configuration);", "title": "" }, { "docid": "6f657b00feeaf74e10679b7359ecc12e", "score": "0.6784381", "text": "protected void validate() {}", "title": "" }, { ...
3da9a83d28a52c3ebb57880be53c00ed
Gets the project creation date.
[ { "docid": "f6f1b9787807640418bb87546a9a04f7", "score": "0.73377436", "text": "public Date getCreationDate() {\r\n return creationDate;\r\n }", "title": "" } ]
[ { "docid": "bb629eded0576f96afac92b96a1a673b", "score": "0.7586037", "text": "public java.util.Date getCreateDate() {\n\t\treturn _permissions.getCreateDate();\n\t}", "title": "" }, { "docid": "0c48457ac605fef097825df53467086e", "score": "0.7501791", "text": "public java.lang.CharSeq...
86ffc7fea53fe15c52c0cc85d2ff4fe7
load a list of photos tied to this treasure box item
[ { "docid": "e0160a0e2bd53d2b66526d9f559738ed", "score": "0.0", "text": "private void savePhoto(ActionRequest req) throws ActionException {\n\t\tnew PhotoAction(getDBConnection(), getAttributes()).build(req);\n\t}", "title": "" } ]
[ { "docid": "1feb0c49ad3566cd8a3cde8352cd3d1c", "score": "0.70024246", "text": "private List<PhotoVO> loadPhotos(ActionRequest req) {\n\t\treturn new PhotoAction(getDBConnection(), getAttributes()).retrievePhotos(req);\n\t}", "title": "" }, { "docid": "e6408c6f8a2b6d552bf1bea33d067222", "...
2536c2d5bdf5b381e1ce0287cee5d125
This method was generated by MyBatis Generator. This method returns the value of the database column TCCDIRC.FS_FIELD
[ { "docid": "83108bf7b8905dfd558a8a864b03faab", "score": "0.7211709", "text": "public String getFsField() {\n\t\treturn fsField;\n\t}", "title": "" } ]
[ { "docid": "24a1c5b007632c2628d1a7db8110f984", "score": "0.62212837", "text": "public void setFsField(String fsField) {\n\t\tthis.fsField = fsField;\n\t}", "title": "" }, { "docid": "dd7dbb82976eb6543d93c870c5e22f60", "score": "0.5916471", "text": "java.lang.String getField();", ...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "b4a5535d904dfc4f48ad43c7f7942357", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n\n return true;\n }", "title": "" } ]
[ { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.71838945", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif= getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
a1a8e0d6363e42d101c7e9d798e679e3
Constructs a CreditMemoItem object from an existing Payment Request Item, and check and process expired or closed accounts item might contain.
[ { "docid": "3f142410386df679db2fcc2b47dcf492", "score": "0.7412777", "text": "public OleCreditMemoItem(VendorCreditMemoDocument cmDocument, OlePaymentRequestItem preqItem, OlePurchaseOrderItem poItem, HashMap<String, ExpiredOrClosedAccountEntry> expiredOrClosedAccountList) {\n\n super();\n\n ...
[ { "docid": "9c0880fb3565fbe86a192533a9866095", "score": "0.72381413", "text": "public OleCreditMemoItem(VendorCreditMemoDocument cmDocument, OlePurchaseOrderItem poItem) {\n super(cmDocument, poItem, new HashMap<String, ExpiredOrClosedAccountEntry>());\n }", "title": "" }, { "docid...
504e9b7f33f65ee75332e585f1c4cac4
Invoked when an error occurs. Thanks for the sample code
[ { "docid": "97f621bcd2eef0fffe25bed376492ac5", "score": "0.0", "text": "@Override\n\tpublic void error(com.vaadin.server.ErrorEvent event) {\t\n\t\t\n\t\tif (event.getThrowable().getCause() instanceof Exception)\n\t\t{\n\t\t\tException accessDeniedException = (Exception) event.getThrowable().getCause();...
[ { "docid": "1296aa728d30e901879285780c962256", "score": "0.8231072", "text": "@Override\r\n\tpublic void on_error() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c819baab226c7655e77a5eb89c17d10f", "score": "0.7961911", "text": "protected void userErrorOccurred() {}", "title": "" ...
82ff1a042cba91627bcf080f58c4ed80
Clears all items out of Trie
[ { "docid": "0aeebf7e155ac9b350713a98936cd328", "score": "0.0", "text": "public void clear() {\r\n for (int i = 0; i < R; i++) {\r\n root.next[i] = null;\r\n }\r\n root.color = 0;\r\n }", "title": "" } ]
[ { "docid": "99ed22a09a5d3a0e19c8e1b24d4bd137", "score": "0.68561673", "text": "public void clear() {\n\t\tentries.clear();\t\n\t}", "title": "" }, { "docid": "819199af70eac0e1f569a9efd7440778", "score": "0.6844163", "text": "private void clearAll( ){\n for( Vertex v : vertexMa...
241ff633a71f33abd73f8b865daa893b
helados, conservas, frutas y verduras, golosinas, comestible, perfumeria, bazar, panificadora, lacteos, bebidas, carnes, otros//
[ { "docid": "67f1fcf977f3f5083bf2f03040d6f3f7", "score": "0.0", "text": "public String getIdCategoria() {\n\t\treturn idCategoria;\n\t}", "title": "" } ]
[ { "docid": "54767806a223a7d8673ed9aa26118964", "score": "0.5740938", "text": "public static void main(String[] args) {\n\t\t\n\t\tRhizopusOryzae setas = new RhizopusOryzae(0, 3.5, 0.36, 0.06, 10.0/24.0, 2.757, \"T = 20 C, pH = 3, aW = 0.895\"); // Objeto de la clase RhizopusOryzae llamado setas\n\t\tRhi...
95c3645ba02662c1d5d0bd23043992b3
Get the phone number
[ { "docid": "a3619f7d3d14dbb1c48f47be95e46185", "score": "0.0", "text": "private void makePhoneCall() {\n String phoneNumber = mPhoneNumberEditText.getText().toString();\n // If it is valid(not empty), then we will try to make the phone call\n if (phoneNumber.length() > 0) {\n ...
[ { "docid": "ee96fe72c60505a64a1469b13dd11047", "score": "0.85110295", "text": "String getPhoneNumber();", "title": "" }, { "docid": "ee96fe72c60505a64a1469b13dd11047", "score": "0.85110295", "text": "String getPhoneNumber();", "title": "" }, { "docid": "36c37b063796b21393...
9b305c0d56a658f167edfe67677de438
Helper method to get the latest metadata, but doesn't throw EntityNotFoundException if it doesn't exist. Note, it still validates the input and will throw a BadRequestException. It also looks for the most recent undeleted metadata object (it doesn't include deleted objects).
[ { "docid": "77611f457dbba2ff25f1e8ab5287985c", "score": "0.6096198", "text": "private SharedModuleMetadata getLatestNoThrow(String id) {\n if (StringUtils.isBlank(id)) {\n throw new BadRequestException(\"id must be specified\");\n }\n List<SharedModuleMetadata> queryMetad...
[ { "docid": "1ae517b8e5f554526014439ccdbf6825", "score": "0.59378165", "text": "@Retries.RetryTranslated\n ObjectMetadata getObjectMetadata(String key) throws IOException;", "title": "" }, { "docid": "29857bb827ca88c867c1efd69914cb31", "score": "0.5854154", "text": "public SharedMo...
cb8da21665d2cec3c5446102b6e9dd72
Start time:12:38:16 20090723 Project: mobicentsisupstack
[ { "docid": "d840b3d8098c2d61fe158563f73365a6", "score": "0.0", "text": "public interface CorrelationID extends ISUPParameter, GenericDigits {\n int _PARAMETER_CODE = 0x65;\n\n // TODO: CorrelationID should extends GenericNumber (not GenericDigits): from Q.1218:\n // Digits ::= OCTET STRING (SIZ...
[ { "docid": "fee1a18ceca61748f93149cd393850fc", "score": "0.5397556", "text": "public void mo74768d() {\n }", "title": "" }, { "docid": "d79a46621fa20969906e56762232cd09", "score": "0.5365671", "text": "private void m565j() {\n C3561h5.m954c().mo55465a().execute(new C346...
5926b0cb749a20dbaffc43be7fa512a5
Obtains the status code.
[ { "docid": "0d83fbdd70d713ed1d7815a3b5c48151", "score": "0.7997364", "text": "public int getStatusCode() {\n return statusCode;\n }", "title": "" } ]
[ { "docid": "45b20b73d1e427725097a1176d97faa3", "score": "0.8386306", "text": "public int getStatus() {\n return this.statusCode;\n }", "title": "" }, { "docid": "c4b0323048b0d5ce869b97f1c75d6a0a", "score": "0.8373058", "text": "public java.math.BigInteger getStatus_code() {\n ...
cd3ef6cdc02bb0728ef1ab4195d48b76
Get a specific payload line.
[ { "docid": "3d2d535f2d9bb4657352d649b7e49ee4", "score": "0.68633986", "text": "public TL1Line getPayload(int index) {\r\n return payload[index];\r\n }", "title": "" } ]
[ { "docid": "70b1d381fb491ff24f227a6107a64da0", "score": "0.61748207", "text": "public String getLine(int line){\n // just return if there is an empty script\n if(this.script==null || this.script.length()<=0) return null;\n\n // initialize the linenumber array if it isn't already\n if(this.li...
5ba83f07a53b9e8baf26d86513711d82
optional bool isafter = 2;
[ { "docid": "7906fe33f23a22c224b87406075a59c5", "score": "0.6952604", "text": "boolean hasIsafter();", "title": "" } ]
[ { "docid": "a6b87473d03cf2df8fbc129c37fb52ac", "score": "0.7237309", "text": "boolean getIsafter();", "title": "" }, { "docid": "27890fa22f277354c0f6bd472e9357a1", "score": "0.6511392", "text": "public boolean getIsafter() {\n return isafter_;\n }", "title": "" }, { ...
e38cc554bff53e061d44cbfdc70820c4
Method for when the statistics menu button is pressed, shows the statistics screen.
[ { "docid": "81600258e6d06e8b0e1dd9b2f9c0a1d3", "score": "0.585254", "text": "@FXML\r\n void statPressed(ActionEvent event) throws IOException {\r\n \tStage primaryStage = (Stage) statButton.getScene().getWindow(); \r\n\t\tParent root = FXMLLoader.load(getClass().getResource(\"/DataViewerScreen.fxm...
[ { "docid": "463e75d584a5d79ff8fcce2ad7b560cb", "score": "0.81897444", "text": "protected void actionMenuShowStats() {\n\n\t}", "title": "" }, { "docid": "9a9559d32bb4a123a58c7cfb0918c40e", "score": "0.74162096", "text": "public void DisplayStatisticsSubMenu()\n\t{\n\t\tout.println(\"...
cde4ced824ce865151678734094aac7c
Search POJO should not appear in history
[ { "docid": "2e4b0cf8607f981b73402edc59a25301", "score": "0.0", "text": "@Override\n public String getHistoryId() {\n return \"\";\n }", "title": "" } ]
[ { "docid": "0946b264c71cd05750106dd6d7bbf102", "score": "0.6528465", "text": "@Override\r\n\tpublic List<Historico> search(String query) {\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "09deee236b1574b7b3de59064e36c287", "score": "0.6443247", "text": "public interface HistoryS...
d2245674ca53b020e1701a4d14d5652d
Test case number: 60 /Coverage entropy=2.3046193848206715
[ { "docid": "b6d655c268c2e4c05e01ebb86d617ff9", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test60() throws Throwable {\n byte[] byteArray0 = new byte[2];\n EvoSuiteFile evoSuiteFile0 = new EvoSuiteFile(\"Capabilities.props\");\n boolean boolean0 = FileSystemHandling.se...
[ { "docid": "c8a93b378bf2ea1e6db41c358f1f5c6e", "score": "0.7081581", "text": "@Test(timeout = 4000)\n public void test117() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluat...
1bec66517fc7a4fbfbb0a5faa2f93a0d
update text field when the slider value changes
[ { "docid": "8e7661e31b8a93199393110657628529", "score": "0.6952179", "text": "public void stateChanged(ChangeEvent event) {\n\t\t\t\tJSlider source = (JSlider) event.getSource();\n\t\t\t\tfinesseTextField.setText(\"\" + source.getValue());\n\t\t\t}", "title": "" } ]
[ { "docid": "868de38d36dfa85e140083aa33df6c10", "score": "0.7585552", "text": "public void stateChanged(ChangeEvent a) {\n\t\ttxt1.setText(String.valueOf(slider.getValue()));\n\t}", "title": "" }, { "docid": "992ec396ff97a90503d24592c57412e2", "score": "0.7286024", "text": "public voi...
2e5037743c01b054fb63291254af12dc
Produces the name of the kind of sort implemented
[ { "docid": "e87bab2be89ce80d428be2b32f7f021d", "score": "0.73655266", "text": "public String sortName(){\n return typeName;\n }", "title": "" } ]
[ { "docid": "ef6e37f44fd3082429ba777f73332fa2", "score": "0.6961619", "text": "public abstract SortDefinition getSort();", "title": "" }, { "docid": "4fe1c7e30588de03bff8591e2ee9819d", "score": "0.6922563", "text": "@Override\n\tpublic void sortName() {\n\t\t\n\t}", "title": "" ...
2045e7a799bdd9d3f7443b526786f778
calls appropriate print method based on state
[ { "docid": "3fe42ce847efa6a79c14bcdc47a3b86d", "score": "0.72070765", "text": "public void print() {\n\t\tout.println(\"\\n***********************************\");\n\t\tif (menuState == MAIN_MENU_STATE) {\n\t\t\t\t\n\t\t\tdisplayMenuOptions(MAIN_MENU_OPTIONS);\n\t\t\t\t\n\t\t} else if (menuState == PURCH...
[ { "docid": "a6d58bcca9e783fe3014cf9733b7dab9", "score": "0.76110464", "text": "protected abstract void printState() throws IOException;", "title": "" }, { "docid": "0114f0eb19a11baab31ec8313125bfd4", "score": "0.73947555", "text": "public void displayState() {\n\t\tSystem.out.print(t...
1e2de57ad905659aaf1c8e447534abfa
Provides a header with the sheet label and file names.
[ { "docid": "8b7149675744377f7e789eedc334f810", "score": "0.72042304", "text": "private int createFileHeader(String label, Sheet sheet, List<String> files, List<String> notes) {\n // Label\n Row row = sheet.createRow((short) 0);\n Cell cell = row.createCell((short) 0);\n cell.setCellV...
[ { "docid": "db3e5d24090578c3b730c92e9eb7f1de", "score": "0.6662937", "text": "@Override\n public String getName() {\n return \"Header\";\n }", "title": "" }, { "docid": "c8d99aee51055e301c0e960d8ef3535c", "score": "0.660165", "text": "private void displayHeader(final Wri...
593e2e2613dd1df9ddda3bc7ce774e85
This method was generated by MyBatis Generator. This method returns the value of the database column t_conapp.take_time
[ { "docid": "85f22c1ff6c83bf5db10f32288d8cce0", "score": "0.69816947", "text": "public String getTakeTime() {\n return takeTime;\n }", "title": "" } ]
[ { "docid": "9e53ca0c1cb06f5aa7d1d4252f69d447", "score": "0.6538047", "text": "@Override\r\n\tpublic String getTime() {\n\t\treturn session.selectOne(\"org.junk.dao.TimeMapper.getTime\");\r\n\t}", "title": "" }, { "docid": "efb34517308c8a8ce9809d46e745529e", "score": "0.60408896", "te...
54aed7131dd8c0ac1c744d5aa122c2df
LinearLayout layout = new LinearLayout(this); AlertDialog ad = new AlertDialog.Builder(this).create(); TextView tv1 = new TextView(this);
[ { "docid": "08688c14664cfd6aeeb6c048db0f4eee", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.alarm12);\n\n anglelimitshared = getSharedPreferences(\"Mydata\", Context.MODE_...
[ { "docid": "0729f240de906ae7698f6fd5b304f2e4", "score": "0.71701825", "text": "public static void setDialogView(Context context, AlertDialog.Builder alert, EditText editText1, EditText editText2) {\n LinearLayout ll=new LinearLayout(context);\n ll.setOrientation(LinearLayout.VERTICAL);\n ...
e098652efac93efaaef338b98b6fc0e4
optional string name = 1;
[ { "docid": "c09567641e7b3fea3e329539323e11dd", "score": "0.0", "text": "boolean hasName();", "title": "" } ]
[ { "docid": "ded3a16ea7786bcf9e258a49df5f487c", "score": "0.7415193", "text": "public void setName(String name){this.name = name;}", "title": "" }, { "docid": "ded3a16ea7786bcf9e258a49df5f487c", "score": "0.7415193", "text": "public void setName(String name){this.name = name;}", "...
612b7ccff33a7171a178c434a4462c95
$ANTLR end NAMESPACE $ANTLR start NE
[ { "docid": "27618cf127df157d9c024549f647fb29", "score": "0.61033446", "text": "public final void mNE() throws RecognitionException {\n try {\n int _type = NE;\n // XQuery.g:286:5: ( 'ne' )\n // XQuery.g:286:7: 'ne'\n {\n match(\"ne\"); \n\n\n...
[ { "docid": "39a7177f6f8eacc0581597c2ed4369a8", "score": "0.55287516", "text": "public void setNe(String ne) {\r\n this.ne = ne;\r\n }", "title": "" }, { "docid": "72ae85c6162048d8ca53362938517208", "score": "0.5494178", "text": "public final QueryParser.rel_op_ne_return rel...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "4948c79287a13e4ea04aa83fdb3f24a2", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {\r\n java.lang.String namespaceURI = qnam...
[ { "docid": "c4a8cd6d675e92ee87562103f7393a5c", "score": "0.7002429", "text": "void setName(String qName, String name);", "title": "" }, { "docid": "8f5d3b9e816a128dbc631b46ea2b6de6", "score": "0.6889002", "text": "private void querywithNameQuery() {\n\t}", "title": "" }, { ...
190a6468b777e99d0c9c55a1387af03b
Create an entity for this test. This is a static method, as tests for other entities might also need it, if they test an entity which requires the current entity.
[ { "docid": "9f7ce37a31d1a47057423c0ff204970e", "score": "0.0", "text": "public static ComentarCancion createEntity(EntityManager em) {\n ComentarCancion comentarCancion = new ComentarCancion()\n .comentario(DEFAULT_COMENTARIO)\n .fechaComentario(DEFAULT_FECHA_COMENTARIO);\n ...
[ { "docid": "f66164962bb823d3c0c98626b8d62512", "score": "0.76150405", "text": "protected abstract T createEntity();", "title": "" }, { "docid": "343c33eccbdf297e6d0a167dc59db985", "score": "0.7526236", "text": "public de.uni_koblenz.jgralabtest.schemas.gretl.bedsl_pddsl.Entity create...
ad861217e61a893730ac05e2c29a298f
=========================== cac function connect ===================================
[ { "docid": "20aebb41022b98295198b17310d7c1f8", "score": "0.0", "text": "public void connectToServer() throws UnknownHostException, SocketException {\n\n add = InetAddress.getByName(hostname);//UnknownHostException\n socket = new DatagramSocket();\t//SocketException\n stdIn = new Sca...
[ { "docid": "186f789a5d8e3f86a1a0cf2b56550e1a", "score": "0.73218215", "text": "@Override\n\tpublic void connect() {\n\t\tSystem.out.println(\"C1 connnect\");\n\t}", "title": "" }, { "docid": "5acf6c88aaf5ebed1404fece38b91dcb", "score": "0.7286489", "text": "void connect();", "tit...
8aade7ff26cb3e6262cbfef22ab8a9ea
.POGOProtos.Rpc.BuddyInteractionSettings buddy_interaction_settings = 63;
[ { "docid": "e637e39ce961343fe03542ae6f68e93d", "score": "0.83272064", "text": "POGOProtos.Rpc.BuddyInteractionSettingsOrBuilder getBuddyInteractionSettingsOrBuilder();", "title": "" } ]
[ { "docid": "0ecca06592fb6cbe02395335a6ba8ceb", "score": "0.84306467", "text": "POGOProtos.Rpc.BuddyInteractionSettings getBuddyInteractionSettings();", "title": "" }, { "docid": "dcb2fc6714eeebba5384e5a3ebd339b9", "score": "0.7219188", "text": "POGOProtos.Rpc.BuddyActivitySettings ge...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "a4d6191746ad49b4def8ce5d514d3b1a", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "title": "" } ]
[ { "docid": "4e843ab3fbf537d9a47083a83228b04d", "score": "0.7386077", "text": "public HttpResponse post() {\n return sendRequest(HttpMethod.POST);\n }", "title": "" }, { "docid": "562775c0b0cdcbdaf975e723cab24ae1", "score": "0.70239705", "text": "public Response post() throw...
907707a86eea3c096226459461ee1d08
This method was generated by MyBatis Generator. This method sets the value of the database column snacks_types.type_second_level
[ { "docid": "2c915f929df58562472a03345a6f8351", "score": "0.7396915", "text": "public void setTypeSecondLevel(String typeSecondLevel) {\n this.typeSecondLevel = typeSecondLevel == null ? null : typeSecondLevel.trim();\n }", "title": "" } ]
[ { "docid": "4a97d0b4572b9d001fc8a65169eac2d7", "score": "0.63849443", "text": "public String getTypeSecondLevel() {\n return typeSecondLevel;\n }", "title": "" }, { "docid": "618af280e344064f4b5f03d74341c646", "score": "0.5511263", "text": "public void setTypeFirstLevel(Str...
101b76b39690ccee44810526a237f2be
Checks what kind of Node it is
[ { "docid": "874f3a233de135196337f0e22e98200c", "score": "0.66256034", "text": "protected int kindOfNode(Node node){\n\t\tif (node.getLeftChild() == null){\n\t\t\tif (node.getRightChild() == null){\n\t\t\t\treturn IS_LEAF;\n\t\t\t} else {\n\t\t\t\treturn HAS_ONLY_RIGHT_CHILD;\n\t\t\t}\n\t\t} else {\n\t\t...
[ { "docid": "972e6cf779932b43d4e8034d08c8abac", "score": "0.67049485", "text": "public void typecheck () {\n NodeType = ((IdSymbol)symtab.get(name)).type;\n }", "title": "" }, { "docid": "dc35b2cb57c41a2a099131494258e5df", "score": "0.6617752", "text": "@Override\n public boole...
505ad310fe58904f32364fabe34599c8
Resets library, such that library holds all files again
[ { "docid": "f140f07d6b0a6674eb838b6be9e9faae", "score": "0.7215555", "text": "public void resetMedia() {\n library = originalLibrary;\n }", "title": "" } ]
[ { "docid": "ef56c70c71f882b1857843fafb40c251", "score": "0.63144743", "text": "static void cleanup() {\n/* 77 */ String tempFolder = getTempDir().getAbsolutePath();\n/* 78 */ File dir = new File(tempFolder);\n/* */ \n/* 80 */ File[] nativeLibFiles = dir.listFiles(new FilenameFilte...
c95f5e3926904eef5334a948a8f87f57
/////////// SETTERS // /////////// /////////// METHODS // ///////////
[ { "docid": "3d1074ac55dde086b11f5c1696eabd07", "score": "0.0", "text": "public float matches(Record record, boolean fullCheck) {\n\t\tfloat superScore = super.matches(record, fullCheck);\n\t\tif (superScore > 0.0f) {\n\t\t\t// type specific matches here\n\t\t\treturn superScore;\n\t\t} else {\n\t\t\tret...
[ { "docid": "ee0cd08355c7424fd297341daf987526", "score": "0.6670668", "text": "public void set() throws LRException { setValue(1); }", "title": "" }, { "docid": "43ee337ef06d3a7021e080a61726a871", "score": "0.6619625", "text": "@Override\r\n\tpublic void set(E e) {\n\t\t\r\n\t}", ...
8b9a99529c2ed3025a3b412b0eb28267
Enable to input field to be editable
[ { "docid": "d6477ef8241b5ea06a143afee2f1f00b", "score": "0.7105861", "text": "protected void enableEditTextField(boolean enable) {\n fieldValueEditText.setFocusable(enable);\n fieldValueEditText.setFocusableInTouchMode(enable);\n }", "title": "" } ]
[ { "docid": "5e9995a64f41c9daca921aee1c64e2a9", "score": "0.8062802", "text": "private void enableTextFieldEditable() {\r\n tfIdEmpleado.setEditable(false);// siempre deshabilitado\r\n tfNombre.setEditable(true);\r\n tfApellidos.setEditable(true);\r\n tfCargo.setEditable(true)...
f16f381902e2d0e1ed553d356d7de5e5
Created by adm on 12.07.2017.
[ { "docid": "225c6290f4e0209c6fbe36c39f1edad0", "score": "0.0", "text": "public interface AllGoodsView extends ItemView{\n public void setOnButtonClickListener(View.OnClickListener listener);\n}", "title": "" } ]
[ { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.5923863", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.5750614", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t...
e9437d22a9f052329fbe76e8efef6f5d
Retrieves a list of every Benchmark the given user is allowed to use. Used for quick jobs. Benchmarks a user can see include Benchmarks they own, Benchmarks in public spaces, and Benchmarks in spaces the user is also in
[ { "docid": "aa3b4525691ca23f6d74bc279b3ce64f", "score": "0.7527246", "text": "public static List<Benchmark> getByUser(int userId) {\n\t\ttry {\n\t\t\t//will stores Benchmarks according to their IDs, used to remove duplicates\n\t\t\tHashMap<Integer, Benchmark> uniqueBenchmarks = new HashMap<>();\n\t\t\tf...
[ { "docid": "52cd29c5b56837bee521f6f253f4eff1", "score": "0.68837905", "text": "public static List<Benchmark> getBenchmarksInSharedSpaces(int userId) {\n\t\tConnection con = null;\n\t\tCallableStatement procedure = null;\n\t\tResultSet results = null;\n\t\ttry {\n\t\t\tcon = Common.getConnection();\n\t\t...
d88f171b9cb3f1a0ceb8e5e18d0aa2c9
Gets Landmark near of the Customer Address
[ { "docid": "eabec59e9b25a217a23d694a6fb961cc", "score": "0.62212694", "text": "public String getLandmark() {\r\n\t\treturn landmark;\r\n\t}", "title": "" } ]
[ { "docid": "faeb0caaa2abd7e8547c978b3393690e", "score": "0.6517759", "text": "private void getLocationAddress() {\n Geocoder geoCoder = new Geocoder(getApplicationContext());\n List<Address> matches = null;\n try {\n matches = geoCoder.getFromLocation(myLocation.latitude,...
973d7feaf19f4b2b8cc0a0892034270e
Get list answer from answer table in database. The result contains a list of entity.Answer objects with id, questionId, answer, isTrue
[ { "docid": "61e685d884de0d97b138f3fa1e7a8f58", "score": "0.75741595", "text": "public List<Answer> getAnswerByQuestionId(int quesId) throws Exception;", "title": "" } ]
[ { "docid": "2771072fbfeb39a1263965c46a515308", "score": "0.7755491", "text": "public List<Answer> getAnswers(Long qid);", "title": "" }, { "docid": "78bd2a6ee3e08d8fb7710a94b353d414", "score": "0.76501054", "text": "@Override\r\n\tpublic List<Answer> listAnswers() {\n\t\treturn this....
f5846190c6d4bcf5a7c4df5286c2b201
Optional. Kernel associated with this instance.
[ { "docid": "6aa5db297bc0e5c2d0a969d8a0bac53e", "score": "0.65470624", "text": "public String getKernelId() {\n return kernelId;\n }", "title": "" } ]
[ { "docid": "af3bada37530f75ce5771e390cb6b715", "score": "0.7703077", "text": "public String getKernel() {\n return kernel.get();\n }", "title": "" }, { "docid": "b3025ab00f405066af4a8ce039a9bb9d", "score": "0.756926", "text": "public Kernel getKernel() {\r\n\t\treturn m_ker...
55e0aaef66a6c62bf304ed37e90aca14
Delete an API Revision
[ { "docid": "bcf98ac9784aad6d7a9a89789a6ff199", "score": "0.662079", "text": "@Override\n public void deleteAPIRevision(String apiId, String apiRevisionId, String organization)\n throws APIManagementException {\n APIIdentifier apiIdentifier = APIUtil.getAPIIdentifierFromUUID(apiId);\...
[ { "docid": "6128713270768051b721c56e82da398f", "score": "0.684094", "text": "@DELETE\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"/{id}/version/{version}\")\n public void deleteVersion(@PathParam(\"id\") final long id, @PathParam(\"version\") final int version) {\n service.deleteVer...
f33eb333024b03d33b896afee6f11bc3
string on_processing_stringified = 13;
[ { "docid": "c0b10ed7f9708083044beb68b7e85fab", "score": "0.53092843", "text": "public Builder setOnProcessingStringified(\n java.lang.String value) {\n if (value == null) { throw new NullPointerException(); }\n onProcessingStringified_ = value;\n bitField0_ |= 0x00001000;\n...
[ { "docid": "9c5e748bb3c021e09662e6cbe767bcfb", "score": "0.74194616", "text": "java.lang.String getOnProcessingStringified();", "title": "" }, { "docid": "fb990c22d49eb5447936074ee7d63843", "score": "0.6212717", "text": "@java.lang.Override\n public java.lang.String getOnProcessin...
fc304b7841fced38ebac1d4f586fbab4
setter for tokens sets A list of tokens.
[ { "docid": "cd106b39fa650a222f8e1f6767400ccb", "score": "0.74179894", "text": "public void setTokens(FSList v) {\n if (Parse_Type.featOkTst && ((Parse_Type)jcasType).casFeat_tokens == null)\n jcasType.jcas.throwFeatMissing(\"tokens\", \"org.oaqa.model.nlp.Parse\");\n jcasType.ll_cas.ll_setRef...
[ { "docid": "3fafa4a869866368b2716b41e368316f", "score": "0.8767801", "text": "public void setTokens(List<String> tokens) {\n\t\tthis.tokens = tokens;\n\t}", "title": "" }, { "docid": "83287cf0590d56980b67082cd24edaf8", "score": "0.7200224", "text": "public SearchResultItem setTokens(...
91ebe0cd603fdfeb25daceb4361d4b88
Gets a new instance of the Logic.
[ { "docid": "315b6ff347775201c4ce37478eee1cf6", "score": "0.0", "text": "public Logic getGame( int wordLength ) throws Logic.EmptyTeamsException, Logic.NoTeamsException {\n this.wordLength= wordLength;\n return new Logic( teams, wordLength );\n }", "title": "" } ]
[ { "docid": "4c5f1db236293f0fee24f0322b9e849d", "score": "0.6672192", "text": "public Logic() {\n this(4, 4, 2);\n }", "title": "" }, { "docid": "29eaa9518a76073f959b0b3ddf726f05", "score": "0.6368843", "text": "LogicStructure createLogicStructure();", "title": "" }, ...
de08893d628e1f0fdf1c35798230bbbe
Convert an alias table back into probabilities, for debugging purposes.
[ { "docid": "ea9d8ac40b47957c1636a1b55c8d07bf", "score": "0.5247668", "text": "protected static double[] debugAlias(double[][] A) {\n\t int l = A.length;\n\t double lInv = 1.0/l;\n\t double[] probabilities = new double[l];\n\t for (int i = 0; i < l; i++) {\n\t\t probabilities[i] += A[i][1] - (lInv *...
[ { "docid": "a0e63cc41d6711e0bc4117ad1c2a3889", "score": "0.55322427", "text": "public void convertToProbabilityBased() {\n if (counting) {\n counting = false;\n divideEntries(countCounts());\n }\n }", "title": "" }, { "docid": "e7324dae2c4266d3df992d639...
8beb15bf38bec007e77dafbf3783b896
The interface On checkout fragment listener.
[ { "docid": "e6b006bc0c0b7e283f6e12d0adc3bebe", "score": "0.7758382", "text": "public interface OnCheckoutFragmentListener {\n\n /**\n * On cart item selected.\n *\n * @param item the item\n */\n void onCartItemSelected(CartItem item);\n }", "title": "...
[ { "docid": "64a044fc21ef38ec01c04326255a0591", "score": "0.6377852", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_checkout, container, fals...