query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
c3d6fa9f2b54a7e484344e7b9942534f
Get the value of the data column for this Uri. This is useful for MediaStore Uris, and other filebased ContentProviders.
[ { "docid": "be378e3551b0115974282ddfdd8bb0b0", "score": "0.6160532", "text": "public static String getDataColumn(Context context, Uri uri, String selection,\n String[] selectionArgs) {\n\n Cursor cursor = null;\n final String column = \"_data\";\n ...
[ { "docid": "480d48fe373911501dc016f3965d0faf", "score": "0.6547144", "text": "private String getDataColumn(Context context, Uri uri, String selection,\n String[] selectionArgs) {\n\n Cursor cursor = null;\n final String column = \"_data\";\n final Str...
8af9a9aedac7ff69da7ebf5d465137cc
Returns a random instance of Jewel with a type that is less than this factory's maximum value.
[ { "docid": "1c9d1fe5b1eba5d4e4695b269e32fc5a", "score": "0.68552727", "text": "public Jewel generate()\n\t{\n\t\tJewel j = new Jewel(r.nextInt(this.max));\n\t\treturn j;\n\t}", "title": "" } ]
[ { "docid": "ce4c3be60be3ffbf9b0b3a024485e95e", "score": "0.7717247", "text": "public JewelFactory(int givenMaxType)\n\t{\n\t\tmax = givenMaxType;\n\t\tthis.r = new Random();\n\t}", "title": "" }, { "docid": "75411967dbdafb6d30a99a8067b1973f", "score": "0.7587578", "text": "public Jew...
496348c7da518c38dd99dc9f98101ff2
Created by hgz on 2014/6/1.
[ { "docid": "efa446ca3bfbb75285c4e10544700199", "score": "0.0", "text": "public interface iTreeVisitorI {\n int forBud();\n int forFlat(FruitD f,TreeD t);\n int forSplit(TreeD l,TreeD r);\n}", "title": "" } ]
[ { "docid": "070e1adb9bfd59cb643407a2dabe9b7a", "score": "0.62353784", "text": "private void hinzufügen() {\n\t\t\r\n\t}", "title": "" }, { "docid": "82ab90ffadf9b8d43e60c8510a33beba", "score": "0.61873275", "text": "@Override\r\n\tpublic void morirse() {\n\t\t\r\n\t}", "title": "...
2ce673f8a460aff9d73caed7826b699e
$ANTLR end "rule__CriticalityLevel__Group_0__1" $ANTLR start "rule__CriticalityLevel__Group_0__1__Impl" InternalSafetyDSL.g:5863:1: rule__CriticalityLevel__Group_0__1__Impl : ( 'A' ) ;
[ { "docid": "6f8468521490e1d76e788db16643e2aa", "score": "0.75757056", "text": "public final void rule__CriticalityLevel__Group_0__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSafetyDSL.g:5867:1: ( ( 'A' ) )\n ...
[ { "docid": "d4cb352e85b55103c9dd47d514e586e1", "score": "0.79056567", "text": "public final void rule__CriticalityLevel__Group_0__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSafetyDSL.g:5856:1: ( rule__CriticalityLe...
80b13e1d8950e645f5dc13b3a4fd1771
End session on trace close.
[ { "docid": "bde06069a74c64848721b0a2136e9135", "score": "0.65730274", "text": "public Builder endSessionOnTraceClose(boolean endSessionOnTraceClose) {\n\t\t\tthis.endSessionOnTraceClose = endSessionOnTraceClose;\n\t\t\treturn this;\n\t\t}", "title": "" } ]
[ { "docid": "690e3368ca843a3bfb7d566b3335a5f8", "score": "0.73650527", "text": "void sessionClosed(Session session);", "title": "" }, { "docid": "26e103b5e085d7cce5a3ec71d61037ec", "score": "0.7221167", "text": "public void finishSession() {\n\t\t// logln(\"Session finished\");\n\t\tp...
e9cc574f56d6ee019a1b2e164002925a
Loads individual user reservation list
[ { "docid": "0d41756b8b6c67ed0bb58fe8859796ed", "score": "0.7308311", "text": "public ArrayList<Reservation> loadUserReservations(String id) {\n\t\tArrayList<Reservation> userReservations = new ArrayList<>();\n\t\tfor (Reservation r: list) {\n\t\t\tif (r.getGuestId().equals(id))\n\t\t\t\tuserReservations...
[ { "docid": "54921c8b270e5ee56898eeac29e02e49", "score": "0.6560654", "text": "@Override\r\n\tpublic LinkedList<Reservation> searchReservationOfUser( Book b, User u ) {\r\n\t\tLinkedList<Reservation> reservationsActives = new LinkedList<Reservation>();\r\n\t\tDocument doc;\r\n\t\ttry {\r\n\t\t\tdoc = rea...
a89893a554d168929711465600bde246
Return an IndexStatement that can be used to create an index on the specified columns of a table.
[ { "docid": "708f54cbd8c09947fb0469c9b8f4a2e3", "score": "0.65700895", "text": "IndexStatement(String tableName, String columnNames, ClassDescriptor cld,\n ClassDescriptor tableMaster) {\n this.tableName = tableName;\n this.columnNames = columnNames;\n this.cld = cl...
[ { "docid": "491fab76c2bef25e3f5d6e5b10a97d25", "score": "0.68113774", "text": "static String getCreateIndexSql(String tableName, String indexName, List<Column> columns) {\n\n StringBuilder builder = new StringBuilder(\"CREATE INDEX \").append(indexName);\n builder.append(\" ON \").append(tableName...
140050872f4534148e0db7bd5d917ec4
$ANTLR end "ruleState" $ANTLR start "entryRuleTransition" InternalMyFSM.g:103:1: entryRuleTransition : ruleTransition EOF ;
[ { "docid": "f131195c629cfde9761a04f0cd0f47c4", "score": "0.74097514", "text": "public final void entryRuleTransition() throws RecognitionException {\n try {\n // InternalMyFSM.g:104:1: ( ruleTransition EOF )\n // InternalMyFSM.g:105:1: ruleTransition EOF\n {\n ...
[ { "docid": "9135bd3b29ccdc5290603b1c4c4b845b", "score": "0.713138", "text": "public final EObject entryRuleTransition() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleTransition = null;\n\n\n try {\n // InternalPipesGraph.g:1059:51: (iv_ruleTra...
2fb960d1f5bbe4a1a20f71e61b349c08
m2 > m1 m3 > m1
[ { "docid": "cfccb31d23484f0eb448ec167ce02894", "score": "0.0", "text": "@Test\n public void testAbstractMethod() {\n test(\n srcs(\n JSChunkGraphBuilder.forStar()\n // m1\n .addChunk(\n \"var abstractMethod = function () {};\"\n ...
[ { "docid": "a8ccf9400cd81cb25e012fbebb76bbde", "score": "0.55681896", "text": "private static boolean compareMaps(HashMap<Character,Integer> m1,\n\t\t\t\t\t\t\t\t\t\tHashMap<Character,Integer> m2){\n\t\tfor(char key : m1.keySet()){\n\t\t\tif(!m2.containsKey(key)){\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t...
4734021d44771a03443038dc0f07ed28
CM704395 Set value to Stock Qty
[ { "docid": "8c4df949815e93b09db93bbf00f32b72", "score": "0.7238813", "text": "public void setStockQty(int arg)\n\t{\n\t\tsetValue(STOCKQTY, new Integer(arg));\n\t}", "title": "" } ]
[ { "docid": "c81fd9aaee481c27bc250f77d0a4a3ba", "score": "0.7223286", "text": "public void setCurrentQty (BigDecimal CurrentQty);", "title": "" }, { "docid": "e049ae9de4a72416be85691bcd7ed921", "score": "0.7087202", "text": "public void setQtyInvoiced (BigDecimal QtyInvoiced)\n{\nset_...
e3ec17bb72999e3de8e508b47de2c3be
Actions to do after 3 seconds
[ { "docid": "109073676c51ef46b908cf19ce1c9552", "score": "0.0", "text": "public void run() {\n o.hide();\n// CompleteInvoice.this.finish();\n try {\n closeBT();\n } catch (IOException e) {\n ...
[ { "docid": "4df6f623ab73a925b7eb0b6717011719", "score": "0.65535444", "text": "public static void timedActions() {\n moveCamera();\n checkXp();\n pickUpMouse();\n leaveGame();\n examineEntity();\n rightClick();\n mouseMovement();\n checkTabs();\n ...
4cfff91e64a18b530943c7ed68a7a9f4
Encoded token payload. Standard JSON Web Token. .bloombox.security.AuthToken token = 1;
[ { "docid": "7d39c02a5ff9d1c133457b2cf8af394d", "score": "0.0", "text": "public Builder clearToken() {\n if (tokenBuilder_ == null) {\n token_ = null;\n onChanged();\n } else {\n token_ = null;\n tokenBuilder_ = null;\n }\n\n return this;\n ...
[ { "docid": "46276487225bb878916ffe287b7bb7c8", "score": "0.7507528", "text": "io.bloombox.schema.security.AuthToken getToken();", "title": "" }, { "docid": "f99eaecba039c5d1522f774ccc1139c0", "score": "0.69123894", "text": "com.google.protobuf.ByteString\n getTokenBytes();",...
658e58e75c41f4ec1875213b5ad284a4
Create Words ArrayList since ArrayAdapter only takes in one array parameter
[ { "docid": "56d62a0d5dab35c1d6e7cac876a4d42b", "score": "0.7600653", "text": "public void createViews(){\n ArrayList<Words> wordsArrayList = new ArrayList<Words>();\n\n //Fill array with english word and hindi translation by creating new word objects\n for(int i = 0; i < defaultWord...
[ { "docid": "a9cb819d99e64186332ef8435bedff5c", "score": "0.66417265", "text": "@Override\n\tpublic View getView(int position, View convertView, ViewGroup parent) {\n\t\tLayoutInflater vi = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); \n View view = vi.inflate(R.layou...
09694a1e2f7573918668b5f718bc71fe
Prints out a general object as a string, with the appropriate debug level.
[ { "docid": "b6c54f8bd3763428103e486fe7f84be4", "score": "0.0", "text": "public static void d(Object in, int level)\n\t{\n\t\tU.d(in.toString(), level);\n\t}", "title": "" } ]
[ { "docid": "d12304449fcdd3845520b7133febc275", "score": "0.71919614", "text": "public void debugPrint(Object o) {\n System.out.print(o);\n }", "title": "" }, { "docid": "b12bf267945a5297d216c14b4f1c4eb0", "score": "0.7047336", "text": "public void debugPrintln(Object o) {\n...
8f7dc6c7cc97f441fad7be00c0e1e705
Funcion que evita multichecks
[ { "docid": "2a61045cfd015d5ec69dd483a335c0e5", "score": "0.0", "text": "public void gAlgoritmos(){\n algoritmos = new ButtonGroup();\n algoritmos.add(CC);\n algoritmos.add(DI);\n algoritmos.add(VC);\n algoritmos.add(DK);\n algoritmos.add(DJ);\n algoritmos...
[ { "docid": "e87dea17c51c5d2a24bf90fc46bb69c6", "score": "0.67523897", "text": "public boolean isMultiple();", "title": "" }, { "docid": "a74eba1cd7ffed5f52b32f464c7ef692", "score": "0.665194", "text": "Boolean isMultiple();", "title": "" }, { "docid": "af8ba4ab3a03838bf13...
d79795c6060323593d148154da2fe59e
Gets the trend (sort by reference count descending) tags.
[ { "docid": "538a3da753e117db1c8c03eeecb6ae7f", "score": "0.62027913", "text": "public List<Tag> getTrendTags(final int fetchSize) throws Exception {\n// final Query query = new Query().addSort(TagUtil.TAG_REFERENCE_CNT, SortDirection.DESCENDING).\n// setCurrentPageNum(1).setPageSiz...
[ { "docid": "d6c303ded63aeddc3b001b447186ac3b", "score": "0.7274407", "text": "public List<Tag> getTrendingTags(){\r\n\t\tList<Tag> topTags = new ArrayList<Tag>();\r\n\t\ttry {\r\n\t\t\tStatement statement = connection.createStatement();\r\n\t\t\tResultSet rs = statement.executeQuery(\"select TOP 10 * FR...
d8b93d0da8056c98b29c6073e042be0b
Get the width of the radial lines. (used by persistence)
[ { "docid": "236343748a94d4587234d1f0159fa766", "score": "0.723204", "text": "public int getRadWidth() {\n return radWidth;\n }", "title": "" } ]
[ { "docid": "7014d04ac1b315e538a40cce85e53330", "score": "0.73310614", "text": "public double getWidth() {\n\t\tdouble width = Math.round(sideLength + (2 * sideLength * \n\t\t\t\tMath.sin(Math.PI / 4)));\n\t\treturn width;\n\t}", "title": "" }, { "docid": "816e00fa8f8b8c7a20f76ff4d03497ba", ...
c6e8aa7422e1153e64d5f4a0c5ea86ed
/List list=addThread(20); if(list!=null&&list.size()>0) test(list,list.size()); test1(list);
[ { "docid": "52925fc85ade9294127a36f0fc34d7b0", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tschedulePool();\n\t\tReentrantLock lock=new ReentrantLock();\n\t\tlock.tryLock();\n\t\tlock.unlock();\n\t\tlock.lock();\n\t}", "title": "" } ]
[ { "docid": "d2233b1111baaea725b8365979996ab2", "score": "0.5954319", "text": "@Test\r\n\tpublic void mightContainMultiThread() {\n\r\n\t}", "title": "" }, { "docid": "92960422870efc6c0573ca8d67447a7d", "score": "0.5908484", "text": "public static void main(String[] args) {\n L...
b4ba6439466bbb8bad200e7db10db627
Returns the s m a admins with the primary key or returns null if it could not be found.
[ { "docid": "6e6da9231bbb792ecc0dc9fe4aa1616a", "score": "0.63497967", "text": "public static com.pacnet.connect.model.SMAAdmins fetchByPrimaryKey(long id)\n\t\tthrows com.liferay.portal.kernel.exception.SystemException {\n\t\treturn getService().fetchByPrimaryKey(id);\n\t}", "title": "" } ]
[ { "docid": "a430b52c33910c2726b45b0b9f40108f", "score": "0.65382195", "text": "@Override\r\n\tpublic Admin findAdminById(String adminId) {\n\t\treturn dao.selectAdminById(adminId);\r\n\t}", "title": "" }, { "docid": "73e3245503f665702d9f16fa7676d384", "score": "0.6433552", "text": "p...
7f6f1dec0c75224015ab846b62698e03
Returns true if the path provided points to the process
[ { "docid": "b6a87c1c7f32f3a3700b7de580160585", "score": "0.76994896", "text": "public static boolean isProcessPath(String aPath) {\r\n return \"/process\".equals(aPath); //$NON-NLS-1$\r\n }", "title": "" } ]
[ { "docid": "ad9d8a8fda55fab900b1e60702005ac8", "score": "0.67205346", "text": "boolean hasPath();", "title": "" }, { "docid": "ad9d8a8fda55fab900b1e60702005ac8", "score": "0.67200863", "text": "boolean hasPath();", "title": "" }, { "docid": "ad9d8a8fda55fab900b1e60702005a...
2308fba05520b29ecefea3f796ae876e
/GlobalKeyListenerDemon globalKeyListenerDemon = new GlobalKeyListenerDemon();
[ { "docid": "94b2a434abb03fadfab0742820fa5583", "score": "0.0", "text": "public void launch() {\n\n\t\tnew Thread(new paintThread()).start();\n\n/*\n\n\t\t// try {// String lalalalala= \"wowowwowoow\";\n\t\t// String lalalalala= \"shenmeqingkuang\";\n\n\t\t// Runtime.getRuntime().exec(new String[]{\"ls \...
[ { "docid": "407eea180338bd09d4fc616a293c2c15", "score": "0.6584597", "text": "public KeyboardListener() {\n }", "title": "" }, { "docid": "5c6e7a804b7657dc214b2ebfe629aab3", "score": "0.65422827", "text": "void pridajListenerov () {\n\t\tkeyHandler handler = new keyHandler();\n\t\...
297e455607cc4bae1e28183cc9d61c82
Sets the value of the 'opTime' field.
[ { "docid": "320604bd99eb44d01971bf29f452f60b", "score": "0.82245404", "text": "public void setOpTime(java.lang.CharSequence value) {\n this.opTime = value;\n }", "title": "" } ]
[ { "docid": "057e5a139cded24744e51d5914116b7d", "score": "0.85105157", "text": "public com.leatop.bee.web.po.ETCPassListAvro.Builder setOpTime(java.lang.CharSequence value) {\n validate(fields()[15], value);\n this.opTime = value;\n fieldSetFlags()[15] = true;\n return this;\n }", ...
00a0080435b3c9fdfcbf085320aa7109
repeated .proio.model.eic.TrackSegment segment = 1;
[ { "docid": "45ed169f6b45734d437377e01aee02dd", "score": "0.0", "text": "public proio.model.Eic.TrackSegment.Builder getSegmentBuilder(\n int index) {\n return getSegmentFieldBuilder().getBuilder(index);\n }", "title": "" } ]
[ { "docid": "c2b31361a0ccbf75bc6663dacfb0af6d", "score": "0.68788254", "text": "proio.model.Eic.TrackSegment getSegment(int index);", "title": "" }, { "docid": "fbdc463e6fc4cc6e4c1908ddc58bcdfc", "score": "0.6711198", "text": "@Override\n public void setTrackSegment(TrackSegment s)...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "62200e3c9bb197447d38fd10bffecd9f", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Apptokens)) {\n return false;\n }\n Apptokens other = (Apptokens) object;\n if ((this.tid == null && other.tid !=...
[ { "docid": "742b0c3e2a1414946f3c2e50534b0bc8", "score": "0.6732996", "text": "public void setId(int id){this.id = id;}", "title": "" }, { "docid": "32f36428c868f1137f0240436002ed7e", "score": "0.66152227", "text": "@Override\n public long getId(){\n return id;\n }", ...
d5fb3029fb1583208ebeef14cb79ea49
Configura ListAdapter no listView para exibir dados
[ { "docid": "aa40bf0204f65eb4ead74d06a6d33451", "score": "0.0", "text": "@Override\n public void setChatAdapter(ListAdapter adapter) {\n chat.setAdapter(adapter);\n }", "title": "" } ]
[ { "docid": "edc16796ff3860cd2aff9a4f984e1b8d", "score": "0.74539006", "text": "private void llenarLista(){\n listaPersonas = new PersonaDao(MainActivity.this).consultar();\n // Crear un nuevo objeto del adaptador para el listView\n AdaptadorPersona adaptador = new AdaptadorPersona(\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4522aa291caf41564110059775ebefad", "score": "0.0", "text": "@Override\n\tpublic LabelTags[] getTags() {\n\t\treturn tags;\n\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": "" }, ...
263c42131a80dd10d7052778994de79b
Assigns the necessary mouse listeners for zooming
[ { "docid": "98e6721e8833589b9f79b4d9cb5474cc", "score": "0.64484274", "text": "private void activateZoomByScrolling() {\n explorer.addEventHandler(ScrollEvent.SCROLL, scrollEvent -> {\n double zoomValue = zoom.get();\n if (scrollEvent.getDeltaY() < 0) {\n zoom...
[ { "docid": "e11875f82496459ccb99ac65a92488c1", "score": "0.7507703", "text": "private void addListeners()\r\n\t{\r\n\t\t// zoom buttons\r\n\t\tlblZoomin.addMouseListener(new MouseAdapter()\r\n\t\t{\r\n\t\t\t@Override\r\n\t\t\tpublic void mouseUp(MouseEvent e)\r\n\t\t\t{\r\n\t\t\t\t// set the new zoomfac...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b55cd85193766e9cdd378df8bc4a1751", "score": "0.0", "text": "public void onTestSuccess(ITestResult result) {\n\t\n}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
dcd3431d53767a772f388da635e3e253
Iterator relted code END Test Client
[ { "docid": "0706a05309034f9acc0f106420a5ca22", "score": "0.0", "text": "public static void main (String[] args) {\n\n Stack<String> s = new Stack<String>();\n\n while (!StdIn.isEmpty())\n {\n String item = StdIn.readString();\n if (!item.equals(\"-\")) s.push(item);\n else if...
[ { "docid": "894895f9254cc4450a53759c23520c13", "score": "0.66636544", "text": "@Test\n void listIterator() {\n }", "title": "" }, { "docid": "cfcbaa131fdc5f9113a3c47174299185", "score": "0.64371324", "text": "@Override\n @Test\n @Ignore\n public void testIterator() {\n...
e55d905961d2acba7fb9034b137e164b
get current model's table
[ { "docid": "ae05a6db7599b1ee04483b9f2e4cf50f", "score": "0.75763184", "text": "public Table table() {\n\t\treturn this._getTable();\n\t}", "title": "" } ]
[ { "docid": "6ba5cf4f03a1df46133b0d457f63946e", "score": "0.8018481", "text": "public String getTable() {\n return get(TABLE);\n }", "title": "" }, { "docid": "c3cd7b4ef84a8d87da6028daf61124dd", "score": "0.7986162", "text": "public String getTable() {\n return table;...
3c6dd2d95b1b676f29c96c456e86690a
/checkSavePermissionParam(permissionParam); Menu menu = new Menu(); BeanUtil.copyProperties(permissionParam, menu); menu.setCreateBy(SecurityUtil.getLoginUserId()); menuMapper.insert(menu); return menu.getId();
[ { "docid": "5c200fe98fe35f1688b8bd9cca3281bd", "score": "0.58118767", "text": "@Override\n public String save(PermissionParam permissionParam) {\n return null;\n }", "title": "" } ]
[ { "docid": "70f90f416b24d10f9c6eb4d7c7a0c319", "score": "0.7145095", "text": "@RequestMapping({\"/modules/manage/system/menu/save.htm\"})\n/* */ @RequiresPermission(code=\"modules:manage:system:menu:save\", name=\"修改用户权限\")\n/* */ public void saveOrUpdate(HttpServletRequest request, HttpServ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f8a8f86587e2c1823de045f546504b33", "score": "0.0", "text": "public Node search(StateSpace stateInitial, StateSpace stateFinal) {\n\n if (stateInitial != null) {\n\n prodSystem = new ProductionSystem();\n\n Node node = new Node(stateInitial);\n nodeList...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
329d16405d3105644161fbee4fd1676d
Make predictions and find the current room's position
[ { "docid": "a69e206a04eb95274db5891a760e8430", "score": "0.5419942", "text": "@Override\n\tpublic int[] getPlayerPosition()\n\t{\n\t\tfor(int i = 0; i < rooms.length; i++)\n\t\t{\n\t\t\tfor(int j = 0; j < rooms[i].length; j++)\n\t\t\t{\n\t\t\t\tif(rooms[i][j] == currentRoom)\n\t\t\t\t{\n\t\t\t\t\t// Set...
[ { "docid": "2f8bed286134951634553ccc8e8a12ee", "score": "0.61452186", "text": "public void getTargetPosition()\n\t\t/* Compute the coordinates of the target position transformed by the homography. */ {\n\t\tMat matSrc = new Mat();\t\t\t\t\t\t// Variable store matrix of image.\n\t\tMat IDs = new Mat(); \...
67554450411abd3f2b03af97311370b9
For example purposes, get metadata for an example Document
[ { "docid": "2b374828da8a38ecf0225d03119fa344", "score": "0.6347918", "text": "public Document getMetadata(URI uri) throws PluginOperationFailedException {\n \n String str = uri.toString().substring(8) ;\n System.out.println(\"String = \" + str); \n return getDocument(str) ;\n...
[ { "docid": "46c70e38b3d8495a99c9b2ac280f3304", "score": "0.7201257", "text": "java.lang.String getMetadata();", "title": "" }, { "docid": "46c70e38b3d8495a99c9b2ac280f3304", "score": "0.72011435", "text": "java.lang.String getMetadata();", "title": "" }, { "docid": "46c70...
0e107b5ec05af845246a5e71dcd2a748
Checks if the given space is occupied by a GamePiece object that shares the same owner as the GamePiece object with the given id
[ { "docid": "7cf0c98068b45d982584409e8b9cfe34", "score": "0.72595125", "text": "protected boolean isOccupiedByAlly(String id, int x, int y) {\n\t\t\n\t\tif(!bm.isEmpty(x, y)) {\n\t\t\t\n\t\t\treturn pm.get(id).getOwner() == pm.get(bm.get(x, y)).getOwner();\n\t\t\t\n\t\t}\n\t\t\n\t\treturn false;\n\t\t\n\...
[ { "docid": "6a397375f31d4e895a18d826954c7fa1", "score": "0.7565932", "text": "protected boolean isOccupiedByOpponent(String id, int x, int y) {\n\t\t\n\t\tif(!bm.isEmpty(x, y)) {\n\t\t\t\n\t\t\treturn pm.get(id).getOwner() != pm.get(bm.get(x, y)).getOwner();\n\t\t\t\n\t\t}\n\t\t\n\t\treturn false;\n\t\t...
3f858f3c413d97fc861c0c3e573d61ca
Returns true if field avgSearchCost is set (has been assigned a value) and false otherwise
[ { "docid": "1480ca0d1f506df2b1d8d0d788b71ebd", "score": "0.8569795", "text": "public boolean isSetAvgSearchCost() {\r\n return EncodingUtils.testBit(__isset_bitfield, __AVGSEARCHCOST_ISSET_ID);\r\n }", "title": "" } ]
[ { "docid": "ff561698ebd939c5a7554505a37136ab", "score": "0.63513744", "text": "public boolean is_set_average() {\n return EncodingUtils.testBit(__isset_bitfield, __AVERAGE_ISSET_ID);\n }", "title": "" }, { "docid": "eb2623aa79424308c89129b65a9f85c5", "score": "0.6225549", "text":...
80e15c26c9239cbb2bdd531036c0e3db
int32 entityID = 1;
[ { "docid": "e529b169974a34cba962ebe02a557d9d", "score": "0.8010067", "text": "int getEntityID();", "title": "" } ]
[ { "docid": "fa866c5ce348db56eb8166188b93b232", "score": "0.7201041", "text": "public int getEntityID() {\n return entityID;\n }", "title": "" }, { "docid": "3addce3bb7e5567397b04e9f29340a12", "score": "0.7015652", "text": "public int getEntityID() {\n return entityID_;...
0fa3e399ee4de1842d7238684cae6565
For Firebase each custom class must have a public constructor that takes no arguments.
[ { "docid": "6e5c2f36e40ba04f71070c34e05819eb", "score": "0.6998338", "text": "public UserForFirebase() {\n }", "title": "" } ]
[ { "docid": "9eeed5b7bf03ebdd023fb53d01ca3c47", "score": "0.7562997", "text": "public ServicioFirebase() { }", "title": "" }, { "docid": "8bce658941271f9c971db1f0aeec8173", "score": "0.701236", "text": "public SubscribersInFirebase()\n\t{\n\t}", "title": "" }, { "docid": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f0577f5b26bea89ef7b75eef90bf88d1", "score": "0.0", "text": "@Override\n\tvoid slow() {\n\n\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": "" }, ...
9f66110e443fa10b3616dbb58e27a636
Accessor method for the month.
[ { "docid": "abcfae7c4ea4d991c65dfcffb6fcbac1", "score": "0.8395353", "text": "public int getMonth() {\n return month;\n }", "title": "" } ]
[ { "docid": "79d1f19090b428ac8c0557e1061b4d98", "score": "0.846002", "text": "long getMonth();", "title": "" }, { "docid": "15af73a6f20e00b9de8d51280d47345a", "score": "0.84406954", "text": "public int getMonth() {\r\n return month;\r\n }", "title": "" }, { "doci...
41567c36aa8316e3b83e2ae71a1c70f2
optional string user_id = 2;
[ { "docid": "90b3c90af00cd4869135d99e6cff3208", "score": "0.0", "text": "com.google.protobuf.ByteString\n getUserIdBytes();", "title": "" } ]
[ { "docid": "6b19ad8935fa044854b1ea0aca025c9f", "score": "0.72899914", "text": "public void setUser_id(String user_id) {\n this.user_id = user_id;\n }", "title": "" }, { "docid": "199ba7738c1284e39e642ac248741f8e", "score": "0.72855604", "text": "public void setUserid(Intege...
0a947195dc80a0763a894d190924abee
SQLiteDatabase db = this.getWritableDatabase();
[ { "docid": "bde1655bcad6385de356fcd8d5938048", "score": "0.0", "text": "public void addQuestionOS(QuestionOS quest) {\n ContentValues values = new ContentValues();\n values.put(KEY_QUES, quest.getQUESTION());\n values.put(KEY_ANSWER, quest.getANSWER());\n values.put(KEY_OPTA,...
[ { "docid": "b1fa14bb635b9bc8ff0cbaf874d6ea8e", "score": "0.8366378", "text": "public void open(){\n mSQLiteDatabase = this.getWritableDatabase();\n }", "title": "" }, { "docid": "897561f067fe12ffe4eba9f3cb61876d", "score": "0.83249456", "text": "@Override\n public void o...
5d20e9bc715a65b3e2f9b58ae8ea0083
A wrapper for the RMI nameserver lookup
[ { "docid": "bfa1e7205595e3d82bf09dafb00710a1", "score": "0.53506553", "text": "public static Remote lookup(String id) throws IOException {\n int wait = 100;\n\n while (true) {\n if (wait < 6000) {\n wait *= 2;\n }\n try {\n ret...
[ { "docid": "6706a7dcd393eb574bebbfe7b2611744", "score": "0.642677", "text": "public abstract String getServerName();", "title": "" }, { "docid": "9614da851134dbd9469706ac2ac98ba8", "score": "0.635492", "text": "String getServerName();", "title": "" }, { "docid": "9614da85...
c74f3589ca7a07da92f31ff448e6eb89
test cat exists with null
[ { "docid": "e3b6f800934e01b3d515e3fcef6fecf1", "score": "0.87605053", "text": "@Test\n\tpublic void catExistsNullTest() {\n\t\tboolean catexists = _l.catExists(1, null);\n\t\tassertFalse(catexists);\n\t}", "title": "" } ]
[ { "docid": "4fa32ca43710c7b8e6c7d73fe2b08b4b", "score": "0.7774184", "text": "@Test\n\tpublic void catExistsEmptyTest() {\n\t\tboolean catexists = _l.catExists(1, new ArrayList<Cat>());\n\t\tassertFalse(catexists);\n\n\t}", "title": "" }, { "docid": "9eb8551f69f93dfd0dd869d583d4478c", "s...
6fa20efbbe56fe54f3691a885d20107e
optional uint32 NoOrderFills = 14;
[ { "docid": "a1c6895f90f98086e458b975b23beb83", "score": "0.6959226", "text": "int getNoOrderFills();", "title": "" } ]
[ { "docid": "39bfebf0a72a54a1e82c52a9294be366", "score": "0.64161485", "text": "public int getNoOrderFills() {\n return noOrderFills_;\n }", "title": "" }, { "docid": "d598225c5cabe1fe09dca7b66a12b310", "score": "0.6332863", "text": "public int getNoOrderFills() {\n ret...
4b3875dc81f008aad53b8d084ba4c1b2
Postprocess the given array, i.e. after sorting has been completed.
[ { "docid": "256dcfc8540fe950ef2291c96ac4c2b6", "score": "0.62220544", "text": "@Override\n public void postProcess(X[] xs) {\n }", "title": "" } ]
[ { "docid": "eed59be017a138f17ae7a490c63d56d8", "score": "0.6512771", "text": "private static <E extends Comparable<E>> void sortInternal(E[] inputArray\n , int size){\n\t \n\t mergeSort(inputArray,0,size-1);\n\t \n //\n }", "title": "" }, { "docid": "83e1e7ddc14fd9c221861014c6f91...
45ce6e2e020fedf5c99dc6c54d0dc018
Service definition of a simple photometer device.
[ { "docid": "03f49ddd07f4420723853300911f4579", "score": "0.72623694", "text": "public interface Photometer extends GenericDevice {\n\n /**\n * Service property indicating the current illuminance sensed by the\n * photometer, expressed in lux (lx).\n * \n * <ul>\n * <li>This proper...
[ { "docid": "ec6343159184f9df3ec08d0cf3158e30", "score": "0.65191334", "text": "Sensor(String name, UUID service, UUID data, UUID config) {\n this.name = name;\n this.service = service;\n this.data = data;\n this.config = config;\n this.enableCode = ...
3a26ff42f54976484a8e94b1f256a3d1
This function initializes all the required fields from the relevant XML file And of the class
[ { "docid": "cf6bff20a996599de6bbac86550b81b9", "score": "0.6357768", "text": "private void initializeClassVariables(){\n family_name = (TextView)findViewById(R.id.familyName);\n circle_information = (ListView)findViewById(R.id.circleInformation);\n family_name.setText(getFamilyName(...
[ { "docid": "ee1e38dad92c7b12337524088c1fe4d6", "score": "0.6795336", "text": "protected void initializeElements ()\n {\n //Utilizado por los hijos para realizar la inyeccion de dependencia\n }", "title": "" }, { "docid": "3b64353cf3e182a102205a8194db557d", "score": "0.671477...
5a26fc7e029be660d67a5d0d7bc61b84
Returns the light color this cube emits
[ { "docid": "587d0ea57cec37465618a19ccd853bce", "score": "0.7449433", "text": "public float[] getLightColor(int metadata) {\r\n\t\treturn lightColor;\r\n\t}", "title": "" } ]
[ { "docid": "4efdda0cabaee3208dd86b757b9cddc7", "score": "0.7932033", "text": "public Color getColor() {\r\n\t\treturn light;\r\n\t}", "title": "" }, { "docid": "56b9a15da148a9333589e0a0da00aa0f", "score": "0.7389209", "text": "int getHighLightColor();", "title": "" }, { "...
3cfe2662fdebffd9e6e79bd0f01d2570
User clicked the "Cancel" button, so dismiss the dialog and continue editing the book.
[ { "docid": "885b3a6e8fa6cc9453ad05aab48ba0b4", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int id) {\n if (dialog != null) {\n dialog.dismiss();\n }\n }", "title": "" } ]
[ { "docid": "6d50c10fe36fe050b1f3783d6484dfec", "score": "0.7373334", "text": "public void cancel() {\r\n\t\tundo();\r\n\t\tsetEditing(false);\r\n\t\tonCancelled();\r\n\t}", "title": "" }, { "docid": "a30ba3acd04819968314bcef47ef4589", "score": "0.7259019", "text": "@Override\n pub...
14b0bb8200e1666551c0d9fd2dfc4366
Writes the given text correctly for the encoding of this document.
[ { "docid": "7b17d76ebb518e900a31d8db20b6ed71", "score": "0.58461684", "text": "public void writeText(char[] text, int off, int len) throws IOException {\r\n deNude();\r\n writerEscape.writeText(text, off, len);\r\n }", "title": "" } ]
[ { "docid": "545ab2cf828753fafe4258d973046a25", "score": "0.6577041", "text": "public void writeText(String text) throws IOException {\n markEndAttributes(false);\n write(encode(text));\n }", "title": "" }, { "docid": "c5c291b88a7285fbb604956330cce51c", "score": "0.651753...
efa33957d2fb4203f75eaaa11bac07fe
Properties Return the directory in which we create log files.
[ { "docid": "b43561acd5591cd9819909ee89f96fb8", "score": "0.5784713", "text": "public String getDirectory() {\r\n return m_directory;\r\n }", "title": "" } ]
[ { "docid": "8a77fd6f4f5832ba8e9ea2da72ed4838", "score": "0.7215467", "text": "public String getLogDir() {\n\t\treturn(logdir);\n\t}", "title": "" }, { "docid": "37c9bb797ebfce4ac2fcb0bdd3da1264", "score": "0.71842945", "text": "public String getLogDir() {\n return logdir;\n ...
226fe85e98d2a8a90997bbc82ee96650
Test case number: 88 /Coverage entropy=0.6931471805599453
[ { "docid": "a359a50a7e6383792f2ad09a8195beb7", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test088() throws Throwable {\n Csv csv0 = Csv.getInstance();\n SimpleResultSet simpleResultSet0 = new SimpleResultSet(csv0);\n Wildcard wildcard0 = new Wildcard(\"--D1d{8wlNx~]]_...
[ { "docid": "474568e3244a9a9f12834ec6bd55c9e9", "score": "0.7227703", "text": "@Test\n public void test35() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n CostMatrix costMatrix0 =...
7d61a7cb201e97170425e30c36d7bf4f
Checks if a full frame is available or not.
[ { "docid": "9172cdf829cd9d651521ff9e7157cc50", "score": "0.77992", "text": "public boolean hasFrameAvailable() {\n if (inReadMode) {\n return frames.size() > 1;\n } else {\n return frames.size() > 0;\n }\n }", "title": "" } ]
[ { "docid": "9ab8f096474d15594735eee347d8c1ff", "score": "0.7699633", "text": "boolean isFullFrame()\n {\n return bytesToFill == 0;\n }", "title": "" }, { "docid": "df80fde3657bfedf5b5dde2d2748e814", "score": "0.73358464", "text": "private boolean bufferFull()...
3e70f31957b5faaec18a1a5c1b405905
Calculates the fee for the given number of hours
[ { "docid": "75f0b86c5e879469712b8fe5bf774c90", "score": "0.64277345", "text": "double calculate(int workedHours);", "title": "" } ]
[ { "docid": "fb024de97320e377e9ce363c76e98caf", "score": "0.694972", "text": "static int calc1(int hours){ \r\n\t\tint totalEarnings;\r\n\t\ttotalEarnings = hours*10;\r\n\r\n\t\treturn totalEarnings;\r\n\t}", "title": "" }, { "docid": "98699819e44dbf5eeb6b599e29142a79", "score": "0.657818...
b00db5a29e35df06f96489d4528b14d6
estou na classe mas fora do matodo
[ { "docid": "26c3689d8697782891e0e1e48ecea981", "score": "0.0", "text": "public static void main(String[] args) {// mais é o Start Point da aplicação\n\t// estou na classe e dentro do metodo\n\tSystem.out.print(\"Olá mundo\");\n\t\n}", "title": "" } ]
[ { "docid": "be0074b1cf4ce5c84866ce0444679f87", "score": "0.6434519", "text": "public static void main(String[] args) {\n\n\t\tMulta_Trafico mt1 = new Multa_Trafico(20, \"B\");\n\t\tmt1.setResponsable(\"Paco\");\n\t\tmt1.setDescripcion(\"Exceso de velocidad\");\n\t\tmt1.setMatricula(\"MK\");\n\t\tmt1.set...
ad47e2d6ddef237862066cac6843f45e
Helper to test async behavior. We expect that runnable throws exception when assertions are false. The method tests that eventually all assertions are true. We avoid just checking once and exit if we have no exceptions. This is because after a while, the async process might produce undesired behavior. To avoid this we ...
[ { "docid": "46fb13a9c4bf6144c02d23c953aaf942", "score": "0.5675421", "text": "public static void tryDuring(int millis, Runnable c) {\n long deadline = System.currentTimeMillis() + millis;\n Throwable lastError = null;\n\n while(System.currentTimeMillis() < deadline){\n\n ...
[ { "docid": "eba0a6c2219b6098b387bf777dafecbb", "score": "0.6653257", "text": "@Test (expected = AsyncTestTool.AwaitTimeoutError.class)\n public void test20190614211950560863 ()\n {\n tool.setAwaitTimeout(Duration.ZERO);\n tool.awaitTrue(() -> false);\n }", "title": "" }, {...
ef0521da870196143739efca80689281
Create new instance using existing Client instance, and a base URI and any parameters
[ { "docid": "b5b15d4bcd16418f254370cc2180c1f0", "score": "0.5617516", "text": "public SwaggerJson(Client client, URI baseUri) {\n _client = client;\n _uriBuilder = UriBuilder.fromUri(baseUri);\n _uriBuilder = _uriBuilder.path(\"/swagger.json\");\n ...
[ { "docid": "18e9e88283bdc4a4ed28d4fe744d7654", "score": "0.6594327", "text": "public NewJerseyClient() {\n client = javax.ws.rs.client.ClientBuilder.newClient();\n webTarget = client.target(BASE_URI);\n }", "title": "" }, { "docid": "ae014156fefa97da980f8b93f2cc8d33", "s...
7a3f44e10d9677ae899bc9888073f7eb
Returns the sharing ID of the video sharing
[ { "docid": "af6c5cb45cf19ef9424822a1f80f6705", "score": "0.6694119", "text": "public String getSharingId() throws JoynServiceException {\n\t\ttry {\n\t\t\treturn sharingInf.getSharingId();\n\t\t} catch(Exception e) {\n\t\t\tthrow new JoynServiceException(e.getMessage());\n\t\t}\n\t}", "title": "" ...
[ { "docid": "18878ac7edb7cd0775f33208138f984f", "score": "0.67123187", "text": "public int getShare() {\n return share;\n }", "title": "" }, { "docid": "98f27597689b3ddeda0e5bef67658c65", "score": "0.637988", "text": "public String getVideoId() {\r\n return videoId;\r...
d25117138d6b6994c953edaaf8d1bb2c
Reads a class name from the command line, loads it and prints out information about it.
[ { "docid": "05e9f0924106b1d41fb8b6d1248a7f71", "score": "0.6808009", "text": "public static void main(String[] args) {\n if (args.length < 1) {\n err.println(\"** Missing class name\");\n usage();\n }\n\n Class c = null;\n\n try {\n c = Class.forName(args[0]);\n\n } catch (...
[ { "docid": "3e88d46d2a0b879911c0dd22e02e54b7", "score": "0.6983176", "text": "public static void main(final String[] args) {\n try {\n Class<?> cls = Class.forName(args.length > 0 ? args[0] : \"java.lang.String\");\n dumpClassDeclaration(cls);\n } catch (Exception ex)...
5089f8516bcee7354971d5e6683cb35b
Update/Query the FX classes here
[ { "docid": "f5bc0739077500e3f184ef184a6e78f7", "score": "0.0", "text": "@Override\n public void run() {\n MessageBox.Builder(Alert.AlertType.ERROR, \"Error\", \"Could not find process\").show();\n ...
[ { "docid": "251eef8a3aac47ac220657eef6f9a44b", "score": "0.5960224", "text": "public void update() {\n GridFX.update();\n GameController.updateResourcesBar();\n\n }", "title": "" }, { "docid": "1afbaa5f0bcad59ea2923e00e7c51073", "score": "0.5831692", "text": "@FXML p...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3d61f96c4e393f2bf2557ddb4bc91745", "score": "0.0", "text": "@Override\n\tpublic void startCleansing() {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
f1735110241db061ab0fabb66608a9f4
$ANTLR end "rule__TupleTypeCS__Group_1__0" $ANTLR start "rule__TupleTypeCS__Group_1__0__Impl" InternalUSE.g:8758:1: rule__TupleTypeCS__Group_1__0__Impl : ( '(' ) ;
[ { "docid": "8a379e74493258a08eda58d8aebf2350", "score": "0.7802509", "text": "public final void rule__TupleTypeCS__Group_1__0__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalUSE.g:8762:1: ( ( '(' ) )\r\n ...
[ { "docid": "deeaf7fff29bad939e225f98f02ee6e4", "score": "0.8172787", "text": "public final void rule__TupleTypeCS__Group_1_1__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalUSE.g:8869:1: ( ( ( rule__Tup...
07b0661a9f4756b26ae44d54ae8e5f4f
HomeItem method which stops all object activity for program termination
[ { "docid": "3259159a91f0841ecc1b829bcb1c1cc2", "score": "0.0", "text": "public void stop() {\n tempLoggerComponent.stop();\n }", "title": "" } ]
[ { "docid": "7cc6298a0d6b35b37ffd30d85b841064", "score": "0.6454359", "text": "@Override\n\t\t\tpublic void onHomePressed() {\n\t\t\t\tIntent intent = new Intent(pBaseActivity.this, FxService.class);\n\t\t\t\tstopService(intent);\n\t\t\t}", "title": "" }, { "docid": "20035abfeb375ee1a7d30c071...
8116acf18232c47b54575bf2ba88f6dd
Call the autogenerated client code to send a UpdateJobProgress message to the server.
[ { "docid": "84dbb1cc19a23261d309fc37fb62ac9d", "score": "0.56197715", "text": "@Override\n public String sendServerMsg(WorkforceReputationService pWorkforceReputationPublicService,\n String pMsgToSend) throws ServiceException {\n return pWorkforceReputationPublicService.updateJobProgres...
[ { "docid": "19f38c6cd91a76bbc75dd325dd38e52b", "score": "0.6553265", "text": "protected void progress(double progress) {\n\t\tsendMessage(progress); \n\t}", "title": "" }, { "docid": "ba3b8ba116a6bfbef0c68c6445caa8b2", "score": "0.634787", "text": "@Override\n public void sendPr...
ad01df22e42f795c5dbc911dfa678652
Derived from label. schema name = ['urn:partner.soap.sforce.com']:label schema type = [' schema formQualified = true
[ { "docid": "af507a2ec9aa4a5f24be90d30ef936a8", "score": "0.0", "text": "public java.lang.String getLabel() {\r\n return label;\r\n }", "title": "" } ]
[ { "docid": "c83383b974057e27f405e5babbf7ce2e", "score": "0.580657", "text": "default void setLabel(String label) {\n\t\tsetRestProperty(SchemaChangeModel.LABEL_KEY, label);\n\t}", "title": "" }, { "docid": "acf17782252410fe831eaacd01329839", "score": "0.5539423", "text": "default Str...
738284d41ddd48adbd58caafa4447ab1
Adds a relationship between two terms with a given distance and type
[ { "docid": "86417eb99b9aa26c7c2fd0e0c8e84540", "score": "0.59423167", "text": "public void addRelationship(int child, int parent, int distance, boolean isA)\r\n\t{\r\n\t\t//Create the relationship\r\n\t\tRelationship r = new Relationship(distance,isA);\r\n\t\t//Then update the MultiMaps\r\n\t\tdescendan...
[ { "docid": "cc86534d864f5fc102b51d41928a971a", "score": "0.6812367", "text": "void addDirectRelationship(Person from, Person to, RelationshipType type);", "title": "" }, { "docid": "4dd7ee47d9009b89067c55886619092e", "score": "0.671364", "text": "void addDistantRelationship(Person to...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9d60b79e83bf04fe320e7e7d267b0566", "score": "0.0", "text": "private node CreateNewNode(int k) {\n\t\tnode obj = new node();\r\n\t\tobj.data=k;\r\n\t\tobj.left=null;\r\n\t\tobj.right=null;\r\n\t\treturn obj;\r\n\t\t\r\n\t\t\r\n\r\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
4b1db8816fb718448987717b8e7d608c
This method was generated by MyBatis Generator. This method sets the value of the database column notify_result.creator
[ { "docid": "dad7c21d70d0f73e3e2b0f55ffd8e748", "score": "0.56971353", "text": "public void setCreator(String creator) {\n this.creator = creator == null ? null : creator.trim();\n }", "title": "" } ]
[ { "docid": "875114b07bad430166a8f0a2c8b05357", "score": "0.6140214", "text": "public void setCreator(Long creator) {\n this.creator = creator;\n }", "title": "" }, { "docid": "875114b07bad430166a8f0a2c8b05357", "score": "0.6140214", "text": "public void setCreator(Long crea...
c8858cc4cb90b11a7c24aa033ce2c968
Provides access to the entity's sprite.
[ { "docid": "84df6f668be36a26931a867a8b1df8b3", "score": "0.75232303", "text": "public Sprite sprite()\n\t{\n\t\treturn sprite;\n\t}", "title": "" } ]
[ { "docid": "91bc8cf6d81d5024361a56076340091f", "score": "0.782659", "text": "protected abstract Sprite getSprite();", "title": "" }, { "docid": "10d05f76f1769fe7fa0a4eb2a45d1261", "score": "0.7801755", "text": "public String getSprite() {\n return sprite;\n }", "title":...
0394a1f3f9c3238d03b3fe62d4de163e
User defined loop method This method will be called repeatedly in a loop while this op mode is running
[ { "docid": "4da9befcae983b6e76411e3832045831", "score": "0.0", "text": "@Override\n public void loop() {\n// // hsvValues is an array that will hold the hue, saturation, and value information.\n// float hsvValues[] = {0F, 0F, 0F};\n//\n// // values is a reference to the hsvValues...
[ { "docid": "3b016fa726642a13940de9fd3f1443f9", "score": "0.8074541", "text": "public void loop(){\n \n }", "title": "" }, { "docid": "e9a7ffa15e646a25af7c9f8fdba37a3b", "score": "0.77767986", "text": "public void _run_loop(){ }", "title": "" }, { "docid": "cb417cb8b...
40626a4b9243bf64e6ba4cbdf471b3e6
This method was generated by MyBatis Generator. This method corresponds to the database table OP.T_FN_TICKET_DEAL
[ { "docid": "79d718f79bc4996558051fc708302722", "score": "0.430676", "text": "@DeleteProvider(type=TFnTicketDealSqlProvider.class, method=\"deleteBySpec\")\r\n int deleteBySpec(TFnTicketDealSpec spec);", "title": "" } ]
[ { "docid": "e3606d7966e69a4aa3af774b0eeee78d", "score": "0.5920655", "text": "@Select({\r\n \"select\",\r\n \"TICKET_DEAL_ID, DEAL_DATE, ORG_CD, BRANCH_CD, MAC_NO, SEQ, TICKET_CD, KJ_GUBUN, \",\r\n \"KJ_CNT, KJ_AMT, UPDATE_UID, UPDATE_DATE\",\r\n \"from OP.T_FN_TICKET_DEAL\",...
32e2c259b820fdb2ef07e72724f1011d
required int32 level = 5;
[ { "docid": "b273b7983db7d11cc42b34401a710f80", "score": "0.0", "text": "public Builder clearLevel() {\n bitField0_ = (bitField0_ & ~0x00000010);\n level_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "f13ef5d9320af53ba80aa1bc513c39e7", "score": "0.748661", "text": "Integer getLevel();", "title": "" }, { "docid": "dd8182d22b6d7f4e89141c5e1d47f336", "score": "0.7472994", "text": "public abstract int levelINT();", "title": "" }, { "docid": "dc9ac52ac6e2d219a1d...
78992680e973abcf9d32622e2ea1e375
slightly different than triangle point
[ { "docid": "be12caeac345f20618293afcf4c6917a", "score": "0.0", "text": "private Pair OSgetStartingNonTrianglePoint(Player p, Player firstPoint, Player secondPoint, int mentality)\n\t{\n\t\t//only one point\n\t\t//find shortest path like \n\t\t//triangle point getting 1st point\n\t\t//but between player ...
[ { "docid": "06a15bf77775c0120abb776e6856ac62", "score": "0.6409341", "text": "public abstract boolean isTriangle();", "title": "" }, { "docid": "d820b9b6e04dd8cd8c623a2665709d85", "score": "0.6324262", "text": "public static void drawTrianglePhong(BufferedImage buff, DepthBuffer dept...
427080ea26970e6f14a19e1596d40eb9
Method yang digunakan untuk mendapatkan id terakhir dari database jobseeker
[ { "docid": "d4fc9a40ac6ce0389ce28009449a155b", "score": "0.0", "text": "public static int getLastId() {\n return lastId;\n }", "title": "" } ]
[ { "docid": "2ea3f646855a4de84777156e9d69a012", "score": "0.73964405", "text": "private int getId(){\n\t\t return id;\n\t }", "title": "" }, { "docid": "cee097c4d66f48b1bd23f452236cd690", "score": "0.71565044", "text": "long getId();", "title": "" }, { "docid": "cee097c4d6...
c67a569562741b627c1dca017625b919
Returns the name of the message sender.
[ { "docid": "918f83217c2bee3240104c555383cd36", "score": "0.0", "text": "public String getName() \r\n\t{\r\n\t\treturn name;\r\n\t}", "title": "" } ]
[ { "docid": "5e57e239af76d314e7b9977dd0d8ed3f", "score": "0.85855407", "text": "java.lang.String getSenderName();", "title": "" }, { "docid": "e21b84902e904e952e0ce71693aedd9f", "score": "0.84450734", "text": "public java.lang.String getSenderName() {\n java.lang.Object ref = sen...
5127726cf696a0da0f5fd8fd8ec35099
This method initiate animation in which to send a boat to the given destination
[ { "docid": "21560217e7b6b8947c83492fa32cca58", "score": "0.64371943", "text": "private void initiateSailAnimation(int destiX, int destiY, Land land) {\n\t\tnew SwingWorker<Void, Void>() {\n\t\t@Override\n\t\tprotected Void doInBackground() throws Exception {\n\t\t\t\n\t\t\tint yCoordinate;\n\t\t\t\n\t\t...
[ { "docid": "4bcbe4c60efcb8014f1533311d95b201", "score": "0.6368567", "text": "public void act() \n {\n animatebipol();\n }", "title": "" }, { "docid": "10dff01872b1056a2f1cdedc3d4e0457", "score": "0.60564476", "text": "@Override\n\tpublic void msgAnimationFinishedGoToSea...
53bf0785c3869eb1cd4063b08768c9af
Test of setId method, of class StoreSection.
[ { "docid": "be457fea1d20de35b39cfc0a3d5e5714", "score": "0.82369566", "text": "@Test\n public void idSetterShouldWork() {\n System.out.println(\"setId\");\n Long id = 9L;\n StoreSection instance = new StoreSection();\n instance.setId(id);\n \n assertEquals(in...
[ { "docid": "a732a4313a1530f8b89ea5c7fdc0b3e7", "score": "0.6954645", "text": "@Test \n\tpublic void testSetGetId() {\n\t\tlong id = 200; \n\t\tFoodItem foodItem1 = new FoodItem(); \n\t\tfoodItem1.setId(id);\n\n\t\tassertTrue(foodItem1.getId() == id); \n\n\t}", "title": "" }, { "docid": "e0a4...
549f595d1d7d38b2d6aee1266ec8ca35
This method was generated by MyBatis Generator. This method corresponds to the database table sys_admin_permission
[ { "docid": "e269e5e088df56f597b6974160cc7baf", "score": "0.0", "text": "@Override\n public String toString() {\n StringBuilder sb = new StringBuilder();\n sb.append(getClass().getSimpleName());\n sb.append(\" [\");\n sb.append(\"Hash = \").append(hashCode());\n sb.a...
[ { "docid": "f238d26be44aa0c742de07b97b1e1ab8", "score": "0.65611935", "text": "java.util.List<yandex.cloud.api.mdb.mysql.v1alpha.UserOuterClass.Permission> \n getPermissionsList();", "title": "" }, { "docid": "f238d26be44aa0c742de07b97b1e1ab8", "score": "0.65611935", "text": "...
4d482fee9a22f42e078e8a7a3f570059
Specifies a usersupplied identifier. This is the unique key that identifies a Cache Cluster.
[ { "docid": "fb9623d6f3bea43144de42e91d5bf107", "score": "0.55375504", "text": "public void setCacheClusterId(String cacheClusterId) {\n this.cacheClusterId = cacheClusterId;\n }", "title": "" } ]
[ { "docid": "84697e8d0981f6c67aa981e536b7de40", "score": "0.68294257", "text": "java.lang.String getClusterId();", "title": "" }, { "docid": "84697e8d0981f6c67aa981e536b7de40", "score": "0.68294257", "text": "java.lang.String getClusterId();", "title": "" }, { "docid": "1b...
80f18856bffac1b2ca5376ac9844a368
repeated .liubaninc.m0.utxo.Input inputs = 10;
[ { "docid": "d5f06b5be8e4802306292a0cdb1f67ca", "score": "0.0", "text": "public liubaninc.m0.utxo.InputOuterClass.Input.Builder addInputsBuilder() {\n return getInputsFieldBuilder().addBuilder(\n liubaninc.m0.utxo.InputOuterClass.Input.getDefaultInstance());\n }", "title": "" ...
[ { "docid": "c80c4c7c6b02650ad77c04434d847c2b", "score": "0.62050575", "text": "liubaninc.m0.utxo.InputOuterClass.Input getInputs(int index);", "title": "" }, { "docid": "c80c4c7c6b02650ad77c04434d847c2b", "score": "0.62050575", "text": "liubaninc.m0.utxo.InputOuterClass.Input getInpu...
77747b9fe4a559d0106065b0d47ae196
Renvoie la liste des triangles
[ { "docid": "596cfef01a5ff5ca4e0b7c352781cbdc", "score": "0.7077832", "text": "public ArrayList<Triangle> getListeTriangle(){\n\t\treturn liste_triangle;\n\t}", "title": "" } ]
[ { "docid": "6a3b30257fff853ad9ecaca68f57d847", "score": "0.747241", "text": "public List<Triangle> getTriangulation();", "title": "" }, { "docid": "f14d2ae023aadd886498383540e4cee0", "score": "0.6942136", "text": "public void videListe(){\n\t\tliste_triangle.clear();\n\t}", "titl...
baa5231dc47afb9a074b26471ea20844
Build call for getUsersUsingGET
[ { "docid": "22d6d87cd17de991c4d1fb725bb263a9", "score": "0.5936265", "text": "public com.squareup.okhttp.Call getUsersUsingGETCall(String filter, String status, String accountType, String sort, String company, Integer start, Integer page, Integer size, Long groupId, Long tenantId, Boolean summary, final...
[ { "docid": "0b684ab8ea1b6c6bf30e3cd102e7b69c", "score": "0.7226704", "text": "@GET(\"user/all\")\r\n Call<ArrayList<User>> fetchUsers();", "title": "" }, { "docid": "55388d6d2596720afde5485401248658", "score": "0.71204054", "text": "List<User> getAllUsersRequest();", "titl...
5759b14cac1a56bfa1ac0c9931a0a474
Sets the version id from the URI.
[ { "docid": "ed5b1cf2bf541462b7c2d1fd9f62be79", "score": "0.66143185", "text": "public void setUriVersionId(String uriVersionId) {\n this._uriVersionId = uriVersionId;\n }", "title": "" } ]
[ { "docid": "9a66ffb70dcb60ccf0fdbc36a292acb3", "score": "0.64654446", "text": "void setVersionId(long id);", "title": "" }, { "docid": "8b2c2a661b0fe995240ddceac1c02184", "score": "0.63316435", "text": "public String getUriVersionId() {\n return _uriVersionId;\n }", "title": ...
9db27466d4e75ca06e027c8af240cd42
optional string TradeBSFlag = 11;
[ { "docid": "8d9e42fe88c42e2b86001906c8cd8c34", "score": "0.71188676", "text": "public Builder setTradeBSFlag(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000400;\n tradeBSFlag_ = value;\n onChanged();\n...
[ { "docid": "a7bb22412f05028d5b148ddf44fb6fad", "score": "0.80951786", "text": "java.lang.String getTradeBSFlag();", "title": "" }, { "docid": "16750d5742f326296170dac52c91b3c9", "score": "0.6807559", "text": "public java.lang.String getTradeBSFlag() {\n java.lang.Object ref = tr...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "0a575e93899a1f422b9d906fa1f1a8d6", "score": "0.0", "text": "public ServiceResponse get_return(){\r\n return local_return;\r\n }", "title": "" } ]
[ { "docid": "cae7dd0c3ea172c79f53946f56f87dc3", "score": "0.7416309", "text": "Object get();", "title": "" }, { "docid": "5208c5a1589f91c10be5dd0c0c08671d", "score": "0.7173469", "text": "public T get();", "title": "" }, { "docid": "12b08246b8afa882d61fffec13cac698", "...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "03137170e6ef1f4bb5da433a57961139", "score": "0.0", "text": "public static ContactPermissionRequestDialog m60134a(PermissionRequestCallback eaVar) {\n ContactPermissionRequestDialog contactPermissionRequestDialog = new ContactPermissionRequestDialog();\n contactPermissionRequest...
[ { "docid": "5b086c8ac16e5d5bb19debbe6162f992", "score": "0.6385309", "text": "public interface C35018a {\n /* renamed from: a */\n void mo88789a();\n }", "title": "" }, { "docid": "b83b0f0ec27f3e5a93d4f7f54f8557d8", "score": "0.6229075", "text": "protected interface ...
2327c650cb979ee0f26b4b8bb1c5f2a9
Sets the article ID of this vcms article.
[ { "docid": "a3beae23317b94034d3cc687a3be8186", "score": "0.71785975", "text": "public void setArticleId(java.lang.String articleId) {\n\t\t_vcmsArticle.setArticleId(articleId);\n\t}", "title": "" } ]
[ { "docid": "7ad811299c1e890c883a81caf0cc58a3", "score": "0.7401239", "text": "public void setArticleId(String articleId);", "title": "" }, { "docid": "85f310264b858fb981d2769cccf7ffdc", "score": "0.7311448", "text": "public void setArticleid(Integer articleid) {\r\n\t\tthis.articleid...
9bff317c5421ba62c6c2fdd75e21aeac
/ Method to check if passed strings are empty (handle NullPointer)
[ { "docid": "95f55b7427bb19690522e8644d829ec8", "score": "0.0", "text": "private Double checkTextView(String str) {\n\n if(str != null && !str.trim().isEmpty()) {\n Log.d(LOG_TAG, \" Reading TextView typed number...\");\n return Double.parseDouble(str);\n }\n ...
[ { "docid": "ee796f888818767a146adb63f0fb580a", "score": "0.7819611", "text": "private static boolean isEmpty(String a) {\r\n\t\treturn a == null || a.trim().length() == 0;\r\n\t}", "title": "" }, { "docid": "45c5a9dfe6e3f27c71c6de1fa7e06f31", "score": "0.7797853", "text": "public sta...
5e5f78319bbccc21eff4013b415a15f8
hovers over Webelement without clicking it
[ { "docid": "189524282a2b1e8cba6c351865fa5148", "score": "0.73816377", "text": "public void hoverOverElement(GuiElement guiElement) {\n\t\tguiActions().hoverOverElement(testContext, guiElement);\n\t}", "title": "" } ]
[ { "docid": "64cd649765c8ae5afcd176dcdfd8d066", "score": "0.747291", "text": "public void hoverItem(By element){\n //reporter.info(\"Put mouse pointer over element: \" + element.toString());\n Actions action = new Actions(driver());\n action.moveToElement(findElement(element)).build(...
968968b90e96d49f3876207d0faf4fa9
Spring Data Elasticsearch repository for the EnvoiResultat entity.
[ { "docid": "1e8b01246397bda58e686f05b6ae74d6", "score": "0.83499604", "text": "public interface EnvoiResultatSearchRepository extends ElasticsearchRepository<EnvoiResultat, Long> {\n}", "title": "" } ]
[ { "docid": "cea27415ebef12341f2fc67ef7aa7029", "score": "0.757144", "text": "public interface DoacaoSearchRepository extends ElasticsearchRepository<Doacao, Long> {\n}", "title": "" }, { "docid": "9e2a5ed0b89fee355eda35e3454123b4", "score": "0.754951", "text": "public interface Class...
3b2904404263aa78baef9f341052a26e
Configuration for the blocking thread pool
[ { "docid": "164948450383d42ed57cce7cf7166a97", "score": "0.83522433", "text": "ThreadPoolConfigurationBuilder blockingThreadPool();", "title": "" } ]
[ { "docid": "a4609b5d5ba46013c93ae148833d4bfe", "score": "0.7930769", "text": "ThreadPoolConfigurationBuilder nonBlockingThreadPool();", "title": "" }, { "docid": "bf04a4c97fd89311407fe65a0ba1608d", "score": "0.7119228", "text": "ThreadPoolConfigurationBuilder asyncThreadPool();", ...
42f1286d44502f428fd352608bbb57cc
Returns the total blocks received for this CommPath.
[ { "docid": "9d4438f3b02eb5ad6cfd3498ec506cf0", "score": "0.6937368", "text": "public int getBlocksReceived ( ) {\n\treturn blocksReceived;\n}", "title": "" } ]
[ { "docid": "22b832462ddaecc6559704d0e1841d33", "score": "0.66768885", "text": "public int getReceivedCount() {\n return received_.size();\n }", "title": "" }, { "docid": "22b832462ddaecc6559704d0e1841d33", "score": "0.66768885", "text": "public int getReceivedCount() {\n ...
1aef8b33a6c6afcc371dc7f640882d09
Get the system property.
[ { "docid": "7f1a6232890b5fca182bedc0aba75eec", "score": "0.5968492", "text": "public static Object sysProp(Object t, String k) {\n\t\treturn Ipmems.get(k);\n\t}", "title": "" } ]
[ { "docid": "c499f5279e924fb6a0edce3002f077fe", "score": "0.7831718", "text": "private static String getSystemProperty(String name) {\n return (String)AccessController.doPrivileged(new GetSystemPropertyAction(name));\n }", "title": "" }, { "docid": "0b93f2086c4c65a61cf79fe7752ec572"...
a0ab375ff544e460c76310e5d42ef9d0
Move player in given direction.
[ { "docid": "05009e596792a65b2184301c65c8dae3", "score": "0.7388812", "text": "public void move(Direction dir) {\n if (mDelay.isFree()) {\n //Logger.log(\"Player.move: Moving into direction \" + dir);\n mMover.move(dir);\n mDelay.lock();\n }\n }", "ti...
[ { "docid": "6c2d6f49e6448c0ddec01af385b48a1f", "score": "0.8307571", "text": "public void movePlayer(String direction) {\n final int speed = 1;\n int nextPos;\n int oldPosX = this.player.getPosX();\n int oldPosY = this.player.getPosY();\n\n switch (direction) {\n ...
b4ae15e0e73a166753e1f253c09cf9c7
Creates a DSN based on a URI.
[ { "docid": "27b1c29661bbf8ed5f093bbf92b0d1ae", "score": "0.6565876", "text": "public Dsn(URI dsn) throws InvalidDsnException {\n if (dsn == null)\n throw new InvalidDsnException(\"The sentry DSN must be provided and not be null\");\n\n options = new HashMap<>();\n protoco...
[ { "docid": "1b02b195315622e483d4b5c2001ab4a6", "score": "0.67608845", "text": "public Dsn(String dsn) throws InvalidDsnException {\n this(URI.create(dsn));\n }", "title": "" }, { "docid": "4b7fcf131aabc96aaa9aea3dddb9e474", "score": "0.64485896", "text": "@DSGenerator(tool_...
014fab879f384d68f5d1a782688e024a
Sets whether user is populated with values or empty.
[ { "docid": "a98ced34afdf0a91e14d1ecfc57958e3", "score": "0.60407484", "text": "public void setIsEmpty(Boolean isEmpty) {\r\n\t\tthis.isEmpty = isEmpty;\r\n\t}", "title": "" } ]
[ { "docid": "e1aaa4c408f3339b813e0eb84c7b6660", "score": "0.6217093", "text": "@Override\n\tprotected boolean allFieldsPopulated() {\n\t\treturn parameter != null && value != null;\n\t}", "title": "" }, { "docid": "249068511c9a21eab9657fec19871f49", "score": "0.60769486", "text": "pub...
38162a993a57b271ee953f5b74805e53
This method was generated by MyBatis Generator. This method corresponds to the database table EMAIL_ENDINGS
[ { "docid": "a4f39d8dff145a26f8eaf86a5ac5a1b8", "score": "0.62628627", "text": "public int updateEmailEndingsByPrimaryKey(EmailEndings record) throws SQLException {\n\t\tint rows = sqlMapClient.update(\"EMAIL_ENDINGS.updateByPrimaryKey\", record);\n\t\treturn rows;\n\t}", "title": "" } ]
[ { "docid": "584387b028378c3736fcab1f6af59c4c", "score": "0.6907594", "text": "public EmailEndings selectEmailEndingsByPrimaryKey(Integer id) throws SQLException {\n\t\tEmailEndings _key = new EmailEndings();\n\t\t_key.setId(id);\n\t\tEmailEndings record = (EmailEndings) sqlMapClient.queryForObject(\"EMA...
3e70f6f4c510f703dfd9182c75944627
GENFIRST:event_EscenarioActionPerformed TODO add your handling code here:
[ { "docid": "feb0339986df989221d6d326148fa115", "score": "0.6667334", "text": "private void EscenarioActionPerformed(java.awt.event.ActionEvent evt) {\n int no=0;\n String TamañoEscenario;\n TamañoEscenario=ComboEscenario.getSelectedItem().toString();\n switch(TamañoEscenario)...
[ { "docid": "64e6224c5e6622e60c8ef650104d4b8a", "score": "0.63219965", "text": "@Override\r\n\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\r\n\t\t\tif(e.getSource()==salir) {\r\n\t\t\t\tSystem.exit(0);\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\tif(e.getSource()==jugar) {\r\n\t\t\t\t\tventana = new ...
c66f4a7c76001610ba6c3b7939eabdb3
Method takes a BitInputStream containing an encoded file, a PrintStream to write the decoded data to, and an End of File character. The encoded file is read one bit at a time. A pointer is defined and points to the overallRoot of the tree. Each bit represents a direction in the binary tree to take, and the pointer is u...
[ { "docid": "648335ae5a0eb82fa24beb94640d6ae3", "score": "0.7019191", "text": "public void decode(BitInputStream input, PrintStream output, int eof) {\r\n\t\t\r\n\t\t// Declaring method variables\r\n\t\tHuffmanNode pointer = overallRoot;\r\n\t\tint direction;\r\n\t\tint result;\r\n\t\t\r\n\t\twhile (true...
[ { "docid": "72781d53a0400417e2aa9e628e5b5420", "score": "0.6978255", "text": "public void decode(BitInputStream input, PrintStream output, int eof){\t\t\t\n\t\t\t// create a loop to read the input\n\t\t\tint n = input.readBit();\n\t\t\tNode current = queue.peek();\n\t\t\t\twhile(n!=-1){\n\t\t\t\t// chec...