query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
5aff895d40baf960d2a8f14040fbe15e
PPApplication.logE("[IN_BROADCAST] EditorProfilesActivity.refreshGUIBroadcastReceiver", "xxx"); boolean refresh = intent.getBooleanExtra(RefreshActivitiesBroadcastReceiver.EXTRA_REFRESH, true);
[ { "docid": "54c1e5aff2abc280d651e4405b1fb422", "score": "0.6886388", "text": "@Override\n public void onReceive( Context context, Intent intent ) {\n boolean refreshIcons = intent.getBooleanExtra(RefreshActivitiesBroadcastReceiver.EXTRA_REFRESH_ICONS, false);\n long profileI...
[ { "docid": "547b8b79a30a9a396e7db231d421a40a", "score": "0.6514965", "text": "@Override\n // All onXyz() callbacks are single threaded\n public void onReceive(Context context, Intent intent) {\n String statusMsg = intent.getStringExtra(UpdateIntent.STATUS_MSG_PAYLOAD...
64085a673350ba88f9d5b2a85eec0454
Split DLMS PDU to wrapper frames.
[ { "docid": "a6b6e33d16146901bb68e8e96adb040c", "score": "0.5453664", "text": "static byte[] getWrapperFrame(final GXDLMSSettings settings,\n final GXByteBuffer data) {\n GXByteBuffer bb = new GXByteBuffer();\n // Add version.\n bb.setUInt16(1);\n if (settings.isSer...
[ { "docid": "3406b647e39a13c680be21eda2802d9d", "score": "0.52650195", "text": "static byte[] getHdlcFrame(final GXDLMSSettings settings, final int frame,\n final GXByteBuffer data) {\n GXByteBuffer bb = new GXByteBuffer();\n int frameSize, len = 0;\n byte[] primaryAddress...
ac230d5cd013641e128d8125c0ab488e
Generated method Setter of the PaymentSubscriptionResult.success attribute.
[ { "docid": "bf078b519f1030f3d216421c0fd0a6f8", "score": "0.0", "text": "public void setSuccess(final SessionContext ctx, final Boolean value)\n\t{\n\t\tsetProperty(ctx, SUCCESS,value);\n\t}", "title": "" } ]
[ { "docid": "13b0dffad734f857bbde2a4990f40d51", "score": "0.74735296", "text": "public void setSuccess(boolean success) {\n this.success = success;\n }", "title": "" }, { "docid": "13b0dffad734f857bbde2a4990f40d51", "score": "0.74735296", "text": "public void setSuccess(bool...
370c09071006c0f730fa21b28d7f4f9a
Remove a connection from the target group.
[ { "docid": "36d4ce0c5275b3d41485c0d624942775", "score": "0.63225526", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public Mono<Void> removeConnectionFromGroupAsync(String hub, String group, String connectionId) {\n return removeConnectionFromGroupWithResponseAsync(hub, group, connect...
[ { "docid": "5cf90775a045503e3fd0a0574bdc9d61", "score": "0.73012275", "text": "void removeConnection(Connection connection);", "title": "" }, { "docid": "c5717dd78392c4520cd5f95d4ceb7c75", "score": "0.692995", "text": "public void remove(Connection connection) { }", "title": "" ...
0b6612550cbb65b5d8c5936e11b9d3f9
This method is used to create VariantOptionQualifier
[ { "docid": "e94d7e034f1774386e59e6ed150dcf4c", "score": "0.48514858", "text": "protected Collection<VariantOptionQualifierData> getVariantOptionQualifierData(final String value, final String description)\n\t{\n\t\tfinal List<VariantAttributeDescriptorModel> descriptorModels = getVariantsService().getVar...
[ { "docid": "66f6fc317dc58b92be0b3e5745210b4f", "score": "0.5587873", "text": "private Builder() {\n super(org.opencb.biodata.models.variant.avro.VariantAnnotation.SCHEMA$);\n }", "title": "" }, { "docid": "39d01fb8b72619a7a7c625fc712b0126", "score": "0.5450043", "text": "publ...
d80253d48a5ca2d6740679bc2dd13a99
Instantiates a new jar util exception.
[ { "docid": "345340648d3e6f25216fbec05c58d87a", "score": "0.6282001", "text": "public JarUtilException(String pMessage, Throwable pCause) {\r\n\t\t\tsuper(pMessage, pCause);\r\n\r\n\t\t}", "title": "" } ]
[ { "docid": "6d9cbd41ad1bd6a048a2eea77d1bee2b", "score": "0.79136693", "text": "public JarUtilException() {\r\n\t\t\tsuper();\r\n\r\n\t\t}", "title": "" }, { "docid": "b30e91b0e2fa8319f40eb7f1e8e6580a", "score": "0.7630258", "text": "private ExceptionUtil() {}", "title": "" }, ...
9f757d50cc87cd403096687322054f68
Implements the push operation
[ { "docid": "93ee21646145f5eb89eafd77777e2faf", "score": "0.0", "text": "void push(int e) {\r\n\t\tif (top==stack.length) {\r\n\t\t\tmakeNewArray();\r\n\t\t}\r\n\t\tstack[top] = e;\r\n\t\ttop++;\r\n\t}", "title": "" } ]
[ { "docid": "f79ef7a708f3f7065a573a94bc04c5ff", "score": "0.7701727", "text": "public void push(T data);", "title": "" }, { "docid": "f79ef7a708f3f7065a573a94bc04c5ff", "score": "0.7701727", "text": "public void push(T data);", "title": "" }, { "docid": "61f0323c9efed37702...
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": "3ff6b22aba2fd7549dc67b83db11fb8e", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n btnMatchRequest = new javax.swing.JButton();\n ...
[ { "docid": "3b789e05401c843123f84caf842850e3", "score": "0.74118066", "text": "public Mainform() {\n initComponents();\n }", "title": "" }, { "docid": "c6aad17f0d00f4164576c96a51cda35a", "score": "0.7354273", "text": "public ClerkEntryForm() {\n initComponents();\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "21296e58e743e858d308674701814a64", "score": "0.0", "text": "public static void main(String[] args) {\nPerson employee=new Employee(\"John\");\nPerson trainee=new Trainee(\"Tom\");\n//Trainee t1=new Trainee(\"Harry\")\nEmployee e1=new Employee(\"Tim\");\nSystem.out.println(employee.getName())...
[ { "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...
ebdbb05498b5c982e42be77ea3a40722
sua don dat hang
[ { "docid": "04bd782991d76d572789c3ee0aac66b8", "score": "0.0", "text": "public boolean suaDonDatHang(DonDatHang ddh) {\n\t\tif(ddhDao.suaDonDatHang(ddh)) {\n\t\t\treturn true;\n\t\t}else {\n\t\t\treturn false;\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "640f698dc1e8b42fc22c92f859f7365d", "score": "0.58215064", "text": "synchronized void askatu() throws InterruptedException {\r\n\t\twhile (! (egH==1 && egL==1)) wait();\r\n\t\tegH=0;\r\n\t\tegL=0;\r\n\t\tpantaila.askatuSuk(h,egH,l,egL);\r\n\t\tnotifyAll();\r\n\r\n\t}", "title": "" }, ...
621a13a9e07653bfb8a2011a8117ef4d
Binds an item to the view
[ { "docid": "355f79325e16075e0403c1b71fd7265c", "score": "0.0", "text": "@Override\n public void onBindViewHolder(final Notification_View_Holder holder, final int position){\n holder.notification = mDataset.get(position);\n removeCard(holder, position);\n\n holder.uid = holder.not...
[ { "docid": "6f8635004f16d8512ba1ef0c120991c5", "score": "0.74683374", "text": "public abstract void bindView(V holder, T item);", "title": "" }, { "docid": "2ab250f7a641d9575508e6cd61b826e4", "score": "0.6940842", "text": "public void bind(String item) {\n tvItem.setText(i...
b40317740cc1d96ce150b446d88f5f5c
Metodo alquiler que nos devuelve el resultado de la cuenta hecha para calcular el precio del bus
[ { "docid": "7797419b2183ed3c91366d3e9048d03a", "score": "0.6558849", "text": "@Override\r\n /**\r\n * Calculamos lo que cuesta alquilar el bus\r\n */\r\n public double alquiler ()\r\n {\r\n double importe_alquiler;\r\n importe_alquiler = this.getAlquiler_dias()*50+this.get...
[ { "docid": "9a2d92a1790c03b75a755d8f33f2c4f4", "score": "0.6879297", "text": "@Override\n public double calcularPrecio(){\n double resultado =0;\n if(this.getFranja() == 0){\n resultado = this.getDuracion() * this.getPrecioUno();\n }else if(this.getFranja() == 1){ //L...
ab076c029ad2d03e30d2ad2a66475666
receive from another mod
[ { "docid": "855b5e340ad3b2d45828c8e078e917dc", "score": "0.0", "text": "private void processIMC(final InterModProcessEvent event)\n {\n // some example code to receive and process InterModComms from other mods\n //LOGGER.info(\"Got IMC {}\", event.getIMCStream().\n // map(...
[ { "docid": "cc48bc130601f0a7c476881f215eaae9", "score": "0.6438462", "text": "@Override\r\n protected void onReceive(Message msg) {\r\n if (msg instanceof StringMessage) {\r\n StringMessage message = (StringMessage) msg;\r\n if (message.getMessage().equals(\"WAVE\") && !s...
e576c042a0438cf675f80e25098fc802
This method was generated by MyBatis Generator. This method sets the value of the database column treatment_record.hospital
[ { "docid": "d153e7334311a9909cd522bbf65e5226", "score": "0.61040574", "text": "public void setHospital(String hospital) {\r\n this.hospital = hospital == null ? null : hospital.trim();\r\n }", "title": "" } ]
[ { "docid": "61c5dbcc20043fd7b7f5001184e0a61e", "score": "0.6749213", "text": "public void setHospital(HospitalEntity hospital) {\n this.hospital = hospital;\n }", "title": "" }, { "docid": "757d9a3a563e71919d48495185a7d677", "score": "0.5619923", "text": "public String getH...
cb33ceaaa6d1de420f4130ea99ed3adc
This method was generated by MyBatis Generator. This method sets the value of the database column PMSORDER.QTY
[ { "docid": "1dc1ef0ae6b6e94a11de4bdf109e5897", "score": "0.7505263", "text": "public void setQTY(BigDecimal QTY) {\r\n this.QTY = QTY;\r\n }", "title": "" } ]
[ { "docid": "34571e3274e67ddd7708ab237439c0e9", "score": "0.67015326", "text": "public BigDecimal getQTY() {\r\n return QTY;\r\n }", "title": "" }, { "docid": "b35a2d3060d8f70fbd697afbacd5a350", "score": "0.66861075", "text": "public void setQty(BigDecimal qty) {\n th...
00dd1f610e911bb7acb0432fc9b16557
$ANTLR end "rule__XReturnExpression__Group__2" $ANTLR start "rule__XReturnExpression__Group__2__Impl" ../org.xtext.mongobeans.ui/srcgen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:13591:1: rule__XReturnExpression__Group__2__Impl : ( ( rule__XReturnExpression__ExpressionAssignment_2 )? ) ;
[ { "docid": "91fe2ea29d819a9386e1d7073453c638", "score": "0.854317", "text": "public final void rule__XReturnExpression__Group__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext...
[ { "docid": "479dcb16e2a96e13e02d7a3e71dd67ec", "score": "0.8644193", "text": "public final void rule__XReturnExpression__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/mong...
c212daca052d63da92fd9ca1c3f98b25
set the product name given by the user
[ { "docid": "c51e992d8d3ff3a9bff7b2bf194842f3", "score": "0.7829001", "text": "public void setProductName(final String name)\r\n {\r\n this._productName=name;\r\n }", "title": "" } ]
[ { "docid": "e1960dc9b007294f6ab031309638d41e", "score": "0.7893833", "text": "public void setProductName(String product_Name) { this.product_Name = product_Name; }", "title": "" }, { "docid": "2316c966b2f6182a55433aead1fdc661", "score": "0.7759373", "text": "public void setProductNam...
1772bb58fe9aa3d86c5feca8ea737d1f
your implementation goes here.
[ { "docid": "7e1c7974161409768f0703895bfbb0ff", "score": "0.0", "text": "public static int parallelFreq(int x, int[] A, int numThreads) {\n if(A.length==1){\n if(x==A[0])\n return 1;\n else\n return 0;\n }\n else\n SEQUEN...
[ { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.67904603", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6759702", "text": "@Override\n public void otvori() {\n }", ...
65dc70557b4a889f9b8cba25e6909d1f
Sets the superclass name of testcase.
[ { "docid": "47503913bc73a550f5103d04fe174431", "score": "0.7485887", "text": "public void setTestCaseSuperclassName(String testCaseSuperclassName) {\r\n this.testCaseSuperclassName = testCaseSuperclassName;\r\n }", "title": "" } ]
[ { "docid": "09f338d7704bb0db44f66bda1b8d3097", "score": "0.6987005", "text": "public void setSuperClass(String name) {\n this.superClass = name;\n }", "title": "" }, { "docid": "0edb63cbc3ff89f5ab07b8fe520dd765", "score": "0.6884231", "text": "public void setSuperclassName(String...
fd54dc3e58a4058dd225609746baaf51
This method was generated by MyBatis Generator. This method sets the value of the database column meetingroom.id
[ { "docid": "2f55f13f232ada678023e561a82c44c9", "score": "0.0", "text": "public void setId(Integer id) {\n this.id = id;\n }", "title": "" } ]
[ { "docid": "15c5260ce16820bcbbf4cf69b6b83215", "score": "0.69288653", "text": "@Override\n public void setMeetingRoomId(long meetingRoomId) {\n _meetingRoom.setMeetingRoomId(meetingRoomId);\n }", "title": "" }, { "docid": "a2605f0f502f108d029793d10b8a424a", "score": "0.69260...
ae7c986bcdea38ecea01348b3fd60bd3
this class is use for monitoring and verifying status changes in workflow
[ { "docid": "4cacb1d7f1c88889e84fd6169beda14e", "score": "0.0", "text": "public interface DataUpdateVerifier {\r\n\r\n\tpublic void verify(Object oldValue,Object newValue) throws Exception;\r\n}", "title": "" } ]
[ { "docid": "dce2282a146fcd9baea9f4ba081d61db", "score": "0.65831417", "text": "private void updateWorkflowStatus(String workflowId, String action, Integer newWorkflowStep) {\n //////// called after each step : Change ML State /////////\n ////////////////////////////////////////////////////...
132e20cbfebcfa69f04b6dc578ad5f4c
repeated .PropertyDat properties = 2;
[ { "docid": "c9ede4f42bffd690dd268e40ea63cdea", "score": "0.0", "text": "public protocol.BoomGameData.PropertyDat.Builder getPropertiesBuilder(\n int index) {\n return getPropertiesFieldBuilder().getBuilder(index);\n }", "title": "" } ]
[ { "docid": "31dffb16983aabae6faa28279d82a065", "score": "0.5916758", "text": "protocol.BoomGameData.PropertyDat getProperties(int index);", "title": "" }, { "docid": "48ec1ee89e3e378deecc6e4c2148ba9d", "score": "0.56453717", "text": "private void addPropertieForEntireSet(Properties p...
aeba5bac5e584dcdb406b961a062a3da
endregion region > findSubscriptionTypeByName (action)
[ { "docid": "6fec2d2aaaaefe306492fbde88e6e227", "score": "0.76878786", "text": "@Action(\n semantics = SemanticsOf.SAFE\n )\n @ActionLayout(\n bookmarking = BookmarkPolicy.AS_ROOT\n )\n @MemberOrder(sequence = \"13\")\n public List<SubscriptionType> findSubscriptionTy...
[ { "docid": "ab9526b9a87401c89ec962a6b6d4f372", "score": "0.6530649", "text": "public byte getSubscriptionType();", "title": "" }, { "docid": "a4b7f649d6e340ec171fb30ca65f9ae5", "score": "0.65242785", "text": "public String getSubscriptionTypeNames();", "title": "" }, { "d...
4d70d6be1b898acc77aac749848602eb
Test case number: 210 /Coverage entropy=3.9596209558485707
[ { "docid": "2d5b083cfd11109300de3d9ac4372f82", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test210() throws Throwable {\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV();\n String[] stringArray0 = new String[0];\n ResultMatrixSignificance.main(stringArray0);\n...
[ { "docid": "dc7afd015f73b66477d28310a9524aa9", "score": "0.69172317", "text": "@Test\n public void testEntropy() {\n System.out.println(\"entropy\");\n TDistribution instance = new TDistribution(20);\n Assert.assertEquals(1.46954202, instance.entropy(), 1.0E-7);\n }", "tit...
6a0133fc7cc92eb07c6f308e21e07b79
1 CapBrick, Brick, Eagle and Rock; 2 Water
[ { "docid": "f090eb4b11124a4c0eca2643c49a7f38", "score": "0.0", "text": "private void checkBattleFieldObject(AbstractBattleFieldObject[][] object) {\n for (int i = 0; i < object.length; i++) {\n for (int j = 0; j < object[i].length; j++) {\n if (object[i][j] instanceof Ca...
[ { "docid": "cb3ee7a522e7b2e467e9efcc970ae2f5", "score": "0.5715797", "text": "static int flowerBouquets(int p, int q, String s) {\r\n // Write your code here\r\n int flower[] = new int[s.length()];\r\n\r\n for (int i = 0; i < s.length(); i++) {\r\n flower[...
094179b998594d81f74a4635eb2a31fd
Created by hwr on 171023.
[ { "docid": "f123d4271778b3740df476ecb43f6421", "score": "0.0", "text": "public interface MutableFeeLogService {\n /**\n * 校验请求编号是否唯一\n * @param requestNo 请求编号\n * @throws ApiException 若请求编号不唯一,抛出异常:请求编号重复\n */\n void checkByRequestNo(String requestNo) throws ApiException;\n\n vo...
[ { "docid": "ea8460c7314de45803a19bf7c984d4bf", "score": "0.5991481", "text": "@Override\n public void perish() {\n \n }", "title": "" }, { "docid": "7c4f2f94b290de5507eb56a649c4fab9", "score": "0.5927504", "text": "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "ti...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "eabcb0160702ab0f9e2cde9a0db46a5d", "score": "0.0", "text": "@Override\n\tpublic void keyTyped(KeyEvent e) {\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...
82d1b8c1a6ad91806e2451918a148e00
Build call for getWordsPerPage
[ { "docid": "5405b9c5bbbacb1d04ed7212962d95bb", "score": "0.44797856", "text": "public com.squareup.okhttp.Call getWordsPerPageCall(String name, String storage, String folder, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestLi...
[ { "docid": "3ed250442028b022dd6c40ea77cdbe8a", "score": "0.6588153", "text": "public int totalWordsPages(int numPerPage) throws Exception;", "title": "" }, { "docid": "9d3e48760ed87a3bf62d044073a93087", "score": "0.5760016", "text": "int getPerPage();", "title": "" }, { "...
c8d9347f052efc6d603c026f5c1b1227
/ Noarg ctor for use by DPL.
[ { "docid": "f87c76c7783c820235708e7f76394f74", "score": "0.0", "text": "DeployShard() {\n }", "title": "" } ]
[ { "docid": "a914e44ffa4c341e5c03a8435fe7d85b", "score": "0.7267667", "text": "@SuppressWarnings(\"unused\")\n public NoConstructor() {\n // Empty\n }", "title": "" }, { "docid": "1c67c483c221c60e59e80a1ea2092907", "score": "0.69679534", "text": "defaultConstr...
c74fcd7a79141a0f5569992e2ceb551c
Same graph as above, but now with 1 disallowed flight path
[ { "docid": "d1c20bcd9688909d6f138bf6d9d1f73b", "score": "0.6040254", "text": "@Test\n public void triangleTownImpossible() {\n List<Map<Integer, Integer>> graph = new ArrayList<>();\n for (int x = 0; x < 6; x++) graph.add(new HashMap<>());\n graph.get(0).put(1, 1);\n graph...
[ { "docid": "3de52a82cc72a24092289ad196317c31", "score": "0.5870977", "text": "Path shortestComplexPath(Tile to) {\n Path p = new Path(this);//vertek van deze node\n ArrayList<Tile> goals = new ArrayList<Tile>();\n if(GameData.isPassable(to)){\n goals.add(to);\n }el...
9419f435faed79e23f203fd188df23c2
Converts a byte array to an integer value
[ { "docid": "95bf9b9b543a8e6a29f98a63b65021e3", "score": "0.7715635", "text": "public static int byteArrayToInt(byte[] bytes) {\r\n\t\tint n = 0;\r\n\t\tn += ((int) bytes[0] & 0xff) << 24;\r\n\t\tn += ((int) bytes[1] & 0xff) << 16;\r\n\t\tn += ((int) bytes[2] & 0xff) << 8;\r\n\t\tn += ((int) bytes[3] & 0...
[ { "docid": "d78a757e8be6e64a639754e86bfd7799", "score": "0.8687429", "text": "public static int toInt(byte[] array) {\n int i = 0;\n i += ((int) array[0] & 0xFF) << 24;\n i += ((int) array[1] & 0xFF) << 16;\n i += ((int) array[2] & 0xFF) << 8;\n i += ((int) array[3] & ...
c010454d19bab222c5f2e80491761a1f
Tanggal Pengerjaan: 12 Mei 2021 NIM: 10118068 Nama: Satria Aji Putra Karma J Kelas: IF2 / AKB2
[ { "docid": "f12d13ca7f32d93bf15d6b17affcbb9b", "score": "0.0", "text": "public interface MusicPresenter {\n void store(MusicModel music);\n void update(MusicModel music);\n void delete(MusicModel music);\n void load();\n}", "title": "" } ]
[ { "docid": "dbb8e5c117c6dc0263b05a88499dcca2", "score": "0.6147053", "text": "@Data(size=4, value=\"HVC9\")\n IString gtAnulPrePagam() ;", "title": "" }, { "docid": "e237bc58c6b345990f1b3dc261693e18", "score": "0.6056455", "text": "@Data(size=4, value=\"HVE0\")\n IStrin...
d9dcecac3eabd5b017a69067b8fd802e
Tweak the SFTPFileSystem to change the port to point to embedded sftp server
[ { "docid": "3c36add54809e80e15e549fbfac43b8d", "score": "0.78090054", "text": "@SneakyThrows\n private void changeSFTPFileSystemPort(SFTPFileSystemSSHD sftp, int sftpServerPort) {\n Field fInfo = sftp.getClass().getDeclaredField(\"connectionInfo\");\n fInfo.setAccessible(true);\n SFTPConnectio...
[ { "docid": "d17917cd7ee5766a6c770d649eabbbfb", "score": "0.6224137", "text": "private void SFTPConnect( String realservername, String realusername, int realport, String realpassword,\n String realFTPDirectory ) throws Exception {\n sftpclient = new SFTPClient( InetAddress.getByName( realservername...
2aa39673426887c72dbce30650c814bf
Create custom layout for your inspector.
[ { "docid": "a775465f550756fdfeef76297229243c", "score": "0.0", "text": "@Override\n public void showAnnotationInspector(boolean animate) {\n View inspectorRoot = getLayoutInflater().inflate(R.layout.custom_annotation_inspector, null);\n LinearLayout inspectorContainer = insp...
[ { "docid": "b7e481a6bfee5b2cfaeef2c9d27a0d9f", "score": "0.6441758", "text": "private void setupLayout()\n {\n Label moduleName = new Label(\"Kurs erstellen\");\n HorizontalLayout foot = new HorizontalLayout();\n VerticalLayout moduleLayout = new VerticalLayout();\n\n vert...
d1ace4792a193b4b38a84d9e786ca97d
$ANTLR end "rule__Transition__Group__2" $ANTLR start "rule__Transition__Group__2__Impl" InternalStatemachine.g:825:1: rule__Transition__Group__2__Impl : ( 'goto' ) ;
[ { "docid": "fa1b5bbd6f0abeb221e4852100d9845d", "score": "0.8569531", "text": "public final void rule__Transition__Group__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalStatemachine.g:829:1: ( ( 'goto' ) )\n ...
[ { "docid": "0fdfcf4263ddb5c69bdf76cd98b9ddfe", "score": "0.7157526", "text": "public final void rule__Transition__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalStatemachine.g:817:1: ( rule__Transition__Group__2...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1c7d52d99ca40eee088981a2216cfb76", "score": "0.0", "text": "public char[] getOrg_id() {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
331cf3e9ed9828e0510b4ebabd4b5959
//////////////////////////////////////////////////// Recording functionality ////////////////////////////////////////////////////
[ { "docid": "6de63385c4bce9b2a4b4920e97ba05eb", "score": "0.6806642", "text": "public static int startRecording(String filename) {\n logger.debug(\"Enter startRecording\");\n\n DataLine.Info info;\n TargetDataLine targetDataLine;\n AudioFormat audioFormat;\n AudioFileFormat.Type targetType...
[ { "docid": "ca1195ce26d81f9e5fe190321d18c05a", "score": "0.76681995", "text": "private void afterRecording() {\n }", "title": "" }, { "docid": "345007306ec56f6bbb26dda9cd0bc016", "score": "0.7418818", "text": "public void recordFrame() {\r\n \t\tif (isRecording)\r\n \t\t\tmovieMak...
38b771adf6efcf13d77f0ff00de33c51
Time complexity: O(1), Space complexity: O(1)
[ { "docid": "1c1a248bf4f1ad597a8815dcde2f8969", "score": "0.0", "text": "public static int hammingWeight(int n) {\n int mask = 1;\n int count = 0;\n\n for(int i = 0; i < 32; i++) {\n if((n & mask) != 0) {\n count++;\n }\n mask <<= 1;\n ...
[ { "docid": "4393e91597793f7803689aaf85b1de6f", "score": "0.63007367", "text": "@Override\r\n\tpublic BigO solutionTimeComplexity() {\r\n\t\treturn BigO.LINEAR;\r\n\t}", "title": "" }, { "docid": "70f80b5d34e9f835f48391b2f47ee171", "score": "0.5729441", "text": "int getRedundantCopies...
0f63be24b186c6c883a4dc142f76f635
Called once after isFinished returns true
[ { "docid": "4d105967f7f53bd23f7c8dad57c0894d", "score": "0.0", "text": "protected void end() {\n\t\tRobot.climber.climb(0);\n\t}", "title": "" } ]
[ { "docid": "ba1e21b3099c65117f344aef57a2c9b0", "score": "0.8583928", "text": "@Override\n protected boolean isFinished() {\n return true;\n }", "title": "" }, { "docid": "28c90585faf810fc2b27e4f92a22bfab", "score": "0.85407865", "text": "@Override\n protected boolean isFinish...
aa45a08e09449ac202cbad8b3d90a66d
Setter for property isoIDs.
[ { "docid": "f0725b10a9d9db9f100dde3ccb1f2cb1", "score": "0.79006857", "text": "public void setIsoIDs(List isoIDs) {\n \n this.isoIDs = isoIDs;\n }", "title": "" } ]
[ { "docid": "2a9c9b6e290320495e9063b4f0400634", "score": "0.70715475", "text": "public List getIsoIDs() {\n \n return this.isoIDs;\n }", "title": "" }, { "docid": "01d194ad1981cc22e19c440ec01c8dad", "score": "0.6561097", "text": "public void setIsoId(In...
1860a2cfaa9334e02b6789b4727d035b
Shrink the window size by discarding data before the shift And return the new size of the window
[ { "docid": "fbe49a63dab9f0c9568a88b9083147f7", "score": "0.74218976", "text": "public int shrinkWindowSize() {\n\t\tthis.preWindowSize = adwin.getWidth();\n\t\treturn preWindowSize;\n\t}", "title": "" } ]
[ { "docid": "98307689474a7d7abc005204a0417f98", "score": "0.6093174", "text": "ResizeToFill createResizeToFill();", "title": "" }, { "docid": "11117cfb967e9e554e91b7654153d990", "score": "0.5919015", "text": "public abstract void screenResized(Window window);", "title": "" }, ...
2337d64b5c074c43cd5182c4479b0eaf
Interface implemented by different UDH part types
[ { "docid": "da0e66b664613bb4ba404633e4128d39", "score": "0.6337216", "text": "public interface UserDataHeaderPart extends PduComponent {\n\t/**\n\t * Gets the length, in octets, of this {@link UserDataHeaderPart}.\n\t * This length does not include IE-Identifier or IE-Length\n\t * @return the length, in...
[ { "docid": "acfb655faf1d0a0898411431c5cf5586", "score": "0.6292354", "text": "public interface WSDLPart extends WSDLObject {\n /**\n * Gets wsdl:part@name attribute value.\n */\n String getName();\n\n /**\n * Gets the wsdl:part binding as seen thru wsdl:binding\n */\n Paramet...
762ace437cdd78d9ab94f826d8d4c8f5
/ Given a List of Strings, write a method removeDuplicates that removes duplicate words from the List and returns an ArrayList of all the unique words. The returned ArrayList should be lexically alphabetically.
[ { "docid": "d5bfa56bc09ed838d1137167b5f6bf81", "score": "0.81159925", "text": "public static List<String> removeDuplicates(List<String> input) {\n return new ArrayList<>(\n input.stream().collect(Collectors.toCollection(() -> new TreeSet<>(String::compareTo)))\n );\n }", ...
[ { "docid": "1a6d1435233fbb0db15285133d521649", "score": "0.77104634", "text": "static ArrayList<String> removeDuplicates(ArrayList<String> list) {\n\tArrayList<String> result = new ArrayList<>();\r\n\r\n\t// Record encountered Strings in HashSet.\r\n\tHashSet<String> set = new HashSet<>();\r\n\r\n\t// L...
000e97bf5454a686aab72ee7d6c09091
Example methods for driving with mechanum wheels They aren't used because they cannot easily be implemented with the joysticks
[ { "docid": "ab05a0887cef1b561d931fb3e608d911", "score": "0.0", "text": "public void DriveStraight(double speed) {\n\t\tfrontLeft.set(speed);\n\t\tfrontRight.set(speed);\n\t\tbackLeft.set(speed);\n\t\tbackRight.set(-speed);\n\t}", "title": "" } ]
[ { "docid": "279c005e85908b0376119e3cdd7ba97f", "score": "0.7769392", "text": "public abstract void wheels();", "title": "" }, { "docid": "15e875948b26c2e177abfabd84f76d8e", "score": "0.6738087", "text": "@Override\n\tpublic void testPeriodic() {\n\t\t// Tuning wheels\n\t\t\n\t\tsetPI...
0781e745138beb55fac7a1246f375abb
Create new instance if null
[ { "docid": "c0bc6d6cc172c6e029fddcad377003bd", "score": "0.0", "text": "public void addUserLoginListener(UserLoginListener listener) {\n\t\tif (listeners == null) listeners = new ArrayList<>(0);\n\t\tlisteners.add(listener);\n\t}", "title": "" } ]
[ { "docid": "3941e17d94496b9c3ab97c77bacc0a63", "score": "0.6862472", "text": "@Override\n\tprotected Object createNewInstance() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "57765e5017b14d4ed4e39e7e50423d8d", "score": "0.65091264", "text": "Null createNull();", "title": "...
12e3009b0213e38511cf5ca47f01b2e5
Get AddressSpacePlan definition by name of the config file
[ { "docid": "4c761327ba1acb75d6e1ca9299c25194", "score": "0.63312984", "text": "public static AddressSpacePlan getAddressSpacePlanConfig(Kubernetes kubernetes, String config) {\n return kubernetes.getAddressSpacePlanConfig(config);\n }", "title": "" } ]
[ { "docid": "4ee641f61cd387afeee433c0d8beedb4", "score": "0.7335731", "text": "public static AddressPlan getAddressPlanConfig(String configName) throws NotImplementedException {\n throw new NotImplementedException();\n }", "title": "" }, { "docid": "4b6fff2183d6a23ccc9d2ead69abd48a"...
eefa6741a73c6bdc3f811f5fb7a5263e
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::ISO20022andUNCEFACT::Identifier generalinfo: Reference to a third party servicing mandate used when a third party is requesting the service order
[ { "docid": "57cc82f582784594adfa37d275998075", "score": "0.0", "text": "public String getThirdPartyServicingMandateReference() {\n return thirdPartyServicingMandateReference;\n }", "title": "" } ]
[ { "docid": "a3db8699211939ade0165ad736c8db76", "score": "0.58086896", "text": "Map<String, Object> getBusinessDocumentFromS4ServiceOrderCode(SAPOrderModel serviceOrderData);", "title": "" }, { "docid": "6b97d8c3e9a66c8f0f1801ba0351a148", "score": "0.55983984", "text": "private xtreem...
82e01410fe330ea36c9445c0883c4f62
Test of clone method, of class CriterionPrototype.
[ { "docid": "ef378d285c46270e0694b30b4d84570e", "score": "0.727055", "text": "@Test\n public void testClone() {\n assertEquals(three.getName(), prototype.clone(\"namethree\").getName());\n assertEquals(two.getName(), prototype.clone(\"nametwo\").getName());\n assertEquals(one.getN...
[ { "docid": "4b0ba4d4fddf53590784b950c3173a47", "score": "0.7370526", "text": "public abstract AbstractPrototype clone() throws CloneNotSupportedException;", "title": "" }, { "docid": "062ed8f32d7415fb64dee13c6f8bc972", "score": "0.7119092", "text": "TestClone makecloneobj() {\r\n\t\t...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "bb66b464065c22cd72c2f1e8dbd36822", "score": "0.0", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\treturn true;\n\t}", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.7134913", "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": "" ...
6a6f55ea84eb6d1253e8c7f25b7a1869
Sets a new Y velocity
[ { "docid": "275b975ab0854c2b99d44ba2efecb9fb", "score": "0.72689015", "text": "public void setVeloY(double updateYVelo) {\n\t\tveloY = updateYVelo;\n\t}", "title": "" } ]
[ { "docid": "6eb6996ad1b7e9e11a4cc2b2ab52b961", "score": "0.84301496", "text": "@Override\npublic void setYVelocity(int velocity) {\n\t}", "title": "" }, { "docid": "be3921d9ddf50ee021c802a8a1200d7c", "score": "0.8251019", "text": "public Builder setVelocityY(int value) {\n bit...
47e7c503df105e122ae9bff7c4dc9303
: move down (closer to the end) the corresponding item in the TodoList. If the item cannot be found or is already at the end, do nothing
[ { "docid": "e405263889c95cdd85161cf9e320b761", "score": "0.66417336", "text": "public void moveDownItem(TodoItem item) {\r\n\t\tlist.moveDown(item);\r\n\t}", "title": "" } ]
[ { "docid": "781a2e069f0b6c9e51ef4d574eca0530", "score": "0.61724204", "text": "public void moveUpItem(TodoItem item) {\r\n\t\tlist.moveUp(item);\r\n\t}", "title": "" }, { "docid": "ff8095899d4355a9b7bafb9892ce8536", "score": "0.6027386", "text": "public TodoItem findItemByIndex(int i...
79e10033cacd216fafaf7af09003afc9
private Dbwaveerp dbServices = (Dbwaveerp) RuntimeAccess.getInstance().getServiceBean("dbwaveerp");
[ { "docid": "51671e53bd77244d462147805dbed070", "score": "0.7070223", "text": "public systemUserFunc() {\n super(INFO);\n //dbServices = (Dbwaveerp) RuntimeAccess.getInstance().getServiceBean(\"Dbwaveerp\");\n }", "title": "" } ]
[ { "docid": "d1c175de10b08eaa51fab2c13634c3cd", "score": "0.64195997", "text": "private DbService getDb() {\r\n\t\treturn db;\r\n\t}", "title": "" }, { "docid": "d95ea0e4b901a9141ac2d2b93bd7ce2d", "score": "0.6145374", "text": "private static ItfDatabaseManager getBean() throws Except...
65b0d938270e19de63cf25068487c17a
Filters an input against the set of filters and decides whether the input should be allowed
[ { "docid": "8f272200517178df02f70c85c5f3c6f7", "score": "0.5279203", "text": "public boolean filterBoolean(FilterArgs args) {\n return filterAll.decide(args).isAllowed;\n }", "title": "" } ]
[ { "docid": "340f8e5141682aa15f1116ff1ee6068d", "score": "0.67287093", "text": "private static boolean isFiltersValid(FilterBy... filters) throws Exception {\n\t\tif (filters == null || (filters != null && filters.length == 0))\n\t\t\tthrow new Exception(\"None filter to filter mainList\");\n\n\t\treturn...
6ee6677256ff36e75af836e26fd36ac6
Don't call super.setup() to avoid listening to the ot object inneccesarily
[ { "docid": "eaf0e7c48522c390fb2ee65e6f4c1d26", "score": "0.60787094", "text": "protected void setup(OTObject doc) {\n \t\tpfObject = (OTDocument) doc;\n \t}", "title": "" } ]
[ { "docid": "61e7c788d0cf26bfab7cdfd267eff05e", "score": "0.7372437", "text": "protected abstract void setup();", "title": "" }, { "docid": "a659da016a3c0c56bf81ee8adae11b7c", "score": "0.7144076", "text": "@Override\r\n public void setup() {\r\n\r\n\r\n }", "title": "" },...
9e2ffe9b21f7a1bd52187a62ea402ddc
Pattern p = Pattern.compile("\\((.?)\\)",Pattern.DOTALL);
[ { "docid": "13e5b262738a67c73af93264a6059f55", "score": "0.0", "text": "private ArrayList<String> extractStaticQueryPart (String queryStr)\n\t{\n\t\tPattern p = Pattern.compile(\"((.*))\");\n\t\tMatcher matcher = p.matcher(queryStr);\n\t\tArrayList<String> triples = new ArrayList<String>(); \n\t\twhil...
[ { "docid": "3833ee86842990b72239354750f5f6ad", "score": "0.5064648", "text": "@Test\n public void test_multiNote() {\n String text = \"a+max(b,c) /* min(a,b)\\n\" +\n \"x+b*c;a=b+c; dkfdk\\n\" +\n \"x+b*c */ a=b+c; dkfdk\\n\";\n String text2 = \"/* /*\\n\" ...
f7c2a72b3d8ca84dade886a0499960fa
(This method prompts the user for the ID Number of an employee that they wish to remove.)
[ { "docid": "2789125b6048a9028d83ce6b2077587e", "score": "0.65652937", "text": "public static int deleteEmp(ArrayList<Payroll> temp) { \n\t\tScanner keyboard = new Scanner(System.in);\n\t\tSystem.out.print(\"Please Enter the ID Number of an Employee That You Wish to Remove: \");\n\t\tboolean badInput = t...
[ { "docid": "5847e1740f891f1b7d50279249e839d7", "score": "0.6750613", "text": "public void showDeleteEmployee() {\n\t\tshowListEmployees();\n\t\t//Get Object with Surname and Prename\n\t\tSystem.out.println(\"Enter the Prename of the Person you want to delete: \");\n\t\tString prename = scanner.next();\n...
54244707b08668daa6d53d4db23a5119
Get the last called operation of the mobile business object
[ { "docid": "761e20e5992e925fbfc949a3ec42a715", "score": "0.6793774", "text": "public String getLastOperation()\n {\n if (!getCvpOperation().isNull())\n {\n com.sybase.afx.json.JsonObject cvpOperation = (com.sybase.afx.json.JsonObject)(com.sybase.afx.json.JsonReader.parse(__cv...
[ { "docid": "fecd5888df3d9ab68a2f649321a6674d", "score": "0.66084313", "text": "public Operation getLastOp() {\n\t\treturn ops.get(ops.size() - 1);\n\t}", "title": "" }, { "docid": "2cd9ab2fc931e7f1dbc2bdfd174e9857", "score": "0.64639616", "text": "public Call getCurrentCall();", ...
6abb376de7a54976c579d2827b2c5bdf
Processes a mouse button pressed event.
[ { "docid": "7d254454c82c4c5bebc3b3deb2dd59ac", "score": "0.0", "text": "public void pressMouse(float x, float y, int clickCount, \n boolean shiftDown, boolean altDown) {\n // Store the last coordinates of a mouse press\n this.xLastMousePress = x;\n this.yLastMousePre...
[ { "docid": "344b727314fd10404e0f1b8cf85eb22a", "score": "0.7594505", "text": "protected abstract void onMousePressed(int mouseX, int mouseY, int mouseButton);", "title": "" }, { "docid": "b36147e39e17453ca579655d67090640", "score": "0.75533515", "text": "public void mousePressed(Mous...
cf5b45eb0d1b03bb942e8dacdbdeb357
error checking and 2^x checking removed for simplicity.
[ { "docid": "0a9efd35273911a3f206cc8f4753570b", "score": "0.0", "text": "private static long nextLong(Random rng, long n) {\n long bits, val;\n do {\n bits = (rng.nextLong() << 1) >>> 1;\n val = bits % n;\n } while (bits-val+(n-1) < 0L);\n return val;\n ...
[ { "docid": "0ab33ae684e4773e4371e2c59073a3d6", "score": "0.6142129", "text": "long problem2() {\n long x = bisection(0, Long.MAX_VALUE / 10000); // ok for problem2\n // Don't really understand why the end values has to be different. Is it something with the rounding,\n // as we are ...
1c330711a5cb33773c244c8e5f27a8ab
Tests for canGetThere test same origin and destination
[ { "docid": "979a9f6ed9d60b9043ed375aedeeac43", "score": "0.64145756", "text": "@Test\n public void checkCanGetThere(){\n Boolean t1 = PathFinder.\n canGetThere(\"BOS\",\"BOS\",FlightSamples.deltaCycle);\n\n // test for route in lists of flights with cycle\n Boolean...
[ { "docid": "1f909036eb942a4cc14f97680ecffde9", "score": "0.6491185", "text": "boolean hasOrigin();", "title": "" }, { "docid": "98fc384774b011fed67842027d93e0f6", "score": "0.64138955", "text": "@java.lang.Override\n public boolean hasDestination() {\n return destination_ != null...
ee84653c3a116ca7cfb172b3c4da4235
optional .org.roylance.yaorm.Task task = 2;
[ { "docid": "afe8d0e6e733cb7ab73a694cffff8179", "score": "0.5835533", "text": "public org.roylance.yaorm.TestingModel.TaskOrBuilder getTaskOrBuilder() {\n if (taskBuilder_ != null) {\n return taskBuilder_.getMessageOrBuilder();\n } else {\n ...
[ { "docid": "fc392f6f0c76407ccae9fd5f97b39f13", "score": "0.8438026", "text": "org.roylance.yaorm.TestingModel.Task getTask();", "title": "" }, { "docid": "227d694f0b063b8d87b8379807b1a727", "score": "0.789859", "text": "org.roylance.yaorm.TestingModel.Task getNewTask();", "title"...
0faad721e5959efc3c1d7fb10ad2006f
Get the [idX_min, idY_min, idX_max, idY_max] boundary of a rectangle.
[ { "docid": "b5ee3d716d7e96ccaf7f6d68d13e13f9", "score": "0.6787559", "text": "public int[] getXYBoundary(MyRectangle rmbr) {\n int[] xyLB = getXYId(rmbr.min_x, rmbr.min_y);\n int[] xyRT = getXYId(rmbr.max_x, rmbr.max_y);\n return new int[] {xyLB[0], xyLB[1], xyRT[0], xyRT[1],\n (xyRT[1] ...
[ { "docid": "282eb2022ce48a059919d7c3fc7f34b6", "score": "0.75757515", "text": "Rectangle getBoundaries();", "title": "" }, { "docid": "f644a7100257e0567412388567ee5f6c", "score": "0.70628667", "text": "public MyRectangle getMbrOfBoundary(int[] xyBoundary) {\n MyRectangle leftBotto...
7794b92528882be6449a8702244d3e56
/ Fills the ListView with the mazes from the DB
[ { "docid": "9b0b794dfd4f5362799a5eede7da5e7a", "score": "0.7892968", "text": "public void populateListView() {\n mazeList = (ListView)findViewById(R.id.listViewMazes);\n AdminSQLite admin = new AdminSQLite(this, \"WumpusDB\", null, 5);\n SQLiteDatabase db = admin.getWritableDatabase...
[ { "docid": "c6c30d53eb4917b2c0f0c5fa1927792b", "score": "0.7014334", "text": "public void populateListView(){\n recordsList.getItems().clear();\n mod.clear();\n mod = db.getRowsData();\n removeDuplicates();\n //int oldId = -1;\n for(int i=0; i<mod.size(); i++){\...
f9e22be9e11a790945e1ae6ba05cc5b9
To send me a letter
[ { "docid": "244f5b61b1c59a231d35a2f7258b8de2", "score": "0.0", "text": "public static void main(String[]args) {\n myname();\n myaddress();\n printspace();\n //To check out a book\n myname();\n mystudentid();\n printspace();\n //Student Transcript\n...
[ { "docid": "5021a5b4d57e156a59d0de3527832e26", "score": "0.66484237", "text": "void sendText(String text);", "title": "" }, { "docid": "bd8ec72cb094f7d225317951d5dbaab8", "score": "0.651514", "text": "public void sendGameMessage(String text);", "title": "" }, { "docid": "...
0e55a7f77369b3d6784536f8cc2ccdef
Fetch the productTypeID of the policy currently being quoted, or an empty String if no product is currently being quoted.
[ { "docid": "3f34ce5733f3c6d37824142c5b4178ca", "score": "0.7350632", "text": "String currentProduct() {\n if (PageFlowContext.getPolicy() != null && PageFlowContext.getPolicy().getProductTypeId() != null) {\n return PageFlowContext.getPolicy().getProductTypeId();\n } else {\n ...
[ { "docid": "2d52b7d393e5f6396889eab5a43cf15a", "score": "0.6270312", "text": "public Integer getProductTypeId() {\r\n return productTypeId;\r\n }", "title": "" }, { "docid": "c53bb706837932653783cdf4e8bbaea1", "score": "0.60346127", "text": "public String getType() {\r\n\t\...
394e1c3830856cd4865d519553e4c1cb
adjust get current value of the given index, or NaN if not in the heap.
[ { "docid": "ac08bd7fb18ac9c4c867215fa0ae2aa8", "score": "0.0", "text": "public double getValue(int index)\n {\n return values[index];\n }", "title": "" } ]
[ { "docid": "d7dfe85a4b076410f937263ad6e44b9b", "score": "0.73763597", "text": "public void adjust(int index, double val)\n {\n CHECK(!Double.isNaN(values[index]));\n values[index] = val;\n heapGeneral.adjust(index);\n }", "title": "" }, { "docid": "840f1f2c961f4d34...
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": "f7ee0b11d8cd1bee6bc57d788c7901e4", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n tbl_vendors = new javax.swing.JScrollPane();\n ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.739095", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293f2...
12242fc7f602cb7bd9fb4480d482e6ef
The duration for the flip transition
[ { "docid": "084a00e5886eece99b52db72a5177d6c", "score": "0.0", "text": "public int getDuration() {\n return duration;\n }", "title": "" } ]
[ { "docid": "8c986495d3ce7bc304f87f6f57236a9c", "score": "0.6517042", "text": "int getFadeInDurationSeconds();", "title": "" }, { "docid": "feefa9e9e47fbdc2c883aab1a96db701", "score": "0.6503562", "text": "int getFadeOutDurationSeconds();", "title": "" }, { "docid": "feefa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7d68b3328e76c1822656ff2e6846ba1a", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n\n }", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
7a6938e384eccb8945cc23442ae78448
Check if out of Bound
[ { "docid": "c08a826447c48faaeeced6fdab7541f3", "score": "0.0", "text": "public static Boolean OutOfBound(double[] pos, double radius){\n double dist = Math.sqrt(pos[1]*pos[1]+pos[0]*pos[0]);\n return dist > radius;\n }", "title": "" } ]
[ { "docid": "c74d88a2441b2f0abeff85446e057b85", "score": "0.785126", "text": "public boolean outOfBounds();", "title": "" }, { "docid": "ccea0c0b1d810dff125411eb09338ee4", "score": "0.76750225", "text": "public boolean isBound() {\n return pos != -1;\n }", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "469462a5f8269c3a381cbd2805380979", "score": "0.0", "text": "@Override\n public void invalidate() {\n }", "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...
dbb8ccdf6bd9170b0a47b90ca642fa1e
Test of setNmarcos method, of class Colmenas.
[ { "docid": "b65e1d63ed665455bc1c55ce1518ba47", "score": "0.8137381", "text": "@Test\r\n public void testSetNmarcos() {\r\n System.out.println(\"setNmarcos\");\r\n int nmarcos = 0;\r\n Colmenas instance = new Colmenas();\r\n instance.setNmarcos(nmarcos);\r\n // TODO ...
[ { "docid": "99a0b2d2a18a820776c30ad0caca4d8f", "score": "0.7338399", "text": "@Test\r\n public void testGetNmarcos() {\r\n System.out.println(\"getNmarcos\");\r\n Colmenas instance = new Colmenas();\r\n int expResult = 0;\r\n int result = instance.getNmarcos();\r\n ...
ae203a0d394fd08ffca22c93b377368b
uint32_t UpdateFee_get_feerate_per_kw(const struct LDKUpdateFee NONNULL_PTR this_ptr);
[ { "docid": "dad136187ef5a5598dcc7c5f58baaa18", "score": "0.89729303", "text": "public static native int UpdateFee_get_feerate_per_kw(long this_ptr);", "title": "" } ]
[ { "docid": "92f07151bd91c7bd15e5187df5400f84", "score": "0.7758421", "text": "public static native void UpdateFee_set_feerate_per_kw(long this_ptr, int val);", "title": "" }, { "docid": "78127f3ee149b28472d83667e879f6b0", "score": "0.7424293", "text": "long getFee();", "title": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e43561398edd9bf84fa70b6337c229ad", "score": "0.0", "text": "@Override\r\n\tpublic void onHealthSport(final HealthSport arg0, HealthSportAndItems arg1) {\n\t\tif (arg0 != null) {\r\n\t\t\tmHandler.postDelayed(new Runnable() {\r\n\t\t\t\t@Override\r\n\t\t\t\tpublic void run() {\r\n\t\t\t\t\tsp...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ac4d27d4b1920ba89c921a96baa30e5d", "score": "0.0", "text": "@Override\n\tpublic void setApplicationLogger(ApplicationLogger applicationLogger) {\n\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...
946e97676d72dc5ad9bdcb69d6d37140
Map for storing messages.
[ { "docid": "0b307bd0645d2dc851b01c47537022b2", "score": "0.0", "text": "@Override\n public void doPost(HttpServletRequest req, HttpServletResponse resp)\n \t\tthrows ServletException, IOException {\n Map<String, String> messages = new HashMap<String, String>();\n req.setAttribute(\"m...
[ { "docid": "f09f89b2382098be8c234a0e2a42343e", "score": "0.6879249", "text": "public Map getMessageMap()\n\t{\n\t\treturn this.messageMap;\n\t}", "title": "" }, { "docid": "03e1b78a61e04b8e2e5eb9cde0e13a3f", "score": "0.6786957", "text": "public MapMessage() {\n/* 51 */ this.dat...
6c1312fd20b47bc264856bbe94030c1b
Copy Function to Copy file
[ { "docid": "d4e36d1c41cc45e783215e985666c172", "score": "0.6302751", "text": "public static void copy(File src, File dest) throws IOException {\n InputStream is = null;\n OutputStream os = null;\n try {\n is = new FileInputStream(src);\n os = new FileOutputStre...
[ { "docid": "289c3ebede5c53697fb29ce354182b81", "score": "0.7365414", "text": "@Test\n public void fileCopy() {\n check(_FILE_COPY);\n\n query(_FILE_WRITE.args(PATH1, \"A\"));\n query(_FILE_COPY.args(PATH1, PATH2));\n query(_FILE_COPY.args(PATH1, PATH2));\n query(_FILE_COPY.args(PATH2, PA...
44390927a55b6333aa25349378068e16
Get the response header associated with the given name. Header name matching is case insensitive. null will be returned if either headerName is null or there is no matching header for headerName.
[ { "docid": "1966ee997adb2358826bd9ae35f8ad5e", "score": "0.7895651", "text": "public Header getResponseHeader(String headerName) { \n if (headerName == null) {\n return null;\n } else {\n return getResponseHeaderGroup().getCondensedHeader(headerName);\n ...
[ { "docid": "c16a58963fb61cdc8066560a443c6047", "score": "0.7331038", "text": "public String getHeaderValue(String headerName)\n\t{\n\t\tList<String> values = this.headers.get(headerName.toLowerCase());\n\t\tif (values == null)\n\t\t\treturn null;\n\t\telse\n\t\t\treturn values.get(0);\n\t}", "title"...
0838179ee85d38710109378c1d5f6765
JUnitDoclet end class Constructor PolygonFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
[ { "docid": "12ecdc3b06adf2312675c7629287d440", "score": "0.8098582", "text": "public PolygonFigureTest(String name) {\r\n\t\t// JUnitDoclet begin method PolygonFigureTest\r\n\t\tsuper(name);\r\n\t\t// JUnitDoclet end method PolygonFigureTest\r\n\t}", "title": "" } ]
[ { "docid": "0df7658e868b80d66477547e75b74f5b", "score": "0.74031556", "text": "public PolygonFigure createInstance() throws Exception {\r\n\t\t// JUnitDoclet begin method testcase.createInstance\r\n\t\treturn new PolygonFigure();\r\n\t\t// JUnitDoclet end method testcase.createInstance\r\n\t}", "tit...
07002bb310e46aa3e096673cfb080a81
Moving up to the next world.
[ { "docid": "c589a1a218f1934a798787cf3e582a20", "score": "0.0", "text": "@Override\n public void worldPush(int worldIndex) {\n worldStartLevels[worldIndex] = currentLevel;\n if (worldIndex == worldStartLevels.length - 1) {\n worldStartLevels = Arrays.copyOf(worldStartLevels, (...
[ { "docid": "ccb762b45fdb3088ceddc658500ddb69", "score": "0.7403661", "text": "private void moveUp() {\n\t\tif(this.y_coord <= 0)\n\t\t\ty_coord = Params.world_height - 1;\n\t\telse\n\t\t\ty_coord--;\n\t}", "title": "" }, { "docid": "567367c44a433bb509e429c37c47022f", "score": "0.7212792"...
15e3b208ce6452be33bdee1755d2ef92
remove all table, need to be call when redraw the table
[ { "docid": "7cb7e74fea96ad3620e960b1162f0887", "score": "0.8080691", "text": "public void cleanAllTable(){\n tableLayout.removeAllViews();\n myDateTable.removeAllViews();\n myTimeTable.removeAllViews();\n if(textViewVector.size() > 0){\n for(int i=0;i<textViewVecto...
[ { "docid": "e039ac276f91d831e54fd36bcce36030", "score": "0.81513715", "text": "public void clearTable() {\n\t\tfor (int i = model.getRowCount() - 1; i > -1; i--) {\n\t\t\tmodel.removeRow(i);\n\t\t}\n\t}", "title": "" }, { "docid": "7f0c2796063241a31ae0a8b9e56334a2", "score": "0.80307627"...
662b9f4786375f1945340555e0608f0f
/ Do nothing. Just quit.
[ { "docid": "9bf4f787f097e42642584681ea8c0496", "score": "0.0", "text": "void cancelAnnotations() {\n setVisible(false);\n }", "title": "" } ]
[ { "docid": "4cca36953d30a61f2909a1327369acbf", "score": "0.819886", "text": "private static void quit()\r\n {\r\n System.exit(0);\r\n }", "title": "" }, { "docid": "c7ef3bc623e20a98feab1c77937dd249", "score": "0.7950625", "text": "public static void quit() {\n Sys...
e6c6fb57e88e063049bcb2243dc97b46
returns link of image of a required book
[ { "docid": "efc1ffe41190712b710d1efe9b84b827", "score": "0.6957195", "text": "public String getImageLink() throws NotFound{\n\t\t\n\t\tSystem.out.println(\"found:\"+tit.findFirst(\"<img>\").getAt(\"alt\"));\n\t\treturn tit.findFirst(\"<img>\").getAt(\"src\");\t\n\t\t\n\t}", "title": "" } ]
[ { "docid": "d3d35e861ba8dc96a174a998717606cc", "score": "0.75583696", "text": "public String getImageLink();", "title": "" }, { "docid": "29e64ac815be43e5fefb154668565a0e", "score": "0.7321874", "text": "protected abstract String imageLink();", "title": "" }, { "docid": "...
807708b3cb0579fa812bcc47cb7922fb
Nothing new in the OnClick routine except to point out that anything derived from View class (Even TextView) can work with the OnClickListener Interface.
[ { "docid": "ab1c786eb8d0e3306454616f573ae17c", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n Toast toast=null;\n switch(v.getId())\n {\n case R.id.state:\n toast = Toast.makeText(this /*Needs a Context*/, state.getText(), Toast.LENGTH_SHOR...
[ { "docid": "2dfedd77a281f4d4f9511bf8abc76c0a", "score": "0.7939952", "text": "public void onClick(View v) {\n\t\t\n\t}", "title": "" }, { "docid": "2dfedd77a281f4d4f9511bf8abc76c0a", "score": "0.7939952", "text": "public void onClick(View v) {\n\t\t\n\t}", "title": "" }, { ...
4028caba410effab2c556a033ab1cea9
defining the random range for salary between 1100 up to 2000
[ { "docid": "5bdc7124c05fd3ec4ecef28e50d9775a", "score": "0.65168524", "text": "@Override\n\t//Method to set a randomly salary for the employees that belongs to this class\n\tpublic void setCurrentSalary() {\n\t\tdouble currentSalary = 1100.00 + (int)(Math.random()*(2000.00));\n\t\tthis.currentSalary = c...
[ { "docid": "f620f65845a85b26ef273fbb641e20a0", "score": "0.6583085", "text": "private static int getRandomAge(){\r\n return r.nextInt(10)+1;\r\n }", "title": "" }, { "docid": "bb607a774ec5818e34e86c218646875e", "score": "0.6175842", "text": "public int getage(){\r\n return...
a7d216db0766fdfd2acd0e44f84c76ae
This function is called periodically during teleoperated mode.
[ { "docid": "ec1f3061fd55605f57ff8e10e187a6fe", "score": "0.7347114", "text": "@Override\n\tpublic void teleopPeriodic() {\n\t\tOI.refreshAll();\n\t\tScheduler.getInstance().run();\n\t\tlog();\n\t}", "title": "" } ]
[ { "docid": "4fdf8a5e743480f4b350e4aa6c3c2472", "score": "0.7996017", "text": "public void teleopPeriodic() {\n Scheduler.getInstance().run();\n drive.updateTeleop();\n sensor.updateTeleop();\n }", "title": "" }, { "docid": "1203ce6d3bc4c60706412fcfac74e8c2", "scor...
ed90fceba109dc045b03232e1cab77ca
/Feature Extractionby Mohsin System.out.println("audioByes size = " + audioBytes.length);
[ { "docid": "a565aa9d7abcb6e607c788be6521c992", "score": "0.59245265", "text": "public void FeatureExtractionAndMoodClassification(byte[] audioBytes, MyWeka weka, Date dateobj){\n\t\t DateFormat df = new SimpleDateFormat(\"dd/MM/yy HH:mm:ss\");\n\t\t List<WindowFeature> windowFeatureList = new ArrayLis...
[ { "docid": "155205bfca463424b01b7a7aab46aabc", "score": "0.62713796", "text": "public int size()\n\t{\n\t\treturn waveform.length;\n\t}", "title": "" }, { "docid": "808a41b69897039a1099e18f0a1f559e", "score": "0.6232171", "text": "public int getSampleLength()\n {\n return s...
39e559bc49aad833f06e2419c97d6ad6
float get_map_objects_max_refresh_seconds = 5;
[ { "docid": "42fe8d50ddbb808580bf775ec77822fe", "score": "0.7246655", "text": "public Builder clearGetMapObjectsMaxRefreshSeconds() {\n \n getMapObjectsMaxRefreshSeconds_ = 0F;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "61ba98be2e3d165e1eb2558dc344df9f", "score": "0.8309828", "text": "@java.lang.Override\n public float getGetMapObjectsMaxRefreshSeconds() {\n return getMapObjectsMaxRefreshSeconds_;\n }", "title": "" }, { "docid": "52cd419687d99c3aed71f1d089efa8dc", "score": "0.8171336", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "132aef9a87283d178da41f5d3614d94a", "score": "0.0", "text": "public Boolean getReser() {\n\t\t\r\n\t\treturn reservado;\t\r\n\t\t\r\n\t\t\r\n\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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d0eba49cfb4bbd81b213240f056a9345", "score": "0.0", "text": "public Boolean checkNecessaryProperty() throws Exception {\n\r\n\t\tif (this.isIdNull())\r\n\t\t\tthrow new Exception(\"*ERROR* no id (key:id) for crossSection\");\r\n\r\n\t\tif (this.isReferenceProfileNull())\r\n\t\t\tthrow new Exc...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
52799620dcbebfd75354de483894f690
add all requests from User to List
[ { "docid": "031c3caca35aed0852948565749d8ab0", "score": "0.59866124", "text": "public void addPickUp(RequestDTO request){\n\t\trequestList.add(request);\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "af014dd706d9a02e4c2cc3f4f687ef59", "score": "0.72514606", "text": "List<Request> fetchMyRequestList(String userId);", "title": "" }, { "docid": "583101ccdb02ddbd657080ebf73f18a8", "score": "0.68894476", "text": "@Override\r\n\tpublic List<Request> getAllRequest() {\n\t\tL...
3a5f1be1b8d76122570ddf12453f917b
Tells the social center that the current account is being signed out. This method does not take in or return any values.
[ { "docid": "4e0f37b6e094678d202b9ad5788945d2", "score": "0.57867754", "text": "public void signOut() {\n accountDisplayPage = new AccountDisplayPage(this);\n rootNode.getChildren().clear();\n rootNode.getChildren().add(signInPage.getNode());\n }", "title": "" } ]
[ { "docid": "23d46bbef819b2d60da44ea2eae97331", "score": "0.71790344", "text": "public void signOut();", "title": "" }, { "docid": "bedf015540794229cc5c540e5fff0c9c", "score": "0.7154327", "text": "@Override\n\tpublic void signOut() {\n\t\tthis.userAccessPair = null;\n\t\tthis.userRef...
cc6d65aca25e6ec875a735df4e2001ed
Returns numerical representation of progress
[ { "docid": "f96299f8b6e1f6ca0c725d0019d0e7c3", "score": "0.7330623", "text": "public float getProgressNum() {\n\t\tfloat dProgress = ((float) blackList.size()) / blockList.size();\n\t\tdProgress *= 100;\n\t\treturn dProgress;\n\t}", "title": "" } ]
[ { "docid": "4289e0c3fb05ece7d7f25181c628dde3", "score": "0.7917063", "text": "public double getProgress();", "title": "" }, { "docid": "a4f7c25b3ec244365afece5d06cc5545", "score": "0.7818555", "text": "float getProgress();", "title": "" }, { "docid": "6d16ec2aa4ce38a29e36...
b3583af14a2a606369947c4fe8aaa63d
/ renamed from: H
[ { "docid": "1dcb0e6482f6881574d70034d9375593", "score": "0.0", "text": "public int mo15760H() {\n return this.f7701y;\n }", "title": "" } ]
[ { "docid": "c2d0fdb65d28f8ab7f9b1a6ef8e9a65c", "score": "0.6140164", "text": "void mo72586h();", "title": "" }, { "docid": "1fc5b997f79276ab82159fb50dd0519e", "score": "0.6137375", "text": "public abstract void mo1285H();", "title": "" }, { "docid": "661f879fc33480a626034...
a5efa0407e85836fc9753192180e1c19
metodo ereditato dalla classe Object che permette di visualizzare le informazioni relative ad un oggetto di tipo CartaDiCredito
[ { "docid": "9855423f05781b93b3929d738ac309b6", "score": "0.78247577", "text": "@Override\n\tpublic String toString() {\n\t\treturn \"CartaDiCredito [nCarta=\" + nCarta + \", titolare=\" + titolare + \", dataScadenza=\" + dataScadenza\n\t\t\t\t+ \", cvc=\" + cvc + \", account=\" + account + \"]\";\n\t}",...
[ { "docid": "204b0c4b5a71606f8b115a92f2947a7a", "score": "0.7144819", "text": "public CartaDiCredito() {\n\t\t\n\t}", "title": "" }, { "docid": "8f2eec1fd3b6a39d9047bf38f6d0ce77", "score": "0.6635035", "text": "@Override\r\n\tprotected void aggiornaInfoElemento(CodiceClienteCorriere o...
a429c0d67a07240e8e651d3a2c16075b
Sets the specified keyvalue pair as the parameter in this parameter table. If a parameter with the specified key already exists, then replaces that parameter value with this new specified value. The null values are not allowed. If either the key or the value is null, this method will do nothing.
[ { "docid": "4b03aacf98922f4ecfc19f2543ad45d6", "score": "0.71533495", "text": "public void put(DsByteString key, DsByteString value) {\n if (key != null && value != null) {\n DsParameter param = find(key);\n if (param != null) {\n param.setValue(value);\n } else {\n addLa...
[ { "docid": "5b6e92e6a16852056c2c22083bdf2e30", "score": "0.7387918", "text": "public void setParameter(String key, Object value){\n\t\tif(this.parameters == null){\n\t\t\tinitParameters();\n\t\t}\n\t\tthis.parameters.put(key, value);\n\t}", "title": "" }, { "docid": "c9c6828043ad295e257cf45c...
944a1da6c44499b6ac3a4cb3d3f3ecd9
When pick images done, the image list would be updated. For existing images (files selected), their states would be cleared (say marked for deletion) if they are selected again
[ { "docid": "c446a48804f5a7f8ce8846629d43fde8", "score": "0.72463304", "text": "@FXML\n public void onPickImageAction(Event event) {\n\n List<File> files = App.openFileChooser();\n\n if (files == null) {\n return;\n }\n\n List<File> validImageFiles = ImageUtil.fi...
[ { "docid": "2eb64809e63e36e38bd58817954400dd", "score": "0.72313476", "text": "private void onImageFileListChanged() {\n\n // only allow 50 images, all remnant would be removed\n if (imageState.imageFileList.size() > imageState.maxImageFiles) {\n notification.notifyInfo(\"Only a...
ad596c7637e9d5877991e89722c83a4a
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see [Projects](/docs/overview/projects). repeated string include_project_ids = 3;
[ { "docid": "356222b9dc94b0687126eeda70eb82b7", "score": "0.76069444", "text": "public com.google.protobuf.ProtocolStringList getIncludeProjectIdsList() {\n includeProjectIds_.makeImmutable();\n return includeProjectIds_;\n }", "title": "" } ]
[ { "docid": "a6467f4eae18b44d4d326727f676111b", "score": "0.79087186", "text": "java.util.List<java.lang.String> getIncludeProjectIdsList();", "title": "" }, { "docid": "dee87fae4ce5ee87ed26b4956525c0cf", "score": "0.7638329", "text": "public com.google.protobuf.ProtocolStringList get...
cfc04960d506cb7314a24dd2b1a0a8d7
Getter method for rotationRate.
[ { "docid": "50ba4f9e2029d8c16c9284de0ed06c2f", "score": "0.862579", "text": "public final int getRotationRate() {\r\n return rotationRate;\r\n }", "title": "" } ]
[ { "docid": "46fd5e35174f45914de146e4fcf7ac34", "score": "0.7386282", "text": "public double getRotation() {\n return getDouble(\"ts\");\n }", "title": "" }, { "docid": "86c07dc1e228bdb310a30a3ce2a764ce", "score": "0.734255", "text": "public double getRotationalPeriod() {\n ...
8ba7a3205d3dc1d2fead08aceaee0423
Assert that a malformed ID errors as expected.
[ { "docid": "aa69eb569823b3d08d030ae22629ec5a", "score": "0.7870057", "text": "@Test\n public final void testGetMalformedId() throws Exception {\n Response r = getEntity(\"malformed_id\", HttpUtil\n .authHeaderBearer(IdUtil.toString(adminAppToken.getId())));\n\n assertErro...
[ { "docid": "79fefce1af3b525767bdc7fc36c69c0a", "score": "0.7361768", "text": "private static void validateID(String id) {\n }", "title": "" }, { "docid": "161762507130b7795492c362b8d7edb1", "score": "0.7154565", "text": "@Test\n public void itRaisesAnIllegalArgumentExceptionOnInv...