query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
e31e1a7f648c046f1948795e16248fc7
/ Omits the initTarget() function of the parent class The needed configuration has been moved to service(), because it needs user defined parameters (taken from the request) to initialize the proxy servlet / (nonJavadoc)
[ { "docid": "2f2741697bace93be20becbbdc7115e9", "score": "0.7698438", "text": "@Override\r\n\tprotected void initTarget() throws ServletException {}", "title": "" } ]
[ { "docid": "7733da55c35e7acb53b51bd13025ebc9", "score": "0.6186489", "text": "private ServerProxy() {}", "title": "" }, { "docid": "6b1d646f203aa9c0b01ad6738f053fce", "score": "0.61141866", "text": "protected void initServiceBase() {\n\t\tfinal String methodName = \"initServiceBase\"...
a259bba87083b0351aea9f4c56bdcb12
/ JADX WARNING: inconsistent code. / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "e50699c61085c020a168bb853da0f180", "score": "0.0", "text": "public final android.os.Bundle m32303a(com.fasterxml.jackson.databind.node.ArrayNode r10, com.facebook.feed.rows.core.props.FeedProps<com.facebook.graphql.model.GraphQLStoryAttachment> r11, java.lang.String r12, @javax.annotation.Nu...
[ { "docid": "e9ddc26234eb2475c5f569c07816e441", "score": "0.74824244", "text": "static void method_9862() {\r\n // $FF: Couldn't be decompiled\r\n }", "title": "" }, { "docid": "9ca2884cf188248a55a287087f9ade02", "score": "0.74611", "text": "private static void m7355d() {\n ...
207dffdf3e7051c61078626cac19f386
Get string representing board.
[ { "docid": "94acb06f41969ff1865208d299556f3a", "score": "0.8133842", "text": "public synchronized String getBoardString() {\n\t\tif (this.isStringUpdated) {\n\t\t\treturn this.boardString.toString();\n\t\t}\n\t\tcreateBoardString();\n\t\treturn this.boardString.toString();\n\t}", "title": "" } ]
[ { "docid": "f5cadcdfbdf06cbaf746e715860ca89b", "score": "0.85473555", "text": "public String getBoard() {\n\t\treturn new String(board);\n\t}", "title": "" }, { "docid": "20f2e93a343b68ba465385a90fecd7e5", "score": "0.85065645", "text": "public String stringifyBoard() {\n Stri...
f1114d03e0dfb4aae4c37aecbd0cf2a3
when touching event occur, get x, y values and set data and call draw() using invalidate()
[ { "docid": "86d25469e689709fd0d9ec99982df38a", "score": "0.67662066", "text": "public boolean onTouchEvent(MotionEvent event){\n if(event.getAction() == MotionEvent.ACTION_DOWN){\n float x = event.getX();\n float y = event.getY();\n\n x = 200 * (int)(x/200);\n ...
[ { "docid": "3c4828f81c952403a2f0a179fb175194", "score": "0.6735715", "text": "@Override\n public void run() {\n complexdraw(currentX);\n currentX = currentX + 2;\n if (currentX >= getWindowManager().getDefaultDisplay().getWidth()) {...
6043f71b0adf2d93feb188d054b55112
Returns the current logfile or null if none is assigned.
[ { "docid": "78fd73b82d4eaf5a0ab708819184cfb7", "score": "0.7717797", "text": "public File getCurrentLogFile () {\n return currentLogFile;\n }", "title": "" } ]
[ { "docid": "57079761dde412d965a1db2601c59a74", "score": "0.76982266", "text": "public synchronized static String getLogFile() {\n\t\treturn logfile;\n\t}", "title": "" }, { "docid": "29f4c104b8ee2d9d1f58eab07fca0e54", "score": "0.7668364", "text": "public static File getLogFile() {\n...
f49db6df46a79b7f8753b53931d4fd14
Metodo para bloquear los elementos de la tabla
[ { "docid": "099b60a9306963f513dd68ead03e4dd1", "score": "0.5003843", "text": "private void bloquearRecep(boolean input){\n TRecepBuscar.setDisable(input); BRecepAgregar.setDisable(input);\n BRecepActualizar.setDisable(input);\n }", "title": "" } ]
[ { "docid": "2e361b0132cb977acf29016184ab5bcf", "score": "0.67369574", "text": "@Override\n\tpublic void bloquear() {\n\t\t\n\t}", "title": "" }, { "docid": "4e8c87d2edbaf2f89f7269d6e60a9ff0", "score": "0.6596133", "text": "private void bloquearCampos() {\n jForCdTipoPagamento....
de2a0ae443308f5d7cb28e1b3bb931b4
Sets the extension point handled by this factory.
[ { "docid": "ea2790af67ae7699285f2ffc0c950e3d", "score": "0.0", "text": "public AggregateValidatorFactory(String id) {\n\t\tsuper(id);\n\t}", "title": "" } ]
[ { "docid": "e18a28cdc839c5cf16c06646eb347c12", "score": "0.66612303", "text": "public void setExtension(Extension extension) {\n this.extension = extension;\n }", "title": "" }, { "docid": "87e5e66e78c8530fcbb0f75f4e4086fd", "score": "0.64663714", "text": "ExtensionPoint create...
d5d1b50dd2cc3172e0bdf1826abbb7da
makeTriplesPerfect: write triple separated by '=' if an argument has multiple names. This is later resolved by the Scorer: ScoreAceTriples.java
[ { "docid": "e13c9f227be5bbacf0b8aa95da3f82fe", "score": "0.63735926", "text": "public static List<String> makeTriples(Document doc, AceDocument aceDoc) {\n\t\tList<String> triples = new ArrayList<String>();\n\t\tfor (AceRelation r : aceDoc.relations) {\n\t\t\tList<AceEntityName> arg1Names = ((AceEntity)...
[ { "docid": "5b8991960f5d65f335e54570794bb067", "score": "0.53088397", "text": "private double calculateScoreOfaTripplePrint(Tripple _tripple, DoubleMatrix2D _entity_vectors,PrintWriter writer_vec,PrintWriter writer_ent, INDArray _bestThresholds, ArrayList<String> vocab) throws FileNotFoundException, Uns...
36e7a7477165ce39da53b3ee22bc8cec
End of Total Request
[ { "docid": "24580e3c3c02fc7ac6f1f5c77f71a6c5", "score": "0.0", "text": "public boolean writeRequest(RequestVO request) { // Write Request\n\t\tString sql = \"INSERT INTO TBL_REQUEST_INFO \" + \"VALUES(BOARD_SEQ.NEXTVAL,?,?,?,?,SYSDATE,NULL,'Y')\";\n\t\tString sql2 = \"INSERT INTO TBL_REQUEST_PROCESS(ID,...
[ { "docid": "f339801e6d32b55d67a7b11e385e50d4", "score": "0.68678266", "text": "@Override\n\t\t\t\t\tpublic void requestEnd() {\n\t\t\t\t\t\tsuper.requestEnd();\n\t\t\t\t\t\tUtil.closeProgress();\n\t\t\t\t\t}", "title": "" }, { "docid": "a5e2f0183a2c550d4d1f6a984c12dea3", "score": "0.6640...
270e901b9cb251836306ff09466deb3f
Constructs a selector of the form: x > x.propertyOrField where x is an instance of 'type'
[ { "docid": "7b92552e7f54a60dccb4226c5221781b", "score": "0.5849414", "text": "@SuppressWarnings(\"unchecked\")\n public static <T, TProperty> Function<T,TProperty> makePropertyOrFieldSelector( Class<?extends T> type, String propertyOrField ) {\n try {\n final Method accessor = type....
[ { "docid": "f192565a5d20c414a889ba640afe3571", "score": "0.49067742", "text": "public Criteria andTypeNameGreaterThan(String value) {\n addCriterion(\"type_name >\", value, \"typeName\");\n return (Criteria) this;\n }", "title": "" }, { "docid": "ada5f1e63d999ffe...
08984967fbc59665ec810e1e7bbfc2cb
/ renamed from: e
[ { "docid": "6e9ba8ad76a5853c1030a0375f67ebab", "score": "0.0", "text": "public void mo33026e(Context context, long j) {\n if (context != null) {\n C6929a.m29591c(context, j);\n }\n }", "title": "" } ]
[ { "docid": "8ed85455170208b95135b63f138d27d2", "score": "0.6372097", "text": "public void catchEvent(Event e) {\n\t\t\n\t}", "title": "" }, { "docid": "008260fd6af6cb40e430be967680ef84", "score": "0.6250603", "text": "public final int e() {\n return this.e;\n }", "title...
d5bf9e0a1acea1486014d3defd04dd30
SetDistanceToSolutionSet Gets the distance from the solution to a SolutionSet. REQUIRE : this method has to be invoked after calling setDistanceToPopulation.
[ { "docid": "9da1dbe1eeff86c9ea563404f5de4ca6", "score": "0.7608977", "text": "public double getDistanceToSolutionSet(){\n\n\t\treturn distanceToSolutionSet_;\n\t}", "title": "" } ]
[ { "docid": "56d62c3ec206f673e730843871796af8", "score": "0.74580467", "text": "public void setDistanceToSolutionSet( double distance ){\n\n\t\tdistanceToSolutionSet_ = distance;\n\t}", "title": "" }, { "docid": "cb312a156effa4b8e0d5f8360c3e7eea", "score": "0.5772763", "text": "protec...
3d2d10c9563c6e908a73c1619513f34d
Dividing sentences into words
[ { "docid": "0e1c600a7d5069e3832210042fcdab52", "score": "0.5863657", "text": "public static String[] WordsDetect(String Sentence) throws IOException {\n\t\tInputStream is = new FileInputStream(\"models/en-token.bin\");\n\t\tTokenizerModel model = new TokenizerModel(is);\n\t\tTokenizerME wdetector = new ...
[ { "docid": "f4e72414bb3cb22ace0008f1cc45610d", "score": "0.6851123", "text": "public void splitIntoWords()\n {\n\t for(Status tweet: statuses) {\n\t\t ArrayList<String> words = splitWords(tweet.getText());\n\t\t for(String word: words) {\n\t\t\t terms.add(word);\n\t\t }\n\t } \n }", ...
94b00c17f7ac199784323c23f1fcb944
required .ServingLocationProto loc = 1;
[ { "docid": "d6f77beb0f22902bbd91961cceb5cbbc", "score": "0.71279913", "text": "com.tencent.angel.protobuf.generated.ServingProtos.ServingLocationProto getLoc();", "title": "" } ]
[ { "docid": "cffecafd293c7bae2082621962811006", "score": "0.805726", "text": "protobuf.clazz.Protocol.LocationInforOrBuilder getLocationInforOrBuilder();", "title": "" }, { "docid": "217750680f4e94fbc2ffa25423cec972", "score": "0.7819471", "text": "protobuf.clazz.Protocol.LocationInfo...
657d2f38885c50f70d66cc98bab5d880
Creates (probably) temporary arguments object. The guarantee is that they can be properly read during current call and before new arguments are generated (by direct call to argumentsXXX method or by AE3VM execution).
[ { "docid": "a7bc41bc5a4aa380c93c1274b3743d61", "score": "0.4782992", "text": "public abstract ExecArguments argumentsConstant(final BaseObject constant);", "title": "" } ]
[ { "docid": "27638c20609096d36f7ad9b6fa754011", "score": "0.595678", "text": "public abstract ExecArguments argumentsCopy(final int size);", "title": "" }, { "docid": "1cc412af85c809ec0d7c40b86b8fa712", "score": "0.5751866", "text": "Arguments getUserArguments();", "title": "" }...
31d4aee53b8dc87d66e718177009ce3b
Test case number: 127 / 80 covered goals: Goal 1. org.apache.commons.lang3.StringUtils.abbreviate(Ljava/lang/String;II)Ljava/lang/String;: Line 5715 Goal 2. org.apache.commons.lang3.StringUtils.splitPreserveAllTokens(Ljava/lang/String;)[Ljava/lang/String;: rootBranch Goal 3. org.apache.commons.lang3.StringUtils.lastInd...
[ { "docid": "dde517b8ee7e505c901f35adaae0fcf7", "score": "0.0", "text": "@Test\n public void test127() throws Throwable {\n String[] stringArray0 = StringUtils.splitPreserveAllTokens(\"'| \");\n int int0 = StringUtils.lastIndexOf((CharSequence) \"'| \", (CharSequence) \"'| \", 4);\n int...
[ { "docid": "80d316cbcb76c60fa8ba9329fd4e42b8", "score": "0.7368407", "text": "@Test\n public void test051() throws Throwable {\n String string0 = StringUtils.stripAccents(\"\");\n String[] stringArray0 = StringUtils.substringsBetween(\"\", \"Szydj{AR'1'trR'\", \"Szydj{AR'1'trR'\");\n S...
d0371f8dceea147cf987a810e942a370
$ANTLR end T82 $ANTLR start T83
[ { "docid": "fc45cbb2a4dc7b7f7410846b26f3cdf0", "score": "0.0", "text": "public final void mT83() throws RecognitionException {\n try {\n int _type = T83;\n // ../net.sf.fmurf.ui.dsl/src-gen/net/sf/fmurf/ui/parser/antlr/internal/InternalFmurfUiDSL.g:82:5: ( 'White' )\n ...
[ { "docid": "b8c0c29b346691ad2a8fae3d00dc5de7", "score": "0.5638545", "text": "@Test(timeout = 4000)\n public void test083() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"V'oq1|Jv@%R lOq1M(\");\n XPathLexer xPathLexer1 = new XPathLexer(\"com.werken.saxpath.XPathLexer\");\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "13d920d9e20883246056810b167a5e67", "score": "0.0", "text": "@Override\n public Integer getTotal(Map<String, Object> queryMap) {\n return examPaperDao.getTotal(queryMap);\n }", "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...
13ccbf9d61ac438790885ffa6416a6c3
Calculate camera rotation This calculation is applied to the output JPEG either via Exif Orientation tag or by actually transforming the bitmap. (Determined by vendor camera API implementation) Note: This is not the same calculation as the display orientation
[ { "docid": "dd68822c603f3be4ab11be028666f4ac", "score": "0.61823523", "text": "private int calcCameraRotation(int screenOrientationDegrees) {\n if (mCameraInfo.facing == Camera.CameraInfo.CAMERA_FACING_FRONT) {\n return (mCameraInfo.orientation + screenOrientationDegrees) % 360;\n ...
[ { "docid": "9d4289b2c50be078187436f3a688231f", "score": "0.6856403", "text": "float getRotation();", "title": "" }, { "docid": "b0d5ebc6a304861acc2029e0a10d0801", "score": "0.67769337", "text": "private int getOrientation(int rotation) {\n // Sensor orientation is 90 for most ...
19d23fda99532022e7a74602ef9d766c
die Variablen sind breits bekannt
[ { "docid": "aaadb5dfe3409bac5c2aaa3382b5ea65", "score": "0.0", "text": "static int simpleArraySum (int n, int[] ar) {\n\t\tint result = 0; // das Int wird auf 0 gesetzt\n\t\t\n\t\t\n\t\tfor(int value : ar) { // in der neuen for-Each schleife werden die Werte...
[ { "docid": "43a396aa1d9c5c541cf625c681789744", "score": "0.5960765", "text": "public void variaveis() // Vazio de Variaveis é 'void'\n {\n if(token.getStokem().equals(\"int\") || token.getStokem().equals(\"float\") || token.getStokem().equals(\"string\") || token.getStokem().equals(\"char\") ...
d757e3aa77ae4e4e7658aa5f5ed73368
Refresh the text area with passed color It will also update the color preview area
[ { "docid": "8865a99826025e2dddf1750e7f555741", "score": "0.0", "text": "private void updateText(float fh, float fs, float fb, Widget source){\n\t\tsynchronized (modfiedGuard) {\n\t\t\tmodfiedGuard = false;\n\t\t\thue.getParent().getParent().setRedraw(false);\n\t\t\tint h = Math.round(fh);\n\t\t\tint s =...
[ { "docid": "f0cc65c963507e5a8a139fdae121a0e0", "score": "0.68315464", "text": "public void update(String color);", "title": "" }, { "docid": "b78adc8061a1d982a5fe1f068c3391c5", "score": "0.6757302", "text": "private void changeColorPreview() {\n int color = getColor();\n ...
f23b275476093720fa5cab94b09109d3
native declaration : config_gw.h:230 enum values
[ { "docid": "29d692132028ece472f86cc4a3212b0a", "score": "0.5927578", "text": "public static interface RADAR_TYPE {\n\t\t/** <i>native declaration : config_gw.h:231</i> */\n\t\tpublic static final int RADAR_TYPE_NONE = 0;\n\t\t/** <i>native declaration : config_gw.h:231</i> */\n\t\tpublic static final in...
[ { "docid": "68afae2b7fdb699525ece7bcb04ad6a0", "score": "0.64732707", "text": "public static interface WiegandType {\n\t\t/** <i>native declaration : config_gw.h:117</i> */\n\t\tpublic static final int WG26 = 0;\n\t\t/** <i>native declaration : config_gw.h:119</i> */\n\t\tpublic static final int WG34 = ...
31c1dd0dc354f9fdc18adb55ae3aad4e
Creates a new color with the given values and the alpha component set to one.
[ { "docid": "8c2660cdbb1cf98969ca03222aef42ba", "score": "0.0", "text": "public IColor4f(float r, float g, float b)\n {\n this.r = r;\n this.g = g;\n this.b = b;\n a = 1;\n }", "title": "" } ]
[ { "docid": "2044e3925dc5830fab018055abe95bb9", "score": "0.74499464", "text": "public Colour alpha(int alpha) {\n\t\treturn new Colour(r,g,b,alpha);\n\t}", "title": "" }, { "docid": "ad3f547d719c0bbd11e0c57e8c8b5ad8", "score": "0.6889168", "text": "public Color(final int red, final i...
ef3523aa2c6ad676b19ced840d4f568d
This method allows to remove the selection listner to the PointIcon
[ { "docid": "6727de83310d1ab2c2c21d706e420cd8", "score": "0.66617244", "text": "public void removeRefPointSelectionListeners() {\n this.m_RefPointListener = null;\n }", "title": "" } ]
[ { "docid": "94ab6c65d3f52cc52777d75b266d0571", "score": "0.7202323", "text": "void removeSelection();", "title": "" }, { "docid": "0cded33e9a51cdf2a94939c1ad85b690", "score": "0.6755945", "text": "private ClickSelection<VisuComponent> removeNonSelectables(ClickSelection<VisuComponent...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9598cf0628fa1b2489d7d8ff092b8c15", "score": "0.0", "text": "public static void main(String[] args) {\n\r\n\t\tEx04 ex = new Ex04();\r\n\t\tex.setAge(15);\r\n\t\t// System.out.println(ex.age);\t// 15\r\n\t\t\r\n\t\t// ex.age = 20;\t// 은닉되어 있지 않다.\r\n\t\tSystem.out.println(ex.getAge());\t// 20...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
3de8f41eb0ff79644d9a1de64ee53e48
get optional of Person
[ { "docid": "5056c8adb1114d7964352ffaeac6617b", "score": "0.6670244", "text": "Optional<Person> findById(int id);", "title": "" } ]
[ { "docid": "a65578b720ad2d12237c42ad6161fdfc", "score": "0.67282563", "text": "Optional<Person> selectPersonById(UUID id);", "title": "" }, { "docid": "09d882a2b16cedbd5fbc884ee355e8ad", "score": "0.6444032", "text": "public Person getPerson(Long id) {\n\t\treturn null;\n\t}", "t...
aa12fb8fb9c95c6577210c62f7a33cf4
Load property test case can be adjusted by modifying the enhanced.properties and enhanced_validation properties.
[ { "docid": "ffadec138c93366af128688ee02a60b4", "score": "0.6691057", "text": "public void testBasicLoadProperty()\n throws Exception\n {\n final Properties props = PropertyUtils.loadPropertyFile( this.propertyFile, this.baseProps );\n\n assertNotNull( props );\n assertTrue...
[ { "docid": "27639a32908c76c5ef01b45efbf83a51", "score": "0.62846535", "text": "@BeforeSuite\n\tpublic void loadProperties() {\n\t\tprop = new Properties();\n\t\ttry {\n\t\t\tcurrDir = System.getProperty(\"user.dir\");\n\t\t\tSystem.out.println(\"currDir\" + currDir);\n\t\t\tFileInputStream fis = new Fil...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "0979de6d84d0c55a80d04dbdff1951f7", "score": "0.0", "text": "public void setFeatures(LayerFeatureBean[] param){\r\n \r\n validateFeatures(param);\r\n\r\n \r\n ...
[ { "docid": "79f27ff7ced787d630eacb03db60c85b", "score": "0.7803644", "text": "public void set() {\n }", "title": "" }, { "docid": "3b0c41ee15a5c71689e3deb1c1a7ee33", "score": "0.7478571", "text": "public final Method setter() { return setter; }", "title": "" }, { "doci...
22814938e69747498e824ac475e34fd9
spliting array by spaces
[ { "docid": "d33c7e427b1eeb1d1e18505195fdaf03", "score": "0.0", "text": "public static String HighAndLow(String numbers){\n\tString [] strs = numbers.split(\" \");\n\t//creating a new array of integers\n\tInteger [] ints = new Integer[strs.length];\n\t//copying elements to new integer array\n\tfor(int i ...
[ { "docid": "fcc9b4ea8fdaa0750f4dcaf0b216ea37", "score": "0.6686427", "text": "public String[] splitt(String[] a, int i){\n int j = 0;\n String [] val = a[i].split(\" \");\n while(j<val.length){\n System.out.println(val[j]);\n j++;\n }\n return val...
48215a36fe23b5060b2ff5ec6e5faf39
Remove all L2Object from _knownObjects
[ { "docid": "c1b861e26a116023e149fd697b54dccf", "score": "0.7919668", "text": "public void removeAllKnownObjects()\n\t{\n\t\tgetKnownObjects().clear();\n\t}", "title": "" } ]
[ { "docid": "1345da84bb18fdebb30ee8b4e404398c", "score": "0.71376306", "text": "public void unsetObjects()\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_element(OBJECTS$22, 0);\r\n ...
bf3767107851d22163498e1d99c7b961
Method to get the player's pawn by number
[ { "docid": "981d20c3dbe0a0b6ba9cd1dc9b064380", "score": "0.79906404", "text": "public Pawn getPawnByNumber(int pawnNumber) {\n return pawns[pawnNumber - 1];\n }", "title": "" } ]
[ { "docid": "93b4fc644d3b22c79ea79b9ee19ecf47", "score": "0.6553449", "text": "String getPlayer(int i);", "title": "" }, { "docid": "1cb4dc15e66abeb75857cf681b5963ba", "score": "0.6455748", "text": "public int getPiece() { return player; }", "title": "" }, { "docid": "0e76...
b575eb78dd15997b133b9a40d2ff84a6
Select register on the mysql table
[ { "docid": "26ccef098795eec92d9e5374b6c9afde", "score": "0.0", "text": "public List<Phone> searchPhone() throws SQLException, Exception {\n\n List<Phone> lista = new ArrayList<Phone>();\n String query = \"SELECT * FROM phone ;\";\n\n PreparedStatement st = con.prepareStatement(query...
[ { "docid": "99104e9acd95607167051f3b3428f2d4", "score": "0.6441356", "text": "UserRegistration selectByPrimaryKey(String id);", "title": "" }, { "docid": "888e7e506c6f83402acb5ce5aca099c1", "score": "0.61345655", "text": "private void selectUser() {\n String query = \"SELECT *...
1d80077afe760b1f1aa5282c9ef9e58c
This method is used for creating a subtree filter. The added "mostrecenttimestamp" leaf will not have a value.
[ { "docid": "538b9b10c588e4f01e88f9265813b5f2", "score": "0.60763323", "text": "public void addMostRecentTimestamp() throws JNCException {\n setLeafValue(Epc.NAMESPACE,\n \"most-recent-timestamp\",\n null,\n childrenNames());\n }", "title": "" } ]
[ { "docid": "354370a288d2ab75729ced3bb513f6ee", "score": "0.5994172", "text": "public void markMostRecentTimestampCreate() throws JNCException {\n markLeafCreate(\"mostRecentTimestamp\");\n }", "title": "" }, { "docid": "c9932de9b861b14c07e6724cbf07fa0e", "score": "0.547837", ...
fa1786ec9267ad40a506e1e14eb3db1e
Return the element at the given index.
[ { "docid": "8110580bb67db0e89622fc4f550e9fa1", "score": "0.0", "text": "public /*@ pure @*/ double elementAt(int index) {\n return elementAt(1, index);\n }", "title": "" } ]
[ { "docid": "71c3b9347e54e1de625beb1dc2a678b4", "score": "0.8379864", "text": "public E get(int index) {\n\t\treturn locate(index).element;\n\t}", "title": "" }, { "docid": "176c2f52db3156a29ce90e41a67beeb1", "score": "0.8165719", "text": "public Element getElement(int index) {\n ...
c99416a98a6c1c5e10903160e7469436
Funcion para dar de comer al tamagotchi aumenta 15 el nivel de hambre
[ { "docid": "2c031bc8f038af48d5dda54bee5461fb", "score": "0.0", "text": "public void comer(){\n this.hambre+=15;\n }", "title": "" } ]
[ { "docid": "9574e7f2f048e36d73193631f066e14a", "score": "0.58693564", "text": "@Override public int getAtaque(){\n\n return 35;\n\n }", "title": "" }, { "docid": "26d3d9a0af8e3c20b33f7c4e6dd4badf", "score": "0.58160204", "text": "public void blessingEspecial(int nivel){\n ...
8ece516b2076af30b3fdff47a03f9f01
demos the ball game;
[ { "docid": "b8a4ec648a9b14454fea58982b870ae1", "score": "0.75266105", "text": "public static void demoBallGame()\n\t{\n\t\tfinal int INNINGS = 6;\n\t\tHighSchoolBaseballGame littleBBall =\n\t\t\t\tnew HighSchoolBaseballGame(\"Bolts\", \"Pickles\", INNINGS);\n\t\tRandom rand = new Random();\n\t\tfor(int ...
[ { "docid": "9263503c7697164914a24fcdaefef555", "score": "0.74178076", "text": "public void run() {\n\t\tsetTitle(\"CS 106A Breakout\");\n\n\t\tsetCanvasSize(CANVAS_WIDTH, CANVAS_HEIGHT);\n\n\t\taddBricks();\n\n\t\t//add paddle, must be a instance variable because it updates the position as the mouse mov...
03e92ff0e0aebc883e2bb87a6f7e8d76
Setup a Game for testing.
[ { "docid": "b0c9a5ce465ce50db98793d596aa8df1", "score": "0.62415355", "text": "public static Game largerTestGame(){\n\t\tGame theGame = new Game(Maze.tesseract());\n\t\tboolean OK = true;\n\n\t\tHuman play1 = new Human(\"One\");\n\t\tOK &= theGame.addInhabitant(play1, 1);\n\n\t\tNPC var;\n\t\tvar = new ...
[ { "docid": "14f6d2fe5f03265201e1bd654aac777f", "score": "0.8342206", "text": "public void setUp()\n {\n game = new Game();\n }", "title": "" }, { "docid": "1105d9ec2e03845e24334145bf1cc9de", "score": "0.78847927", "text": "void setupGame(Game game) throws RemoteException...
5ebf4482e8576255b443308772094aea
Draw the plant itself. It's just a green circle on its own.
[ { "docid": "c2e4978870ec2629cd0aa0d4769ebd87", "score": "0.6205995", "text": "@Override\n public void draw(Graphics g) {\n g.setColor(new Color(53, 196, 70));\n g.fillOval(x - 3, y - 3, 6, 6);\n }", "title": "" } ]
[ { "docid": "857fcace14219f28de8dfe4482a50dde", "score": "0.7297047", "text": "public void draw() {\n fill(random(0, 255), random(0, 255), random(0, 255));\n ellipse(random(0, 1000), random(0, 1000), 30, 10);\n }", "title": "" }, { "docid": "9c6dacad9027dbc58d2bc6856952aa2a", "scor...
8972f0939f86c31f68136e6dc46d1885
Callback for when the user selects an STL file to load
[ { "docid": "23e9864e2cb602dce31b4a6e86e0cb22", "score": "0.4950207", "text": "public void anotherSTLFile(String s) \n {\n if (s == null)\n return;\n objectIndex++;\n STLObject stl = new STLObject(s, null, objectIndex, default_app);\n if(stl != null) \n {\...
[ { "docid": "84bc3e7ef0d3efdb74b69d8f287a5f9b", "score": "0.5958218", "text": "private void loadFileFunction() {\n PDB123View.getMenuItemOpen().setOnAction(event -> {\n // Try to load a file\n // If file loading canceled -> print message\n // else: print file name\...
6819e6e9d9943ed6267314e06e8d7e77
Mutators set the next player index
[ { "docid": "922934de2987dcaf55eeee217792bd8b", "score": "0.7630886", "text": "public void setNextPlayerIndex(int nextPlayerIndex) {\r\n this.nextPlayerIndex = nextPlayerIndex;\r\n }", "title": "" } ]
[ { "docid": "e6726b0570daa7da99d3f442197bf233", "score": "0.834257", "text": "private void nextPlayer() {\r\n this.playerIndex = (this.playerIndex + 1) % this.playerCount;\r\n }", "title": "" }, { "docid": "e237a410c723b7d3aac9c339c95b2491", "score": "0.81961846", "text": "p...
28c804804f97036f39e19e3a8f3d32c3
Test case number: 1 /Coverage entropy=0.6931471805599453
[ { "docid": "3d2b36d388d3fbc70ff2e820df96678e", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test01() throws Throwable {\n DLAppHelperLocalServiceImpl dLAppHelperLocalServiceImpl0 = new DLAppHelperLocalServiceImpl();\n dLAppHelperLocalServiceImpl0.getNoAssetFileEntries();\n ...
[ { "docid": "4605fe6a0e91e1fcc385cd0ac7474c0c", "score": "0.697692", "text": "@Test\n public void test05() throws Throwable {\n Well512a well512a0 = new Well512a(4294967291L);\n RandomAdaptor randomAdaptor0 = new RandomAdaptor((RandomGenerator) well512a0);\n HypergeometricDistribution h...
610fbf4cd603e7b82264b6d412d00e6e
optional bool notify = 5 [(.description) = "Should notify the user that the item was added to their Steam Inventory."];
[ { "docid": "2626c5d2c5d1863ae8a8f52f92530810", "score": "0.0", "text": "boolean hasNotify();", "title": "" } ]
[ { "docid": "79291a2af71597a2080dc6ba13327669", "score": "0.6108684", "text": "public interface IMoneyItem {\n\n String getName();\n\n String getContent();\n\n String getWarnDialogContent();\n}", "title": "" }, { "docid": "c75f1814fd2488abc2bc7cff276f8051", "score": "0.59424573",...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "64ca6b3cdf26667380acfbc0cce8f1cc", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tSystem.out.println(\"lab7_3: 마재희\\n\");\n\n\t\tStack<Integer> stack = new Stack<Integer>();// 스택생성\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tSystem.out.println(\"메뉴 번호를 입력하세요.\"...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
a522fcc0e4fd88d7505186cd50104b63
This method was generated by MyBatis Generator. This method returns the value of the database column TRSDEAL_PROMISSORY_FX.CROSS_EXCH_RATE
[ { "docid": "887979eaa8557df4029c32c83d091335", "score": "0.744929", "text": "public BigDecimal getCROSS_EXCH_RATE()\r\n {\r\n\treturn CROSS_EXCH_RATE;\r\n }", "title": "" } ]
[ { "docid": "a68eee7f653e0bd8f80799a92a5dce2f", "score": "0.74484897", "text": "public BigDecimal getCROSS_EXCH_RATE() {\r\n return CROSS_EXCH_RATE;\r\n }", "title": "" }, { "docid": "a68eee7f653e0bd8f80799a92a5dce2f", "score": "0.74484897", "text": "public BigDecimal getCRO...
1ee7e86be0e1497b5052f076783bd1eb
Called when the user clicks the Save button
[ { "docid": "d89302809ff625fa7fdbcbb6505cc185", "score": "0.0", "text": "public void saveFox(View view) {\n\t\tEditText editText = (EditText) findViewById(R.id.name_input);\n\t\tString name = editText.getText().toString();\n\t\tLog.d(\"Fox name\", name);\n\t\t\n\t\tParseObject fox = new ParseObject(\"Fox...
[ { "docid": "971524e192dd1e87bfd9fdc3caccdb4e", "score": "0.84360576", "text": "@Override\r\n\tpublic void onSaveButtionClicked(ClickEvent event) {\n\t\t\r\n\t}", "title": "" }, { "docid": "b204df74ef4e1da077e73ab2076471cc", "score": "0.80070066", "text": "public void saveAction() {\n...
99e738953fea43ca5e14ccac0af2056d
Remove the contents of the file.
[ { "docid": "403eede205c1e52b45bf350a546211a2", "score": "0.62800527", "text": "public void truncate() throws IOException {\n\t\tthis.file.setLength(0);\n\t}", "title": "" } ]
[ { "docid": "b01e5bd6103b6e592064c699378178b2", "score": "0.73660743", "text": "public void remove() {\r\n if (this.file != null) {\r\n this.file.delete();\r\n this.file = null;\r\n }\r\n\r\n }", "title": "" }, { "docid": "597e20e7e2d18aa5469a569d4734d1c...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "4e853ac924ce6d24516106be129f80ca", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof NormalDec)) {\n return false;\n }\n NormalDec other = (NormalDec) object;\n if ((this.codNorDec == null && other....
[ { "docid": "27d40fad6ffddfb882d4698918a44f23", "score": "0.6897049", "text": "private void setId(Integer id) { this.id = id; }", "title": "" }, { "docid": "c520db2892ba2af63fa6d93e9c1cb59a", "score": "0.6839498", "text": "private Integer getId() { return this.id; }", "title": "" ...
8747738d485879170007d215b25c8230
optional string gubun = 3;
[ { "docid": "72547a684223d6d70965a9da680246a0", "score": "0.0", "text": "public java.lang.String getGubun() {\n java.lang.Object ref = gubun_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n ...
[ { "docid": "dbad9a9452e6c813c02559a324fce8bf", "score": "0.68365955", "text": "java.lang.String getGubun();", "title": "" }, { "docid": "dbad9a9452e6c813c02559a324fce8bf", "score": "0.68365777", "text": "java.lang.String getGubun();", "title": "" }, { "docid": "dbad9a9452...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3d581f8da4e634e0c085638e968bf6dd", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "021fc86775f734939f4acf57059476b1", "score": "0.71948606", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\n\t\t MenuInflater inflater = getMenuInflater();\n\n\t\tinflater.inflate(R.menu.main_activity_bar, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", ...
f379105a35a6913a50195fe99201f373
This method is to scale down bitmap in case of big image.
[ { "docid": "dc2afcd84f990964818f2d14dfaf399a", "score": "0.70235264", "text": "public Bitmap scaleDownBitmap(Bitmap photo, int newHeight, Context context) {\n\n final float densityMultiplier = context.getResources().getDisplayMetrics().density;\n\n int h= (int) (newHeight*densityMultiplier...
[ { "docid": "973627d6300f38694c99e169334ff1cb", "score": "0.7212524", "text": "private Bitmap resizeDownIfTooBig(Bitmap bitmap, boolean recycle) {\n int srcWidth = bitmap.getWidth();\n int srcHeight = bitmap.getHeight();\n float widthScale = (float) mWindowResolutionWidth / srcWidth;...
9eb4844659bca177a326029d9a66acc0
This is the .remove() method from java libraries. Removes the selected KeyValue pair.
[ { "docid": "292a69b67dbeaeb04f6d984fccf96f5b", "score": "0.0", "text": "public boolean removeAccount(Key selected_account){\n \n int hash = hash(selected_account);\n \n if(table[hash] == null){\n return false;\n\n } else {\n \n @Suppress...
[ { "docid": "87c36649518e5362cdb25e5800ad626d", "score": "0.7055787", "text": "void removeByKey(String key);", "title": "" }, { "docid": "d1bf080aa96560e1b5184c16f392f7c2", "score": "0.696765", "text": "Object remove(String key);", "title": "" }, { "docid": "4ecab800469d0b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b52bd2e87699e63b509493beb2882e6d", "score": "0.0", "text": "@Override\r\n\tpublic void propagateDeleteProjection(String k,\r\n\t\t\tIBaseRecordProjection projectionRecord, long eid)\r\n\t\t\tthrows RemoteException {\n\t\t\r\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...
09207ca9d4218627b03a17681b6a7ea0
/ Handles quality selection of found HashMap "inputmap" with errorhandling for bad user selection!
[ { "docid": "921e2249fcd0deb1d2a0d86e29a41748", "score": "0.60347867", "text": "public static HashMap<String, BrightcoveEdgeContainer> handleQualitySelection(final HashMap<String, BrightcoveEdgeContainer> inputmap, final boolean grabBEST, final boolean grabBESTWithinUserSelection, final boolean grabUnkno...
[ { "docid": "78de8862574706687a1a809757d8a409", "score": "0.60279197", "text": "private static boolean fillInputMap(IO io,\n MMapInput input,\n ConsoleReader reader,\n ResourceBundle bundle)\n ...
9f45a12559bd71b02c2a5721c32548a3
(Optional) List of exemplars collected from measurements that were used to form the data point repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 8;
[ { "docid": "92b62de0657dbcc0a12d2c72872bdd25", "score": "0.5856423", "text": "@java.lang.Override\n public int getExemplarsCount() {\n return exemplars_.size();\n }", "title": "" } ]
[ { "docid": "e92d69e728959ea5de76bf7fd304a947", "score": "0.7841276", "text": "@java.lang.Override\n public java.util.List<? extends io.opentelemetry.proto.metrics.v1.ExemplarOrBuilder> \n getExemplarsOrBuilderList() {\n return exemplars_;\n }", "title": "" }, { "docid": "17c2bd294e...
3cbd0758a5e549ed31dadb73a36149c8
Returns the value of the 'End Time' attribute. If the meaning of the 'End Time' attribute isn't clear, there really should be more of a description here...
[ { "docid": "dd3a1217e3b7dc01055b24f54105368c", "score": "0.72940415", "text": "Object getEndTime();", "title": "" } ]
[ { "docid": "d3b7eeec29e1fb5c7e49ebb4a99b15b2", "score": "0.8577574", "text": "public java.lang.String getEnd_Time()\n {\n return this._end_Time;\n }", "title": "" }, { "docid": "20fbe4a9480cb638ad34caa5bcd8d2f2", "score": "0.815836", "text": "public Date getEndtime() {\n...
b8b283bd1aee00dc981a914c252d0c66
logo: with default state. .alt : logo .id : .src : .title : .class : Html.IMG .name : .classIndex : 0
[ { "docid": "ada95c8a8b5f241a9ff7ef225000850d", "score": "0.70143586", "text": "protected StatelessGuiSubitemTestObject image_logo() \r\n\t{\r\n\t\treturn new StatelessGuiSubitemTestObject(\r\n getMappedTestObject(\"image_logo\"));\r\n\t}", "title": "" } ]
[ { "docid": "aa7d84d1308c9327a59221ecc529ac00", "score": "0.69263756", "text": "public void setLogo(Object logo) {\n\t\t\n\t}", "title": "" }, { "docid": "c0c4a6ea24445157a6a2d848b26abef0", "score": "0.690958", "text": "public BufferedImage getLogo(){\n\t\treturn logo;\n\t}", "tit...
bf081bfb7d0f83525f047b5f0e3a79e7
Implementation of public interface for relationship ExposedAs / Public Read accessor for role ExposedAs Returns a copy of the collection, to avoid external changes to the relationship Is not used by the relationship maintenance machinery
[ { "docid": "6fd44e2e4f3ceaa59ffaf5b491f86e9d", "score": "0.0", "text": "public com.dosmil_e.kit.core.model.structural.ifc.KitExposedStructuralFeatureIfc[] getExposedAs( EAIMMCtxtIfc theCtxt) throws EAIException;", "title": "" } ]
[ { "docid": "fd879204c11de4261ef1a77d832ece07", "score": "0.585742", "text": "public interface PartitionImmutableCollection<T> extends PartitionIterable<T>\n{\n ImmutableCollection<T> getSelected();\n\n ImmutableCollection<T> getRejected();\n}", "title": "" }, { "docid": "0f3ee5781465a0...
528168f95b0e925aabfdaec6ba9975b3
/ / / / / / /
[ { "docid": "cdd98b822c70926c73027cebebe19cb2", "score": "0.0", "text": "public static int getColorFromItemStack(ItemStack p_getColorFromItemStack_0_, int p_getColorFromItemStack_1_, int p_getColorFromItemStack_2_) {\n/* 1577 */ if (p_getColorFromItemStack_0_ == null)\n/* */ {\n/* 1579 */ ...
[ { "docid": "0022fd8a33c9a06ec94d5eca80a9a8b1", "score": "0.53648525", "text": "public void divide() {\n\t\t\n\t}", "title": "" }, { "docid": "cf6414d82fbbd8ef52afd8d781d71f2d", "score": "0.523606", "text": "private FractionBMiddlePath() {\n\t\t\n\t}", "title": "" }, { "do...
11bd05ab5dcdb94b682cf2c22cd2631d
Broker heartbeat request with master
[ { "docid": "7b6df8a473b3ae17a3da8bca0a59cd89", "score": "0.65669614", "text": "@Override\n public HeartResponseM2B brokerHeartbeatB2M(HeartRequestB2M request,\n final String rmtAddress,\n boolean overtls) thro...
[ { "docid": "b6ee4ad6bb9be586c171abf1d0ff2f1f", "score": "0.72933596", "text": "public void heartbeat();", "title": "" }, { "docid": "a5c83da99e5c0aa90b9e02f32656eaa9", "score": "0.70445967", "text": "public String heartbeat();", "title": "" }, { "docid": "a0a1beca66f6c07a...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "57341811b4dc0a7f4dc0ee149ab42b8a", "score": "0.0", "text": "protected void jButtonBajaActionPerformed(ActionEvent evt) {\n\t\t\n\t\tif (this.jTextFieldID.getText().isEmpty()){\n \t\tJOptionPane.showMessageDialog(this, \"Por favor indica el id del Tipo de Vivienda.\", \"Error\", JOptionPan...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
abfbecb5fe689b5b9abf8a31eebae596
Provides the integer abbreviation of a claim or parameter name.
[ { "docid": "7bfef7c7d6bb00e9c11ed15fd46364e5", "score": "0.6111928", "text": "public static short getAbbrev(String name) {\n\t\tfor (short i=1; i<ABBREV.length; i++) {\n\t\t\tif (name.equals(ABBREV[i])) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\t\n\t}", "title": "" } ]
[ { "docid": "5bec163987e9f254466bd1481ae4ea8a", "score": "0.7248393", "text": "public String getParameterAbbrev()\n {\n if (parameter == null)\n return \"\";\n else\n return parameter.getCode();\n }", "title": "" }, { "docid": "bab968f225f1e6803026b12...
79e975cdeca8385bca18a5305a906568
Method to get the Column position from the given well position.
[ { "docid": "1644c938056d581011049f8e244dbf4d", "score": "0.6993291", "text": "public String getPlateWellColumnPosition(String plateWellPosition) {\n if (Integer.parseInt(plateWellPosition.substring(1)) < 10) {\n return String.valueOf(plateWellPosition.charAt(2));\n }\n re...
[ { "docid": "b3b29a2c8d9ebfa16059fed080a95d01", "score": "0.690018", "text": "public int getColumnUnderCursor() {\r\n\r\n\t\tPoint mouseLoc = MouseInfo.getPointerInfo().getLocation();\r\n\t\tSwingUtilities.convertPointFromScreen(mouseLoc, this);\r\n\t\treturn this.columnAtPoint(mouseLoc);\r\n\t}", "t...
2570cbe47f0bf18ee4eac2b83cc96baf
optional string donbog_yn = 6;
[ { "docid": "5bac765bca29fd734e1c9615e8bdb291", "score": "0.5797448", "text": "public java.lang.String getDonbogYn() {\n java.lang.Object ref = donbogYn_;\n if (!(ref instanceof java.lang.String)) {\n java.lang.String s = ((com.google.protobuf.ByteString) ref)\n .toStr...
[ { "docid": "77dc04940f496187d9074e35ba5858bc", "score": "0.69647175", "text": "java.lang.String getDonbogYn();", "title": "" }, { "docid": "77dc04940f496187d9074e35ba5858bc", "score": "0.69647175", "text": "java.lang.String getDonbogYn();", "title": "" }, { "docid": "77dc...
b02f77619ba503afda37ba22a97bdf7a
Global UUID of the resource that specific artifact belongs to. It is generated by SDC per each resource version. Generated UUID is compliant with RFC 4122. It is a 128bit value formatted into blocks of hexadecimal digits separated by a hyphen (""). Ex.: AA97B1779383493485430F91A7A02836
[ { "docid": "9161ccfc2b6440300a3b47ed5e243798", "score": "0.70610285", "text": "String getResourceUUID();", "title": "" } ]
[ { "docid": "7a42b78abae5c251344e33f3031fdec2", "score": "0.696726", "text": "String getResourceInvariantUUID();", "title": "" }, { "docid": "2e7b20db560f103258758a1edb7d0bfd", "score": "0.6669245", "text": "String getUUID();", "title": "" }, { "docid": "a1c0b32ad424f5b4dd...
a9e369b2a390d04adafe8b7e6c64ae1d
endregion region CostEstimator Implementation
[ { "docid": "ea9b1cdaf40b877a82f89a9412a905df", "score": "0.0", "text": "@Override\n public PlanWithCost<P, C> estimate(P plan, TContext context) {\n PlanWithCost<P, C> planWithCost = this.costEstimator.estimate(plan, context);\n this.builder.withEstimation(plan, planWithCost...
[ { "docid": "59d973b0ed928215049bf39ef83542bc", "score": "0.69746983", "text": "public abstract double getCost();", "title": "" }, { "docid": "3c29685e0bfea6bdaee2bfcc4b76f9f6", "score": "0.6866138", "text": "@Override\r\n\tpublic double calculateCost() {\r\n\t\t// TODO Auto-generated...
b8695cfbe7c8b92a51879d60d8e4b6af
Constructeur de la classe
[ { "docid": "af7b2d043ae3e362d6edacc9186ede02", "score": "0.0", "text": "public EnergyPlate(Position pos, boolean isActivable, int range, int energyAmount) {\n super(\"EnergyPlate\",pos, isActivable, range);\n this.energyAmount = energyAmount;\n }", "title": "" } ]
[ { "docid": "caca925031c28508bbaf9576ee03695d", "score": "0.77969587", "text": "public XeKhach(){}", "title": "" }, { "docid": "e6d0857c9df300e6725f2632463912ff", "score": "0.7777976", "text": "public Constructor() {\n }", "title": "" }, { "docid": "ca6676f8f7fe91aacfa0...
7c1caea44c77b5908d925e57face7b32
inflate the layout where you have the card view items
[ { "docid": "4a4eb06fe55eb706f4021abd9215956d", "score": "0.6424412", "text": "@NonNull\n @Override\n public AtticViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {\n View view = LayoutInflater.from(parent.getContext()).inflate(R.layo...
[ { "docid": "54921b63dfa2bab958e5b3207245ea75", "score": "0.7156784", "text": "public void inflateLayout() {\n View.inflate(getContext(), C4558R.layout.zm_mm_chat_buddy_item, this);\n }", "title": "" }, { "docid": "f0a0546c803080f97cd1db1f29ccc744", "score": "0.6923001", "te...
ff7254ca255f7114df9f005c27ba8e87
Gets (as xml) the "target" attribute
[ { "docid": "2f69407b58f2588d60aa50a1b95555aa", "score": "0.67779326", "text": "org.apache.xmlbeans.impl.xb.xmlconfig.Qnametargetlist xgetTarget();", "title": "" } ]
[ { "docid": "2af00078792dfc9a6ace4bcb32b28404", "score": "0.7911107", "text": "public String getTarget()\r\n {\r\n return target;\r\n }", "title": "" }, { "docid": "b5c94424542506d6f533d1a9c73afecc", "score": "0.79022247", "text": "public String getTarget() {\n ...
d3998e3a0c4fd9c1c67fd52628e53489
associate an Writer to a interface With Hi priority
[ { "docid": "54538cd36243ee97ae9dc0d91f784ec5", "score": "0.58666205", "text": "public void registerWriterInterfaceFirst(Class<?> interFace, JsonWriterI<?> writer) {\n\t\twriterInterfaces.addFirst(new WriterByInterface(interFace, writer));\n\t}", "title": "" } ]
[ { "docid": "a2bc8f20ee643379abf751a2204eae8c", "score": "0.62108755", "text": "public interface Writer {\n\n /**\n * Serialized the given Abdera Base to the given outputstream\n */\n void writeTo(Base base, OutputStream out) throws IOException;\n\n /**\n * Serialized the given Abder...
d70f661938af638ebf7639516c2447dc
Obtener todas las deudas por cliente hasta un perido dado. 0:nombresC, 1:dni, 2:ruc, 3:codDatosCliente, 4:monto
[ { "docid": "2c7f98af2ef292fa04680623a244864b", "score": "0.6422545", "text": "public List letrasVencidasSuma_empresaConvenio_tipo_todos_ordenDireccion_SC(Date fechaVencimiento,\r\n int codEmpresaConvenio, int tipo) {\r\n //*corregir* el uso de datosCleinte esta por demas\r\n Lis...
[ { "docid": "98a8b8903aa2e8a935934edd1b522bfa", "score": "0.6934842", "text": "public void listarDemandas () throws RemoteException{\r\n\t\tArrayList <Usuario> lista_aux_cli = new ArrayList <Usuario> (lista_usuarios_conect.values());\r\n\t\tint contador1 = 1;\r\n\t\tfor (Usuario users : lista_aux_cli) {\...
1da6e5b7f1d33edfa70c581f447dac4a
make sure uploads area exists for this weblog
[ { "docid": "29b6c3844ebaad7a96955d2d28489fa9", "score": "0.0", "text": "public void saveFileContent(Weblog weblog, String fileId, InputStream is)\n throws FileNotFoundException, FilePathException, FileIOException {\n File dirPath = this.getRealFile(weblog, null);\n\n // create F...
[ { "docid": "80136c0c1f74a1f41cc2718bb7db30ec", "score": "0.6071766", "text": "@Override\n\tpublic boolean upload() {\n\t\treturn false;\n\t}", "title": "" }, { "docid": "82f1c6b4312c621cecbf993ae94c9b2c", "score": "0.6012204", "text": "@Override\n protected boolean handleIsNeedsFi...
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": "9027ea1eb4f905808271203eb17de35c", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel1 = new javax.swing.JPanel();\n jPanel2...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.76994354", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.7322098", "text": "public Form() {\n initComponents();\...
72ef67a4ad98e2947a0d4c58bdba455c
Daten eines per ID definierten Buches aendern:
[ { "docid": "ceaf035507790436bdf66691c5d1b91b", "score": "0.0", "text": "public BuchDO updateBuchById( BuchDO bu )\n {\n synchronized( buecherPool ) {\n BuchDO buAlt = buecherPool.get( bu.getId() );\n if( buAlt == null )\n throw new RuntimeException( \"Fehle...
[ { "docid": "034fed24687dc5492a5c81bf8b3e3985", "score": "0.6384885", "text": "public int getIdOrden(){\r\n return localIdOrden;\r\n }", "title": "" }, { "docid": "f058c4c15743a84b6d01dcf2e5c6b409", "score": "0.6312517", "text":...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "09221f0a4b17c5231b296495653f0856", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.bank_info, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "d74efebd6fe79f46209a7e8cb2c52d89", "score": "0.718687", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif= getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" }...
0d6e0d253a40337fdc92142b05c03d75
This adds a property descriptor for the NMT Publish Ready To Op feature.
[ { "docid": "b99245e91729d3d6f863601d5b8e1c30", "score": "0.7129977", "text": "protected void addNMTPublishReadyToOpPropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory()...
[ { "docid": "d3e86014f4dc932301e194678e146753", "score": "0.56236166", "text": "protected void addNMTPublishNodeStatePropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(...
3f211e2d60b6927c7d7a67b150020df1
Returns the current item defined to be in the slot.
[ { "docid": "11e7331b057d7f9c74339f13303a30b4", "score": "0.6683582", "text": "ItemStack getItem();", "title": "" } ]
[ { "docid": "d196d62f7bd0065ea03d13f3aeb64c93", "score": "0.73379034", "text": "public int getCurrentItem(){\r\n\t\treturn currentItem;\r\n\t}", "title": "" }, { "docid": "58a5502d2dd2c37d6e7aeebb09aecf58", "score": "0.72030556", "text": "public synchronized E getCurrentItem() {\n\t\...
52ca95db421f995b8bd69cf5efa7100c
Generate an Output for the Output methods
[ { "docid": "88b3b73cb66c5eaf88eaf64c2ded1837", "score": "0.5953154", "text": "private void generateOutput(Piece[] boardCol) {\n for (int i = 0; i < 6; i++) {\n if (boardCol[i] == null) {\n outputString[i] = \"#\";\n } else {\n outputString[i] = ...
[ { "docid": "55da7764d13cad0b8f84b008d0984102", "score": "0.74947184", "text": "public String getOutput();", "title": "" }, { "docid": "1f488dfe35b79f0c819fae17b347c1cf", "score": "0.73858255", "text": "java.lang.String getOutput();", "title": "" }, { "docid": "8016f8ed401...
aa62f3971a77c2549232f331ed5713f9
write in file and to screen and close file
[ { "docid": "13ffbb55d1e0fe0463a9588477774d19", "score": "0.0", "text": "public void writeError (String line) {\n\t\t\tSystem.out.println(line);\n\t\t\twriter.write(line);\n\t\t\twriter.write(System.lineSeparator());\n\t\t\twriter.close();\n\t\t}", "title": "" } ]
[ { "docid": "adbda0f1b99122d7e8543a201002e8e2", "score": "0.69355834", "text": "public void saveFile() {\n\t\tthis.writer.flush();\n\t\tthis.writer.close();\t\n\t}", "title": "" }, { "docid": "3a748a420e915f8a065acd682f95821e", "score": "0.66614556", "text": "public static void fileWr...
6ed3967ece6d99340d51e4f0819b6391
Check whether input array values are within 0 <= i <= Math.pow(10, 7)
[ { "docid": "fa383bedb0f02cffaa9edf1093c26de4", "score": "0.5772048", "text": "private static boolean validateInput(int[] scores, int[] alice) {\n if (scores.length == 0 || alice.length == 0) {\n return false;\n }\n\n int minValue = 0;\n int maxValue = (int) Math.po...
[ { "docid": "ddfcb6eac59a00e028fd82bbc46b9003", "score": "0.63026625", "text": "private boolean isAppropriated(int[] arr) {\n boolean is_correct = false;\n for (int i : arr) {\n if (i > 9999) {\n is_correct = true;\n } else\n is_correct = ...
22fc2594a66e7c63cb3d4a70aa63fab1
/ access modifiers changed from: private / access modifiers changed from: public
[ { "docid": "8c5e3c691217d0fadccf9020e3b67594", "score": "0.0", "text": "private void setIsUserInactiveOverrideFromWindowManager(boolean value) {\n this.bitField0_ |= 536870912;\n this.isUserInactiveOverrideFromWindowManager_ = value;\n }", "title": "" } ]
[ { "docid": "0c1baa66e57a742b19c8ef24f031c945", "score": "0.6786942", "text": "private Composer()\t{ super();\t\t}", "title": "" }, { "docid": "aa7554fd42f3feb35ca8e0c43fe0ccc3", "score": "0.6538446", "text": "private L() {\n\t\t\n\t}", "title": "" }, { "docid": "02b250bc2...
6c2fba5f01c73b2693196db8ccf1870f
Permite hacer los cambios permanentes en la BD
[ { "docid": "ffda2f286b8cc5f80233ed7965403ede", "score": "0.0", "text": "public void commit() throws Exception {\r\n\r\n\t\tconexion.commit();\r\n\t}", "title": "" } ]
[ { "docid": "f244a7fabfe07df2d6f676548f094f16", "score": "0.6907137", "text": "private void realizarCambios() {\n\n for(Perro perro : medico.getPerros()){\n perro.setMedico(null);\n }\n\n for(Perro perro : listaTemporalRelacionados){\n perro.setMedico(medico);\n...
e8aa4adf49ce9f3bc63b2ccd1b4ab462
returns the state of the safe (active, inactive)
[ { "docid": "ea5c1e1bfa9e7a6101195c695181860f", "score": "0.0", "text": "public boolean isActive() {\r\n\t\treturn active;\r\n\t}", "title": "" } ]
[ { "docid": "d819e8763e68084281c20709bece1dd4", "score": "0.6512879", "text": "State enabledState();", "title": "" }, { "docid": "a49c872261617a81b8f67d3e37413b45", "score": "0.6426815", "text": "Enum getCurrentState();", "title": "" }, { "docid": "e75599ae75fcc2dba531b795...
d1002a703ac54fa7cdd9394bcf6243a7
This method was generated by MyBatis Generator. This method sets the value of the database column hy_hyztxgjl.sm
[ { "docid": "008c05c952de1feedfb92ce5ba31b595", "score": "0.6255636", "text": "public void setSm(String sm) {\n this.sm = sm;\n }", "title": "" } ]
[ { "docid": "35f801837dac02f602c1f1bc6b23c5f2", "score": "0.6215448", "text": "private void setORM_mSMT(tr.com.srdc.icardea.hibernate.MSMT value) {\r\n\t\tthis.mSMT = value;\r\n\t}", "title": "" }, { "docid": "99a7bf6dc0b9cea9480f33d516e317ef", "score": "0.58536273", "text": "public v...
eac5f27a9ffa5cb61b26742c0e24271a
FIPS county code. string fips_county_code = 15;
[ { "docid": "5aa4310a677c88bcb844c6018be517b1", "score": "0.7927748", "text": "@java.lang.Override\n public java.lang.String getFipsCountyCode() {\n java.lang.Object ref = fipsCountyCode_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.googl...
[ { "docid": "cd9f9340cfe127d4afe01bb6e7c9efbb", "score": "0.8040122", "text": "public java.lang.String getFipsCountyCode() {\n java.lang.Object ref = fipsCountyCode_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;\n...
b0d01c9a57f0800bb2234e3c32fa5c65
optional string message = 3 [default = ""];
[ { "docid": "7ee4bfb76509270039d98885de722b3c", "score": "0.0", "text": "@Override\n public com.google.protobuf.ByteString getMessageBytes() {\n java.lang.Object ref = message_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = com.g...
[ { "docid": "a301694443e1ebad1d1d181c4f91e291", "score": "0.7138224", "text": "public void setMessage(String string) {\n\t\t\n\t}", "title": "" }, { "docid": "c504580b2a3c9d39165322a7896ff6fe", "score": "0.69571143", "text": "@Override\n \tpublic String getMessage() {\n \t\treturn nul...
f7be423a6a722696211c281e5d6de8e6
On positive button clicked
[ { "docid": "62f5c5dd2d9eaeb749dd335877ec3776", "score": "0.83475363", "text": "public void onPositiveClick();", "title": "" } ]
[ { "docid": "ed5f96c8619c297a436dd36cb6920fdc", "score": "0.7371971", "text": "public void onNegativeClick();", "title": "" }, { "docid": "9d3672e16a8c9a3462b5e1d4719414ff", "score": "0.709367", "text": "@Override\n\t\t\t\tpublic void onClick(View arg0) {\n\t\t\t\t\tgetone('-');\n\t\t...
cc26c6bdef8600f62458d5eefdeb4a11
Sets up the variables needed for the algorithm from the GUI components.
[ { "docid": "c3268d3b6c23f942fd34983098f3d026", "score": "0.0", "text": "private boolean setVariables() {\r\n\r\n String tmpStr;\r\n\r\n // Maximum number of branches.\r\n tmpStr = m_kTextMaxNumBranches.getText();\r\n if ( testParameterMin( tmpStr, 1 ) ) {\r\n m_kOp...
[ { "docid": "38dec849879ff4891f3b14cfb290f6f4", "score": "0.7669777", "text": "private void initializeGuiComponents() {\n\t\t// graphpanelxx = new javax.swing.JPanel();\n\t\tdrawbuttonpanel = new javax.swing.JPanel();\n\n\t\tinitializeButton = new javax.swing.JButton();\n\t\tstartStopResumeButton = new j...
1d8e17ddee91dcf73bd9ad19c6103eea
Gets the attribute value for ExtAttribute11, using the alias name ExtAttribute11
[ { "docid": "73c38f400c6306af0936eac49a4257d3", "score": "0.7673858", "text": "public String getExtAttribute11() {\n return (String)getAttributeInternal(EXTATTRIBUTE11);\n }", "title": "" } ]
[ { "docid": "669679964c3fa0c9867dd9a238e186a1", "score": "0.7677665", "text": "public String getExtAttribute11() {\n return (String) getAttributeInternal(EXTATTRIBUTE11);\n }", "title": "" }, { "docid": "149afa351cad59c3d8d8fa110a6a5643", "score": "0.7162416", "text": "publi...
c1c1c57edf48a91c20ef4d59f78e1552
draw arrow from (x1,y1) to (x2,y2)
[ { "docid": "cdaa8e74cfa6977809e0e663cc7f0f1d", "score": "0.82252043", "text": "void drawArrow(Graphics g1, int x1, int y1, int x2, int y2) {\n Graphics2D g = (Graphics2D) g1.create();\n int smallOffset = 10;\n \n double dx = x2 - x1, dy = y2 - y1;\n ...
[ { "docid": "a1f2c6aeeac81f6dcd3bf8733520c124", "score": "0.7785418", "text": "public static void drawArrow(Graphics2D g, int fromX, int fromY, int toX, int toY)\n {\n double angle = Math.atan2(toY-fromY, toX-fromX);\n drawArrow(g,toX,toY,angle);\n }", "title": "" }, { "docid": "1366b...
5373c44d0bad0e4910b6190be3034b07
Guarda el nuevo tramite y lo registra en base de datos.
[ { "docid": "3c0b613191fd6cf90685f624a136217e", "score": "0.0", "text": "public void addTipoTramiteListener(ActionEvent de) {\n \n guardarDatosParaComparacion(0);\n GuardadoTipoTramiteVO objeto = new GuardadoTipoTramiteVO();\n \n objeto.setTipoTramite(obtenerDatosTipoTr...
[ { "docid": "b867e17eaf63f7befc955266fec7925c", "score": "0.70285875", "text": "private void registrar() {\n bd = conn.getWritableDatabase();\n\n ContentValues values = new ContentValues();\n values.put(Utilidades.CAMPO_JUGADOR, User.player1);\n values.put(Utilidades.CAMPO_PUN...
25fee9b555ac09676405430428ac306e
Return true if the requested document exists
[ { "docid": "748e45fed2cb120cefc8235b676f2128", "score": "0.60307574", "text": "public boolean isExists()\n {\n return m_Exists;\n }", "title": "" } ]
[ { "docid": "480e6afdf2eda2f0f892efc44796ab59", "score": "0.7982283", "text": "public boolean documentExists(String fullPath);", "title": "" }, { "docid": "6a4a3e46020bbe37852d4d98de02948e", "score": "0.7570757", "text": "public boolean documentExists(String documentName) {\r\n\t\tret...
03b0ad794d02206899f68f1ecddba9da
Here you can refresh your listview or other UI
[ { "docid": "cd81dc4adca4893fccea7c947923f2b8", "score": "0.0", "text": "@Override\n public void onReceive(Context context, Intent intent)\n {\n Toast.makeText(getActivity(), \"Receiver\", Toast.LENGTH_SHORT).show();\n }", "title": "" } ]
[ { "docid": "09d62e365c5066c157ef3d34fe369630", "score": "0.83068776", "text": "@Override\n public void onRefresh() {\n refreshList();\n }", "title": "" }, { "docid": "80f9fbdd6c43a46ea941751fedb9f1b8", "score": "0.8178166", "text": "public void refresh() {\n swipe...
1fca31c16dd9fc3e1360d6aea615e6a0
/ Test that step(char) returns the null if the char is invalid
[ { "docid": "0e1a47ac659d58fd29ea4cc32a7c4f25", "score": "0.7749464", "text": "@Test\n\tpublic void stepCharWrong(){\n\t\tGenerationState start = TestUtilities.getGenerationStateFor(\"a\");\n\t\t\n\t\tassertEquals(start.step('b'), null);\n\t}", "title": "" } ]
[ { "docid": "faa810e45de84b12e7968a2aba4e68fa", "score": "0.7153321", "text": "@Test\n\tpublic void stepCharCorrect(){\n\t\tGenerationState start = TestUtilities.getGenerationStateFor(\"a\");\n\t\t\n\t\tassertEquals(start.step('a').getGenerated(), \"a\");\n\t}", "title": "" }, { "docid": "c0b...
57a74cf2f1b12572b7af444443710275
This method records changes to the Life Cycle Iteration Condition selection list and updates the visibility and enabled status of the action buttons
[ { "docid": "74b9c65006649d014df18d8a696c8252", "score": "0.5968252", "text": "public void selectListLifeCycleItersListItemSelected() {\n\t\tint ndx = jlstLifeCycleIterationCondition.getSelectionModel()\n\t\t\t\t.getSelectedIndex();\n\t\tif (ndxJlstLifeCycleIterationConditionSelector == ndx)\n\t\t\tretur...
[ { "docid": "a1b85c33206c0e22668010618e0458bf", "score": "0.68984306", "text": "private void performWakeUpLCItersGUI() {\n\n\t\t// Establish the Life Cycle Iteration Condition Select List (assume the\n\t\t// local controller is valid)\n\t\tlstLifeCycleIterationConditionSelectListSource = lstLocalLifeCycl...
c8298c6e6786a8552a38e04a240b88b8
Get this Entity's EnumCreatureAttribute
[ { "docid": "aa1a12229dc563d3e41085082d35ba26", "score": "0.81474835", "text": "@Override\n public EnumCreatureAttribute getCreatureAttribute() {\n return getBreed().getCreatureAttribute();\n }", "title": "" } ]
[ { "docid": "898151b4b6c693125a5fe7a404ae49c1", "score": "0.7154072", "text": "public EnumCreatureAttribute func_70668_bt() { return EnumCreatureAttribute.ARTHROPOD; }", "title": "" }, { "docid": "faa39b435a0f081f71c01a06fcc46af2", "score": "0.6471751", "text": "public String getCreat...
937ff6bf5f4d44568e07676369104fef
Export the latest meta data
[ { "docid": "52edbee420fcf32b8966515dcdd88793", "score": "0.0", "text": "@Then(\"^user validate Biometric Export$\")\r\n\r\npublic void click_BiometricExport() throws Throwable {\ndriver.findElement(By.xpath(\"html/body/ori-app/div[1]/main/ori-biometric-meta/div[1]/div[2]/a[1]/span\")).click();\r\n\r\n}"...
[ { "docid": "4cc8554603731a2aa857a30d6d1c3e56", "score": "0.6539468", "text": "LocalFileMetaOutter.SnapshotMeta getMeta();", "title": "" }, { "docid": "775b89dd3e19fb787e8e54706c1295a3", "score": "0.61540794", "text": "LocalFileMetaOutter.LocalFileMeta getMeta();", "title": "" }...
b0901d72e72ff61799b4a032df8037bf
Check From Period. If future transfer is not allowed, then from period cannot be current period
[ { "docid": "20524b9a607a2695acf1729c1174f0b2", "score": "0.7830903", "text": "private boolean checkPeriod()\r\n\t{\r\n\t\tMPeriod periodFrom = new MPeriod(getCtx(), getC_Period_From_ID(), get_Trx());\r\n\t\tMPeriod periodTo = new MPeriod(getCtx(), getC_Period_To_ID(), get_Trx());\r\n\t\t\r\n\t\t// Test ...
[ { "docid": "b509977c03057c30849a9f14e93165de", "score": "0.61336607", "text": "DateTime getValidTo();", "title": "" }, { "docid": "5f3ee9ae8a47aa670bdbdf4ff721827c", "score": "0.60920364", "text": "LocalDateTime getValidTill() throws Exception;", "title": "" }, { "docid":...
adc619e3518b8261715e1daadfc675ce
$ANTLR end "entryRulesmallerThan_FunctionalOperator" $ANTLR start "rulesmallerThan_FunctionalOperator" InternalMQL.g:8483:1: rulesmallerThan_FunctionalOperator returns [EObject current=null] : ( () otherlv_1= '.smallerThan' ( (lv_negated_2_0= '!' ) )? otherlv_3= '(' ( (lv_i_4_0= ruleNumber_FunctionalParameter ) ) other...
[ { "docid": "5d685409c9359a79e8b75d14b4f22940", "score": "0.8558642", "text": "public final EObject rulesmallerThan_FunctionalOperator() throws RecognitionException {\n EObject current = null;\n\n Token otherlv_1=null;\n Token lv_negated_2_0=null;\n Token otherlv_3=null;\n ...
[ { "docid": "dd63fd343039a3b196f841209b2c8c9c", "score": "0.82732236", "text": "public final EObject ruleNumber_Integer_smallerThan_FunctionalOperator() throws RecognitionException {\n EObject current = null;\n\n Token otherlv_1=null;\n Token lv_negated_2_0=null;\n Token other...
b8ed6834af98755b1b6dbe361ffb6266
To change body of generated methods, choose Tools | Templates.
[ { "docid": "c340ca6e2188d343353a84b5fea58a2d", "score": "0.0", "text": "@Override\r\n public void enterMultiplyExpression(myGrammarParser.MultiplyExpressionContext ctx) {\n }", "title": "" } ]
[ { "docid": "7aa6963c647c1b2028e2058b152485e1", "score": "0.72933507", "text": "@Override\n\tpublic void generate() {\n\t\t\n\t}", "title": "" }, { "docid": "7aa6963c647c1b2028e2058b152485e1", "score": "0.72933507", "text": "@Override\n\tpublic void generate() {\n\t\t\n\t}", "titl...
b02d0ce1b9ca986d40abcc9c6d64ed2f
/ Utility that prints out an array on a line
[ { "docid": "8d5822c5dddb35e25a5a45237037ca81", "score": "0.0", "text": "void printArray(int ints[], int len)\n {\n int i;\n for (i = 0; i < len; i++)\n System.out.print(ints[i] + \" \");\n System.out.println(\"\");\n }", "title": "" } ]
[ { "docid": "46b3740f353dd1b3dd53ecc161efc3d8", "score": "0.7815576", "text": "private static void printArray(String[] array) {\n\t\tSystem.out.println();\n\t\tfor(int i = 0; i < array.length; i++) {\n\t\t\tSystem.out.println(array[i] + \" \");\n\t\t}\n\t\tSystem.out.println();\n\t}", "title": "" }...