query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
0c3c75f897f06190f7685227b47a3436
If you are checking if 2 exhibits are equal, just want to check if they have the same name, so not check if the pointers are just the same.
[ { "docid": "ecf97d9c1f7cdd4db0bbf6f2b832bb46", "score": "0.61820525", "text": "@Override\r\n\tpublic boolean equals(Object o) {\r\n\t\tif (o != null && o.getClass() == Exhibit.class) {\r\n\t\t\tif (((Exhibit)o).getName().equals(name)) {\r\n\t\t\t\treturn true;\r\n\t\t\t}else{\r\n\t\t\t\treturn false;\r\...
[ { "docid": "afb4ac487a099c35638607e2a449235a", "score": "0.66985714", "text": "@Test\n public void exerciseSameNames() {\n LockableListModel<Concoction> usables = ConcoctionDatabase.getUsables();\n List<Concoction> Eds = new ArrayList<>();\n Iterator<Concoction> ui = usables.iterator();\n w...
f6bf2e53bded8d98ced2618db22496ed
/ 350: / 351:
[ { "docid": "8504cf6069f15fb9603e8c5412a918a7", "score": "0.0", "text": "public boolean cancel()\r\n/* 352: */ {\r\n/* 353:510 */ int state = state();\r\n/* 354:511 */ if (state >= 2) {\r\n/* 355:513 */ return false;\r\n/* 356: */ }\r\n/* 357:515 */ if ((state !=...
[ { "docid": "0dae6bb5aa9fb37b89e586abae78d977", "score": "0.5547708", "text": "private void m21750d() {\n int i = this.f17342d;\n int i2 = this.f17346h;\n if (i >= i2) {\n return;\n }\n if (i == 0) {\n m21752e();\n ...
31b62792f40530ad4f67f97e55b6a02f
Called when an ad is clicked and about to return to the application.
[ { "docid": "65884b396055f96b3c6d659f0720c141", "score": "0.6296828", "text": "@Override\n\t\t public void onAdClosed() {\n\t\t // Log.d(LOG_TAG, \"onAdClosed\");\n\t\t //Toast.makeText(clientactivity.this, \"onAdClosed\", Toast.LENGTH_SHORT).show();\n\t\t }", "title": ...
[ { "docid": "788662c5ee4a8bf5efc7d66d874c8f7f", "score": "0.71612024", "text": "@Override\n\t\tpublic void onBackPressed() {\n\t\t\tsuper.onBackPressed();\n\t\t\t startAppAd.showAd(); // show the ad\n \t\t\t startAppAd.loadAd(); // load the next ad\n\t\t}", "title": "" }, { "docid": "67951fe...
575fc46f7754d610092c714186af8f6d
Method that extracts destination directory absolute path, base file name without extension and extension from passed in absolute file path.
[ { "docid": "de13a3deecb61bf99e3049e6f457690f", "score": "0.71405", "text": "protected void extractFilePathElementsFromAbsFilePath(String absoluteFilePath) {\r\n\t\t// Note: if file path isn't absolute exit the method\r\n\t\tif (absoluteFilePath == null || absoluteFilePath.length() == 0 || CustomFile.isF...
[ { "docid": "ff29be69f214ed9d54b0d7b4275ae7ec", "score": "0.68098307", "text": "public String getAbsolutePath(String filename, String base, String subdir);", "title": "" }, { "docid": "60842960478708744fb0d39fffdbfbbd", "score": "0.5926517", "text": "public static String buildAbsolute...
822967b39efafad75c72b7fb39599f94
! Deprecated code, handled in ConnectMixin (maybe move to here?)
[ { "docid": "d327f8d14a5c9ce54049086d5b958a8b", "score": "0.0", "text": "public void disconnectFromServer(ServerInfo serverInfo, Text reason) {\n MinecraftClient mc = MinecraftClient.getInstance();\n mc.disconnect();\n mc.openScreen(new DisconnectRetryScreen(new MultiplayerScreen(new...
[ { "docid": "70739957071dfbe0477a060d609354ac", "score": "0.656798", "text": "@Override\r\n\t\t\tpublic void connect() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "091400601a74db6fb90ac832a851839f", "score": "0.64746916", "text": "@Override\r\n\tpublic void connect() {\n\t\t\r\...
532f246cc71a19b47783dfa8da7ef22b
3. As a player I can view my coaches
[ { "docid": "a6259b972661e539b26d84692af616ae", "score": "0.0", "text": "public List <Coach> getCoaches();", "title": "" } ]
[ { "docid": "a265af493bcefd9043f62ad0e9f7ce05", "score": "0.6427594", "text": "public void showInfo(Player player) {\n }", "title": "" }, { "docid": "3e0376059a30fdd72c1e0b3b41c6610c", "score": "0.64265144", "text": "public void showPlayers(){\n activeRoster.showPlayer();\n ...
b2c2f86834b0c5e594dc54121cf92061
Returns the Simple Angle Measurement of the 'Best Guess' CameraTargetInfo
[ { "docid": "847c77e67a2e3f43e1da439cbcb29045", "score": "0.79070926", "text": "public double getBestGuessAngle()\n\t{\n\t\tCameraTargetInfo info = getBestGuessTarget(VISION_CRITERION.FIELD);\n\t\t\n\t\tif(info != null)\n\t\t{\n\t\t\tdouble angle = info.getSimpleCameraAngle();\n\t\t\tSystem.out.println(\...
[ { "docid": "71abaf60d8537e5f5c1b7e6213db3b0b", "score": "0.65453273", "text": "public float getCameraAperatureAngle();", "title": "" }, { "docid": "4089bf6246bcf817c2ce388b89a5631b", "score": "0.6421278", "text": "private double calculateAngle() {\n double result;\n dou...
6468455796f854e1a1ed10abf3cd354a
Click on 'remove button' of image with given caption
[ { "docid": "f6daad7d0237c2662870f93bd6b2a554", "score": "0.81925017", "text": "public void clickRemoveButtonOfImage(String caption) {\n \t\twaitForElementByElement(iFrame);\n \t\tmouseOverInArticleIframe(imageArticleIFrame);\n \t\twaitForElementByElement(removeButton);\n \t\tjQueryClick(deleteButtonArti...
[ { "docid": "5d74c347974b22ad18612f6278eebb74", "score": "0.6915941", "text": "public void remove_portfolio_item_image_if_present(){\n try {\n do {\n btn_remove_portfolio_item_image.click();\n } while (btn_remove_portfolio_item_image.isDisplayed());...
428b5b05b1a1ce31eceaea2ced9dcc39
Creates a new unauthorized client container for the given client.
[ { "docid": "36deeac5345c03cdedd3a7e9e3946b65", "score": "0.65210605", "text": "public UnauthorizedClient(IConnectedClient client)\n {\n this.client = client;\n }", "title": "" } ]
[ { "docid": "a9416143228e87405866387ecc901f5e", "score": "0.67214805", "text": "public void create(Client client);", "title": "" }, { "docid": "3c148db51fa89f9e00a081fd55d2de06", "score": "0.5802051", "text": "@Override\r\n\tpublic Client create(Client entity) {\n\t\treturn null;\r\n\...
4dc31def2e571d778814dab5d20871cf
bytes update_url = 12;
[ { "docid": "34e89adfc98e9066fad2637e440cff43", "score": "0.6901393", "text": "com.google.protobuf.ByteString getUpdateUrl();", "title": "" } ]
[ { "docid": "78205a2793904671d411f3cc1068a713", "score": "0.6081857", "text": "public String getURL(){\n\t\treturn UPDATE_URL;\n\t}", "title": "" }, { "docid": "0f256861d8e0f62ef1845be9f534959e", "score": "0.5943682", "text": "public String getDownloadURL(){\n\t\treturn UPDATE_DOWNLOA...
9d4dc84ebfd6ce230909da7fbd6c4011
$ANTLR end "rule__AstConnection__Group__5" $ANTLR start "rule__AstConnection__Group__5__Impl" ../org.caltoopia.frontend.ui/srcgen/org/caltoopia/frontend/ui/contentassist/antlr/internal/InternalCal.g:6061:1: rule__AstConnection__Group__5__Impl : ( ( rule__AstConnection__Group_5__0 )? ) ;
[ { "docid": "cdb859e10cab23c3b6a2a73e6bf8809d", "score": "0.8122126", "text": "public final void rule__AstConnection__Group__5__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.caltoopia.frontend.ui/src-gen/org/caltoo...
[ { "docid": "76bcc2b4ec04b85383711fe9d2c1efe4", "score": "0.8170871", "text": "public final void rule__AstConnection__Group_5__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.caltoopia.frontend.ui/src-gen/org/caltoopia/...
01cf86d5be7f41316429f67dc25392eb
Creates a new Complexity object with uninstantiated parameters
[ { "docid": "4351cebee106183d248a8b5d5ac4b2f8", "score": "0.754761", "text": "public Complexity(){\n\n\t}", "title": "" } ]
[ { "docid": "55d7ebb23eeab2e891c2fa459aeb0e8b", "score": "0.58027905", "text": "public SimpleCalculator(){\n //is okay to not have anything in here\n }", "title": "" }, { "docid": "7827ca2e91ddb8e250cd9743f3f92ee4", "score": "0.5793305", "text": "public ComplexVariableParam()...
b919b69ea75e4fee3ff13d226d02066e
Return true if the action can be applied to the given column metadata.
[ { "docid": "2907a575042000d16e0a3710bc4ce0d6", "score": "0.704228", "text": "public abstract boolean acceptColumn(final ColumnMetadata column);", "title": "" } ]
[ { "docid": "fda030318224578c86ff45e481245862", "score": "0.63778806", "text": "protected boolean validateColumn(int col)\r\n {\r\n //TODO to be removed when dependend objects have been adapted\r\n return true;\r\n }", "title": "" }, { "docid": "a2f703887223ef7a2fca57b8a5e...
f5adf5f9071b1615821f18c5b4c27483
Sets the getEntry at the specified getOrder toa specified value.
[ { "docid": "aa6246de616e0fb458736babe24e62a9", "score": "0.0", "text": "public void setEntry(int row, int col, double a) {\n matrix[row - 1][col - 1] = a;\n }", "title": "" } ]
[ { "docid": "d9bcaf273725dc2334b6e2af32f6bacb", "score": "0.5762563", "text": "public void setEntry(Order order, double a) {\n setEntry(order.rows, order.cols, a);\n }", "title": "" }, { "docid": "0e2a96cf0fdf999da5346fcb34938a6e", "score": "0.56847405", "text": "public void...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "523904fe4535c0f1019982f6d24b8a6d", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t\tSystem.out.println(\"好きな食べ物はチーズです\");\n\t\tSystem.out.println(\"特にクリームチーズが好きです\");\n\t\tSystem.out.println(\"色々な料理に使るし、そのままでも美味しいので好きです\");\n\t\tSystem.out.println(\"わしの好きな飲み物はコーラじゃあああ...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.68664503", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.6846375", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
f330cab23bcb940355c580a1cfdf0ba0
Returns the portal where uuid = &63; and groupId = &63; or throws a NoSuchportalException if it could not be found.
[ { "docid": "120c5157463cd9d3789ab339a3a6e5bd", "score": "0.85524356", "text": "public portal findByUUID_G(String uuid, long groupId)\n\t\tthrows NoSuchportalException;", "title": "" } ]
[ { "docid": "9fda3179a46c866f9b8cd8af3276cd47", "score": "0.75643796", "text": "public portal findByPrimaryKey(long portalId) throws NoSuchportalException;", "title": "" }, { "docid": "5d25dc69bcae06664b165c95051a8e57", "score": "0.74283254", "text": "public portal fetchByUUID_G(Strin...
46c50716bb2124e9fc5c6c90242dd4f7
if we weren't destroyed earlier, queue up destruction of our texture and framebuffer to be undertaken on the main OpenGL thread on the next frame
[ { "docid": "630754b7607c1fbe4d1e603b0e6154aa", "score": "0.78819704", "text": "@Override\n protected void finalize() throws Throwable {\n if (tex > 0)\n ctx.queueDestroyTexture(tex);\n if (fbuf > 0)\n ctx.queueDeleteFramebuffer(fbuf);\n }", "title": "" } ]
[ { "docid": "bf3ce1dd0fadc517d2be643e1aa1c7ae", "score": "0.71098435", "text": "public void cleanUp(){\n glDeleteTextures(textureID);\n }", "title": "" }, { "docid": "c3b8846252691218b99fba53b170a48a", "score": "0.7023706", "text": "public void release() {\n/* 253 */ Int...
0c6c151684b16346ccdc520fef4d3784
Listen to export events to update the recently exported item.
[ { "docid": "a9a534dd9e2cc1288c08f28933edb941", "score": "0.7287492", "text": "@Listener\n\tprivate void onExport(ExportEvent input) {\n\t\tFile file = input.getFile();\n\t\trecentExport = file.getAbsolutePath();\n\t}", "title": "" } ]
[ { "docid": "27f16a5fa0e7c1bebfd9784ccc388ba4", "score": "0.6074786", "text": "public void fireImportListener() {\n\t\tfor (PM_Listener listener : importListeners) {\n\t\t\tlistener.actionPerformed(new PM_Action(null));\n\t\t}\n\t}", "title": "" }, { "docid": "35a5019c31f9086a88b7b07f0dfd90d2...
8c554b751a5502b166cd3063ff61e4cc
fill these objects with empty content
[ { "docid": "4e238b4c6c97c47437d7f065c90c052c", "score": "0.5867188", "text": "void init() {\n\t\tfor (int i = 0; i < finalChains.length; i++) {\n\t\t\tfinalChains[i] = new Chain(false);\n\t\t}\n\t\tfor (int i = 0; i < finalPhrases.length; i++) {\n\t\t\tfinalPhrases[i] = new Phrase(false);\n\t\t}\n\t\tfo...
[ { "docid": "a322c9f6875108eb04f5044c32ea9544", "score": "0.6533932", "text": "public void clearValues() {\n setTitulo(\"\");\n setAutor1(\"\");\n setAutor2(\"\");\n setAutor3(\"\");\n setAutor4(\"\");\n setEditorial(\"\");\n setFechaPub(\"\");\n se...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e103a51f7754b3df035a875f93543f61", "score": "0.0", "text": "public boolean hasFriend(Friends newValue) {\n\t\tfor(Friends friend: friendList) {\n\t\t\tif(friend.getUserName().equals(newValue.getUserName())) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}", "title": "" }...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
711503c1c16f5df7490682d8d8e351c8
Returns the deployed keys.
[ { "docid": "9ef719723a894788e004bbcd0caba313", "score": "0.0", "text": "@Override\n protected void fillDeployedNames(Set<String> keys)\n {\n super.fillDeployedNames(keys);\n \n for (WebAppConfig cfg : _webAppConfigMap.values()) {\n if (cfg.getContextPath() != null)\n keys.add(c...
[ { "docid": "6e6455601f6016d19bde0e009e8a40b9", "score": "0.67895323", "text": "public List<ECKey> getImportedKeys() {\n return basic.getKeys();\n }", "title": "" }, { "docid": "cc05b5a85d8c814537570d7dc20da454", "score": "0.67121387", "text": "List<String> getAllKeys();", ...
2ef2c4fee482b0714742c49ec16c0e66
If the response is JSONObject instead of expected JSONArray
[ { "docid": "895b726d481bcb49cc6e641e28b27875", "score": "0.0", "text": "@Override\n public void onSuccess(int statusCode, Header[] headers, JSONObject response) {\n Gson gson = new Gson();\n PatroledJson patroledJsons = gson.fromJson(response.toString(), Patroled...
[ { "docid": "a7357ff8db5d6d228439f3738bb99b45", "score": "0.67725766", "text": "private static boolean isExpectedJson(String response) {\n try {\n JSONObject jsonResponse = new JSONObject(response);\n String code = jsonResponse.getString(\"code\");\n if (null == co...
27b906e82080a442579131ce8941fff1
Determine which player goes next in the game
[ { "docid": "7687fc1a29dbbd5018f34749955ab028", "score": "0.0", "text": "public int changeTurn(int currentTurn)\n {\n // If it's the last person's turn then we need to reset whoseTurn to 0\n // So we can start off with the first player in the list of players\n if (currentTurn + 1 ...
[ { "docid": "d96ae05baed97e238c31dcae433f3724", "score": "0.7597324", "text": "private void nextPlayer() {\n if (currentPlayer.equals(p1)) {\n currentPlayer = p2;\n //if (currentPlayer.getName()\n } else {\n currentPlayer = p1;\n }\n }", "title...
483d14de42b33ffc3a93047c141b2dcd
The method that receives an array and returns with a sorted array. It implements the quich sort algorithm with ascending order This method is copied from Mr. Cutten's example with a few modifications
[ { "docid": "c9d15ff6203f3b5aef3d7aeb92e33add", "score": "0.0", "text": "private int[] quickSortA(int[] myTemp, int left, int right) {\n if (left >= right) {\n return myTemp;\n }\n int i = left;\n int j = right;\n // Get the pivot element from the middle of t...
[ { "docid": "5925cb9c9356e41e6769d17b95874b47", "score": "0.69896233", "text": "public static void quicksort (int [] a) {\n// method to sort using the refined quicksort\n quicksortKernel (a, 0, a.length-1);\n}", "title": "" }, { "docid": "1341373aab03a7f3b34cf1f4b59349d4", "score": "0....
97e6eb374243b0240d4bf7428a06edd6
Aqui se cambia de pantalla
[ { "docid": "ceab6406d155f2f3a31977ba47621ae8", "score": "0.0", "text": "public void keyReleased(KeyEvent ke) {\r\n if(ke.getKeyCode() == KeyEvent.VK_RIGHT) {\r\n bMov = false;\r\n }\r\n if(ke.getKeyCode() == KeyEvent.VK_LEFT) {\r\n bMov = false;\r\n }\r\...
[ { "docid": "7aec230ad7aa7943d85dfd49cdf2592a", "score": "0.7214666", "text": "public void tulisHasilPersamaan() {\n\t\t/*Tanya Zunan keluarannya gimana*/\n\t}", "title": "" }, { "docid": "11354101c3a65da6e56bfeadec1f5679", "score": "0.7091155", "text": "private static void apagarPerg...
5ceaf0f8dd4e48bba033bea67a525287
/ this test checks that the external source will be restored if it wasn't saved due to the bug (IDEA264750); the bug isn't relevant for Workspace Import because it is actual only if "Store generated files under project root" is switched on
[ { "docid": "062069d45355cdf406e58641900af5e8", "score": "0.5687829", "text": "@Test\n public void testSetExternalSourceForExistingLibrary() {\n MavenProjectsManager.getInstance(myProject).getImportingSettings().setWorkspaceImportEnabled(false);\n\n String libraryName = \"Maven: junit:junit:4.0\";...
[ { "docid": "c5e5e6df8e919b964c22517033a4678f", "score": "0.6257006", "text": "public void testProxyPathWhenReferencingNonLocalProject() {\n \tIdAssigner.setSeedOfAllInstances(345, true);\r\n \tString externalWorkspaceName = \"C:/\" + UUID.randomUUID().toString();\r\n \tFile externalWorkspace = ...
637587a044da28d97fd039b366d5ce99
private final UserService userService;
[ { "docid": "6a9f8b0914432c84fd9c0e3b80419e39", "score": "0.0", "text": "@Autowired\n\tpublic AuthenticationController(AuthenticationManager authenticationManager, UserDetailsService userDetailsService,\n\t\t\t\t\t\t TokenUtils tokenUtils, UserService userService) {\n\t\tthis.authenticationManager = aut...
[ { "docid": "76461fbad2a39790fcf3d09525211d5e", "score": "0.81511235", "text": "public interface UserService {\n}", "title": "" }, { "docid": "60bba9457ff8b53963ab9e193008ed2a", "score": "0.79768467", "text": "public interface UserService {\n User getCurrentUser();\n}", "title"...
fd83c658c315c9e925e8142c36193650
Pause l'execution de l'application.
[ { "docid": "7d18db990173ee6d67bd0b589a23e828", "score": "0.0", "text": "public final synchronized void sleep() throws StateChangeException {\n\t\t// TODO throw StateChangeException\n\t\tsetState(getPausedState(), true);\n\t\tonSleep();\n\t\t// TODO Propagation aux plugins ? Event ?\n\t}", "title": "...
[ { "docid": "479571578104253262bf847fdaadf24c", "score": "0.7767109", "text": "public static void pause()\n\t{\n\t\tkha.System.pause();\n\t}", "title": "" }, { "docid": "9037d8cdcdbe81810f920854283b2a33", "score": "0.76566577", "text": "public void pauseApp()\n\t{\n\t}", "title": ...
7c9c5a28daa95e11d406b07f680c6bb2
/ check if all my checkers are captured and if I have no available moves
[ { "docid": "c4b83ffc2a2c4a53a95977505c68ac18", "score": "0.0", "text": "boolean gameOver(GameBoard gameBoard)\n\t{\n\t\tPiece[][] pieces = gameBoard.getPieces();\n\t\tString myColor = gameBoard.getPlayerNo().equals(\"1\") ? \"red\" : \"white\";\n\t\tPiece temp = new Piece();\n\t\t\n\t\tfor(int i = 0; i ...
[ { "docid": "a151cd9c23dfa84ebcc4e6396693eab2", "score": "0.69286287", "text": "private void checkForAndPerformCaptures() {\n CheckerPiece selectedPiece = (CheckerPiece) this.selectedPiece;\n if(selectedPiece.getColor() == playerColor) { // Player Jumped.\n if (\n ...
e8782c0598590da17c231d4adc70e22a
explicit value constructor Edit an MP3 file
[ { "docid": "fcf2c04f643179f8896a7f6e0965a22c", "score": "0.6557854", "text": "@Override\n\tpublic AudioFile editFile(AudioFile file) {\n\t\tint bitRate;\n\n\t\tFile mp3File;\n\n\t\tMP3File newFile;\n\t\tMP3File original = (MP3File) file; // convert first\n\n\t\tString fileName;\n\t\tString label;\n\t\tS...
[ { "docid": "c4e50226427eb9334c4126c50c3c4f1c", "score": "0.76687294", "text": "public MP3(File mp3) {\n\t\tthis.mp3 = mp3;\n\t}", "title": "" }, { "docid": "26f210988fea340c637ef0fa8806758a", "score": "0.70774007", "text": "public MP3(String filename) {\n this.filename = filen...
fd25df13c939e621ce96cafa7ab8bf32
Prints to file for an updated parent file.
[ { "docid": "49c23c464b8fe781002784284ad1577a", "score": "0.5854909", "text": "@Override\n public void UserOutput(PrintWriter output) {\n if (!children.isEmpty()) {\n for (Student student : children) {\n output.print(student.getFileName() + \" \");\n }\n ...
[ { "docid": "1a42ca5cc42f781487e1969345535c87", "score": "0.5892243", "text": "void updateParentLatestVersion(String parentFile, String newFile) {\n\t\tFileMetadata fm = FileVersionTable.get(parentFile);\n\t\tfm.nextVersionName = newFile;\n\t\tFileVersionTable.put(parentFile, fm);\n\t}", "title": "" ...
bf7d5d84f14c8876c90cfb27f4e15822
Sets the text of this TextLine.
[ { "docid": "4ab654969054985a970f4cfce4a6f587", "score": "0.6860422", "text": "public void setText(String text);", "title": "" } ]
[ { "docid": "13d24222c5d8777786f0a04361f1bf3c", "score": "0.7827597", "text": "public final void setText(String text) {\n this.text.set(text);\n }", "title": "" }, { "docid": "2148b7747f2295486dcca64bee5b571c", "score": "0.7683573", "text": "protected void setText(String text) {\n...
98b6d1f9401977e2e58d664a899f22d0
This method collect the log data and send it to process and store to database
[ { "docid": "74b0c5eb9acb502ff0ba392b65839797", "score": "0.0", "text": "@POST\r\n\t@Produces(MediaType.APPLICATION_JSON)\r\n\t@Path(\"log\")\r\n\tpublic Response logTagging(@FormParam(\"data\")String data) {\r\n\r\n\t\tResponseBuilder rb = null;\r\n\t\tUtils utils = new Utils();\r\n\t\tDocument doc = nu...
[ { "docid": "62b563c9157faa2c6db60337f06c1459", "score": "0.64564574", "text": "public void collectData () {\n \t\tlog.trace(\"COLLECTING DATA\");\n \n \t\tthis.collectVersionNumber();\n \t\tthis.collectUserId();\n \t\tthis.collectOSInfo();\n \t\tthis.collectLastSubmissionDate();\n \t\tthis.collectNumber...
1add886ed9ea066eb85d1f8a57a48ac7
This function is responsible for loading associations for the given entity e.g. when viewing an order, we load the customer so that customer can be shown on the customer tab within viewOrder.xhtml
[ { "docid": "25b29a96673e291b1afe049ee41f8c52", "score": "0.6162418", "text": "public void loadAssociations() {\r\n\r\n\t\tinitListWards();\r\n\r\n\t\taddDefaultAssociations();\r\n\t}", "title": "" } ]
[ { "docid": "246c72f24521ac4953ff1188e6b1039e", "score": "0.6591544", "text": "public void loadAssociations() {\r\n\r\n\t\taddDefaultAssociations();\r\n\t}", "title": "" }, { "docid": "06c1eddcb9d8c9cce79284b55a13b4f7", "score": "0.6336687", "text": "public void loadAssociations() {\n...
132c59e96eb6d4ed344290f03397c453
Only this class can construct instances.
[ { "docid": "a966ec00f4883300033b6e414ac50a4d", "score": "0.0", "text": "private Encoding(int value, String name, String literal)\n\t{\n\t\tthis.value = value;\n\t\tthis.name = name;\n\t\tthis.literal = literal;\n\t}", "title": "" } ]
[ { "docid": "e3fa980b53c5ddbf6f448725041a3e60", "score": "0.79076785", "text": "public abstract Object construct();", "title": "" }, { "docid": "e3fa980b53c5ddbf6f448725041a3e60", "score": "0.79076785", "text": "public abstract Object construct();", "title": "" }, { "docid...
327aeb03bb21aa7585533bda76fc54ce
Creates new form wel_user
[ { "docid": "ca998c9ee46368544c48a47d62b31a36", "score": "0.0", "text": "public WelcomeUser() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "d38edff3bc3e4abc1a47fdfc8cbff975", "score": "0.7007921", "text": "public void createUser(UserModel user);", "title": "" }, { "docid": "1dd367d3447a8c11b68e604a512e4d5d", "score": "0.6976317", "text": "public void newUser() {\n String name = String.format(\"%s %s\",data...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3f808c3301763faff8552b10427e7c61", "score": "0.0", "text": "@Override\n\t\t\tpublic void run() {\n\t\t\t\tToast.makeText(Myapplication.getContext(), \"网络资源不存在或已删除\", Toast.LENGTH_LONG).show();\n\t\t\t\tnew MainActivity().doRemoveData2DownloadMp3Infos(mp3Info);\n\t\t\t}", "title": "" } ...
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
f8ce8ae4a79251fc9bd2903356c6e52e
figure out swerve controls here
[ { "docid": "484d63f7bbd51af56bf93c80c9917963", "score": "0.0", "text": "protected void interrupted() {\n }", "title": "" } ]
[ { "docid": "c7d09918088d9c507107ae08661ed19b", "score": "0.6057513", "text": "private void graphics() {\n FactoryGUIs.setTransparentJButton(this.btnSwitch);\n FactoryGUIs.setDefaultJSlider(this.sliderSound);\n super.add(FactoryGUIs.encapsulatesInPanelFlow(this.lbTitle), BorderLayout...
b24fa049530bbd4a8561efc271c0d0dc
Spring Data repository for the InstructionAuthority entity.
[ { "docid": "d0e0acd1a2324807c4a0e6f53b297ab2", "score": "0.6905862", "text": "@SuppressWarnings(\"unused\")\n@Repository\npublic interface InstructionAuthorityRepository extends JpaRepository<InstructionAuthority, Long>, JpaSpecificationExecutor<InstructionAuthority> {\n\n}", "title": "" } ]
[ { "docid": "176771e450c5cac5450e7d25d15bdb9a", "score": "0.6703848", "text": "public interface AuthorityRepository extends JpaRepository<Authority, String> {\n}", "title": "" }, { "docid": "176771e450c5cac5450e7d25d15bdb9a", "score": "0.6703848", "text": "public interface AuthorityRe...
2a56c302823ad968ec68ad44bac01166
Returns the cross product of two 2d integer vectors
[ { "docid": "02f4aa8ff3b285671ba2c84b98d505c9", "score": "0.76216596", "text": "public static int crossProduct(Vector2i v1, Vector2i v2){\n return v1.getX() * v2.getY() - v1.getY() * v2.getX();\n }", "title": "" } ]
[ { "docid": "0c304a81a46b14661142fad064de17fb", "score": "0.7216178", "text": "void crossProduct(float a[], float b[], float res[]) {\r\n\r\n\t\tres[0] = a[1] * b[2] - b[1] * a[2];\r\n\t\tres[1] = a[2] * b[0] - b[2] * a[0];\r\n\t\tres[2] = a[0] * b[1] - b[0] * a[1];\r\n\t}", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "96c40bce8085707b10e7a4d1fa7522be", "score": "0.0", "text": "@Override\n\t\tprotected void onPostExecute(String result) {\n\t\t\tsuper.onPostExecute(result);\n\t\t\tLog.d(\"hebelek\", \"Getting PAge : \" + pageUrl);\n\t\t\tartistView.loadUrl(pageUrl);\n\t\t\tloadingDialog.dismiss();\n\t\t\t\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...
a58fdde7eefb746f7a7ce31b848cdd22
given user, when retrieving attribute permissions
[ { "docid": "ea9e3530cd4667bde73a1166c3fbb3d9", "score": "0.0", "text": "@Test\n\tpublic void shouldReturnItemWildcardAttributesAccessesForUser2() throws JAXBException\n\t{\n\t\tfinal PermissionsListWsDTO entity = retrieveAttributesPermissions(USER2, USER2, \"Item.*\");\n\n\t\t//then the following permis...
[ { "docid": "b447c5a5d5ed15cf6a45448fed4df6f3", "score": "0.7272536", "text": "UserPermissionsType getUserPermissions();", "title": "" }, { "docid": "7056c1e9de97a0df53d7d77ff1ad8604", "score": "0.708923", "text": "@Override\n protected ObjectPermissionSet getEffectivePermissionSet...
96b98596b834dc83b0fd28c643753f44
The interval for refreshing resource usage. .google.protobuf.Duration refresh_interval = 1;
[ { "docid": "f8ffba0f8b25c552e5a1f0d51fedae52", "score": "0.8777819", "text": "com.google.protobuf.Duration getRefreshInterval();", "title": "" } ]
[ { "docid": "c6c1310e610676d173b87665897fbf25", "score": "0.80666655", "text": "com.google.protobuf.DurationOrBuilder getRefreshIntervalOrBuilder();", "title": "" }, { "docid": "4278f6d3c41c6a9d880ec1292d19b259", "score": "0.73501325", "text": "public int getRefreshInterval() {\n ...
47e53d01c32223ed9a90e60695486c91
Get the maximum size of the HTTP request body data (in bytes, 0 means no limit). This is a location specific function, any action will operate on the specified location.
[ { "docid": "51c8e6c5e7246acac02c1de4ee02a6ba", "score": "0.55181825", "text": "public org.apache.axis.types.UnsignedInt[] getMaxHTTPBodyLengthByLocation(java.lang.String location, java.lang.String[] class_names) throws java.rmi.RemoteException, com.zeus.soap.zxtm._1_0.ObjectDoesNotExist {\n if (s...
[ { "docid": "555b72a371433f111e9fa26a3bfa8fb1", "score": "0.722937", "text": "public int maxRequestSize() {\n\t\treturn maxRequestSize;\n\t}", "title": "" }, { "docid": "6dfcbe22beb5d2cdf1537be945bf1802", "score": "0.6556657", "text": "public long getMaxBytes() { return max_bytes; }",...
20e301ed670c1e4a915656388b4da77a
This method sets the Player's position in the game
[ { "docid": "0ec97acaef568392b38024689c6b99d7", "score": "0.733373", "text": "public void setPosition(int position) {\n this.position = position;\n changesHandler.writePlayer(this);\n }", "title": "" } ]
[ { "docid": "688699706e0895db34b834876febb809", "score": "0.7439681", "text": "public void setPosition() {\n\t\tx = MainGame.SCREEN_WIDTH;\r\n\r\n\t}", "title": "" }, { "docid": "493e40b8b628f8b84ebd70bacb5707b3", "score": "0.73634976", "text": "public void setPlayerLocation(Point poi...
a0154007cc81c5fc5a0dfbfbdf6300fe
"Hudson cron thread"); this is a new constructor since 1.5
[ { "docid": "6b2055be0948b313b1262df6640c7e51", "score": "0.5808317", "text": "public static void init() {\n timer.scheduleAtFixedRate(new Cron(), 1000*60, 1000*60/*every minute*/);\n \n // clean up fingerprint once a day\n long HOUR = 1000*60*60;\n long DAY = HOUR*24;\n ...
[ { "docid": "ac6c39670a9da98550b2346bf75e519d", "score": "0.6959686", "text": "public Job() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "43320d2e7f3557061dfd564a2dd4c979", "score": "0.68478334", "text": "private RScheduler() { }", "title": "" }, { "docid": "bbccf191f1...
de606a98128ec6a203e06c540062b989
A method to correctly compare 2 attribute names.
[ { "docid": "203a27ae2eaa00cad41559f4ea43832d", "score": "0.60746264", "text": "public static boolean equalNames (String s1, String s2) {\r\n return CaseInsensitiveMap.equalsCaseInsensitive(s1, s2);\r\n }", "title": "" } ]
[ { "docid": "8149ca72f59cb12ee036c1c2ac5534f8", "score": "0.68249524", "text": "@Override\n protected void compareNames(final Node expected, final Node actual) {\n assertPropertyEquals(\"namespace\", expected.getNamespaceURI(), actual.getNamespaceURI(), expected, actual);\n S...
5a111b5e4d1d2412802987d29a26c741
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
[ { "docid": "4488fde6f4bfedfec0340385d5a54c3a", "score": "0.7240144", "text": "long getClientProtocolVersion();", "title": "" } ]
[ { "docid": "7ef0408cc1429f676899e310d6ea68fa", "score": "0.68110377", "text": "@Override\n public long getProtocolVersion(String s, long l) throws IOException {\n return ClientProtocol.versionID;\n }", "title": "" }, { "docid": "d4c3da675ed5a3c72e2709b64cdfabe4", "score": "0...
b4c1b8f6945b31d27c9774b1c53e9b07
Set first line of Address.
[ { "docid": "eff5f8c3f517e99009e995815c69e9b6", "score": "0.7798285", "text": "public final void setLine1(final String addressLine1) {\r\n\t\tline1 = addressLine1;\r\n\t}", "title": "" } ]
[ { "docid": "c6b7904e2e3032da8d270c2fbd0989e2", "score": "0.78740335", "text": "public void setFirstLine(String firstLine);", "title": "" }, { "docid": "968826520e62128f883481d718648b9b", "score": "0.78218377", "text": "public void setFirstLine(String firstLine) {\r\n this.firs...
d40e6a065c36be832141030d67e53bc8
$ANTLR end "rule__Property__DescriptionAssignment_1_0_1_1_1" $ANTLR start "rule__Property__NameAssignment_1_1_0_1" InternalSpringConfigDsl.g:32787:1: rule__Property__NameAssignment_1_1_0_1 : ( ruleValidString ) ;
[ { "docid": "0614e23966a3d19b8cce51ca4c901e1b", "score": "0.7989789", "text": "public final void rule__Property__NameAssignment_1_1_0_1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:32791:1: (...
[ { "docid": "0e1e74a12e9789056eff172aa2e8a709", "score": "0.8060249", "text": "public final void rule__Property__NameAssignment_1_0_0_0_1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:32746:1:...
f3a298c4deae2b9f2d8da0c0acec12c7
Method switches focus to the Frame using index
[ { "docid": "d7b9382fc67e21227d7a03970cfbd06f", "score": "0.7014384", "text": "public static void switchToFrame(int index) {\n\t\ttry {\n\t\t\tdriver.switchTo().frame(index);\n\t\t} catch (NoSuchFrameException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "890038a6cb398bbc8fa01f9334061d71", "score": "0.7577962", "text": "@Override\n\tpublic void switchToFrameByIndex(int index) {\n\t\t\n\t}", "title": "" }, { "docid": "9b90f36a6602723767bb47e604bc6d44", "score": "0.7095129", "text": "public static void switchToFrame(int inde...
d9573e1f5308ec6ad058725b8957f834
Creates a new instance of MergeSort
[ { "docid": "9e947be9b0ca79e0eda479acc928998a", "score": "0.76739055", "text": "public MergeSort() {\r\n }", "title": "" } ]
[ { "docid": "10146080a0199427c055a07a8df1e0bf", "score": "0.63620794", "text": "Sort createSort();", "title": "" }, { "docid": "5968816a47b47793d7a0cc595bff2131", "score": "0.63113093", "text": "Merge createMerge();", "title": "" }, { "docid": "58e00cce26747b4e49b14ab3b3d6...
24bc75a4988984966ffcac0d4d530380
Set movement flags based on the layout manager
[ { "docid": "ba63f1a53e2fbeb93fb9c5e20c2eff5c", "score": "0.52068913", "text": "@Override\n public int getMovementFlags(RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder) {\n if(viewHolder.getItemViewType()== BaseRecyclerViewAdapter.VIEW_TYPES.NORMAL){\n return makeMoveme...
[ { "docid": "59c338d3e63120aef5dabb6fbf4a0e5c", "score": "0.5961511", "text": "private SwitchLayoutMode() { \r\n }", "title": "" }, { "docid": "befc7c12c5a6d34cce25d5783e13aad8", "score": "0.5845243", "text": "public void setLayoutAnimating(boolean value) { getManager().setL...
50b3d1da5c12f45fbe8222065245155b
InstanceIdentifier instanceIdentifier = (InstanceIdentifier) header.getInstanceIdentifier();
[ { "docid": "360f4a10fcb2b11c67a07541b635d828", "score": "0.0", "text": "public void prepare(Header header, Notification notification) {\n\t\tString participantId = header.getParticipantId();\n\t\tString coordinatorId = header.getCoordinatorId();\n\t\tAssert.notNull(participantId, \"ParticipantId must be...
[ { "docid": "8940a6eeca9044ed86ecb33cb53357f9", "score": "0.64637977", "text": "protected String getInstanceID() {\n return instanceID;\n }", "title": "" }, { "docid": "4a48f88bf50f534276ea3b10bac2fcf1", "score": "0.6278319", "text": "public ObjectIdentifier getIdentifier()\...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bff0a0c70a9037906f7ca04260293d74", "score": "0.0", "text": "@Override\n\tpublic void run() {\n\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.6976267", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68077713", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\...
a2ae96d09e71a490b7300f73d5f59ca2
MTConnect agent sends a empty document if there is no new data in the buffer(every heartbeat ms). Received empty document has the same nextSequence id with the last received document. Thus, we do not need to send empty response to the Kafka.
[ { "docid": "386039e0d1a2f8b1136a655527a11951", "score": "0.46653074", "text": "public Optional<ResponseModel> getNextChunkIfExist() throws IOException, XMLStreamException {\n byte[] receivedChunk = streamReader.getNextChunk();\n InputStream is = new ByteArrayInputStream(receivedChunk);\n ...
[ { "docid": "4b0eacad353326d631150a03eef22eb3", "score": "0.5535363", "text": "private void writeEmptyBuffer() {\n write(Unpooled.EMPTY_BUFFER);\n }", "title": "" }, { "docid": "81af4c49708d27234961bb379554e5e6", "score": "0.5515518", "text": "public com.datawhisperers.restf...
97dc4811989157ea87d0367c031a6452
Create the test case
[ { "docid": "aa2d6e62ac44590214c276210c3a353f", "score": "0.60823065", "text": "public Test(String testName) {\n super(testName);\n }", "title": "" } ]
[ { "docid": "2ed218d17671be3f09f28b28dd6b5a4e", "score": "0.7419155", "text": "@Before \n\tpublic void createTestData(){\n testCase.setId(1);\n testCase.setName(\"Agent Charities\");\n\t\ttestCaseRepository.save(testCase);\n\n\t\t// create test tool\n\t\ttestTool.setId(1);\n\t\ttestToolRepo...
c0e00321fe423c748df44b4c7d191805
todo: ensure that required properties are never modified...
[ { "docid": "89d942e81584d64b81796f1288e8e017", "score": "0.5346057", "text": "public Map<String, PropertyInfo> getRequiredProperties() {\n Map<String, PropertyInfo> result = requiredProperties;\n if (result == null) {\n synchronized(this) {\n result = requiredProperties;\n if (r...
[ { "docid": "d93e0982ed9b846b8fe674b53ecc6e89", "score": "0.7304525", "text": "private void validateProperties() {\n\t}", "title": "" }, { "docid": "5e8120a8840d92a7dad0de248d4cc6eb", "score": "0.63747746", "text": "protected abstract void validateProperties() throws IllegalArgumentEx...
8ba3bfefa64b84d8b3e8c9a124c76c2a
Stop the progress dialog which appears when we try to connect to a peer
[ { "docid": "be7ec9569be09365aff241505783d5bc", "score": "0.0", "text": "public void dismissProgressDialog() {\n if (progress_dialog_ != null && progress_dialog_.isShowing()) {\n progress_dialog_.dismiss();\n }\n }", "title": "" } ]
[ { "docid": "3e9c73acef2807a355716dca5f659bf2", "score": "0.68038917", "text": "public void stopProgressDialog()\n {\n System.out.println(\"Stopping Progress Dialog\");\n }", "title": "" }, { "docid": "07d00585e77b12ddbd416b26fd29a92e", "score": "0.6431256", ...
0a6a4328e54014d8bdef5135dfe67911
initialize the agents' neighborhoods:
[ { "docid": "82e84bb8848ae976115982db1c836fdd", "score": "0.87667346", "text": "void initNeighborhoods() {\n\t\tfor (Object obj: agentGrid.elements()) {\n\t\t\tNormAgent agent = (NormAgent) obj;\n\t\t\t\n\t\t\tif (neighborhoodType==1) {\n\t\t\tagent.setNeighbors(agent.getLittleBox(this,agent));\n\t\t\t}\...
[ { "docid": "f1dc95fdcd416e2d1d064431c44c4388", "score": "0.73310655", "text": "public void initialize() {\n //Put call to require calculate neighbors here..\n super.initialize();\n// distanceForPair = new HashMap();\n smallWorldCells = new HashSet();\n //calculateAllDi...
47127964965c7f098cb79da70a225ff5
Decrease the amount of cash in account by amount withdrawn.
[ { "docid": "75249aa5291ee272f25a49c70f1a2f7a", "score": "0.8819582", "text": "private void decreaseCashInAccount(double cashWithdrawn) {\n\n cashInAccount -= cashWithdrawn;\n }", "title": "" } ]
[ { "docid": "02f7c6626143c56cf929746752feba5f", "score": "0.7667339", "text": "public void decreaseBalance(double money) {\n this.balance -= money;\n }", "title": "" }, { "docid": "2ff93b8f43c09704b7d386cf47e5cd0e", "score": "0.7619219", "text": "public void withdraw(double ...
1918946edf4e2c5bbece8640e2ee6829
Sets the value of the accessSensitiveData property.
[ { "docid": "77bc19a37341f2f324e91fa372a09b53", "score": "0.8338292", "text": "public void setAccessSensitiveData(boolean value) {\n this.accessSensitiveData = value;\n }", "title": "" } ]
[ { "docid": "f7534a225527624ae96729b13c684ed6", "score": "0.73764324", "text": "public boolean isAccessSensitiveData() {\n return accessSensitiveData;\n }", "title": "" }, { "docid": "d0ee65d031b95a85ed62d22d81f6960b", "score": "0.5565522", "text": "public void setAccession(...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6fc09bce6267a68abb8e232e292798ea", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tStringBuffer sb=new StringBuffer(\"Aman\");\n\t\tsb.reverse();\n\t\tSystem.out.println(\"reverse of string =\"+sb);\n\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": "" ...
93960a3fe39bf825c2fa6115572eba26
/ delete all the nodes from Neo4JXML
[ { "docid": "b3150f1bbc41e8e4c24791160a35ed47", "score": "0.8297329", "text": "public void deleteAllNodes() {\r\n\t\tClient client = ClientBuilder.newClient();\r\n\t\tString string = client.target(this.baseURL+\"/resource/nodes\").request(\"application/xml\").delete(String.class);\r\n\t\treturn;\r\n\t}",...
[ { "docid": "1689bde9769a0636e53f60522b9c975e", "score": "0.72632176", "text": "@Override\n\tpublic int deleteAllNodes() {\n\t\tnodesAndConnections.clear();\n\t\tnodes.clear();\n\t\treturn 1;\t\t\n\t}", "title": "" }, { "docid": "1535e1e6430e58f3af944717706f715e", "score": "0.7080178", ...
c0d8b129962476f8ba013199f48504ff
Method for toString override
[ { "docid": "a1b79e611ddeeeeedc90b6aad333bde9", "score": "0.0", "text": "@Override \r\n\tpublic String toString()\r\n\t{\r\n\t\tString s = super.toString();\r\n\t\ts = \"Computer \" + s + \" cpu speed: \" +getCpuSpeed() +\"Mhz\" + \" , Memory size in GB: \" + getMemorySizeInGB()+\"GB\";\r\n\t\treturn s;\...
[ { "docid": "0e38b8972bc54a2d141655fae9798381", "score": "0.90877724", "text": "@Override\n String toString();", "title": "" }, { "docid": "e1f0947c945fa6104a52aa0a3b95bb62", "score": "0.9081839", "text": "@Override\r\n String toString();", "title": "" }, { "doci...
da3edb296b3542e2adedf6e25a91a037
TODO: Rename method, update argument and hook method into UI event
[ { "docid": "56cb3a557f78e04aa563ba8ecf222579", "score": "0.0", "text": "public void onTweetListClick() {\n if (mListener != null) {\n mListener.onTweetListClick();\n }\n }", "title": "" } ]
[ { "docid": "55663569e93686a1742ffd2765448651", "score": "0.64986706", "text": "public abstract void onUpdateUI();", "title": "" }, { "docid": "3289278b79d1c6d59e7a29a3fc4cfc6d", "score": "0.6203039", "text": "@Override\n public void handle(ActionEvent event) {\n ...
1fd829e57998e9b4c4324241ce8e1d9e
Liefert den Warnungstext zur nten Warnung, der beim letzen Parsen aufgetreten ist.
[ { "docid": "121004d26ccfdfcd78b676101a42b456", "score": "0.62039304", "text": "public String getWarningText(int n) {return (String)warningText.elementAt(n);}", "title": "" } ]
[ { "docid": "bff29f4c1a3e47c7a119887b4c77de43", "score": "0.63483983", "text": "java.lang.String getWarningReason();", "title": "" }, { "docid": "85863f11b5cf5648b70b3f61555d5af9", "score": "0.6103545", "text": "void logWarning(String text);", "title": "" }, { "docid": "f9...
31ba9da27f15da180a4d33dbae922043
$ANTLR end synpred24_DRL6Expressions $ANTLR start synpred25_DRL6Expressions
[ { "docid": "0049109014b4130405be5707d6435987", "score": "0.52189714", "text": "public final void synpred25_DRL6Expressions_fragment() throws RecognitionException {\n\t\t// src/main/resources/org/drools/compiler/lang/DRL6Expressions.g:574:7: ( parExpression )\n\t\t// src/main/resources/org/drools/compile...
[ { "docid": "b1d562afb658ed6f24eaeb6a569727da", "score": "0.6690206", "text": "public final boolean synpred21_DRL6Expressions() {\n\t\tstate.backtracking++;\n\t\tint start = input.mark();\n\t\ttry {\n\t\t\tsynpred21_DRL6Expressions_fragment(); // can never throw exception\n\t\t} catch (RecognitionExcepti...
21c874709977c6a254aa7a096f7cc10a
setAttrInvokeAccessor: generated method. Do not modify.
[ { "docid": "cf2fdbf269f98c50a66d45155ab5f995", "score": "0.7488121", "text": "protected void setAttrInvokeAccessor(int index, Object value,\n AttributeDefImpl attrDef) throws Exception {\n if ((index >= AttributesEnum.firstIndex()) && (index < AttributesEnu...
[ { "docid": "42d1385f89c331af21ee6a8bd2a10b40", "score": "0.7776083", "text": "protected void setAttrInvokeAccessor(int index, Object value, AttributeDefImpl attrDef) throws Exception\n {\n switch (index)\n {\n default:\n super.setAttrInvokeAccessor(index, value, attrDef);\n r...
0adbf7af9975d7ca0075795902bc08d6
Method description: calculates the final position of particle in Y direction in time interval dt
[ { "docid": "7a8d75210d9c27adb63f2899a7baf9c9", "score": "0.6869905", "text": "void positionY(double dt){\r\n this.y += (dt * vy);\r\n }", "title": "" } ]
[ { "docid": "fc57ce13fef1478cdc57628d5b2cba8e", "score": "0.71517664", "text": "void finalVelocityY(double dt){\r\n this.vy += (dt * this.Ay);\r\n }", "title": "" }, { "docid": "0652afc21f2756d960138322695cad85", "score": "0.6771658", "text": "public Velocity finalVelocity(P...
1fb07188a92acf98507f22dde5d1d614
From the Debugger interface via JVMDebugger
[ { "docid": "552d5c1bbfc766f406acb50b585e8fc2", "score": "0.51739526", "text": "public synchronized void attach(int processID) throws DebuggerException {\n attachInit();\n attach0(processID);\n attached = true;\n isCore = false;\n }", "title": "" } ]
[ { "docid": "83bf558befc0567a522e3516177b5f60", "score": "0.67147654", "text": "Object getDebugger(Agent agent);", "title": "" }, { "docid": "d063121102f152bf5e18efa19f68b263", "score": "0.6579289", "text": "private void breakpointMethod() {\n }", "title": "" }, { "doci...
4ef119e8f02c940ab7ff77f35fd2faf9
Undefines the reader operation at this logical.
[ { "docid": "a37e4153f7873530a1b88bf8c11fb9a8", "score": "0.71359265", "text": "@Override\n protected void undefineCurrent(TagOperation operation, String name)\n\t\t\tthrows ImplementationException {\n\t\tString id = name + \"-\" + this.guid;\n\t\tfor (LogicalReader reader : readers) {\n\t\t\treader.u...
[ { "docid": "f6ba1aa53f70ef7676db2348ba764491", "score": "0.7492899", "text": "@Override\n protected void undefineReader() {\n\t\tthis.removeAll();\n\t}", "title": "" }, { "docid": "d90d1e30ac0ed23997eedcf6c4ededfe", "score": "0.6335085", "text": "@Override\n\tpublic void stopReadM...
de17faad52a688f761e556c864e2a8ea
Convert an error message into an error object.
[ { "docid": "db221072b980da52c892b54132753343", "score": "0.0", "text": "public JsonRpcErrorObject(JsonElement elem) {\n this();\n if (elem != null) {\n JsonObject obj = elem.getAsJsonObject();\n if (obj != null) {\n setCode(obj.get(JsonRpcConstants.CODE...
[ { "docid": "9310a7a3343a2d9309994ffe68d54e62", "score": "0.6501176", "text": "public JsonParseException _constructError(String msg) {\n return new JsonParseException(this, msg).withRequestPayload(this._requestPayload);\n }", "title": "" }, { "docid": "c6d909405d9176e1d2886883fc9d73...
cd6c84f026e51fecf2e8dbf89c66705b
Gets the name of the data source type.
[ { "docid": "b8814d12cbb19505c8325bce78ddfd74", "score": "0.0", "text": "public String getName() {\n\t\treturn name;\n\t}", "title": "" } ]
[ { "docid": "74c47280f4f8aae0f55f7f8abd9f4a60", "score": "0.7763338", "text": "public String dataTypeName() {\n return dataType.getSimpleName().toLowerCase();\n }", "title": "" }, { "docid": "9e8ba181a5e1427b1974b7863b053089", "score": "0.76448137", "text": "public String ge...
ffb7731e629deb5a9f9f8ed590479823
//////////////////// End Recognizer Methods //////////////////// //////////////////// Begin utility methods for sending ResultEvents //////////////////// Utility function to generate AUDIO_RELEASED event and post it to the event queue. Eventually fireAudioReleased will be called by dispatchSpeechEvent as a result of th...
[ { "docid": "086ae5b8db00c215e142424528324ae1", "score": "0.7348837", "text": "public void postAudioReleased(Result result) {\n\t\tSpeechEventUtilities.postSpeechEvent(this, new ResultEvent(result,\n\t\t\t\tResultEvent.AUDIO_RELEASED));\n\t}", "title": "" } ]
[ { "docid": "8bc4801931a7eda6ae1825b2edea0f50", "score": "0.70619446", "text": "public void fireAudioReleased(ResultEvent event) {\n\t\tfor (ResultListener rl : resultListeners)\n\t\t\trl.audioReleased(event);\n\t}", "title": "" }, { "docid": "8358b0a4f22ede7852ea68304eb0dbc3", "score": "...
67e967dd5918d6835a6444aad351866f
string oauth_token_url = 4;
[ { "docid": "223bc62f1daba1f147c9019cf62dc2e9", "score": "0.6725239", "text": "public Builder setOauthTokenUrl(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n oauthTokenUrl_ = value;\n onChanged();\n return this;\n...
[ { "docid": "8d16a44c663ed578054ec680692f8d87", "score": "0.8018356", "text": "java.lang.String getOauthTokenUrl();", "title": "" }, { "docid": "4dd1e893a51bd20fada4564a7c40e097", "score": "0.74304575", "text": "java.lang.String getOauthAuthorizationUrl();", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "128c3df0d55d03a4adb546edfbed33e2", "score": "0.0", "text": "@Override\n\t\t\tpublic void onFailure(Method method, Throwable exception) {\n\t\t\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
496a72f76dfa31a4d293746d7b913d86
Factory method to create the data driven tests.
[ { "docid": "08d8dabfec4adc50fd6b655ac718c7e5", "score": "0.56941307", "text": "@Factory\r\r\n @Parameters({ \"dataFile\" })\r\r\n public Object[] getTests(@Optional(\"\") String dataFile) throws Exception {\r\r\n return TestExecutionUtils.getTests(this.getClass().getName(), dataFile);\r\r\n }...
[ { "docid": "45cc7bc5937500f25ee5135d707f2d18", "score": "0.7123961", "text": "TestCase createTestCase();", "title": "" }, { "docid": "81d75db5ed0fce01414a3ae4bf57e135", "score": "0.6621354", "text": "public interface TestFactory {\n\t//Get words of a certain level\n\tboolean getTeste...
b10155e89a717a3cd3b4dc709d4c1db5
only retain a weak reference to the activity
[ { "docid": "7e026f180b61f6db1d7813e5259b8abc", "score": "0.65288776", "text": "RequestTask(LyricsViewActivity context) {\r\n activityReference = new WeakReference<>(context);\r\n }", "title": "" } ]
[ { "docid": "feb0741ea3492ba135f1fc56861d1377", "score": "0.6625246", "text": "public MyHandler(Textos activity) {\n mActivity = new WeakReference<Textos>(activity);\n //context=activity.getApplicationContext();\n }", "title": "" }, { "docid": "6b4b673df6b84e112a7...
ea453660e59c554e8ed34df6a435cb35
Test case number: 110 /Coverage entropy=1.3321790402101223
[ { "docid": "c5b4ae4efb0aac9875741a5d6daae902", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test110() throws Throwable {\n FileSystemHandling.shouldThrowIOException((EvoSuiteFile) null);\n PipedInputStream pipedInputStream0 = new PipedInputStream((byte)1);\n BufferedInp...
[ { "docid": "23c08e3a2e2958d2b0f491b4cf7c14f5", "score": "0.68088347", "text": "@Test\n public void testEntropy() {\n System.out.println(\"entropy\");\n LogNormalDistribution instance = new LogNormalDistribution(1.0, 1.0);\n instance.rand();\n assertEquals(2.418939, instanc...
274a695b850ade280130a4f3f972e3ab
get all stats about this car
[ { "docid": "24c47d0d7cf6deb81a24fc645a1ceda7", "score": "0.0", "text": "public String getCarDetails(){\n // String info = \"Car Details \\n Make: \" + this.make + \"\\n Model: \" + this.model + \"\\n Mileage: \" + this.mileage;\n\n String info = String.format(\"Car Details \\n Make: %s \\n...
[ { "docid": "5af8a9e7752895b5cc0f1b1b47e5c8be", "score": "0.659526", "text": "public ArrayList<Car> getAllCar() {\r\n\t\t\tScanner input = ReadAndWrite.readDetails(\"cars.txt\");\r\n\t\t\t// checking each line\r\n\t\t\twhile (input.hasNextLine()) {\r\n\t\t\t\tcarList.add(getCars(input.nextLine()));\r\n\t...
475ea9b9993d986ca310d6421bbae2fc
Creates a new AbstractFrameBodyTextInformation object.
[ { "docid": "09ee01d8738796711a16571c0140a589", "score": "0.7190372", "text": "protected AbstractFrameBodyTextInformation(final AbstractFrameBodyTextInformation body) {\r\n super(body);\r\n }", "title": "" } ]
[ { "docid": "942877f5b414c3a9a1ab3f068bda3536", "score": "0.83425695", "text": "protected AbstractFrameBodyTextInformation() {\r\n super();\r\n }", "title": "" }, { "docid": "2f47bf82e810c0a916c15e61869fed54", "score": "0.6829929", "text": "protected AbstractFrameBodyTextInf...
266f43762ab474c8b1072302d062722a
The value for this element that will be used when submitting ina form. It is read only, and will always have the same valueas selectedItemLabel. JavaScript Info:
[ { "docid": "0d72b6272da8262594f8e1e309513ced", "score": "0.0", "text": "public void setValue(String value) {\n getPolymerElement().setValue(value);\n }", "title": "" } ]
[ { "docid": "9b546cc3fa07097614bf0d8350251475", "score": "0.6394265", "text": "public synchronized Object getSelectedValue() {\r\n\t\tif (selectedIndex != -1) {\r\n\t\t\treturn items.elementAt(selectedIndex);\r\n\t\t} else {\r\n\t\t\treturn null;\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "e...
325a587f16a4247abc2c0dd3c6565038
Getter for current coordinate.
[ { "docid": "fb2db9c3469de5c8e7fc303838c8a62c", "score": "0.0", "text": "float getCoordinate(int i) {\n return coordinate[i];\n }", "title": "" } ]
[ { "docid": "fa091cbe9e7cf46c848ad943b90d6598", "score": "0.8036295", "text": "public Point getCoord() {\n\t\t\n\t\treturn coord;\n\t}", "title": "" }, { "docid": "131de716c41a0f2d5aee7fa33685efb3", "score": "0.80246985", "text": "@Override\r\n\tpublic Coord getCoord() {\n\t\treturn t...
2e931bdead7b9b09cb60ca8883dd7326
method storage to store the data on the system
[ { "docid": "a86445ee606671c40b97dbb62c6eb5dd", "score": "0.0", "text": "public static ArrayList<String> storage(){\n\t\tArrayList<String> rows =new ArrayList<String>();\n\t\tString storage;\n\t\ttry {\n\t\t\t@SuppressWarnings(\"resource\")\n\t\t\tScanner scanner=new Scanner(new File(\"vehicles.txt\"));\...
[ { "docid": "8fbd39810e33979c2eea41c82fad7c87", "score": "0.72675085", "text": "protected abstract void doStore();", "title": "" }, { "docid": "45cabaa9cd63de352f0d5c0b99f5d447", "score": "0.72667325", "text": "public void saveData();", "title": "" }, { "docid": "3be473517...
4c1d1a7942723978e52a92e462f23b8b
Creates a system message with one parameter
[ { "docid": "51f51c5af87ef21772afe7f4ae5a0e1d", "score": "0.5577121", "text": "public String message(Object arg0) {\n return message(arg0, null, null);\n }", "title": "" } ]
[ { "docid": "e6d47fecd56291303604512b71e41756", "score": "0.77588373", "text": "@Override\n public Message createSystemMessage(String type, Map<String, Object> namedParams) {\n Message msg = new Message();\n prepareSystemMessage(msg);\n Optional<SystemGeneratedMessage> result = ge...
4ec72681d6f9a24daaf6814ebfbe8e8c
CODE FOR SPEAKER BUTTON =====END=====
[ { "docid": "94d77441cd9dd1cc242f9033344dadf2", "score": "0.0", "text": "@Override\n public void onDestroy() {\n textToSpeech.shutdown();\n super.onDestroy();\n }", "title": "" } ]
[ { "docid": "3c054312102bad830b485f3dac11bb61", "score": "0.6610567", "text": "private ImageButton createHowToPlayButton() {\n // Checks what language is enabled and loads texture accordingly\n if(kingsFeast.isEnglishEnabled()) {\n howToPlayTexture = kingsFeast.getAssetManager()....
8fc720662f9e18e9f3cc29c9c535b446
Adds a series, plus a (possibly null) SeriesChangeListener which will receive a single event if/when the series is deleted from the chart by the user. The series should have a key in the form of a String. Returns the series attributes.
[ { "docid": "926ecfb6da7df395742a30ac5f6e8378", "score": "0.6091501", "text": "public TimeSeriesAttributes addSeries( final XYSeries series, final org.jfree.data.general.SeriesChangeListener stopper)\n {\n int i = dataset.getSeriesCount();\n dataset.addSeries(series);\n TimeSe...
[ { "docid": "288a73e8c64b0e4c74456d59b4200a63", "score": "0.6274668", "text": "public void addSeries(XYSeries series) {\n\t\t\r\n\t}", "title": "" }, { "docid": "c68d76570b99a770900cc8111d7fe6e7", "score": "0.60160017", "text": "void addSavedSeries(SavedSeries series);", "title": ...
96e96b5ecd9512a4ea3e6032cdd9d11a
Standard constructor. Sets up dropdown menu so that it is initially selecting the prompt; fills the rest of dropdown menu choices with strings from options.
[ { "docid": "51bbe64b1c234bc6cf5a8a915e54a582", "score": "0.6964326", "text": "public MyComboBox (ArrayList<String> options, String prompt)\n {\n response = \"none\";\n\n addItem (prompt);\n for (int i=0; i<options.size(); i++)\n {\n addItem(options.get(i));\n ...
[ { "docid": "4ee9d9c1be0cc40636b9cc594f4e3422", "score": "0.6577857", "text": "public ReservationMenu(){\n\t\tscan = new Scanner(System.in);;\n\t\toptions = new Options();\n\t\tsPass = \"Super\";\n\t\tlPass = \"Lower\";\n\t\t\n\t}", "title": "" }, { "docid": "bd69fe6e61d8f36ca6b0ff4f6609279e"...
3c2ef56c5773c9c16537ee4754af1df5
Metodo statico per creare un ack ad una richiesta di invio file Questo messaggio di risposta e' sia quello che il client ricevente invia al server, che quello che il server invia al primo client che ha fatto richiesta
[ { "docid": "804fe558a8605e4b484ffb1d841d185e", "score": "0.0", "text": "public static ResponseMessage BuildConnectionP2PAck(String sender, String receiver, RequestCode request,\n\t\t\tInetAddress addr, int port) {\n\t\tif (addr == null || receiver == null || request == null)\n\t\t\tthrow new NullPointer...
[ { "docid": "a99be6449d6b1bf0d11c96b1e4bce279", "score": "0.5954792", "text": "void ack(MessageReceipt receipt);", "title": "" }, { "docid": "9542bfd607f175c1ae7a57c800cb122d", "score": "0.5853025", "text": "public void ack(Object msgId) {\n\n\t}", "title": "" }, { "docid"...
4668cbae753d1a475b7a835f7c4ffe0f
This method was generated by MyBatis Generator. This method corresponds to the database table opt_lead_assimt
[ { "docid": "05425a06ecb0193991a9dac39c6c35ef", "score": "0.45347112", "text": "int insert(OptLeadAssimt record);", "title": "" } ]
[ { "docid": "ac1e470d0b87e8c868e7a5b99c9376eb", "score": "0.58723587", "text": "OptLeadAssimt selectByPrimaryKey(Long id);", "title": "" }, { "docid": "5c8e3b7382685bffb1092396b7d41722", "score": "0.54344124", "text": "List<OptLeadAssimt> selectByExample(OptLeadAssimtExample example);...
aa68fb707e06b88191d42e491b661f01
This method was generated by MyBatis Generator. This method returns the value of the database column T_SB_ZWYC_ZSTRBYQ.YZ
[ { "docid": "dd2d958fe47339402f475ed0aff73c62", "score": "0.0", "text": "public BigDecimal getYz() {\n return yz;\n }", "title": "" } ]
[ { "docid": "7ec28389926abbc7ce3a64ad7e995914", "score": "0.56520015", "text": "public final int zzy() {\n int zzy = super.zzy();\n zzj[] zzjArr = this.zzqj;\n if (zzjArr != null && zzjArr.length > 0) {\n int i = 0;\n while (true) {\n zzj[] zzjArr...
e63e9640a9a9bf1762f1cbe983b97f0a
Allow the application to resolve external resources. The LSParser will call this method before opening any external resource, including the external DTD subset, external entities referenced within the DTD, and external entities referenced within the document element (however, the toplevel document entity is not passed ...
[ { "docid": "61cb393096b041c3ee42850a5dfa8369", "score": "0.5173697", "text": "@Nullable\n public abstract LSInput mainResolveResource (@Nonnull @Nonempty final String sType,\n @Nullable final String sNamespaceURI,\n ...
[ { "docid": "6112eee9e331b0046c03d6869c0b7eef", "score": "0.589447", "text": "public InputSource resolveEntity(String publicId, String systemId)\n throws SAXException, IOException\n {\n return new InputSource(getClass().getResourceAsStream(\n ExtractorConstants.DTD_NAM...
2971d7fa2ccec2c065c64559e1acebe7
Performs a rescale operation on the image's color components.
[ { "docid": "03346ebe7b48b630e154a014b26c9e28", "score": "0.0", "text": "private static BufferedImage offset(final BufferedImage image, final float[] scales, final float[] offsets)\n\t{\n\t\treturn new RescaleOp(scales, offsets, null).filter(image, null);\n\t}", "title": "" } ]
[ { "docid": "1bc360dbdb3ef924135c6f1b3d851bdd", "score": "0.6179845", "text": "public void recolorImage() {\n\t\t// First copy the original\n\t\trecoloredImage = new BufferedImage(image.getColorModel(), \n\t\t\t\timage.copyData(null), \n\t\t\t\timage.getColorModel().isAlphaPremultiplied(), null);\n\t\t\n...
5a34b169b94ec17cf69596a60e0bd3e3
/ initialize each product into the view holder
[ { "docid": "c75c65a01dc32b89c70687f865609cb4", "score": "0.0", "text": "@Override\n protected void onBindViewHolder(@NonNull ProductViewHolder holder, int position, @NonNull Product model) {\n\n FirebaseStorage.getInstance().getReference().child(model.getImageUrl()).getDownloadUrl()\n ...
[ { "docid": "2e445514d657976c6cea3761085b366b", "score": "0.71182656", "text": "@Override\n public void doInitBody() {\n count = 0;\n product = (Product) products.get(count);\n pageContext.setAttribute(\"code\", product.getCode());\n pageContext.setAttribute(\"description\"...
8f78f4b782d8d1f46b9edc1ae1dd01f8
/ access modifiers changed from: 0000 / renamed from: a
[ { "docid": "307a6176ea3f9b4d156eb15760af247d", "score": "0.0", "text": "public boolean mo43981a(C14123d msg) {\n try {\n for (C14138j answer : msg.mo43932b()) {\n if (mo43989d(answer)) {\n return true;\n }\n }\n ret...
[ { "docid": "3fa4fd2138d74c541b033538d5790802", "score": "0.6661971", "text": "protected oa a(agi paramagi)\r\n/* 21: */ {\r\n/* 22:27 */ return a;\r\n/* 23: */ }", "title": "" }, { "docid": "a0406e5fa13581af198a732a7f3bc350", "score": "0.6657643", "text": "private interfa...
95015421bb320de2189168d1e007ff79
don't open flagged or mined rows
[ { "docid": "c07c3308f18f1089db552b66bb17a2ad", "score": "0.0", "text": "private void massOpen(int rowClicked, int columnClicked)\n\t{\n\t\tif (grid[rowClicked][columnClicked].hasMine() || grid[rowClicked][columnClicked].flagCheck())\n\t\t{\n\t\t\treturn;\n\t\t}\n\n\t\t// open clicked block\n\t\tgrid[row...
[ { "docid": "442c835fef24510280b6743e22648b7c", "score": "0.6432083", "text": "boolean hasSkipTableStateCheck();", "title": "" }, { "docid": "dc37e1dcc461a1f376ca1269814c0a79", "score": "0.6429095", "text": "boolean getSkipTableStateCheck();", "title": "" }, { "docid": "3d...
2f7839885a8177bdeef1f741ef627df6
turn off recording and realtime
[ { "docid": "9e042f8000a431c590a589dda2d067b9", "score": "0.0", "text": "@Override\r\n public void run() {\n if (isRecording) {\r\n setRecordingDeactivated();\r\n }\r\n if (isRealtime) {\r\n setRealtimeDeactivat...
[ { "docid": "4e7cc94b7393e6c6d0618352e9eb189b", "score": "0.80837655", "text": "public void stopRecording(){\n\t\trecording = false;\n\t}", "title": "" }, { "docid": "8d76b88e09844db8971eb677c2e35715", "score": "0.75510705", "text": "private void stopRecording() {\n if (null !=...
827c63bfcceeea3c1fde6419ab522098
Returns true if the given index exists.
[ { "docid": "f7bcc9124c9c4b72e980c3fd3d9b9b10", "score": "0.80504864", "text": "public abstract boolean exists(int index);", "title": "" } ]
[ { "docid": "d57a5fe30e9df10b0dd0d9507c46288c", "score": "0.7945264", "text": "@Override\n\tpublic boolean existsIndex(String indexName) throws Exception {\n\t\tGetIndexRequest request = new GetIndexRequest();\n\t\trequest.indices(indexName);\n\t\trequest.local(false);\n\t\trequest.humanReadable(true);\n...
a7fd87a5b6055ca25dfc8873cd64fb74
DATABASE MAPPING : user ( VARCHAR )
[ { "docid": "0087642902a02c7cc0769af7366d813f", "score": "0.5738101", "text": "public void setUser(String user) {\n this.user = user;\n }", "title": "" } ]
[ { "docid": "9514a47304dd786dff6b19093292ef31", "score": "0.6358109", "text": "String getDatabaseUsername();", "title": "" }, { "docid": "e42ae2a145e070f43cddd0590e9aae98", "score": "0.61319304", "text": "public String getUser() {\r\n return this.jdbcSG.getSGFactory().getGenerator(...