query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
e8f1ab08c47f2afb16f24ad993d95458
Close all sockets, unregister users.
[ { "docid": "7ee7a001efb6f9418bf8ba0ccc8bcd62", "score": "0.0", "text": "@Override\n public void stop(Future<Void> done) {\n Observable.fromIterable(registrations.values())\n .flatMapCompletable(reg -> {\n Completable unreg = reg.consumer().rxUnregister();\n ...
[ { "docid": "27a8a667879731c9e018cf1b227c95d9", "score": "0.7015462", "text": "private void closeSockets() {\n try {\n stdIn.close();\n socketIn.close();\n socketOut.close();\n }\n catch (IOException e) {\n e.printStackTrace();\n }\n...
07b2d31979697553a00f7090e38ad55a
Retorna los datos del atleta.
[ { "docid": "88d0a6d04c9cf5ac59630543b9d88b76", "score": "0.6837569", "text": "public String retornarDatosAtleta()\r\n {\r\n return gNombre + \" \" + gNacionalidad + \" \" + gTiempoAtleta;\r\n }", "title": "" } ]
[ { "docid": "9c65598d31a653a53512cb0696fd6957", "score": "0.7465485", "text": "private void cargarAtletas()\n {\n //Datos provisionales para pruebas\n ArrayList<Atleta> atletas;\n atletas = new ArrayList<>(BaseDeDatos.getDataBase(getApplication()).dao().obtenerAtletas());\n ...
a90a432020bf6e95fdb77633936b5d7d
set false if move is made
[ { "docid": "04e84fecd6c221f9695568d151b5dd62", "score": "0.0", "text": "public King(Player player) {\n super(player);\n canCastle = true;\n }", "title": "" } ]
[ { "docid": "2682fd43b30c17d4bcc887af46f4974c", "score": "0.8425991", "text": "@Override\n public boolean move() {\n return false;\n }", "title": "" }, { "docid": "3281a50f9977658b496d4e975829a7b7", "score": "0.78881955", "text": "public boolean isMove() {\n\n...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "e46d0633570c5dadb7aa885412728cd3", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel1 = new javax.swing.JLabel();\n jScroll...
[ { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.73191524", "text": "public Form() {\n initComponents();\n }", "title": "" }, { "docid": "2901c5027f800c57f8efe188557aec1f", "score": "0.7290383", "text": "public MainForm() {\n initComponents();\n }", ...
ec126c3999e289194c7b067f12993ac8
Find the _Fields constant that matches fieldId, or null if its not found.
[ { "docid": "6571889befc666218a5c4331246b80a6", "score": "0.75619715", "text": "public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 1: // NAME\n return NAME;\n case 2: // PROPERTY_DEFINITIONS\n return PROPERTY_DEFINITIONS;\n case 3: /...
[ { "docid": "5de58f05df813aa08edeab24d8477068", "score": "0.78818446", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n default:\n return null;\n }\n }", "title": "" }, { "do...
98650ccbef63a4a20ed8bdd9efe99d40
Get context from instrumentation registry firstly
[ { "docid": "f12a8349de4b837fd49eb1e16931ad00", "score": "0.0", "text": "@Before\n public void setUp() throws Exception {\n mContext = InstrumentationRegistry.getInstrumentation().getTargetContext();\n\n // Then apply the theme on the context\n mContext = new ContextThemeWrapper(m...
[ { "docid": "7b26c414a47fb48a16eabc3a996aeb22", "score": "0.63628787", "text": "private Context getContext() {\n return context;\n }", "title": "" }, { "docid": "7b26c414a47fb48a16eabc3a996aeb22", "score": "0.63628787", "text": "private Context getContext() {\n return...
9813e0291cfc85801a82ddd9814fa19d
removes node form the front of the dequeu
[ { "docid": "dd2289d3aaec2331df88d087b014c89b", "score": "0.7244352", "text": "public T removeFromFront(T newEntry){\n\t\r\n\tT front = getFront(); // sets get front equel to the front \r\n\t\t\tassert head != null; //makes sure the head is not pointing to null\r\n\t\t\thead = head.getNextNode();//has th...
[ { "docid": "eb7d190845eb63451e9643b709613299", "score": "0.7647887", "text": "@Override\n public Object dequeue(){\n Node toBeRemoved = first;\n first = first.next;\n length--;\n if(first == null){\n first = null;\n }\n return toBeRemoved.getValue(...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cefc4bcb934e059aad2b2041630746ec", "score": "0.0", "text": "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\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...
04902eaa729f7229d2e9aaa326480286
How to invoke? Use the following general command: java $(javaArgs) x10.lang.Runtime $(x10Args) ClassName $(x10AppArgs) / } line 45
[ { "docid": "fc5a7dc99080a69fddfb04c16560736c", "score": "0.0", "text": "public RayTracerMain() {\n \n//#line 45\nsuper();\n }", "title": "" } ]
[ { "docid": "e499d94d63081d1ded26c3fd77ba3fff", "score": "0.74777365", "text": "public static void main(java.\n lang.\n String[] args) {\n \tif (x10.lang.Runtime.runtime == null) {\n \t\tSystem.err.println(\"Please use the 'x10' script to invoke X10 programs, or see the generated\");\n ...
fa6bf450968ff604922a459665226557
/ Directory of the data file and output file name
[ { "docid": "70f268cddcf47dd162b982a503a3bd47", "score": "0.545108", "text": "public void writeHTML( String dataFileDir, String outputName ) {\n\t\ttry {\n\t\t\t\tFile output = new File( dataFileDir, outputName + \".html\" );\n\t\t\t\tBufferedWriter writer = new BufferedWriter( new FileWriter(output) );\...
[ { "docid": "ff4dc9d9d74fabbf4a5c9cd1fc4dfe6c", "score": "0.64688224", "text": "@VTID(30)\r\n java.lang.String dataFile();", "title": "" }, { "docid": "2061f5448bbbab569e43609033f80a3a", "score": "0.6454614", "text": "public static File indexFileName(File data) {\n return new Fi...
57eb70c020d92e631ab92ae04435cbfe
If the bound view wasn't previously displayed on screen, it's animated
[ { "docid": "3c0c6e76e86b0f8cecf426fd254bc909", "score": "0.0", "text": "private void setAnimation(View viewToAnimate) {\n Animation animation = AnimationUtils.loadAnimation(context, android.R.anim.slide_in_left);\n animation.setDuration(700);\n viewToAnimate.startAnimation(animation...
[ { "docid": "23673a39414ffb51e585a55b198c19f5", "score": "0.6600061", "text": "@Override\n\t\t\t\tpublic void onAnimationStart(Animation arg0) {\n\t\t\t\t\tbookView.setVisibility(View.GONE);\n\t\t\t\t\tExUtility.debug(\"XIA\", \"3\");\n\t\t\t\t\t//mSurfaceView.setVisibility(View.VISIBLE);\n\t\t\t\t//Subj...
b9b99b0a8103d2e4a0645522e9fb493c
si tienen la misma fecha y lugar es el mismo entrena
[ { "docid": "cda67d25c56c4768b02627e1bbeb33ab", "score": "0.0", "text": "@Override\n\tpublic boolean equals(Object obj) {\n\t\t\tif(obj instanceof Entrena){\n\t\t\t\tEntrena ent=(Entrena) obj;\n\t\t\t\tif(fecha==ent.fecha && lugar.equals(ent.lugar)){\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\t\t\t\t\n\...
[ { "docid": "b6212b274429af580eca9486362fb4f8", "score": "0.6892379", "text": "private boolean validarDatos()\n {\n \n if(jdcFechaInicio.getDate()==null)\n {\n mostrarMensaje(JOptionPane.ERROR_MESSAGE,\"Error\",\"Debe ingresar una fecha de inicio de la tarea\");\n ...
054fa85a5483962876a675a03a5d09e8
|| Element type : ignoredependency isComplexType: false maxOccurs: isAttribute: false ||
[ { "docid": "ac14da190696fa6e94b9ae279a17d480", "score": "0.0", "text": "public EjbLocalRefType<T> ignoreDependency()\n {\n childNode.getOrCreate(\"ignore-dependency\");\n return this;\n }", "title": "" } ]
[ { "docid": "1bcc3e3a76d831cd0335fed84b42b705", "score": "0.6197905", "text": "public boolean isAnnotationTypeElement() {\n\t\t\t\treturn false;\n\t\t\t}", "title": "" }, { "docid": "4ced694fb5ba77f4e923bf97bec2a712", "score": "0.61567265", "text": "int getElemType();", "title": "...
076f6434dd73e6b03e9d0ee4f1d4f967
The main function checks whether a database configuration is valid.
[ { "docid": "d625592bb9b5074698c290c0b8911c37", "score": "0.5928112", "text": "public void checkDbConfig(DatabaseConfig dbConfig,\n boolean isInvalid,\n boolean doSync)\n throws Exception {\n\n /*\n * masterFail and replicaFa...
[ { "docid": "5051fd34b7177639cb5fba1e01682774", "score": "0.6629392", "text": "private void checkDatabaseConfigurations(Set<OpDatabaseConfiguration> configurations)\r\n throws OpInvalidDataBaseConfigurationException {\r\n for (OpDatabaseConfiguration dbConfig : configurations) {\r\n i...
96c8db097b5b484fd2fe5e6720f3ea78
The last modification timestamp of the entry in the source system. .google.protobuf.Timestamp modify_time = 7;
[ { "docid": "57c8ac34acff82ff61603be62acc422f", "score": "0.8122285", "text": "com.google.protobuf.TimestampOrBuilder getModifyTimeOrBuilder();", "title": "" } ]
[ { "docid": "ce79bad229029e44916a950ee11ae919", "score": "0.8512919", "text": "com.google.protobuf.Timestamp getModifyTime();", "title": "" }, { "docid": "6083dbf9dc780ac14030920ea2c419cf", "score": "0.77392447", "text": "com.google.protobuf.Timestamp getModifiedAt();", "title": "...
fbfb88d075a081db9fafbec14fc6de48
Return your input value for the PID loop e.g. a sensor, like a potentiometer: yourPot.getAverageVoltage() / kYourMaxVoltage;
[ { "docid": "3c4a726c002633460b4e83d282968621", "score": "0.6691263", "text": "protected double returnPIDInput() {\n return NAVX_ahrs.getYaw();\n }", "title": "" } ]
[ { "docid": "4d26e75d4b27ffe622cc75200dac2608", "score": "0.81551063", "text": "protected double returnPIDInput() {\n \treturn pot.getAverageVoltage();\n }", "title": "" }, { "docid": "3bd2c61f3c48640f3cb8706f276aa13f", "score": "0.75161713", "text": "@Override\n\tprotected doub...
7c04fd468cf695b1dac90ad04e40240b
Puts a object into the map. If the key is null, it doesn't put a value at all. If there is already a mapping, the existing value is overwritten.
[ { "docid": "6c809041ce489510b3a8e301a35ae95e", "score": "0.6984253", "text": "@Override\n public V put(K key, V value) {\n if(key == null) {\n return null;\n }\n Object o = putHash(key, key.hashCode(), value);\n return o == null ? null : (V) o;\n }", "tit...
[ { "docid": "57c05ce1daa7591d7a2132621e97e273", "score": "0.7599667", "text": "public Object put(Object key, Object value);", "title": "" }, { "docid": "c6afbddb24779bea65f6f4e009bd3f9a", "score": "0.75141317", "text": "@Override\r\n\tpublic Object put(Object key, Object value) {\n\t\...
b140250936e0f42ab1f6783971df38e2
Returns a hash code value for this object. Autogenerated by Intellij.
[ { "docid": "452cfe4cfadf5ce2569dcc1f766826b0", "score": "0.0", "text": "@Override\n public int hashCode() {\n int result = starredSessions != null ? starredSessions.hashCode() : 0;\n result = 31 * result +\n (feedbackSubmittedSessionIds != null ? feedbackSubmittedSessionI...
[ { "docid": "ee7e6e6abdcbf89cac75b5edae1fcd67", "score": "0.7624587", "text": "public int getHash() {\n return hash_;\n }", "title": "" }, { "docid": "ee7e6e6abdcbf89cac75b5edae1fcd67", "score": "0.7624587", "text": "public int getHash() {\n return hash_;\n }", "ti...
7a15300d624d5561ef9f1362bb44b75c
ignore if out of bounds
[ { "docid": "ad3d6cf3116780783c32ba6c973caaf1", "score": "0.0", "text": "public void updateMap(int col, int row) {\n if (col < 0 || row < 0 || col >= getCols() || row >= getRows())\n return;\n\n Cell cell = getCell(col, row);\n\n if (cell.isDoor() || cell.isLocked() || cel...
[ { "docid": "41f6394adf4be3a830b7d1ce8b7393ad", "score": "0.7103583", "text": "private static boolean checkOutOfRange(int index, int boardDimension)\n {\n \treturn index > (boardDimension - 1) || index < 0;\n }", "title": "" }, { "docid": "023732f6c90a88c5ab5f297f4d1dba2a", "scor...
8a2f72c6694b3effdbd94fc1098c520d
auths not ready at this time
[ { "docid": "a1b1840b586b599acf66f569c6b410f8", "score": "0.0", "text": "@ApiOperation(value = \"/get_all_Task/{listid}\", httpMethod = \"GET\", notes = \"special search that gets all values of Task\", response = Task.class)\r\n\t@ApiResponses(value = { @ApiResponse(code = 200, message = \"The request wa...
[ { "docid": "5e2f80546214004bcb7d43035079c89e", "score": "0.6962978", "text": "private void authenticate() {\n startActiveTask();\n mAuth.signInAnonymously().addOnCompleteListener(new OnCompleteListener<AuthResult>() {\n @Override\n public void onComplete(@NonNull Task...
d9ca1ac19f9fe209fae13cf4083b892f
Note: you will implement this method as part of Task 2. This method takes a pattern string, which may contain ? and/or characters as well as lowercase letters, and will attempt to find any keys in the trie that match the pattern. This method prints the keys of each matching key.
[ { "docid": "1a429f65505c467ea002fd6d60cb1ba7", "score": "0.0", "text": "public void match(String pattern) {\n matchHelper(this, pattern, \"\");\n }", "title": "" } ]
[ { "docid": "bf6550ba911bf4512fbe252d705de66c", "score": "0.57684845", "text": "public Set<String> search(String key) {\n\t\tSet<String> foundNodes = new LinkedHashSet<>();\n\t\tif(Objects.isNull(key) || key.isEmpty()) {\n\t\t\tfoundNodes.add(root.key);\n\t\t\treturn foundNodes;\n\t\t}\n\t\tnodesFound.cl...
e439c977da54327cd623279ca9930d8e
Closes the communication with FG.
[ { "docid": "2905115c83e9c9bc5f66014cb30e482e", "score": "0.0", "text": "public void disconnect() {\n stop = true;\n t.interrupt();\n }", "title": "" } ]
[ { "docid": "4eb58150d68013b7e6a3cdc694f12128", "score": "0.7181192", "text": "public void close() {\n try {\n in.close();\n } catch (IOException e) {\n System.out.println(Thread.currentThread().getName() +\n \" - unable to close socket input channel...
ed927ef3c78e1b971f6d415f094a4a14
cpu has the parameters of speed(int) and memory(int)
[ { "docid": "49020ca5239758f998555a65006634ba", "score": "0.78650254", "text": "public Cpu(int speed, int memory) {\n this.memory = memory;\n this.speed = speed;\n }", "title": "" } ]
[ { "docid": "24f1bf4760553cf35ebc24a463ca2487", "score": "0.7675239", "text": "public void cpus(double cpu) {\n this.cpu = cpu;\n }", "title": "" }, { "docid": "641119af47f8aca3d14d5dc2497db85c", "score": "0.723211", "text": "public void setCpu(int value) {\n this.cpu...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "a0e3687b444440992d15b173456067c3", "score": "0.0", "text": "public void mo33817a(int i, String str) {\n C3555b.C3563h hVar = this.f15330j;\n if (hVar != null) {\n hVar.mo19657a(false, new C5993d(\"Trouble redeeming rewards. \" + str, i));\n }\n }", "tit...
[ { "docid": "fc84bfffbb135cb8d4b6f8f6e4fc5d30", "score": "0.62497115", "text": "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "title": "" }, { "docid": "01ed565ecd5da249ab9411db2a325750", "score": "0.6242887", "text": "public interface C14...
7ef024809cd4c64aa7a28fb375b4ef3b
Expression node static checker visit methods. The static checking visitor methods for expressions transform the expression to include resolved identifier nodes, and add nodes like dereference nodes, and narrow and widen subrange nodes. These ensure that the transformed tree is type consistent and must ensure the type o...
[ { "docid": "a6ea961d3b7d885cc91f67b7afb8e59c", "score": "0.0", "text": "public ExpNode visitErrorExpNode(ExpNode.ErrorNode node) {\n beginCheck(\"ErrorExp\");\n // Nothing to do - already invalid.\n endCheck(\"ErrorExp\");\n return node;\n }", "title": "" } ]
[ { "docid": "5cb03721131c9d0093a1e138071b51f1", "score": "0.5835366", "text": "@Override\n\tpublic void visit(Expression node) {\n\t\tprintCommonNodes(node);\n\t}", "title": "" }, { "docid": "2a3b047f752d999b02743b3bdb0b70a6", "score": "0.5790271", "text": "public void typeCheck(Expre...
0fa7b83c9292a3e3021fc99e32d40c21
This method was generated by MyBatis Generator. This method sets the value of the database column miku_comments.last_updated
[ { "docid": "50f78d7a41112ff86e1d4ff687f8bc84", "score": "0.66933995", "text": "public void setLastUpdated(Date lastUpdated) {\n this.lastUpdated = lastUpdated;\n }", "title": "" } ]
[ { "docid": "4acec95e37c41c8de3cb5f75f00c3e59", "score": "0.6413698", "text": "public void setLastUpdatedDate(Date lastUpdatedDate) {\n this.lastUpdatedDate = lastUpdatedDate;\n }", "title": "" }, { "docid": "7a3abecd54b6f93247e9390194a45f4e", "score": "0.6389939", "text": "...
de4de10830985629cb07b955419c2746
Feature: bySubject getter for bySubject gets Whether this concept has subdued a ClueSubject.
[ { "docid": "27aeb454d4edf3035fccc45b60d0adb2", "score": "0.7002678", "text": "public boolean getBySubject() {\n if (Concept_Type.featOkTst && ((Concept_Type)jcasType).casFeat_bySubject == null)\n jcasType.jcas.throwFeatMissing(\"bySubject\", \"cz.brmlab.yodaqa.model.Question.Concept\");\n ret...
[ { "docid": "7c5b53f1188ba1f18dcbad16ad311ae4", "score": "0.6259129", "text": "@Override\n public boolean containsSubject(String subject)\n {\n return true;\n }", "title": "" }, { "docid": "81d2564ea16e97f4dc40f2f0b537320c", "score": "0.6200668", "text": "public boolea...
f2ede1da7d5c65642cbfa6467719d234
An embodiment that acts as an InputSwitch, redirecting input from a selected input to its output.
[ { "docid": "737a328e57b109c3c7b8355a794508f6", "score": "0.62558955", "text": "public interface InputSwitchEmbodiment extends CopyEmbodiment\n{\n Set<String>getInputs();\n void selectInput(String name);\n}", "title": "" } ]
[ { "docid": "2530c395b919d2daa30250fa75c7461c", "score": "0.68604606", "text": "public void switchInput(int output, int input) throws IllegalArgumentException;", "title": "" }, { "docid": "64ffc5f11e1f7566909f05d338009588", "score": "0.6810803", "text": "@Override\n\tpublic void setIn...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "60589a288e18f63abce7b90c94408469", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Innlevering)) {\n return false;\n }\n Innlevering other = (Innlevering) object;\n if ((this.innlevID == null && o...
[ { "docid": "57c157d9d98d88367182b07788ed701c", "score": "0.6703078", "text": "public void setId(int id){ this.id = id; }", "title": "" }, { "docid": "c9ad8de47d46ec1488118a482444eddc", "score": "0.66992784", "text": "public void setId(int id){ this.id = id;}", "title": "" }, ...
3968606d8e41cd268c899b64d9ef2d5b
For computing GEN and KILL sets
[ { "docid": "b2c0d532fd32f8b58dbccc6a7b358442", "score": "0.0", "text": "public HashSet<String> getGenSet(){\n\t\treturn this.genset;\n\t}", "title": "" } ]
[ { "docid": "9640dd08ae17a289484f910f69cfff0f", "score": "0.60599554", "text": "@Override\n public void initializeGenKill() {\n int other_tid = st.thFieldMap.get(this.tField);\n this.KILL.addAll(st.N.get(other_tid));\n }", "title": "" }, { "docid": "b5b97d7a0c7ac0cce8fe266...
1f225c1ad03a56ebf634a355fb0633e0
Creates or opens the case for the current auto ingest job, acquiring an exclusive lock on the case name during the operation. IMPORTANT: The case name lock is used to ensure that only one auto ingest node at a time can attempt to create/open/delete a given case. The case name lock must be acquired both here and during ...
[ { "docid": "ccffe27dd95181b0ad5ed58e5d948cee", "score": "0.8068658", "text": "private Case openCase() throws CoordinationServiceException, CaseManagementException, InterruptedException {\n Manifest manifest = currentJob.getManifest();\n String caseName = manifest.getCaseName();\n ...
[ { "docid": "d460a59b2b75c03176e1ea30759247d2", "score": "0.58732915", "text": "public org.globus.swift.language.Switch.Case addNewCase()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.globus.swift.language.Switch.Case target = null;\n targe...
3d05d573dcadc369afc1a0bc764dabe6
Test of getGameName method, of class Game. Bad test case to check all the invalid inputs for getGameName()
[ { "docid": "04884c19a8a7756a0809578c2dfe256e", "score": "0.7329978", "text": "@Test\r\n public void BadtestGetGameName() {\r\n System.out.println(\"Bad case getGameName()\");\r\n BlackJack instance = new BlackJack(\"BlackJack\");\r\n String expResult = \"Poker\";\r\n Strin...
[ { "docid": "d6c0b4708f5c5718e6d97c0f995d9c4a", "score": "0.7213286", "text": "@Test\r\n public void GoodtestGetGameName() {\r\n System.out.println(\"Good case getGameName()\");\r\n BlackJack instance = new BlackJack(\"BlackJack\");\r\n String expResult = \"BlackJack\";\r\n ...
7d08c7223c18cafd277f6ff4b52c3d9f
Copy all the objects from the list to the specific array.
[ { "docid": "5f860c237e86ef6fd9a0f84a208a42b6", "score": "0.0", "text": "public int[] toIntArray(int array[]) {\n\t\tfor (int i = 0; i <= this.size; i++) {\n\t\t\tarray[i] = this.data[i];\n\t\t}\n\t\treturn array;\n\t}", "title": "" } ]
[ { "docid": "07a7446ca7f47b96ff2444e4c28aa74c", "score": "0.66367686", "text": "private void doubleArray(){\n Object[] tmp = objects;\n objects = new Object[tmp.length * 2];\n System.arraycopy(tmp,0, objects,0, tmp.length);\n }", "title": "" }, { "docid": "ab3ea7cf1975...
c289e57cdb912e877c92b56445216fe0
Test of joinRoom method, of class SessionResource.
[ { "docid": "eb35e9edfa0bd5cb685cce2c3c811507", "score": "0.7231124", "text": "@Test\n public void testJoinRoom_FAIL_SESSION_TIMEOUT() {\n String randomSessionId = \"Random sessionId which will not be valid\";\n ChatRoom chatRoom = new ChatRoom();\n chatRoomData.addChatRoom(chatRo...
[ { "docid": "49de1c2665da184e22665cb7772bfe20", "score": "0.6838228", "text": "@Test\n public void testOutRoomsTemporary() {\n User user = new User(\"test08\", \"test08\");\n Session session = new Session(user);\n sessionData.addSession(session);\n String sessionId = sessio...
bd48cca7b60358055e5bf45154a1a5bf
Inserts and returns a new empty value (as xml) as the ith "subcolumn" element
[ { "docid": "3cbf0bad70b96c409586520617d42bfa", "score": "0.633881", "text": "com.appnomic.appsone.ui.extension.SubcolumnType insertNewSubcolumn(int i);", "title": "" } ]
[ { "docid": "0065d43c35cf8303550e569e55060813", "score": "0.58379924", "text": "org.w3.x2001.xmlSchema.TopLevelElement insertNewElement(int i);", "title": "" }, { "docid": "2c0eac4813a9e5f3b64c56248827a375", "score": "0.57346916", "text": "org.w3.x2001.xmlSchema.TopLevelElement addNew...
5e00d4b2eff3c5867bf90d955fe94009
'Filters' the list, leaving only matching items
[ { "docid": "84b19eff230ea735b130ecd24057dc3b", "score": "0.0", "text": "public void filter(String prefix) {\n ComboBoxModel model = comboBox.getModel();\n DefaultListModel lm = new DefaultListModel();\n \n for (int i = 0; i < model.getSize(); i++) {\n String item =...
[ { "docid": "6e4dc96ec1d790554a7b183c36cc5957", "score": "0.7131115", "text": "public void filter() {\n for (int i = 0; i < list.size(); i++) {\n filterElement(i);\n }\n }", "title": "" }, { "docid": "36d9a3279a5fbd8a7bc6c386df2235b9", "score": "0.7030172", ...
eef2b05b29c42ffc475c8d8408296b55
Would be better if we could do this reflectively.
[ { "docid": "7785d852f8a1b127c3267ee9b4ebec24", "score": "0.0", "text": "public static final Set<Class<? extends ForwardRule>> forwardRules() {\n\t\treturn forwardRules;\n\t}", "title": "" } ]
[ { "docid": "bc3a08c64e443ee86473be048cb9738a", "score": "0.5796025", "text": "private void smth() {\n\n\t\t}", "title": "" }, { "docid": "ff86c3e5dba10aeeb57d62c4db80a220", "score": "0.5549469", "text": "protected abstract Object m8602a();", "title": "" }, { "docid": "b04...
404f050eda50f0ebb361ba729fd23ccd
Applies only to BoolExpr where type=Pair
[ { "docid": "5946851981f1bae26d9a9b2875842e70", "score": "0.0", "text": "public native JsBoolExpr getExpr2() /*-{\n return this.expr2;\n }-*/;", "title": "" } ]
[ { "docid": "1ec22ec5958e0ba0444b806f3a65c4e2", "score": "0.6606424", "text": "BoolExpr createBoolExpr();", "title": "" }, { "docid": "3d5cd809379cdad7e9c7ba0d10e93a6d", "score": "0.64484644", "text": "ExprBool createExprBool();", "title": "" }, { "docid": "fecaf4d503279e4...
b178a4f37bcfd10d2954f9559172c509
private final View joined;
[ { "docid": "05494c2bed765fd19cf9a43c64162504", "score": "0.0", "text": "public ViewHolder(View convertView) {\n name = (TextView) convertView.findViewById(R.id.item_resource_owner);\n textView = (TextView)convertView.findViewById(R.id.item_resource_text);\n commentTextVi...
[ { "docid": "e2b69a20745dbe846a798f862e023928", "score": "0.68466604", "text": "@Override\r\n\t\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\t\tjoin(pos);\t\t\t\t\t\r\n\t\t\t\t\t}", "title": "" }, { "docid": "e988a149aeb5465b7986a685a7802299", "score": "0.6040534", "text": "private ...
fbe9579ffaf5022e664e48c97f12eb87
If login has failed, redirect user to the CAS error page (no ticket or ticket validation failed) except if the user is already authenticated, in which case redirect to the default success url.
[ { "docid": "e720b5e891ab3c81d8adcd241363a825", "score": "0.72084475", "text": "@Override\r\n protected boolean onLoginFailure(AuthenticationToken token, AuthenticationException ae, ServletRequest request,\r\n ServletResponse response) {\r\n if (logger.isDebu...
[ { "docid": "ee8d627c763e767f16e81382e35f8e83", "score": "0.6625433", "text": "@Override\r\n protected boolean onLoginSuccess(AuthenticationToken token, Subject subject, ServletRequest request,\r\n ServletResponse response) throws Exception {\r\n issueSuccess...
28a243233c3ccc2e5bb6dffc83322e57
shear distortion (sh). Turns rectangles to parallelograms. 0 for no shear. Typically 0.
[ { "docid": "c0677413866a40f533555979364dc13c", "score": "0.6109675", "text": "@Generated\n @StructureField(order = 1, isGetter = true)\n @NFloat\n public native double horizontalShear();", "title": "" } ]
[ { "docid": "aecf0772df6368d27c305b34a3cd6851", "score": "0.7012323", "text": "private static void shear(Graphics g, int w1, int h1, Color color)\r\n/* 184: */ {\r\n/* 185:218 */ shearX(g, w1, h1, color);\r\n/* 186:219 */ shearY(g, w1, h1, color);\r\n/* 187: */ }", "title": "" }, ...
e2994cf0625cab6e88bdfd4deeb11e06
Build body of request:
[ { "docid": "e8ad28c81c626144666a37b3f8dff16a", "score": "0.0", "text": "@Override\n public void onClick(View view) {\n StopPointRequest body = new StopPointRequest(String.valueOf(CreateTour.createTourId),listStopPoints);\n // Attempt to se...
[ { "docid": "3c581ccfd26ade82712e52abf2946efc", "score": "0.68975013", "text": "RequestBody body();", "title": "" }, { "docid": "70235fbcb4af4ad7a24a9e078fd1962b", "score": "0.66092473", "text": "@Override\n\t\tpublic Request build() {\n\t\t\treturn new Request(url, method, urlVariabl...
47b3fb67c3a8b1e002e1f02ce2020510
Is the class responsible for returning the set of words that was processed by readDocument
[ { "docid": "3394b55e151deb51163bda6e40100971", "score": "0.0", "text": "public List<String> displayDocument();", "title": "" } ]
[ { "docid": "7f34fc87d5b88f134603ab38b7e26cec", "score": "0.7465764", "text": "public Set<String> getWords() {\n\t\treturn new HashSet<String>(parseWords());\n\t}", "title": "" }, { "docid": "25ba7d115e7812c8238515d355d1fd44", "score": "0.71883", "text": "public HashSet<String> getWor...
e499d8e434a8f7b97fcbe2e0b09a10d8
Constructor Menciptakan sebuah window tampilan untuk menampilkan judul permainan.
[ { "docid": "0b2a9ff1ed42717e54d5856f5f510dd5", "score": "0.0", "text": "public TitleView() {\n setTitle(\"BacMan\");\n setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);\n titlePanel = new JPanel();\n titlePanel.setPreferredSize(new Dimension(1600, 950));\n titlePanel.setBackground(...
[ { "docid": "854c75e9032188b1bfa5989391e5eec3", "score": "0.74442136", "text": "public WindowPanel() {\n initComponents();\n setUpComponents();\n }", "title": "" }, { "docid": "67de8c9422f03786b48d2b3a27cb4bea", "score": "0.7379404", "text": "public Window() {\n ...
76d5e38071bf83c1dbf7b7ea2edcfff3
Metodo para ingresar al metodo ingresar
[ { "docid": "9bd7a9b2f1e16b46abd4c547211b3f8b", "score": "0.0", "text": "public void actionPerformed(ActionEvent e){\t\n\t\t\tingresar(2);\n\t}", "title": "" } ]
[ { "docid": "27a85771ae53af768cd7bcd56e4cc96c", "score": "0.72209066", "text": "public void metodo() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9f5441edc172276803ac2fc0db07c470", "score": "0.68682855", "text": "public void metodo2() {\n\t\t\r\n\t}", "title": "" }, { "doci...
bda9e532028070b539d516daab92a7f2
Gets the state or region
[ { "docid": "c8da670e3193953c3a0f99f9a445c0f9", "score": "0.69383234", "text": "public String getRegion() {\n return region;\n }", "title": "" } ]
[ { "docid": "d9e5ee5d9862469eba64c88aafbda2f2", "score": "0.744829", "text": "java.lang.String getRegion();", "title": "" }, { "docid": "209e371809999265eff48e623878f102", "score": "0.72295874", "text": "private void stateMethodGetRegion()\n\t{\n\t\tspawnRegion = MMComponent.getSpawne...
a8644b7f73337cff34bd5b9e097e5aa3
Type of update being reported.
[ { "docid": "82d0ad125f97fbe2b527ca0d0f7dfe5f", "score": "0.6972956", "text": "public org.ccsds.moims.mo.mal.structures.UpdateType getUpdateType() {\r\n return updateType;\r\n }", "title": "" } ]
[ { "docid": "3a2c22e0a055ed4ae6dda34fa956f7c2", "score": "0.70457935", "text": "public String getType() {\n return this.UPDATEMESSAGE_TYPE;\n }", "title": "" }, { "docid": "97857a86cae865f4185f7e10ee895019", "score": "0.64292085", "text": "public boolean isUpdate() {\n ...
a1e5750f0111d94835f238e332a39b3a
Get role based on name
[ { "docid": "6dc641c171567a87226faab129e45a22", "score": "0.6597098", "text": "RoleDTO getByType(String name);", "title": "" } ]
[ { "docid": "c01bd5ec47bd53b9ee52d6570121897f", "score": "0.8845186", "text": "public Role getRoleByName(String roleName);", "title": "" }, { "docid": "541f12e6a593cdf20dc91f2c2675d27e", "score": "0.8253116", "text": "Role findByName(String name);", "title": "" }, { "docid...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0a6df8b30daff2cce023647f05ec1105", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t\tdouble schadenSumme;\n\t\tdouble schadenrest = 0;\n\t\tdouble selbZahl;\n\t\tdouble x;\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tSystem.out.print(\"Geben die Schadenshöhe...
[ { "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...
ba184c52818688189b0c2b4add0b4291
creates potion item builder from serialized data.
[ { "docid": "ce46b5868c5e975d1aec17f565fdd532", "score": "0.6889138", "text": "@NotNull\n public static PotionItemBuilder from(@NotNull final TransformedData data) {\n return PotionItemBuilder.getDeserializer().apply(data).orElseThrow(() ->\n new IllegalArgumentException(String.format(\"The give...
[ { "docid": "189c63e2ee4fb6941958ea376c47039a", "score": "0.6281129", "text": "private ItemData(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" }, { "docid": "2a1f856005c5f213dcd29cb...
5010acf24ffd5d837bb62289daab1d6a
Deze methode maakt een label met de tekst "Keuzemenu" aan. Daaronder wordt een keuzemenu toegevoegd.
[ { "docid": "d627a02462b3312b1b935b4665548dbc", "score": "0.0", "text": "private VBox makeSelectionBox(){\r\n Label label = new Label(\"Keuzemenu\");\r\n label.setFont(new Font(\"Arial\", 18));\r\n label.setAlignment(Pos.CENTER);\r\n label.setPrefWidth(150);\r\n choiceM...
[ { "docid": "e811b32b0410a88f7abe6e926e7685b3", "score": "0.7069263", "text": "public void zneviditelniPocitadlaSurovin() {\r\n this.lblDrevo.setText(\"*\");\r\n this.lblTehla.setText(\"*\");\r\n this.lblObilie.setText(\"*\");\r\n this.lblOvca.setText(\"*\");\r\n this.l...
086ba7f124c53798373e801f39446fcd
Use one of the following: 1: a filled line (FILLED) 4: a 4connected line (LINE_4) 8: a 8connected line (LINE_8) 16: an antialiased line (LINE_AA). optional int32 line_type = 3 [default = 4];
[ { "docid": "7adce5e03d11d07f4ca42a3db2335df9", "score": "0.63260543", "text": "public int getLineType() {\n return lineType_;\n }", "title": "" } ]
[ { "docid": "f63b08a2bc8f4c84e5a8790761a02071", "score": "0.69548047", "text": "public Builder setLineType(int value) {\n bitField0_ |= 0x00000004;\n lineType_ = value;\n onChanged();\n return this;\n }", "title": "" }, { "docid": "d56bfd5946d7ea1a66...
aec5eacac1a3e232fff4b01e67bdf013
/! \fn public void Draw(Graphics g) \brief Randeaza/deseneaza butonul in noua pozitie. \brief g Contextul grafic in care trebuie efectuata desenarea butonului.
[ { "docid": "0879126bec86f4e271ccab39d521e5dd", "score": "0.0", "text": "public void Draw(Graphics g){\n g.setColor(Color.WHITE);\n g.setFont(new Font(\"Century Gothic\",Font.BOLD,35));\n g.drawRect(getX(),getY(),getWidth(),getHeight());\n\n FontMetrics fm=g.getFontMetrics();\...
[ { "docid": "3581960938064b0690b1ac95c3b4a2af", "score": "0.7350271", "text": "public void draw(Graphics g){\n\t}", "title": "" }, { "docid": "e207e42b77ce3c2b8e08f8c7709d8746", "score": "0.722697", "text": "public void draw( Graphics g )\r\n {\r\n\r\n }", "title": "" }, {...
9b092407492f76ac020eb4bbb29dc7c1
param value object for 0 index
[ { "docid": "1f2ef0cb62175fc4f6fd950cb81ca199", "score": "0.0", "text": "public void setGrouperWorkflowInstanceParamValue0(\n GrouperWorkflowInstanceParamValue grouperWorkflowInstanceParamValue0) {\n this.grouperWorkflowInstanceParamValue0 = grouperWorkflowInstanceParamValue0;\n }", "title":...
[ { "docid": "ba6e0b77839996eb3686303a54b57c97", "score": "0.6759532", "text": "Object getValue(int idx);", "title": "" }, { "docid": "371c869cba1cdd03cc81ec51ef93a746", "score": "0.6548846", "text": "public Object getValueAt(Object arg0, int arg1)\n\t\t{\n\t\treturn null;\n\t\t}", ...
fcbd3a59e2b571a63ff2191ae8741c6e
creates an image to represent the fish
[ { "docid": "1410a797afba93042a89076a6b83bebc", "score": "0.7146643", "text": "public WorldImage drawFish() {\n return new CircleImage(this.size, OutlineMode.SOLID, this.color);\n }", "title": "" } ]
[ { "docid": "caaa24787df8e588d1bb923620ea248a", "score": "0.7429729", "text": "WorldImage drawFish();", "title": "" }, { "docid": "7523c846388bee60a49dc246aa38ce9b", "score": "0.7215623", "text": "public abstract WorldImage drawFish();", "title": "" }, { "docid": "26f7b2c3...
325cbcb96fe0f2b7fcc45ae691723452
Deactivate and save a Spot as trash.
[ { "docid": "d8c1bb0a8c41aabba1bf485befcd4353", "score": "0.5793986", "text": "public void trashSpot(Spot spot, Account account) {\n\t\tcheckNotNull(spot, \"spot was null\");\n\t\tcheckNotNull(account, \"account was null\");\n\t\t\n\t\tif(spot.isWelcome() || spot.isMaster()) {\n\t\t\tString message = \"N...
[ { "docid": "727d3e528077c0e26c571d1a0866ea44", "score": "0.56555784", "text": "public void revertToSaved() {\n SpRootItem spItem;\n spItem = OtFileIO.revertToSaved(_progInfo.file);\n\n if (spItem != null) {\n resetItem(spItem);\n }\n }", "title": "" }, {...
4fa8e990211a9c651b3a422ce365604a
return a field in a place set
[ { "docid": "6ed009f18d1ff99b66206c2cd4166376", "score": "0.5909907", "text": "public String getPlaceField(int state, String placeName, int field){\n\t\tString getPlace = \"mk_unary_app(ctx, proj_decls[\"+this.placeNameIdMap.get(placeName)+\"], S\"+state+\")\";\n\t\tString getField = \"mk_unary_app(ctx, ...
[ { "docid": "ff344efc7dce0bb989c57a4f95b1f8c5", "score": "0.6231465", "text": "public int getPlaceInField() {\n\t\treturn placeInColumn;\n\t}", "title": "" }, { "docid": "30bdc9c7da4386d08090b9dca4ed4d5b", "score": "0.61002374", "text": "public abstract Object get(Object field);", ...
1d5b1a5d92ae9b36fe0e639c1ae7e60d
Returns a new object of class 'End Point Property'.
[ { "docid": "5086c733865c72b4a7f3089cdec5543d", "score": "0.6433248", "text": "EndPointProperty createEndPointProperty();", "title": "" } ]
[ { "docid": "51f30b2e351a8ff50459f3145a33f1fc", "score": "0.6977071", "text": "public Point getEnd();", "title": "" }, { "docid": "b9127199fa710721c066bc490770dc22", "score": "0.6945492", "text": "public test.Geometric.Point getEnd() {\n return end_ == null ? test.Geometric.Point...
50aa38f9ee5247d057a82ad597a08d38
we have to first process the config
[ { "docid": "c7d4ad939a92ced531ddc6179d49a11b", "score": "0.0", "text": "private NCConfig fixupPaths(NCConfig ncConfig) throws IOException, AsterixException, CmdLineException {\n ncConfig.getConfigManager().processConfig();\n\n // get initial partitions from config\n String[] nodeSto...
[ { "docid": "15816f903290d08f919a1e873ea39829", "score": "0.67484903", "text": "@Override\n public void initConfig() {\n }", "title": "" }, { "docid": "0bb8895bef8038825819cd76a980d675", "score": "0.67105746", "text": "private void treatConfiguration() {\n\t\tconfiguration = new Pro...
520ecd628ef9a747bfcbdeb15670aaa8
Creates a new person object, of the appropriate subclass
[ { "docid": "07cb01882dc8cef5a07baf7798465bd7", "score": "0.7417848", "text": "protected DerivedPersonSF createNewPerson(String pRecord, DataDictionary dd) {\n DerivedPersonSF p = new DerivedPersonSF(pRecord, dd); \n return p; \n }", "title": "" } ]
[ { "docid": "da8f8a59925b3aab5c4011e70049a7cc", "score": "0.6712602", "text": "public interface PersonFactory <P extends Person>{\n Person create(String firstName,String lastName,int age);\n}", "title": "" }, { "docid": "cf6a4e904f7918968e0b549760040488", "score": "0.6711293", "tex...
52dc27fd24f13e36c8bff30711bffd59
Test case number: 17 / 21 covered goals: Goal 1. weka.classifiers.Evaluation.toMatrixString(Ljava/lang/String;)Ljava/lang/String;: I126 Branch 239 IFNE L2640 true Goal 2. weka.classifiers.Evaluation.toMatrixString(Ljava/lang/String;)Ljava/lang/String;: I162 Branch 240 IF_ICMPGE L2647 true Goal 3. weka.classifiers.Evalu...
[ { "docid": "cda43d03a532579b0f14c17256fe1c88", "score": "0.7021397", "text": "@Test\n public void test17() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate();\n Evaluation evaluation0 = new Evaluation(instances0);...
[ { "docid": "c6091c71c5bdbd2e377b98276ab0fec0", "score": "0.65992355", "text": "public static void main(String[] args) throws Exception{\n BufferedReader reader = new BufferedReader( new FileReader(\"data/credit-g.arff\"));\r\n Instances dataorg = new Instances(reader);\r\n reader.cl...
bdc645104e1ffbae601f27a71915187f
String str = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxQAAABmCAYAAABSgdfGAAAeq0lEQVR4Xu2dB5BlRfnFewSJChIkiq6yJCWLICaSIpJBEQREkiQDIElFRVBCgQqCChgISiwFpQAFSYIJFFAJEhZdXHJWSSro/OvX/+qpt483O/fOvbf7636nq7ZYZvp2f33O2X7f6XDfyD333jc6OjrqVISAEBACQkAICAEhIASEgBAQAnUQGBkZcSPTps8YnTplqTrPqW6hCNxz731OWiiU3JrDkhZqAlZwdWmhYHJr...
[ { "docid": "b3f02852a54c4989539f3dbd3864c935", "score": "0.8126732", "text": "public static void main(String[] args) {\n String str = \"iVBORw0KGgoAAAANSUhEUgAAAxQAAABmCAYAAABSgdfGAAAeq0lEQVR4Xu2dB5BlRfnFewSJChIkiq6yJCWLICaSIpJBEQREkiQDIElFRVBCgQqCChgISiwFpQAFSYIJFFAJEhZdXHJWSSro/OvX/+qpt483O/fOv...
[ { "docid": "41349ba45e6ee5bbaccb7274d29ac77c", "score": "0.64024925", "text": "public static void main(String[] args) {\n String image = \"/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTUK/9sAQwACAQEBAQECAQEBAgICAgIEAwICAgIFBAQDBAYFBgYGBQ...
df19d666238c5424441b68aa64046f58
Defines some wellknown RDF constants.
[ { "docid": "0101c0189e1cd2834945eb6e00712430", "score": "0.79850173", "text": "public interface RDFConstants {\n\n //@formatter:off\n /**XMLNS*/ @Nonnull String XMLNS = \"http://www.w3.org/XML/1998/namespace\";\n /**XMLLANG*/ @Nonnull String ...
[ { "docid": "41aa5d111c9b25e617db8291a68db6ba", "score": "0.6521098", "text": "public interface SPARQLParserConstants {\r\n\r\n /** End of File. */\r\n int EOF = 0;\r\n /** RegularExpression Id. */\r\n int COMMENT = 6;\r\n /** RegularExpression Id. */\r\n int BASE = 7;\r\n /** RegularExpression Id...
90a23397c81dcd843b8de3c8e2fcb1e8
Created with IntelliJ IDEA. User: matteopelati Date: 31/7/13 Time: 12:25 PM To change this template use File | Settings | File Templates.
[ { "docid": "3520dfc62b07ba2d48c03da63995c49b", "score": "0.0", "text": "public interface InternalEvent {\n}", "title": "" } ]
[ { "docid": "e527ee932ed99873d6b349bc55d8b92e", "score": "0.6572698", "text": "private void tabelkaryawan() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" }, { "docid": "f13a2999...
09ff760dbb5747a6f81d657616b65649
Intent i = new Intent(context,SetUpUserPostEdit_Activity.class); i.putExtra("id",userLists.get(position).getId1()); i.putExtra("d",userLists.get(position).getDesrciption()); i.putExtra("n",userLists.get(position).getName()); i.putExtra("e",userLists.get(position).getEmail()); i.putExtra("m",userLists.get(position).getM...
[ { "docid": "e318fde532c3e9c03992d1c4fbff70e4", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n updateGroup(userLists.get(position));\n }", "title": "" } ]
[ { "docid": "85a721703b9e96842e5ea6d3910f52dc", "score": "0.77131176", "text": "@Override\r\n public void onClick(View v) {\n Context context = getApplicationContext();\r\n Intent intent =new Intent();\r\n intent.setClass(context,Edit.class);\r\n\r\...
5f16645e3e25fe5fcbd383099025e608
Maximal total size of uploaded files (MBytes, 1 MB = 1048576 bytes)
[ { "docid": "2a346bb41cdc3dd807fed30dc0b495e1", "score": "0.0", "text": "public UploadShare maxSize(Integer maxSize) {\n this.maxSize = maxSize;\n return this;\n }", "title": "" } ]
[ { "docid": "c939f3fa0e7d6e747ea1fbcae7f42e9c", "score": "0.7932595", "text": "public long getMaxUploadSize() {\r\n\t\treturn maxUploadSize;\r\n\t}", "title": "" }, { "docid": "e1acdbab6d5c5d171ceedb37b548d8fc", "score": "0.75419855", "text": "public long getMaxFileSize()\r\n\t{\r\n\t...
cd58731c0feb7a8340fd3604ffa2ab4c
Items is a list of schema objects. repeated .k8s.io.api.extensions.v1beta1.NetworkPolicy items = 2;
[ { "docid": "eb007df899f8bebc40f0345c9942ea45", "score": "0.63307416", "text": "public io.kubernetes.client.proto.V1beta1Extensions.NetworkPolicy.Builder addItemsBuilder() {\n return getItemsFieldBuilder()\n .addBuilder(\n io.kubernetes.client.proto.V1beta1Extensions.Netw...
[ { "docid": "5ac100965d298f30b129920f2ddb0fbb", "score": "0.74955595", "text": "java.util.List<? extends io.kubernetes.client.proto.V1beta1Extensions.NetworkPolicyOrBuilder>\n getItemsOrBuilderList();", "title": "" }, { "docid": "7f54a4d1c623b41d99fdb5d70ec1be40", "score": "0.74065...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6312b8b8f8ee21ce50b24a83fdd87b0b", "score": "0.0", "text": "@Override\n\tpublic ScheduleData getScheduleData() {\n\t\treturn scheduleData;\n\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 ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "dfd73cc79f0c6c303bb62e08da588f3f", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n String imageUrl= \"error\";\n\n Bundle bundle = getArguments();\n ...
[ { "docid": "20692959eae44893b50b4d537901ae50", "score": "0.67938715", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view=inflater.inflate(R.layout.fragment_base, container, false);\...
2daa01ffeed31418bb32b284ca5fac7e
Robot centric. Powers up the propulsion to move Right until it senses a color from a sensor
[ { "docid": "22adf0c07082d0760c132b13833b69cd", "score": "0.0", "text": "protected void moveRightToColor(int color, double power) {\n\n if ( getValidColor(bottomColor) == color ) {\n return;\n }\n\n powerPropulsion(TravelDirection.RIGHT, power);\n\n while (\n ...
[ { "docid": "07f7fd98cd404ed5a5e0cf7271bd39a1", "score": "0.7041807", "text": "@Override\n public void teleopPeriodic() {\n\n double speed = -(stick.getThrottle()+1)/2;\n robot.arcadeDrive(-stick.getY()*speed, -stick.getX()*speed);\n /*\n \n sensor.read();\n SmartDashboard.putNumber(\"...
98f2a45a2ff2be59bdc2c620b5b9d230
constructor Create a new IsEmpty.
[ { "docid": "a525cb1fd60daa8c224520d407c85a87", "score": "0.79901946", "text": "public IsEmpty() {\n }", "title": "" } ]
[ { "docid": "baae6e280a77959a26c3a7aba147296a", "score": "0.7764081", "text": "public static <A> IsEmpty<A> instance() {\n return new IsEmpty<A>();\n }", "title": "" }, { "docid": "348c2d6b6d02158e99f25ed2f4b99630", "score": "0.77135134", "text": "public boolean makeEmpty();...
c20cde0f3ad0da701305d33ef6bfa48f
/ Does this toolset have any environmental variable package conflicts?
[ { "docid": "818dcafcdf03f6a2cb2aa49444ac483c", "score": "0.0", "text": "public boolean \n hasConflicts() \n {\n return (!pAnyConflicts.isEmpty());\n }", "title": "" } ]
[ { "docid": "d32e103bef6c1db4af3c3a15e664fca9", "score": "0.60731006", "text": "boolean hasEnvironment();", "title": "" }, { "docid": "133cf0e611663c11c225a8b8a02cce0a", "score": "0.5907317", "text": "public boolean \n isPackageEnvConflicted\n (\n int idx, \n String name\n )\n ...
aea1f9c9f7bd2762851ac7e805c5501c
Method used to notify the server that a game is done and has to be demolished.
[ { "docid": "0d262e1cd6d25c3af1a32c1c60340c10", "score": "0.0", "text": "@Override\r\n public void gameHandlerUpdate(GameHandlerObservable obs) {\r\n synchronized (clientHandlers){\r\n for(ClientHandler CH : ((GameHandler)obs).getClients()){\r\n synchronized (CH) {\r\n...
[ { "docid": "9e5c5b037322f5ff6fedb5b0603f2c1e", "score": "0.69132364", "text": "public void endGameRequest() {\r\n\t\tthis.sendToServer(new MessEndGameRequest(2, 6));\r\n\t}", "title": "" }, { "docid": "38a899f70f4d49104c9cc29ab4e79bc9", "score": "0.6762273", "text": "protected void g...
65d549befc65b82d2dca49bbd9c14a97
Close the dialog and save the preferences
[ { "docid": "7961e91012cb2d7e236a88e5052a3be3", "score": "0.810193", "text": "public void close() {\n\t\tnormalClose = true;\n\t\tif (prefs.allowSaveFileAs())\n\t\t\tprefs.setFilePattern(filePattern);\n\t\tprefs.setSavePath(filePath);\n\t\tprefs.setMinDownloads(minDL);\n\t\tprefs.setCheckForUpdates(updat...
[ { "docid": "df9553610d30309a1cd350b7df2805c5", "score": "0.6840814", "text": "public void save() {\n getPreferencesFx().saveSettings();\n }", "title": "" }, { "docid": "dfb8c193df745e9cb3b2b27d9b80d0a4", "score": "0.66004544", "text": "void closeDialog();", "title": "" }, ...
2911c19f8c45990bbdfad93c464d6d0c
optional bool success = 5;
[ { "docid": "288316fe1ba98de9ae16f06f7969dc60", "score": "0.0", "text": "public Builder setSuccess(boolean value) {\n bitField0_ |= 0x00000010;\n success_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "2f9739ccb93c5c0b7e1e3f0dc7b4f11d", "score": "0.66425294", "text": "public abstract Boolean success();", "title": "" }, { "docid": "d7eccdbde46c93341be48e325b443712", "score": "0.6573174", "text": "boolean getSuccessful();", "title": "" }, { "docid": "e527171a9...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ffe0652cb2a1383382825fca47236698", "score": "0.0", "text": "public void delUser(int uId) {\n\t\t\tConnection conn = ConnectionManager.getConnection();\r\n\t\t\tString sql =null;\r\n\t\t\tsql =\"delete from users where user_id = ?\";\r\n\t\t\t\t\t\r\n\t\t\ttry {\r\n\t\t\t\tPreparedStatement p...
[ { "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}", ...
682aed6e14a9b468b034e83b4b2e69ee
Opens an iterator on all instances of this class (and its subclasses).
[ { "docid": "271cb70f3407eaa057a648facb99e358", "score": "0.58720005", "text": "public static <E extends com.matisse.reflect.MtObject> com.matisse.MtObjectIterator<E> instanceIterator(com.matisse.MtDatabase db) {\n return getClass(db).<E>instanceIterator(AuctionItem.class);\n }", "title": "...
[ { "docid": "0f3ad6c0072bcc00bd111b182f06e914", "score": "0.6777612", "text": "public Iterator iterator() {\n return new Iterator();\n }", "title": "" }, { "docid": "caac7f5e5a1f1df22697df294b852588", "score": "0.675805", "text": "abstract protected Iterator<F> openIterator(...
5bdbf08d65656047062e00e9300ec3be
Build call for watchAdmissionregistrationV1beta1MutatingWebhookConfigurationList
[ { "docid": "ee8f4d5059ef1c49cb876186648d19ea", "score": "0.6197636", "text": "public com.squareup.okhttp.Call watchAdmissionregistrationV1beta1MutatingWebhookConfigurationListCall(String _continue, String fieldSelector, Boolean includeUninitialized, String labelSelector, Integer limit, String pretty, St...
[ { "docid": "bb41cb7de25cb878eb49c5d0d9f44581", "score": "0.6920399", "text": "public IoK8sApimachineryPkgApisMetaV1WatchEvent watchAdmissionregistrationV1beta1MutatingWebhookConfigurationList(String _continue, String fieldSelector, Boolean includeUninitialized, String labelSelector, Integer limit, Strin...
8212ec37adff22be286c472e6d79ee8f
get all edges in the forest
[ { "docid": "3a8d772aeb1d1cb04519592e9003067a", "score": "0.0", "text": "private List<Pair<URI, URI>> findEdges(final URI categoryId) {\n final List<Pair<URI,URI>> edges = new ArrayList<>();\n executorUtils.execute(connection -> new QueryExecutor(connection) {\n\n\t\t\t@Override\n\t\t\tpubl...
[ { "docid": "0c1edb82a36e3244ba0f5460d909ecce", "score": "0.74663746", "text": "@Override\n\tpublic List<Edge> getAllEdge() {\n\t\treturn edges;\n\t}", "title": "" }, { "docid": "b1f5874caa240fb687199cc80016cce1", "score": "0.73864055", "text": "public Collection<Edge> getEdges();", ...
351e2aa9795a8407c1230ba3bfb28c06
Return a byte array which represents Values data.
[ { "docid": "77e824add66911a6bc7cc1a4ee6d2995", "score": "0.0", "text": "public void writeValuesData(DataOutputStream dos, ObjectOutputStream oos) {\n\t\t\ttry {\n\n\t\t\t\twriteString(this.compte_liaison, dos, oos);\n\n\t\t\t} catch (IOException e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\n\...
[ { "docid": "3c5e229340e346604c0416bec27777a8", "score": "0.7848277", "text": "public byte[] getValueArray() {\n return getValue();\n }", "title": "" }, { "docid": "04909aeac9b2d34de6eaccce5318e15d", "score": "0.7276071", "text": "public byte[] byteArrayValue () {\n r...
c2bc8e6844c29e2c72255b5b94cd9ae3
Setter method for property discountBackground.
[ { "docid": "89ab08fdf3f671e6f3691a2cc8986d56", "score": "0.8145404", "text": "public void setDiscountBackground(String discountBackground) {\n\t\tthis.discountBackground = discountBackground;\n\t}", "title": "" } ]
[ { "docid": "becd2210e60f31d2b64938373e03e44d", "score": "0.76505405", "text": "public String getDiscountBackground() {\n\t\treturn discountBackground;\n\t}", "title": "" }, { "docid": "7681ee9d38fe900a476742c76fd351a3", "score": "0.614655", "text": "public void setBackground(){\n\t\t...
718cc55df54f9f022bac9d3840cad95d
Session session = getSessionFactory().openSession();
[ { "docid": "13ecb6a119bc85b2b76f7710ea0d3ac2", "score": "0.0", "text": "@Override\r\n\t\t\tprotected void doInTransactionWithoutResult(TransactionStatus ts) {\n\t\t\t\ttry {\r\n\t\t\t\t\tfor (LoggingEvent event : events) {\r\n\t\t\t\t\t\tdoAddMessage(null, event);\r\n\t\t\t\t\t}\r\n\t\t\t\t} catch (Hibe...
[ { "docid": "968ded78a6a3851262fa3842d8383a8f", "score": "0.81191033", "text": "public static SessionFactory getSessionFactory() { \nreturn sessionFactory; \n}", "title": "" }, { "docid": "98754c0eba83eaadc932a71d073a8664", "score": "0.7618399", "text": "private void openSes...
b271e06647e266c6330bca2e03d093e8
DB Interfce autogen macro MenuDetail_DB
[ { "docid": "c60bcdc4ee8a5ffe53872ec1192a0b60", "score": "0.54737157", "text": "public interface MenuDetail_DB extends JpaRepository<MenuDetail, Long> {\n}", "title": "" } ]
[ { "docid": "79a32a83ffc9cb9b648b2bb089b44665", "score": "0.6148451", "text": "private void buildDatabaseMenu(IMenuManager manager, ICubridNode node) {\n\t\tif (LoginDatabaseAction.isSupportedNode(node)) {\n\t\t\taddActionToManager(manager, getAction(LoginDatabaseAction.ID));\n\t\t}\n\t\tif (LogoutDataba...
92eff930a89a1a733a86716dc53a88d8
When accept() returns a new request was received. We use the incomingRequest socket for I/O
[ { "docid": "7f55b85b5d390df86fb444012e23f373", "score": "0.5858911", "text": "@Override\n\tpublic void run() {\n\t\tLog.d(TAG, \"New request from: \" + socket.getInetAddress());\n\n\t\t// Get its associated OutputStream for writing.\n\t\tOutputStream responseStream = null;\n\t\ttry {\n\t\t\tresponseStre...
[ { "docid": "81a4e3544b5533cf9bb575effcabd781", "score": "0.7045064", "text": "private void listenForServerRequest() {\r\n\t\tSocket socket = null;\r\n\t\ttry {\r\n\t\t\tsocket = serverSocket.accept();\r\n\t\t\tdos = new DataOutputStream(socket.getOutputStream());\r\n\t\t\tdis = new DataInputStream(socke...
81ebde5871303943362659f7a213983c
UnDeploy Revision (asynchronously) UnDeploy an API Product Revision
[ { "docid": "5a781901085e5036013dadf89c0dec85", "score": "0.5809328", "text": "public okhttp3.Call undeployAPIProductRevisionAsync(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, final ApiCallback<Void> _call...
[ { "docid": "69e8a1ca62069674aa71126dcf0b2c59", "score": "0.68711776", "text": "public Task undeploy() {\n return rp().post(new Runnable() {\n public void run () {\n StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(TomcatWebModule.class, \"MSG_START_UNDEPLOY...
139c82b8d924d80a7eff0775b23a6e4e
Outputs to stdout a human readable information about the internal data structures content.
[ { "docid": "6c5434ed952c3cbd360b08239a735ece", "score": "0.0", "text": "public void debugDump() throws SQLException {\r\n System.out.println(\"Is empty TableRefSet: \" + dict.isEmpty());\r\n for (TableRef tableRef : this.getList()) {\r\n String val = TableRef.TableType.TABLE == ...
[ { "docid": "85d5d361247be3fc70db70102d10d25e", "score": "0.70697737", "text": "@Override\n\tpublic void dispInfo() {\n\t\t\n\t\tSystem.out.println(\"Information of \"+this.getClass().getName());\n\t}", "title": "" }, { "docid": "1f8ec556c8ca83ab7a15c0f2deec2e51", "score": "0.6952522", ...
5e905d6bac2d6fd9cea142d8378545e7
Sets whether or not this security manager will allow the VM to exit.
[ { "docid": "e843e03cd056c6b537a69c8903e42fb2", "score": "0.6590451", "text": "public void setAllowExit(boolean allowExit) {\n this.allowExit = allowExit;\n }", "title": "" } ]
[ { "docid": "be454721c9fcea717f3a41d619e81986", "score": "0.5926365", "text": "public Builder setDefaultAllowPrivilegeEscalation(boolean value) {\n bitField0_ |= 0x00008000;\n defaultAllowPrivilegeEscalation_ = value;\n onChanged();\n return this;\n }", "title": "" ...
975f514dcb61054eec0d29decee10a9b
todo: remove this method when we switch to a working DeviceAdminService
[ { "docid": "06b704be142441671be233ba11b97029", "score": "0.0", "text": "@Nullable\n @Override\n public IBinder onBind(Intent intent) {\n return null;\n }", "title": "" } ]
[ { "docid": "3c408cd59028a1d5c6df1f96a19bec70", "score": "0.6347007", "text": "@Override\n public void requestDeviceList() {\n updateView();\n }", "title": "" }, { "docid": "7f00fa17ab728d30d0f7b4f572c3740a", "score": "0.6329422", "text": "private void updateDeviceAdminVi...
029091e04f9b7cb8255b895821c4126d
Adds to the orderby clause by using the lowercase form of the next operand.
[ { "docid": "09dcaf000c9b7428db65b5a70c483004", "score": "0.70922863", "text": "public OrderByOperandBuilder lowerCaseOf();", "title": "" } ]
[ { "docid": "a2f83936796309c98826e7f9577c4d04", "score": "0.65294415", "text": "public OrderByOperandBuilder upperCaseOf();", "title": "" }, { "docid": "a3bb2d3cfe990495bfefa8ee00423918", "score": "0.6069202", "text": "public void addOrderBy(String s) {\n\t\tif (orderBy == null)\n\t\t...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "481fab60488bab61f4af376642ec83cf", "score": "0.0", "text": "public static QBubbleTextSource m24749a(ScaleRotateViewState scaleRotateViewState, int i, int i2, int i3, String str, VeMSize veMSize, long j) {\n int i4;\n int i5;\n int i6;\n float f;\n float f2;...
[ { "docid": "c79c695ff1a387d67d7909ad1aa5f659", "score": "0.6257125", "text": "public interface C34917a {\n /* renamed from: a */\n void mo88344a();\n }", "title": "" }, { "docid": "bd698bac216066724da966bcf8ed7aa8", "score": "0.62108594", "text": "public interface C0...
ef91d36105ecb22c27bafdea9fc94e1c
Sets the action title.
[ { "docid": "411180592014f652d70086be67c83e64", "score": "0.8250461", "text": "public void setActionTitle(String actionTitle)\r\n\t{\r\n\t\tthis.actionTitle = actionTitle;\r\n\t}", "title": "" } ]
[ { "docid": "ba75b9e620eaf04d54b292690db8a200", "score": "0.78941375", "text": "public void setTitle(String title){\n tv_action_bar_title.setText(title);\n }", "title": "" }, { "docid": "a9e863013e110caaf771e82b680a0c57", "score": "0.7823704", "text": "public void setTitle(S...
9b87cc00344325153ae891dd094d05cd
Test the property 'quantity'
[ { "docid": "31ea9a61d20c75f3cf1e90b0fba6fdc7", "score": "0.7288002", "text": "@Test\n public void quantityTest() {\n // TODO: test quantity\n }", "title": "" } ]
[ { "docid": "bfcf25e879216eb56c4ba4aa17eb4bf8", "score": "0.76231205", "text": "boolean hasQuantity();", "title": "" }, { "docid": "bfcf25e879216eb56c4ba4aa17eb4bf8", "score": "0.76231205", "text": "boolean hasQuantity();", "title": "" }, { "docid": "bfcf25e879216eb56c4ba4...
c32a6049b253cf2df1c71c96d524e558
Handles the edit recipe request
[ { "docid": "b735c48fa24776c5669609d6f3f11f26", "score": "0.6688258", "text": "@RequestMapping(value = \"/recipe/editRecipe.do\", method = {RequestMethod.POST, RequestMethod.GET})\n\t@ResponseBody\n\tpublic EditRecipeResponse editRecipe(@RequestBody Recipe recipe, @RequestParam String reqType) {\n\t\tEdi...
[ { "docid": "b799daa0200403f64c34f7f8f3318830", "score": "0.71085554", "text": "@PostMapping(\"/editrecipe\")\n\tpublic ModelAndView editRecipe(Recipe recipe) {\n\t\t\n\t\tRecipe oldRecipe = getRecipeFromList(recipe.getId());\t\t\t\n\t\t\n\t\toldRecipe.setCreatedBy(recipe.getCreatedBy());\n\t\toldRecipe...
73c0ab91a40d0d51073609377d489079
repeated .com.qlcd.qltt.body.pvt.T03001002._eventpush ep = 1;
[ { "docid": "ae70acecd2268c69d7ea0efa2877c8c8", "score": "0.62762004", "text": "java.util.List<? extends com.qlcd.qltt.body.pvt.T03001002._eventpushOrBuilder> \n getEpOrBuilderList();", "title": "" } ]
[ { "docid": "0691f440bbd392c424ebdfff26c09b2d", "score": "0.74688596", "text": "com.qlcd.qltt.body.pvt.T03001002._eventpush getEp(int index);", "title": "" }, { "docid": "28cb367625f0efc2d18e2497ac6ecd76", "score": "0.6594764", "text": "public java.util.List<com.qlcd.qltt.body.pvt.T03...
540417cc9e250678f04bb17f0c566216
if (root == null) return int[0];
[ { "docid": "8d51ebaefdb94e748aff7aa61c40e8b6", "score": "0.0", "text": "public int[] findFrequentTreeSum(TreeNode root) {\n helper(root);\n List<Integer> ans = new LinkedList<>();\n for (int sum : map.keySet()) {\n if (map.get(sum) == max) {\n ans.add(sum);...
[ { "docid": "bc34ebc8c20fb98669e5622b38a5324c", "score": "0.7439287", "text": "@Override\n\tpublic int[] visit(TreeNode root) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "f6c6ad35319b07b3876b94b345c88971", "score": "0.70032454", "text": "public Integer getRoot(){\n\t\treturn ...
4572e02b330440329f5ecb86da9aa1f9
Test case number: 305 /Coverage entropy=1.3296613488547582
[ { "docid": "52fc0d548edd8f9dcb7ddd10327ae2a0", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test305() throws Throwable {\n XmlEntityRef xmlEntityRef0 = new XmlEntityRef(\"basePackageForPages\");\n // Undeclared exception!\n try { \n xmlEntityRef0.body();\n ...
[ { "docid": "c40bf506d7139506e0e2b9f810637cff", "score": "0.68125933", "text": "public void calculateCoverageTest(){\r\n\t\t// TODO Auto-generated method stub\r\n\t\tSystem.out.println(\"calculateCoverageTest()\");\r\n\t}", "title": "" }, { "docid": "eb91d6f4cebb8fb86024a8fa2618303a", "sc...
b439b3fa215279d171a1c976a1a97b27
All promises must complete.
[ { "docid": "8f8a3864192e2fefac09a1ce14d990ac", "score": "0.0", "text": "static <T> ReplayPromise<Void> allReplay(final Duration timeout,\n final long time,\n final List<Promise<T>> promises) {\n return allRepl...
[ { "docid": "311b965b35736621dd263cd13c2ec3c7", "score": "0.6550216", "text": "protected void complete() {}", "title": "" }, { "docid": "da955e3c00d3e87b3b5d5923e28ea193", "score": "0.6422495", "text": "@Override\n\t\t\tpublic void complete() {\n\t\t\t\t\n\t\t\t}", "title": "" }...
e910224221b48ce1355e1f7d34b3f74f
List project = projectRepository.findAll(); List board = new ArrayList();
[ { "docid": "02e42a0f0ef98ffcf0303d816c1cfba7", "score": "0.0", "text": "public ProjectBoardModel getModal(int projectId,int userId) {\n\n\t\tProject p=projectRepository.findById(projectId).get();\n\t\tProjectBoardModel model = new ProjectBoardModel();\n\t\tmodel.setProject(p);\n\t\tProjectStar ps = proj...
[ { "docid": "36d598e3ae8ab3bda2d2c0fb16e0f7e0", "score": "0.7590846", "text": "List<Board> getAllBoards();", "title": "" }, { "docid": "8351e8e8fc12824fc51eedc80e0919d5", "score": "0.7225796", "text": "@Override\r\n\tpublic List<BoardVO> boardList() {\n\t\treturn dao.boardList();\r\n\...
e1c3c5e15b09e15dd072674a9c9c734b
Converts the string to a number
[ { "docid": "d466bdbcef0725bc94e64eed8b18b446", "score": "0.0", "text": "public int getNumber(String prompt) {\r\n do {\r\n try {\r\n String item = getToken(prompt);\r\n Integer number = Integer.valueOf(item);\r\n return number.intValue();\r\...
[ { "docid": "805f126e9e5843e23eade1d280cc9e3b", "score": "0.7290982", "text": "public Value str2num() throws KettleValueException {\n return str2num( null, null, null, null );\n }", "title": "" }, { "docid": "78a7c782463b2cffe71619465450d5cf", "score": "0.698654", "text": "public ...
03de1ace7ab1989578fac87c1d8ee17a
Read a list of User
[ { "docid": "3bddd64bbbbd537d3fb5f6de2959115d", "score": "0.78553843", "text": "public List<User> readAll() throws EpickurException {\n\t\treturn userDAO.readAll();\n\t}", "title": "" } ]
[ { "docid": "f06d7f38382ab4bbab990a1bf9f664fd", "score": "0.8055707", "text": "@Path(\"read_list\")\r\n\t@GET\r\n\t@Produces(MediaType.APPLICATION_JSON)\r\n\tpublic List<UserDTO> readUsers() {\r\n\t\ttry {\r\n\t\t\treturn Initializer.getUserController().getUserList();\r\n\t\t} catch (DALException e) {\r\...