query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
2ecf7796e9989f104e842c54a50cda62
Public Methods Construct and return a new session object, based on the default settings specified by this Manager's properties. The session id will be assigned by this method, and available via the getId() method of the returned session. If a new session cannot be created for any reason, return null.
[ { "docid": "b18a2c9b3c2a381cbfbef526fc241173", "score": "0.6243802", "text": "public Session createSession(String sessionId) {\n \treturn createSession(sessionId, true);\n }", "title": "" } ]
[ { "docid": "4083294d79c28b50b0fe4c76ae7b8cb3", "score": "0.74742734", "text": "public Session newSession();", "title": "" }, { "docid": "c85a48cdb21117b34da932922e86e70a", "score": "0.7388499", "text": "public Session createSession() {\r\n Session session = new Session();\r\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": "75def5ed7e4747b10cf4b189a9205d86", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n file_attach = new javax.swing.JButton();\n jS...
[ { "docid": "5f8540ed063cf75672e07098d5395e1e", "score": "0.769977", "text": "private void initComponents() {//GEN-BEGIN:initComponents\n\n }", "title": "" }, { "docid": "4837a419ef51215909345e93ff8d7eb0", "score": "0.7682445", "text": "private void initComponents () {//GEN-BEGIN:i...
d2938e2590d9f587e15ad55ecdac254d
check if this is the root node
[ { "docid": "ea7b7966955f673202be39fa23cdcb90", "score": "0.0", "text": "public Object perform(SessionContext context)\n throws RepositoryException {\n if (item.getDepth() == 0) {\n throw new RepositoryException(\"Cannot remove the root node\");\n }\n\n NodeImpl...
[ { "docid": "ed08693ab972ac9fbdcd899d3eea7813", "score": "0.82426786", "text": "public boolean isRoot(){\n\t\treturn parent==null;\n\t}", "title": "" }, { "docid": "c915591a866c2a0b96a922cb2e48d62d", "score": "0.81638443", "text": "boolean isRoot();", "title": "" }, { "doc...
3a83a9d4d8e6264b946c02d2be654ce6
Creates a file FileDescriptor for a file and all directories in which the file is included.
[ { "docid": "950903842575b870ee2f2c5c8a8abacd", "score": "0.48577863", "text": "public static void createFile(String filename, String revision, \n\t\t\t\t\t\t\t\t Date lastChange, boolean isBinary, \n\t\t\t\t\t\t\t\t IFileDescriptorContainer root) \n {\n if (filename.equals(\".\")) {\n ...
[ { "docid": "fa063bf663fe7feff882b1c9dd05dae3", "score": "0.5330641", "text": "public File createFile(String fileNameWithRelativePath) {\n\t\t\tif (fileNameWithRelativePath.startsWith(\"/\") || fileNameWithRelativePath.startsWith(\"\\\\\")) {\n\t\t\t\tfileNameWithRelativePath = fileNameWithRelativePath.s...
c035cfcefc52d29f87a43bc46d02dfce
private int frames = 0;
[ { "docid": "88978ca8b720dcf7ed0615eb70bc753d", "score": "0.0", "text": "public void setImage(BufferedImage image) {\n\t\tthis.image = image;\n\t\tif (startTime == 0) {\n\t\t\tstartTime = System.currentTimeMillis();\n\t\t}\n//\t\tframes++;\n\t\trepaint();\n\t}", "title": "" } ]
[ { "docid": "c1c1a986a83a920439958ecffa3a76bc", "score": "0.88530064", "text": "public int getFrames(){ return frames; }", "title": "" }, { "docid": "70031619cdc9a5ef5099f2e54dde3ac4", "score": "0.77747977", "text": "PositiveInt getFrames();", "title": "" }, { "docid": "fa...
fbd90cf5b4a910fb88d023d24336a735
Train the neural networks with the given parameters The parameters are stored as attributes of this class
[ { "docid": "7865b71194ca5fe5d5ff9cca3b43841f", "score": "0.6258773", "text": "public void train() {\r\n\r\n\r\n\r\n for (int epoch = 0; epoch < maxEpoch; epoch++) {\r\n // update the totalLoss to 0\r\n double totalLoss = 0;\r\n\r\n // shuffle\r\n Collections.shuffle(trainingSet, r...
[ { "docid": "eded713e224f8fd935975ccec4d93f38", "score": "0.7658535", "text": "public void train() {\n\t\t// iniilize it(input middel ,hidden , output)\n\t\tneuralNet = new NeuralNetwork(Activator.ActivationFunction.Sigmoid, 3, 3, 3);\n\t\tTrainator netTrainer = new BackpropagationTrainer(neuralNet);\n\t...
cab7e0d1d7c98744ef446c0b0c8fab11
Declaration of accessed fields test. (regression test for bug 6538 searchDeclarationsOf incorrect)
[ { "docid": "588bc49f4bd3b3d7a59ea73db95fd971", "score": "0.7821589", "text": "public void testDeclarationOfAccessedFields2() throws CoreException {\n IMethod method = getCompilationUnit(\"JavaSearch\", \"src\", \"a6\", \"A.java\").getType(\"B\").getMethod(\"m\", new String[] {});\n searchD...
[ { "docid": "7df12cc263b286570befb7a7e910e6ff", "score": "0.8046149", "text": "public void testDeclarationOfAccessedFields1() throws CoreException {\n IMethod method = getCompilationUnit(\"JavaSearch\", \"src\", \"a5\", \"B.java\").getType(\"C\").getMethod(\"i\", new String[] {});\n searchD...
a8b83b9033b98dafeb1caf8715e329d1
Returns set of temp team names for empId and date
[ { "docid": "e9265719bb9ccd836b9cae4616a5e9e8", "score": "0.8618192", "text": "public Set getEmpTempTeamNames(int empId, Date date) throws Exception {\n Set ret = new HashSet();\n\n List teams = getEmpTempTeams(empId, date);\n Iterator iter = teams.iterator();\n while (iter.h...
[ { "docid": "d4ed014e494419aead9976f602ea5cfa", "score": "0.83084863", "text": "public Set getEmpTeamNames(int empId, Date date) throws Exception {\n Set ret = new HashSet();\n\n List teams = getEmpTeams(empId, date);\n Iterator iter = teams.iterator();\n while (iter.hasNext(...
8738204fc2b2f8de35c73211c8bd9971
Closes the connection to the associated NWS server.
[ { "docid": "0553737f8b76ad980e1f7d3cb8cc3b65", "score": "0.76210684", "text": "public void close() throws NwsServerException {\n try {\n nwsSocket.close();\n dos.close();\n dis.close();\n } catch (IOException ioe) {\n throw new NwsServerException...
[ { "docid": "f9c255e0ac03a71ba4cfa73ac5a611e0", "score": "0.6849768", "text": "public void closeConnection() {\n G2Connection cnxn = xn;\n if (cnxn != null)\n cnxn.closeConnection();\n }", "title": "" }, { "docid": "833d9b4aa13d0679f174675e0290d924", "score": "0.6756581", ...
0ce5bac0fdf0024e6f976ca7d29fa29b
Sets the tick of the builder to send
[ { "docid": "77eaf86da6ace563477f42d4beb6ed15", "score": "0.70218825", "text": "public EmostatePacketBuilder setTick(Float tick) {\n this.tick = tick;\n return this;\n }", "title": "" } ]
[ { "docid": "a2c1017ad6fce710bdcfdb0404f30764", "score": "0.7171315", "text": "public void setTick(short tick) {\n\t\tthis.tick = tick;\n\t\tCallUpdate(\"tick\", tick);\n\t}", "title": "" }, { "docid": "c86bcf34e32b4503d47fced8878e1e1d", "score": "0.7055934", "text": "public void setT...
a9462b3e1d29a311b14b57e889f5f36f
restituisce il valore dell'attributo mano
[ { "docid": "034ec035bd880b64d3c7fca615a7bb01", "score": "0.0", "text": "public Mazzo getMano() {\n return new Mazzo(this.mano);\n }", "title": "" } ]
[ { "docid": "d9c92ffac63a0ca73c8dde3c479488ba", "score": "0.6211048", "text": "Attributes getAttributes();", "title": "" }, { "docid": "a174d4631ef10bb6709fa6b8507227ec", "score": "0.6141642", "text": "public void cacherAttribut(IhmRelation2 rel)\n/* */ {\n/* 483 */ rel.se...
0293ecb98ff1fc8807ce2bc97076eb06
This method is invoked by the constructor. Because it is a part of the starting procedure of the object that must be on any constructor of this class, it is probably best to keep as a separate method. As we have a single constructor currently, it is not strictly necessary to have it separate.
[ { "docid": "1adb2f3da00df194bb4546e1395184e7", "score": "0.0", "text": "private void starter(QuorumPeer self, QuorumCnxManager manager) {\n this.self = self;\n proposedLeader = -1;\n proposedZxid = -1;\n\n sendqueue = new LinkedBlockingQueue<>();\n recvqueue = new Link...
[ { "docid": "613eaf0e2608925a418a73b23312e1bc", "score": "0.74404514", "text": "public Constructor(){\n\t\t\n\t}", "title": "" }, { "docid": "2fda59f727914730e1ccc0c0b05e57bd", "score": "0.7258278", "text": "Constructor() {\r\n\t\t \r\n\t }", "title": "" }, { "docid": "a50...
85144b619ff46ad62a7e2267d970ba7d
you should always use the SwingUtilities.invodeLater() method to perform actions on swing elements to make certain everything is happening on the correct swing thread
[ { "docid": "0e39f6573ad5de88a104da77a9bae88c", "score": "0.0", "text": "public static void main(String[] args) {\n Runnable swingStarter = new Runnable()\r\n {\r\n @Override\r\n public void run(){\r\n new ShapeTest();\r\n }\r\n };\r\n\...
[ { "docid": "c6880bf5d2018904e2de26b56e8cf3c4", "score": "0.6988384", "text": "public static void main(String args[]) {\n SwingUtilities.invokeLater(new Runnable() { \n public void run() { \n new SwingDemo(); \n } \n }); \n }", "title": "" }, { "docid": "8618d7a21e1d80...
95df8c5f6bfab9f0572e4fe0aa1f8314
Sets the value of the allowedPayMethod property.
[ { "docid": "884ad8376ae15e8ab0dd770c5fb056a3", "score": "0.86716837", "text": "public void setAllowedPayMethod(String value) {\n this.allowedPayMethod = value;\n }", "title": "" } ]
[ { "docid": "fa02c5f906c66eb9b9f8f2403329bf4f", "score": "0.72555995", "text": "public String getAllowedPayMethod() {\n return allowedPayMethod;\n }", "title": "" }, { "docid": "739ad3d043dcce840aa47bee9d2e084c", "score": "0.7109513", "text": "public void setPayMethod( String payM...
5bab5e2c1bfa982ab71557fbf5fb153e
Whether the action was performed while the user was logged in. optional bool logged_in = 3;
[ { "docid": "ce543308c370a34dd2418f5a63a5952e", "score": "0.6794303", "text": "public boolean getLoggedIn() {\n return loggedIn_;\n }", "title": "" } ]
[ { "docid": "a581cb17f76f6d16d38d6988268da92e", "score": "0.7576708", "text": "public boolean givenUserIsLoggedIn(){\n // Creating a new DispatchActivity object and calling the appropriate function to test.\n DispatchActivity testingLogIn = new DispatchActivity();\n testingLogIn.call...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7483394e1343a8171895cc9631c05321", "score": "0.0", "text": "private static String englishParser() {\n return \"the\\r\\n\" +\n \"be\\r\\n\" +\n \"and\\r\\n\" +\n \"of\\r\\n\" +\n \"a\\r\\n\" +\n \"in\\r\\n\" +\...
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "338cf1e848a526c4fdd0b6deefab1695", "score": "0.0", "text": "public void beforeTextChanged(CharSequence s, int start, int count,\n\t\t\t\t\tint after) {\n\t\t\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
d79c583f6182ab910a1add7cfcdee965
Called by the Presentation to get the current Octave Coarse value.
[ { "docid": "d9aa88122822915a3f94422343f3f233", "score": "0.7000541", "text": "int getOctaveCoarse();", "title": "" } ]
[ { "docid": "7a0f67678bf4879c7f84011b13f33960", "score": "0.62406737", "text": "public Octave getOctave() {\n return this.octave;\n }", "title": "" }, { "docid": "df8419717c3962f09a0c747fdc8e0f46", "score": "0.60692126", "text": "public int getOctave() {\n return this.octave;\n...
f6599b4e052f171e525d5ba42ec0d7b8
Set di date considerando tutti i dati estratti
[ { "docid": "379e29ccf8030b6ffea4e40d36037681", "score": "0.0", "text": "private Set<Date> g8getDates(G8Data g8Data, G8DataDB g8DataDB) {\n\n Set<Date> dates = new TreeSet<Date>(new Comparator<Date>() {\n @Override\n public int compare(Date o1, Date o2) {\n ret...
[ { "docid": "ca3f0d2473e8f289bde9bbe1de1fa4fc", "score": "0.7616454", "text": "public void setDate(Date date) { this.date = date; }", "title": "" }, { "docid": "392b76ed3e4bf91d36ca9eaeee269dc5", "score": "0.75621027", "text": "@Override\n public void setDate(Date date) {\n\n }"...
af32eeb7980e20eb6df958b526956ff0
Lists Gateways in a given project and location.
[ { "docid": "db553b0125533c728a1e762c1a6a820b", "score": "0.47375062", "text": "public void listGateways(com.google.cloud.apigateway.v1.ListGatewaysRequest request,\n io.grpc.stub.StreamObserver<com.google.cloud.apigateway.v1.ListGatewaysResponse> responseObserver) {\n io.grpc.stub.ServerCall...
[ { "docid": "8f416fc29f4f3f33610bc1b84327e5d0", "score": "0.58071524", "text": "public abstract List<Location> listLocations();", "title": "" }, { "docid": "2dcf67acf7d5ef64516ec60133b29cb2", "score": "0.5588271", "text": "public List<Gateway> getGateways() {\n \treturn new ArrayList<...
8080d1690b47c29756431ed8cffc9e81
repeated .IM.Status.UserInfo userInfo = 2;
[ { "docid": "3340fd48ce33811aeedd739777ad2543", "score": "0.49852422", "text": "public Builder addAllUserInfo(\n java.lang.Iterable<? extends com.lgoo.proto.IM.Status.IMStatus.UserInfo> values) {\n ensureUserInfoIsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(...
[ { "docid": "e1d1f0e8e806937dfd3a8550c327da2e", "score": "0.65933305", "text": "com.lgoo.proto.IM.Status.IMStatus.UserInfo getUserInfo(int index);", "title": "" }, { "docid": "d087acc9589787c804c2d8ca7f6dda1f", "score": "0.60930306", "text": "com.zhangwuji.im.protobuf.IMBaseDefine.Use...
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": "4c0522dff019f7c7e1348ee553e621fe", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n peminjaman = new javax.swing.JPanel();\n jLab...
[ { "docid": "0f21badeaf42d1b745bc4a2d835f9543", "score": "0.7429887", "text": "public Calendar2Form() {\n super();\n initAndShowGUI();\n }", "title": "" }, { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7392794", "text": "@SuppressWarnings(\"unchecked\")\n...
6115ab00798065d7aa0bb1791cc5bc3e
Created by Marlon.Ramirez on 16/02/2018.
[ { "docid": "e0696901a460faf07b29f50ba2bbd0fe", "score": "0.0", "text": "public interface IConnexionRest {\n\n @GET(\"directions/json\")\n Call<JsonObject> getDirection(@Query(\"origin\") String origin, @Query(\"destination\") String destination, @Query(\"language\") String language, @Query(\"mode\...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.56805265", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "ded15aaeb71ec68606fe2fb94e86fd30", "score": "0.5638527", "text": "@Override\n\tpublic void festlegen() {\n\t\t\n\t}", "title": "" ...
1cde7564c4342f451477f8d51641c7ca
InputMetadata interface defines the common properties of all command line input type.
[ { "docid": "c3cea3b39aa2944a2182fa603f6552c4", "score": "0.8534056", "text": "public interface InputMetadata {\n\t\n\t/**\n\t * Returns the input identifier.\n\t * \n\t * @return String option identifier\n\t */\n\tpublic String getIdentifier();\n\t\n\t/**\n\t * Returns the short description of a command...
[ { "docid": "f162c15e15828e6d94ad05cc23f764f2", "score": "0.54795223", "text": "public interface IInputParameters {\n /**\n * Gets indexed parameters.\n */\n List<String> getIndexedParameters();\n\n /**\n * Gets named parameters.\n */\n Map<String, String> getNamedParameters()...
3a6fe8adef7338b5737fca6930e34c7d
set the database reference to the current user
[ { "docid": "9cf620a37b696fd93212f473377820af", "score": "0.0", "text": "private void writeToFirebase(TestResult testResult) {\n String userID = User.get().getUid();\n testResult.setUser(userID);\n testResult.setTester(userID);\n testResult.setWrittenToFirebase(true);\n\n ...
[ { "docid": "64333c33a1e02106cde0e62be92b38df", "score": "0.73300815", "text": "public void setCurrentUser(User user) {\n _currentUser = user;\n }", "title": "" }, { "docid": "6830be9a25d3e57bce8d57b2cb9e87bf", "score": "0.7066177", "text": "public DatabaseReference getRefer...
fd6b4947425917c44fde8517f15d0c45
normalizes the current vector and returns the normal vector, using the normalize func
[ { "docid": "eb909bc19807aa45705bd77fa97c40ea", "score": "0.8153039", "text": "public Vector normalized()\n {\n Vector v=new Vector(this);\n v.normalize();\n return v;\n }", "title": "" } ]
[ { "docid": "4abc57d88c7bec24a08ec9bab9cca6c2", "score": "0.80922896", "text": "public Vector normalized(){\n double norme = Math.sqrt(this.getNorm2());\n return new Vector(this.coords[0]/norme,this.coords[1]/norme,this.coords[2]/norme);\n }", "title": "" }, { "docid": "c0f5...
54b314e442d9c2fd12f66fa276ace8eb
Checks if an object is null
[ { "docid": "3657b326dcaa539f576ffa2cb3427fbe", "score": "0.8239132", "text": "private boolean isNull(Object obj) {\n return obj == null;\n }", "title": "" } ]
[ { "docid": "23a969b975268163cfe58a94c7211e9c", "score": "0.75448316", "text": "public static boolean isNull(Object object) {\n\t\tif (object != null) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t}", "title": "" }, { "docid": "674c102a25fe2e48671c98fe4de9eff4", "score": "0.7505496",...
5bd9617a2d6a7cf80dc7a01fe61b9b90
NOTE: This method is called by privileged threads. We implement this functionality in a packageprivate method to insure that it cannot be overridden by client subclasses. DO NOT INVOKE CLIENT CODE ON THIS THREAD!
[ { "docid": "3a05aad76fb155823471f5415bae09ce", "score": "0.0", "text": "final String getFamily_NoClientCode() {\n return getFamily(Locale.getDefault());\n }", "title": "" } ]
[ { "docid": "672b750bc5968676187bbad96c35f454", "score": "0.62042874", "text": "@Override\n\tpublic void updateClient() {\n\t\t\n\t}", "title": "" }, { "docid": "6d75459f6d71322ec635ae91b946a22b", "score": "0.592427", "text": "@Override\r\n\t\tprotected void run() {\n\t\t\t\r\n\t\t}",...
e6d7879c787a7db907e2f1c2039f3319
$ANTLR end "T__121" $ANTLR start "T__122"
[ { "docid": "abef0d348e57b4d257822fb849fad0bb", "score": "0.0", "text": "public final void mT__122() throws RecognitionException {\n try {\n int _type = T__122;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // ../org.sqlproc.meta.ui/src-gen/org/sqlproc/meta/ui/contenta...
[ { "docid": "2cc83c1063fe338ba57570d453ea9dc0", "score": "0.5758259", "text": "public interface MyPythonGrammarConstants {\n\n /** End of File. */\n int EOF = 0;\n /** RegularExpression Id. */\n int EQU = 7;\n /** RegularExpression Id. */\n int SEMICOLON = 8;\n /** RegularExpression Id. */\n int ...
1f72bcb634a603545baf557aba1d6355
Selector Returns the state In [theMPB,theMVP] of face with index theIndex
[ { "docid": "dab51fb4ed5c82f19628678ed4ac09fe", "score": "0.5199716", "text": "public void FaceInfoIn(int theIndex, BOPDS_IndexedMapOfPaveBlock theMPB, SWIGTYPE_p_TColStd_MapOfInteger theMVP) {\n OCCwrapJavaJNI.BOPDS_DS_FaceInfoIn(swigCPtr, this, theIndex, BOPDS_IndexedMapOfPaveBlock.getCPtr(theMPB)...
[ { "docid": "32ae5c7aa9fd658cc0189bfc8b6e8dcb", "score": "0.53792286", "text": "void selected(int index);", "title": "" }, { "docid": "5a217ae8589ad47e3c6c087f9f95cdb7", "score": "0.52141595", "text": "public int getSelectedPresent(){\n return localSelec...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "48e362e84e74dde1363e39e08af2c258", "score": "0.0", "text": "public java.lang.String getPage() {\n return localPage;\n }", "title": "" } ]
[ { "docid": "66dfe07a0eb4db8398eaa70157740eef", "score": "0.75164664", "text": "public String get();", "title": "" }, { "docid": "0ccb72c3182fb45a29a1cb3cf14beea4", "score": "0.7437798", "text": "String getGetAccessor();", "title": "" }, { "docid": "cae7dd0c3ea172c79f53946...
4108a6f6168d8b7dff1aef8e09a4d528
.nest.trait.product.detect.DetectInstallationStateTrait.DeviceMode newDeviceMode = 2;
[ { "docid": "b021275826e18babf8d0b295465a7e8d", "score": "0.6135164", "text": "@java.lang.Override public nest.trait.product.detect.Detect.DetectInstallationStateTrait.DeviceMode getNewDeviceMode() {\n @SuppressWarnings(\"deprecation\")\n nest.trait.product.detect.Detect.DetectInstallationS...
[ { "docid": "1bd7001577574f7eeb8dc9f21f138a20", "score": "0.8980812", "text": "nest.trait.product.detect.Detect.DetectInstallationStateTrait.DeviceMode getNewDeviceMode();", "title": "" }, { "docid": "38f748c3ab2ae3fac121da79191138a6", "score": "0.85972524", "text": "nest.trait.produc...
a85376e28b95008fd9850b8493025a00
Returns the result of interpreting the object as an instance of 'Class Integration'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "54767737dedb6f9ca85f0a06b3135249", "score": "0.73695755", "text": "public T caseClassIntegration(ClassIntegration object) {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "150e6533588960a3dd0d099c5978bf75", "score": "0.6557902", "text": "public T caseIntegration(Integration object) {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "1be7ec46325f15b3f40dc4490d071171", "score": "0.5956803", "text": "Class<? extends Object> getConversionClas...
bb6acf71849a79d524afb8f7aee525e1
Method to set the DTD root Would be nice to do this in the constructors but it gets confused with the parserClass parameter
[ { "docid": "ba4e34571037b98a83cc590ab156c746", "score": "0.71273106", "text": "public void setDtdRoot(String dtdRoot) {\r\n\t this.dtdRoot = dtdRoot;\r\n\t}", "title": "" } ]
[ { "docid": "08754c6fc2fce06e4a8b9539d719ef98", "score": "0.58636016", "text": "public ADLDOMParser()\n {\n mLogger = Logger.getLogger(\"org.adl.util.debug.validator\"); \n\n mParser = null;\n mDocument = null;\n mIsXMLWellformed = false;\n mIsXMLValidToSchema = false;\n m...
28eddbaee31af314cd353d267999b036
Put the cache value from given cacheName and key.
[ { "docid": "360f956454d83a29e217af1d340eee40", "score": "0.0", "text": "@DeleteMapping(value = \"/{cacheName}/{key}\")\n byte[] remove(@PathVariable(\"cacheName\") String cacheName,\n @RequestHeader(FilterConstants.LOAD_BALANCER_KEY)\n @PathVariable(\"key\") String k...
[ { "docid": "4eb0841af963b7bba1cac3d7350b1f2d", "score": "0.73111546", "text": "public void put(String key, Object value) {\n cache.put(key, value);\n }", "title": "" }, { "docid": "7878aa11b72a3225225214ca047e199a", "score": "0.6694922", "text": "public void setCache(String...
498a0da0db51c1512690824a853344af
Create the IOperable object for DOJO domain. Subclass SHOULD override this method if DOJO will be supported.
[ { "docid": "a90bdc1022e38d21d958ce29ab8fb56a", "score": "0.8580844", "text": "protected IOperable createDOJOOperable(){\n\t\tIndependantLog.warn(StringUtils.debugmsg(false)+\" Cannot create IOperable for DOJO at this time.\");\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "0873007ccb2db60745520d17466ae33b", "score": "0.69347835", "text": "protected IOperable createGenericOperable(){\n\t\tIndependantLog.warn(\"Using generic IOperable Component with minimal functionalities.\");\n\t\treturn this;\n\t}", "title": "" }, { "docid": "2d23d525f29a44f4cdfc3...
55c50d9f7a69861e2c2b1896a46baea0
Nyheter og media link locator
[ { "docid": "8c7eb2bd2bba566c8cbcf2be9d45c616", "score": "0.7121196", "text": "public static WebElement lnk_NyheterOgMedia(WebDriver driver) {\n\t\telement = driver.findElement(By.linkText(\"Nyheter og media\"));\n\t\treturn element;\n\t}", "title": "" } ]
[ { "docid": "d362b4af33dd9c49d628d1423ff037c1", "score": "0.68890965", "text": "public MediaLocator getMediaLocator();", "title": "" }, { "docid": "1f9201c35e4e8d2f6f501dcff3a1b42b", "score": "0.6310441", "text": "com.ua.mytrinity.tv_client.proto.MediaServer.MediaMovie.Release.Link ge...
10e416fb60dc5815ad9f064367b0f50b
Returns a new object of class 'Service'.
[ { "docid": "b5c815f6d73ab80ead8cad46a5ca713a", "score": "0.8070437", "text": "Service createService();", "title": "" } ]
[ { "docid": "d2b4c81ca7c30449565898a1da634b93", "score": "0.7937093", "text": "public T createService();", "title": "" }, { "docid": "db5bad6b04f133f730ecd362d2d04514", "score": "0.76030296", "text": "public T create() {\n return service.cast(Proxy.newProxyInstance(service.getClass...
8d11b4f11bab08eba45371c8f7c65ee5
optional .NameValueSet options = 5;
[ { "docid": "413403db5f5d4dcd389fbcb36e31f746", "score": "0.6752161", "text": "poke.comm.App.NameValueSetOrBuilder getOptionsOrBuilder();", "title": "" } ]
[ { "docid": "ef5cb3c78e1e3367f08866c62595adac", "score": "0.7385492", "text": "poke.comm.App.NameValueSet getOptions();", "title": "" }, { "docid": "ef5cb3c78e1e3367f08866c62595adac", "score": "0.7385492", "text": "poke.comm.App.NameValueSet getOptions();", "title": "" }, { ...
fdd1f96a52609595bc48e8ac84505db5
required uint32 timestamp = 2;
[ { "docid": "e940d73f8434614e456c99f9c3f555bd", "score": "0.6844857", "text": "int getTimestamp();", "title": "" } ]
[ { "docid": "91ff17c2e03e3962cddc547856f1d8a9", "score": "0.7243786", "text": "void timestamp(int usec, byte type, byte value);", "title": "" }, { "docid": "4298fd5d6fb5f4f5dcfecbe817e63248", "score": "0.6926634", "text": "void receivedTimestampOnly(long timestamp);", "title": "" ...
bd41c303e0a0a6a4b851fa780d16ac34
Performs some Processes on Background Thread and Returns a specified Result //
[ { "docid": "41e371dcfc91843acbbd22ff90a2d70d", "score": "0.0", "text": "@Override\n protected String doInBackground(String... params) {\n \n if (\"grouped\".equalsIgnoreCase(productDetails.getType())) {\n for (int i=0; i<productIDList.size(); i++) {\n ...
[ { "docid": "2b2007d540dbf91cae08893a165599fc", "score": "0.64443874", "text": "@Override\n public Integer call() throws Exception {\n\n for (int i = 0; i < 100; i++) {\n result =+ i;\n }\n // 休眠5秒钟,观察主线程行为,预期的结果是主线程会继续执行,到要取得FutureTask的结果是等待直至完成。\n ...
8db4af44bfaeab0e3da9ad0cdb2a1d6b
Handles all incoming POST requests to the servlet.
[ { "docid": "81c7029d3142f3404f291dbe453c716c", "score": "0.0", "text": "@Override\n protected void doPost( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException {\n bzb = new BooksZenBooks( \"en\", dbConfigResource ); // @TODO language should be a requ...
[ { "docid": "1b7df2b6a43ba5e5365602dfdd74416d", "score": "0.7871528", "text": "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processPOSTRequest(request, response);\r\n }", "title": "...
3f418c235e38937f0700a53c1aa090a6
NB HAS GET&SET = private
[ { "docid": "f0d1846b20091ee9cdaca97b95ce6d31", "score": "0.0", "text": "public HotelSearchRS() {}", "title": "" } ]
[ { "docid": "0bdd7156418e07a48c2891d54f2fcc38", "score": "0.64473283", "text": "@Override\n\tpublic void get() {\n\t\t\n\t}", "title": "" }, { "docid": "0bdd7156418e07a48c2891d54f2fcc38", "score": "0.64473283", "text": "@Override\n\tpublic void get() {\n\t\t\n\t}", "title": "" }...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d343c9443bf15611d5ce66301a1a89a9", "score": "0.0", "text": "public static void main(String[] args) {\n\r\nApplicationContext ac= new ClassPathXmlApplicationContext(\"aop/demo.xml\");\r\n\t\t\r\n\t\tAccount a= ac.getBean(\"account\", Account.class);\r\n\t\ta.deposit(200);\r\n\t\ta.withdraw(70...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
280f8354d68f5ab9ced345892c0b67c3
/ shiftedRegion is a separate copy of a modification of regions.get(shiftRegionNum) Adjusting: randomly pick according to the leftover proportion the smallest increase from neighbors smallest total number of recursions You also have to take candidate cells into account
[ { "docid": "35c7db2ccdc88b67e243a822effa7d9c", "score": "0.66583157", "text": "private static List<Region> adjustRegions(List<Region> regions,\r\n\t int shiftedRegionNum, Region shiftedRegion) {\r\n\t// TODO priority\r\n\treturn null;\r\n }", "title": "" } ]
[ { "docid": "0dd9165f93a4c83e362f38a9e85c2109", "score": "0.695174", "text": "private Region randomShift(Region region, WeightPrecomputation wf,\r\n\t boolean isSmallerWeight, int xSize, int ySize) {\r\n\tint cornerNum = -1;\r\n\tPoint cornerToShift = null;\r\n\tPoint shiftedCorner = null;\r\n\tRegion...
29ad8850e5b695b73e143be0bf03c717
get function is used to calculate the possibility of now!!
[ { "docid": "a6ce7c13073d4b9896200fc88f5e570c", "score": "0.0", "text": "private static double[] get(String s){\r\n double[] res = new double[linklen];\r\n Arrays.fill(res, 1.0);\r\n\r\n //if user have no action, the possibility is (1 - p1) * (1 - p2) * ..... (1 - pn)\r\n if(s...
[ { "docid": "6c980692957f726c55bd1616886093f1", "score": "0.66356266", "text": "long getAllowance();", "title": "" }, { "docid": "35c5fb9a24668d06784139deb4cd4699", "score": "0.62465715", "text": "long get();", "title": "" }, { "docid": "124f2658d78959cf300d19c4a177b123", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4cd51ff126b820c3cd20f4c381d57320", "score": "0.0", "text": "@Override\n\tprotected void cleanup(Context context) throws IOException, InterruptedException {\n\t\tsuper.cleanup(context);\n\t\tlogger.info(\"MyMapper cleanup method\");\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
f1dd31d4bd0a14a577537201388bff70
write your code here
[ { "docid": "b07cb3c4d72ea53bc51ae61dc31d3087", "score": "0.0", "text": "public static void main(String[] args) {\n }", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6581186", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "a2392cc71aaf87bc730f13f37ecdb439", "score": "0.6451245", "text": "private void apparence()\r\n\t\t{\r\n\t\t//Rien\r\n\t\t}", "title"...
1f20a3ca5df47947b609863d11c714a8
Returns the last bookmarks entry in the ordered set where uuid = &63; and companyId = &63;.
[ { "docid": "15ec32df11889a5819407696e059df6c", "score": "0.76770204", "text": "public BookmarksEntry fetchByUuid_C_Last(String uuid, long companyId,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<BookmarksEntry> orderByComparator);", "title": "" } ]
[ { "docid": "54b42e9788747912ff848d7c80264f62", "score": "0.749181", "text": "@Override\n\tpublic Bookmark fetchByUuid_C_Last(\n\t\tString uuid, long companyId,\n\t\tOrderByComparator<Bookmark> orderByComparator) {\n\n\t\tint count = countByUuid_C(uuid, companyId);\n\n\t\tif (count == 0) {\n\t\t\treturn ...
36cc5c22e77c57d2e12bd2ebc18884f1
/ / / / /
[ { "docid": "47aa93def507a7748a721de38ea539a6", "score": "0.0", "text": "private <V, A extends Annotation> ConstraintValidator<A, V> createAndInitializeValidator(ConstraintValidatorFactory constraintFactory, Class<? extends ConstraintValidator<?, ?>> validatorClass, ConstraintDescriptor<A> descriptor)\n/...
[ { "docid": "d2a10a8f8b9f99acf73138c79fabb5ec", "score": "0.6010361", "text": "public static void main(String[] args) {\n System.out.println(\" /\\\\\");\n System.out.println(\" / \\\\\");\n System.out.println(\" / \\\\\");\n}", "title": "" }, { "docid": "3966cc02b...
77a90edf72876d6df1b522ce0297ff00
Below program will give one exception at once after resolve the one exception then other exception will be resolve
[ { "docid": "aa3bdb39c45ac6f6e0cf72de8485a2ca", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tSystem.out.println(\"Hello 1\");\r\n\t\tSystem.out.println(\"Hello 2\");\r\n\t\tSystem.out.println(\"Hello 3\");\r\n\t\ttry {\r\n\t\t\tSystem.out.println(100/200);//ArithmeticException\r...
[ { "docid": "23323d965285dd3f42641a200e48bb74", "score": "0.6535171", "text": "private void propagateMostUsefulFault() {\n Exception fx = null;\n for (BascomTaskFuture<?> next : inputs) {\n if (next.isCompletedExceptionally()) {\n try {\n next.ge...
9c443896653479136c0e135862c8ca13
$ANTLR end "rule__Dialog__Group__1__Impl" $ANTLR start "rule__Dialog__Group__2" ../net.ages.workbench.templates.dsl.ui/srcgen/net/ages/workbench/templates/dsl/ui/contentassist/antlr/internal/InternalAtem.g:10059:1: rule__Dialog__Group__2 : rule__Dialog__Group__2__Impl ;
[ { "docid": "5fa3f01a7fe3522735a8c275c407fe89", "score": "0.81296307", "text": "public final void rule__Dialog__Group__2() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../net.ages.workbench.templates.dsl.ui/src-gen/net/ages/wor...
[ { "docid": "49ce8518bb0fcc55a7c39bac52bc7218", "score": "0.781601", "text": "public final void rule__Dialog__Group__2__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../net.ages.workbench.templates.dsl.ui/src-gen/net/ages...
d96169b64fef64254b60cfedae086ce4
This section title code does not seem consistent with other sections (i.e: of CourseProposal) section title is now instead displayed based on verticalSectionView in createUploadForm() /SectionTitle viewTitle = SectionTitle.generateH2Title(getTitle()); viewTitle.addStyleName("kslayoutheader"); layout.add(viewTitle);
[ { "docid": "6757aa100c74352f93c970531f86320f", "score": "0.0", "text": "@Override\n protected Widget createWidget() {\n \n layout.add(saveWarning);\n saveWarning.setVisible(false);\n buttonPanel.setButtonText(OkEnum.Ok, \"Upload\");\n buttonPanel.getButton(OkEnum.Ok...
[ { "docid": "1e98b6ae1f94427a71df227f4329adab", "score": "0.65970623", "text": "@Override\n\tpublic String getSectionTitle() {\n\t\treturn SectionTitle;\n\t}", "title": "" }, { "docid": "af54117dec91753cca412ff9a7a85751", "score": "0.65434533", "text": "@Override\n\tpublic String getS...
8623fb1bd2b8998582ee7c86afa21147
Creates a linked encrypted outputstream. Format implementations may want to override this to access the key symbol, do their own (possibly weird) encryption on streams.
[ { "docid": "6401269154e28123908b2079d4b4b389", "score": "0.6710826", "text": "public OutputStream getLinkedCipherOutputStream(Symbol key, OutputStream out) throws Exception {\n return new CipherOutputStream(out, this.getCipher(key, Cipher.ENCRYPT_MODE));\n }", "title": "" } ]
[ { "docid": "235f21a72e0d1e1487171a49a6494e07", "score": "0.67950714", "text": "public abstract OutputStream createEncryptionStream(OutputStream out, Encryptor encryptor)\n throws IOException;", "title": "" }, { "docid": "33f5a07e1a9aebd7696fdb23bb10f91b", "score": "0.61505795", "t...
c8bedc554fbfceaee75849931c734352
This methods remove all the temporary files that have been created by the storage manager. This removal is only done if the instance of eclipse calling this method is the last instance using this storage manager.
[ { "docid": "3b4a06d9f0fe245417405d793c41e9dc", "score": "0.6503541", "text": "private void cleanup(boolean doLock) throws IOException {\n \t\tif (readOnly)\n \t\t\treturn;\n \t\t//Lock first, so someone else can not start while we're in the middle of cleanup\n \t\tif (doLock && !lock(true))\n \t\t\tthro...
[ { "docid": "873052ae06e604a53e0a4aa58b3cea9c", "score": "0.7134897", "text": "public void deleteTempFiles(){\n deleteTempFiles(tempFile);\n }", "title": "" }, { "docid": "3e299f043ae3ae0694275d04eea52f24", "score": "0.70460236", "text": "public void dispose() {\r\n t...
3cf0cf9fe676647c40ba7118f1ecf6f8
This helper method will return everything in the history stack in a String.
[ { "docid": "623767ba5c09416c4d54e1fe520f0f60", "score": "0.8564182", "text": "private String getEverythingFromHistoryStack() {\n String result = \"\";\n for (int i = 0; i < historyStack.size(); i++) {\n // loop over the while stack\n result += Integer.toString(i + 1) + \" \" + historySt...
[ { "docid": "594ce09c417de40e0bcc26574a433a96", "score": "0.80150414", "text": "java.lang.String getHistory();", "title": "" }, { "docid": "ff1d2700a83bde85132e58a7382c8a3f", "score": "0.7393687", "text": "public static List<String> getHistoryStack() {\n List<String> copy = new Arr...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1ae54f1ed7f2abc539d8c43833d4888c", "score": "0.0", "text": "@Override\r\n\tpublic boolean canMove(int x, int y) {\n\t\treturn (Math.abs(x) <= 1 && Math.abs(y) <= 1);\r\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
a174be88555cb4203c15fa01edbc856f
Do not let players remove armor
[ { "docid": "672e7659182b1f39e8fed4e540ee4302", "score": "0.0", "text": "@EventHandler\n\tpublic void inventoryClickEvent(InventoryClickEvent e) {\n\t\tif(e.getSlotType() == InventoryType.SlotType.ARMOR)\n\t\t\te.setCancelled(true);\n\t}", "title": "" } ]
[ { "docid": "8d0bee000feb54ef8095d219a022e9e5", "score": "0.78477263", "text": "public void armorCheck(Player player)\n/* */ {\n/* 150 */ if (!player.hasPermission(\"supernatural.player.ignorearmor\")) {\n/* 151 */ PlayerInventory inv = player.getInventory();\n/* 152 */ ItemStack he...
9b57edb2247cf990af3ad7a7dc0a249f
send request to each dataNode
[ { "docid": "d4e367155b48e87bfdf16e6216e222a1", "score": "0.0", "text": "private Map<TDataNodeLocation, List<TConsensusGroupId>> sendRegionRequest(\n Map<TDataNodeLocation, List<TConsensusGroupId>> dataNodeConsensusGroupIdMap) {\n Map<TDataNodeLocation, List<TConsensusGroupId>> failedDataNodeMap ...
[ { "docid": "97d0e7193f600ad2e357c600b11e3ca4", "score": "0.63518953", "text": "private void getData() {\n //Adding the method to the queue by calling the method getDataFromServer\n requestQueue.add(getDataFromServer());\n //Incrementing the request counter\n }", "title": "" ...
7dd6ba06adee838fa4aad2b45675b356
O(N lg K) running time + O(K) memory
[ { "docid": "4eeae362edeeae39230f05e4fc31f0a4", "score": "0.0", "text": "public int findKthLargest_2(int[] nums, int k) {\n PriorityQueue<Integer> pq = new PriorityQueue<>();\n for (int val : nums) {\n pq.offer(val);\n if (pq.size() > k) {\n pq.poll();\n...
[ { "docid": "1f546e923bdfddb1c0e6880f8aba9552", "score": "0.5969716", "text": "@Benchmark\n public void javaIndexForeachWithKnownResultSize(Blackhole bh) {\n final List<IndexedString> data = offsets.get(exponent);\n final Map<Integer, IndexedString> indexed = new HashMap<>(data.size());\...
5463d4160a588c3609657c1f3ba50e96
Returns the usage of the MenuItem.
[ { "docid": "e3044b0aed77bc44ed613cbe0ede7a43", "score": "0.5931562", "text": "int getUsage() {\n\t\treturn usage;\n\t}", "title": "" } ]
[ { "docid": "2cab17f8258ce704d52642c730dacc21", "score": "0.67147315", "text": "String getUsage();", "title": "" }, { "docid": "079935a608c427332a2a42eb0bc064f1", "score": "0.6632392", "text": "public String getUsageOption() {\n\t\tSelect select = new Select(usage);// selected value f...
db1218d2c30c3e75c8c5f9fcf2a132b2
name: setMultipleFieldValues(WebDriver driver, DataTable dataTable, String paneName) functionality: Function used to set value for multiple elements param: WebDriver driver WebDriver object param: DataTable dataTable Stores the charge headers and their values param: String paneName Optional parameter to store pane name...
[ { "docid": "4fe599b223771fa5ebc1e5417dee3d2f", "score": "0.78173226", "text": "public static String setMultipleFieldValues(WebDriver driver, DataTable dataTable, String paneName, String pageName) throws InterruptedException {\n\t UtilFunctions.log(\"Class: \" + page.className + \"; Method: \" + n...
[ { "docid": "59c46e0c83f3ea8960632ee965d45265", "score": "0.575395", "text": "void setParameterValues(double[] value);", "title": "" }, { "docid": "4c7e18840e8e9289e504496b86d965d8", "score": "0.5442997", "text": "public void setTableData(Vector data, Vector headers) throws XUITypeFor...
76a35046df8c938aa81f14d2488c9a1c
Citations of a description of known issues associated with the resource along with proposed solutions if available.
[ { "docid": "382f608bd2e10fae8012282f2ccf21e8", "score": "0.5927515", "text": "@UML(identifier=\"identifiedIssues\", obligation=OPTIONAL, specification=ISO_19115)\n default Collection<? extends Citation> getIdentifiedIssues() {\n return Collections.emptyList();\n }", "title": "" } ]
[ { "docid": "f7cdc095977859f5c1bc3824576b9e55", "score": "0.5336375", "text": "public String getDesc() {\n StringBuffer buf = new StringBuffer();\n buf.append(\"is a store credit issue a valid change ty\");\n buf.append(\"pe? In some cases, but not for a cash drop for example.\");\n return b...
29a9ec4c77e582a26da24f839bb6b965
Delete Journal from database
[ { "docid": "d8fa46bb245bf12e4e0e5dec46385ee0", "score": "0.0", "text": "static void delete(long id) {\n SQLiteDatabase db = instance.getWritableDatabase();\n db.execSQL(\"DELETE FROM entries WHERE _id = \" + id);\n }", "title": "" } ]
[ { "docid": "5319770cbcfae75541f6fd45e1ed9a0a", "score": "0.6768895", "text": "int deleteByPrimaryKey(Integer logid);", "title": "" }, { "docid": "f2d29b6b1db33bbb35e1e45cc85505ca", "score": "0.65625685", "text": "public void delete(Long id) throws PersistenceException;", "title":...
20c5d66724d628b8ec4d148fac85bfa7
Draws enemy plane based on its x,y coordinates
[ { "docid": "54193d0a4dd8fa606209c5d6e176060d", "score": "0.0", "text": "public void draw(ImageObserver obs) {\n if (show) {\n WingmanExe.g2.drawImage(img, x, y, obs);\n }\n }", "title": "" } ]
[ { "docid": "2f0626024fac175d44dbb679ef1a9206", "score": "0.6826636", "text": "public void drawEnemy(int slot, Enemy enemy)\n {\n GLES30.glBindTexture(GLES30.GL_TEXTURE_2D, enemyNames[slot]);\n GLES30.glUniform3f(textureGenericShader.getOffsetLoc(), enemy.x, 150 + enemy.y, 0.0f);\n ...
54e4528b17ff1e74361567970d88d039
Returns false if the move is forward, true if it is not
[ { "docid": "2850486f24c3b8ae24a1165edc1cf183", "score": "0.0", "text": "public boolean backwardMove(Box curr, Box goTo) {\n if (curr.getPiece().getColor() == Piece.Color.WHITE && curr.getY() > goTo.getY()) {\n return false;\n }\n else return curr.getPiece().getColor() != ...
[ { "docid": "9979a1b438448dfa092e2902929e62f4", "score": "0.8140694", "text": "boolean hasForward();", "title": "" }, { "docid": "ed52a45f33e111662b639075aa343ed8", "score": "0.7947381", "text": "boolean isMove();", "title": "" }, { "docid": "ed52a45f33e111662b639075aa343e...
1c82a988f20b5909e9f39c5323dbf5aa
/ / / / / / / / /
[ { "docid": "d918ef08fc8d87407ee72fbdbc43e9a1", "score": "0.0", "text": "public void setShortColumnNames(boolean enable) {\n/* 339 */ this.config.enableShortColumnNames(enable);\n/* */ }", "title": "" } ]
[ { "docid": "0022fd8a33c9a06ec94d5eca80a9a8b1", "score": "0.5252953", "text": "public void divide() {\n\t\t\n\t}", "title": "" }, { "docid": "d397bf2b198037b6a5099b7ab955e765", "score": "0.5225518", "text": "@Override\n public int getWidth(){\n //Offset for collision incase ...
ba5bda8803e9c7575774f70fb81cafe3
Returns the last known user location
[ { "docid": "c7f70ec8ebe7588048b8a124be533e19", "score": "0.7586725", "text": "public Location getLastKnownLocation(){\n Log.d(TAG, \"getlastKnownLocation() called\");\n return this.lastKnownLocation;\n }", "title": "" } ]
[ { "docid": "c76b7f0a895286e373bdd33d3d4141fd", "score": "0.7708033", "text": "UserLocationData getUserLocation();", "title": "" }, { "docid": "34e9431dc3905ba398b96b85128f11be", "score": "0.75172794", "text": "@Nullable\n public Location getLastKnownLocation() {\n return ge...
14b3187d3f4279e14e0db952e540a8d7
Ends game by setting a GameStatus and stops the game chronometer
[ { "docid": "4810404365ed7ed70bef6d7d8fec6608", "score": "0.70069885", "text": "public void end(GameStatus status) {\n this.status = status;\n this.duration = Duration.between(start, LocalDateTime.now());\n }", "title": "" } ]
[ { "docid": "45ca734942d0c4abfd306c286d17cefe", "score": "0.7748792", "text": "public void endOfGame(int status){\n gui.endOfGame(status);\n }", "title": "" }, { "docid": "c8ad6cac3e3b007c75569b6ef75c7cb5", "score": "0.72284544", "text": "public void endGame(){\n Inte...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ed938f453bc13ec442eb2ba0afad3037", "score": "0.0", "text": "@Override\n\tpublic HashMap<Position, Tile> getMapTile() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "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...
b1e92c1d9cc42ac594076d729df3b57e
Initializes the HttpRequestImpl prior to sending a request. Calling this method initializes HttpRequestImpl by storing the method, uri, asyncFlag, userName, and password values. This also sets the readyState to OPEN, resets the response state to their initial values, and resets the request headers. If open() is called ...
[ { "docid": "df3a332e48310bfa080b5d4de1ae18be", "score": "0.54458743", "text": "public void open(String method, URL url, boolean asyncFlag, String username,\n String password) {\n if (worker != null && (readyState == ReadyState.SENT\n || readyState == ReadyState.RECEIVING...
[ { "docid": "71b0c30ccdd3782b159b546f3e82deb9", "score": "0.60862947", "text": "protected final void init() {\r\n this.hdtCallableLock = new ReentrantLock();\r\n this.resubmitAttempts = 0;\r\n this.cbList = new LinkedList<ICallback>();\r\n this.doesConnect = true;\r\n t...
06aef9f604214061c5c5b7a253afbb29
This method was generated by MyBatis Generator. This method returns the value of the database column regkt_order.cpay_time
[ { "docid": "64b0e6f922d5bbe3a2108859660d1641", "score": "0.7052398", "text": "public Date getCpayTime() {\n return cpayTime;\n }", "title": "" } ]
[ { "docid": "9dd2075e4dda346a52c173c45e577b19", "score": "0.6280276", "text": "@Column(name = \"D_CTIME\", nullable = false)\n public Date getCtime() {\n return this.ctime;\n }", "title": "" }, { "docid": "fd36dd991105fa61dc4710168e4a59e0", "score": "0.62794167", "text": ...
3b091ccb02a9da15f49ff74f6b23ebf8
This method overrides the one in the superclass. Called when the server stops listening for connections.
[ { "docid": "0f96dc2e820e2f53669e960d8c22c618", "score": "0.7783529", "text": "protected void serverStopped() {\n\t\tSystem.out.println(\"Server has stopped listening for connections.\");\n\t}", "title": "" } ]
[ { "docid": "756ab729b17d0c05f42f0990a90bc239", "score": "0.78570104", "text": "protected void serverStopped() {\r\n\t\tSystem.out.println(\"Server has stopped listening for connections.\");\r\n\t\ttry {\r\n\t\t\tconn.close();\r\n\t\t} catch (SQLException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t...
f07d9bc2c11ba4d61a6b92523ba303fd
Return the value associated with the column: net_amount
[ { "docid": "ee8c332892eba80c0ca30f5d09a78354", "score": "0.71650076", "text": "public java.math.BigDecimal getNetAmount () {\n\t\treturn netAmount;\n\t}", "title": "" } ]
[ { "docid": "fdd709a9f7b8a0e652bb5325de000341", "score": "0.7421942", "text": "public gw.api.financials.CurrencyAmount getNetAmount() {\n return ((gw.cc.financials.check.entity.Check)__getDelegateManager().getImplementation(\"gw.cc.financials.check.entity.Check\")).getNetAmount();\n }", "title": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6e5dd6de8538a992ce56a07ad595b481", "score": "0.0", "text": "@Override\n\tpublic void show() {\n\n\t}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
d166e091943f1615c3a4c45af56d5e6d
Get the date from the Mood object
[ { "docid": "cba68dac2e3391ab456e27e5ef67fb41", "score": "0.6338207", "text": "public Date getDate(){\n return date;\n }", "title": "" } ]
[ { "docid": "4ad2fdbf96870530808ff2d61bcbaaaf", "score": "0.7245844", "text": "public Mood(Date date){\n this.date = date;\n }", "title": "" }, { "docid": "9cbb1540d1320bf944c6a6e66ec7f11f", "score": "0.7138482", "text": "public Mood(){\n date = new Date();\n }", ...
0e897a340a72a7de562d9cccff8f4f29
Remove the custom column (and also its value) from this CustomColumnValues.
[ { "docid": "297e70c3c121a88823c3fcbc8f8daae5", "score": "0.74063843", "text": "public void removeCustomColumn(String colName) {\n mapCustomColumnValue.remove(colName);\n }", "title": "" } ]
[ { "docid": "c253628f5e214115fc60aeb284206b12", "score": "0.67828774", "text": "void removeColumn();", "title": "" }, { "docid": "c0316d13e59e086f494ee6e18e68eca2", "score": "0.65273905", "text": "public void removeColumn(TruthTableColumn column) {\n columns.remove(column);\n ...
d6782c17f883aa7296f3bdb0c926ccb3
/ Apr 25, 2013
[ { "docid": "b3d11c4a0241afaae37ef4aa4fa808fa", "score": "0.0", "text": "@Override\r\n\tpublic void acknowledgeExpMessage(String accId, String expId, Date ts) {\r\n\t\t//\r\n\r\n\t\tAcknowledge ack = new Acknowledge().forCreate(this.dataService);\r\n\t\tack.setAccountId(accId);\r\n\t\tack.setCategory(Ack...
[ { "docid": "4c288e784d5163958efb3d6c49e0ff04", "score": "0.62743056", "text": "Date getDatePublished();", "title": "" }, { "docid": "6b6c0f62f08796dba0800136ec8cdc0e", "score": "0.6196344", "text": "public String getDate()\n/* */ {\n/* 51 */ return this.date;\n/* */ }",...
dba34bec27f6a096da6d52d90ece291c
This is the getter method this will return the attribute value. Service engine management network name. Field introduced in 18.2.2. Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. Default value when not specified in API or module is interpreted by Avi Controller ...
[ { "docid": "2c8466abecb260e54a8c888ca7d9d51d", "score": "0.7120891", "text": "public String getManagementVpcNetworkName() {\n return managementVpcNetworkName;\n }", "title": "" } ]
[ { "docid": "565bd2037a7347f391c05b262c3f82fa", "score": "0.76984257", "text": "public java.lang.String getNetwork_name() {\n return network_name;\n }", "title": "" }, { "docid": "7d7b7d7e8d26b611d5e1ac05a7253591", "score": "0.7486648", "text": "public java.lang.String getNe...
dc9bb39f0371f012563a056005018583
Get the verified id value for an object
[ { "docid": "9cc0379dc83c069ac9f23f996f4bd48b", "score": "0.6722355", "text": "final protected String getIdValueForObject(O object)\n\t{\n\t\tString idValue = getIdValue(object);\n\t\tif (idValue == null)\n\t\t{\n\t\t\tthrow new IllegalStateException(\n\t\t\t\t\"A call to idValue(Object) returned an ille...
[ { "docid": "dad658c253ce63e67b8e38c05db4ccc2", "score": "0.68579006", "text": "String getObjectID();", "title": "" }, { "docid": "9c299db2b1f4016f643b68b1569f2dbc", "score": "0.6787302", "text": "public Object getIdValue(Object object) {\n Field idField = (Field) osemCache.get...
8eaee1d9e480223aca61f9d2707ba913
How to print count of duplicate characters in String
[ { "docid": "c4a5d8a2bfc439f3c5b01f332ddaf7c1", "score": "0.0", "text": "public static void main(String[] args) {\n\n countOfDuplicate(null);\n countOfDuplicate(\"\");\n countOfDuplicate(\" \");\n countOfDuplicate(\"not dup\");\n countOfDuplicate(\"UNIUNU\");\n\n }",...
[ { "docid": "a5c9c6254c55f3969eb12b60c3d31ceb", "score": "0.7644012", "text": "static void printDups(String str) {\n\t\t// Create an array of size 256 and fill count of every character in it\n\t\tSystem.out.printf(\"List of duplicate characters in string: '%s' %n\", str);\n\t\tint count[] = new int[NO_OF...
01005df3ad12e76359535686d4b51635
get the active metrics in this simulation
[ { "docid": "778566a7ed2cf5aaf5bf4bf8b15a91cd", "score": "0.8061384", "text": "public Metrics getActiveMetrics() {\n return activeMetrics;\n }", "title": "" } ]
[ { "docid": "b9b35b52d142b672665867bc6ec9aa42", "score": "0.73753536", "text": "public List<Metric> getMetrics() {\n return metrics;\n }", "title": "" }, { "docid": "ecc26cb9d05d18bb0af5e98a0d8c85ab", "score": "0.7257475", "text": "public String[] getMetrics(){\n retu...
417da7a6eead6708f71c798e333ead9f
Define el valor de la propiedad numsec.
[ { "docid": "d43220b38a599f74e59e974ef123f74b", "score": "0.81616807", "text": "public void setNUMSEC(int value) {\n this.numsec = value;\n }", "title": "" } ]
[ { "docid": "841406915303500c7fb91f2d4f7b3886", "score": "0.81557184", "text": "public void setNUMSEC(int value) {\n this.numsec = value;\n }", "title": "" }, { "docid": "f3eb1ac72462a654a699443267cddffb", "score": "0.80698746", "text": "public void s...
67b457b883a830bad85540f660c5b682
This method was generated by MyBatis Generator. This method sets the value of the database column sys_employee.NAME
[ { "docid": "adc8c37a71ecdc5cbdaf2acf8bbd976c", "score": "0.0", "text": "public void setNAME(String NAME) {\r\n this.NAME = NAME;\r\n }", "title": "" } ]
[ { "docid": "d963a45148534950f16f3f0d78467bbe", "score": "0.6929156", "text": "public void setName(String name)\n {\n empName = name;\n }", "title": "" }, { "docid": "d6dc756647799bbb0d6341dd3b9d26a1", "score": "0.6565491", "text": "public void setName(String empName) {\n...
ec22e8073d8ad02c0ac4b20a65c853ec
Toast.makeText(mCtx,"Movie ID: "+movieTagsItem.getMovieId(),Toast.LENGTH_LONG).show(); / Intent intent = new Intent(mCtx, MovieProfileActivity.class); intent.putExtra("ID", movieTagsItem.getMovieId()); mCtx.startActivity(intent); / FragmentTransaction ft = ((Fragment)mCtx).getFragmentManager().beginTransaction(); ft.re...
[ { "docid": "592ccd80ddf65604b91d382acd274d3a", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n\n onMovieTagsItemClickInterface.onItemClick(movieTagsItem);\n\n }", "title": "" } ]
[ { "docid": "3607b2ef0a3e0e466b648ec5bfd898be", "score": "0.75830096", "text": "@Override\n public void onItemClick(String id) {\n Bundle bundle = new Bundle();\n bundle.putString(\"IMDBID\", id);\n final FragmentTransaction ft = getFragmentManager().beginTransaction();\n M...
c265a4cf1792d1021510ef199e0eb638
Asserts that the message back matches the block response protocols.
[ { "docid": "b77ce4e19c561ba265c6fcca02b1e148", "score": "0.50610673", "text": "private void assertValid(final DataServerMessage msg, final int expectedSize, final long blockId,\n final long offset, final long length) {\n assertValid(msg, TestUtils.getIncreasingByteBuffer(expectedSize), blockId, ...
[ { "docid": "aadd89b5192a11e3c918a845031b16a8", "score": "0.58036226", "text": "@Override\n public void verify(Bytestream request, Bytestream response) {\n assertEquals(response.getSessionID(), request.getSessionID());\n assertEquals(1, request.getStreamHosts().si...
033d91efa03747288c0ab36ef9a7713a
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. //GENBEGIN:initComponents
[ { "docid": "6820a778fe947ea3b91f1c5edc82e28f", "score": "0.0", "text": "private void initComponents() {\n\n jfxPanel = new JFXPanel();\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n l...
[ { "docid": "6bdaaf529c852a432b20f026be95f991", "score": "0.7726668", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n }", "title": "" }, { "docid": "86085cc4...
f3e0b65894082345e8ad608d0eb6c54a
Test case number: 16 /Coverage entropy=1.0453815664552653
[ { "docid": "d3ac52fb2937a520995943bfdab1d6b9", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n LovinsStemmer lovinsStemmer0 = new LovinsStemmer();\n String string0 = lovinsStemmer0.stemString(\"wek.cor.stemmer.lovinsstemmerond\");\n assertEqua...
[ { "docid": "c8a93b378bf2ea1e6db41c358f1f5c6e", "score": "0.6896036", "text": "@Test(timeout = 4000)\n public void test117() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluat...
af09bda3efe53e3c6d0b408ca7ed502f
/ Nao modifique nem remova este metodo.
[ { "docid": "6100ee6aadab55a550f178c60a076be1", "score": "0.0", "text": "public BatchLinkedListImpl() {\r\n\t\thead = new DoubleLinkedListNode<T>();\r\n\t\tlast = (DoubleLinkedListNode<T>) head;\r\n\t}", "title": "" } ]
[ { "docid": "2c9540d74b6e1780a2741f8ed7cbb38f", "score": "0.683351", "text": "public void remover(Telefone novoTelefone) {\n\t\t\r\n\t}", "title": "" }, { "docid": "ace8619a530d56286fba660712b74f50", "score": "0.6575072", "text": "public boolean removerTodos();", "title": "" }, ...
5545ed64beb8d22f9b1a14be6a7c0d7b
AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a createdat column. Toplevel and perversion columns are mutually exclusive. Perversion columns must not all be set to identical values (toplevel columns should be used instead) This field is alphalevel and is only honore...
[ { "docid": "f219ed2772784980a0173cacb79f1e2d", "score": "0.7364395", "text": "default @org.jetbrains.annotations.Nullable java.util.List<imports.k8s.CustomResourceColumnDefinition> getAdditionalPrinterColumns() {\n return null;\n }", "title": "" } ]
[ { "docid": "d8cb3601f3b4c83cc5b9c98f67a35fd3", "score": "0.5078956", "text": "public SchemaInfo getAdditionalProperties() {\n\t\treturn additionalProperties;\n\t}", "title": "" }, { "docid": "f1e9a7de2016a99708170d5d54899f56", "score": "0.48229697", "text": "@WithParentName\n ...
ac4f145146239f789dffbd91cd1759cc
This method was generated by MyBatis Generator. This method sets the value of the database column loan_info.total_principal
[ { "docid": "5969e5347c57498e4efd79845a800c82", "score": "0.6943215", "text": "public void setTotalPrincipal(Long totalPrincipal) {\n this.totalPrincipal = totalPrincipal;\n }", "title": "" } ]
[ { "docid": "b06ed8c4dfbf128130152973cc088767", "score": "0.62241495", "text": "public void setPrincipalAmount(Long principalAmount) {\n this.principalAmount = principalAmount;\n }", "title": "" }, { "docid": "59f79199b1782d73388f61ec09b6ee76", "score": "0.62091404", "text":...
9db6d4e024ca5dd7aab868aba662e80f
catch the case where the user is trying to save an ontology that has been loaded from the web
[ { "docid": "6f3dacfab7472289044ef4cdff9e2301", "score": "0.69999284", "text": "private void handleSaveError(OWLOntology ont, URI physicalURIForOntology, OWLOntologyStorageException e) throws Exception {\n if (e.getCause() != null && e.getCause() instanceof ProtocolException){\n handl...
[ { "docid": "fd13c0117a06daecb7478dbdb9639341", "score": "0.6215662", "text": "public static void saveOntology() throws OWLOntologyStorageException {\n\t\tFile file = new File(path);\n manager.saveOntology(ontology, IRI.create(file.toURI()));\n OWLOntologyFormat format = manager.getOntology...
ebeea29413611dd77c4a993c92548bfc
args consists of the training file path and testing file path If you want to set the lamdab (penalization coefficient), you can go to the Linear Regression constructor to update the value of lambda In addition, you can update the training path and testing path in the same way. NOTEBecause we use the JAMA package, if yo...
[ { "docid": "f7a65c0887b878d132d6e964909780c4", "score": "0.74444133", "text": "public static void main(String[] args) {\n LinearRegression lr = new LinearRegression();\n try {\n Matrix training = lr.readMatrix(lr.trainingFile);\n Matrix testing = lr.readMatrix(lr.test...
[ { "docid": "8a7c245a36b691bb0feb86dad766d709", "score": "0.7132419", "text": "public static void main(String[] args) {\n\ttry{\n\t if (args.length < 2)\n\t\tthrow new Exception(\"Insufficient number of arguments\");\n\t String className = args[0]; //without .class at the end\n\t String dataFile...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0611b263380711ad91bf8cf84e3d34de", "score": "0.0", "text": "@Override\r\n\tpublic void valueUnbound(HttpSessionBindingEvent event) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
836781ff2d70a60e5a940135011bc324
Only returns nonzero if there's no listener and waitForNextAllocation() has been called (i.e. SSU) Now unused.
[ { "docid": "de56d2a868153db983e880afa00d4a77", "score": "0.59157497", "text": "synchronized int getAllocationsSinceWait() { return _waited ? _allocationsSinceWait : 0; }", "title": "" } ]
[ { "docid": "cfc8bff08f6d6d8f2e71b76c9021defa", "score": "0.62138826", "text": "public int available();", "title": "" }, { "docid": "d4f19285b76c38db7e6aa14074cdd99b", "score": "0.61316913", "text": "public int available() {\n\t\treturn 0;\r\n\t}", "title": "" }, { "docid"...
9009970c8f7dd3dd9b4a79921ef7de0a
/////////////////////////// /////ABSTRACT METHODE////// ///////////////////////////
[ { "docid": "ffdedf4a445ee55871e1a98648a1ccf3", "score": "0.0", "text": "public abstract void receptionDonnees();", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.71698076", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "16c30d73c1df796c0e31e93eb0f6e02e", "score": "0.68338114", "text": "@Override\r\n\tpublic void atacar() {\n\t\t\r\n\t}", "...
1ce45329d75407f45127bccc09c51fc2
handling the image chooser activity result
[ { "docid": "9d789a7c27fdeb95f4b32ecdbe6cd529", "score": "0.0", "text": "@Override\n public void onActivityResult(int requestCode, int resultCode, Intent data) {\n super.onActivityResult(requestCode, resultCode, data);\n Uri filePath;\n imageStrings = new ArrayList<>();\n i...
[ { "docid": "37c994ff99f6c23bc19d7569cd5db283", "score": "0.7681728", "text": "@Override\n public void onClick(DialogInterface dialog, int which) {\n Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);\n photoPickerIntent.setType(\"i...
f63a1add234739307f16d486a3e87f6f
Gets the registrationNumber value for this Patent.
[ { "docid": "c4fb4086bf6b2fdf7e36c539a82edef3", "score": "0.77463585", "text": "public java.lang.String getRegistrationNumber() {\r\n return registrationNumber;\r\n }", "title": "" } ]
[ { "docid": "724638c3f596859dcda8e771e3d0479f", "score": "0.7821112", "text": "public String getRegistrationNumber() {\r\n\t\treturn registrationNumber;\r\n\t}", "title": "" }, { "docid": "53712ed050002c6f1881c1f902151994", "score": "0.77693427", "text": "public String getRegistration...
aa7bc2f0e98c7fb157cf406d77d0c0a8
optional int32 spanY = 9;
[ { "docid": "57f36971f5b5787573481590c70b14ab", "score": "0.5391957", "text": "private void clearSpanY() {\n bitField0_ = (bitField0_ & ~0x00000100);\n spanY_ = 0;\n }", "title": "" } ]
[ { "docid": "f3367eb1b2fef4ce85a7133ec78cfdef", "score": "0.7054667", "text": "int getSpanY();", "title": "" }, { "docid": "9aa78583c1079beffb2e69a42286887b", "score": "0.7054281", "text": "int getMinSpanY();", "title": "" }, { "docid": "9658235b40d6ed7c21e94c893a3df82a", ...
40aacfa6e8cfcc9336c12d5fc3990851
Caution: A Call to this Method Requires to add any newly instantiated Object to its Cache!
[ { "docid": "45ba80f997ce5770fb5b21bbfb1e2af9", "score": "0.0", "text": "public static Sitz createAlreadyPersistent(SitzProxy proxy, Reihe reihe, Integer nummer)throws PersistenceException{\n if(proxy.isObjectPresent()) return proxy.getTheObject();\n return new Sitz(proxy.getId(), reihe, nummer...
[ { "docid": "db585fd872f992e083f6e85fd74b604b", "score": "0.69204813", "text": "public static void loadCache() {\r\n\t\tCircle circle = new Circle();\r\n\t\tcircle.setId(\"1\");\r\n\t\tshapeMap.put(circle.getId(),circle);\r\n\r\n\t\tSquare square = new Square();\r\n\t\tsquare.setId(\"2\");\r\n\t\tshapeMa...