query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
a953ee81a7c259967a149e28e951922f
constructor that takes ints and updates instance variables
[ { "docid": "8e5a1d60621aab914fbd5e257a89d5cf", "score": "0.0", "text": "HashNode(int key, int value){\n this.intKey = key;\n this.intValue = value;\n }", "title": "" } ]
[ { "docid": "329144bd195435d767206ae81601f900", "score": "0.6839852", "text": "public MutableInt() {\n\n }", "title": "" }, { "docid": "857efeb040ebf8aebcc72ab2a933a7f9", "score": "0.66685843", "text": "public IntObject(int value) {\r\n this.value = value;\r\n }", ...
6a5ffa3a7c40c290a644ce1d3a491f2a
Merges the specified new active table records into the active table using the legacy MergeVTEC logic (which is different than the legacy logic in ActiveTable.py used elsewhere).
[ { "docid": "1b0f2509b26ab1f0b630440ca5e7cf15", "score": "0.6794855", "text": "public static void mergeRemoteTable(String siteId,\n ActiveTableMode tableName, List<ActiveTableRecord> newRecords,\n float timeOffset, boolean makeBackup, boolean runIngestAT,\n String xmlSour...
[ { "docid": "aae45b72c09d673aa72eeb236907c75e", "score": "0.6615931", "text": "public Exception merge(List<ActiveTableRecord> newRecords, float timeOffset) {\n Exception exc = null;\n try {\n if (newRecords != null) {\n String siteId = SiteUtil.getSite();\n ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "47dde886f796d3ee49ebcec5f438ed2b", "score": "0.0", "text": "public static void m50937a(String str, Context context, int i, int i2) {\n if (i > 0 && i2 > 0) {\n int a = m50934a(context, i2);\n if (i != C8722dr.m51355a(EnumC8819gu.UploadTinyData)) {\n ...
[ { "docid": "ea653814105676b3aa0fd0c45766e6db", "score": "0.6285023", "text": "@C4056a\n /* renamed from: a */\n public abstract void mo17535a(@C0193h0 A a) throws RemoteException;", "title": "" }, { "docid": "943c68e245d857d7dbc5516eee1106d7", "score": "0.61489946", "te...
b26247e22c6c769e63cde7d0b86668ec
Returns the position of the clicked cell/pawn.
[ { "docid": "9cc990bacbdecc7bc816048c653022c3", "score": "0.6851242", "text": "public Position getPawnPosition(JButton btn) {\n\t\tPosition position = null;\n\t\tfor (int row = 0; row < boardGrid.length; row++) {\n\t\t\tfor (int col = 0; col < boardGrid[row].length; col++) {\n\t\t\t\tif (boardGrid[row][c...
[ { "docid": "8a744c877f815f50a626a7a9c4df9160", "score": "0.6861436", "text": "private int getStartPosition(MouseEvent e){\n\t\tPoint click = new Point(e.getX(), e.getY());\n\t\tfor (int x = 0; x < 16; x++){\n\t\t\tif (model.BoardLayout.distanceTo(x, click) < 40){\n\t\t\t\tint[] position = model.BoardLay...
7444b47a30a2fff928ae2743f3bd719d
Get milk weights from specific date time
[ { "docid": "826a71960b6f5cecbd330382d53c7f6f", "score": "0.5447595", "text": "public int getMilkWeight(T key);", "title": "" } ]
[ { "docid": "12338addf6381de1423d1fbb573f467e", "score": "0.6099055", "text": "public void insertMilkWeight(LocalDate dateToSet, Integer milkWeight);", "title": "" }, { "docid": "eb71d058fa9cfcb49edf7bc6dce7bb81", "score": "0.57121694", "text": "public List<Serie> getWeightByDate(){\r...
d2b65a25590226803f8c5bcf7b78610a
This method returns the updated 3dimensional quadric of the resulting vertex after performing the collapse.
[ { "docid": "c2fb1bd7687e0e5b5d8d6b741acb2f11", "score": "0.4664222", "text": "public double[] getQuadric3() {\n\t\treturn quadric3;\n\t}", "title": "" } ]
[ { "docid": "37d69e841713181a75c2b9ca0ead3374", "score": "0.5464648", "text": "public Quad getQuad() {\n\t\treturn this.quad;\n\t}", "title": "" }, { "docid": "8831b263ee28705a0bae9f38a6c2794d", "score": "0.5252209", "text": "public PMatrix3D get()\n/* */ {\n/* 84 */ PMatri...
920ec36faa4ddae03453d4f14f1a05df
Method used to get maximum goal value This method used for ClinicalStaffGraphBaseFragment.java and GraphBaseFragment.java
[ { "docid": "bcfba1d6485ee8548072e79325fe5a00", "score": "0.0", "text": "@SuppressLint(\"ResourceType\")\n public static Bitmap getLeaderProfile(Context context, int position) {\n try {\n @SuppressLint(\"Recycle\") TypedArray typedArray = context.getResources().obtainTypedArray(R.ar...
[ { "docid": "3a518648b6b29f838078233b6eeb7440", "score": "0.7154253", "text": "int getMaximum();", "title": "" }, { "docid": "049a917b3226f70b0d3ff4ce9a7e399f", "score": "0.7129179", "text": "public int getMax();", "title": "" }, { "docid": "049a917b3226f70b0d3ff4ce9a7e399...
f5c04b04618e271b15faaa78d8453264
Gets or allocates a "versioned object" given a key, and a "fingerprint" used to determine if the stored object has different content
[ { "docid": "c7fbac22372d31faeb11926f25e1ed36", "score": "0.5666605", "text": "public GL2VersionedObject getVersionedObject(GL2 gl, RenderKey key, Object fingerPrint, BooleanHolder compile) {\n GL2VersionedObject gvo = myGLResources.getVersionedObject (key);\n compile.value = false;\n if (...
[ { "docid": "fe1bd1661de6ef24a546e151293bc700", "score": "0.5918495", "text": "public abstract V create(K key);", "title": "" }, { "docid": "2a0d6d46184395e8af2a46be217fd40c", "score": "0.5810414", "text": "protected abstract V create(K key);", "title": "" }, { "docid": "d...
de1e19c8a1f9d75c630fd17289ddef74
Interface for Email Service.
[ { "docid": "50d9b6620e3ae1924a186f9de604aead", "score": "0.7713695", "text": "public interface IEmailServiceBCL\r\n{\r\n\r\n\t/**\r\n\t * Send email.\r\n\t * \r\n\t * @param request the request\r\n\t * @return the internal response\r\n\t */\r\n\tInternalResponse sendEmail(EmailRequest request);\r\n\r\n}...
[ { "docid": "48e19c62e11ee9347294e176b47f6d0c", "score": "0.8260798", "text": "public interface EmailService {\n\t\n\t/**\n\t * Send LTO notification.\n\t *\n\t * @param name the name\n\t * @param email the email\n\t */\n\tpublic void sendLTONotification(String name, String email);\n\t\n\t/**\n\t * Send ...
9c6cd3941974a49ad266fc7fa1ac7d2a
Creates an instance of GapicProductConfig based on ConfigProto, linking up API interface configurations with specified interfaces in interfaceConfigMap. On errors, null will be returned, and diagnostics are reported to the model.
[ { "docid": "f8b48c930c50d123733f4de3d5cf4e59", "score": "0.64619005", "text": "@Nullable\n public static GapicProductConfig create(Model model, ConfigProto configProto) {\n\n // Get the proto file containing the first interface listed in the config proto, and use it as\n // the assigned file for ...
[ { "docid": "5fad66f9ff9e815a66970fea9a4f6976", "score": "0.67327356", "text": "@VisibleForTesting\n public static GapicProductConfig createDummyInstance(\n ImmutableMap<String, InterfaceConfig> interfaceConfigMap,\n String packageName,\n String domainLayerLocation,\n ResourceNameMes...
8cdaac6b9309500bff98d85c4b37c369
Visit a place. Override the default method if this type contributes to your algorithm.
[ { "docid": "f8fe4e6415a35688e36a9943da2d15f7", "score": "0.8361421", "text": "default void visit(Place place) {\n // If not overridden, does not contribute to algorithm.\n }", "title": "" } ]
[ { "docid": "95b2616c493355c304346e4b36c441b1", "score": "0.6533691", "text": "private void place(){\n\t}", "title": "" }, { "docid": "2eb5267a2f532607b085fa6701c8ad25", "score": "0.63017905", "text": "@Override\r\n public void tracePlace(Place place) {\n\r\n }", "title": "" }...
ca7f4ec93f551c7a3dbf17bf6ef3cfda
this is the strafe command that maintains an angle
[ { "docid": "d399e9110851b19ea71444c9ad8a1d29", "score": "0.0", "text": "public Strafe(double magnitudeside, double magnitudestraight, double magnitudediagonal) {\n\t\trequires(Robot.drivetrain);\n\t\tthis.magnitudeside = magnitudeside;\n\t\tthis.magnitudestraight = magnitudestraight;\n\t\tthis.magnitude...
[ { "docid": "70ab28fa2198fe49f08d215fb433f7b0", "score": "0.6983521", "text": "private void HoldAngle() {\n\t\t\n\t}", "title": "" }, { "docid": "2b62f579647953aed95f5613fde74157", "score": "0.6982166", "text": "@Override\n protected void execute() {\n Robot.intake.setAngle(...
9b45a775e7aa7aeb2d022211455fd6fe
$ANTLR end "rule__StandardUnit__Group__3" $ANTLR start "rule__StandardUnit__Group__3__Impl" InternalDSL.g:22541:1: rule__StandardUnit__Group__3__Impl : ( ( rule__StandardUnit__Group_3__0 )? ) ;
[ { "docid": "178519c77f21bc1d76852bd659829882", "score": "0.806151", "text": "public final void rule__StandardUnit__Group__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:22545:1: ( ( ( rule__StandardUnit__Gr...
[ { "docid": "a7759a90f3ac835d0e737f5ec54b8e98", "score": "0.8122245", "text": "public final void rule__StandardUnit__Group_3__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:22722:1: ( rule__StandardUnit__Group_3__...
bb6e7a79e2f37057d8b4893ada784535
Debe buscar por el nombre de la Entidad, no de la tabla de la DB
[ { "docid": "b171be7ff96c84be87f88776fddb9e93", "score": "0.0", "text": "@Override\n public ArrayList<EspecialistaEntity> obtener() {\n String query = \"SELECT e FROM EspecialistaEntity AS e\";\n logger.info(query);\n try {\n //Object result = entityManager.createQuery(...
[ { "docid": "80403b9a3ec7db0b0acad5c7ce047b98", "score": "0.70810544", "text": "public List<UsuarioEntity>findName(String nombre){\n TypedQuery<UsuarioEntity> tp=em.createQuery(\"SELECT u FROM UsuarioEntity u WHERE u.nombre = :name\",UsuarioEntity.class);\n tp.setParameter(\"name\",nombre);...
22fc2594a66e7c63cb3d4a70aa63fab1
/ access modifiers changed from: private / access modifiers changed from: public
[ { "docid": "75003e5e87a5fd3be1357f7cfb6c14b1", "score": "0.0", "text": "private void removeDisableGsensorDelayMsg() {\n if (IS_ESD_DELAY_ENABLE && this.mIsTurningOffSensor) {\n this.mSensorHandler.removeMessages(1000);\n this.mIsTurningOffSensor = false;\n }\n }", ...
[ { "docid": "0c1baa66e57a742b19c8ef24f031c945", "score": "0.6785838", "text": "private Composer()\t{ super();\t\t}", "title": "" }, { "docid": "aa7554fd42f3feb35ca8e0c43fe0ccc3", "score": "0.653834", "text": "private L() {\n\t\t\n\t}", "title": "" }, { "docid": "02b250bc20...
c3309753979fa1eed9f8bf1e0514f28d
Attach the scheduled leg widgets to this widget.
[ { "docid": "f3820ed5f579a52fc2d08911b8e68c86", "score": "0.72148204", "text": "private void setScheduledLegWidgets(Leg leg) {\r\n ScheduledLeg sl = (ScheduledLeg) leg;\r\n setNormalLegWidgets(sl);\r\n setNormalLegWidgets(sl.getAlternative());\r\n }", "title": "" } ]
[ { "docid": "9547222ced3bab9f8d75034a849e896a", "score": "0.6232131", "text": "private void setChildLegWidgets() {\r\n Leg leg = getLeg();\r\n if (leg instanceof MultiModeLeg) {\r\n setMultiModeLegWidgets(leg);\r\n\r\n ImageWidget iw = new ImageWidget(getScene());\r\n ...
89b3f4e20f82a333620985dc1ca502b9
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
[ { "docid": "331970fd0dbdc5ebc2b7b2eef17c426e", "score": "0.0", "text": "@Override\n public String toString() {\n StringBuilder sb = new StringBuilder();\n sb.append(\"{\");\n if (getRuleName() != null)\n sb.append(\"RuleName: \").append(getRuleName()).append(\",\");\n ...
[ { "docid": "f0ea0b48c7c5aac89660a1db65de50ca", "score": "0.8054344", "text": "@Override\n public String toString() {\n Gson gson = new Gson();\n return gson.toJson(this);\n }", "title": "" }, { "docid": "21f26b9d5f937213cbd0187546bf1001", "score": "0.8051415", "te...
d7d4c5bea71edff9cf55d79cca64cb2a
/ TASK: This method iterates through the list until it finds a match and then displays it. If there is no match, then an error message is displayed. PRECONDITION: There must be items in the library. If there are no items, and a user tries to search for an item, it will print that item could not be found. They will also...
[ { "docid": "51e194e8a168528b19b9c9fb94cd02d1", "score": "0.5820725", "text": "public void searchTitle(String srchttl){\r\n \t\r\n \tboolean found = false;\t\t\t\t\t\r\n \tIterator<Item> i = items.iterator();\r\n \tItem current = new Item();\r\n\r\n\twhile(i.hasNext()){\r\n\t current = i.next();...
[ { "docid": "9bc98213c92aeb6a69b03d3ff72953d0", "score": "0.6550842", "text": "public void findTask() {\n System.out.println(LINEBAR);\n System.out.println(\"Below are a list of tasks matching your description\\n\");\n\n String targetDesc = userIn.substring(FIND_HEADER);\n\n i...
92d011cc608b6c3fd0019105ba284d27
/ TODO response information of user accept URL as "/users?id=1004" or "/users/1004"
[ { "docid": "032a41f67b42865f70e41af5b0155f5f", "score": "0.6412435", "text": "protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.setContentType(\"application/json;charset=UTF-8\");\n\n // Determine t...
[ { "docid": "383bf796553ca1fa64f1d59733c24c7a", "score": "0.6923841", "text": "public User getInfo(String userId) {\n\t\t \n\t\t String url = IGUrl.getUSERNAME().replace(\"{id}\", userId);\n\t\t \n\t\t HttpGet request = new HttpGet(url);\n\t\t request.addHeader(HttpHeaders.USER_AGENT, IGUrl.getUSERA...
9a2e8f2c5187bb4d76cb03b42a47c18a
Fast way to print out
[ { "docid": "86f3267d0704b3ee10494f3fffb691bd", "score": "0.0", "text": "public static String Request(String message)\n {\n String Ind = \"\";\n System.out.println(\"Enter \" + message + \":\");\n // Needs to be a new line cause next line just reads a line\n Ind...
[ { "docid": "b34cfe2c17baecc432e50e7374551d15", "score": "0.67922395", "text": "public static void printAll() {\n for(int i=0; i<256; i++) { \n System.out.println(i);\n }\n }", "title": "" }, { "docid": "a6fccd64d0060c349b18cb5770fb55fa", "score": "0.6686357",...
7390b2cad1334810d82135c8269fd407
Test of setPigcoins method, of class Transaction.
[ { "docid": "d058f37630f88039bb604d5de825eb0a", "score": "0.7933096", "text": "@Test\n public void testSetPigcoins() {\n System.out.println(\"setPigcoins\");\n double pigcoins = 0.0;\n Transaction instance = new Transaction();\n instance.setPigcoins(pigcoins);\n }", ...
[ { "docid": "0a27d9c64d764b7fd3fc39f7ac0e7baa", "score": "0.72689235", "text": "@Test\n public void testGetPigcoins() {\n System.out.println(\"getPigcoins\");\n Transaction instance = new Transaction();\n double expResult = 0.0;\n double result = instance.getPigcoins();\n ...
618249021339946e491b15bf050c2e1c
Sets the value of the GrossAmount field.
[ { "docid": "73f9f151d7604bfff23dc820b54107aa", "score": "0.7860583", "text": "public void setGrossAmount(java.math.BigDecimal value);", "title": "" } ]
[ { "docid": "4ad498518b217c7795b09b0966794fb3", "score": "0.75195676", "text": "public void setGrossReservingAmount(java.math.BigDecimal value);", "title": "" }, { "docid": "d9157a810135f7546d320e5e9a3f6074", "score": "0.7475361", "text": "void setGrossTotal(java.math.BigDecimal gross...
06c548760c76dc5e3e35d80003b4bfe9
Function to attach animation to View
[ { "docid": "1d449bc1efd97e8185b7df340fdd904d", "score": "0.0", "text": "public void attachAnimation(int animationType) {\n this.animationType = animationType;\n switch (animationType) {\n\n case FAD:\n startAnimation(R.animator.fade_in_out);\n break...
[ { "docid": "f2bf41797f482ee462a5ddc2a4315d2d", "score": "0.7310066", "text": "public interface AnimateView {\n public void onAnimationEnd();\n }", "title": "" }, { "docid": "a50fe5c8e73b20f3d1165056e03b56ee", "score": "0.72896916", "text": "public void startAnimation() {\n ...
f576271bae5f2ad4bc525317494b166f
Created by Administrator on 2017/2/16/016.
[ { "docid": "1075e8c52c866b28c5d9828b7d5e4a9f", "score": "0.0", "text": "public interface HeshouyouApi {\n public String sendMsg(String msg);\n}", "title": "" } ]
[ { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.62006617", "text": "private stendhal() {\n\t}", "title": "" }, { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.6024525", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { ...
dea041acf25417e0d2f617528eaa406b
optional float speed = 4;
[ { "docid": "c8cb55b021968ad5493d8b8de8d986ed", "score": "0.70480305", "text": "public float getSpeed() {\n return speed_;\n }", "title": "" } ]
[ { "docid": "eef410a479360334e5c180c3b6014c1a", "score": "0.80856526", "text": "public void setSpeed(int speed){this.speed = speed;}", "title": "" }, { "docid": "4995e049aa4800a7d80fb1995a1c31b1", "score": "0.797361", "text": "float getSpeed();", "title": "" }, { "docid": ...
2ac9b7d3982c553c3ce987cd962c0456
Returns the alias for the root table. TODO support more than one root node
[ { "docid": "cd7b33bc65617e55bd1c64a8b78e864a", "score": "0.8540868", "text": "public String getRootAlias() {\n return this.roots[0].getTableAlias();\n }", "title": "" } ]
[ { "docid": "24b4b4bddbd77bc6bac3aa10768f8f86", "score": "0.6919045", "text": "String getRootTypeAlias();", "title": "" }, { "docid": "60d73f64f2d36671323f1d063a018b11", "score": "0.631784", "text": "public String getAlias(String aliasTable) {\r\n\r\n\t\tString alias = null;\r\n\t\tif...
d8014731694743ef92a418458ddb01c3
corresponds to the database table deduct
[ { "docid": "e2246816358f57a38869611076f7c84c", "score": "0.49981362", "text": "DeductDO selectByPrimaryKey(String bizNo);", "title": "" } ]
[ { "docid": "669f64e766e6b5fd9abf54e23256c681", "score": "0.5660032", "text": "@Override\n \t\t public void actionPerformed(ActionEvent e) {\n \t\t int i = table1.getSelectedRow();\n \t\t if(i >= 0){\n \t\t // remove a row from table...
702cf37abb5f9e2d2473f0bdd4c50e64
LAPACK auxiliary routine (version 3.1.1) Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. February 2007 Purpose ======= DSECND returns the user time for a process in seconds. This version gets the time from the EXTERNAL system function ETIME. ===============================================================...
[ { "docid": "e1777e05accb136073de03a1f31d50ef", "score": "0.51996744", "text": "public double dsecnd() {\n\t\treturn org.netlib.lapack.Dsecnd.dsecnd();\n\t}", "title": "" } ]
[ { "docid": "a09ece96f714ac492f199d495153f0c5", "score": "0.5997914", "text": "Long getSystemRunTime();", "title": "" }, { "docid": "2b926d61cffc9dc7b381ee9a134dc98a", "score": "0.5819369", "text": "public static native synchronized void sce2tc( int sc,double et,double sclkdp[] );", ...
d271e8be259286746dbb1d00fa157f17
Set gateway server uri.
[ { "docid": "d89a48b03fb10e79aae3e728d488edf2", "score": "0.5682117", "text": "public ApplicationRegistrationUpdateApiModel withGatewayServerUri(String gatewayServerUri) {\n this.gatewayServerUri = gatewayServerUri;\n return this;\n }", "title": "" } ]
[ { "docid": "75265b7e21ff877c5ae220142082bc19", "score": "0.6982455", "text": "public String gatewayServerUri() {\n return this.gatewayServerUri;\n }", "title": "" }, { "docid": "306ec145d23afc6ab86d1c69a29b9dce", "score": "0.67908233", "text": "void setGatewayURL(String sGa...
4bbbea5bf80c961a602cf5835062c236
Simpele tranformatie welke bij een y of Y true returneerd anders false
[ { "docid": "236df6ea384447dd1307680b50697661", "score": "0.59964633", "text": "private boolean transformToBoolean(String input) {\r\n\t\treturn \"y\".equalsIgnoreCase(input);\r\n\t}", "title": "" } ]
[ { "docid": "7e4357f8ceb7b12b295043f973e760d6", "score": "0.69920003", "text": "public boolean hasY()\n\t\t\t\t{\n\t\t\t\t\treturn result.hasY();\n\t\t\t\t}", "title": "" }, { "docid": "fed73f50ef8e59d2c8ca248aa6f25b82", "score": "0.6862561", "text": "public boolean hasY() {\n ...
80fc9f0b93aad6fb4ff06672f076cb5d
Black box Test: User just need to call the check out method and the method will automatically create an order for the customer. help
[ { "docid": "1501320364801a4f01e0fa78e42fd32b", "score": "0.67201895", "text": "@Test\n public void testCreateOrder() {\n System.out.println(\"checkOut\");\n //Order y = new Order(Item a, );\n ShoppingCart instance = new ShoppingCart(11, 50);\n //Order x = instance.createOr...
[ { "docid": "5419293a1e9ffb1e221904a96b2bc229", "score": "0.6869898", "text": "@Test\n public void checkoutTester() {\n\n Hotel hotel = new Hotel();\n Room room = new Room(201, RoomType.SINGLE); \n hotel.addRoom(RoomType.SINGLE, 201);\n Guest guest = hotel.registerGuest(\"D...
9b6f20346909aeb7d5c2d6b9e04dde50
api call here AdzunaJobs.getAdzunaJobs(title,location);
[ { "docid": "401561d73151da130658d42610a20ebb", "score": "0.0", "text": "@PostMapping(\"/jobsearch\")\r\n public RedirectView showSearches(String title, String location) throws IOException {\n listOfGitHubJobs = GitHubJobs.getGitHubJobs(title,location);\r\n viewJobObject = new HashMap<>(...
[ { "docid": "e53674de3028989f60e232a63a4edb21", "score": "0.61831075", "text": "@Test\n public void getJobsTest() throws ApiException {\n String projectId = null;\n List<JobDto> response = api.getJobs(projectId);\n\n // TODO: test validations\n }", "title": "" }, { ...
7d96043d1d98774823ae4734ef17128c
$ANTLR end "rule__XTryCatchFinallyExpression__Group_3_1__1" $ANTLR start "rule__XTryCatchFinallyExpression__Group_3_1__1__Impl" InternalSequence.g:12798:1: rule__XTryCatchFinallyExpression__Group_3_1__1__Impl : ( ( rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1 ) ) ;
[ { "docid": "295854ab2a5e6f7d2a0c00affa8aee51", "score": "0.81609625", "text": "public final void rule__XTryCatchFinallyExpression__Group_3_1__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSequence.g:12802:1: ( (...
[ { "docid": "cb507c1093bbd226583eb4b714cfc015", "score": "0.8517476", "text": "public final void rule__XTryCatchFinallyExpression__Group_3_0_1__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSequence.g:12737:1: ( rule__...
11a68459f6b83fdf8bffa47842b2a46c
Metodo desplazarALaDerecha, desplaza el array a la derecha para poder incrementar el array.
[ { "docid": "6a519a112915a05105e82fb33383b14e", "score": "0.5125127", "text": "public void desplazarALaDerecha(int principio, int fin) {\r\n\t\t\r\n\t\tfor(int i = fin - 1; i >= principio; i--) {\r\n\t\t\t\r\n\t\t\tfilasDeCelulas[i+1] = filasDeCelulas[i];\r\n\t\t\tcolumnasDeCelulas[i+1] = columnasDeCelul...
[ { "docid": "a6456648da3814d91163d6aa23c81187", "score": "0.66806793", "text": "public void incrementarArreglo() {\n int tamanio_actual = top + 1; // variable tamaño actual le asignamos el valor de la cima + 1\r\n int[] new_array = new int[tamanio_actual * 2]; // al nuevo arreglo le asignam...
6ce24b3eb22ec2520d3fd259e67f2919
cut spaces from ui
[ { "docid": "93e632529d282721a6a2579dc1e39aec", "score": "0.0", "text": "@Override\r\n\tpublic void setRegion(final String region)\r\n\t{\n\t\tfinal String newValue = region != null ? region.trim() : null;\r\n\t\tfinal String oldValue = getRegion();\r\n\t\tif (!oldValue.equals(region))\r\n\t\t{\r\n\t\t\t...
[ { "docid": "ddd9880bc1d68f983bfb68f92554d786", "score": "0.63577527", "text": "public void deleteSpace() {\n\t\t\tint x0 = cx, y0 = cy;\r\n\t\t\tcursor.moveRightWord();\r\n\t\t\tint x2 = cx, y2 = cy;\r\n\t\t\tdeleteRect(new Rectangle(x0, y0, x2, y2));\r\n\t\t}", "title": "" }, { "docid": "28...
9043eb7be80a938063790641f57150c7
Get the list of Connectathon Participants attending on FRIDAY, depending on the logged in user (admin or vendor)
[ { "docid": "7c0d3ec763b69035dd47b1943da9caf9", "score": "0.73358214", "text": "@Override\n public List<ConnectathonParticipant> getPeopleAttendingOnFriday() {\n if (LOG.isDebugEnabled()) {\n LOG.debug(\"getPeopleAttendingOnFriday\");\n }\n\n renderAddPanel = false;\n\n...
[ { "docid": "fd07f304879344f94b0520627faabd12", "score": "0.6879285", "text": "@Override\n public List<ConnectathonParticipant> getPeopleAttendingOnWednesday() {\n if (LOG.isDebugEnabled()) {\n LOG.debug(\"getPeopleAttendingOnWednesday\");\n }\n\n renderAddPanel = false...
287c1ba66b5e19ded2b102a9390e08e1
AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo();
[ { "docid": "db6c59e60d630dbd83f5ce1868cf200e", "score": "0.0", "text": "@Override\n\t\tpublic boolean onContextItemSelected(MenuItem item)\n\t\t\t{\n\t\t\t\tint menuItemIndex = item.getItemId();\n\n\t\t\t\tswitch(menuItemIndex)\n\t\t\t\t\t{\n\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\tdeleteConversationFile(pres...
[ { "docid": "3b974294405021da32fc2490303bb0ad", "score": "0.772578", "text": "@Override\n public void onItemClick(AdapterView<?> parent, View view, int position, long id)\n {\n view.showContextMenu();\n\n }", "title": "" }, { "docid": "383bedbca74d569e2480c4867990f1e3", "s...
d54d87aeb573009d8f05254d9a63e6bd
Processes requests for both HTTP GET and POST methods.
[ { "docid": "9ebbd85f8abdebd88eb682428d89c639", "score": "0.0", "text": "protected void processRequest(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n String mensagem = null;\n if (request.getParameter(\"acao\").equals(\"logar\...
[ { "docid": "03f9c57c0d07805cf19dad38fe362c61", "score": "0.69234055", "text": "@Override\n\tpublic String process(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\tString result;\n\t\tif (request.getMethod().equals(\"POST\"))\n\t\t\tresult = pro...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dc4347ca0dfe42f7b20c4f9f251c6f34", "score": "0.0", "text": "@Override\n\tpublic boolean isEnabled() {\n\t\treturn false;\n\t}", "title": "" } ]
[ { "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": "" }, { ...
cb586c4597d398afdb2453028c540d55
> > > >
[ { "docid": "e7cae1ce8063ed7ac82142b9b7dbe4c2", "score": "0.0", "text": "public FiltroDTO getFiltro() {\r\n\t\treturn filtro;\r\n\t}", "title": "" } ]
[ { "docid": "19ee3847e31cd15eb3d02b9e10ea5321", "score": "0.59775084", "text": "@Override\n\tpublic void shout() {\n\t\tSystem.out.println(\"喵喵喵\");\n\t}", "title": "" }, { "docid": "0355b43148bef2cc3ce366569019c86c", "score": "0.58199376", "text": "public static void printEqualsLine(...
85380c3b43adea6e3b3a308287967cc0
A snapshot of an AdSenseLink resource in change history. .google.analytics.admin.v1alpha.AdSenseLink adsense_link = 27;
[ { "docid": "fa4f71919f75a0a8ca38eb580b626af6", "score": "0.627591", "text": "public Builder setAdsenseLink(com.google.analytics.admin.v1alpha.AdSenseLink value) {\n if (adsenseLinkBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ...
[ { "docid": "a1a1c2e600cc0d823dd37dba3b4ce0cc", "score": "0.718417", "text": "com.google.analytics.admin.v1alpha.AdSenseLink getAdsenseLink();", "title": "" }, { "docid": "1f382bfccff5f66cda9f669fa18c3312", "score": "0.69893813", "text": "@java.lang.Override\n public com.google.ana...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3ab99b3b43c1c0abc73e80cb6abe238a", "score": "0.0", "text": "@Override\n\tpublic View getView(int position, View convertView, ViewGroup parent) {\n\t\tLayoutInflater inflater = (LayoutInflater) mContext\n\t\t\t\t.getSystemService(android.content.Context.LAYOUT_INFLATER_SERVICE);\n\t\tconvertV...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66613346", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.65680635", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, {...
5380ebc9ad366814ab60ed721f65f05a
TODO remove dead pd servers
[ { "docid": "bc145146868133a18dd1cd449529c4b8", "score": "0.5292492", "text": "private String getPDString(List<InstanceDtlBean> pdServerList) {\n\t\tStringBuilder result = new StringBuilder(\"\");\r\n\t\tfor (InstanceDtlBean instance : pdServerList) {\r\n\t\t\tif (instance.getInstance().getIsDeployed().e...
[ { "docid": "05db7792189e4978f6c88bed538d8093", "score": "0.56903744", "text": "PistonServer getServer();", "title": "" }, { "docid": "8eb27da01e86383dc5cf35a7a86144d5", "score": "0.54783446", "text": "private void doExisting() {\n server = RemoteServer.getServer();\n ...
55dafdb7f0d9344260846f444eeaf229
Convert signed bytes to a 32bit unsigned int.
[ { "docid": "ad560186254565d8fe95bcf254e8bb51", "score": "0.6394798", "text": "private static int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) {\n return (unsignedByteToInt(b0) + (unsignedByteToInt(b1) << 8)) + (unsignedByteToInt(b2) << 16) + (unsignedByteToInt(b3) << 24);\n }", "...
[ { "docid": "0a4e87f62afc4d47bea9258d9e3809d4", "score": "0.70841354", "text": "static int asUnsignedInt(byte signedValue) {\n return signedValue & 0xFF;\n }", "title": "" }, { "docid": "a5d4e73a25b7333bcd01d6ff179ac6a2", "score": "0.69665885", "text": "private int toUnsigne...
3c4aca0f32c7c1997b9cfbd1bff1646d
Get children of parent annotation
[ { "docid": "a20208388c39385fbabf5b2ce2481141", "score": "0.662302", "text": "public static <T extends Annotation> Collection<T> getChildren(T parent, Map<String, Collection<T>> children) {\n\t\tCollection<T> rtrn = new TreeSet<T>();\n\t\tString chr = parent.getChr();\n\t\tif(!children.containsKey(chr)) ...
[ { "docid": "d3b65cf8717da6d4e0c2aeb6c677bc76", "score": "0.6956181", "text": "public Annotation getParentAnnotation();", "title": "" }, { "docid": "5912b647fbb58e459c9fcdd47add9804", "score": "0.6623324", "text": "public List<String> getChildren(String parent);", "title": "" },...
c9e577f4867acd7196f3bbe72b5d239f
if the list is null, the CDvOrdinal is not further constrained (other than that it is a CDvOrdinal)
[ { "docid": "1be0f388b19a0bfab25df4a137a3dcb1", "score": "0.52898645", "text": "protected void printCDvOrdinal(CDvOrdinal cordinal, int indent, Writer out)\n\t\t\tthrows IOException {\n\t\tif (cordinal.isAnyAllowed()) {\n\t\t\tindent(indent, out);\n\t\t\tout.write(\"C_DV_ORDINAL <\");\n\t\t\tnewline(out)...
[ { "docid": "a7ddf69cb3651e7cd855b8fe61addd03", "score": "0.57939726", "text": "void unboundedWilcard(List<?> thatList) {\n Object obj = thatList.get(0); // what is this object's real type?\n // Number obj = thatList.get(0); // compile-time error\n thatList.add(null); // ...
cebf760befe31cdb1cb586f3fbf536e0
This method is called when the user selects the "Transfer Items" menu item.
[ { "docid": "7757da6c7f3d834b75dcdaa39ea20c75", "score": "0.69875205", "text": "@Override\r\n \tpublic void transferItems() {\r\n \t\tif (!canTransferItems()) {\r\n \t\t\tthrow new IllegalStateException(\"Unable to edit Storage Unit\");\r\n \t\t}\r\n \t\tgetView().displayTransferItemBatchView();\r\n \t}"...
[ { "docid": "dfc3190dce380e4ae3072d0fe102ced1", "score": "0.704648", "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 ControllerFactor...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1e3a99aee1939e81c7957aa17780e872", "score": "0.0", "text": "@Override\n public Order getById(Long id) {\n return null;\n }", "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}", ...
1e128de7ec7d0dab3eac098387fa4452
return true is the given uuid is in the obsolete list
[ { "docid": "33bc82962621bf3e38249883e07051bc", "score": "0.7862142", "text": "boolean isObsolete(String uuid) {\n return false;\n }", "title": "" } ]
[ { "docid": "9c040b4feb7f759a45a67534299d8206", "score": "0.664312", "text": "public boolean hasUUID(long uuid) {\n return _uuid == uuid;\n }", "title": "" }, { "docid": "8021c600d104464a7cf76edfdc1fe933", "score": "0.64608943", "text": "boolean hasServiceUuid();", "titl...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "96fab6ce2a5ba8b99c5dcff9763f4262", "score": "0.0", "text": "public static Pair<String, String> m3369d() {\n Pair<C5058a, String> pair = f3316e;\n if (pair != null) {\n return new Pair<>(((C5058a) pair.first).toString(), f3316e.second);\n }\n return new ...
[ { "docid": "ad9ac91ff8a07049ad27f9b53681dab3", "score": "0.6899396", "text": "@Override\n\tpublic void d() {\n\n\t}", "title": "" }, { "docid": "b07051eb10080451d078bc7b2a62e80d", "score": "0.6830571", "text": "public void d() {\n }", "title": "" }, { "docid": "d1f...
693e3f78c446e62d485e3a9eb3a473a9
/ renamed from: iW
[ { "docid": "ea9a6ae783f3a4e3d5067413f3a90f8b", "score": "0.0", "text": "public final void mo36714iW(boolean z) {\n this.ovT = z;\n }", "title": "" } ]
[ { "docid": "edae881b0f651d5d49ab9d7952e98ab8", "score": "0.6502311", "text": "public interface IHws_swtc_wdpc_cgrwtc extends IHws, IWdpc, ICgrwtc, ISwtc{\n\n\tpublic IRI iri();\n\n}", "title": "" }, { "docid": "752cf64cec1d924d32b6c0a3dea78534", "score": "0.6386259", "text": "public ...
ff36c43539c2015db994feac067efa5d
Determines if the user made changes to the RxItem object in the view dialog
[ { "docid": "4f311938b63632f9cdd005fa1b2a9d4b", "score": "0.0", "text": "public boolean shouldUpdateRx(String name, String patient, String symp, String sideEffects, double dose, int ppd,\r\n int dbr, String pharm, String doc, String rxnumb) {\r\n return ((!getName().equals(name)) || (!getPatientS...
[ { "docid": "95df375e771b0cdbe09a8aad95ff8aaf", "score": "0.6859035", "text": "protected boolean isChanged()\n\t{\n\t\treturn this.changed;\n\t}", "title": "" }, { "docid": "e94e216579a322b297feab3ac4959b66", "score": "0.67956066", "text": "boolean isChanged();", "title": "" }, ...
aefaef0fff59e2e7290b6b941b5702bf
Recupera el regimen disciplinario de un movimiento.
[ { "docid": "59eb2cf636725958efd21209a02e8387", "score": "0.58640075", "text": "public RegimenDisciplinario buscarPorMovimiento(final Long movimientoId) throws DaoException {\n try {\n RegimenDisciplinario entidad = null;\n List<RegimenDisciplinario> lista = buscarPorConsulta...
[ { "docid": "1b8558fc8a7dea7484d0306cb75c190b", "score": "0.59093404", "text": "public static void adicionaDisciplina() {\n\t\tSystem.out.println(\"= = = = Adidionar ao semestre = = = = \");\n\t\tSystem.out.println(\"Informe a referência: \");\n\t\tint refDisc = scan.nextInt();\n\t\t// Verifica e existên...
63ea9d7734891bac68b745c834adb9c4
This method was generated by MyBatis Generator. This method corresponds to the database table t_cpy_contract_performance
[ { "docid": "e1b1e96dbc0df50e01cc4c97951ef1a5", "score": "0.0", "text": "int deleteByPrimaryKey(Integer id);", "title": "" } ]
[ { "docid": "f8bb3c581230b84a6fce28c3e5a3a03b", "score": "0.5574387", "text": "@Override\n\tpublic Result<?> billCost(Date startTime, Date endTime , Date time , String type) {\n\t\tString sql = \"\";\n\t\tif(startTime!=null && endTime!=null){\n\t\t\tsql = \"SELECT t.id,t.type_name,b.in_out,SUM(b.factPaym...
8ae3579bf9f357e71daf47a9cb32d0f8
This method is to extract all the information of the vehicles for then be used in the method of cargarTodo1
[ { "docid": "bfa12e124b5e13776a059d06a530de38", "score": "0.0", "text": "public Vehiculo cargarVehiculo(ResultSet rs) throws SQLException, IOException {\n Vehiculo u = new Vehiculo();\r\n u.setPlaca(rs.getString(\"placa\"));\r\n u.setEstado(rs.getString(\"estado\"));\r\n u.set...
[ { "docid": "3362f18c041cbe380b9cb867a9ab4204", "score": "0.66542786", "text": "public void metodo(){\r\n ArrayList<Vehicle> listaVehiculos=new ArrayList<Vehicle>();\r\n SkateBoard patineta = new SkateBoard((float)5.5,\"DC\",\"M17\");\r\n Vehicle vehicle = new SkateBoard((float)5.5,\...
23a670f9d77921713514b2c1b614c140
Block until file writing is done.
[ { "docid": "2c8e7c3bdac0bec46238d547f90ce0ad", "score": "0.57120854", "text": "boolean waitForFileDone()\n {\n synchronized (waitFileSync)\n {\n try\n {\n while (!fileDone)\n waitFileSync.wait();\n }\n catch (...
[ { "docid": "cba7a773a7cf42625e090f3c165de32b", "score": "0.6730913", "text": "private void writeToFile() {\n //System.out.println(\"Block has been written to File\");\n writeFile();\n freeBuffer();\n }", "title": "" }, { "docid": "1c498f754e84307918b955544259b440", ...
08e5d6322df5ec178fde738f78206f37
optional string number = 3;
[ { "docid": "1df94ed5cea96959201bc104156c78e1", "score": "0.624167", "text": "java.lang.String getNumber();", "title": "" } ]
[ { "docid": "1ae44c989e9ef07cdb90a1c370b589d7", "score": "0.6835844", "text": "void mo35097a(String str, Integer num);", "title": "" }, { "docid": "79d7e32fbbf93e20161fafc8afdb344b", "score": "0.6657666", "text": "public void setNumber(String num) {\n this.number = num;\n }"...
c72b30b830cd87ddaab3d5d63e1f77a8
.google.protobuf.Duration payout_period = 2 [(.gogoproto.nullable) = false, (.gogoproto.moretags) = "yaml:&92;"payout_period&92;"", (.gogoproto.stdduration) = true];
[ { "docid": "c9a23dd6d946a2ed2a19996b5dbee2be", "score": "0.5136163", "text": "public com.google.protobuf.Duration.Builder getPayoutPeriodBuilder() {\n \n onChanged();\n return getPayoutPeriodFieldBuilder().getBuilder();\n }", "title": "" } ]
[ { "docid": "acb0d79a996693901fb6a6e9921df645", "score": "0.69753623", "text": "com.google.protobuf.DurationOrBuilder getPayoutPeriodOrBuilder();", "title": "" }, { "docid": "1812b7b18a917280ccef4533fa0fde4e", "score": "0.675516", "text": "com.google.protobuf.Duration getPayoutPeriod(...
362f49702f4a1ea26d369d8ad09a03b6
These are replacement names for all "+16" shift opcodes (LSR2, LSL2, ASR2)
[ { "docid": "1d8b042659d0ab0415ac34a5452b687d", "score": "0.6481079", "text": "private static void replaceShiftInstructions() {\r\n fillInstructionMap( 0xB100, 0xFF00, new FrInstruction(InstructionFormat.C, 0, 0, \"LSR\", \"#bd,i\", \"iw\" , Instruction.FlowType.NONE, false, false,...
[ { "docid": "db35804a8b1d6cd3316b369b6684c792", "score": "0.603359", "text": "void shiftRight () {\r\n\t}", "title": "" }, { "docid": "f19966cad527cdd6c68bc8ccf482c146", "score": "0.5943139", "text": "private static final short m1476orxj2QHRw(short s, short s2) {\n return m1461...
cbd64790b9bd278f3cf67f57b88ee901
common column name "A" appears more than once in left table
[ { "docid": "c652a5a16e85209d34cb47555f8874db", "score": "0.0", "text": "@Test(expected = InvalidQueryException.class)\n public void inner_join_on_inner_join_ambiguity_test() throws Exception {\n parse(\"SELECT A, C FROM P INNER JOIN Q on P.A = Q.A NATURAL JOIN R\");\n }", "title": "" ...
[ { "docid": "eda739a73c4152c376ce76d6fa10834d", "score": "0.5224713", "text": "List<List<Column>> commonColumns(Table table2) {\n List<List<Column>> commonCols = new ArrayList<>();\n List<Column> commonCol1 = new ArrayList<>();\n List<Column> commonCol2 = new ArrayList<>();\n ...
0265d676c566371af58154a82c6f57bb
List the Big Data pools in a workspace. List Big Data pools in a workspace.
[ { "docid": "74888632940f4491e329cbb0aff435c7", "score": "0.0", "text": "public Observable<Page<BigDataPoolResourceInfoInner>> listByWorkspaceNextAsync(final String nextPageLink) {\n return listByWorkspaceNextWithServiceResponseAsync(nextPageLink)\n .map(new Func1<ServiceResponse<Page<B...
[ { "docid": "361fbbc3054e03fe9541ea4439162dc7", "score": "0.64504457", "text": "java.util.List<com.google.cloud.aiplatform.v1beta1.ResourcePool> getResourcePoolsList();", "title": "" }, { "docid": "5d5d02e759db6d55716db515744da000", "score": "0.6022075", "text": "public static void li...
c0f0048b56048b75751eda2cab9166ce
Converts value as a string to Double
[ { "docid": "3684bad2fb9bc4588f6b6854922ca758", "score": "0.76237214", "text": "public static Double stringToDouble(final String value) {\n\t\ttry {\n\t\t\treturn Double.parseDouble(value);\n\t\t} catch (final Exception e) {\n\t\t\tthrow new New10Exception(New10Reason.INVALID_AMOUNT, \"Requested amount :...
[ { "docid": "c240dadbd40243f7c1b6dc0c5e678b3a", "score": "0.79041165", "text": "public static double getDouble(String _value) {\n\t\treturn getDouble(_value,0);\n\t}", "title": "" }, { "docid": "3ee1249c8c45d2846f1bb30f7f07b1d2", "score": "0.783251", "text": "private double stringToDo...
341a0cf45f6266c05cf20d9200762d09
Get all tweets with complains
[ { "docid": "804747cdcda9f0dd67aa2d82096f9433", "score": "0.65479374", "text": "public List<Tweets> getAllTweetsWithComplains(){\n return this.tweets.getAllTweetsWithComplains();\n }", "title": "" } ]
[ { "docid": "9662c8c54ed19d0fc7da7eff93c2a1d6", "score": "0.63718945", "text": "List<Tweet> getRetweets(long tweetId, int count) throws TwitterException;", "title": "" }, { "docid": "553394c3398721911ccf4ac5aaa22a4c", "score": "0.61197776", "text": "public String[] getAllTweetAsString...
09215d43e15fbef0ada34db477e5a1f4
System.out.print("Multithreading: "+NoCPUs +" processors (Memory usage:"+ Math.round((Runtime.getRuntime().totalMemory() Runtime.getRuntime().freeMemory())/1048576)+"MB)\n"); System.out.print("...Reading all scans....");
[ { "docid": "99e77ecb9f960bbde99008807f8c94c8", "score": "0.6777598", "text": "public void GetAllScanCollectionMS2Only(boolean MS2Included, boolean MS2Peak) throws InterruptedException, ExecutionException, IOException {\n System.out.print(\"Memory usage before loading scans:\" + Math.round((Runtim...
[ { "docid": "2a1451f294e22f5a816675582de6e3d3", "score": "0.6754184", "text": "public void GetAllScanCollectionByMSLabel(boolean MS1Included, boolean MS2Included, boolean MS1Peak, boolean MS2Peak, float startTime, float endTime) throws InterruptedException, ExecutionException, IOException {\n Syst...
c9d18b8397df977b2ca2ea7e96b05508
string readbranchip = 5;
[ { "docid": "9720b81c94e9f51f1b31ececb22ed99d", "score": "0.6984938", "text": "public java.lang.String getReadbranchip() {\r\n java.lang.Object ref = readbranchip_;\r\n if (!(ref instanceof java.lang.String)) {\r\n com.google.protobuf.ByteString bs =\r\n (com.google.pr...
[ { "docid": "0b2ead6533c856b463fbedb7ce6e3f6e", "score": "0.7622151", "text": "java.lang.String getReadbranchip();", "title": "" }, { "docid": "6ab8a22e6d01fd1783fe73db4f37a8aa", "score": "0.6930179", "text": "public java.lang.String getReadbranchip() {\r\n java.lang.Object ref =...
aa5744917ddf0496fed5f49bad9d70fa
Converts the contents of the InputStream to a List with objects of the given class.
[ { "docid": "cbcfbb9a6086174d86639f736ab7caa4", "score": "0.6898686", "text": "public static <T> List<T> unmarshalCollection(Class<T> cl, InputStream s) throws JAXBException {\r\n return unmarshalCollection(cl, new StreamSource(s));\r\n }", "title": "" } ]
[ { "docid": "4581fb7856f89bc8f14723240a2579b4", "score": "0.6659297", "text": "public List<Person> parse(InputStream is);", "title": "" }, { "docid": "43235a567c1f862860df1473a9a34280", "score": "0.6604628", "text": "public static List<String> getClassList(final InputStream inputStrea...
1403f5d1f18a9f701a35c365c5c90351
Draw a card from the deck.
[ { "docid": "34fd1cccb1e869190be3e4c3444f22eb", "score": "0.7214357", "text": "public Card draw(){\n\t\ttry{\n\t\t\treturn this.cards.pop();\n\t\t}catch(Exception e){\n\t\t\tSystem.out.println(\"Deck is empty\");\n\t\t\tSystem.exit(4);\n\t\t\treturn this.cards.pop(); //dummy\n\t\t}\n\t}", "title": ""...
[ { "docid": "f00261643c467cddbb4cea381b4f51f9", "score": "0.80836135", "text": "public void DrawCard() {\n\t\tint amountOfCards = myDeck.size();\n\t\t\n\t\t//get Random card index\n\t\tRandom rand = new Random();\n\t\tint randomIndex = rand.nextInt(amountOfCards) + 1;\n\t\t\n\t\t//draw card by random ind...
1ca6f2f9f6fd12334e6606f5c5f433b5
Get pending events for a specific userId
[ { "docid": "fd145dc698b947773469c1a34a09f80c", "score": "0.68327606", "text": "Map<Long, Integer> getUsersWithPendingMeeting(Long forUserId);", "title": "" } ]
[ { "docid": "e1580cda7b06966ab2d915fe039d3c1e", "score": "0.7489361", "text": "public List<Events> getMostUpcomingUserEvents(long userId);", "title": "" }, { "docid": "01445120f1c598a4bd5f54db13a94893", "score": "0.7074647", "text": "public List<Events> getAllEventsAndHistoryForUser(l...
66e83e44c4fdd3e9d0f44fc5ce4510d9
it will return the train time table
[ { "docid": "3e54520e00f3dd0e0a19e0e31e8b20f7", "score": "0.73076254", "text": "public TrainTimeTable getTrainTimeTable(String id) {\r\n Train t= ss.getAllT(id);\r\n TrainTimeTable ttt= new TrainTimeTable();\r\n\r\n ttt.setTrain_no(t.getTrain_id());\r\n ttt.setTrain_name(t.get...
[ { "docid": "5678c4d4d5183e8f9f77a584a99f2fc3", "score": "0.8109091", "text": "List<TimeTable> getTimeTableByTrainType(int trainType);", "title": "" }, { "docid": "47c22a22b1e7e74ef278322099bf7895", "score": "0.7496255", "text": "List<TimeTable> getTimeTableByTrainTypeAndStation(int t...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "63255daae7d9577c276805d1d255e028", "score": "0.0", "text": "private void m3303c(bu buVar) throws C0406v {\r\n if (buVar == null) {\r\n throw new C0406v(\"requeust is null\");\r\n } else if (buVar.mo587d() == null || bi_常量类.f6358b_空串.equals(buVar.mo587d())) {\r\n ...
[ { "docid": "b141a6a74fe92e12b082efc29e55beed", "score": "0.64803183", "text": "protected void c() {}", "title": "" }, { "docid": "4f442d5d2b86d84f4dfb0f28ffded42a", "score": "0.6450865", "text": "public void c() {\n }", "title": "" }, { "docid": "e3c3c9fcb12a7ca6af...
e87c1522a553cca9b3959126ad705ff6
Starts Replication Monitor thread.
[ { "docid": "fcb45b80b548828e62a3410484e8ddba", "score": "0.85736954", "text": "@Override\n public synchronized void start() {\n if (!isRunning()) {\n LOG.info(\"Starting Replication Monitor Thread.\");\n running = true;\n if (rmConf.isLegacyEnabled()) {\n legacyReplicationManag...
[ { "docid": "3fca930c4fb30ede58c4fd9aaaf715e1", "score": "0.7150813", "text": "@VisibleForTesting\n protected void startSubServices() {\n replicationMonitor = new Thread(this::run);\n replicationMonitor.setName(\"ReplicationMonitor\");\n replicationMonitor.setDaemon(true);\n replicationMonit...
2904041ff8af74669ff37e690a514221
Construct a server connection with the given transactional mode
[ { "docid": "0fa5b8e469ef20ddb4ffab34818f26c9", "score": "0.49173287", "text": "public ServerConnection(final Connection conn, final boolean readOnly)\n\t\t\tthrows SQLException {\n\t\tthis.conn = LazyPreparedStatementConnection.wrap(conn);\n\t\tthis.conn\n\t\t\t\t.setTransactionIsolation(Connection.TRAN...
[ { "docid": "8a7f71e968c134627d3db8d71fb56ad2", "score": "0.6021795", "text": "public TransactionServiceImpl(Vertx vertx, JsonObject config) {\n // initialization...\n db = JDBCClient.createShared(\n vertx,\n new JsonObject()\n .put(\"url\", \"jdbc:hsqldb:hsql://\" + config.getStri...
9a317088ec0e660bd47563e26d6b6c0f
This method was generated by MyBatis Generator. This method returns the value of the database column SWIFT_DWSCHED.SUSPEND_REPLICATION
[ { "docid": "3369a6b3ef1066cd5042cc07bc1fefa8", "score": "0.7489236", "text": "public BigDecimal getSUSPEND_REPLICATION() {\r\n return SUSPEND_REPLICATION;\r\n }", "title": "" } ]
[ { "docid": "c2dec2405bbe5d69c550aa5c12e084ce", "score": "0.63990945", "text": "public void setSUSPEND_REPLICATION(BigDecimal SUSPEND_REPLICATION) {\r\n this.SUSPEND_REPLICATION = SUSPEND_REPLICATION;\r\n }", "title": "" }, { "docid": "ac1908fa61b38d4d1042ed176c880421", "score":...
14dd8daf5d27770b4257a33c8e6142c1
The Begin Reset Virtual network Gateway operation resets an existing gateway.
[ { "docid": "c8e4813cfe73434ab420e6451f7acdb4", "score": "0.6229485", "text": "@Override\n public Future<GatewayGetOperationStatusResponse> resetVirtualNetworkGatewayAsync(final String gatewayId, final ResetGatewayParameters parameters) {\n return this.getClient().getExecutorService().submit(ne...
[ { "docid": "60de66f199401374dbfb3b13a4fa42ed", "score": "0.69532114", "text": "@Override\n public GatewayOperationResponse beginResetVirtualNetworkGateway(String gatewayId, ResetGatewayParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, Service...
f77add0875272c68991b3fd61d283ed6
Jika addNew==true maka isi lagi dari yang disimpan di temporer supaya ada isinya lagi
[ { "docid": "4d147ff42a6525a32b90215746b9e5da", "score": "0.522468", "text": "@NotifyChange({\"matkulKel\", \"addNew\", \"resetInputIcon\"}) \n @Command(\"batal\")\n public void batal(){\n if (isAddNew()==true) setMatkulKel(getTempMatkulKel()); //\n \n setResetInputIcon(fals...
[ { "docid": "908286af5051635dcf97aed115704a75", "score": "0.64228314", "text": "public abstract boolean reAdd();", "title": "" }, { "docid": "122f7ca5c2ffcb38e30bb9ce984b514a", "score": "0.6104778", "text": "private void addNewSample(Sample newSample) {\n samplesHistory.add(new...
f90df98b328c8f78351546058ede06e2
Gets the all operators.
[ { "docid": "8cacde05dadad29194d0ca0c3b5d0c4b", "score": "0.0", "text": "void getAllOperators(AsyncCallback<List<OperatorDTO>> callback);", "title": "" } ]
[ { "docid": "98d23cf49658a008b3d345dabd6088bc", "score": "0.8518353", "text": "public Collection<Operator> getOperators();", "title": "" }, { "docid": "02c67191d8165a376578f0c970b6bd4a", "score": "0.807389", "text": "public List<Operator> getOperators() {\n\t\tassert verifyType(getChi...
d5c74ac11a493322ab18d7425e243ae8
Intent to go to pregame screen
[ { "docid": "1f5b164988b27a550856d8c718bd2f43", "score": "0.60840774", "text": "private void updateUI() {\n Intent intent = new Intent(getApplicationContext(), PregameActivity.class);\n startActivity(intent);\n finish();\n\n }", "title": "" } ]
[ { "docid": "102f63b9f8167c79c194d05d136fd8bb", "score": "0.68556595", "text": "public void goToCreateGame(){\n presenter.setScreenCreateGame();\n Intent intent2 = new Intent(this, CreateGameActivity.class);\n this.startActivity(intent2);\n }", "title": "" }, { "docid"...
b9be40774a4d5bbaaf415d48a8ecdc0f
This method will call the server to run the search. If any errors occur, or there are validation errors, messages will be shown describing what happened.
[ { "docid": "f8d3110128573b4de8e579972c30256f", "score": "0.54223764", "text": "private Collection<Flight> runSearch(SearchFilters searchFilters) {\n\t\ttry {\n\t\t\tAirlineHeadquartersRemoteService reserver = (AirlineHeadquartersRemoteService) Naming.lookup(rmiUrl);\n\t\t\treturn reserver.search(searchF...
[ { "docid": "3e577f35a6e21ae635807a39c96357f5", "score": "0.6800618", "text": "private void runSearch() {\n\n if(searchKeywords.validEnglishWord(this.term)) {\n\n // Search for nodes\n regularSearch = true;\n search();\n\n } else {\n\n // Convert ...
97980fc8e347122359f2e166f0526329
Userprovided labels, in key/value pairs. map&lt;string, string&gt; labels = 15;
[ { "docid": "a5ba81d47e742bcec6303493f1c4414d", "score": "0.0", "text": "int getLabelsCount();", "title": "" } ]
[ { "docid": "2d3e4f8d85f463aa82558440d6e568b8", "score": "0.7623201", "text": "java.util.Map<java.lang.String, java.lang.String> getLabelsMap();", "title": "" }, { "docid": "2d3e4f8d85f463aa82558440d6e568b8", "score": "0.7623201", "text": "java.util.Map<java.lang.String, java.lang.Str...
64f61506c37017b6ccf6f587f532dcad
Created by Chris on 20180117.
[ { "docid": "3cfb073817156afdfee76b98bc43a1b1", "score": "0.0", "text": "public interface OrderDetailMapper extends BaseMapper<OrderDetail> {\n\n List<OrderDetail> getTimeListByOrderId(Integer pId);\n\n List<OrderDetailDto> getOrderDetailList();\n}", "title": "" } ]
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6489778", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c04e1693c791e5601b6d72a13641e7b1", "score": "0.5751008", "text": "@Override\n\tpublic void angriff() {\n\n\t}", "title": "" ...
824c0e0e32b9b22e76eb9939ddcd82af
Created by Lasen on 08/09/16.
[ { "docid": "18def723c0561c0c65c7dc3f92b6f86b", "score": "0.0", "text": "public interface IComponent\n{\n void render( final Graphics g );\n\n void update();\n\n}", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6324262", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "f777356e2cd2fecd871f35f7e556fda8", "score": "0.6300067", "text": "public void mo3640e() {\n }", "title": "" }, { "docid"...
4bbf8b8b23c0153b7155a1d3a1324bb6
Function to press button with xpath.
[ { "docid": "4a27d85a91b99e6c2736b9046e2709d6", "score": "0.5893345", "text": "public static void pressButtonByName(WebDriver driver, String name) {\n driver.findElement(By.name(name)).click();\n try {\n Thread.sleep(defaultWait);\n } catch (InterruptedException e) {\n ...
[ { "docid": "4c0c817e8eb052d925a92f62102e32e9", "score": "0.74527335", "text": "public static void clickButton(WebDriver driver, String xpath)\r\n\t{\r\n\t\ttry\r\n\t\t{\r\n\t\t\tWebElement button = driver.findElement(By.xpath(xpath));\r\n\t\t\thighlighter(driver, button);\r\n\t\t\tbutton.click();\r\n\t\...
68fa5d621639e8c344fa248204b6eded
Sets up an email to send to the user (or someone else) with the list of documents that they have checked for future reference.
[ { "docid": "d6cc07572738ddb9d0eef4e1d7d56cc4", "score": "0.59677565", "text": "public void emailList(View view) {\n\n String header = \"Documents Needed For NY State Birth Certificate Request\";\n String doclist = \"\\nDocument List: \" + \"\\n\";\n if (nys_dl) doclist = doclist + t...
[ { "docid": "db052abdab0ef170d40a916a6e8a1c72", "score": "0.6392124", "text": "public void doEmailToAdmin(List<DocumentMetadata> docList){\n\t\t//TODO\n\t\t\n\t}", "title": "" }, { "docid": "07ca4fa145e852d896a5b4c9ff41e9c9", "score": "0.58202505", "text": "void mailCredentials() {\n\...
b27404a873db8e43900b5208ee34ccbe
SplashLayout initialisieren, laden und anzeigen. Alle XMLs releasen.
[ { "docid": "ea44daa15c52f46110ab42755b4aafe3", "score": "0.8097056", "text": "public void initSplashLayout() {\n\ttry {\n\t try {\n\t\tthis.fileManager.releaseAllXML();\n\t } catch (IOException e) {\n\t\te.printStackTrace();\n\t }\n\t this.primaryStage = new Stage();\n\n\t FXMLLoader load...
[ { "docid": "bc8697780fce8fa152d2453b115bc743", "score": "0.6935665", "text": "private static void createSplashScreen(){\n\t\tloaderWidget = new LoaderWidget();\n\t}", "title": "" }, { "docid": "0c6d107c200d295ba03e2b1c6a920ad0", "score": "0.6881958", "text": "private void initializeL...
e33a5a31f46d01b2713c3fee2d1512e6
Returns the value of the 'Label' attribute. If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
[ { "docid": "48f23f781bfdd4f5fc8a65d9eba43b08", "score": "0.78632325", "text": "String getLabel();", "title": "" } ]
[ { "docid": "4adb9b1bbc746d16382650dcd7926a1d", "score": "0.8274015", "text": "public String getLabel() { \n return label; \n }", "title": "" }, { "docid": "0bdb0e8973508b6691cf4e6e073f39c1", "score": "0.82455486", "text": "public String getLabel()\r\n\t{\r\n\t\treturn l...
3007903164d38cc0bb5ed42ab9b6ffa5
TODO: Return the communication channel to the service.
[ { "docid": "992199fff6758ed9bfb8892376f09860", "score": "0.0", "text": "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "title": "" } ]
[ { "docid": "00383069a24fae74e756418cd7f8b544", "score": "0.7377428", "text": "public IMessageChannel getMessageChannel()\n {\n return this.CHANNEL;\n }", "title": "" }, { "docid": "83f6766a22c2bc24313ecff0262e8377", "score": "0.7332225", "text": "public Channel getChanne...
d63625bffe9541e4b91ca0366c19ba07
A 64bit doubleprecision floatingpoint number. double double_value = 3;
[ { "docid": "339effbc72a6a4fa2937e7f33a0ac365", "score": "0.5900185", "text": "@java.lang.Override\n public double getDoubleValue() {\n if (valueCase_ == 3) {\n return (java.lang.Double) value_;\n }\n return 0D;\n }", "title": "" } ]
[ { "docid": "af18f51ccb19f6ca8583666891b41ce2", "score": "0.6780128", "text": "@FastNative\n public native final void writeDouble(double val);", "title": "" }, { "docid": "c50ed1a2e8bfce24a56438dbd532302e", "score": "0.6751818", "text": "@Pure\n private static long doubleToLongB...
a5789c16cba4e441c1a13239268b7968
try to pick a tweet from the buffer
[ { "docid": "3b19ec2b0d83b88d4ac71cddfb0d87a2", "score": "0.541132", "text": "@Override\n public void nextTuple() \n {\n String ret = queue.poll();\n\n // if no tweet is available, wait for 50 ms and return\n if (ret==null) \n {\n Utils.sleep(1000);\n return;\n }\n\n // now ...
[ { "docid": "7ae5613f315c16c2fcf030cd1c812864", "score": "0.5801448", "text": "@Override\n\tpublic String getTweet() {\n\t\ttry {\n\t\t\tString line = br.readLine();\n\t\t\tif (line != null) {\n\t\t\t\treturn line;\n\t\t\t}\n\t\t\tbr.close();\n\t\t\tif (currentFileIndex < tweetFiles.length - 1) {\n\t\t\t...
db14dff279aa6c424137005336968d4a
Find the _Fields constant that matches name, or null if its not found.
[ { "docid": "14f2ebaa67375d6c94ad06092c6d3707", "score": "0.756394", "text": "@org.apache.thrift.annotation.Nullable\n\t\tpublic static _Fields findByName(java.lang.String name) {\n\t\t\treturn byName.get(name);\n\t\t}", "title": "" } ]
[ { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score": "0.77550375", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByName(String name) {\n return byName.get(name);\n }", "title": "" }, { "docid": "2aedca74101f3519831ef106c8e1a7b6", "score":...
b88ac68dbc46c972823dc12d923f4681
Returns the volume for the sounds this mob makes.
[ { "docid": "4ee63f98ed485b2198fbac04b0ca69f4", "score": "0.71968114", "text": "@Override\n protected float getSoundVolume() {\n return 2 - getScale();\n }", "title": "" } ]
[ { "docid": "abda972c6e041b35181113420e615ab9", "score": "0.8054872", "text": "public float getSoundVolume(){\n return getSettings().getFloat(sound_volume, 0.5f);\n }", "title": "" }, { "docid": "da93a63b0894742dfd8f5f96521ad076", "score": "0.7839185", "text": "public static...
ce050b8668bc24fe60f7c05f0cec0960
Linear algebraic matrixvector multiplication; z = A y. z[i] = alphaSum(A[i,j] y[j]) + betaz[i], i=0..A.rows()1, j=0..y.size()1 . Where A == this.
[ { "docid": "a41783e1a89102f44061210004b375e8", "score": "0.58237994", "text": "protected void zMult(final DoubleMatrix1D y, final DoubleMatrix1D z,\r\n\t\t\tcern.colt.list.IntArrayList nonZeroIndexes,\r\n\t\t\tDoubleMatrix1D[] allRows, final double alpha, final double beta) {\r\n\t\tif (columns != y.siz...
[ { "docid": "c8300f832b6718d8ca5e77c7322e809e", "score": "0.5854757", "text": "public JamaLU (Matrix A) {\n\n // Use a \"left-looking\", dot-product, Crout/Doolittle algorithm.\n\n LU = new double[A.getRowCount()][A.getColumnCount()];\n\t\tfor (int row=0; row<A.getRowCount(); row++) for (int col=0...
33b438051c7c0b244c55e6d604c22db8
This implementation is empty.
[ { "docid": "33333397e3c279d15986847ec734d27f", "score": "0.0", "text": "public void afterCompletion(\r\n HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex)\r\n throws Exception {\r\n logger.debug(\"after\"+ request.getRequestURI());\r\n ...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6483097", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "b4d7f671f527efc3e048a88ada2fe816", "score": "0.6389215", "text": "@Override\n\tpublic void 말한다() {\n\t\t\n\t}", "title": "" }, {...
d11b031e027233bcd2b7f7d49d0211d0
Finds employeepersonalreference by id.
[ { "docid": "f65ffb7d06384831be0b77a5a7f7e1df", "score": "0.8019357", "text": "public EmployeePersonalReference findById(Integer id) throws\n\t EntityNotFoundException;", "title": "" } ]
[ { "docid": "66cd503e965b7bf82eca683698f2b10f", "score": "0.6598106", "text": "@Override\r\n\tpublic EmployeePersonal particularEmployeePersonal(Long employeeId) {\r\n\t\tEmployeePersonal emp = employeePersonalDao.findById(employeeId).get();\r\n\t\treturn emp;\r\n\t}", "title": "" }, { "docid...
7583a7bb01cbc89d9bcae105e6b3a3a3
Reads the next LDIF entry.
[ { "docid": "75dd015d8e3e9e38bde2d80e07d92d33", "score": "0.65392315", "text": "public AeLdapEntry read() throws IOException\r\n {\r\n if (getReader() == null)\r\n {\r\n throw new IOException( AeMessages.getString(\"AeLdifFileReader.STREAM_NOT_OPENED\") ); //$NON-NLS-1$\r\n }\r\n...
[ { "docid": "af1a3dfe52686a2ee604ee664ed52e6d", "score": "0.6487046", "text": "public OLE2Entry readNextEntry() throws IOException {\n currentEntryID++;\n int entriesPerSector = sectorSize / ENTRY_HEADER_SIZE;\n int fullSectors = currentEntryID / entriesPerSector;\n int positi...
98be2d22f242f0c78c7c8c1f75fae490
Sets the ontology the implementing ontology function class will work on.
[ { "docid": "481bbfb7d1b878d7dd851fe616b6afe4", "score": "0.7406105", "text": "public void setOntology(ObaOntology obaOntology);", "title": "" } ]
[ { "docid": "8ccf7131d26ad60b93da9064e1eec82c", "score": "0.7460865", "text": "@Override\r\n\t\tpublic void setOntology(String ontology) {\n\t\t\t\r\n\t\t}", "title": "" }, { "docid": "dbb030dd5ae3b900c04d92a163939ebc", "score": "0.63772345", "text": "public void makeOntology();", ...
53c13a569245aa2d9def350ee38c2668
The date and time when the most recent revision of the artifact was created, in timestamp format.
[ { "docid": "21f7821bd98c0611bc64110d9dcd3a0b", "score": "0.0", "text": "public java.util.Date getCreated() {\n return this.created;\n }", "title": "" } ]
[ { "docid": "5de0f07004b6a4ddb7fcc798c5c342a0", "score": "0.70992863", "text": "public long getRevisionTimestamp() {\n return mRevisionTimestamp;\n }", "title": "" }, { "docid": "641e667314e94834836a820e0aed91a7", "score": "0.6916437", "text": "public String getLastBuildDate() {\n...
91093ffec418884aa581bdba0c1fc2e4
Creates new form PanelCoordinador
[ { "docid": "df9824a37ff05c09074b3aa7a2f8c30a", "score": "0.74497354", "text": "public PanelCoordinador() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "82cd989426fee78324c8eb9bd6ad9187", "score": "0.68332183", "text": "private void btnAgregarActionPerformed(java.awt.event.ActionEvent evt) {\n getMDI().getStyle().addPanel(\"pnlFacturaCliente\", \"contac.facturacion.app.pnlFacturaCliente\");\n\n //Remove this panel\n getM...
c918eb509536f574acf62aab826a7490
Test redacted retrieve metadata with flavour as original with original version on top.
[ { "docid": "3f78d4e43683690b424c6eba9d2890e1", "score": "0.7278522", "text": "@Test\n public void testRedactedRetrieveMetadataWithFlavourAsOriginalWithOriginalVersionOnTop() {\n //This test case should fetch latest Original document.\n //Before fetching create Response Doc version stack...
[ { "docid": "64a70d45ccdda34e09267a07c9a1535f", "score": "0.73268217", "text": "@Test\n public void testRedactedRetrieveMetadataWithFlavourAsOriginalWithRedactedVersionOnTop() {\n //This test case should fetch latest Original document.\n //Before fetching create Response Doc version stac...
ffa6d4f0c3443fb4cc5d206ff3959419
// Methods /// Method to add an element to the stack
[ { "docid": "ae107a0f6409ea56d78114e37698ead0", "score": "0.6852154", "text": "public void push(E element) {\n // New elements go at the front\n elements.addFirst(element);\n }", "title": "" } ]
[ { "docid": "463b6085156eb944b34ef55e4309d037", "score": "0.8066986", "text": "@Override\n\tpublic void push(E element) {\n\t\tstack.add(element);\n\t\t\n\t}", "title": "" }, { "docid": "0b8f3bfdd2b6104e7245fa428fb0a597", "score": "0.78337675", "text": "public StackInterface<T> push (...
a44be90fe5d0de7f79a65095e92ec143
/ renamed from: zzf
[ { "docid": "2a1e93fdbbb0eacafc581d88a961d342", "score": "0.52379864", "text": "public zzmj zza(Context context, Looper looper, zzf zzf, Api.ApiOptions.NoOptions noOptions, GoogleApiClient.ConnectionCallbacks connectionCallbacks, GoogleApiClient.OnConnectionFailedListener onConnectionFailedListener) {\n ...
[ { "docid": "8312a185e80894a08dd2d6b426082f91", "score": "0.66998684", "text": "public final void zzf(String paramString) {\n }", "title": "" }, { "docid": "2f36beb8a7410119a24644f31b9dafa3", "score": "0.6447207", "text": "@WorkerThread\n public final void zzf(zzr zzr) {\n ...