query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
e6296a9994d0e66512f40a79a7532146
Launch the application. Create the frame.
[ { "docid": "7f16011d8e5c317f8c170205678398a7", "score": "0.0", "text": "public TelaVisualizacaoDepartamento(final JFrame TelaAnterior, final Sistema sistema) {\n\t\tTelaAtual = this;\n\t\tsetTitle(\"Departamento\");\n\t\tsetDefaultCloseOperation(JFrame.NORMAL);\n\t\tsetBounds(100, 100, 688, 397);\n\t\tc...
[ { "docid": "685d7fdf8818a0b7fe09d9181a171eb6", "score": "0.7766924", "text": "public void launch() {\n\t\tJFrame frame = new JFrame();\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.setSize(WIDTH, HEIGHT);\n\t\tthis.init();\n\t\tframe.add(this);\n\t\tframe.setVisible(true);\n\n\t}...
23f8bfef95db706e99fd7db49d999342
Get the current date in "yyyyMMdd HH:mm:ss" format.
[ { "docid": "2b0174b2f97d613ca60f521fdba34c97", "score": "0.71003175", "text": "@SuppressLint(\"SimpleDateFormat\")\n public static String getFormatedDate() {\n // Date format: 2013-05-24 16:00:00\n SimpleDateFormat dateFormat = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss\");\n Str...
[ { "docid": "b183c8e83b55ba23c1d4c17d8dd4ecb9", "score": "0.8235114", "text": "public static String getFormattedCurrentDate() {\n\t\t\n\t\tSimpleDateFormat timeFormat = new SimpleDateFormat(\"yyyy-MM-dd\");\n\t\ttimeFormat.setTimeZone(TimeZone.getTimeZone(\"GMT\"));\n\t\t\n\t\tString time = timeFormat.fo...
d0d9beecc7171e93e9dacd7dbf8784fa
Spawns all elements with given filter (e.g. you are able to spawn only elements that are inside some kind of world)
[ { "docid": "737f19684860f6254a44e88277491e63", "score": "0.6475094", "text": "public static void scheduleSpawnAll(Predicate<ISpawnPoint> spawnPointFilter) {\n ProfessionLogger.log(\"Schedule spawn all\", Level.FINEST);\n final Consumer<ISpawnPoint> action = z -> {\n try {\n ...
[ { "docid": "da10b09decabb012e5649f50dd864880", "score": "0.67795056", "text": "private static void doForAllElements(Predicate<ISpawnPoint> spawnPointFilter, Consumer<ISpawnPoint> action) {\n final Collection<Spawnable> spawnables = getSpawnableElements();\n for (Spawnable spawn : spawnable...
a676e44cdfcd010ac45c6b8fb9f869fc
Get tag by it's name
[ { "docid": "0273151f35d5fcb55ad5362b04bd3e06", "score": "0.78503567", "text": "Tag getTagByName(String name) throws ServiceException;", "title": "" } ]
[ { "docid": "00709e5fc988e95427b50780ad4f8d08", "score": "0.8923268", "text": "Tag getByName(String name);", "title": "" }, { "docid": "6957257a1e20dc4fc5797c1b85eabdaa", "score": "0.80382395", "text": "public Tag readOrCreateTagByName(String name);", "title": "" }, { "doc...
d5bb1e1a2241eac5620a0f49596fd738
Reduce results into 'this' so they collapse going up the execution tree. NULL out childreferences so we don't accidentally keep large subtrees alive: each one may be holding large partial results.
[ { "docid": "4da864fb22e4d5584541ac5e948c525f", "score": "0.47567648", "text": "@Override public final void lonCompletion( CountedCompleter caller ) {\n if( _left != null ) reduceAlsoBlock(_left); _left = null;\n if( _rite != null ) reduceAlsoBlock(_rite); _rite = null;\n returnReservedMemory();...
[ { "docid": "62efeea4e5b9234df496d698a7be1990", "score": "0.5672805", "text": "@Override\n\t\tpublic void reduce() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "473eafb9b52335cd2cb37b32cb0820d4", "score": "0.5362186", "text": "protected void condenseTree(Vector q) {\n\tif (isRoot()) {...
d6c34c9d08575c8b58ad67b468fb8e20
negation of a color, w = this
[ { "docid": "8077d15f398986c75666b5c24af8f7a9", "score": "0.7847418", "text": "public Color opposite() { return new Color(-r, -g, -b, -a); }", "title": "" } ]
[ { "docid": "7ac1187c280b8e37b1b40661e2f44305", "score": "0.7734793", "text": "public RgbaColor negate() {\n return new RgbaColor(1.0 - r, 1.0 - g, 1.0 - b, a);\n }", "title": "" }, { "docid": "bd2564204665aa1275872f1fd5fabab7", "score": "0.7395849", "text": "public void neg...
42b44d7b874b20e59986c1a6e4d3b8d5
This method was generated by iBATIS builder. This method corresponds to the database table T_A_APPLICATION
[ { "docid": "c255cda791dedf4c73076e9bbe049799", "score": "0.0", "text": "public ApplicationExample orderByOperator(String direction) {\n return this.orderBy(\"OPERATOR\", direction);\n }", "title": "" } ]
[ { "docid": "b647eea52deb34f5c72ef5d07d7c2954", "score": "0.6749196", "text": "public Tables getApplicationTables();", "title": "" }, { "docid": "7f6ad373ad126e7bf60ef08fb8e2819e", "score": "0.6081691", "text": "public ApplicationsBackingBean() {\n log.debug(\"table data constr...
8c13ffafff4216d7568fffe83c4d07f1
/ 69: / 70:
[ { "docid": "7ae9335c36ef9e56003c853edcb92141", "score": "0.0", "text": "public int getIdSucursal()\r\n/* 71: */ {\r\n/* 72:149 */ return this.idSucursal;\r\n/* 73: */ }", "title": "" } ]
[ { "docid": "9e05565aea6889799a65c06069ccc14f", "score": "0.6187528", "text": "public void mo10690b() {\n }", "title": "" }, { "docid": "f6b362b3892684d735bde53a3521af6c", "score": "0.6167286", "text": "public void mo76614e() {\n }", "title": "" }, { "docid": "7da9ad...
8fa39cf65721a60390d14f9f16013403
required string auth = 1;
[ { "docid": "d6f0b90ceb260972dcc2184d67988012", "score": "0.0", "text": "public Builder setAuthBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000001;\n auth_ = value;\n onChanged();\n ...
[ { "docid": "9d214c03b1dac675a5fb21f33a37eded", "score": "0.68759304", "text": "java.lang.String getAuth();", "title": "" }, { "docid": "9d214c03b1dac675a5fb21f33a37eded", "score": "0.68759304", "text": "java.lang.String getAuth();", "title": "" }, { "docid": "9d214c03b1da...
22446ad8d331541e7cd68812239570d5
Get the Collection Name
[ { "docid": "502817d5044cd66522fa2f5110616faf", "score": "0.8551295", "text": "public String getCollectionName() {\n return collectionName;\n }", "title": "" } ]
[ { "docid": "5ba8c4f5700219bb9bf5d21c327b231f", "score": "0.9176542", "text": "String getCollectionName();", "title": "" }, { "docid": "1210ea95742c7f28e33ba48f6916b2c7", "score": "0.85452384", "text": "public String getCollectionName() {\n return myCollectionName;\n }", ...
8f4cb5a270bd8a67f37ccca465938491
Get all the dedicated IPs for a sender
[ { "docid": "284006dc5ad0f7350358b7983f3b0b89", "score": "0.0", "text": "public ApiResponse<GetIpsFromSender> getIpsFromSenderWithHttpInfo(Long senderId) throws ApiException {\n Call call = getIpsFromSenderValidateBeforeCall(senderId, null, null);\n Type localVarReturnType = new TypeToken<G...
[ { "docid": "933701be12f78af287317853902b613d", "score": "0.61537606", "text": "Set<GatewaySender> getAllGatewaySenders();", "title": "" }, { "docid": "a64394346a05817b9b6139bb4598fb31", "score": "0.5998957", "text": "public static List<String> getServerIPAddresses(){\n String ...
8fcdafe7bf04dad587e6cf2b17088306
/ Enabled aggressive block sorting Enabled unnecessary exception pruning Enabled aggressive exception aggregation
[ { "docid": "c24c0dabdd2d9de7c997b53d0cba1819", "score": "0.0", "text": "@Override\n public int provisionToken(String string, ProvisionTokenInfo provisionTokenInfo, IProvisionTokenCallback iProvisionTokenCallback) {\n Parcel parcel = Parcel.obtain();\n Parcel parc...
[ { "docid": "4774c9b7c543e06883e1566ff6a8b0d5", "score": "0.574068", "text": "protected boolean sortBasedShuffleOn () { throw new RuntimeException(); }", "title": "" }, { "docid": "f0b5701a132c8e643ae27861184adaff", "score": "0.55407304", "text": "private MeasuringSortingAlgorithms()...
55344a5a31132217228bfe1df5f2dde8
Flat array filled, ordered
[ { "docid": "0ca3e78d9f0857f0e8e4c71c66961525", "score": "0.7405502", "text": "private TOP[] fillFlatArray() {\n\n TOP[] a = (TOP[]) Array.newInstance(TOP.class, iicp.size());\n\n FSIterator<T> it = iicp.iterator();\n int i = 0;\n while (it.hasNext()) {\n a[i++] = (TOP) it.nextNvc();\n ...
[ { "docid": "3ce7fd4e4c77d14374393078dbae576c", "score": "0.6129015", "text": "private void makeFlat() {\n\t\tint count = 0;\n\t\t\n\t\tif (mChunks.size() < 2) {\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tListIterator<byte[]> it = mChunks.listIterator();\n\t\twhile(it.hasNext()) {\n\t\t\tcount += it.next().length;...
75da95b88d6233640df5d0d5f5266f69
This method was generated by Abator for iBATIS. This method corresponds to the database table UPP.TB_UPP_CHECK_STORE_DIVERGENCE
[ { "docid": "a57dc4e6109361fbd636342c4b87e5bb", "score": "0.0", "text": "List selectByExampleWithPage(UnbalanceDetailWithBusPlatformExample example);", "title": "" } ]
[ { "docid": "3783372d2e2472dd2eb5c26baae7ca6e", "score": "0.46859992", "text": "public ArrayList<StoreCheckVO> showCheck() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "864a4dfe6816cfcb0e8b36366b20e1c0", "score": "0.46158582", "text": "public ArrayList<FoodStoreInsertDataGette...
109ac4f929c526beb7331da63da0014c
Sets the Current System Time where the request was recieved.
[ { "docid": "c13a62a16177fcc9ecf5719f3f6003f2", "score": "0.6153097", "text": "private static Timestamp setCurrentTime() {\n long now = System.currentTimeMillis();\n return new Timestamp( now );\n }", "title": "" } ]
[ { "docid": "a8ecf7f15c5c398fa43d83a098838047", "score": "0.72602683", "text": "public void setRequesttime(Date requesttime) {\n this.requesttime = requesttime;\n }", "title": "" }, { "docid": "d796cf357783fe39c1982bee5e561f33", "score": "0.6842149", "text": "public void req...
29800f05cab355cc4991c469203e94b8
optional .NameBytesPair value = 1;
[ { "docid": "e08d34ef7db6d92201e955ece5dd8da1", "score": "0.0", "text": "public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair getValue() {\n if (valueBuilder_ == null) {\n return value_;\n } else {\n return valueBuilder_.getMessage();\n }\n ...
[ { "docid": "5a4907a5ad1c80038c5495796013f09a", "score": "0.6728844", "text": "org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair getValue();", "title": "" }, { "docid": "5a4907a5ad1c80038c5495796013f09a", "score": "0.67271644", "text": "org.apache.hadoop.hbase.proto...
e0b80c6af057f30b3c39a944c9904a73
/ TEST REGISTER MULTIPLE TRAINERS BY UPLOADING EXCEL FILE
[ { "docid": "354dbc7978afe216d0f24f81af49232f", "score": "0.6805228", "text": "@Test\n\tpublic void addMultipleTrainersTest() throws Exception {\n\t\tString basePath = new File(\"\").getAbsolutePath();\n\t\tbasePath = new File(basePath).getParent();\n\t\tPath path = Paths.get(basePath + \"\\\\trainers.xl...
[ { "docid": "1a0e0083955cf8dc1f081bab255a4944", "score": "0.61094904", "text": "public void startTest()throws Throwable{\n\t\tExcelFileUtil xl= new ExcelFileUtil(inputpath);\r\n\t\t\r\n\t\t//iterate all rows in Mastertestcases sheet\r\n\t\tSystem.out.println(\"No of rows in Master Test cases sheet is: \...
989db3bdd0498ee5cf7b862fdb10b68e
Gets the mon 60416.
[ { "docid": "32fb0c1b9dce8bede0ef3277a36d3af8", "score": "0.74846214", "text": "public double getMon60416() {\r\n\t\treturn mon60416;\r\n\t}", "title": "" } ]
[ { "docid": "a239dcbbf95c4d22857a0f9faacae5ac", "score": "0.7801847", "text": "public double getMon6046() {\r\n\t\treturn mon6046;\r\n\t}", "title": "" }, { "docid": "be5eb9538dd0b3e8b56a29bcbf79177a", "score": "0.77581215", "text": "public double getMon6052() {\r\n\t\treturn mon6052;...
c00d49a84f66a73f091fbe7d3e61379b
onCreate method, initialize the parent items based on the recycler view's architecture.
[ { "docid": "8fcaccd4f21e4272e9ccccb119d5b147", "score": "0.64843357", "text": "@Override\n public void onCreate() {\n super.onCreate();\n mDataStructureParents = initializeDataStructures(mDataStructureParents);\n mSortAlgorithmParents = initializeSortAlgorithms(mSortAlgorithmPare...
[ { "docid": "c55b2a186397ae155a1cf383eb2d5e54", "score": "0.6981065", "text": "private void init() {\n\t\tLayoutInflater li = (LayoutInflater) getContext().getSystemService(\n\t\t\t\tContext.LAYOUT_INFLATER_SERVICE);\n\t\tli.inflate(R.layout.item, this, true);\n\n\t\t// 获取子元素的引用\n\t\tlogo = (ImageView) f...
50d078141198bc55f1cf6ded864a2ab7
doGet Method handles the get request and is invoked by the web client
[ { "docid": "bb949729149d1b13760949ac25ec34bc", "score": "0.0", "text": "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\t\n// Allows to print formatted data\n\t\tPrintWriter out = response.getWriter();\n\t\t\n// Creating a Film DA...
[ { "docid": "f3251cc54cb208e29836f8b0c4841314", "score": "0.78379303", "text": "private void doHTTPGET()\r\n {\r\n // TODO: change path to something correct\r\n sendHTTP_GETrequest(\"dkrest/test/get2\");\r\n }", "title": "" }, { "docid": "cf3dce8471d5ab7c6dc473b3cfbe7b71",...
c29a5ad32d0a8919a7e88a3c690f545b
$ANTLR end "ruleMessage" $ANTLR start "entryRuleParameter" InternalThingML.g:1521:1: entryRuleParameter returns [EObject current=null] : iv_ruleParameter= ruleParameter EOF ;
[ { "docid": "4b39c6948d9a4362948204ce117904db", "score": "0.7837163", "text": "public final EObject entryRuleParameter() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleParameter = null;\n\n\n try {\n // InternalThingML.g:1521:50: (iv_ruleParamet...
[ { "docid": "258d9be679e551f7b5ab7805e30cccbf", "score": "0.7704004", "text": "public final EObject entryRuleMessageParameter() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleMessageParameter = null;\n\n\n try {\n // InternalThingML.g:2998:57: (...
092d92aacba450d895bc64fe18f164cb
Sets the content pane.
[ { "docid": "4355a454573365e5d765cd801642d311", "score": "0.79367286", "text": "public void setContentPane(Component contentPane)\n\t{\n\t\tthis.contentPane = contentPane;\n\t\t\n\t\tsetLayout(new BorderLayout());\n\t\tsetDockComponent(contentPane);\n\t}", "title": "" } ]
[ { "docid": "40c87f039ad24eb0d84be23670b70649", "score": "0.8194614", "text": "public void setContent(Pane content) {\n\t\tthis.content = content;\n\t}", "title": "" }, { "docid": "e14bd91e3a484d5127783898415e7e47", "score": "0.7993569", "text": "private void setContentPane(JPanel con...
a02e43e58a7d35bc325678a15fc43983
Getting concrete storage for this file.
[ { "docid": "4615d75ecbdcb54522869ba984e7e1fc", "score": "0.76757175", "text": "private File getConcreteStorage() {\n \t\treturn new File(mFile, new StringBuilder(ResourceConfiguration.Paths.DATA\n \t\t\t\t.getFile().getName()).append(File.separator).append(FILENAME)\n \t\t\t\t.toString());\n \t}", "...
[ { "docid": "f2e3840c982136b53d3d6841da61e46d", "score": "0.78633803", "text": "public Storage getStorage() {\r\n\t\treturn storage;\r\n\t}", "title": "" }, { "docid": "7ab27d425c23c8cb0382f9d640be175b", "score": "0.7496741", "text": "protected abstract String getStorageType( );", ...
1d462fa48dc96a21204eed9c7a314a8e
mostly decorative field it's never used
[ { "docid": "a055d77e03b102d770ed9d157984cdd4", "score": "0.0", "text": "public Phase(PhaseType type) {\n this.type = type;\n }", "title": "" } ]
[ { "docid": "8efca113e51c9b46e2ef52301dd40d5f", "score": "0.6650903", "text": "private Extra() {\n\t\t}", "title": "" }, { "docid": "5697bde38a38a77f3a0bd238fb737c11", "score": "0.6628263", "text": "@Override\n public int getDochody() {\n return 0;\n }", "title": "" ...
fa9a4373a83be5849baa71b83e51dfda
detectable is true if a successful poll implies the problem has been resolved. TODO Enhance poll() to indicate success/failure
[ { "docid": "91cddf49bc1e6913136bd2ba8244e4c6", "score": "0.0", "text": "void malfunction(boolean detectable, String msg);", "title": "" } ]
[ { "docid": "e9bac202b787a26478bc8ef9fb837142", "score": "0.6277133", "text": "public PollResult poll(boolean initial, Object checkPoint) throws Exception;", "title": "" }, { "docid": "20d8487b6f5d0a7b2b82ba9a71b6c42f", "score": "0.6055975", "text": "public E poll();", "title": ""...
89d666f3414edf747fada19c8791cb4c
Gets the number of connected clients
[ { "docid": "f3a9ee523a4749ae19c2f45ac0774854", "score": "0.87128013", "text": "int getNConnectedClients() {\n int res = 0;\n for (ClientManager clientManager : clientManagers) {\n if (clientManager != null) {\n res++;\n }\n }\n return res;...
[ { "docid": "faeb1e082abd1842a62fb6f4c362c7cd", "score": "0.88446355", "text": "public synchronized int numConnectedClients() {\n int num = 0;\n if (connectedClients != null) {\n num = connectedClients.size();\n }\n \n return num;\n }", "title": "" }...
7ff019f6d466e46712fe6585a80782a5
This method requires RSL to work otherwise an exception will be thrown
[ { "docid": "f73f206e7975d56f4467758638f10b7f", "score": "0.0", "text": "public static String lateInit(){\n\t\tthrow new IllegalStateException(\"RSL should inject this variable\");\n\t}", "title": "" } ]
[ { "docid": "b5b837d4a26af900450e2ff2c60a63ca", "score": "0.6112454", "text": "abstract Lfsr getLfsr();", "title": "" }, { "docid": "290717f625c61158f81089623b00b941", "score": "0.5728587", "text": "private void rwsl() {\n\n\t\tthis.rwsl(this.root);\n\n\t}", "title": "" }, { ...
955a3370d2763be0261fe5345461b36a
Create buttons for TreeView management, assign handlers to them.
[ { "docid": "ef92b1c677d9e9f4feb166fe54358d07", "score": "0.7486201", "text": "void setupTreeViewButtons() throws IOException {\n add_group_button1.setGraphic(getGraphic(ADD_GROUP_BUTTON_FILE));\n add_note_button1.setGraphic(getGraphic(ADD_NOTE_BUTTON_FILE));\n remove_button1.setGrap...
[ { "docid": "70a619142d1c1cf0c29f87095ad10887", "score": "0.70873266", "text": "private JPanel createControllerButtonsPanel() {\n\t\tJPanel buttonPanel = new JPanel();\n\t\tJButton addSib = new JButton(\"Add Sibling\");\n\t\tJButton addChld = new JButton(\"Add Child\");\n\t\tJButton remNode = new JButton...
3287fc683a68e4bbae1fdd2d7e1d21d6
Saves chunk in the right folder
[ { "docid": "1e3139d2848eeac8c9d988d5239dd337", "score": "0.0", "text": "public void handleStored(Message msg) {\n\n\t\tString fileId = msg.getHeader().getFileId();\n\t\tint senderId = msg.getHeader().getSenderId();\n\t\tint chunkNo = msg.getHeader().getChunkNo();\n\n\t\tSystem.out.println(\"Received STO...
[ { "docid": "475e5498e84e8308226ee3a1d26ee906", "score": "0.7024748", "text": "public void saveChunk(Chunk chunk) throws IOException{\n\n int local_x = chunk.getLocalX();\n int local_z = chunk.getLocalZ();\n\n DataOutputStream stream = region_file.getChunkDataOutputStream(local_x, lo...
6e641a4c42a30e9bc1bad80a34e423f3
Getter method for the Bakery's inventory
[ { "docid": "89cf3e79ec6d848f87176123516b4b54", "score": "0.71754295", "text": "private Inventory getInventory() {\n return inv;\n }", "title": "" } ]
[ { "docid": "c95780c856b7e278269255eea4e2d255", "score": "0.78409874", "text": "InventoryItem getInventoryItem();", "title": "" }, { "docid": "9cd484d0590ec94e9ea876cb2d26b353", "score": "0.782062", "text": "FoodInventory getItemInventory();", "title": "" }, { "docid": "59...
fbcec92c9cc4c4ba98bb3074f8e73ddf
The bundle context to use.
[ { "docid": "ef95cc56a0e0c2036af2db666a9cf7ab", "score": "0.7560525", "text": "@Override\n public void setBundleContext(BundleContext context)\n {\n bundleContext = context;\n }", "title": "" } ]
[ { "docid": "b6113c2ddad724ae01b9938f00bc9016", "score": "0.8607739", "text": "public BundleContext getBundleContext() {\n \t\treturn context;\n \t}", "title": "" }, { "docid": "1c3cccf24aaf664fdc8ad0381752f71e", "score": "0.8534732", "text": "public BundleContext getBundleContext();"...
163fc4782dab0dccdcc6baceda9b95a1
This function is used when the player enter the Paradise area to make him move forward automatically until he reaches god
[ { "docid": "f26426bb3dc8d902c45f200f4ceb360a", "score": "0.63341016", "text": "public void paradiseMove(){\n if (!getCurrentMainCellCoordinates().equals(new DiscreteCoordinates(11, 9))) {\n move(30);\n }\n }", "title": "" } ]
[ { "docid": "201fcb1d4e6fae4a7a117dd0f5078a42", "score": "0.71687245", "text": "public boolean plizMovePlayerForward(Player player)\n {\n\n //check if die was rolled\n if (getValue_from_die() > 0)\n {\n int x_cord = player.getX_cordinate();\n int y_cord = player.getY_cordinate();\n int steps = p...
82e566795e09969517afb3f7bd73aa60
$ANTLR end "rule__Function__Group_1_10__3" $ANTLR start "rule__Function__Group_1_10__3__Impl" ../EclipseTaskJuggler.ui/srcgen/de/sos/etj/ui/contentassist/antlr/internal/InternalETJ.g:21173:1: rule__Function__Group_1_10__3__Impl : ( ',' ) ;
[ { "docid": "fe43bc81536ec0ef9f2ea8aa834c37d7", "score": "0.7790519", "text": "public final void rule__Function__Group_1_10__3__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../EclipseTaskJuggler.ui/src-gen/de/sos/etj/ui/...
[ { "docid": "c91f48c7707edf8b040f22e8d559adfe", "score": "0.77220666", "text": "public final void rule__Function__Group_1_0_3__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../EclipseTaskJuggler.ui/src-gen/de/sos/etj/u...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "86f95a7e552367340014f28603bf55d1", "score": "0.0", "text": "@Override\n\t\tpublic void onClick(View arg0) {\n\t\t\tIntent intent = new Intent(Testting_ParseActivity.this, WebViewActivity.class);\n\t\t\tintent.putExtra(\"url\", url);\n\t\t\tintent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);\n\...
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
96a3b887bcbb5e043144a390c565f07a
Prints message stating the number of the tasks in the list.
[ { "docid": "c7840342da2376028eacddb73c667572", "score": "0.65129834", "text": "public static void printCurrentStatus(int count) {\n if (count == 0) {\n System.out.println(\"Currently, you have no tasks in your list.\");\n } else if (count == 1) {\n System.out.println(...
[ { "docid": "b32c1a6f746030ceb3c5b5615516690b", "score": "0.87648773", "text": "public void printNumOfTasks(){\n System.out.println(\"Now you have \"+ tasks.size()+\" tasks in the list.\");\n }", "title": "" }, { "docid": "714e9c33aa1a6c6a8e329815b9b7dd8a", "score": "0.7313254",...
cc88485a0a7f2059c79f64115a247e2b
open the browser and go to a specified website
[ { "docid": "fa57672950f27f62993060359810eda9", "score": "0.0", "text": "public void Tobigw(View v){\n Uri uri = Uri.parse(\"https://www.bigw.com.au/\");\n Intent intent = new Intent(Intent.ACTION_VIEW, uri);\n startActivity(intent);\n }", "title": "" } ]
[ { "docid": "785383ef81a962e16d9cb8d03ceeca2e", "score": "0.79070646", "text": "public void OpenWebsite(){\t \n\t\tdriver.get(CONFIG.getProperty(\"Website_URL\")); \t\t\n\t}", "title": "" }, { "docid": "92bd44e4fa60e870fa23b19d9d60dfc9", "score": "0.7829212", "text": "@Given(\"^Open ...
8035ba9581eb123863fff8a22c2e5f1b
creates a map of locations that are safe and nbot safe to go if there is a downed power line.
[ { "docid": "3bef9348c9893fc6dbb4660a5b12976c", "score": "0.0", "text": "public void safteyMap(Point start, int numOfLocations)\r\n {\r\n for(int i = 0; i < numOfLocations; i++)\r\n {\r\n Point p = randomPoint();\r\n if(start.distance(p) < RED_DISTANCE)\r\n ...
[ { "docid": "a7a078bb1a72835d8c93d503b6a1786b", "score": "0.66129076", "text": "static public Locations[] generateDebugMap(){\n Locations[] locArray = generateDebugMapLocations();\n int length = locArray.length;\n int iterator = 0;\n while (iterator < length){\n Loc...
c2737d4cc26aee8e78b82f454d90d861
Scan through org.w3c.dom.Element named ci.
[ { "docid": "a8258c1089267fb1d3b024f7e62514d7", "score": "0.66560966", "text": "void visitElement_ci(org.w3c.dom.Element element) {\r\n // <ci>\r\n // element.getValue();\r\n org.w3c.dom.NodeList nodes = element.getChildNodes();\r\n for (int i = 0; i < nodes.getLength(); i++) ...
[ { "docid": "0d8710775cc45f3e6d2b87564096c5b6", "score": "0.5734004", "text": "@SuppressWarnings(\"unchecked\")\r\n\tprivate void processElement(Element element) {\r\n\t\tnumElements++;\r\n\t\tString elementName = element.getName();\r\n\t\tSystem.out.println(elementName);\r\n\t\tSystem.out.println(elemen...
0601d08a79633b5cf7ef83756445f259
Constructs an AbstractMaze object. And initializes it to the given numRow, numCol, start, pit, bat and arrow.
[ { "docid": "25afc9bb65f2e6bd5d5e0cb76ad5d6fe", "score": "0.79814065", "text": "public AbstractMaze(int row, int col, int arrow, int numPlayer, int pit, int bat) {\r\n if (row < 2) {\r\n throw new IllegalArgumentException(\"Please set a row number larger than 1.\");\r\n }\r\n if (col < 2) {...
[ { "docid": "960c78e4a30d54831cb23e87daced4ed", "score": "0.6883196", "text": "private void createMaze()\n\t{\n\t}", "title": "" }, { "docid": "c8b0cd5e78171170c3b2df4bba01cc7b", "score": "0.67194104", "text": "protected Maze(boolean hexagon, final int cols, final int rows) throws Exc...
1ac2ea138b6a3d14f3e1d15c8120d98a
bytes nonce = 1;
[ { "docid": "417dc97343c7cd74812555f4ee2c51da", "score": "0.7362092", "text": "com.google.protobuf.ByteString getNonce();", "title": "" } ]
[ { "docid": "4ccc3d4453c4d78f5add6d9a4bcfa72d", "score": "0.72578496", "text": "public String generateNonce();", "title": "" }, { "docid": "6380e55314154893eb05605c0e801d30", "score": "0.70730287", "text": "private byte[] getRequestNonce() {\n String nonceData = \"SafetyNet Sam...
6a796e3cc36d706ea7b7f1394519e309
Add user data in Tutorial's user field and persist Tutorial object into database
[ { "docid": "31be3d79595cb5b3d5fb6666011ca880", "score": "0.7331577", "text": "User addUserToTutorial(User usr,Set<Tutorial> tutorial);", "title": "" } ]
[ { "docid": "2ed80876ea84304d392167d6c4018fcc", "score": "0.6822463", "text": "public void addUserToDatabase() {\n\n registerPresenter.addUser(user);\n }", "title": "" }, { "docid": "195aa05f4eba9deaf71fd8a6a3379d5c", "score": "0.6744695", "text": "public void saveUserProfil...
686d4b1effb280eb262b056625f82222
get the parameters names
[ { "docid": "b4b176914c4e2f53bd1562c9641e6958", "score": "0.0", "text": "final public List<String> getNames() {\r\n if (this._multipart) {\r\n getFiles();\r\n return new ArrayList<String>(uploads.keySet());\r\n } else {\r\n Enumeration<?> e = req.getParameterNames();\r\n List<St...
[ { "docid": "f85b9e763f3e45a11b1cc354a51ff4a4", "score": "0.8361876", "text": "public String[] getParameterNames();", "title": "" }, { "docid": "a5dd8488bde16eee60eb6f3dd635811f", "score": "0.8352444", "text": "String[] getParameterNames();", "title": "" }, { "docid": "37d...
6ce2a300f389dbe85ca0819c3fe4ca55
Returns a defensive copy of the schedar book data stored inside the storage file.
[ { "docid": "3910491b5a76b4737f872466f2c1ad0b", "score": "0.0", "text": "public TaskManager readStorageTaskManager() {\n try {\n return new TaskManager(storage.readTaskManager().get());\n } catch (DataConversionException dce) {\n throw new AssertionError(\"Data is not ...
[ { "docid": "d806d8d86142b15bd41570ebc240e1dc", "score": "0.5355745", "text": "@Override\n public Path getStockBookFilePath() {\n return stockBookStorage.getStockBookFilePath();\n }", "title": "" }, { "docid": "485b11287885cb5c711adc114af4db34", "score": "0.5335346", "tex...
84475404e782e4f08e6a4cc01ece15c6
Returns the shared instance
[ { "docid": "a7de13a852dd952f78d29bec5c4ad818", "score": "0.0", "text": "public static Activator getDefault() {\n return plugin;\n }", "title": "" } ]
[ { "docid": "6749fccb326bb693313a04b1274bae1e", "score": "0.793881", "text": "public Object getInstance() {\n\t\treturn instance;\n\t}", "title": "" }, { "docid": "cf3d6ed516570163f6bd9c4260edffd3", "score": "0.77040994", "text": "public static Simulator getSharedInstance() {\n ...
e836dc0c80f2598bf895ee3608e5dcf0
stop the audio recording
[ { "docid": "e1a4cbc019654d08b7918ef6363ccfda", "score": "0.0", "text": "@FXML\n void audioRecorderStop(ActionEvent event) throws IOException {\n JSONObject jsonObject = new JSONObject();\n jsonObject.add(\"type\", \"Recorder\");\n jsonObject.add(\"function\", \"stopAudioRecorder\...
[ { "docid": "220312397760edf0fb82a7b0c7290fd1", "score": "0.849324", "text": "private void stopRecording() {\n extAudioRecorder.stop();\n extAudioRecorder.release();\n extAudioRecorder = null;\n }", "title": "" }, { "docid": "0636856f73d1390f41e2f4ec2a74dab3", "sco...
3cde4a4958abd055a30513bebafb97e6
/ Returns stored value for position
[ { "docid": "56c14ecba9a879bc36801b70d5bcc1fa", "score": "0.7156427", "text": "public static double getPosition() {\n\t\treturn position;\n\t}", "title": "" } ]
[ { "docid": "97fdf9570254229a6718cde5e8521db4", "score": "0.74850297", "text": "public Integer getPosition();", "title": "" }, { "docid": "e81467c712ce8b2e89d8fed3b94f01e3", "score": "0.7233528", "text": "public long getPosition();", "title": "" }, { "docid": "867321f14de5...
58f1dfbe0a43becf4b4138b9733ceb58
Gets the "fields" element
[ { "docid": "dbb493837cccc10f193fdf3d2b52404a", "score": "0.70688415", "text": "public gov.nih.nlm.ncbi.www.UserFieldDocument.UserField.Data.Fields getFields()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n ...
[ { "docid": "ec0834c4fcc522123c618c831c8159f7", "score": "0.7181101", "text": "public List<Fields> getFields()\n {\n return fields;\n }", "title": "" }, { "docid": "decaea46c5e0fd9abd86fa2797cda443", "score": "0.71640563", "text": "public String[] getFields()\r\n\t{\r\n\t...
5da3da3ad2486f80ef004273bcb0104f
Checks if the command type is append.
[ { "docid": "edf889b8e7848469951979c38ef54fab", "score": "0.0", "text": "private boolean isApp(String command) {\n return command.equals(\"app/\");\n }", "title": "" } ]
[ { "docid": "ae92320060ca4e03fa9559f919156c90", "score": "0.7359042", "text": "public boolean isAppend()\n/* */ {\n/* 79 */ return this.append;\n/* */ }", "title": "" }, { "docid": "eb08e20f71e70a32a5393d2b6e2c7988", "score": "0.712782", "text": "public boolean isAppe...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a76bbf70b0c89a4233451b1ee886400e", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void mouseDragged(MouseEvent e) {\n\t\t\t\t\t\n\t\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905785", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697522", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
6c8a2c143c6a037ca963c0eaffa83670
create binder callback with view and property interceptor.
[ { "docid": "d3574d614320c3a5fbf992f4d884b498", "score": "0.65927196", "text": "public SimpleBinderCallback2(View tv, PropertyInterceptor interceptor) {\n this.mWeakTextView = new WeakReference<>(tv);\n this.mInterceptor = interceptor;\n }", "title": "" } ]
[ { "docid": "d912336d68c67682d1e9a6747fea0eb8", "score": "0.5531003", "text": "@Override\r\n\t\tpublic ViewBinder getViewBinder() {\n\t\t\treturn super.getViewBinder();\r\n\t\t}", "title": "" }, { "docid": "4b50c2d2342221ad917a954955591da5", "score": "0.55124444", "text": "public Simp...
1f1c13302b3108cf5ca1e53f0e015bec
Visits an IINC instruction.
[ { "docid": "279c26581da968010807404bf3fb67dd", "score": "0.6666021", "text": "@Override\n public void visitIincInsn(final int var, final int increment)\n {\n hasher.putInt(var).putInt(increment);\n }", "title": "" } ]
[ { "docid": "8c08fc2ede76c63a252ba820344c07b4", "score": "0.82668555", "text": "public void iinc() {\n mv.visitInsn(IINC);\n }", "title": "" }, { "docid": "0cb3a771d615334a99d7296aafd3cd4b", "score": "0.6836401", "text": "public void visitIincInsn(int var, int increment) {...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f98e1c30aa825e407d18cc084e889a28", "score": "0.0", "text": "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\n\t\tif ((mServiceTask != null)\n\t\t\t\t&& (mServiceTask.getStatus() != AsyncTask.Status.FINISHED)) {\n\t\t\tmServiceTask.cancel(true);\n\t\t}\n\t}", "tit...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
8147f559065fe025de9eff544ead9539
Returns true if at least one field is edited.
[ { "docid": "23e4193fa3091cd2d25f899296e0716e", "score": "0.82113266", "text": "public boolean isAnyFieldEdited() {\n return CollectionUtil.isAnyNonNull(name, description, completionStatus, deadline, reminder, tags);\n }", "title": "" } ]
[ { "docid": "c4aef5de104690f7bcc031a9d95756ed", "score": "0.83276325", "text": "public boolean isAnyFieldEdited() {\n return CollectionUtil.isAnyNonNull(desc, amt, tags);\n }", "title": "" }, { "docid": "17275a48c57e6059bb4d07d82ddec717", "score": "0.8228544", "text"...
c2827edc0093d12025f49589934f701c
Reread the state of the given persistent instance. Obtains the specified lock mode for the instance.
[ { "docid": "0e29da192618ef51d4c0a41decd309e9", "score": "0.50939155", "text": "void refresh(Object entity, LockMode lockMode) throws DataAccessException;", "title": "" } ]
[ { "docid": "db9176ef98d6652e7602b8d2a44cf3e5", "score": "0.53928787", "text": "void lock(Object entity, LockMode lockMode) throws DataAccessException;", "title": "" }, { "docid": "67e61f72956293cb27f0b4cce5f219c5", "score": "0.52413625", "text": "public abstract int getLockoutMode();...
18610a43c1f8ca9c180493d20535f5be
Merges the timelines of a plan.
[ { "docid": "faec5dc1c550ed5d93b82980e6a1e62e", "score": "0.79634273", "text": "private void mergeTimeLines(Plan plan)\r\n\t{\r\n\t\tfor(int targetLineIndex = 0;\r\n\t\t\t\ttargetLineIndex < plan.getTimeLineNumber();\r\n\t\t\t\ttargetLineIndex++)\r\n\t\t{\r\n\t\t\tTimeLine targetLine = plan.getTimeLine(t...
[ { "docid": "b07e4245fec0816be51d9499167837e9", "score": "0.60931003", "text": "private void removeEmptyTimeLines(Plan plan)\r\n\t{\r\n\t\tint index = 0;\r\n\t\twhile(index < plan.getTimeLineNumber())\r\n\t\t{\r\n\t\t\tif(!plan.getTimeLine(index).containsExams())\r\n\t\t\t{\r\n\t\t\t\tplan.removeTimeLine...
1a14e7ee887719d6872b1de4def10bf4
Retorna um atributo. Caso o atributo não exista, uma exceção é lançada.
[ { "docid": "928c3fd0ed0fd60a538642f347107a28", "score": "0.48892358", "text": "public Attribute getAttribute(String idAttribute) throws IllegalArgumentException;", "title": "" } ]
[ { "docid": "c1ef3e1f8fb4b7495e22f4d818bea7df", "score": "0.5810597", "text": "Attribute createAttribute();", "title": "" }, { "docid": "c1ef3e1f8fb4b7495e22f4d818bea7df", "score": "0.5810597", "text": "Attribute createAttribute();", "title": "" }, { "docid": "7be5d03cb4af...
4f9fab427092a77786f88e0897a99654
Read write lock constructor.
[ { "docid": "1229251c59e80f6842a965bdef35ba92", "score": "0.63480085", "text": "public AbstractReadWriteLockOperation(final ReadWriteLock readWriteLock) {\n\t\tthis.readWriteLock = requireNonNull(readWriteLock, \"Read write lock cannot be null.\");\n\t}", "title": "" } ]
[ { "docid": "1a32ec050e8fb281330ac696aa6358a7", "score": "0.75357395", "text": "ReentrantReadWriteLock.ReadLock getReadLock();", "title": "" }, { "docid": "e882e8437fb7bf186c22780f4d453409", "score": "0.74333143", "text": "public AbstractReadWriteLockOperation() {\n\t\tthis(new Reentr...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "20e327292f88be23f77687158c7ec191", "score": "0.0", "text": "@Override\n protected void onResume() {\n \tToast.makeText(getApplicationContext(), \"onResume\", Toast.LENGTH_SHORT).show();\n \tsuper.onResume();\n }", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
e9826656b1691a6b825288f6510d2714
Construct by duplicating an existing object.
[ { "docid": "9fba9415a8a60a301bcd82dd7657e010", "score": "0.0", "text": "public InputTextArray(InputTextArray objectToDuplicate) {\n super(objectToDuplicate);\n if (objectToDuplicate != null) {\n setArraySize(objectToDuplicate.getArraySize()); \n }\n}", "title": "" } ]
[ { "docid": "f501d927fddefacfaacc5c8966720729", "score": "0.7234351", "text": "public Prototype createClone();", "title": "" }, { "docid": "aecc5003851cb12b7e68297c880116ae", "score": "0.67695695", "text": "Object clone();", "title": "" }, { "docid": "b58893fdcb1f8ddda0b24...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "efe7b4dbf2ebd3286bd2b390d62419ad", "score": "0.0", "text": "private void writeQNameAttribute(java.lang.String namespace,\r\n java.lang.String attName, javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter)\r\n throws javax.xml.stream...
[ { "docid": "fb7133920c77adbe81ed90deadc1e603", "score": "0.7597924", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{\n if (n...
fb83aa3eff098831af1568e0cc8ffabb
Consumes the specified value.
[ { "docid": "404582d7cbcc8e4b57139eb2e7d7c569", "score": "0.71834826", "text": "public void consume(T value);", "title": "" } ]
[ { "docid": "e7a5b9e818c4680c4887c3d06b70a327", "score": "0.7049369", "text": "@Override\r\n\t\t\tpublic void doConsume(Integer value) {\n\t\t\t}", "title": "" }, { "docid": "3f2618b87edc5162c5a5db65386fd1c8", "score": "0.6952695", "text": "Object consume(Object value);", "title":...
b7226d376a54baa55419788755f75755
A continuation token, if this is a continuation call.
[ { "docid": "7c7e37f8d81a8e6f9bbaf82ceb29d5c6", "score": "0.0", "text": "public void setNextToken(String nextToken) {\n this.nextToken = nextToken;\n }", "title": "" } ]
[ { "docid": "80623e41320fb70b68d1e8d993be0ba6", "score": "0.76165444", "text": "public String getContinuationToken() {\n return this.continuationToken;\n }", "title": "" }, { "docid": "43c64be9586a652292b2eed311f9fc99", "score": "0.6483787", "text": "protected String getCont...
8d742deec96f8a2c8a34e872f9814424
/ MODEL AND LEVEL TESTS (Model.java, Levels.java, Level.java)
[ { "docid": "dc9fb67f7cb366e1df0eeaafbc2a437f", "score": "0.0", "text": "@Test\n\tpublic void L_replaceTile() {\n\t\tLevel level = new Level();\n\t\tassertEquals(\"walls # -> W\", \"WWW\", level.replaceTileTesting(\"###\"));\n\t\tassertEquals(\"goals . -> G\", \"GGG\", level.replaceTileTesting(\"...\"));...
[ { "docid": "e02d450d76f97edfea159c355bf913b6", "score": "0.6427596", "text": "public void testAssembleModelFromModel()\n\t{\n\t}", "title": "" }, { "docid": "050c043adb7ebe164e76919a38c323c4", "score": "0.6150577", "text": "private void createModelObjects() {\n\t\tcustomParameters = ...
e23bd5a27b3394bd79f5abf45245c83b
/ Access modifiers changed, original: 0000
[ { "docid": "7f0fef395a92cc6473a747672ea69f84", "score": "0.0", "text": "public int cZ(long j) {\n return this.mask & ((int) j);\n }", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.6752089", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "7962d153e783ad8caa520c66a0ffeeca", "score": "0.66652423", "text": "@Override\n\tpublic int getModifiers() {\n\t\treturn 0;\n\t}", "title": ...
709efc673f587ba7af5c5e166a4b4351
use two pointers, jump the number in abbr for the pointer in word
[ { "docid": "f6a74b14285aba45e57f98d6ff4943ea", "score": "0.46534738", "text": "public boolean validWordAbbreviation(String word, String abbr) {\n int i = 0;\n int j = 0;\n while (i < word.length() && j < abbr.length()) {\n int count = 0;\n /*** first, consume t...
[ { "docid": "482aca9bc2cc203b9de28ba7f14f9203", "score": "0.55612874", "text": "public void updateWord(String first, String second);", "title": "" }, { "docid": "d810237aa4b5da1b44fe48008273351b", "score": "0.54039943", "text": "public BabyLink(String w){\r\n\t\tthis.word = w;\r\n\t}"...
a66e385c99b0643fdcc1a247b9687648
Created by Anky An on 20/02/2017.
[ { "docid": "acabeed78715d39c578fbf716a8de526", "score": "0.0", "text": "public interface OnTaskCompleted {\n void onTaskCompleted();\n}", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.60682166", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "69ade76a69c0f6c07e66b5d0e5136eb3", "score": "0.5803719", "text": "@Override\r\n\tpublic void grabar() {\n\t\t\r\n\t}", "title": "" }, ...
7891495703339b9d17e6c94c8b7c671e
0x00000000 2 < broadcast miner remove N < number of miners XXYY < patch location / 4
[ { "docid": "35491b9ec69e6ae291c224d126b41feb", "score": "0.658205", "text": "public static boolean broadcast_miner_remove(int n) throws GameActionException {\n\t\tint val = 0x2 | (n << 4);\r\n\t\tint msg[] = {val, 0, 0, 0, 0, 0, 0};\r\n\t\treturn addMessage(msg, 1, 1);\t\r\n\t}", "title": "" } ]
[ { "docid": "194df237205edd3dfe8b91ac2cb41c7d", "score": "0.5816885", "text": "public int numberOfBlocksToRemove() {\r\n return 105;\r\n }", "title": "" }, { "docid": "cda7e9980ed90d89b722c165a7747d7a", "score": "0.5789578", "text": "@Override\r\n public int numberOfBlock...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c7dc97963ccce40c487fa24edab6102e", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic void windowClosed(WindowEvent e) {\n\t\t\t\t\t\tupdatorderList();\n\t\t\t\t\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8392b7507b7d62619ac3586e1275a575", "score": "0.0", "text": "@Override\n protected String getKFoldBaseString () {\n return null;\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}"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3409250482f4cbdd6edc28013a15a927", "score": "0.0", "text": "@Override\n\tpublic void onClick(View v) {\n\t\tswitch (v.getId()) {\n\t\tcase R.id.rl_search:\n\t\t\tIntent search = new Intent(getActivity(), SearchUserActivity.class);\n\t\t\tstartActivity(search);\n\t\t\tbreak;\n\t\tcase R.id.ll...
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
8746fd74196217ba5b72c92bc598961f
Gets the repository unique id the document belongs to.
[ { "docid": "8df8fedcb21cfe0b8ca8b6665da42b50", "score": "0.0", "text": "public byte[] getHash() {\n return hash;\n }", "title": "" } ]
[ { "docid": "a7515273dc8402695fe4fd9494def104", "score": "0.731864", "text": "public String getRepositoryUniqueId() {\n return repositoryUniqueId;\n }", "title": "" }, { "docid": "7bac951dbe59c62fc8b3ecfdd6fe7aad", "score": "0.69405895", "text": "public final String getDocum...
a3fa06786447a35d7d8601bebf5428cd
Gets the element in the Node.
[ { "docid": "4d413e657c157f2be46b46229c433a50", "score": "0.67414314", "text": "public char getElement(){\r\n\t\t\treturn element;\r\n\t\t}", "title": "" } ]
[ { "docid": "cf66956845066c861277ca1a83eb962d", "score": "0.7623488", "text": "public E getElement();", "title": "" }, { "docid": "f3219ac78e67e0aeab6335ceb10d48d9", "score": "0.7571752", "text": "T getElement();", "title": "" }, { "docid": "09e7a980a087cd20adf2a39859b39cc...
770bfbdd1a48f9a8ee880153e3e20e76
Generates the help menu with all appropriate entries
[ { "docid": "e447fefd9573f1b6281a61f1217b66ff", "score": "0.7021711", "text": "private void buildHelpMenu() {\r\n // create the \"help\" menu\r\n helpMenu = AnimalTranslator.getGUIBuilder().generateJMenu(\"help\", null);\r\n\r\n // generate the concrete controller instance\r\n helpMenuControl...
[ { "docid": "ba1b0811306a9fa11de7624d152eb436", "score": "0.75157857", "text": "private void helpMenu() {\r\n\t\t//Create an Quick Tips menu item.\r\n\t\tquickTipsItem = new JMenuItem(\"Quick Tips\");\r\n\t\tquickTipsItem.setMnemonic(KeyEvent.VK_Q);\r\n\t\tquickTipsItem.addActionListener(new GetStartedLi...
034f0f84a7723f7be1065b3f5645969c
setters: setters for name
[ { "docid": "8e8d8cfa3351403d0d41a25df5ab7360", "score": "0.0", "text": "protected void setName(String name)\r\n\t{\r\n\t\tthis.name = name;\r\n\t}", "title": "" } ]
[ { "docid": "5bec3545ad0a1a3d23fbbd2247e70fe7", "score": "0.85734683", "text": "public void setName( String name){\n this.name = name;\n }", "title": "" }, { "docid": "821e9ce918880abecd72d7c239ccbf41", "score": "0.85696536", "text": "public void setName(String name) {th...
7e8f0656f3d9361cafe6fb0bcd04e5c9
Instantiates a new Drink item controller.
[ { "docid": "fad00373ee5f3ef38b279310b5829557", "score": "0.73044103", "text": "public DrinkItemController(DrinkItemService service){ super(service);}", "title": "" } ]
[ { "docid": "bc0a949f56f357ff899cc24d37697492", "score": "0.66905606", "text": "public ItemController(){\n\t\titemList = new ArrayList<Item>();\n\t}", "title": "" }, { "docid": "cc818931998c9e35dbff3d8e510f0f76", "score": "0.6349882", "text": "@NotNull public static DrinkAction.Builde...
8524473e056c86f22e36e9158190026e
optional string user_avatar = 6;
[ { "docid": "ffc0c7cb8bc528568afe9f58ee77afd2", "score": "0.69680446", "text": "public java.lang.String getUserAvatar() {\n java.lang.Object ref = userAvatar_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.Byte...
[ { "docid": "5fd998cbf4e00cd7ff8a5a968bab1f68", "score": "0.80906665", "text": "java.lang.String getUserAvatar();", "title": "" }, { "docid": "9338950f06f5a7bc32b258519905cbf8", "score": "0.77257115", "text": "java.lang.String getAvatar();", "title": "" }, { "docid": "9338...
076a9b08cc7497a401185e3f8f3053c6
double processCpuRate = 11;
[ { "docid": "b9319bba6704e82496c3e1ca968a074b", "score": "0.7454857", "text": "@java.lang.Override\n public double getProcessCpuRate() {\n return processCpuRate_;\n }", "title": "" } ]
[ { "docid": "296d640cff0f3d19701aa8d79b349036", "score": "0.8707781", "text": "double getProcessCpuRate();", "title": "" }, { "docid": "c0d2044102810c9b8f67e6bfc22ba13c", "score": "0.8194868", "text": "double getCpuRate();", "title": "" }, { "docid": "ddca6b28fff44cdcaa1dd...
9fea1ff9987b18cae0eb99144e144193
Set the heuristic cost not only to the distance to the end state (in reference to our node positions from our path which are the mass centers of the configs) but also to include distances to nearby obstacles
[ { "docid": "64f65e4d69360a9a0179334538e5294c", "score": "0.607209", "text": "public void sethCost(Node current, Node end) {\n\t\tDouble distance;\n\t\tdouble obsx;\n\t\tdouble obsy;\n\t\tint obscount = 0;\n\t\tint outcodeval = 0;\n\t\tArrayList<Double> obsnearby = new ArrayList<Double>();\n\t\tfor (int...
[ { "docid": "4475ec5dac3f063936eade167dfc5803", "score": "0.7339186", "text": "private void calculateOptimalPath() {\n\t\tinitializeNodes();\n\t\t\n\t\tPriorityQueue<Tile> nodeQueue = new PriorityQueue<Tile>();\n\t\tnodeQueue.addAll(_nodes);\n\t\t\n\t\twhile (!nodeQueue.isEmpty()) {\n\t\t\tTile node = no...
e982012fcd9da0f90e99cf73ff5d229e
Prompts the user on if they are ready to start the game
[ { "docid": "021f04a8fb449aa98e30cf80583debb2", "score": "0.71856403", "text": "private boolean promptReady()\n {\n boolean ready = false;\n String response;\n if (playAgain)\n {\n response = \"Y\";\n }\n else\n {\n System.out.print(\"You have \" + Gam...
[ { "docid": "bc78ef2b5361508099039fbd7f7ec56a", "score": "0.83121294", "text": "public static void askToStartAGame() {\n clientHandler.readyForGame();\n }", "title": "" }, { "docid": "d0f6bc4b66c9647718e8c5049c139330", "score": "0.7375508", "text": "private void askForNewGam...
f965dda104e19e2c33ad4fcd94e67a1e
TODO Autogenerated method stub searching the key
[ { "docid": "4c77698909042e755f1de32b82043eae", "score": "0.0", "text": "public static boolean search(int key) throws InvalidInputException {\n\t\tfor (int i = 0; i <= arr.length; i++) {\n\t\t\tif (arr[i] == key) {\n\t\t\t\treturn true;\n\t\t\t}\n\n\t\t}\n\t\treturn false;\n\n\t}", "title": "" } ]
[ { "docid": "a1a9339bdfdac5160ce3e190d47da51a", "score": "0.7498184", "text": "String getSearchKey();", "title": "" }, { "docid": "bbb83db70b185154a77aebff1f8c9826", "score": "0.7342547", "text": "@Override\n public boolean constain(Key key) {\n if(search(key) != null){\n ...
081de639f1016935d73e3c35d0579f1e
Constructs ResultLabel with the specified value.
[ { "docid": "c860f23affa8605fa9e40c5ac94253ce", "score": "0.7329368", "text": "ResultLabel(int num){\n\t\tsuper(resultPreface + num);\n\t\tformat();\n\t}", "title": "" } ]
[ { "docid": "82ac26a47c34140175aa5630be26c938", "score": "0.711274", "text": "ResultLabel(){\n\t\tsuper(resultPreface);\n\t\tformat();\n\t}", "title": "" }, { "docid": "65ea4b3c8e14bd284ee5985b4d491c7b", "score": "0.6983062", "text": "public Result (String label)\n {\n ...
96587f9cabe13fa96403646c7dfc7410
Return the user with the given id, or null if none is found
[ { "docid": "512ebf3a82e63dc418b2b9f670f55c46", "score": "0.0", "text": "UserEntity getUser(int id);", "title": "" } ]
[ { "docid": "5ae621e0608ba0f2a785b1cfcb353792", "score": "0.8521255", "text": "public static User getUser(int id) {\n for (User u : users) {\n if (u.getUserId() == id) {\n return u;\n }\n }\n return null;\n }", "title": "" }, { "doc...
82ff564aea132f13e195ed646efde0ba
Determines whether or not this title has times set on it. If none are set, it will update the previous title set on the client.
[ { "docid": "82f57582bf06bb1f8ea9f78a36a37ceb", "score": "0.6054847", "text": "public boolean areTimesSet() {\n return stay != 0 || fadeIn != 0 || fadeOut != 0;\n }", "title": "" } ]
[ { "docid": "8d9d38444fdedba17515ade2b5b1e6c2", "score": "0.63067806", "text": "@java.lang.Override\n public boolean hasStartTime() {\n return startTime_ != null;\n }", "title": "" }, { "docid": "8d9d38444fdedba17515ade2b5b1e6c2", "score": "0.63067806", "text": "@java.lang....
cfd5cd90526bb91c9bf9c8b7f9606661
Use this factory method to create a new instance of this fragment using the provided parameters.
[ { "docid": "8df4dc0a2c6380a74d59f9d735644b55", "score": "0.0", "text": "public static MakaniFragment newInstance(String param1, String param2) {\n MakaniFragment fragment = new MakaniFragment();\n Bundle args = new Bundle();\n args.putString(ARG_PARAM1, param1);\n args.putStr...
[ { "docid": "517589a851acf04cf9aab30af5bbd56b", "score": "0.70978993", "text": "public static PYQFragment newInstance() {\n PYQFragment fragment = new PYQFragment();\n Bundle args = new Bundle();\n //args.putInt(ARG_SECTION_NUMBER, sectionNumber);\n fragment.setArguments(args)...
a69ffd2717409c0fc7a87fa612c88ca9
public Integer agregarSolicitud(SolicitudBean objSolicitudBean);
[ { "docid": "56a1b75ab26fdd393bfef8c5c5197b61", "score": "0.0", "text": "public void updateSolicitud(Solicitud solicitud);", "title": "" } ]
[ { "docid": "3d97b1d237b3a5a53d4dcac355ab69d8", "score": "0.6453962", "text": "public void agregarCuentaPersona(Integer intSecuenciaPersona, List<Integer> lsSecuenciasCuenta) throws BOException;", "title": "" }, { "docid": "9183f00d50a3889292121ba935c0b752", "score": "0.6368138", "tex...
e61e6d31664843018ca10a49c8ee68ec
Sets the project associated with the submision upload information.
[ { "docid": "e70397ca1610ebf80808c48fee1735cf", "score": "0.0", "text": "public void setContest(Project contest) {\r\n\t\tthis.contest = contest;\r\n\t}", "title": "" } ]
[ { "docid": "54b95b6c98392c10c6d1af769a3bae34", "score": "0.67329615", "text": "public void setProject(Project project) {\n myProject = project;\n }", "title": "" }, { "docid": "c0fe4dcdf3f8c51c6cbae7bbb1445007", "score": "0.67193395", "text": "public void setProject(Project proje...
ac7f59f744a350a985db1cbb8278f343
Tests the dirty real price computation from the real yield in the "US I/L real" convention.
[ { "docid": "8d233015ea3c077214a8428fee781a1f", "score": "0.75807405", "text": "@Test\n public void dirtyRealPriceFromRealYieldTips1() {\n final double[] yield = new double[] { -0.01, 0.00, 0.01, 0.02, 0.03 };\n final int nbCoupon = BOND_SECURITY_TIPS_1.getCoupon().getNumberOfPayments();\n fina...
[ { "docid": "7643c23155efd1a59cf812246c53c033", "score": "0.74114406", "text": "@Test\n public void yieldRealFromDirtyRealTips1() {\n final double[] yield = new double[] { -0.01, 0.00, 0.01, 0.02, 0.03 };\n final double[] dirtyRealPrice = new double[yield.length];\n final double[] yieldComputed...
a9de2771b3cb73deb9a8f41843534ec3
Carry out any initialization.
[ { "docid": "c0cfd3ded784f61c2fafb25ec0fbffa8", "score": "0.74436", "text": "public void initialise() {}", "title": "" } ]
[ { "docid": "cd779aacc91809113f74aef470842acb", "score": "0.77520347", "text": "protected void init() {}", "title": "" }, { "docid": "5d1cb708b3c10ba3e64caaaf3a68577a", "score": "0.77491", "text": "private void init() {\n }", "title": "" }, { "docid": "5d1cb708b3c10ba3e...
2c18a7d3a197265beb172422ccccd345
return the number of items on the randomized queue
[ { "docid": "b466d6a9e5d995228caeb94bebaaa8c5", "score": "0.0", "text": "public int size()\n {\n return tail - head;\n }", "title": "" } ]
[ { "docid": "9377ad5448f3396df5cd540dfb4e731c", "score": "0.69620794", "text": "public int size(){\n return queue.size();\n }", "title": "" }, { "docid": "798245fbe2e0a77c03f9c4a7eedd6c81", "score": "0.6951117", "text": "int getQueueSize();", "title": "" }, { "do...
22902eb6df754f0aa41a25d9106c6399
Update milestont and task of it
[ { "docid": "eb830b0eb71c5f2000cf6f5206f4be11", "score": "0.5293615", "text": "private List<Map<String, Object>> updateMilestonesAndEditTask(SaveScenarioSubIn1DTO miles, Long customerId,\n String token, String tenantName, int indexMilestone) {\n\n List<Map<String, Object>> errors = new ...
[ { "docid": "72f524952ed8fda930eac59a59dd0b99", "score": "0.6462134", "text": "public void updateMediaObject(MediaObject task);", "title": "" }, { "docid": "5f0500da89339128cdf7d345e2b7a4ad", "score": "0.6441958", "text": "void updateTask(PerunSession sess, Task task);", "title": ...
0d06fcaa816be7da4d75d9c826841b77
Schedules screening for the given ticket.
[ { "docid": "07a2b607c8051bd951362e06299c1336", "score": "0.6664824", "text": "public void scheduleScreening(long id, Date date) throws PortalServiceException;", "title": "" } ]
[ { "docid": "77c50b406088e079e98da04772c68160", "score": "0.6649764", "text": "public void scheduleScreening(int time) throws PortalServiceException;", "title": "" }, { "docid": "8ba038a54a695c61b16f073ae2c88bdd", "score": "0.56004786", "text": "public void issueTicket()\n\t{\n\t\tint...
a08f700d7f5d3abd31314adaf4582508
Compute a neighboring id: return the id of the grid cell bordering on the cell with id startID in the given direction. If the starting cell is on the grid border and the direction points outside the grid, the id returned will belong to the starting cell or one of its neighbors on the border. If an invalid id is supplie...
[ { "docid": "c70f4a4734e2fc320e406a57ec47047c", "score": "0.6152244", "text": "public int transformIDbyDirection(final int startID, final GridDirection direction) {\n\t\tif (!isValidID(startID))\n\t\t\t//Log.w(TAG, \"transformIDbyDirection() called with invalid id: \" + startID);\n\t\t\treturn -1;\n\t\tf...
[ { "docid": "952f2fe3569b7d31aed0921228f94095", "score": "0.5206927", "text": "public static List<Cell> findPath(Cell start, Cell end, Cell[][] grid, MovingObject obj) {\n List<Cell> visited = new ArrayList<Cell>();\n List<Cell> path = new ArrayList<Cell>();\n visited.add(start);\n ...
cb6ffbd67b094d9f41f32f903374139e
Removes a Network Security Group from a subnet
[ { "docid": "24ca8f379c2a26a8917af5058feaf6f0", "score": "0.76298517", "text": "@Named(\"RemoveNetworkSecurityGroupToSubnet\")\n @Path(\"/virtualnetwork/{virtualNetworkName}/subnets/{subnetName}/networksecuritygroups/{networkSecurityGroupName}\")\n @DELETE\n @Produces(MediaType.APPLICATION_XML)\n ...
[ { "docid": "e648f18a9fce7c92f4d3fe5be4a7b6d2", "score": "0.6924961", "text": "public void removeGroup(Group group) throws ApsSystemException;", "title": "" }, { "docid": "b9d43883bb01c2d1a7afa4632d757a1e", "score": "0.6335364", "text": "@Named(\"AddNetworkSecurityGroupToSubnet\")\n ...
0f32a636a5c34e27fbd06d6383e4305d
This method returns a set of mime/media types a marshaller/unmarshaller may support. This should never return null. If a marshaller/unmarshaller should not support any mime/media types (unlikely scenario) then an empty set rather than null shall be returned.
[ { "docid": "71b035f5e63ab1410ca568c9113b8284", "score": "0.81846565", "text": "public Set<MediaType> getSupportedMediaTypes();", "title": "" } ]
[ { "docid": "76bb783977e3c0c4a2f91bd6dc0ea380", "score": "0.743347", "text": "public String[] getMimeTypes() {\n/* 187 */ Set types = new HashSet(this.type_hash.keySet());\n/* 188 */ types.addAll(this.fallback_hash.keySet());\n/* 189 */ types.addAll(this.native_commands.keySet());\n/* 190 */ ...
160a3f2076d38c84adf183200d38d1eb
Test that correct margin value is returned when popup is wider than the anchor and the target is positioned to the right of centre
[ { "docid": "1c24de0900d01182bdb2a54445c0bddc", "score": "0.7747115", "text": "@Test\n public void testArrowLeftMargin_popupWiderThanAnchorTargetRight() {\n int margin = CoachMarkUtils.getArrowLeftMargin(\n TARGET_RIGHT,\n FULL_ANCHOR_WIDTH-400,\n AR...
[ { "docid": "6cbf66af24f40d066f1f059c02e46aa5", "score": "0.7834266", "text": "@Test\n public void testArrowLeftMargin_popupWiderThanAnchorTargetCentre() {\n int margin = CoachMarkUtils.getArrowLeftMargin(\n TARGET_CENTRE,\n FULL_ANCHOR_WIDTH-400,\n ...
e740070e7665baa9002865a02978015f
endregion region private methods touch helper
[ { "docid": "718f80f8d38a546f55e366b49a29d8b8", "score": "0.0", "text": "private void touch(String fieldName) {\n this.isSet.add(fieldName);\n }", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.5913556", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "ff8ac555663efd68f55494a3571394a4", "score": "0.5876656", "text": "public FileRegion touch(Object hint)\r\n/* 150: */ {\r\n/* 151:189 *...
24087ebcad0b06d1c1ec8d818d4607e3
Returned with 40x responses; explains reason for the unsuccessful request.
[ { "docid": "23b3940533c2f38f3b466bf087972f43", "score": "0.0", "text": "public Optional<String> getErrors() {\n return errors;\n }", "title": "" } ]
[ { "docid": "2ef85937c92947e36c47f4b9bfbe44a8", "score": "0.6867653", "text": "@Override\n\t\t\tpublic void requestFail() {\n\n\t\t\t}", "title": "" }, { "docid": "facf99916c520ea8da6ec855557b63ad", "score": "0.67752457", "text": "private Response badRequestResponse() {\n\t\treturn ne...
a271e897eaa46d971dbd50c23a83bc90
/ CommonEntity contacts = adminService.getContacts(); model.addAttribute("contacts", contacts);
[ { "docid": "b8c537adbf32fbafdc54633f38c98f06", "score": "0.71850765", "text": "@RequestMapping(value = \"contacts/all\", method = RequestMethod.GET)\n public String getContacts(Model model) {\n\n List<Contact> allBlocksContact = adminService.getAllBlocksContact();\n model.addAttribute(\"contactBl...
[ { "docid": "f606be680325d2600e7cf72b7d57ef02", "score": "0.71527255", "text": "@RequestMapping(value = \"\", method = RequestMethod.GET)\n\tpublic String getContacts(Model model) {\n\t\tmodel.addAttribute(contactService.getContacts());\n\t\treturn contactListViewName;\n\t}", "title": "" }, { ...
958937bbe1e07c6537d5925e337c346b
Adds a new day to the burndown and does calcualtions. This method should be used to add data to the burn down.
[ { "docid": "7f80b9a79309e238a93ac5f6e5350348", "score": "0.68494713", "text": "public void addDay(LocalDate day, int hoursDone, String comment) {\n if (day == null) throw new NullPointerException(\"Day cannot be null.\");\n if (day.isBefore(start)) throw new IllegalArgumentException(\"Day ...
[ { "docid": "bff4ab631f789612c986afe7769f32ab", "score": "0.65889996", "text": "public void addDay(Day d)\n {\n days.add(d);\n }", "title": "" }, { "docid": "b3fb09e9067e97f0b880a2184262a8e8", "score": "0.6230321", "text": "protected void addDay(DataDay day)\n {\n ...
30a90c7dffc2a51126fa70e8ae4fd45f
Gets a value indicating whether the directory exists.
[ { "docid": "0f93eecde9c1198841878207003f0804", "score": "0.6544586", "text": "@Override public boolean exists() {\n try {\n return fileSystem.directoryExists(path);\n } catch (IOException e) {\n throw new dotnet4j.io.IOException(e);\n }\n }", "title": ""...
[ { "docid": "678eec95b76a6bbe8989222e8f052d44", "score": "0.6738488", "text": "public native boolean isDir();", "title": "" }, { "docid": "8a92ac35ee7a0eac61b6b2a19ab2da5f", "score": "0.6614541", "text": "@Override\n public boolean directoryExists(String path) {\n if (isRoot...