query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
e01f6442aaf9cf895f4e5db395933202
Constructs a new HomeHandler.
[ { "docid": "0a9e90f8db46c7de1f6f2f811e915e1c", "score": "0.7689408", "text": "public HomeHandler() {\n this.ps = new PublicService();\n this.us = new UserService();\n this.ss = new SessionService();\n }", "title": "" } ]
[ { "docid": "29c6258848e1ce037e50087f79489ebb", "score": "0.646932", "text": "public static Home create() {\n Home fragment = new Home();\n Bundle args = new Bundle();\n fragment.setArguments(args);\n return fragment;\n }", "title": "" }, { "docid": "5585854a1eb...
f7d1b4518fab74e951d216f4be8c00c9
$ANTLR start "program" /Users/kitsune/dev/ct/ct2/smallc.g:32:1: program : includes decls ( procedure ) main > ^( PROGRAM decls ( procedure ) main ) ;
[ { "docid": "dbf7b0e8c0e1a6f8d8e86aa1e627e8c8", "score": "0.7255162", "text": "public final smallcParser.program_return program() throws RecognitionException {\n smallcParser.program_return retval = new smallcParser.program_return();\n retval.start = input.LT(1);\n\n int program_Star...
[ { "docid": "7494e6568eb3a10e4c5920652a0e4095", "score": "0.6417081", "text": "private CvaProgram parseProgram()\n {\n CvaEntry main = parseEntry();\n List<AbstractClass> classes = parseClassDecls();\n eatToken(CvaKind.EOF);\n return new CvaProgram(main, classes);\n }", ...
0de105876b403c1f0e0151899a6c06bd
Count the empty strings
[ { "docid": "d1dd70eced16bb42904af553fc3f8683", "score": "0.5961302", "text": "public static void main(String args[]) \r\n\t{\n\t\tList<String> strList = Arrays.asList(\"abc\", \"\", \"bcd\", \"\", \"defg\", \"jk\"); \r\n\t\tlong count1 = strList.stream().filter(x -> x.isEmpty()).count(); \r\n\t\t\r\n\t\...
[ { "docid": "96b79d28d72e4dbd2fea4e810d78c0e3", "score": "0.66975725", "text": "private int countNumEmptyCells() {\r\n\t\tint mumEmptyCells = 0;\r\n\t\tfor (int i = 0; i < this.buffer.length; i++) {\r\n\t\t\t\tif (this.buffer[i] == null) {\r\n\t\t\t\t\tmumEmptyCells++;\r\n\t\t\t\t}\r\n\r\n\t\t}\r\n\t\tre...
0b357e73f96b55d4edf00df4176a55a5
GET THE XAXIS DISTANCE TO GO
[ { "docid": "1e95f7fde7335e2d500bd371eef60722", "score": "0.0", "text": "public float calculateDistanceToTarget() {\n float diffX = targetX - x;\n\n // AND THE Y-AXIS DISTANCE TO GO\n float diffY = targetY - y;\n\n // AND EMPLOY THE PYTHAGOREAN THEOREM TO CALCULATE THE DISTANC...
[ { "docid": "85ce8952de0d6dbdda0602762b2e5746", "score": "0.67120403", "text": "int getXORDistance() {\n return _distance;\n }", "title": "" }, { "docid": "1cc0fbb2ebfdc538d97ab5d0235ce556", "score": "0.6575196", "text": "public org.apache.xmlbeans.XmlDecimal xgetDistance()\...
acb97e5d6f8818ddff7815e96f641415
to convert String to byte array but not used
[ { "docid": "6b3e4e14d162d628f8498ffc7a1ac3a1", "score": "0.6357155", "text": "public static byte[] hexStringToByteArray(String s) {\n\t\t int len = s.length();\n\t\t byte[] data = new byte[len / 2];\n\t\t for (int i = 0; i < len; i += 2) {\n\t\t data[i / 2] = (byte) ((Character.digit(s.c...
[ { "docid": "fe815bab20fadbdb6a57d8b9a0d80f0a", "score": "0.77471495", "text": "private static byte[] stringToByteArray(String str) {\n ByteArrayOutputStream bytes = new ByteArrayOutputStream();\n\n if (StringUtils.isNotBlank(str)) {\n String hexString = str.toUpperCase().replace...
0ce06730f135d406f65087d089728c48
Creates new form Renovar_membresia
[ { "docid": "d2ac156d562c184270c598d6a166f192", "score": "0.69838", "text": "public Renovar_membresia() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "f0dc31badfd79560b77b42332e7b90da", "score": "0.6175232", "text": "@Override\r\n\tpublic void creer_candidat() {\n\t\ttry {\r\n\t\t\t// TODO add your handling code here:\r\n\t\t\tConnexion c= new Connexion();\r\n\t\t\tjava.sql.PreparedStatement statement = c.conn.prepareStatement(\"INSERT INT...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "c618d33c6141bf55b247e4ceffd38863", "score": "0.0", "text": "public final int mo8078a() {\n return this.f6826a;\n }", "title": "" } ]
[ { "docid": "c79c695ff1a387d67d7909ad1aa5f659", "score": "0.625672", "text": "public interface C34917a {\n /* renamed from: a */\n void mo88344a();\n }", "title": "" }, { "docid": "bd698bac216066724da966bcf8ed7aa8", "score": "0.62111163", "text": "public interface C04...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6487923081ae998322a6ca9ba33a5683", "score": "0.0", "text": "@Override\n\tpublic void handler(Context context) {\n\t\tcontext.setState(new UpdateState());\n\t}", "title": "" } ]
[ { "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...
51b4e5f5c8dae1203b2d71079227773d
Gets the converter for the estimate value.
[ { "docid": "2ea96218db7a018e5fe5dc957d9a8c0e", "score": "0.7585727", "text": "public CogxelConverter<EstimateType> getEstimateConverter()\n {\n return this.getSecondConverter();\n }", "title": "" } ]
[ { "docid": "538cff68b7bcd5fb9351749eae188cf5", "score": "0.64334404", "text": "public Converter<String, ?> getConverter() {\r\n return converter;\r\n }", "title": "" }, { "docid": "8d30e662950502eac7397a95df7d7bbe", "score": "0.59877783", "text": "public double getConverted...
68c9951219f380b0cfb1dad444f61d83
Optimizes Sequences of Strings, reducing them to TPatternStringSequence Terminals.
[ { "docid": "ed796f59d6de4d612000711dadfcce79", "score": "0.82227725", "text": "private void optimizeSequenceStrings() {\n\t\tPattern prestart = null;\n\t\tPattern start;\n\t\tPattern prev = null;\n\t\tPattern replacement;\n\t\tPattern child = null;\n\t\tstart = firstchild;\n\n\t\twhile (start != null) {...
[ { "docid": "d081a5babfcad95d25e0c880833025ce", "score": "0.66138077", "text": "private void optimizeORedStringSequences(int threshold) {\n\t\tPattern child = firstchild;\n\t\tint count = 0;\n\t\tint i;\n\t\twhile (child != null) {\n\t\t\tcount++;\n\t\t\tchild = child.next;\n\t\t}\n\t\tif (count < thresh...
50fbe10382115feea9a291b71665b13e
/ / / / / / / / / / / / / / / / / / / / / / / / / / /
[ { "docid": "f977a39db2c7394831806a8f5321adc5", "score": "0.0", "text": "protected static Vector a(String roiopt, int nc, Vector<b> roiVector) {\n/* 326 */ int nrOfROIs = 0;\n/* */ \n/* */ \n/* 329 */ boolean[] roiInComp = null;\n/* */ \n/* 331 */ StringTokenizer stok = ne...
[ { "docid": "835a3677095e4c9f21649ab17f1ba40b", "score": "0.5377789", "text": "private static void diwalioffer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9cbd68e444456243ecfc9be82f14281f", "score": "0.51457226", "text": "public double getWidth(){\r\n ...
26a6b3c1e2bd0dab199a4598329fadc3
Return expiration date as Date instance
[ { "docid": "3029fade67966a88d42c53da6891c35a", "score": "0.6348568", "text": "public Date getExpDate() {\n return expDate;\n }", "title": "" } ]
[ { "docid": "cd7cf836e2d88dbe56982155fc49b223", "score": "0.86046237", "text": "Date getExpirationDate();", "title": "" }, { "docid": "cd7cf836e2d88dbe56982155fc49b223", "score": "0.86046237", "text": "Date getExpirationDate();", "title": "" }, { "docid": "c456602e531043a3...
6da3f6a3703ffeabd409e4c0565cb10c
Set the drawing angle of the decorator
[ { "docid": "788afc0fa37a336c207ddf863e73cdca", "score": "0.0", "text": "public void angleNext(double theta){\r\n\t\tnextThetaVar.set(theta);\r\n\t}", "title": "" } ]
[ { "docid": "02382d05598f7fc34f2f0c7215ea3736", "score": "0.7539343", "text": "public void setAngle(double angle);", "title": "" }, { "docid": "32b0d319cd5d46f01f2aa6ab81aac43f", "score": "0.69033486", "text": "public void setAngle(double angle){\n mAngle = angle; // set the an...
06d52522606502c5a311b8b58161f0e0
Returns a new string that is a copy of the given string, excluding all of the given characters.
[ { "docid": "328f17d06790e76943898e448d6e7c3d", "score": "0.51714444", "text": "public static String removeChars(final String s, final char[] chars) {\n\t\tif (chars == null)\n\t\t\treturn s;\n\t\treturn removeChars(s, boxArray(chars));\n\t}", "title": "" } ]
[ { "docid": "5b827fb4444fb15d59e1377001aa14f0", "score": "0.649109", "text": "private String removeAllOccurrences(String str, String character) {\n String newString = \"\";\n for (int i = 0; i < str.length(); i ++) {\n if (str.charAt(i) != character.charAt(0)) {\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "60d905442f602ce76c536d8cc8256fc2", "score": "0.0", "text": "@Override\n\tpublic ResultMessage insertCollectionOrPaymentPO(CollectionOrPaymentPO payment) throws RemoteException {\n\t\treturn null ;\n\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
d4be14be7a456a0ed35c75ab00dd4b93
use uuid to identify retry string uuid = 2;
[ { "docid": "ee333d3b51c79118045c0a510a5a4ba8", "score": "0.0", "text": "public java.lang.String getUuid() {\n java.lang.Object ref = uuid_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n ...
[ { "docid": "2e7b20db560f103258758a1edb7d0bfd", "score": "0.6089496", "text": "String getUUID();", "title": "" }, { "docid": "8f933202e41730e1fcac29812ee0e89f", "score": "0.5961599", "text": "java.lang.String getUuid();", "title": "" }, { "docid": "8f933202e41730e1fcac2981...
4eb29eb3d875243440db8d30cd1a79f5
Deprecated: Use [ShipmentRoute.Transition.delay_duration][google.cloud.optimization.v1.ShipmentRoute.Transition.delay_duration] instead. Delay occurring before the visit starts. .google.cloud.optimization.v1.ShipmentRoute.Delay delay_before_start = 10 [deprecated = true];
[ { "docid": "c38cba6992e3149b29a0461a8b9ae961", "score": "0.6449397", "text": "@java.lang.Deprecated\n public Builder setDelayBeforeStart(\n com.google.cloud.optimization.v1.ShipmentRoute.Delay.Builder builderForValue) {\n if (delayBeforeStartBuilder_ == null) {\n delayBefor...
[ { "docid": "3585441e93cfb2abfe52698c3c541d8f", "score": "0.84100634", "text": "@java.lang.Deprecated\n com.google.cloud.optimization.v1.ShipmentRoute.Delay getDelayBeforeStart();", "title": "" }, { "docid": "ba689875cb58f08ca724862054cdb201", "score": "0.80520666", "text": "@java....
e0f4dd4e6e5fe9eed1acc82e6e1dd668
Creates a Splash that will appear until another frame hides it, but at least during "delay" milliseconds.
[ { "docid": "3eda6c455a8f8ccf373bbb5b6b7ac6cf", "score": "0.73906684", "text": "public JTrackPlannerSplashScreen(int delay) {\r\n\t\tJPanel p = new JPanel();\r\n\t\tp.setLayout(new BorderLayout());\r\n\t\tp.add(new SplashPicture());\r\n\t\tp.setBorder(BorderFactory.createLineBorder(Color.BLACK, 5));\r\n\...
[ { "docid": "42409ab39f6d84f097cacd33436b9b50", "score": "0.7258112", "text": "public void showSplash() {\n\t\tthis.setVisible(true);\n\t\ttry {\n\t\t\tThread.sleep(duration);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\tdispose();\n\t}", "title": "" }, { "docid": "dec...
cbef1bf53fb4b18b1709ed435131e64b
Reads the user's entries or selections from the user interface component (the view) and transfers them to the internal representation (the model). Usually, you'd call this method when the user selects "OK" or "Apply" in the dialog containing this component.
[ { "docid": "6a08849b8deb8e8efab186e676f032e5", "score": "0.0", "text": "void accept();", "title": "" } ]
[ { "docid": "3ba18ad2325af9bd656abad1ecbd3a7f", "score": "0.59091717", "text": "public void updateModel()\n {\n Vector reasonCodes = beanModel.getReasonCodes();\n\n // Adjust the selection\n if ((reasonCodes != null) && (reasonCodes.size() > 0))\n {\n int intSelI...
2fe17cca4b14ba56083e30c0f4e392f8
Extension of UnitBox to provide some extra information needed by SPatchingChain.
[ { "docid": "8e0a2eaaf3e3f8f5c02f0394f1a3d7d0", "score": "0.6294025", "text": "public interface SUnitBox extends UnitBox\n{\n /**\n * Indicates whether the contents of the UnitBox may have been\n * changed. Returns true if setUnit(Unit) has been called\n * recently and was not followed by...
[ { "docid": "a33e7c4310be9be95003aae4200f5ff2", "score": "0.5475507", "text": "private ToolBox() {\t}", "title": "" }, { "docid": "efbf1769ffcb9080a780adbdbb8febda", "score": "0.5293557", "text": "private BoxInfoS(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n sup...
2d9ce95972e00c46180fad40725fe2fc
Is it Android 10.0 and above
[ { "docid": "3746ef3d35e0938f496c89b5a25cbf56", "score": "0.81368786", "text": "public static boolean isAndroid10() {\n return Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q;\n }", "title": "" } ]
[ { "docid": "2e87a5a477d4d953258350ad00c3cdb0", "score": "0.74031377", "text": "public static boolean isAndroid11() {\n return Build.VERSION.SDK_INT >= Build.VERSION_CODES.R;\n }", "title": "" }, { "docid": "f3537860160e1df938b947b770f740d1", "score": "0.71111375", "text": "...
e837d204e80795690f14d6426b3c10ae
Creates a new instance of MainApplet
[ { "docid": "0008005f450a1d68f447a1bba0d6e756", "score": "0.7994734", "text": "public MainApplet() {\n //add(new MainContainer());\n }", "title": "" } ]
[ { "docid": "d7c4b7cdec06538a3b0f055b4b22a065", "score": "0.6682947", "text": "public static void main(String args[]){\n\t\tAppletTest first = new AppletTest();\n\t\tfirst.show();\n\t}", "title": "" }, { "docid": "47e4676efe3f8eed3b887fb678ad2441", "score": "0.65460956", "text": "Main...
da9ceb731d73e18a3b0b4e2b897ba1ad
Sets (the internal copy of) the request with the parameter (placeholder) map
[ { "docid": "f096ef9a26ff4e8b4824cf05a32bc956", "score": "0.0", "text": "public void setRequest(HttpServletRequest request) {\n this.request = request;\n remoteUser = request != null ? request.getRemoteUser() : null;\n if (remoteUser == null) {\n remoteUser = \"unknown\";\...
[ { "docid": "fc3b1590bd6ba62c36e02639e304afce", "score": "0.7413653", "text": "@Override\n\tpublic void setRequest(Map<String, Object> arg0) {\n\t\trequest=arg0;\n\t}", "title": "" }, { "docid": "c57eb479736b5418188bd30cd2999451", "score": "0.7299", "text": "@Override\n\tpublic void s...
965f9f19e4df7bc6f84ea60b4232d405
ajusteX = 0.0f; ajusteY = 0.0f; ajusteZ = 0.0f;
[ { "docid": "3498b39b672c50389cdbbd6aca8d702f", "score": "0.0", "text": "public boolean moveBola(float TIME_STEP, \n\t\t\tfloat X0, float Y0,\n\t\t\tfloat x, float y, float z,\n\t\t\tfloat V0x, float gravity,\n\t\t\tBola b, BeginGameControl bgc) throws InterruptedException {\n\t\tfor (float i = TIME_STEP...
[ { "docid": "4297e68cedcc6e96e7983e52c7630ca6", "score": "0.6404336", "text": "void unit() {\n xo = 0;\n xx = 1;\n xy = 0;\n xz = 0;\n yo = 0;\n yx = 0;\n yy = 1;\n yz = 0;\n zo = 0;\n zx = 0;\n zy = 0;\n zz = 1;\n }",...
558ebcb7e32070e9e7570686784ea350
Creates a RootGrammar by the InputStream in. This method is a template method for concrete classes.
[ { "docid": "21ec0ee7ff2f2ad102045b8bbbd0991a", "score": "0.86882174", "text": "public RootGrammar createRootGrammar(InputStream in) throws IOException, SAXException, ParserConfigurationException {\n RootGrammar rootGrammar_ = createRootGrammar();\n rootGrammar_.setup(UJAXP.getDocument(in, ...
[ { "docid": "b80edf720dcb4f1a331212204845a874", "score": "0.8060558", "text": "public RootGrammar createRootGrammarWithContext(InputStream in) throws IOException, SAXException, ParserConfigurationException {\n RootGrammar rootGrammar_ = createRootGrammar(in);\n rootGrammar_.setRContext(crea...
9539d272dbbc0c6dc606ec73e35a4d08
Migrate root and meta to newer version. This updates the META and ROOT and removes the HTD from HRI.
[ { "docid": "8e7f0fea510ca259273a961c9407abca", "score": "0.64815456", "text": "public static void migrateRootAndMeta(final MasterServices masterServices)\n throws IOException {\n updateRootWithNewRegionInfo(masterServices);\n updateMetaWithNewRegionInfo(masterServices);\n }", "title": ""...
[ { "docid": "5516b453acd32950d9dd72db598b2cd9", "score": "0.67628014", "text": "public static void updateRootWithMetaMigrationStatus(final CatalogTracker catalogTracker)\n throws IOException {\n Put p = new Put(HRegionInfo.FIRST_META_REGIONINFO.getRegionName());\n MetaEditor.putToRootTable(catalog...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4cb67d4bdd15a5b2219d620c687af953", "score": "0.0", "text": "@Override\n\tpublic List<Subject> findall() {\n\t\treturn (List<Subject>) getHibernateTemplate().find(\"from Subject\");\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
561bee9ebb5e604904c7829fcf25dd81
Name of module that defines this trigger.
[ { "docid": "1f0e4774117234d2b65f146ffb16cbe8", "score": "0.6416865", "text": "default String getModuleName() { return null; }", "title": "" } ]
[ { "docid": "cd4e3a0826029dce8b4d94b24f6be46d", "score": "0.7424704", "text": "@Override\n\tpublic String getModuleName() {\n\t\treturn getClass().getSimpleName();\n\t}", "title": "" }, { "docid": "e1ef9e35c2cc772fd105fac3f7c3c8d4", "score": "0.7422009", "text": "@Override\n public...
7b2410b15ccc0bf928ed1220987cb68c
Borra un bit de un entero y devuelve este nuevo entero
[ { "docid": "28c69a3b14e1dd2e53034940eefffd12", "score": "0.0", "text": "public static int _clearBit(final int originalInt,final int bitIndex) {\n return originalInt & ~_getMask(bitIndex);\n }", "title": "" } ]
[ { "docid": "bf35bd6622d64ceb89f8501c8c5cd65a", "score": "0.58793074", "text": "void comprime()\n\t{\n\t\tint tama=(2*tam)+1;\n\t\tbyte[] aux=new byte[tama];\n\t\taux[0]=(byte)tam;\n\t\t//apuntador de x\n\t\tint j=0;\n\t\t//LLENA LOS 2N+1 BYTES\n\t\tfor(int i=1;i<tama;i++)\n\t\t{\n\t\t\t//descarta los es...
062163ca07fd2ae3ad989eb767112912
test deploy with a valid user with write access
[ { "docid": "d9cfec3268d9701e865262869968e279", "score": "0.56800854", "text": "@Test\n public void testPutWithValidUserWithWriteAccess()\n throws Exception\n {\n assertTrue( Files.exists(repoRootInternal.getRoot()) );\n\n MockHttpServletRequest mockHttpServletRequest = new Moc...
[ { "docid": "8780abe56350073438e4e6bfc86cf47e", "score": "0.653974", "text": "@Test\n\t\tpublic void testGetDeploymentWithAdminUser() throws Exception {\n\t\t\twhen(this.adminProxy.getUser(any(Long.class))).thenReturn(adminUser);\n\t\t\twhen(asmManagerUtil.getCurrentUser(any(HttpServletRequest.class))).t...
304aa7ed6e974c5abc348a6daa1564be
Deactivates the user provided that user is active. Otherwise does nothing.
[ { "docid": "5a7bfaf11a248399279b467fe28546a0", "score": "0.66729814", "text": "public void deactivate() {\n if (active) {\n active = false;\n }\n }", "title": "" } ]
[ { "docid": "83cc18c31345cc9a9e1262882630beb8", "score": "0.71555936", "text": "public synchronized void deactivateUser(String username) {\n users.remove(username);\n }", "title": "" }, { "docid": "187540bd0614d528a52f1e30bde7cbff", "score": "0.6911632", "text": "public void...
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "8279fe35d1f3c688ad6983974b78755b", "score": "0.0", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "9e6d1b5dcd4619e079c1bbb422051363", "score": "0.7617841", "text": "private String toIndentedString(Object o) {\nif (o == null) {\nreturn \"null\";\n}\nreturn o.toString().replace(\"\\n\", \"\\n \");\n}", "title": "" }, { "docid": "060c307f35bb4b6b5f41e4ead15defd6", "score":...
1c37a65a1e881a5eb69a8148db22b983
Creating messages queue for the new service that registers, and adds him to the ServicesMap.
[ { "docid": "eb632d04caafd209b38646ba1e1760c1", "score": "0.7202518", "text": "@Override\n\tpublic void register(MicroService m) {\n\t\tBlockingQueue<Message> MessagesQueue = new LinkedBlockingQueue<>();\n\t\tif (!ServicesMap.containsKey(m))\n\t\tServicesMap.put(m, MessagesQueue);\n\n\t\tConcurrentLinked...
[ { "docid": "1818eb5ca3d6570e0ffad20eb68ef3d2", "score": "0.61523557", "text": "private void subscribeMessage(Class<? extends Message> type, MicroService m){\n \tif(microServicesMap.get(m) == null) // check if 'm' was register\n \t\tthrow new IllegalArgumentException(\"Micro Service 'm' is not regi...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4bf0b75df47a5c5ac4c756fdea22300f", "score": "0.0", "text": "@Override\n\tpublic Clients updateClients(Clients clients) {\n\t\treturn this.clientrepository.save(clients);\n\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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9149903a356e436517f3ac5eaf5fd8e0", "score": "0.0", "text": "public void addPublisher(Publisher publisher) {\n\t\tConnection conn = null;\n\t\tPreparedStatement preparedStmt = null;\n\t\ttry {\n\t\t\tconn = db.getConnection();\n\t\t\tString query = \" insert into tbl_publisher (publisherId, p...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6840622", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68009615", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "tit...
e56e7ac2f265f96887fbb3d5b3909c7f
Sends a failure/warning message. Also used for emphasis.
[ { "docid": "f83ac7f4fbb20ce4f0bc790b237ad706", "score": "0.0", "text": "private static void warn(CommandSender commandSender, String message) {\n commandSender.sendMessage(ChatColor.DARK_RED + \"[SmartMobs]\" + ChatColor.RED + \" \" + message +\n ChatColor.WHITE);...
[ { "docid": "bdcd57a75c63edb7e22dc9b8fb2a695c", "score": "0.6813573", "text": "public void printFailureMessage(){\n String message = \"Comand has to be in form of 'tournament -M listofmapfiles -P listofplayerstrategies -G numberofgames -D maxnumberofturns'\";\n this.game.getLogger().info(\"...
e3222643afdcb7cf54739078073e1727
This method was generated by Apache iBATIS ibator. This method returns the value of the database column SYS_LOG.HOST
[ { "docid": "86b8eaeacb147379d327635b791fa46b", "score": "0.63562065", "text": "public String getHost() {\r\n return host;\r\n }", "title": "" } ]
[ { "docid": "b7592ab4533c7fbee01236b81378a670", "score": "0.7200935", "text": "public String getDBHostName_tra() {\n //return (String) getAttributeInternal(DBHOSTNAME_TRA);\n Scheduler scheduler = this.getStdSchedulerInVORImpl();\n \n\n try {\n JobDetail jobDetail =...
f7e1287af55756a9abf1be08390d0de9
This method was generated by MyBatis Generator. This method corresponds to the database table user_share
[ { "docid": "75570584ebb5f67d24f08b069e85d78c", "score": "0.0", "text": "public Criteria or() {\n Criteria criteria = createCriteriaInternal();\n oredCriteria.add(criteria);\n return criteria;\n }", "title": "" } ]
[ { "docid": "c998628f3c47b1a763a8d768a8271cc4", "score": "0.67300564", "text": "@Override\n\tString tableName() {\n\t\treturn \"share\";\n\t}", "title": "" }, { "docid": "f86bd4be9786e13ed5febb907cf5a29d", "score": "0.5558808", "text": "@Override\n\tString primaryKey() {\n\t\treturn \...
2d5e9dd0c14716f30acb31710676876f
UC3 Sort and check for 1st element
[ { "docid": "13963d4017ac07d082e57bde10555808", "score": "0.0", "text": "@Test\n\tpublic void GivenStateCensusData_WhenSortedOnState_ShouldReturnSortedResultWith1stElement() throws IOException, CSVBuilderException {\n\t\ttry {\n\t\t\tStateCensusAnalyser stateCensusAnalyser = new StateCensusAnalyser();\n\...
[ { "docid": "9239666d5e305e355e33970d0ef66db4", "score": "0.56881905", "text": "private static boolean verifySort(Integer[] a) {\n\t\tInteger previous = null;\n\t\tfor (int current : a) {\n\t\t\tif (previous != null && current < previous) return false;\n\t\t\tprevious = current;\n\t\t}\n\t\treturn true;...
c7c077820f2a0690d6628bb93a359865
required string msg = 1;
[ { "docid": "4d231db65acd14bd624a1ecbec550ee8", "score": "0.6832619", "text": "java.lang.String getMsg();", "title": "" } ]
[ { "docid": "a356d490caa728c1f29b20337d8a9d54", "score": "0.7521136", "text": "public void setMsg(String msg){this.msg = msg;}", "title": "" }, { "docid": "253f120e1a50202de9249214d15af581", "score": "0.7208455", "text": "public void setMsg(String msg) { this.msg = msg; }", "title...
1a669d3b7671996e7e1807f09d13fb74
Creates a global marketplace for the given owner.
[ { "docid": "a4af9c9102b423be2c29753ece5ffdce", "score": "0.7568923", "text": "public static Marketplace createGlobalMarketplace(Organization owner,\n String marketplaceId, DataService ds)\n throws NonUniqueBusinessKeyException {\n return createGlobalMarketplace(owner, market...
[ { "docid": "306a8f6672cf66a7df1975feae839f6e", "score": "0.66305166", "text": "public static Marketplace createMarketplace(Organization owner,\n String marketplaceId, boolean isOpen, DataService ds)\n throws NonUniqueBusinessKeyException {\n\n return createMarketplace(owner,...
eb481dc346f563f22378cf99cfbc8a4c
Gets the initial anger level of the zombie
[ { "docid": "35f274fd2ebba645600ec229880bcaa3", "score": "0.63484323", "text": "protected float getInitialAnger() {\n return MIN_ANGER;\n }", "title": "" } ]
[ { "docid": "593700dbf37683bc9e31e1ac45208f18", "score": "0.6842449", "text": "public int getDefaultLevel() {\r\n\t\treturn defaultLevel;\r\n\t}", "title": "" }, { "docid": "b5adc4b922fa354f6431eba2857832fb", "score": "0.6840689", "text": "int getLevel();", "title": "" }, { ...
8c280f3fe69a773ca490a96de5ffb030
can be injected or created with 'new ContactHandlerFactory(decStore)'
[ { "docid": "b33259fa54e96475438bea6f616220ef", "score": "0.77086043", "text": "@Inject\n\tpublic ContactHandlerFactory(DescriptorStore descriptorStore) {\n\t\tthis.descriptorStore = descriptorStore;\n\t}", "title": "" } ]
[ { "docid": "19a74310065ede85cc81b201bd2c73f4", "score": "0.6027538", "text": "ContactDetail createContactDetail();", "title": "" }, { "docid": "45db5e008026ff1c8be7b030ba1db1b0", "score": "0.5872856", "text": "ContactData createContactData();", "title": "" }, { "docid": "...
2ac6ccb02db1039fc12813419a7b99eb
Creates new form ActivityListDialog
[ { "docid": "9089a1bf16d6a06158625a3ab77c96eb", "score": "0.63494", "text": "private ActivityListDialog(Frame parent, boolean modal) {\n\t\tsuper(parent, modal);\n\t\tinitComponents();\n\t\tthis.getRootPane().setDefaultButton(btnClose);\n\t}", "title": "" } ]
[ { "docid": "c5e1c36a841daaefa4158ecf7149fc18", "score": "0.7183615", "text": "public void showNewListDialog() {\n new MaterialDialog.Builder(this.context)\n .title(\"Create new list\")\n .customView(R.layout.create_custom_list, true)\n .positiveText(\"...
184cbda8d8cae05136352dd574f9080e
Hides all menu buttons other than close split view, save, undo and redo.
[ { "docid": "6228ba6d7931d06fa7ec6798df882969", "score": "0.75346935", "text": "private void showSplitViewButtons() {\n // Remove unsued submenus\n menu.clearSubMenu(SUBMENU_GENERATE);\n menu.clearSubMenu(SUBMENU_WEAVE);\n menu.clearSubMenu(SUBMENU_GOTO);\n // Remove un...
[ { "docid": "28a23d16b337ea33ff96ce1f6db4f836", "score": "0.6871484", "text": "private void hideTools() {\n\t\tvboxTools.setVisible(false);\r\n\r\n\t}", "title": "" }, { "docid": "56f356942e198041e22150f3002d90d4", "score": "0.67720705", "text": "public void hideButtons() {\n V...
d5af4118c2e02900481b35549b8adbbc
List of the languages to recognize text. Specified in [ISO 6391]( format (for example, `` ru ``). repeated string language_codes = 3;
[ { "docid": "c66be1ef5faf24a9259d55865fd31612", "score": "0.0", "text": "public Builder clearLanguageCodes() {\n languageCodes_ = com.google.protobuf.LazyStringArrayList.EMPTY;\n bitField0_ = (bitField0_ & ~0x00000001);\n onChanged();\n return this;\n }", "title": "" ...
[ { "docid": "eebb1770812cbe640da1ac3fd80c31ec", "score": "0.7213792", "text": "public List<String> getDetectedLanguages(String text) {\n\t\tList<String> result = new ArrayList<String>();\n\t\tTextObject textObject = textFactory.forText( text );\n\t\tList<DetectedLanguage> probLangs =\n\t\t\t\tlangDetecto...
6970f7654854773ba848ec324a11b20e
Removing listener here is very important because shared element transition is executed again backwards on exit. If we don't remove the listener this code will be triggered again.
[ { "docid": "bfe1b64d2bafddb817f890289658a5dd", "score": "0.5938796", "text": "@Override\n public void onTransitionEnd(Transition transition) {\n transition.removeListener(this);\n hideTarget();\n animateRevealShow(toolbar);\n animate...
[ { "docid": "19bf7d91dacc94aea9ef42b8f82c2c98", "score": "0.6793334", "text": "public abstract void removeEventListener();", "title": "" }, { "docid": "1358b4f55faee75399cc164715854289", "score": "0.6781301", "text": "@Override\r\n\t\t\t\t\t\t\tpublic void removeListener(InvalidationL...
692f9d93d7c629364d1b50b4eb7ffd93
Returns the current fileselection mode. The default is SELECTION_MODE.FILES_ONLY.
[ { "docid": "28dcc39bc2be4c9c10836336fdd31db8", "score": "0.8595062", "text": "public SELECTION_MODE getFileSelectionMode()\n {\n return fileSelectionMode;\n }", "title": "" } ]
[ { "docid": "9090135d36b6284d94785cfd48f0c8f2", "score": "0.70404315", "text": "public int getSelectionMode() {\n return getSelectionModel().getSelectionMode();\n }", "title": "" }, { "docid": "f6c49a223a2db14e992aee449b185ae7", "score": "0.6767716", "text": "public boolean ...
3b5c152b46982871a810c04e3075f78e
Calculates the hash of a password and salt using SHA256.
[ { "docid": "99b3c7180cec8c316996dc8b3dd42fac", "score": "0.704056", "text": "public static String getHash(String password, String salt) {\n String salted = salt + password;\n String hashed = salted;\n\n try {\n MessageDigest md = MessageDigest.getInstance(\"SHA-256\");\n ...
[ { "docid": "30003e92d816418d65d215afdea8a1c4", "score": "0.7296404", "text": "@Override\r\n public String calculateHash(String password) {\r\n String combined = password + passwordSalt;\r\n hasher.update(combined.getBytes(), 0, combined.length());\r\n return new BigInteger(1,hash...
f15bade5a521194ea5699a88559fa320
/ 1. Create a new empty collection To start, let's create a function to create a collection and save it on Apigee. To do this, we create a new entity. If the collection already exists, the entity will be added to it. If the collection doesn't exist, it will be created automatically.
[ { "docid": "731b9e91d073f4a66017cbbc0c6cb861", "score": "0.77445793", "text": "protected void createCollection(){\t\t\t\n \n\t\t/* First, we specify the following properties for our new entity in a hash map:\n\n\t - The type property associates your entity with a collection. When the entit...
[ { "docid": "21aaa0dca34ec4db5bcfdaa446109d83", "score": "0.72867745", "text": "public com.kisti.osp.icecap.model.DataCollection create(long collectionId);", "title": "" }, { "docid": "4f8161ce55a355f4db52236953064acc", "score": "0.7190432", "text": "private void createCollection() {\...
5150e9154517717d5c67cc2ce59db861
Starts ping timer task.
[ { "docid": "cbf1874d2444314e760eff26dd2d5d6c", "score": "0.84679073", "text": "protected void startPingTask()\n {\n synchronized (timeouts)\n {\n if (pingInterval > 0)\n {\n ProviderManager.addIQProvider(\n \"ping\", \"urn:xmpp:pin...
[ { "docid": "6c3302d1a798f5445a84baa4c82376d9", "score": "0.67622197", "text": "public void start() {\r\n\t\tlong start = (long) (1000 * intervalsBetween);\r\n\t\ttimer.scheduleAtFixedRate(timerTask, 0, start);\r\n\t}", "title": "" }, { "docid": "a2ecef5430b960f92c0e60c862a11411", "score"...
1fe62c415ec9279e29feb728865272cd
/ 2.16.840.1.113883.3.72.5.2 NIST owns this 2.16.840.1.113883.4.6 National Provider Identifier 2.16.840.1.113883.6.21 UB92 2.16.840.1.113883.6.69 NDC
[ { "docid": "e28ed2863525abebbe558490276d7515", "score": "0.5766813", "text": "public static String getUriForOid(String r) {\n\t if (r == null) {\n\t return null;\n\t }\n\t\tif (r.equals(\"2.16.840.1.113883.6.96\"))\n\t\t\treturn \"http://snomed.info/sct\";\n\t\tif (r.equals(\"2.16.840.1.113883.6.1\...
[ { "docid": "ff861b50a2b931272cdb62bd2467f21a", "score": "0.61309034", "text": "String getIdentificationASCA();", "title": "" }, { "docid": "a1577f3786534b4e316dc46509aa6429", "score": "0.60415024", "text": "String getCsid();", "title": "" }, { "docid": "05b7ec7db99e51ce84...
4d51341412bc71e3c46317868259529e
Builds the admin window
[ { "docid": "7a78361cd60e774bab37bd675e085619", "score": "0.0", "text": "private void buildLogInStage(){\n \n //Set up grid\n GridPane grid = new GridPane();\n grid.setAlignment(Pos.CENTER);\n grid.setHgap(10); \n grid.setVgap(10);\n grid.setPadding(new In...
[ { "docid": "aafa9467a5a93afcc1b27728ff11d424", "score": "0.7146474", "text": "public AdminFrame() {\n\t\t\tsetTitle(messages.getString(\"admin_title\"));\n\t\t\tJPanel panel = new JPanel();\n\t\t\tpanel.setLayout(new GridBagLayout());\n\t\t\tGridBagConstraints gbc = new GridBagConstraints();\n\n\t\t\tAd...
77d24de84ce1f1b8ef3d925096cbb805
The dot product of two vectors of arbitary size , given as list of points
[ { "docid": "744ee6eec04814d9e9757a33e354fa10", "score": "0.68373436", "text": "static public double dot(List<Double> lista, List<Double> listb) {\n double curr = 0;\n for (int i = 0; i < lista.size(); i++) {\n curr += lista.get(i) * listb.get(i);\n }\n return curr;...
[ { "docid": "dc8ea9a07222a08d55acc3bb2a677df0", "score": "0.77322537", "text": "double dotProduct(Vector other);", "title": "" }, { "docid": "5751591a6c06beacc7efca5ffcb13959", "score": "0.73925", "text": "private double dotProduct1(MyPoint vector1,MyPoint vector2[],int i){\n r...
1571e207d128b571212946a94ecbc604
method > can not override i = 5;
[ { "docid": "fbe5863712198475bebc2f33af914278", "score": "0.0", "text": "public void show() {\n System.out.println(i);\n }", "title": "" } ]
[ { "docid": "355508598140238c4110806f7a9e352a", "score": "0.67505324", "text": "@OverriddenMethodAnnotation\n public void method4(Integer s) {\n }", "title": "" }, { "docid": "572dd2dd43edbe78f0221d673853e644", "score": "0.65905833", "text": "public abstract void mo1873a(int i);...
908382c9281542e5c87806f0628def2c
/private int plateID; private String plateName; private String plateDescription; private String plateRecipee; private boolean platePublic;
[ { "docid": "99ee98b7b57ad16062d94a235fd40184", "score": "0.62460047", "text": "public static int create(Plate plate){\r\n try (PreparedStatement stmnt = connection.prepareStatement(CREATE_SQL)) {\r\n stmnt.setInt(1, plate.getPlateID());\r\n stmnt.setString(2, plate.getPlateName(...
[ { "docid": "2eb7d02dadfa752c26f164542f951476", "score": "0.65512824", "text": "public String getPlateNumber(){\n\t\treturn plateNumber;\n\t}", "title": "" }, { "docid": "5f436933647ba9f4269a9f803a0844d6", "score": "0.57609427", "text": "@Override\r\n\tpublic List<bbs_plate> getPlateL...
4a06b2c57198bd701291ed19c42940d3
Gets the scorer's name
[ { "docid": "ef5690f1758b653f7f328de3da6e5b69", "score": "0.0", "text": "public String getName()\r\n\t{\r\n\t\treturn name;\r\n\t}", "title": "" } ]
[ { "docid": "ec63be1e66fbc08934cca175dab380b1", "score": "0.64711577", "text": "public String getScoreUserName() {\n return scoreUserName;\n }", "title": "" }, { "docid": "f4b34bf1381020e50e0926f715d3d3e9", "score": "0.6468953", "text": "@Override\r\n public String toString...
990ae09e82f261c874dc31b2d569c1af
This method receives an array of URLs as strings and returns an object of type Bitmap. This method calls getInputStream() method which makes HTTP connection to the given URL and returns the input stream
[ { "docid": "9fa1c590111abf7a16379ebab62cd69b", "score": "0.62320614", "text": "@Override\n protected Bitmap doInBackground(String...urls) {\n Bitmap bitmap=null;\n try {\n //Here we create an InputStream object\n InputStream inputStream = getInp...
[ { "docid": "af89a317324ff577c6275e8e503a07d2", "score": "0.7586387", "text": "protected Bitmap doInBackground(URL...urls){\n URL url = urls[0];\n HttpURLConnection connection = null;\n\n try{\n connection = (HttpURLConnection) url.openConnection();\n ...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "099a797bd00cab7a75199ab38c289af9", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jd_administrador = new javax.swing.JDialog();\n ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73911583", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293...
68da2ff347bf0046f9260e92afdf4607
Opens a BufferedReader to read from a batch.
[ { "docid": "5b066e7e6297da0e117bd1c00c4a59eb", "score": "0.69248885", "text": "private static BufferedReader openBatchFileForReading(String fileName) throws IOException{\r\n\t\tInputStream os = new FileInputStream(fileName);\r\n\t\tif(GZIP_BATCHES){\r\n\t\t\tos = new GZIPInputStream(os);\r\n\t\t}\r\n\t\...
[ { "docid": "07feff4a63f863c696bf21d3ea5fd8a2", "score": "0.5662528", "text": "public static BufferedReader getBufferedReader(String filename) throws Exception {\r\n\t\treturn new BufferedReader(new InputStreamReader(\r\n\t\t\t\tnew FileInputStream(filename), \"UTF-8\"));\r\n\t}", "title": "" }, ...
67ca5ad7418af237b8646a22e64dcfbd
Sets the value of the employeeID property.
[ { "docid": "582aff7ef835c28c1ecb87271bd22b33", "score": "0.844346", "text": "public void setEmployeeID(int value) {\n this.employeeID = value;\n }", "title": "" } ]
[ { "docid": "d0afbc4435ea151bc72bd599fb40d3c5", "score": "0.83735305", "text": "public void setEmployeeID(int employeeID) {\r\n this.employeeID = employeeID;\r\n }", "title": "" }, { "docid": "1ecf54735831e48e830c2ae8a61de146", "score": "0.8185129", "text": "public void setE...
6241cea080c2a39015adfd3d236fe51c
Returns the hash value for String S
[ { "docid": "621f4c67eb7ed8c648220943e163a0b6", "score": "0.82987326", "text": "static int GetHashValue(String S) {\n\t\tint length = S.length();\n\t\tint hash_value;\n\t\tint total_hash = 0;\n\t\tint char_number;\n\t\tint mult_three = 29791;\n\t\tint mult_two = 961;\n\t\tint mult_one = 31;\n\t\tint mult...
[ { "docid": "c6dfff8d10f0c7c7de0df9fef366aa35", "score": "0.7968269", "text": "int hash(String s) {\n return sfold(s, size);\n }", "title": "" }, { "docid": "320cef56855542a6a7b7cddea2d2ff4d", "score": "0.7889437", "text": "public int hash(String s)\n\t{\n\t\tchar character ...
0344eb076a70746f165565447bf80a49
Waits until the bank items are fully loaded
[ { "docid": "0d8a164e41a0954ff4dc4f8860c90b6a", "score": "0.79367197", "text": "public static boolean waitUntilBankItemsLoaded() {\r\n return Timing.waitCondition(bankCondition, General.random(3000, 4000));\r\n }", "title": "" } ]
[ { "docid": "c8a178d2ea58d7d053bb5608635a437e", "score": "0.6419946", "text": "protected void waitForLoadToComplete() {\n return;\n }", "title": "" }, { "docid": "78309845e0dd0b81cebd03ecb2454625", "score": "0.6146308", "text": "public void finishedLoadingItems() {\n\t\tdisplayLoa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e453da5016d91a316cdb2ca5ad63049b", "score": "0.0", "text": "@Override\n\tpublic Rectangle getBounds() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6948742", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920628", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
cbb04dcfa4c29c3ce769ff826ebe71a0
/ Resolve the CTF team name of the local agent, if the current server is running the CTF mod.
[ { "docid": "cc6869e114d2c457f5e2673e84e0b4d6", "score": "0.5900803", "text": "public String getCTFTeamString()\n\t{\n\t\tint ctfTeamIndex = getCTFTeamNumber();\n\t\t\n\t\tif(ctfTeamIndex >= 0)\n\t\t\treturn Server.CTF_STRINGS[ctfTeamIndex];\n\t\telse\n\t\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "e817283803ff71808cdc398f7c564811", "score": "0.61539406", "text": "java.lang.String getTeamNameDire();", "title": "" }, { "docid": "e817283803ff71808cdc398f7c564811", "score": "0.61539406", "text": "java.lang.String getTeamNameDire();", "title": "" }, { "docid...
814b0701e8055b4fee6e4e3e326449b5
Specifies the content of the response body. If this setting is omitted, no body is included in the generated response. .. note:: Headers can be specified using response_headers_to_add in the enclosing :ref:`envoy_api_msg_config.route.v3.Route`, :ref:`envoy_api_msg_config.route.v3.RouteConfiguration` or :ref:`envoy_api_...
[ { "docid": "5975460f36e26a5e4f2565d2fbfbc331", "score": "0.6386672", "text": "@java.lang.Override\n public io.envoyproxy.envoy.config.core.v3.DataSourceOrBuilder getBodyOrBuilder() {\n return getBody();\n }", "title": "" } ]
[ { "docid": "e918f34d6a8f89487f8e85a95c592d54", "score": "0.6923312", "text": "public Builder setBody(io.envoyproxy.envoy.config.core.v3.DataSource value) {\n if (bodyBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n body_ = value;\n ...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "575d6fa75142d5f8e573fa4d3e077e60", "score": "0.0", "text": "public static QueryBudget parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception {\r\n QueryBudget object =\r\n new QueryBudget();\r\n\r\n int event;\r\n ...
[ { "docid": "012e7876b2f92d2d5eca61149bd77033", "score": "0.5668106", "text": "ReadElement createReadElement();", "title": "" }, { "docid": "ef696d664bb82521aee6a19f2f7a127d", "score": "0.5536319", "text": "public static OrganizationDetailE parse(javax.xml.stream.XMLStreamReader reade...
8bff538a326e9f3ce6625b68a5664e67
Initialize the contents of the frame.
[ { "docid": "98405a50433d609be614cef277da23e9", "score": "0.0", "text": "private void initialize() {\r\n\t\tframe = new JFrame();\r\n\t\tframe.setBounds(200, 200, 350, 300);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t\tframe.getContentPane().setLayout(null);\r\n\t\t\r\n\t\tJLabel G...
[ { "docid": "96a3cffa9c092af02208a70c22a9c897", "score": "0.7397995", "text": "private void initialize() {\r\n\t\tthis.setSize(586, 538);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"Trace Analyzer\");\r\n\t}", "title": "" }, { "docid": "1a3525046a56e600d79b05adc8a38c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "15dd43ed138676fa77a9ba1749f9cf3d", "score": "0.0", "text": "@Override\n\t\t\tpublic void onError(int arg0, String arg1) {\n\t\t\t\tToast.makeText(getActivity(), \"获取动态失败\" + arg1,\n\t\t\t\t\t\tToast.LENGTH_LONG).show();\n\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
42deaeb17b76a64d85400bd1b000ca8f
private String LOGON_SITE = "211.138.251.180"; private int LOGON_PORT = 8080;
[ { "docid": "001ec5b257c23f11fc5eb21827c8e3d8", "score": "0.0", "text": "public void post(){\n\t\tHttpClient client = new HttpClient();\n\n\t\tPostMethod post = new PostMethod(\"http://211.138.245.85:8000/sso/POST\");\n//\t\tPostMethod post = new PostMethod(\"/eshopclient/product/show.do?id=111655\");\n/...
[ { "docid": "de6b82ab59c02f8301dbbc11b45c03f2", "score": "0.62627846", "text": "public ServerConnection()\n {\n //Initializing of the variables used in the constructor\n this.hostAddress = \"http://localhost\";\n this.port = 8882;\n }", "title": "" }, { "docid": "5b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "765351a0f46fe3690ad3326dd0dc8ee0", "score": "0.0", "text": "@Override\n\tpublic double getIndexClassification(Dataset dataset) \n\t{\n\t\treturn 0;\n\t}", "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}"...
2c868be489bcaeff9df49cf7dd4a1342
Get the encoded image data
[ { "docid": "99cf7e86a4a1dc667ca3afdfa7647360", "score": "0.0", "text": "public byte[] getData() {\n\t\treturn data;\n\t}", "title": "" } ]
[ { "docid": "c4fc17c3e8d6bf763fb4070a0bccfb61", "score": "0.6988196", "text": "byte[] getEncoded();", "title": "" }, { "docid": "b1060f715be674946c616f2cb00cc5f9", "score": "0.68995345", "text": "public com.google.protobuf.BytesValue getData() {\n if (imageCase_ == 2) {\n ret...
033d91efa03747288c0ab36ef9a7713a
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. //GENBEGIN:initComponents
[ { "docid": "559f7f858aaeca8a4f18d11267270b2c", "score": "0.0", "text": "private void initComponents() {\n\n boxingHighlightBackgroundLabel = new javax.swing.JLabel();\n unboxingHighlightBackgroundLabel = new javax.swing.JLabel();\n varargsHighlightBackgroundLabel = new javax.swing.J...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.77090156", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b2448da2...
f23cb28c0f506687763bdb188ca1982c
get the column_type int sqlite3_column_type(sqlite3_stmt, int iCol);
[ { "docid": "02e08fee6b9b318ee51f440a3340cd62", "score": "0.94959736", "text": "public int sqlite3_column_type(Pointer pstmt, int iCol);", "title": "" } ]
[ { "docid": "6aef3652a5fe6f9d32b3ee8da55694b2", "score": "0.84545755", "text": "public int getColumnType(int i) {\n\t\treturn api.sqlite3_column_type(stmtHandle.getPointer(),i);\n\t}", "title": "" }, { "docid": "2c4beb61cf9630bc6b07b67ad2246adc", "score": "0.7626651", "text": "public ...
eb19b911cd8199cd635d8bd28c789133
Verify that the choose() method returns the correct value when multiple options are specified.
[ { "docid": "c8bb436108467f834e23623f08d757aa", "score": "0.75952613", "text": "@Test\n public void choose_multipleOptions()\n {\n int optionCount = 100;\n int weight = 10;\n String[] options = new String[ optionCount ];\n\n for ( int i = 0; i < optionCount; i++ )\n ...
[ { "docid": "0fa2d0207a3041b34a29771f747f66ac", "score": "0.6763361", "text": "@Test\n public void choose_singleOption()\n {\n int weight = GeneralHelper.getRandom().nextInt( 1000 ) + 1;\n int value = GeneralHelper.getRandom().nextInt( weight );\n String option = GeneralHelper....
5096a46fee190a38bb16621b6ca9723c
repeated uint32 sgx_mac = 3 [packed = true];
[ { "docid": "9bf9216a7280d1b83ccc53e797e1f8f5", "score": "0.0", "text": "public Builder setSgxMac(\n int index, int value) {\n ensureSgxMacIsMutable();\n sgxMac_.set(index, value);\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "55750ab89d7bd9d3815b5bb45224f9dd", "score": "0.6390391", "text": "com.google.protobuf.ByteString getMac();", "title": "" }, { "docid": "caa7550f3d2a319a05d9bbcffdbb0bfa", "score": "0.62744755", "text": "int getSgxMac(int index);", "title": "" }, { "docid": "fb...
cb14c6b4d937c059f29d09a607c82703
Returns the ship's ID number
[ { "docid": "a376ca38f1b36a68a7a2852fcf0b8aac", "score": "0.8247436", "text": "public int getShipID()\r\n\t{\r\n\t\treturn this.shipID;\r\n\t}", "title": "" } ]
[ { "docid": "0ff97a50513cb0f628070d6df05ef506", "score": "0.78921694", "text": "public int getShipUid() {\n return shipUid_;\n }", "title": "" }, { "docid": "9b17618d45f2cc0df7ae73d476c827bc", "score": "0.78681314", "text": "public int getShipUid() {\n return shipUid_;\...
8fa98137ee18fb21f50fee0dd6bf845b
Creates a new test case.
[ { "docid": "91e64f8f3b3240ae995b58ebab9c089b", "score": "0.0", "text": "public SecondDefiningParameterTest() {\n }", "title": "" } ]
[ { "docid": "8cee225d9821deed22b80fa1348f9eb8", "score": "0.69372463", "text": "@Test\n public void createTestCaseTest() throws QtestApiException {\n Long projectId = null;\n TestCaseWithCustomFieldResource body = null;\n String agentId = null;\n Boolean showParamIdentifier...
7abe293bb74bf86be541e2858400877f
/ This Methods sets the duration to PROGRESS_ZERO ("0"), currentPerson to NO_PERSON ("1") and running to true. The variables change in the Runtime to interact with UserClicks
[ { "docid": "093cd3ddcf2b7f2988d8847f1e5fd459", "score": "0.71910363", "text": "private void setupRunningParameters() {\n\t\tduration = PROGRESS_ZERO;\n\t\tcurrentPerson = NO_PERSON;\n\t\trunning = true;\n\t}", "title": "" } ]
[ { "docid": "b55fe58bc5acb176558af528a4d032b7", "score": "0.6090754", "text": "@Override\n\tpublic void run(Person person) {\n\t\tList<? extends PlanElement> acts_legs = person.getSelectedPlan().getPlanElements();\n\n\t\t// getting durations\n\t\tdouble[] durs = new double[(acts_legs.size()-1)/2];\n\t\ti...
2ccd704472d6f9afc77f151b26efaaa3
Inits the swing components
[ { "docid": "7cb8be7ce4270c59a8d423bc5958b028", "score": "0.73090565", "text": "private void initComponents()\n {\n JPanel pnl = new TransparentPanel();\n pnl.setLayout(new GridLayout(0, 2));\n add(pnl, BorderLayout.NORTH);\n\n chkEnabled = new SIPCommCheckBox(\n ...
[ { "docid": "6423d0265175bb877538d73a8335a659", "score": "0.82474977", "text": "private void initComponents() {\r\n\r\n setLayout(new java.awt.BorderLayout());\r\n }", "title": "" }, { "docid": "79f8bd812fca6b09b646332d0f974e54", "score": "0.8111917", "text": "private void i...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "cca0b58ea4b649b053a80901ad960e8d", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings_stock) {\n return true;\n\...
[ { "docid": "e82ca6202d1e2bfa26947f3955c40bbe", "score": "0.7841244", "text": "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\r\n switch (item.getItemId()) {\r\n case android.R.id.home:\r\n // app icon in action bar clicked; go home\r\n ...
15941b598141e18bdcaa9c3372cd39a7
Returns a subset of all questions instances.
[ { "docid": "e9a057369ace43766c232cf8a789eb89", "score": "0.56516176", "text": "java.util.List<sust.paperlessexm.entity.Questions> getQuestionsList(int startIndex, int endIndex) throws sust.paperlessexm.exception.GenericBusinessException;", "title": "" } ]
[ { "docid": "cf3f1fd41bda844f3d37e2d8205e044d", "score": "0.7305675", "text": "public Collection<Question> getAll();", "title": "" }, { "docid": "b00d904dff7a004312c3ef7f4755861a", "score": "0.6881996", "text": "public List<Question> allQuestions() {\n\t\treturn questionRepository.fin...
45a40aba4a7ca3dcd98e2a66da6c6f9f
optional bool visible = 2;
[ { "docid": "b7ac095931dc55747e62f2b87bce4f16", "score": "0.6263121", "text": "public Builder setVisible(boolean value) {\n bitField0_ |= 0x00000002;\n visible_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "1d6f605f9271919ed500a72735a0be3a", "score": "0.7607304", "text": "public void setVisible(boolean visible)\n/* */ {\n/* 229 */ this.visible = visible;\n/* */ }", "title": "" }, { "docid": "401c8ab1aa5ec2643d6af1bf7598ef30", "score": "0.76013607", "text":...
1f2ccf0da1c5c17351ac17417b04fff6
repeated int64 dim = 1 [packed = true];
[ { "docid": "10146d9c814fd4b6a65e48f89c7ac98e", "score": "0.45819998", "text": "public int getDimCount() {\n return dim_.size();\n }", "title": "" } ]
[ { "docid": "13d07e41b3851968472aea0a4d4d0654", "score": "0.5887737", "text": "long getDims(int index);", "title": "" }, { "docid": "13d07e41b3851968472aea0a4d4d0654", "score": "0.5887737", "text": "long getDims(int index);", "title": "" }, { "docid": "551e0c37bc6c48f59396...
71991fa3f4ec37927260b140216f637a
Alternative constructor method of Class.
[ { "docid": "7729e71736ce6d23207812742cb4b40b", "score": "0.0", "text": "public Stereotype(Element element) {\n this.id = element.getAttribute(\"id\").trim();\n this.primitive = element.getAttribute(\"primitive\").trim().toLowerCase().equals(\"true\");\n this.setName(element.g...
[ { "docid": "e3fa980b53c5ddbf6f448725041a3e60", "score": "0.6640558", "text": "public abstract Object construct();", "title": "" }, { "docid": "e3fa980b53c5ddbf6f448725041a3e60", "score": "0.6640558", "text": "public abstract Object construct();", "title": "" }, { "docid":...
26d69ff99bd30702c7b04ae0b3f6c8d1
end Book method with Object argument
[ { "docid": "3298a0e6ab7f8390b8dddd7084b9ef3b", "score": "0.0", "text": "public String getTitle() {\r\n return title;\r\n }", "title": "" } ]
[ { "docid": "f38174f842d0c7e802c8881056087013", "score": "0.6387934", "text": "@Override\r\n\tpublic void remove(Book book) {\n\r\n\t}", "title": "" }, { "docid": "5f6d1f6b5c6cfed34effc494725b10ac", "score": "0.63507044", "text": "void deleteItem(Item book);", "title": "" }, {...
bedb719f756b28020bfd8ba24f5cef5f
The main method to classify data, returning the results.
[ { "docid": "09e86aca8c9fe7744fb23d893d7ea217", "score": "0.68403435", "text": "public DataSet classify (DataSet trainingData, DataSet testingData){\n\t\treturn testingData;\n\t}", "title": "" } ]
[ { "docid": "9eaca866b200a8fb45ea7b6d92939634", "score": "0.76579756", "text": "public void classifyData() throws HWRException {\r\n\t\tm_logger.debug(\"Enter classifyData()\");\r\n\t\t// 1.Read Data\r\n\t\tpreProcess();\r\n\r\n\t\t// 2.Build Classifier ( Train )\r\n\t\tm_logger.debug(\"Training the cla...
0bbd12175e11136fc572d7c3344bd704
Load the list with shops
[ { "docid": "95573f3c735ae9fb57216c0cec20af40", "score": "0.8387866", "text": "public void loadShops() {\n\t\tshops.load();\n\t}", "title": "" } ]
[ { "docid": "9a50f32254083711a22088f1901e7f79", "score": "0.730917", "text": "public void reloadShops() {\n\t\tloadShops();\n\t}", "title": "" }, { "docid": "539ddf4621e248737a7c1beb6d293f06", "score": "0.6253738", "text": "@GetMapping(\"/shops\")\r\n public List<Shop> list() {\r\n...
40377022f2abcdfc2efeab7e6307371b
/ Create Assessment Item with Framework (NCFTEST). Expected: Item should be created with given Framework
[ { "docid": "812c8089c4b66c9471d3f929980f6ca8", "score": "0.0", "text": "@Test\n\tpublic void testItem_02() throws Exception {\n\t\tString request = \"{\\\"request\\\": {\\\"assessment_item\\\": {\\\"identifier\\\": \\\"LP_UTEST_03\\\",\\\"objectType\\\": \\\"AssessmentItem\\\",\\\"metadata\\\": {\\\"cod...
[ { "docid": "c3206a676c7bd477867935d6c80813db", "score": "0.65618974", "text": "ComplianceItem createComplianceItem();", "title": "" }, { "docid": "c138d324fdac3468bb1ca56a3fc41989", "score": "0.62726504", "text": "@Test\n public void postCreateItemTest() {\n String name = n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ba99a7ba850ad35698558556e32210bd", "score": "0.0", "text": "@Override\n\t//ここでは使用しない\n\tpublic void mouseMoved(MouseEvent arg0) {\n\n\t}", "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...
16f29c3a109a772cdb518f25fb6d5471
get the blog URL of the user asking the question
[ { "docid": "8e7163e72af23681dae872c894f224c5", "score": "0.5986555", "text": "public String getAskingUrl() {\n return asking_url;\n }", "title": "" } ]
[ { "docid": "250599e0496327e33f9ef5caf574b3ef", "score": "0.6594258", "text": "public String getUri() {\r\n Blog blog = (Blog)getModel().get(Constants.BLOG_KEY);\r\n CommentConfirmationStrategy strategy = blog.getCommentConfirmationStrategy();\r\n return strategy.getUri();\r\n }", "title": ...
520054e934ff820292cbb9560be264d8
Get DER coded length Values between 0 and 127 are encoded in one byte Values between 128 and 255 are encoded in two bytes Values between 256 and 65535 are encoded in three bytes Values between 65536 and 2^24 1 are encoded in four bytes Values between 2^24 and 2^32 1 are encoded in five byte For value >= 128 the first b...
[ { "docid": "ff8da10c7a23368278dafd9c300129a2", "score": "0.78969115", "text": "public int getDERLength() throws TLVEncodingException {\n\t\tint length;\n\t\tint i = 1;\n\n\t\tif (cursor >= limit)\n\t\t\tthrow new TLVEncodingException(\"End of buffer\");\n\n\t\tif ((buffer[cursor] & 0x80) == 0x80) {\n\t\...
[ { "docid": "3901325a5ec34bad3026f3ef7d3e662e", "score": "0.69494796", "text": "private int getLength() throws IOException {\n\n int i = in.read();\n if (i == -1) {\n throw new IOException(\"Invalid DER: length missing\");\n }\n\n // A single byte short length\n if ((i & ~0x7F) == 0) ...
64af42c9b752717c4bbab98fd8dc1f6c
Sets the value of the 'policy_id' field.
[ { "docid": "0da512a3c6c19ef36161b505f699b1a4", "score": "0.81665087", "text": "public com.hillstone.network.event.ThreatEvent.Builder setPolicyId(long value) {\n validate(fields()[14], value);\n this.policy_id = value;\n fieldSetFlags()[14] = true;\n return this;\n }", "title"...
[ { "docid": "f1727a885a63ae456bb96e582e82fb2b", "score": "0.8060633", "text": "public void setPolicyId(java.lang.Long value) {\n this.policy_id = value;\n }", "title": "" }, { "docid": "364a6a444c9b6adc213e196635352418", "score": "0.7595595", "text": "public void setPolicyId(Strin...
9c9af405893cb6bdbb52c84caf71c789
print method (Account) override
[ { "docid": "42341f6c275f250ba66a57e18d03f079", "score": "0.74257183", "text": "@Override\n public String toString(){\n return \"Account holder: \" + this.accountHolder + \"\\tAccount Number: \" + this.number + \"\\tBalance: \" + this.balance;\n }", "title": "" } ]
[ { "docid": "907464aa31d64a72defc303ee29a6db8", "score": "0.7507769", "text": "@Test\n\t\n\tpublic void TestPrint() {\n\t\t\n\t\tAccount acc = new Account(\"stasa\",\"24213\");\n\t\tString exp = acc.getNumber() + \"\\t\" + acc.getName() + \"\\t\" + \"0.00\";\n\t\tAssert.assertEquals(acc.toString(), exp);...
dce8961d05182c148ef7680528a4af99
Tests whether the correct page view is returned.
[ { "docid": "f4f52dd619749361a549f49b97f86300", "score": "0.71820605", "text": "public void testGetPageView()\r\n {\r\n PageManagerImpl pageMan = createPageManager();\r\n assertSame(\"Wrong page view\", view, pageMan.getPageView());\r\n }", "title": "" } ]
[ { "docid": "dcc89e2fb87fb02fbc700c47bbcc8caf", "score": "0.7044268", "text": "protected abstract boolean checkPageContent();", "title": "" }, { "docid": "055b9ca37cfacd3b4b6f04e4f685e28e", "score": "0.69460756", "text": "boolean hasPage();", "title": "" }, { "docid": "7b6...
d9f646141d47d0cd950ee9510df4d569
Gets the stemming dictionary configured for the search domain.
[ { "docid": "b9b7dd3da2dd1260f327f435f23fb403", "score": "0.44638667", "text": "public DescribeStemmingOptionsResult describeStemmingOptions(DescribeStemmingOptionsRequest describeStemmingOptionsRequest) {\n ExecutionContext executionContext = createExecutionContext(describeStemmingOptionsRequest)...
[ { "docid": "1e3fa3b9450bf75608df9de41ad26c72", "score": "0.65699434", "text": "public StemSearch getStemSearch() {\r\n return this.stemSearch;\r\n }", "title": "" }, { "docid": "d4a9d2f141b2a89478d97f0a6ea2034c", "score": "0.5932626", "text": "default String getStem() {\n ...
bc4146f1a19a6c2b1fbeeeceb7d57b87
/ Gets the second job which is to calculate the distribution (no of nodes) of each degree
[ { "docid": "22de7db2973e445d17f39ecbc3d8dbb5", "score": "0.6707972", "text": "private static Job getDistributionJob() throws IOException{\n\t\t\tConfiguration conf=new Configuration();\n\t\t\tconf.set(\"TOTAL_NO_NODES\", String.valueOf(total_no_nodes));\n\t \tJob job = Job.getInstance(conf);\n\t\t\tj...
[ { "docid": "d20206f5a066e2cc06443d4a5055bd04", "score": "0.6336892", "text": "private static Job getDegreeJob() throws IOException{\n\t \tJob job = Job.getInstance(new Configuration());\n\t\t\tjob.setJarByClass(OutDegreeDistribution.class);\n\t \tjob.setMapperClass(OutDegreeMapper.class);\n\t \...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "088f8966fc9274cec52dc1a4b5d5327f", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic void onScrolled(RecyclerView recyclerView, int dx,\n\t\t\t\t\t\t\tint dy) {\n\t\t\t\t\t\tsuper.onScrolled(recyclerView, dx, dy);\n\t\t\t\t\t\tfor (int i = 0; i < rv_main_categorybars\n\t\t\t\t\t\t\t\t.get...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
c2932e3d7a7508366110bc527d85f752
embeds as a with content encoded the model caprured so far.
[ { "docid": "c48116d8412ba8db432eab1c0fd9801f", "score": "0.63221186", "text": "public void embed() {\n\t\tcell = row.getCell(1);\n\t\tbyte[] content = PictureGenerator.generate(model.toString(), parseAttributes(cell.body()), \"template.svg\", format);\n\t\tcell.body(getFormatter().gray(\"<img src=\\\"da...
[ { "docid": "d4016cddfb13d91aca0a9ad12526294d", "score": "0.5616094", "text": "public abstract EmbedBuilder getDescriptionEmbed();", "title": "" }, { "docid": "7e41efe14fd67fd895d45121846d2cff", "score": "0.5430164", "text": "private Mono<Message> createEmbed(MessageChannel channel, L...
d16879c63f285a67e04ac53e53f87671
Returns a vector with all undopossibilities.
[ { "docid": "c31c23dbf1ae1f64e12496521b9e6bc7", "score": "0.0", "text": "@Override\n public Vector getBackPossibilities() {\n return historyModel.getBackPossibilities();\n }", "title": "" } ]
[ { "docid": "53b02111573f16808bac8e2e3132345f", "score": "0.5685611", "text": "public Vector invert() {\n\t\tVector result = new Vector(size());\n\t\tfor (int i = 0; i < vectorEle.length; i++) {\n\t\t\tresult.set(i, 1 / get(i));\n\t\t}\n\t\treturn result;\n\t}", "title": "" }, { "docid": "8b3...