query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
0f38e7a52fcd8f025d8ad615612b5dc2
A template compiler is any type of transform which knows how to create a renderer from an image of bytes.
[ { "docid": "0038fdea8d65e92d2d8e959805bd4541", "score": "0.6217938", "text": "public interface TemplateCompiler extends Function<TemplateView, Renderer> {\n}", "title": "" } ]
[ { "docid": "074cd62222448613956ae50bb58551c2", "score": "0.59912163", "text": "Compiler compiler();", "title": "" }, { "docid": "426082bf1296d25c9371b6a7051d899d", "score": "0.5812911", "text": "public abstract String compile(Writer writer);", "title": "" }, { "docid": "e...
bcdca380f72cbe5021f3d7572153b99d
When using js proxy, there is no need to fetch JS bundle as proxy executor will do that anyway
[ { "docid": "f9d6428a908271e9138dbd45aab55243", "score": "0.68143255", "text": "private void reloadJSInProxyMode() {\n getDevServerHelper().launchJSDevtools();\n\n JavaJSExecutor.Factory factory =\n new JavaJSExecutor.Factory() {\n @Override\n public JavaJSExecutor create()...
[ { "docid": "5e2b1c1dd466ae7be73db8d5030c2d9d", "score": "0.5484634", "text": "protected void buildJsBridge() {\n\t\tJSObject win = (JSObject) browser.webEngine.executeScript(\"window\");\n\t\twin.setMember(\"nativeBridge\", this);\n\t}", "title": "" }, { "docid": "0eca8fe8638348147dd7b028cce...
c3a85bc48dc15ad46d188738cea5e001
Return an instance of the class being tested.
[ { "docid": "0fb76abb734f61d39d0bdba8820f273e", "score": "0.0", "text": "public DBSequence getFixture26()\n\t\tthrows Exception {\n\t\tif (fixture26 == null) {\n\t\t\tfixture26 = new DBSequence(\"\", \"\", \"\");\n\t\t\tfixture26.setCache(new Long(1L));\n\t\t\tfixture26.setCycle(Boolean.TRUE);\n\t\t\tfix...
[ { "docid": "af5e3b27ba8de7ee8d40a7d31ccba7c5", "score": "0.66984123", "text": "Class createClass();", "title": "" }, { "docid": "af5e3b27ba8de7ee8d40a7d31ccba7c5", "score": "0.66984123", "text": "Class createClass();", "title": "" }, { "docid": "af5e3b27ba8de7ee8d40a7d31c...
ea679778eb23d25438d13ddb2858ca68
Adds an eventnote to the Schedulable.
[ { "docid": "3ac24a1bd0848f90fa015504e44cfc61", "score": "0.7356695", "text": "void addEventNote(EventNote note)\n {\n if (!_schedule.contains(note)) {\n _schedule.add(note);\n java.util.Collections.sort(_schedule);\n }\n }", "title": "" } ]
[ { "docid": "76ecd9ce6cf24c15d16b3599a5751c55", "score": "0.7341607", "text": "public void addNote( Note n )\n\t{\n\t\tsuper.addEvent( n );\n\t}", "title": "" }, { "docid": "c73bdd9ce45161cf994d53623032f0af", "score": "0.7038139", "text": "public void addNote(Note n);", "title": "...
2364ca0ca3e01bc2c70463b63af8d32e
required .Polarx.ExecPlan.AnyPlan sub_read_plan = 1;
[ { "docid": "01f224b4759d2c3bfea4c9efebba8c8a", "score": "0.6201668", "text": "public com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan.Builder getSubReadPlanBuilder() {\n bitField0_ |= 0x00000001;\n onChanged();\n return getSubReadPlanFieldBuilder().getBuilder();\n }", "title"...
[ { "docid": "f7487dbb7bf0945a0ea6f3b2569e66b5", "score": "0.79502994", "text": "com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan getSubReadPlan();", "title": "" }, { "docid": "f7487dbb7bf0945a0ea6f3b2569e66b5", "score": "0.79502994", "text": "com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPl...
07fb7e12ae92f7ba7424b902f753d3b4
This method determines the state of the CRDT. If both the ADD and REMOVE sets are empty, then this is empty. Alternatively if the ADD set is s subset of the REMOVE set, this will also result in this indicating that there are no operations, resulting in this being an empty set.
[ { "docid": "a174921ac7c5ebd20031b042e3ff0138", "score": "0.6125053", "text": "public boolean isEmpty() {\r\n\t\treturn (this.getAddSet().isEmpty() && this.getRemSet().isEmpty()) || this.getOpsSet().isEmpty();\r\n\t}", "title": "" } ]
[ { "docid": "a8be48e67aa6e0a00a0840ebdca83957", "score": "0.6614944", "text": "private Collection<AbstractOperation> getRemSet() {\r\n\t\tif (null == this.remSet) {\r\n\t\t\tthis.remSet = new TreeSet<>();\r\n\t\t}\r\n\t\treturn this.remSet;\r\n\t}", "title": "" }, { "docid": "c376441fc75d91a2...
83a8ff245f9771d04acec3324cec10ef
Constructor will set the values and clear the hashmap.
[ { "docid": "bfd8be24ae7191d9ac6b77dc4b858ec6", "score": "0.0", "text": "public BuildOffices(int w, int h, int n) {\n W = w;\n H = h;\n N = n;\n dp.clear();\n grid = new int[W][H];\n\n for (int[] r : grid) {\n Arrays.fill(r,...
[ { "docid": "5c99eaf7a3d95ac7a59b483d8ffb4df7", "score": "0.7097421", "text": "public MyHashMap2() {\n Arrays.fill(hashMapValue,-1);\n }", "title": "" }, { "docid": "cb8d1ec939fd18ba112030afb4ad456d", "score": "0.7059216", "text": "public MyHashMap() {\n buckets = new...
765d94ffce816ba86552c132dc4db0ad
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
[ { "docid": "a5b246e4ea3e830214cb239186cb3f7c", "score": "0.7834061", "text": "public boolean isSet(_Fields field) {\n if (field == null) {\n throw new IllegalArgumentException();\n }\n\n switch (field) {\n case ID:\n return isSetId();\n }\n throw new IllegalSt...
[ { "docid": "1fb55d2567e06863f1655b52074e6494", "score": "0.78735036", "text": "public boolean isSet(_Fields field) {\n if (field == null) {\n throw new IllegalArgumentException();\n }\n\n switch (field) {\n case ID:\n return isSetId();\n }\n throw new IllegalStateException();...
41b44cd206b78424960ae0d7dbc9e417
Called when the activity is first created.
[ { "docid": "90878f9306322c98b8c1c4b643db2c70", "score": "0.0", "text": "@Override\n\tprotected void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.main_player_screen);\n\t\tsetUpViews();\n\t\t//Sets the adapter up in order to collect character...
[ { "docid": "4a5ad366261961360d1417411cb515b9", "score": "0.7725483", "text": "@Override\r\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\r\n\t}", "title": "" }, { "docid": "4a5ad366261961360d1417411cb515b9", "score": "0.772...
11f35116134c7fe4d00f5656adf53445
.particle.ctrl.InterfaceType type = 3;
[ { "docid": "d1cc8b21052ec59696a6d819722a53e6", "score": "0.58534414", "text": "io.particle.firmwareprotos.ctrl.Network.InterfaceType getType();", "title": "" } ]
[ { "docid": "533119a2d386a950ea83b985674bcc4e", "score": "0.639151", "text": "public interface ParticleEffect {\n\n void render(BlockMetadata metadata, JavaPlugin plugin);\n\n\n}", "title": "" }, { "docid": "686dbaf2b3f9c071c3b354f41f07b2f4", "score": "0.5918947", "text": "<T exten...
a63135fa60ea89f68f79b462a8b7f1ba
createAttribute using Strings to specify the Value, the AttributeType and the Action
[ { "docid": "10d87b8033ba932ba299917720783bff", "score": "0.74806386", "text": "public CNode createAttribute(String attribute, String value, String action) {\n\t\ttry {\n\t\t\treturn createAttribute(getEAttributeByName(attribute), value, Action.parse(action));\n\t\t} catch (ParseException e) {\n\t\t\tthr...
[ { "docid": "2dc741ac1c4bc9992bdaff66b8e52223", "score": "0.74196947", "text": "public CNode createAttribute(EAttribute attribute, String value, String action){\n\t\ttry {\n\t\t\treturn createAttribute(attribute, value, Action.parse(action));\n\t\t} catch (ParseException e) {\n\t\t\tthrow new RuntimeExce...
7f6f9f5c363ff7b353f821144262b279
Override super to do nothing.
[ { "docid": "d1cbf4475914dde30f98130a64b019ac", "score": "0.0", "text": "public void prepare() throws QueryException {\n // Do nothing.\n }", "title": "" } ]
[ { "docid": "3d81a6edf008f96df6bd5028f96c20ef", "score": "0.75488734", "text": "None() {\n // super(null);\n // no-op\n }", "title": "" }, { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7029211", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", ...
0d98bcb225968cea6cbd9b7b3abc97c7
optional string pkdrg5010 = 3;
[ { "docid": "61e5acc8bc375967080979d20b7a92eb", "score": "0.55251646", "text": "public Builder setPkdrg5010Bytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000004;\n pkdrg5010_ = value;\n ...
[ { "docid": "a3d935e8aa097f3456e586baed55fb14", "score": "0.71695954", "text": "java.lang.String getPkdrg5010();", "title": "" }, { "docid": "a3d935e8aa097f3456e586baed55fb14", "score": "0.7167585", "text": "java.lang.String getPkdrg5010();", "title": "" }, { "docid": "bca...
bc3c2ebe02d88845610e900847cdc61f
verify the required parameter 'name' is set
[ { "docid": "a1d3138f5b1cc04678e68f528af8f40b", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\n private com.squareup.okhttp.Call postSignDocumentValidateBeforeCall(String name, Signature signature, String storage, String folder, final ProgressResponseBody.ProgressListener progressListener, ...
[ { "docid": "03290876944b20623dbbef29a92ee1ae", "score": "0.7268442", "text": "public void checkName(String name) {\r\n\t\tif(name == null || name.isEmpty()) \r\n\t\t{\r\n\t\t\tthis.name = \"N/A\";\r\n\t\t}else \r\n\t\t{\r\n\t\t\tthis.name = name;\r\n\t\t}\r\n\t}", "title": "" }, { "docid": "...
acd9405719abec7d57a4bc58cc906218
Returns a new object of class 'Get Common Default Response'.
[ { "docid": "4e4b6a117bfe86ad270151ede33df7b7", "score": "0.91286147", "text": "GetCommonDefaultResponse createGetCommonDefaultResponse();", "title": "" } ]
[ { "docid": "d33098775a9d3caaaf9ffdfb9f937df6", "score": "0.7178482", "text": "GetCommonDefault createGetCommonDefault();", "title": "" }, { "docid": "20181ff4d7a2fc660c9bbc4142312581", "score": "0.6651834", "text": "private void setDefaultResponse(String defaultResponse)\n {\n th...
e9bd871d525bc111399e333fd333d50a
Gets the Ids of the messages in this conversation, across all folders in the mailbox.
[ { "docid": "0bbfe1e1013386fcf66b4d55bd47a491", "score": "0.5194203", "text": "public ItemIdCollection getGlobalItemIds() throws Exception {\n\t\treturn (ItemIdCollection)this.getPropertyBag().\n\t\t\t\tgetObjectFromPropertyDefinition(\n\t\t\t\tConversationSchema.GlobalItemIds); \n\t}", "title": "" ...
[ { "docid": "11ab5dbd8a62197e2eb3cb72db7de682", "score": "0.66123", "text": "public List<String> getMessageIds() throws Exception {\n List<String> messageIds = new ArrayList<String>();\n\n JSONObject request = getMessageListRequest();\n\n JSONArray messagesJsonArray = request.getJSON...
c76b50cd254e920df9ab6e3eebc1f923
Bridge method to change the labels for the default (static) price entries on the dialog that displays to an EU when an Order is first created.
[ { "docid": "bb502b3f923f0956717851ef1ce64e43", "score": "0.0", "text": "void changeButton(int buttonID, String PRICE_STRING);", "title": "" } ]
[ { "docid": "6145be38708caf888cbe218d2200df20", "score": "0.64127064", "text": "public void setLabels() {\n\t\tString tableLabelString = Integer.toString(order.getTableNum());\n\t\tString orderLabelString = order.getOrderedEntry().toString();\n\t\tString orderNumberLabelString = Integer.toString(order.ge...
3855bd9c4672e771d06f5e92f5b85a09
Returns the number of superusers
[ { "docid": "ebccee6047fee85796febdb5923cbc69", "score": "0.86808395", "text": "public int numberOfSuperUsers() {\n\t\tArrayList<AbstractUser> list = userDAO.getUserList();\n\t\tint count = 0;\n\t\t\n\t\tfor (AbstractUser u : list) {\n\t\t\tif (u instanceof SuperUser) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\...
[ { "docid": "094ea49bc2545334d6691d74cf46a2a4", "score": "0.70228475", "text": "int getAdminsCount();", "title": "" }, { "docid": "f18c10577eeaff75e0a8adfb7d5cd785", "score": "0.696147", "text": "public int getUserCount() {\n\t\treturn users.size();\n\t}", "title": "" }, { ...
497ce80c0194498f82be237057762380
The number of times this comment was edited.
[ { "docid": "3d67860962147cfea88e57f08532911e", "score": "0.69253594", "text": "public final int getEditCount() {\n return editCount;\n }", "title": "" } ]
[ { "docid": "d04e9732848823ebedba2433554dcfd5", "score": "0.7026862", "text": "public long getCommentsCount() {\n return this.commentsCount;\n }", "title": "" }, { "docid": "02057005e1226b39f4a04e058628e8da", "score": "0.7003216", "text": "public Integer getCommentCount() {\r\n ...
acea98a29a51d1bf5e2a336c9e2a3d67
This method was generated by MyBatis Generator. This method returns the value of the database column DTRUN1.ZC_FA_CARD.FA_ITEM_C06
[ { "docid": "92ed5e046da48e09933ef32ce70f0689", "score": "0.70074916", "text": "public String getFaItemC06() {\r\n return faItemC06;\r\n }", "title": "" } ]
[ { "docid": "7b5c93d7350974b9b9871aa9d9192a6a", "score": "0.6694939", "text": "public String getFaItemC05() {\r\n return faItemC05;\r\n }", "title": "" }, { "docid": "e2336ef41f496047bdd6a4cb6a57a6da", "score": "0.6463849", "text": "public BigDecimal getFaItemN06() {\r\n ...
de9ba8cc18414c9c450c72ecea5092c7
This method parses the status response and will pullout the url. Not sure of the content format has of yet but it is probably something like the following.
[ { "docid": "74375646b01ed509c0cecaa1a692859f", "score": "0.507322", "text": "private String parseBookUrl(String content){\r\n\t\tDocument document = XmlUtils.parseString(content);\r\n\t\tif (document == null){\r\n \t\t\t_bError = true;\r\n\t\t\treturn null;\r\n\t\t}else{\r\n\t\t\t//This book name shoul...
[ { "docid": "303db29abe19d87901e82ef960c741ee", "score": "0.6040491", "text": "@Override\n public void onResponse(String s) {\n\n try {\n JSONObject userOBJ = new JSONObject(s);\n int error_code = userOBJ.getInt(\"status\");\n ...
3952d3e602bf5dcaac5e9f91177fbb4c
Make sure the nonannotated class won't be accepted.
[ { "docid": "c9823285feeeb3168afe5cda6b1f8063", "score": "0.678234", "text": "@Test(expected = IllegalArgumentException.class)\n public void test_not_annotated_class() {\n new CommandMeta(ClassWithoutAnnotation.class);\n }", "title": "" } ]
[ { "docid": "c481d06fcdcfc5f8d2a81e97d90ae00b", "score": "0.6678884", "text": "public boolean canDetectUnlistedClassesInNonRoot();", "title": "" }, { "docid": "d2b74bad65615cfcd196a0c0f8f87026", "score": "0.655789", "text": "@Override\r\n\tprotected void checkSubclass()\r\n\t{\n\t}", ...
9a224cf0b76305250c03e17385598ea0
This method creates the DOM element for this feature and its children features
[ { "docid": "30a19dd7240784b0b5d371fb3a8b2328", "score": "0.6724244", "text": "public Element createFeatureIdeElement(Document doc) {\r\n\t\tElement e = null;\r\n\t\tString isAbstract = (String) getProperty(\"abstract\"); \r\n\t\t\r\n\t\tint numChildren = this.getChildCount();\r\n\t\t\r\n\t\t//Choosing w...
[ { "docid": "f767aa9c81725db23749e8686474c84f", "score": "0.5967797", "text": "@Override\n\t\t\tprotected FeatureTreeNode createNodes() {\n\t\t\t\treturn null;\n\t\t\t}", "title": "" }, { "docid": "ffe3cdaddd759eb8abdb2ac5cd9c225b", "score": "0.5809472", "text": "Elements createElemen...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8020ce61ed050d3bb3dc5b77a318fc17", "score": "0.0", "text": "@Override\npublic void onTestFailedButWithinSuccessPercentage(ITestResult result) {\n\t\n}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905785", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66777676", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
a6e45d6ceb22fb27caf9b342ce2673ac
Creates a NodeId based on the Id stored on the given HostNodeBuilder adding the NODE_PREFIX.
[ { "docid": "5f01ef30eb23212e5a1122d81dffe898", "score": "0.81567353", "text": "private static NodeId createNodeId(HostNodeBuilder host) {\n\t\treturn new NodeId(NODE_PREFIX + host.getId().getValue());\n\t}", "title": "" } ]
[ { "docid": "9aa897bde00bf064ec495c8cffe60593", "score": "0.6127607", "text": "public Builder setNodeId(int value) {\n \n nodeId_ = value;\n onChanged();\n return this;\n }", "title": "" }, { "docid": "aa64257f62b36fb5764833dd089a85b0", ...
5e5d685bb75ee9ca4af4d9177d651c42
Returns the name of the attribute, with first character capitalized.
[ { "docid": "e3e142fd17d52f5d1a2570201a09fda8", "score": "0.0", "text": "public String getJavaName()\n {\n StringBuilder buff = new StringBuilder();\n buff.append(Character.toUpperCase(getName().charAt(0)));\n buff.append(getName().substring(1));\n return buff.toString();\n...
[ { "docid": "522317e1c533aaba1320cc63eb24e76a", "score": "0.7520602", "text": "String getAttributeName();", "title": "" }, { "docid": "709d35360c594f1f49736226973ca1a2", "score": "0.7185862", "text": "public String getName() {\n String n=name.substring(0,1);//name.substring(1);...
1c82a988f20b5909e9f39c5323dbf5aa
/ / / / / / / / /
[ { "docid": "3c98cddfc1dabf3c13001e8a0009a3e9", "score": "0.0", "text": "public long getMaximumLong() {\n/* 247 */ return (long)this.max;\n/* */ }", "title": "" } ]
[ { "docid": "c5683a65c947d208ed2ae4a9711190a7", "score": "0.5488878", "text": "@Override\n public int getBlockLength(){ return 8*8 ; }", "title": "" }, { "docid": "8b063922be80ea6caacddec3bb6994f1", "score": "0.52900094", "text": "Orthopedic()\n\t{\n\t}", "title": "" }, { ...
25f1180edba6282e8d7c7479262e7642
A node that can be final.
[ { "docid": "21d2096c3d7d2eb9bd94e36f343f30e5", "score": "0.6418861", "text": "public interface NodeWithFinalModifier<N extends Node> extends NodeWithModifiers<N> {\n\n default boolean isFinal() {\n return hasModifier(FINAL);\n }\n\n @SuppressWarnings(\"unchecked\")\n default N setFina...
[ { "docid": "10ef216940afc9d5c33bb656d1c178b3", "score": "0.7400312", "text": "ActivityFinalNode createActivityFinalNode();", "title": "" }, { "docid": "7e37912ceb2a474d348aa944e2a43b4b", "score": "0.6645664", "text": "public void testCreateCompartmentExtractor_FinalNode() {\n ...
f4ed504640c4eadbb2b032d3c32ec5c0
This method was generated by MyBatis Generator. This method sets the value of the database column admin.loginid
[ { "docid": "17475f4104c55d78ae738b0499ae1697", "score": "0.5895479", "text": "public void setLoginid(String loginid) {\n\t\tthis.loginid = loginid == null ? null : loginid.trim();\n\t}", "title": "" } ]
[ { "docid": "a44eb990d5498e58aec74ce7642588c2", "score": "0.66657424", "text": "public void setAdminid(Integer adminid) {\n this.adminid = adminid;\n }", "title": "" }, { "docid": "323d70a56bd476a893bd67a394748a22", "score": "0.6584005", "text": "public void setLoginid(Strin...
15e5fd7a003779c1de4f13787b6a2d11
The identity of this peer. Similar to `Request.auth.principal`, but relative to the peer instead of the request. For example, the idenity associated with a load balancer that forwared the request.
[ { "docid": "d5aaca77a476dfbcd2a3067ece815b3e", "score": "0.57131356", "text": "public String getPrincipal() { return principal; }", "title": "" } ]
[ { "docid": "de22e08d5a0d7ccfa36ea72c578fa139", "score": "0.7005149", "text": "public final String getIdentity() {\n return this.identity;\n }", "title": "" }, { "docid": "55181ee8e4a5c11571e9505e147ea8f8", "score": "0.6550718", "text": "public String getIdentity()\n ...
42a840627d1d9dc5766c68cc67213a6d
Filters the records of the list by thru Date matching the given thruDate.
[ { "docid": "d8159089e45b61e3d8a8726b7814f360", "score": "0.78169453", "text": "public void filterByThruDate(String thruDate) {\n setFilter(SalesOrderLookupConfiguration.IN_THRU_DATE, thruDate);\n }", "title": "" } ]
[ { "docid": "58f95ea1e503b19ede64f7575900e883", "score": "0.5569376", "text": "void updateFilteredAgendaEventList(DateTime toDate, DateTime fromDate);", "title": "" }, { "docid": "8e658348f83e07a1d7d67150cc814af5", "score": "0.55469507", "text": "@Override\n\tpublic Journal filter(Dat...
96d85287a635e1060e25ffee7be7e315
This can be implemented in extending service to add validations to final object.
[ { "docid": "fcf841c81f317e9368f0c27c89c314e6", "score": "0.0", "text": "protected void checkEntityUpdate(Y objToSave) throws Exception {\n\n /* throws a exception if the object save shall not pass :D */\n\n }", "title": "" } ]
[ { "docid": "b00f3464d9a89f39226634cc3c61317c", "score": "0.7143217", "text": "@Override\n\tpublic void validate(Object obj, Errors errors) {\n\t}", "title": "" }, { "docid": "6040ea198301ebf440015d6fc879f69b", "score": "0.7142089", "text": "@Override\n protected void validate() {\...
ca618ec78cde2b140b45d48327604677
NOTE: This setting only works as a system parameter, not in a config file.
[ { "docid": "91b9397fdb1883fc474284cbd294dbe5", "score": "0.0", "text": "@JsonProperty\n\tpublic void setCertAlias(String certAlias) {\n\t\tthis.certAlias = certAlias;\n\t}", "title": "" } ]
[ { "docid": "212bfae4936d9d0a7eabbe4cf33200fc", "score": "0.62327725", "text": "public static void setSystemProperties() {\n }", "title": "" }, { "docid": "9490a17ff649d57ce110fd8b0893ed1c", "score": "0.6029557", "text": "SystemProperty createSystemProperty();", "title": "" }...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bf65d5244e184f44da2f4554868beb52", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void onSuccess(int statusId, JSONObject response) {\n\t\t\t\t\tsuper.onSuccess(statusId, response);\n\t\t\t\t\tLogUtil.i(\"ON SUCCESS API CONVO\");\n\t\t\t\t\tJSONUtil.processPostConversations(response);\n\...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
9fa87088b2fafd5ef3f6d9447b607552
/ renamed from: P
[ { "docid": "dec57a30d6240fa555d4b57abf9ddddd", "score": "0.0", "text": "public final int mo5744P(byte[] bArr) {\n return 0;\n }", "title": "" } ]
[ { "docid": "3e30483383f6ea0d9f0907d64eae6944", "score": "0.6089927", "text": "void mo24576P();", "title": "" }, { "docid": "af6d94f1361adacab069ab8ef269a951", "score": "0.60884315", "text": "@Override\n\tpublic void p3() {\n\t\t\n\t}", "title": "" }, { "docid": "929359621...
ced9ed5f75573e5963bf80e56462d0b6
Make this return true when this Command no longer needs to run execute()
[ { "docid": "5ab0d84adf17dc65bffa4988feba1675", "score": "0.0", "text": "@Override\n public boolean isFinished() {\n return false;\n }", "title": "" } ]
[ { "docid": "1ebe518475543c06b3b205f8d269e93e", "score": "0.73396105", "text": "@Override\r\n\tpublic boolean execute() {\n\r\n\t\treturn false;\r\n\t}", "title": "" }, { "docid": "f8ae50aea75575a7cbd12eb146909789", "score": "0.7086973", "text": "@Override\r\n\tprotected boolean needE...
430fb087deca2befda2ad5e1b59e89cb
Feature: Confidence getter for Confidence gets
[ { "docid": "c2e103d627f79f981c7e5a88edfc7f95", "score": "0.5297948", "text": "public double getConfidence() { \n return _getDoubleValueNc(wrapGetIntCatchException(_FH_Confidence));\n }", "title": "" } ]
[ { "docid": "ae385902d42a90956bacf218c5d27d5a", "score": "0.57586676", "text": "@Accessor(qualifier = \"lineOfBuisness\", type = Accessor.Type.GETTER)\n\tpublic LineOfBusiness getLineOfBuisness()\n\t{\n\t\tif (this._lineOfBuisness!=null)\n\t\t{\n\t\t\treturn _lineOfBuisness;\n\t\t}\n\t\treturn _lineOfBui...
1485f18ca8ec3f4bb8feac5cc9045115
Answer with the field f mapped to the supplied field name
[ { "docid": "f6847c0d0d38ae1b28000a053e3bb3e9", "score": "0.0", "text": "int getFieldNumberForName(final String fieldName) {\n if (!nameIndex.containsKey(fieldName)) {\n throw new NoSuchFieldError(fieldName);\n }\n return nameIndex.get(fieldName);\n }", "title": "" } ]
[ { "docid": "7865cb7af503480afb71ff426f7377a5", "score": "0.71041393", "text": "java.lang.String getFieldName();", "title": "" }, { "docid": "39f42afc431c1e861a9e5f25f56004cd", "score": "0.6943628", "text": "String getField();", "title": "" }, { "docid": "1ad32d813389f6398...
7ab4005864923f47d7c1b865f4ce6d09
Adds a new guest to the mDb including the party count and the current timestamp
[ { "docid": "38384cd612b5d1a878b91339bac5837d", "score": "0.0", "text": "public long createTrack(String startTime, String endTime, List<LatLng> path, int pathColor) {\n\n Track track = new Track();\n\n track.setStartTime(startTime);\n track.setEndTime(endTime);\n track.setPath...
[ { "docid": "ff4f5e319a6322682c3b3b37c4872f6a", "score": "0.62999487", "text": "public void addGuest(String name, String lastName, String email, String phoneNo, GuestOrigin go)\r\n\t{\r\n\t\tguestDb.addGuest(name, lastName, email, phoneNo, go);\r\n\r\n\t}", "title": "" }, { "docid": "faddbbef...
02e60b0562a818c93185f433158e4027
/ Performs an action based on the button pressed
[ { "docid": "1edea3d21943d9c2adcd123d7a88bee2", "score": "0.0", "text": "@Override\n\tpublic void actionPerformed(ActionEvent event) {\n\t\t// Allow user to choose a file to upload\n\t\tif (event.getSource() == upload) {\n\t\t\tint rValue = chooser.showOpenDialog(null);\n\n\t\t\tif (rValue == JFileChoose...
[ { "docid": "39f651a7fa56da65100822c343a81d03", "score": "0.7680712", "text": "public void buttonPress() {\n\t\torb.setOnMouseClicked(e -> myAttacks(\"ORB\"));\n\t\tcharm.setOnMouseClicked(e -> myAttacks(\"CHARM\"));\n\t\tfire.setOnMouseClicked(e -> myAttacks(\"FIRE\"));\n\t\tspirit.setOnMouseClicked(e -...
31ba1c2fb216db198f4d52aefa443948
True if has "IPAddress" element
[ { "docid": "ce03e30ff22f0ace5887812ff64a5d12", "score": "0.7909726", "text": "public boolean isSetIPAddress()\n {\n synchronized (monitor())\n {\n check_orphaned();\n return get_store().count_elements(IPADDRESS$8) != 0;\n }\n }", "title": "" } ]
[ { "docid": "724eac41f8cce4fa4092532af8b6f4c6", "score": "0.75711256", "text": "boolean hasIp();", "title": "" }, { "docid": "3737e0a5f8f865de60182e40d132b6a0", "score": "0.73626125", "text": "@Override\n\tpublic boolean isIPAddress() {\n\t\treturn false;\n\t}", "title": "" }, ...
d3a18b1eea7529e5d21bfc2f3578205c
Decreases the new number of students registered to the course by one.
[ { "docid": "65c2d62c292b8712fc21ac10e885e479", "score": "0.53270006", "text": "public void decRegistered() {\n\t\tthis.registered=new Integer(registered.intValue()-1);\n\t}", "title": "" } ]
[ { "docid": "aa488c2341572755fc18c6e233c4c4b2", "score": "0.6220404", "text": "public Student removeMax();", "title": "" }, { "docid": "9e5fe7f507d787c0f9a720514ffda78c", "score": "0.6164381", "text": "protected void decrementCount() {\n\t\t\n\t}", "title": "" }, { "docid"...
e46b0e6a4c288c8e43d566d896220ea6
Define el valor de la propiedad rutaDefecto.
[ { "docid": "ff051a4a0912947f74673c3601d03eea", "score": "0.545668", "text": "public void setRutaDefecto(short value) {\n this.rutaDefecto = value;\n }", "title": "" } ]
[ { "docid": "7476053b3b5b1dacbbfcd0db9d7756cc", "score": "0.5980288", "text": "public short getRutaDefecto() {\n return rutaDefecto;\n }", "title": "" }, { "docid": "dac95bde849175caaec106fdf4fe0c12", "score": "0.5980092", "text": "public void setRuta(java.lang.String param)...
17cb18d4ec70551e471f0ac60df46f86
optional .org.arbeitspferde.groningen.proto.ProgramConfiguration.JvmSearchSpace.Int64Range survivor_ratio = 18;
[ { "docid": "9865b9f413374aa130a445c1b8dfa948", "score": "0.62887627", "text": "private com.google.protobuf.SingleFieldBuilder<\n org.arbeitspferde.groningen.proto.GroningenConfigProto.ProgramConfiguration.JvmSearchSpace.Int64Range, org.arbeitspferde.groningen.proto.GroningenConfigProto.Progra...
[ { "docid": "384625ec8123a274e63663f2644fef1e", "score": "0.8302501", "text": "org.arbeitspferde.groningen.proto.GroningenConfigProto.ProgramConfiguration.JvmSearchSpace.Int64RangeOrBuilder getSurvivorRatioOrBuilder();", "title": "" }, { "docid": "8dea4d8ec3d8343f4d6071f39fbd3ebf", "score...
d5c09fb162f4f9d583f768ad640b171c
Called to set the color of a shape
[ { "docid": "b5b38271651c108005c3ebfb75a8d776", "score": "0.70728314", "text": "public void setColor(Color c);", "title": "" } ]
[ { "docid": "b77f900f633bb5e9c0492127b3f010af", "score": "0.7852315", "text": "protected abstract void updateShapeColor(Color color);", "title": "" }, { "docid": "8ef7e9a49ee4f286abcd04a7e37799a1", "score": "0.77199143", "text": "private void changeShapeColor(int r, int g, int b)\n\t{...
e0ff7e40ce39200d2b95bda9b8c5c39f
Gets the gene located in the position specified by index.
[ { "docid": "d3e65b06396744757171b6ff57333024", "score": "0.8534458", "text": "public Integer geneAt(int index) {\n\t\treturn genes.get(index);\n\t}", "title": "" } ]
[ { "docid": "512b37d60c4072fc98bbcdfa0b5e499a", "score": "0.7926415", "text": "public Integer getGeneAt(int index) {\r\n return state.get(index);\r\n }", "title": "" }, { "docid": "5ca9c4f2aaa5f051b1ed358aba681d7c", "score": "0.7042344", "text": "int getGene(int i) {\r\n ...
6af859160953df3a696bf11759d3660c
Exposed to child Activity so that showing service behavior can be modified as desired
[ { "docid": "86ea2784ab1874104cdfc0ed0f46efc8", "score": "0.0", "text": "public void setServiceForeground(boolean isForeground) {\n DataManager.on().setServiceForeground(isForeground);\n }", "title": "" } ]
[ { "docid": "85f61bbb4e7216cd22f42b68a7140698", "score": "0.6868607", "text": "@Override\n public void onStart(Intent intent, int startid) {\n }", "title": "" }, { "docid": "3ddd281056b7a9ad13ecc1e10544f8ce", "score": "0.6792494", "text": "@Override\n\tpublic int onStartCommand(...
15d2e80aea5886cbcbe3f91edfeb457a
$ANTLR end "rule__Model__ActionsAssignment_8" $ANTLR start "rule__Language__NameAssignment_0" InternalCsv.g:3693:1: rule__Language__NameAssignment_0 : ( RULE_ID ) ;
[ { "docid": "849bf9c46efb541a3251b14a86056b2d", "score": "0.804156", "text": "public final void rule__Language__NameAssignment_0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalCsv.g:3697:1: ( ( RULE_ID ) )\n //...
[ { "docid": "8a9599e62609a8f3460d19256f1e8719", "score": "0.72560227", "text": "public final void rule__OpenCSV__NameAssignment_2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalCsv.g:3727:1: ( ( RULE_ID ) )\n /...
1370025bbbc45cade57eab7ba26de0c2
Getter pour l'attribut checksum.
[ { "docid": "be540cf8f2286da2815ecad353386b1b", "score": "0.7980465", "text": "public String getChecksum() {\n\t\treturn checksum;\n\t}", "title": "" } ]
[ { "docid": "5db3707dc164d137aa977648fd74edd1", "score": "0.82610685", "text": "java.lang.String getChecksum();", "title": "" }, { "docid": "576d127c0376a40553f6b654c3918fae", "score": "0.81842524", "text": "public String getChecksum()\n {\n return checksum;\n }", "ti...
483f24f1ce261bcedbbd88cc5365f05d
Returns all the groups that are not a direct parent of the Group with id uGroupId. That is both groups that are indirect parents of the group or not at all parents of the group.
[ { "docid": "f11343b2d895cf7e7d13e45d8110ab7e", "score": "0.8381499", "text": "public Collection getNonParentGroups(int uGroupId) {\n \t\t// public Collection getAllGroupsNotDirectlyRelated(int uGroupId){\n \t\ttry {\n \t\t\tGroup group = this.getGroupByGroupID(uGroupId);\n \t\t\tCollection isDirectlyRel...
[ { "docid": "70888fbf0a86ba854f4c17f67796c854", "score": "0.82979417", "text": "public Collection getParentGroupsInDirect(int uGroupId) {\n \t\t// public Collection getGroupsContainingNotDirectlyRelated(int uGroupId){\n \t\ttry {\n \t\t\tGroup group = this.getGroupByGroupID(uGroupId);\n \t\t\tCollection ...
ab266a9717106b49a995dedc88f43492
cleaning up all zero Monoms from the polynom
[ { "docid": "4d3e0a3842dcd8326001a65edaf63de6", "score": "0.71512735", "text": "private void clean() {\n\t\tfor (int i = 0; i < arr.size(); ) \n\n\n\t\t{\n\t\t\tMonom m = arr.get(i);\n\t\t\tif (m.get_coefficient()==0) arr.remove(i);\n\t\t\telse\n\t\t\t\ti++;\n\t\t}\n\n\t}", "title": "" } ]
[ { "docid": "d31333c2abaa2f0db0f72dcf2a2fa57e", "score": "0.7049239", "text": "private void remove() {\t\t\t//remove the zeros monom from the polynom\n\t\tif(list.size()>1) {\t\t\t//if the polynom is just zero, do not remove him\n\t\t\tfor(int i=0; i<list.size(); i++) {\n\t\t\t\tif(list.get(i).get_coeffi...
bb79d306d8ef405aed2cfa45f0d36080
Gets the language. Language used to analyze the text.
[ { "docid": "5a38de78291f9885270ac554953118f9", "score": "0.7884798", "text": "public String getLanguage() {\n return language;\n }", "title": "" } ]
[ { "docid": "23a8a516a3fcba1df733ef5fd2346f5b", "score": "0.85091376", "text": "public String getLanguage() {\r\n if (!parsed) {\r\n parse();\r\n }\r\n return language;\r\n }", "title": "" }, { "docid": "f3d0077c0d8fbf12282e7eef6cbda439", "score": "0.839...
f8bdc32ea055ed9c98fbd01ab582679e
Crea una cláusula "MAX(maxField.sqlValue) < valueToCompare"
[ { "docid": "c573e4ad16bb6da05033cd15a392689b", "score": "0.62670815", "text": "public ConditionBuilder maxLess(Query maxField, double valueToCompare) {\n this.addConditionStatement(MAX, maxField.getStatementAsString(), LESS_OPERATOR, String.valueOf(valueToCompare));\n return this;\n }",...
[ { "docid": "61c2dc7547da2038c870345aa67a2caa", "score": "0.7168603", "text": "public ConditionBuilder maxGreater(String maxField, String valueToCompare) {\n this.addConditionStatement(MAX, maxField, GREATER_OPERATOR, valueToCompare);\n return this;\n }", "title": "" }, { "do...
8eb52556c9f03a0d9b240956bfbe6018
Service for working with departments.
[ { "docid": "95b5f0525a65e669ffa06677fb6a08d6", "score": "0.6936184", "text": "public interface DepartmentsService {\n /**\n * Adds new Department.\n *\n * @param newDepartmentDto Department to add.\n * @return Department DTO with new storage info.\n */\n DepartmentDto addNewDep...
[ { "docid": "3b76dad9775e67f61878edc38fba859e", "score": "0.7370478", "text": "List<Department> getDepartments();", "title": "" }, { "docid": "ac34e341ae9b9971c235c6c6e52f10df", "score": "0.73357373", "text": "DepartmentType getDepartment();", "title": "" }, { "docid": "eb...
3bbe32ee85610469a49a86061925a7e9
this method is used to convert the external representation of a seed into a seed object yacyCore.log.logFinest("genRemoteSeed: seedStr=" + seedStr + " key=" + key);
[ { "docid": "f623412d509dbf4cc5f8518194db2f34", "score": "0.7361813", "text": "public static yacySeed genRemoteSeed(String seedStr, String key) {\n if (seedStr == null) { return null; }\r\n final String seed = crypt.simpleDecode(seedStr, key);\r\n if (seed == null) { return null; ...
[ { "docid": "219afc345a0b5bf7151929be2f818e0c", "score": "0.61871886", "text": "public static yacySeed genLocalSeed(plasmaSwitchboard sb) {\n final Properties sp = System.getProperties();\r\n final String slow = \r\n sp.getProperty(\"file.encoding\", \"\") + \r\n sp.getProperty(\"...
f885e3ec34346f13010f3d6b28431eb8
Build call for listSearches
[ { "docid": "57be45f1d21ee1caa08e40c731777793", "score": "0.0", "text": "public com.squareup.okhttp.Call listSearchesCall(String owner, Integer offset, Integer limit, String sort, String query, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener...
[ { "docid": "b86399cd7f7f89888457bc1e314e126f", "score": "0.61647415", "text": "public static void searchList() {\n\n list.searchValue(getSearch());\n\n list.displayValues();\n }", "title": "" }, { "docid": "5c04c808355e08a4aaf4d116167b4de3", "score": "0.5988808", "te...
01327ac4f1234854be249fcbc57890cd
Use GetDelegationTokenResponseProto.newBuilder() to construct.
[ { "docid": "bc18ba0fc1a8ba8743b4da3de0e2a885", "score": "0.79094243", "text": "private GetDelegationTokenResponseProto(Builder builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "bd80099b5aebd765ba15843d3e15d957", "score": "0.667964", "text": "private GetDelegationTokenRequestProto(Builder builder) {\n super(builder);\n }", "title": "" }, { "docid": "03dc0724f977f325408b5c611c6d870b", "score": "0.64258945", "text": "private RenewDelegation...
6eb24511764ddf261389d0943ad588e7
Provide a suitable constructor (depends on the kind of dataset)
[ { "docid": "4b11bb6ef89e63ac757827545154ff0a", "score": "0.0", "text": "public StreetAdapter(Context c, List<Address> addresses, HomeFragment fragment) {\n this.addresses = addresses;\n this.inflator = LayoutInflater.from(c);\n this.fragment = fragment;\n this.c = c;\n\n ...
[ { "docid": "50061a59a18fa2814e69a5e23dedc038", "score": "0.6672366", "text": "public DataSet() {\n\tnumTrainExs = 0;\n\tnumTestExs = 0;\n\ttrainEx = new int[0][];\n\ttrainLabel = new int[0];\n\ttestEx = new int[0][];\n\tnumAttrs = 0;\n\tattrName = new String[0];\n\tattrVals = new String[0][];\n\tclassNa...
5311988ed2c0cde1a07a48d3154dfc54
/ method to sort element by price by descending way
[ { "docid": "2c1dddb29790ef433508dcef9e29531d", "score": "0.5552363", "text": "public int compare(PrintedProduct p1, PrintedProduct p2) {\n\t\treturn p1.getPrice()>p2.getPrice() ? -1 : p1.getPrice()==p2.getPrice() ? 0 : 1;\n\t}", "title": "" } ]
[ { "docid": "b132390cf99ac00dbd7b50e81c156d7a", "score": "0.7069705", "text": "private void sortingByPrice() {\n\t\tif (!isInSearchMode) {\n\t\t\tlistToSort = MobicartCommonData.productsList;\n\t\t\tsortPrice(listToSort);\n\t\t} else {\n\t\t\tObject[] listToSort1 = LocalSearchEtTextWatcher.searchedList;\...
e0ce428b9a3a6bd1d8cb22e0a7daa0e8
Merges actors of this network. Note that for this transformation to work properly, actors must have been classified and normalized first.
[ { "docid": "5884e28eb48b6900109890ba096df111", "score": "0.7287164", "text": "public void mergeActors() throws OrccException {\n \t\tnew ActorMerger().doSwitch(this);\n \t}", "title": "" } ]
[ { "docid": "e2c6cdc05fbb3d74dca9307a5db53ddf", "score": "0.6569776", "text": "public void normalizeActors() throws OrccException {\n \t\tfor (Actor actor : getAllActors()) {\n \t\t\tnew ActorNormalizer().doSwitch(actor);\n \t\t}\n \t}", "title": "" }, { "docid": "fdd5420a0a83d2f4ebee4dc0cfe3...
08c26bfe4806bb021e2e6724dfe9a722
Instantiates a new drive import resource.
[ { "docid": "1d7441da36194941cf848f63d1d4e98b", "score": "0.7616657", "text": "public DriveImportResource() {\n super(null);\n }", "title": "" } ]
[ { "docid": "efd284367973111e3502a85f017e98e8", "score": "0.7193063", "text": "public DriveImportResource(String filePath) {\n super(filePath);\n }", "title": "" }, { "docid": "0233b5980e99e1b832efcece2156de2b", "score": "0.613442", "text": "public ImportDescriptorImpl() { }", ...
b959e0514f128fafbfc22bb00a243371
JPA Method Proxy List findByAddressCity(String city); jpql
[ { "docid": "b24c94bb4b5fd970bb03aed735c635d7", "score": "0.78888786", "text": "@Query(\"From Student where address.city=:city\")\n List<Student> getByAddressCity(String city);", "title": "" } ]
[ { "docid": "585d5a39994396d6062c9eaaa9c6d46e", "score": "0.72775775", "text": "List<City> findAll();", "title": "" }, { "docid": "138b9ba85fccd0f503ee11906310410b", "score": "0.7116198", "text": "City findByCityName(String cityName);", "title": "" }, { "docid": "225975c9d...
1882bb06f69782902c632a4d0955df43
if the intake is connected
[ { "docid": "2e3cba4bf9a54708db1fb8ad1a910ae0", "score": "0.0", "text": "@Override\r\n\tpublic void actionPeriodic() {\n\t\tif(robot.intakeEnabled) {\r\n\t\t\t//set defined power\r\n\t\t\trobot.intake.set(ControlMode.PercentOutput, power);\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "7037b01105b9e68f58fd9eb621391661", "score": "0.74030906", "text": "boolean isConnected();", "title": "" }, { "docid": "7037b01105b9e68f58fd9eb621391661", "score": "0.74030906", "text": "boolean isConnected();", "title": "" }, { "docid": "7037b01105b9e68f58fd9e...
270df792c9dcae238458a6dece5ac04b
Compare spreadsheets based on their row lists, would would in turn rely on comparing rows against rows.
[ { "docid": "0537d648439a81dabe85d815804fbb9b", "score": "0.57938176", "text": "@Override\n public boolean equals(Object rhs)\n {\n \tSpreadsheet other = (Spreadsheet)rhs;\n \t\n \t\n return other.getRows().equals(rows);\n }", "title": "" } ]
[ { "docid": "d06725672fca4f36d0d760915cbfbc37", "score": "0.59039676", "text": "private boolean CheckResultsEquality(IEnumerable<DataTable> results) {\n int rowCount = -1;\n int columnCount = -1;\n for(DataTable result : results)\n {\n if (rowCount == -1) {\n ...
250035a5a500132ea33725d71ff9232e
$ANTLR end "rule__Function__Group__8__Impl" $ANTLR start "rule__Function__Group__9" ../at.mcreiseii.jpas.ui/srcgen/at/mcreiseii/jpas/ui/contentassist/antlr/internal/InternalJPas.g:1268:1: rule__Function__Group__9 : rule__Function__Group__9__Impl ;
[ { "docid": "136018c13433cd72ea1e2d90410ad2ca", "score": "0.80632305", "text": "public final void rule__Function__Group__9() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../at.mcreiseii.jpas.ui/src-gen/at/mcreiseii/jpas/ui/cont...
[ { "docid": "96fd54eeaf80901e8ce7dfdedab60dbb", "score": "0.76889384", "text": "public final void rule__Function__Group_9__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalIoTParser.g:3189:1: ( rule__Function__Group_9__1_...
222c26dc5ccd191b0aa21df6510de21a
This method will be invoked when user click android device Back menu at bottom.
[ { "docid": "01618c74616b11baeea0411876b28b4c", "score": "0.0", "text": "@Override\n public void onBackPressed() {\n String iceStr = editIceText.getText().toString();\n Intent intent = new Intent();\n intent.putExtra(\"return_message\", iceStr);\n setResult(RESULT_OK, inten...
[ { "docid": "a767a1606f1a51b89b9f6b0dec91f31a", "score": "0.84091747", "text": "public void onBackPressed() {\r\n bottom_menu.onBackPressed();\r\n }", "title": "" }, { "docid": "7af913ba59f2c8d0ff6c4e4c25cd14d6", "score": "0.81513405", "text": "@SuppressLint(\"MissingSuperCa...
e081f397b0dc5ea1ff9cbb6198651f2d
The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.
[ { "docid": "59740604abe166e32aac91dff3c03c96", "score": "0.0", "text": "public AuthenticateOidcActionConfig withSessionCookieName(String sessionCookieName) {\n setSessionCookieName(sessionCookieName);\n return this;\n }", "title": "" } ]
[ { "docid": "a3ebab34d809d6cc3883932c8116b3ac", "score": "0.75851905", "text": "public String getSessionCookieName() {\n return sessionCookieName;\n }", "title": "" }, { "docid": "5cb42bcace48599b4077becfafa24bf3", "score": "0.7438502", "text": "public String getSessionCooki...
288803dba6fc61212bf9c039d3143d0b
Emit an influence for the given agent.
[ { "docid": "3db562efb0f0efcfb3e9f377da68ed2a", "score": "0.68350327", "text": "void influence(float influenceTime, Influence influence);", "title": "" } ]
[ { "docid": "05c950f028ff4fb02c33acdcb0b682c4", "score": "0.5758419", "text": "@Override\n public void stoodOnBy(Agent agent) {\n agent.collideWith(this);\n }", "title": "" }, { "docid": "a01a5ba55a79e26d9c33de7cd4df2ad6", "score": "0.55930954", "text": "public void updat...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "ce2d2fb437131962620e01980ab050c7", "score": "0.0", "text": "private View m122481a(int i, ViewGroup viewGroup) {\n return LayoutInflater.from(viewGroup.getContext()).inflate(i, viewGroup, false);\n }", "title": "" } ]
[ { "docid": "63c88e93d133305f54c8551d230ea06a", "score": "0.64404553", "text": "public interface ac {\n /* renamed from: a */\n void mo2056a();\n}", "title": "" }, { "docid": "9bd329a1296b1cb6493058f77c2da42b", "score": "0.62276983", "text": "public interface C3957a {\n /...
e9c8dc9e6a45ef7e8097b92ff334495c
Instantiates a new notification.
[ { "docid": "e9307564b985511f940f1ed6ee2a3f66", "score": "0.7747177", "text": "public Notification() {\n }", "title": "" } ]
[ { "docid": "fe32ab3940fb52ecf751545b4c8081bf", "score": "0.80674046", "text": "public Notification() {\n super();\n type = Type.NOTIFICATION;\n }", "title": "" }, { "docid": "f0f9ad818b7c24c71d539504f5302b65", "score": "0.79488766", "text": "private void createNotifi...
7f76fa23e20d258ef92af2a0f7e90407
Resets the list of shapes and moves to the original lists and resets the time in the animation.
[ { "docid": "2c8fdb56139e9faa7bc322895a8cdf23", "score": "0.6083041", "text": "private void initialize() {\n curTimeInSec = 0;\n this.allShapes = this.getOShapes(oShape);\n animationPanel.updateModel(oShape, 0);\n t.restart();\n }", "title": "" } ]
[ { "docid": "38fccac71be9198513cbb1478952aed7", "score": "0.77212936", "text": "public void reset()\r\n {\r\n shapesList.clear();\r\n }", "title": "" }, { "docid": "e32b07548242029a2db31818ded61700", "score": "0.7681271", "text": "public void reset() {\n shapesList...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "002f2d0c911557c25d729a9701807515", "score": "0.0", "text": "@Override\r\n\t\tpublic void mouseExited(MouseEvent e) {\n\t\t\t\r\n\t\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
43cbc060c9ea94fb5fa2be90f969f082
This method was generated by MyBatis Generator. This method sets the value of the database column HF_hy_17.t11_b1_2_xfmax
[ { "docid": "22804464955f8b5a0384468232e361bb", "score": "0.62855196", "text": "public void setT11B12Xfmax(Float t11B12Xfmax) {\r\n this.t11B12Xfmax = t11B12Xfmax;\r\n }", "title": "" } ]
[ { "docid": "a8ed98f959ce0249ef44b4840a495100", "score": "0.62602025", "text": "public void setMaximum(int paramInt) {\n/* 898 */ getModel().setMaximum(paramInt);\n/* */ }", "title": "" }, { "docid": "ae9d855eb7999ce8a01ee1b9cb66e762", "score": "0.6041757", "text": "public...
4a895a663f0a37e588ec225ea9036966
Ignore all the bytes read so far and empty the buffer.
[ { "docid": "bd01cd5f95f1f4c329f9bbdfa113d3b7", "score": "0.69711316", "text": "public void clear() {\r\n\t\t_myBufferLast = 0;\r\n\t\t_myBufferIndex = 0;\r\n\t}", "title": "" } ]
[ { "docid": "36836be9d8fc829360c7b1518cc915ab", "score": "0.7470717", "text": "public void emptyBuffer() {\n\t\t\n\t}", "title": "" }, { "docid": "2dd9376a6c8dbfc7d6a39bfc25501b2c", "score": "0.70397526", "text": "public void clear() {\n\t \tsynchronized(readMx) {\n\t \t\treadBu...
c80ea033b3a1170e4c9e1164fc1535d1
Method to facilitate "misusing" this class to sanitize data coming over the network
[ { "docid": "644e3437a7ade0c54044d65ec035306e", "score": "0.592354", "text": "public String sanitize(final String value) {\n if (LangUtils.isBlank(value)) {\n return value;\n }\n String result = getPolicy().sanitize(value);\n if (isDecodeHtml()) {\n resul...
[ { "docid": "b0ed9306380b35951c141263a0152414", "score": "0.6704374", "text": "public String sanitize() throws UnsupportedEncodingException {\n return processSanitization(true).toString();\n }", "title": "" }, { "docid": "9bacf29e3a673ef860497a06795339d7", "score": "0.62364227",...
ffd2db9bf207413ff635a8c64e708a78
/ Place the trap at the given position on the grid. row: The row to place the trap on, starting at 0. col: The column to place the trap on, starting at 0.
[ { "docid": "47b6631cd3fc94cb6ceace817d14fd69", "score": "0.7338449", "text": "public void placeOnGrid(int row, int col) {\n this.row = row;\n this.col = col;\n double xPos = Game.convertColToBaseX(col);\n xPos += 0.5*((1.0 * Game.WORKING_BASE_WIDTH / Game.COLS) - getWidth());...
[ { "docid": "ecc4308fefcd30b656c0e2f1e69d6a7b", "score": "0.6349638", "text": "public void makeTrace(int row, int col) {\n\t\tif (isOpen(row, col)) {\n\t\t\tboard[row][col] = TRACE;\n\t\t} else {\n\t\t\tthrow new OccupiedPositionException(\"row \" + row + \", col \" + col + \"contains '\" + board[row][co...
747d9c2546329adec7ca00d2e0ae1fdd
Creates a new script provider.
[ { "docid": "b09f6438a99d4929d086af2de0925b74", "score": "0.56447244", "text": "public ScriptProvider() {\n super(Constants.EPSG, PREPARE, \"Tables.sql\", \"Data.sql\", \"FKeys.sql\", FINISH);\n }", "title": "" } ]
[ { "docid": "8286c3e70dcfc9b45c1feed7835b67ea", "score": "0.5696954", "text": "public abstract Script newScript(App app, String text);", "title": "" }, { "docid": "a89f8ce15751a05d1f960fe6f00d174e", "score": "0.5632166", "text": "public PluginTool createTool();", "title": "" }, ...
5f92e4cd9fcfe4d14e1f64ecdf892d3b
string tripId = 4;
[ { "docid": "3b4e707e41850aef112faf300a816bff", "score": "0.0", "text": "public Builder clearTripId() {\n\n tripId_ = getDefaultInstance().getTripId();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "568a545155ee5e92a9e8f7ee80f6edeb", "score": "0.7563983", "text": "String getTripId();", "title": "" }, { "docid": "8fc66531c08fe1442aee8761d5142778", "score": "0.6772", "text": "public Trip(){\n tripId = 00000;\n }", "title": "" }, { "docid": "dd609b...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "0d5a035e7bd1db788c28834e26809aef", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState\n ) {\n view = inflater.inflate(R.layout.fragment_drawer, container, false);\n ...
[ { "docid": "9889cfe738b7e9b399fedfcc374cd8be", "score": "0.6940545", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.fragment_feed, parent,...
274af45963e355bf40008a1f4f6ce163
Create a new RestCallException with an exception message.
[ { "docid": "24b2ed2bc06cc628d6a461a2da036fd3", "score": "0.6686677", "text": "public RestCallException(String message, URI uri, String resultString, int resultCode) {\n super(message);\n this.uri = uri;\n this.resultString = resultString;\n this.resultCode = resultCode;\n ...
[ { "docid": "6b73cc4869187d374528cca32cc38c29", "score": "0.66925293", "text": "public RestException(String msg) {\n\t super(msg);\n\t }", "title": "" }, { "docid": "042987be9b13091107c1117f7c66ac2f", "score": "0.64662653", "text": "public APIResponseException(String message) {\n ...
d164781709ff04d5d970d161e2da6671
no perm check, anyone can see any warning/ban/kick
[ { "docid": "d51165b9a9a2b8716c26916aa67330d5", "score": "0.0", "text": "@Override\n\tpublic void onCall(JDA jda, Guild guild, MessageChannel channel, User invoker, Message message, List<String> args) {\n\t\t\n\t\tif (args.size() != 1) {\n\t\t\tchannel.sendMessage(failsyntax).queue();\n\t\t\treturn;\n\t\...
[ { "docid": "9248fe851348fa3ba1a224abcf5c48e1", "score": "0.7243531", "text": "private static void permissions(){\n\t\t\n\t}", "title": "" }, { "docid": "b1c7cc551f68e20f296229ec075567f4", "score": "0.67744607", "text": "@Override\n\tpublic void checkPermission(Permission perm) {\n\t}...
0fb6fd238b4a09a3cb2081830ef38c47
This API is used to query streaming events. Note: This API can filter by IsFilter and return the push history.
[ { "docid": "c2252fb9da089c7a9207801c9e2aebbc", "score": "0.48336223", "text": "public DescribeLiveStreamEventListResponse DescribeLiveStreamEventList(DescribeLiveStreamEventListRequest req) throws TencentCloudSDKException{\n JsonResponseModel<DescribeLiveStreamEventListResponse> rsp = null;\n ...
[ { "docid": "471dfe021529841a82a1bcb38b717b0c", "score": "0.5892552", "text": "@Util\r\n public static ArrayList<models.eventstream.Event> getHistorical(EventTopic et) throws IOException, MalformedSparqlQueryException {\r\n // Creates an Event Cloud Management Web Service Client\r\n \...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2c642ddcde890f73d4d18db6f2a8e841", "score": "0.0", "text": "@Override\n\tpublic List<ProductFormVO> getKitchenStockProductsByPagination(ProductFormVO formVO)\n\t\t\tthrows SQLException, Exception {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6840622", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6566127", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", "...
01055e0af5d13a0dda00bb5f34a1bc2a
Returns the singleton Java color provider.
[ { "docid": "c30d6f1bbe1daf850832a027ec7c9b62", "score": "0.8069108", "text": "public JavaColorProvider getJavaColorProvider() {\n if (fColorProvider == null)\n fColorProvider = new JavaColorProvider();\n\n PreferencesInitializer.initialize(fColorProvider);\n return fColor...
[ { "docid": "c3bd9bc893f675d10fb950a9d4c7c1d5", "score": "0.6732243", "text": "public static ColorManager get() {\n\n\tif (pm == null) {\n\t pm=new ColorManager();\n\t Color c=Color.rgb(255, 10,0, 1);\n\t float f=pm.floatFromColor(c);\n\t Color c2=pm.colorFromFloat(f);\n\t return pm;\n\n\t...
52097f5b8c16fe2786daf310b19d44e1
if (bi == null) throw new NullPointerException("bi1 is null"); if (bi2 == null) throw new NullPointerException("bi2 is null");
[ { "docid": "bb13c877dd58f539a659e38922da12fa", "score": "0.0", "text": "public static BufferedImage blendHysi(BufferedImage[] bi, double weight) {\n\n\t\tint width = bi[1].getWidth();\n//\t\tif (width != bi2.getWidth()) throw new IllegalArgumentException(\"widths not equal\");\n\n\t\tint height = bi[1]....
[ { "docid": "423f0b8d8d2ba102565460506ca12446", "score": "0.5752099", "text": "private void checkRep() {\n assert left != null;\n assert right != null;\n }", "title": "" }, { "docid": "ae8b00c4e23a04b48fede8125ab40582", "score": "0.5710582", "text": "private boolean i...
036dc632c434ffe7d29fccf2d6071642
This method was generated by MyBatis Generator. This method returns the value of the database column app_status.status_type
[ { "docid": "63f1bd374721ac929bfd11aa480761f5", "score": "0.75625443", "text": "public String getStatusType() {\n return statusType;\n }", "title": "" } ]
[ { "docid": "258dece23e72846180b8d33c613e254c", "score": "0.75751257", "text": "public String getStatusType() {\r\n return statusType;\r\n }", "title": "" }, { "docid": "2925083ffe04d668af8bcb3855b95c5f", "score": "0.6891172", "text": "public String getStatusTypeName() {\r\n...
81fdad896ff66ee78506ce0e3b1cf1e3
Coordinate frame, as defined by MAV_FRAME enum in mavlink_types.h. Can be either global, GPS, righthanded with Z axis up or local, right handed, Z axis down
[ { "docid": "5b6be0472cb8f3e6ecc7ba5da4b0bcce", "score": "0.0", "text": "public void frame_SET(@MAV_FRAME int src)\n { set_bits(- 0 + src, 4, data, 208); }", "title": "" } ]
[ { "docid": "306392771c295d033137db2ad2cbb26e", "score": "0.6186863", "text": "public RMPoint getFrameXY() { return isRSS()? getFrame().getOrigin() : getXY(); }", "title": "" }, { "docid": "6a63f9db8823218471d4ec0e07c4625b", "score": "0.5694893", "text": "public float getPosition(){\...
c70c40b8c9e06be5ce603605398a91a1
Converts map element into a Date or returns the current date if conversion is not possible.
[ { "docid": "2f46c9d09496fcf5dabc0d8b8f7e31da", "score": "0.48946026", "text": "public ZonedDateTime getAsDateTime(String key) {\n\t\treturn getAsDateTimeWithDefault(key, null);\n\t}", "title": "" } ]
[ { "docid": "66beedcd72103238775731c68a44bc82", "score": "0.56409836", "text": "Date getDate( final String key, final Date defaultValue ) ;", "title": "" }, { "docid": "419bf0acf2b2e0b6d0ebbdf63014a8f4", "score": "0.5529209", "text": "public Map<Date, String> getMap();", "title": ...
dd7fcaafb6fea457c12e8fdfcf4b8866
Load the specified genes (genesToBeLoaded_) from the annotation file
[ { "docid": "cc2d343df0f377421ff6a174179973bb", "score": "0.76364845", "text": "public LinkedList<Gene> loadAnnotation(File genesToBeLoadedFile) {\n\t\t\n\t\t// Load the set of genes to be considered\n\t\tloadGenesToBeLoaded(genesToBeLoadedFile);\n\t\t// Load the specified genes from the annotation\n\t\t...
[ { "docid": "4190cf82d312e678c4aa82f5b247965c", "score": "0.74917424", "text": "public void loadGenesToBeLoaded(File file) {\n\t\t\t\t\n\t\t// Return if no gene file was specified (all genes from the annotation will be loaded)\n\t\tif (file == null)\n\t\t\treturn;\n\n\t\tgenesToBeLoaded_ = new HashMap<St...
56ea07b00cd4b08bb87a4c04887d1cc6
Test case number: 58 /Coverage entropy=0.5004024235381879
[ { "docid": "8f0281f6aac572284c0d312d73f1f576", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test058() throws Throwable {\n int[] intArray0 = new int[8];\n Label label0 = new Label();\n MethodWriter.getNewOffset(intArray0, intArray0, label0);\n assertEquals(8, intAr...
[ { "docid": "7d99c3d84d6525e7048774bb0c237e52", "score": "0.7279862", "text": "@Test(timeout = 4000)\n public void test090() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluatio...
6f77e5e1113521c5507057a5f666d403
Answers whatever the active question is. Removes the active question, sets it as answered and no longer answerable, and sets the next question in the category as answerable.
[ { "docid": "4d300df0286d463c9349af64c8471557", "score": "0.70042145", "text": "@Override\n public final void answerActive(final boolean correct) {\n final GameQuestion question = this.activeQuestion;\n this.activeQuestion.answer(correct);\n // this.activeQuestion = null;\n\n ...
[ { "docid": "1d08e425d5c490b688a1aa03e03831fa", "score": "0.58122164", "text": "@Override\n public final GameQuestion getNextActiveQuestion(final GameQuestion question) {\n final String category = question.getCategory();\n final int index = this.userData.getBoard().get(category).indexOf(...
b4ccd15225b67cd61cf488448cf41d4c
pulls the numbers out of a string
[ { "docid": "40c5287e176e2b4e3fb330cc8cdc863c", "score": "0.76768553", "text": "public static String getNumbersFromString(String str){\n int beg = 0;\n int end = 0;\n boolean start = false;\n for ( int i = 0; i < str.length(); i++){\n if( Character.isDigit(str.charA...
[ { "docid": "2ac73ec9fb060adcc4bff14b215d9b16", "score": "0.7401123", "text": "public static String extractNum(String str) {\r\n if (str == null || str.isEmpty()) {\r\n System.out.println(\"No number found\");\r\n return \"0\";\r\n }\r\n StringBuilder sb = new S...
b4d1a2e74c510463ceb96d9661294c4a
Failed to read value
[ { "docid": "d1a897a6296952b0526dc6e9445efdf1", "score": "0.0", "text": "@Override\n public void onCancelled(DatabaseError error) {\n Toast.makeText(ActivityRanking.this,\"error\",Toast.LENGTH_SHORT).show();\n }", "title": "" } ]
[ { "docid": "86c332e2f6b369aeb5627fbe8eb3426f", "score": "0.62884605", "text": "public Integer getValue() throws Exception;", "title": "" }, { "docid": "6f3cf49dcb109acd6df7888471c38bdd", "score": "0.6230544", "text": "@Override\n public void onC...
543e6e71436c59aeb6f247a8983ce85e
Run the WatsAgentCommand getCommand() method test.
[ { "docid": "2ab9d7c8e9c2ed55ae49c3801994d2ec", "score": "0.68174535", "text": "@Test\n public void testGetCommand_1()\n throws Exception {\n AgentStopRequest fixture = new AgentStopRequest();\n fixture.setCommand(WatsAgentCommand.kill);\n fixture.setId(1);\n\n W...
[ { "docid": "ca561dee08512dfdcda1f64f399a5c85", "score": "0.6094711", "text": "public void doCommand(String [] args);", "title": "" }, { "docid": "0fd49de551fca3a2f6edf4b32385a33d", "score": "0.59709626", "text": "String getCommand();", "title": "" }, { "docid": "ab3beab35...
7874090b835c17c39091220537d48cd3
Send rating email to people in the same class
[ { "docid": "167739a9c8f40d082b2a62105c5cef76", "score": "0.7743062", "text": "public void sendRatingEmail(int globalCourseID, String userRated);", "title": "" } ]
[ { "docid": "a7e2198d10479e2a4544c907ddf6ea29", "score": "0.67234355", "text": "private void sendMailForRating(String email, String activityName, long activity_id){\r\n User user = userRepo.findUserByEmail(email);\r\n if (user == null) throw new NullPointerException(\"User with this email was not f...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cc4a03597f434934a2b03eeeece4c4b5", "score": "0.0", "text": "@Override\r\n\tpublic ArrayList<dtilist> selectBydtiname(String dtiname) {\n\t\t\t\tResultSet rs;\r\n\t\t\t\tArrayList<dtilist> list = new ArrayList<dtilist>();\r\n\t\t\t\tConnection conn = db.getConnection();\r\n\t\t\t\tString sql ...
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
9de87222ca04b24a618250186017bad0
Game is over when all balls are down
[ { "docid": "10d295d95c808a6a7d56cd281be89d54", "score": "0.64283013", "text": "public boolean isGameOver() {\r\n\t\treturn !getCurrentPlayingSpace().isBallsLeftOnTable();\r\n\t}", "title": "" } ]
[ { "docid": "dc5642d03304bca50717eb87d101a21f", "score": "0.72502136", "text": "@Override\n public void update() {\n super.update();\n\n //check if ball is out\n checkBallOutTopBottom();\n checkBallOutLeftRight();\n }", "title": "" }, { "docid": "81be249edab6...
fa4f140ed36c6eb70fae2918d9324857
Get the AmazonSQSInputNodeUDN "Queue" property
[ { "docid": "103747cb6f015014069a8e666a958ffe", "score": "0.87920827", "text": "public String getQueue() {\n\t\treturn (String)getPropertyValue(AmazonSQSInputNodeUDN.PROPERTY_QUEUE);\n\t}", "title": "" } ]
[ { "docid": "5d813a07dc1d16c35649d0e0bab72058", "score": "0.74614334", "text": "public AmazonSQSInputNodeUDN setQueue(String value) {\n\t\tsetProperty(AmazonSQSInputNodeUDN.PROPERTY_QUEUE, value);\n\t\treturn this;\n\t}", "title": "" }, { "docid": "87997b94b246fe3c579c95c62d6a6518", "scor...
2312c3d13635302ae7f864ca0363ebc2
Used to show all dosage details to client View.
[ { "docid": "08d8a42ae17b3be4c5c66e09972d519e", "score": "0.5911201", "text": "@RequestMapping(value = Constants.DISPLAY_URL, produces = { Constants.JSON,\n\t\t\tConstants.APP }, consumes = Constants.JSON, headers = Constants.JSON_CONFIG, method = RequestMethod.GET)\n\tprivate @ResponseBody String getAll...
[ { "docid": "4e7f9edf953a3916fd3d0dbe2bb05a4e", "score": "0.72453266", "text": "@Override\r\n\tpublic void viewAllDetails() {\n\t\t\r\n\t}", "title": "" }, { "docid": "17b68335ea61c2bf9e24b49b6f899930", "score": "0.6440694", "text": "@Override\n\tpublic void showDetails() {\n\n\t}", ...
3a7e9e9024dade5068e2104e1cd250f0
Gets the MONO value for this CodexCDX.
[ { "docid": "493a417313f884bc00853e311400f6c3", "score": "0.7124507", "text": "public java.math.BigInteger getMONO() {\n return MONO;\n }", "title": "" } ]
[ { "docid": "40a0f3f6887ae96e81ad1e04fee91955", "score": "0.62955767", "text": "public int getMonos() {\r\n return monos;\r\n }", "title": "" }, { "docid": "25743cd8075612fce2f2b744d9bd4c43", "score": "0.5847209", "text": "public void setMONO(java.math.BigInteger MONO) {\n ...