query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
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": "e180dca38da7a0934d9f7b53e4e74483", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n lb_MailHead = new javax.swing.JLabel();\n lb_...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73949444", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "da5c4ff8...
9072b224fb7fddfb1948091926b54f30
/ Fire headless mode change listeners.
[ { "docid": "1cd889a03dcd54690c7395765762b5bb", "score": "0.70904577", "text": "private void fireHeadlessChangeListeners() {\n if (mHeadlessChangeEvent != null) {\n mHandler.removeCallbacks(mHeadlessChangeEvent);\n mHeadlessChangeEvent = null;\n }\n synchronized...
[ { "docid": "240e5509f6e63d196f545a6b0bb0acab", "score": "0.5806038", "text": "public void onMachineActivated();", "title": "" }, { "docid": "de71bdd299f62cee9cad524db3153661", "score": "0.578685", "text": "void onFlashlightChanged(boolean enabled);", "title": "" }, { "doc...
56540c8e8bc13da34fad3e960bc5ac31
Si lo queremos hacer a traves de un get, tenemos que poner el codigo del post en esta clase
[ { "docid": "2f5cd5b7eda12ce374aab1b546dbaa51", "score": "0.0", "text": "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n }", "title": "" } ]
[ { "docid": "694c7dedbcf2ddb71c1875a268c9f213", "score": "0.65541816", "text": "@GET(\"PedidosDisponibles.php\")//indico operacion y de donde buscar en el servidor\n Call<List<EntregasDisponibles>> getPost();", "title": "" }, { "docid": "8db05b23de282255624086ef1a0b29bf", "score": "0.56...
7bd967bd9a17c4c07f3f78e78e203730
Creates a new, empty object.
[ { "docid": "450c650e2b168ee44d3862e0a0dbca5f", "score": "0.0", "text": "protected ExternalJavaField() {\n super();\n }", "title": "" } ]
[ { "docid": "48d44157e6505d77099c368549641cca", "score": "0.7095972", "text": "@Override\n\tpublic IStorableObject construct() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "8defa48780e7dae0ad7ae3e772fd92a2", "score": "0.69378847", "text": "private SingleObject() {\n\t}", "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "22164cf0c66378ba81b38f74bcd89a13", "score": "0.0", "text": "@Override\n\tpublic List<BeanMission> loadunfinishMission(String userId) {\n\t\treturn md.loadunfinishMission(userId);\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}", ...
ba12a07d4708af4a00d7d7589f0027b4
Removes a specific line of this hologram
[ { "docid": "ad8403e4ed9be8cde8d1c015ecbe82f9", "score": "0.79588723", "text": "public Hologram removeLine(int index){\n this.lines.remove(index);\n return this;\n }", "title": "" } ]
[ { "docid": "6bda1a0b564b8c06174fbd3d8cd52f86", "score": "0.7395444", "text": "public void removeLine(x86ProgramLine line) {\n if (line instanceof x86Label) {\n x86Label l = (x86Label) line;\n this.parser.removeLabel(l.getName());\n }\n\n this.programLines.remov...
8d5cb8ad1f0554ba778deb7daa6bb022
Copy stack to prevent errors
[ { "docid": "a6f7046683d2c16673d535fdad279fc6", "score": "0.0", "text": "@Override\n protected void addEntry(String ore_name, ItemStack dustStack, int weight)\n {\n ItemStack stack1 = dustStack.copy();\n stack1.setCount(1);\n\n //Create entry\n RecipeRandomItem recipeRan...
[ { "docid": "7d5356fad0fc69357c8ee7dce4db936d", "score": "0.6865735", "text": "private void pushFrameCopy() {\n int index = ++this.frameIndex;\n Frame[] stack = frameStack;\n Frame currentFrame = stack[index - 1];\n stack[index].updateFrame(currentFrame);\n if (ind...
ad53317010ddd4fa3341073824cd7f87
Function to create a music_metadata object to store in the table
[ { "docid": "4544a176e019427a9d2d700ff50f851f", "score": "0.5366807", "text": "private MusicMetadata cursorToComment(Cursor cursor) {\n\t\t\t \n\t\t\t\t MusicMetadata comment = new MusicMetadata();\n\t\t\t\t try{\n\t\t\t\t comment.setTitle(cursor.getString(0));\n\t\t\t comment.setAlbum(cursor.get...
[ { "docid": "7475288204108b40f59c81d93fe592b0", "score": "0.6695698", "text": "Metadata createMetadata();", "title": "" }, { "docid": "15cbbc686fe4e5ddc766bc91baaecf4b", "score": "0.66267854", "text": "MetaDataStore metadata();", "title": "" }, { "docid": "54806e7893bfc4b8...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "8b94d7104f25e9b5b6bc2b7dce203414", "score": "0.0", "text": "final /* synthetic */ void m62601a(PassportViewHolder passportViewHolder, View view) {\n if (this.f52192m) {\n passportViewHolder.mMyCurrentLocation.setVisibility(4);\n passportViewHolder.mRecentPassport...
[ { "docid": "561e1ad2be3078ec8b0e2ca7a4d4d261", "score": "0.62639445", "text": "A(A a){\n this.a = a.a;\n this.b = a.b;\n }", "title": "" }, { "docid": "9f48728c71c479e7c8162d75ccb161a3", "score": "0.62316394", "text": "public interface C16179d {\n /* renamed f...
32aed94841fc6376e151218d68325b2f
afficher lle plateau de jeux
[ { "docid": "9fc45feec85b4d8813254a3e8ec219b2", "score": "0.0", "text": "protected void afficherligne(int n)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t{\n\t\t\t\tSystem.out.print(\"+-\");\n\t\t\t\t\n\t\t\t};\n\t\t\tSystem.out.print(\"\\n\");\n\t\t}", "title": "" } ]
[ { "docid": "2f6713ade44c10f418597d8420c705b4", "score": "0.6926261", "text": "public Plateau() {\r\n\t largeur=0;\r\n\t hauteur=0;\r\n\t bombe=null;}", "title": "" }, { "docid": "edbdcbd9e29a0364234365f0dcc630ad", "score": "0.6722576", "text": "@Override\n\tpubli...
62947beae85c1700e6e68940237332a8
$ANTLR end "rule__XEqualityExpression__Group__1" $ANTLR start "rule__XEqualityExpression__Group__1__Impl" ../de.gammarcraft.aqua.ui/srcgen/de/gammarcraft/aqua/ui/contentassist/antlr/internal/InternalAqua.g:8598:1: rule__XEqualityExpression__Group__1__Impl : ( ( rule__XEqualityExpression__Group_1__0 ) ) ;
[ { "docid": "acef28c057688cfc16d402562b403964", "score": "0.85519844", "text": "public final void rule__XEqualityExpression__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../de.gammarcraft.aqua.ui/src-gen/de/gam...
[ { "docid": "9bb14dcbccca62c1afe484ed3413784f", "score": "0.8903847", "text": "public final void rule__XEqualityExpression__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../de.gammarcraft.aqua.ui/src-gen/de/gammarcraf...
63fabf65700b6f86adaa0eb1d1eb3523
This method was generated by MyBatis Generator. This method corresponds to the database table chat_detail
[ { "docid": "a7ba2e72844efa71270adb832c05bc8a", "score": "0.0", "text": "public void setDistinct(boolean distinct) {\n this.distinct = distinct;\n }", "title": "" } ]
[ { "docid": "d8a138cd927d2d9566489ae41983a033", "score": "0.6348646", "text": "@Override\n\tpublic List<Chat> chat(SqlSession session, Chat chat) {\n\t\treturn session.selectList(\"user.chat\",chat);\n\t}", "title": "" }, { "docid": "f33d5be7a0a8c79e068bb0fad78a56fc", "score": "0.6095139"...
eb46fed807850f5054757ca3c028e87e
do nothing as pure as it gets
[ { "docid": "12f3507b4f38bc344eecf3350ad387ed", "score": "0.0", "text": "@Override\n public void modify(@NotNull FunctionalNodeContainer n, @NotNull FlowMap o) throws NodeException {\n }", "title": "" } ]
[ { "docid": "03e5485d223a8d7b1d76f7ad1e6992d8", "score": "0.6572983", "text": "public void smell() {\n\t\t\n\t}", "title": "" }, { "docid": "28237d6ae20e1aa35aaca12e05c950c9", "score": "0.6469782", "text": "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "title": "" }, { ...
96d221389be974024498a208cf806bb6
Joins this AbstractLocation with other AbstractLocation.
[ { "docid": "51d18054a41331f34c996ebb45f2ef80", "score": "0.66251755", "text": "public void joinWith(AbstractLocation that) {\n // taken straight from Steensgaard's article\n \n // prevent an odd situation when joining with self\n if (that == this) {\n return;\n ...
[ { "docid": "93a6edbabcb89bfa0888051fa5f02930", "score": "0.59212714", "text": "@Override\n public boolean sameMtLoCampusLocation(MtLoCampusLocation other) {\n return false;\n }", "title": "" }, { "docid": "55b50853cd3c13db20ee6c0efe8dceb3", "score": "0.5856556", "text": "@Overri...
3252837a053ce94407524a4cf3ed1bd1
Get Google Map from Fragment.
[ { "docid": "228305b4f17f5fed8d05ea5033ebf5cb", "score": "0.0", "text": "private void onMyMapReady(GoogleMap googleMap) {\n myMap = googleMap;\n // Sét OnMapLoadedCallback Listener.\n myMap.setOnMapLoadedCallback(new GoogleMap.OnMapLoadedCallback() {\n\n @Override\n ...
[ { "docid": "4009551b74a99299fa6eeb523c15804e", "score": "0.70267856", "text": "public static MapsFragment newInstance() {\n MapsFragment fragment = new MapsFragment();\n return fragment;\n }", "title": "" }, { "docid": "17d3e8671a85d3ab326c4f6c727f2e41", "score": "0.6857...
14a257b3b124224c9901fce7f7e9f517
Created by a on 2018/5/8.
[ { "docid": "bb590001e7462971a153d9773ae31a36", "score": "0.0", "text": "public interface RegListener {\n void regSuccess(String json);\n\n void regError(String error);\n}", "title": "" } ]
[ { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.59580845", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "40be4915804d3229e08fed067ec03fd6", "score": "0.5909772", "text": "Bug_616419() {\r\n\t}", "title": "" }, { "doci...
1f154346d34ad6d3d161fbc64f043de9
optional .proto.MediaSortMode sort_mode = 3;
[ { "docid": "117dc9e5250eae68e2f3b6cbbf6b9b25", "score": "0.6897845", "text": "public Builder setSortMode(com.ua.mytrinity.tv_client.proto.MediaServer.MediaSortMode value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000004;\n s...
[ { "docid": "d80d1810bd977e49c6abdcbf72cc5f76", "score": "0.8602527", "text": "com.ua.mytrinity.tv_client.proto.MediaServer.MediaSortMode getSortMode();", "title": "" }, { "docid": "d80d1810bd977e49c6abdcbf72cc5f76", "score": "0.8602527", "text": "com.ua.mytrinity.tv_client.proto.Medi...
47c302b44f2ba88151fce00aa747bda5
Stop recording. This involves signaling the end of stream and draining all output left.
[ { "docid": "202535f6ab689c51999d8f1464688f6d", "score": "0.0", "text": "@EncoderThread\n protected abstract void onStop();", "title": "" } ]
[ { "docid": "b2e9fbe327cc0c787fe7ea3cd6e25dcf", "score": "0.7300534", "text": "public void stop() {\r\n\t\tisRecording = false;\r\n\t}", "title": "" }, { "docid": "b89e839dae27fcb2bc3d52ad951a8414", "score": "0.7281743", "text": "public void stop() {\n assert (timeEnd == null);...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "47c7290cf80241e2d7998cc8a35185ed", "score": "0.0", "text": "public String mo9879a(ILoggingEvent dVar) {\n Map<String, String> h = dVar.mo9917h();\n if (h == null) {\n return this.f4223b;\n }\n String str = this.f4222a;\n if (str == null) {\n ...
[ { "docid": "e8b407e15e709133d36c40b376c5772b", "score": "0.6288352", "text": "@C4056a\n /* renamed from: a */\n public abstract Object mo18472a(String str);", "title": "" }, { "docid": "b7e8cbc10834bded8ca03375afdf1d79", "score": "0.6287218", "text": "public interface C35231a {...
97236a9716e958e1620b6676ec1d7d72
General purpose sanitizing function for Rust identifiers (fields, variables, structs, parameters, etc.). Rules for Rust are fairly simple: Characters must belong to [AZaz09_] Cannot use reserved words (but can sometimes prefix with "r") Cannot begin with a number
[ { "docid": "58fb17934ec1e40eaa32b4c700cdb4ca", "score": "0.65547526", "text": "public String sanitizeIdentifier(String name, CasingType casingType, String escapePrefix, String type, boolean allowRawIdentifiers) {\n String originalName = name;\n\n Function<String, String> casingFunction;\n ...
[ { "docid": "4c5b35aca2e86799e4868c2617397e2b", "score": "0.646579", "text": "private static String sanitizeScript(String name) {\n if (name.endsWith(\".os\")) {\n name = name.substring(0, name.length() - 3);\n }\n boolean isParseable = false;\n int idx = name.index...
2cbd1e02e97bab8dc8356899a686c9eb
This method resets the incoming events (time events included).
[ { "docid": "52cc4e0793cdc1aa3820b76c4beb0d64", "score": "0.70184714", "text": "protected void clearEvents() {\n\t\tsCISafe.clearEvents();\n\t\tsCIUser.clearEvents();\n\n\t}", "title": "" } ]
[ { "docid": "7887ddde74fb1c7e02aa9e5d789bc52f", "score": "0.7695596", "text": "public void reset() {\n \t\texpectedEvents.clear();\n \t\tactualEvents.clear();\n \t}", "title": "" }, { "docid": "8f8937a0bf95fa43be70c86e3b126f6e", "score": "0.75835776", "text": "@Programmatic\n publi...
865fe54d9171d6eb91e4629ed4bfe141
the like registered by the current user on the post, null if none
[ { "docid": "817887bb01832ca2873123ff8bd1a34a", "score": "0.0", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n binding = ActivityPostDetailBinding.inflate(getLayoutInflater());\n setContentView(binding.getRoot());\...
[ { "docid": "f5f3ad7f1e5165fd05997b0193739433", "score": "0.7107524", "text": "public PostLike getLikePhotoPost(Post post, User user) {\n return postLikesRepository.findOne(new Tuple<>(post.getId(), user.getId()));\n }", "title": "" }, { "docid": "2100389757cae680b9388013f4ff901c", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f154d83c3d58598b463f3c25a38ff0b2", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tCountLoop ob=new CountLoop();\n\t\tob.push(5);\n\t\tob.push(4);\n\t\tob.push(3);\n\t\tob.push(2);\n // ob.head.next.next.next.next = ob.head; \n\t\t\n\t\tif(ob.detect())\n\t\t\tSys...
[ { "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}", ...
4a82fdac817196d3e1ba3982c437a2be
Attach thread to the database. All threads except the one opened the database should invoke this method before start working with database
[ { "docid": "302c6a145e13615ea41c5d3cba89c612", "score": "0.50056314", "text": "long attach();", "title": "" } ]
[ { "docid": "42dfcc435372cbd0bbbd7e1679470164", "score": "0.6337627", "text": "void createRoomDatabase() {\n Runnable r = new Runnable() {\n @Override\n public void run() {\n database = FarmEdDatabase.getInstance(getAppContext());\n }\n };\n ...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "ccd98c8a127c179c3e6c6423adb46ec9", "score": "0.0", "text": "@VisibleForTesting\n public void logImpression(String str) {\n this.mLoggingApi.rawLogEvent(ProfileLoggingConstants.PROFILE_EVENT_NAME, ProfileLoggingConstants.PROFILE_TYPE, this.mViewModel.getProfileType().toString(), Pro...
[ { "docid": "35e5940d13f06d1f0d6a21cf2739c70a", "score": "0.68926066", "text": "public function() {}", "title": "" }, { "docid": "658e2157a962e8e3911961071abbf52d", "score": "0.6816874", "text": "protected void func_70088_a() {}", "title": "" }, { "docid": "33c6baca4cfdf58...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "60f31d2517d9e486482dfe480107b406", "score": "0.0", "text": "public List<CartItem> getBill() {\n\t\treturn null;\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 ...
6515ae3370f67ef4cfbf7a28eb198a73
The styles used in this widget.
[ { "docid": "c6e640674effd7f56b86511b6b594a1b", "score": "0.5710007", "text": "@Override\n @Source(CustomCellList.CSS)\n CustomCellList cellListStyle();", "title": "" } ]
[ { "docid": "0fdb3b60997a34f8cea48261d52feef2", "score": "0.73091525", "text": "public Hashtable getStyles()\r\n {\r\n return styles;\r\n }", "title": "" }, { "docid": "057323e53a21e9a125004dc4984495d3", "score": "0.69905686", "text": "public String getStyle()\n {\n ...
28644b843a64e8e9ee16fef68b3b44ff
required string firstName = 2;
[ { "docid": "f2f496b8172c65d20ba94708e1698c97", "score": "0.0", "text": "boolean hasFirstName();", "title": "" } ]
[ { "docid": "cfd2e09769b518c83bcc003484cb1d89", "score": "0.6721045", "text": "void setFirstName(String firstName);", "title": "" }, { "docid": "cfd2e09769b518c83bcc003484cb1d89", "score": "0.6721045", "text": "void setFirstName(String firstName);", "title": "" }, { "docid...
ec137b72cd74901efe02be6742677387
MODIFIES: this EFFECT: moves the domain of the instrument based on integer
[ { "docid": "a9e792f38d162b222b96661533b9d01d", "score": "0.0", "text": "public int setOctave(int octave) throws OctaveOutOfBoundsException {\n this.octave = octave;\n\n if (octave < 0) {\n throw new OctaveOutOfBoundsException();\n }\n return this.octave;\n }", ...
[ { "docid": "ba1ec030ae824219a771a976d45fb99d", "score": "0.56552666", "text": "public void updatePos (double x)\n {\n if (x < 100)\n {\n x = 100;\n }\n else if (x + length > 300)\n {\n x = 300 - length;\n }\n set (x,y1,x + length,y1);\n }", "title": "" }, { "docid": "8e...
0dafcd5e178ce32ae3c7788ba6c9c1cc
"RC STRAIN=Holstein; TISSUE=Lymph node, and Mammary gland;\n";
[ { "docid": "63af113a1e47bf38c9139637a713bed9", "score": "0.47732624", "text": "@Test\n\tpublic void test(){\n\t\tRcLineObject rcline =new RcLineObject();\n\t\tRcLineObject.RC rc1 = new RcLineObject.RC();\n\t\trc1.tokenType =RcLineObject.RcTokenEnum.STRAIN;\n\t\trc1.values.add(\"Holstein\");\n\t\trcline....
[ { "docid": "d79a015384969d694b739f2ef93ca17c", "score": "0.545518", "text": "public static void main(String[] args) throws Exception {\n\n String msg = \"MSH|^~\\\\&|OTHER_KIOSK|HIMSSSANDIEGO|EHR_MISYS|MISYS|20060821150004-0500||RSP^K22|115619040409488ibmod|P|2.5||1940933422:1156190185984|\\r\" +...
75a4d7abde056dc295b3fd9a7e292151
Perform the Exit action by exit out SWInnerWorld and appear on the SWWorld This method should only be called if the SWActor a is alive.
[ { "docid": "a1396b22a9e202cc50119c48b95381ff", "score": "0.55365586", "text": "@Override\n\tpublic void act(SWActor a) {\n\t\tif (canDo(a)) {\n\t\t\toutworld.getEntityManager().setLocation(a, outworld.getEntityManager().whereIs(host));\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "c4654bce914c0b49ae303d39ea3c86b2", "score": "0.6382303", "text": "@SuppressWarnings(\"deprecation\")\r\n\tpublic final void exit()\r\n\t{\r\n\t\tif (_effected.getEffects().removeEffect(this))\r\n\t\t{\r\n\t\t\tsynchronized (this)\r\n\t\t\t{\r\n\t\t\t\tif (isActing())\r\n\t\t\t\t{\r\n\t\t\t\t...
abb0af2c54cc441b33df5ae520a51054
Return the offset (in bits) of the field 'dsn'
[ { "docid": "1f9792603ab894601ca105fcabca3d35", "score": "0.7819149", "text": "public static int offsetBits_dsn() {\n return 24;\n }", "title": "" } ]
[ { "docid": "8aa2530c9f5de3365174e4bb43307891", "score": "0.7864353", "text": "public static int offset_dsn() {\n return (24 / 8);\n }", "title": "" }, { "docid": "6e5445c803cd1c5ddc1a2abc70c62c64", "score": "0.699503", "text": "public short get_dsn() {\n return (shor...
5229287793af913e6f8a9085f88a69a6
Saves the contents to a file for later reuse.
[ { "docid": "b42558fd54847031b3e56e56280e51e4", "score": "0.0", "text": "public void save(){\n //TODO: Add encryption to the serialization to ensure security. Use the provided password.\n FileOutputStream fos = null;\n ObjectOutputStream out = null;\n try {\n fos = ...
[ { "docid": "531e7ad655e38e6a5c433064485c7359", "score": "0.73900646", "text": "public void save(String file, String content);", "title": "" }, { "docid": "b5b03226f6c5b886ab0b13434f4991dc", "score": "0.70867836", "text": "void save(final File file) throws IOException;", "title": ...
c7a55550ba9b14ebbc73307255799cc1
Output only. The time and status of the latest reload. This reload may have been triggered automatically or manually and may not have succeeded. .google.cloud.dialogflow.v2.Document.ReloadStatus latest_reload_status = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
[ { "docid": "a28fb9359f318da9f4b72dbe33bf0cdc", "score": "0.84621", "text": "@java.lang.Override\n public com.google.cloud.dialogflow.v2.Document.ReloadStatus getLatestReloadStatus() {\n return latestReloadStatus_ == null\n ? com.google.cloud.dialogflow.v2.Document.ReloadStatus.getDefaultInsta...
[ { "docid": "30b3f4c00b421c3d4c1efb4eaf8f89c7", "score": "0.8345599", "text": "public com.google.cloud.dialogflow.v2.Document.ReloadStatus getLatestReloadStatus() {\n if (latestReloadStatusBuilder_ == null) {\n return latestReloadStatus_ == null\n ? com.google.cloud.dialogflow.v2.D...
38fc6553c8addc5ad8f61e7a4f622b19
/ verify that the state of a completable cannot be changed
[ { "docid": "aad81f751e7bf3bc4c178b8eaf497994", "score": "0.649949", "text": "private void verifyFinalized() {\n final int state = c.completable.state.get();\n final Object result = c.completable.result;\n\n assertFalse(c.completable.complete(this.result));\n assertEquals(state, c.completable...
[ { "docid": "c12ab86452655f9a45cc1ef89cd90207", "score": "0.62773913", "text": "void checkState() {\n \t // TBD: is there any state to check here?\n \t}", "title": "" }, { "docid": "6d2914618779940b0ba13df43b8962ba", "score": "0.6162119", "text": "@ForceInline\n final void check...
eab0f66a5bc7e31f1edf899605335f3d
Add a new manage Column found in the Dataset pass
[ { "docid": "843db9f1041ecc55873260ae67ecc127", "score": "0.0", "text": "public Class<?> addElt(String column, int index, Class<?> columnType){\n if (column.matches(REGEX_NAME_COLUMN_VALUE)){\n if (valueColumnIndex == null){\n valueColumnIndex = new ArrayList<...
[ { "docid": "500318a663e6feec8641550256ec237b", "score": "0.68345505", "text": "private void addColumn(DTColumnConfig modelColumn,\n boolean bRedraw) {\n int index = 0;\n if ( modelColumn instanceof MetadataCol ) {\n index = findMetadataColumnIndex();\n ...
4ebb8da4bc30012943b9f082932d61ee
/////// Registrar actualizar y eliminar usuario login
[ { "docid": "ae21d97bfbb2e8ca60f457e92b0f055e", "score": "0.0", "text": "public void User(String user, String pass, String nombre, String cedula,\n\t\t\tString direccion, String celular, String email, int tipo,\n\t\t\tbyte[] image) {\n\n\t\tCursor c = Cursor2(\"Login\", \"user\", user);\n\t\tif (c.moveTo...
[ { "docid": "32b5e4a338035162a90f07ca9c3b3967", "score": "0.68499225", "text": "void unregisterLogin();", "title": "" }, { "docid": "5f4d5b262928ad1eda8b7ff54960e0fb", "score": "0.681004", "text": "public void resetUsuarioLogado();", "title": "" }, { "docid": "1cdab0f4bf3e...
bf906621440155012d6f8681679751bc
Updates the given PointsCalculator instance into persistence.
[ { "docid": "e5515a8bf54e24df8907bdf76dec6087", "score": "0.7851612", "text": "public void updatePointsCalculator(PointsCalculator pointsCalculator)\r\n throws DigitalRunTrackManagerPersistenceException, EntityNotFoundException;", "title": "" } ]
[ { "docid": "42c7add77f8cc353263725ee6a10cd7e", "score": "0.64101344", "text": "public PointsCalculator createPointsCalculator(PointsCalculator pointsCalculator)\r\n throws DigitalRunTrackManagerPersistenceException;", "title": "" }, { "docid": "2c14bb97dc307a3ab72a882555cd7a1c", "...
bf7e40375c6f81363ac42e7928270eff
<< define INKUNDEKConditionValidTo(%obj) $piece(%obj,"~",11)
[ { "docid": "778e791e49eb8052860048c3b5cf6ab1", "score": "0.648686", "text": "public static Object $$$INKUNDEKConditionValidTo(mContext m$, Object ... _p) {\n mVar p$obj = m$.varRef(\"p$obj\",(((_p!=null)&&(_p.length>=1))?_p[0]:null));\n return (m$.Fnc.$piece(p$obj.get(),\"~\",11));\n }", "tit...
[ { "docid": "c8d84ad27c756c8434af55c5547d7df9", "score": "0.64769953", "text": "public static Object $$$StrINANGPKConditionValidUntil(mContext m$) {\n return (m$.fnc$(\"COMConst.GetPropertyName\",\"INANGPK\",11));\n }", "title": "" }, { "docid": "e9ec52b8a84b6ee3a5c351d4cc88c339", "sc...
5f4b9181288131ce405ccb5dd0590edd
Check whether this disk item has a proper directory.
[ { "docid": "7cab76c5d0a1bc366688679f106f23f0", "score": "0.79595506", "text": "@Raw\n\tpublic boolean hasProperDirectory() {\n\t\treturn canHaveAsDirectory(this.getDirectory())\n\t\t\t\t&& (this.getDirectory() == null \n\t\t\t\t\t|| this.getDirectory().canHaveAsDirectDiskItem(this));\n\t}", "title":...
[ { "docid": "c0cea8a675c97f979ce5989e1ef03386", "score": "0.744598", "text": "public boolean isDirectory() {\n\t\tif (exists()) {\n\t\t\treturn pathDiskEntry instanceof IVirtualDirectory;\n\t\t}\n\t\treturn false;\n\t}", "title": "" }, { "docid": "32fc68fce75b8a45719b409bff3c654c", "score...
ea67248aaed3bddb2c3cedc847b0b54a
Set Tutorial Start Time
[ { "docid": "616c1eddf0ac98369071875d2a459753", "score": "0.74752796", "text": "public void setTutorialStartTime(Calendar tutorialStartTime) {\n\t\t\tthis.tutorialStartTime = tutorialStartTime;\n\t\t}", "title": "" } ]
[ { "docid": "4c66f70bfc89905ec715be2fda7de0d6", "score": "0.72126186", "text": "public Calendar getTutorialStartTime() {\n\t\t\treturn tutorialStartTime;\n\t\t}", "title": "" }, { "docid": "67dc2c50efee62bfa9e90918693cbc10", "score": "0.68261266", "text": "public void setInitialTime()...
6b4504ebedbbc3a4ab3499483fabc1c3
Returns true if field orderId is set (has been asigned a value) and false otherwise
[ { "docid": "d458cca6d27a70f55537a362272f779e", "score": "0.7979414", "text": "public boolean isSetOrderId() {\n return this.orderId != null;\n }", "title": "" } ]
[ { "docid": "26d7fc508cb25ebbd9d8109a9e7763a3", "score": "0.77630997", "text": "public boolean isSetOrderId() {\n return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __ORDERID_ISSET_ID);\n }", "title": "" }, { "docid": "c07bc262f942750bc3beb20d795398af", "score": "0.7...
81a54a41fe3c4e6779b6d1e11ef9979f
//////////////////////// Skip or fill methods // //////////////////////// Forwards the position of this buffer as the specified size bytes.
[ { "docid": "f7d082b3db3bfeae7d2bf6d94b7ff58b", "score": "0.7775373", "text": "public ByteBuffer skip(int size) {\n autoExpand(size);\n return position(position() + size);\n }", "title": "" } ]
[ { "docid": "51671917fc620deb6ce28be06a9b6b42", "score": "0.6770927", "text": "public abstract ByteBuffer expand(int pos, int expectedRemaining);", "title": "" }, { "docid": "fddeb3b37d8d68a81685bbc2da19ab2d", "score": "0.60718703", "text": "default T skip(int length) {\n\t\treturn fi...
89f1aa805f724fea619d42a7ca3b1bd1
Creates new instance of SM_INIT packet.
[ { "docid": "83bf09e064e8f048facc8075d2566f48", "score": "0.6097178", "text": "private SM_INIT(byte[] publicRsaKey, byte[] blowfishKey, int sessionId) {\n super(0x00);\n this.sessionId = sessionId;\n this.publicRsaKey = publicRsaKey;\n this.blowfishKey = blowfishKey;\n }", ...
[ { "docid": "027e99e10bcb4e9aa4b756fdd5259dda", "score": "0.66814", "text": "protected void bInit()\n {\n \tb_expect_seqnum=1;\n //\tMessage m=new Message(String.valueOf(new char[20]));\n //\tb_sndpkt=make_pkt(0,m,0);//make a package\n }", "title": "" }, { "docid": "b2115eb2785...
8d312111a8343bb0d6646d262b689f1c
if (!interceptors.containsKey(id)) throw CallbackCacheException.newIdException(id.toString());
[ { "docid": "3e9b1f8bc6752c19004afbc99319ced5", "score": "0.5050371", "text": "public Interceptor popInterceptor(Integer id) {\n Interceptor callback = interceptors.get(id.toString());\n interceptors.remove(id.toString());\n return callback;\n }", "title": "" } ]
[ { "docid": "94ff04f1cabc18a44f4a83c9badce4c8", "score": "0.53030455", "text": "public int getId() {\n/* 53 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "title": "" }, { "docid": "25b42e61143e6ce7e8218fb255ba262b", "score": "0.5189518", "text": "@Override\r\n\tpubli...
4ab330beb3140bd8bb62bbd748cf9ff4
the session will be invalidate
[ { "docid": "c65ebe7a841e4ab63b2b93ee0ee91a2e", "score": "0.6989843", "text": "@Override\r\n\tpublic void sessionDestroyed(HttpSessionEvent event) {\r\n\t\tHttpSession session=event.getSession();\r\n\t\tsynchronized (SyneSessionListener.class) {\r\n\t\t\tsessionDestoryHandle(session);\r\n\t\t\t\r\n\t\t\t...
[ { "docid": "07edda5d1c10426cd1bf51ca0fea4128", "score": "0.80596066", "text": "public static void invalidateSession() {\n ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();\n ((HttpSession) externalContext.getSession(true)).invalidate();\n }", ...
aa710642c1ffb8902a4212bff281b2bb
Process the result of a XEOS's query and transform it in a array of strings
[ { "docid": "a175ff17596667f6ccc49f1a3201b706", "score": "0.614365", "text": "protected String[] processQueryResult(String result) {\n int inicio = result.indexOf(\"{\");\n int fim = result.indexOf(\"}\");\n\n if (inicio < 0 && fim < 0) {\n return result.replace(\"{\",\"\"...
[ { "docid": "1014324d34c85f3faf337dcd12d30f24", "score": "0.6257761", "text": "public List<String> getStrings(final String query) {\r\n\t\tList<String[]> results = getStrings(query, new String[]{\"X\"});\r\n\t\tArrayList<String> result = new ArrayList<String>();\r\n\t\tfor(String[] arr : results)\r\n\t\t...
84fc7575738b6ad180797b07bf16fcc1
this assumes the download is an archive containing a single directory on the root which will be renamed to "cookbookName"; if that directory already has the correct name cookbookName can be null, but if e.g. taking from a github tarball it will typically be of the form cookbookNamemaster/ hence the renaming TODO suppor...
[ { "docid": "155c8b2c6be9cb16430983fd4157b089", "score": "0.63644135", "text": "public static final String downloadAndExpandCookbook(String source, @Nullable String cookbookName, boolean force) {\n String dl = downloadAndExpandCookbook(source);\n if (cookbookName==null) return dl;\n ...
[ { "docid": "f607ef91e024cdfba6b090222a6de215", "score": "0.54107064", "text": "private void changepackName() throws IOException {\n\t\tchangePackageName(new File(demoPathNew));\n\t}", "title": "" }, { "docid": "8206d1dd30d7aec990cfc1adbd8ee83d", "score": "0.523398", "text": "private ...
974e5d621d7c925adb57d5d2ce09a9ba
TODO add your handling code here:
[ { "docid": "2cbbd03b3cf382d87513f1e3905e2df2", "score": "0.0", "text": "private void jCheckBox1PropertyChange(java.beans.PropertyChangeEvent evt) {\n if (!jCheckBox1.isEnabled()) {\n jComboBox2.setEnabled(false);\n jLabel3.setEnabled(false);\n }\n }", "title": ...
[ { "docid": "80762458b54fe841d7e4f99e4de13990", "score": "0.6090034", "text": "@Override\n\tprotected void respirar() {\n\t\t\n\t}", "title": "" }, { "docid": "80762458b54fe841d7e4f99e4de13990", "score": "0.6090034", "text": "@Override\n\tprotected void respirar() {\n\t\t\n\t}", "...
b9ffdb3c936458d72dde67071112b916
check for required fields check for substruct validity
[ { "docid": "f656ae2e53a7448eb1a1ae59d10aa6ae", "score": "0.0", "text": "public void validate() throws org.apache.thrift.TException {\n }", "title": "" } ]
[ { "docid": "80b569e34181334a32f30808661f7363", "score": "0.7570771", "text": "public void validate() throws org.apache.thrift.TException {\n if (name == null) {\n throw new org.apache.thrift.protocol.TProtocolException(\"Required field 'name' was not present! Struct: \" + toString());\n }\n ...
2e885c493f061a86147477267b349f24
Prepares any SQL statements used by this report.
[ { "docid": "64feb757533ac868c0cb36017274ebe3", "score": "0.6383489", "text": "private boolean prepareStatements()\n {\n StringBuffer sql = new StringBuffer();\n //String orderBy = \"order by \";\n String orderBy = \"order by po_hdr.vendor_name, po_hdr.warehouse, (po_hdr.po_date, po_hdr....
[ { "docid": "e99b97b414e79405cfae69cd0b8094db", "score": "0.64576316", "text": "private String prepareSQL()\n {\n String sql = object.getListQuery();\n \n // mhh, da steht schon eine \"where\" klausel drin\n if (sql.indexOf(\" where \") != -1)\n {\n // also fuegen wir den Filter v...
be152c2c1eaabc348343814ce326671f
to submit Customer Form
[ { "docid": "cd1a89eb86eaf0c573611905dee4c91b", "score": "0.55891776", "text": "@PostMapping(\"/saveCustomer\")\n\tpublic String saveCustomer(@Valid @RequestBody @ModelAttribute(\"customer\") CustomerModel customer, Model m,\n\t\t\tPrincipal princpl) {\n\t\tboolean flag = true;\n\t\tString email = custom...
[ { "docid": "1d4ec5a16327a94426fb2b148b982de8", "score": "0.643991", "text": "@Then(\"user clicks submit button\")\n\tpublic void user_clicks_submit_button(){\n\t\t driver.findElement(By.name(\"sub\")).click();\n\t\t driver.findElement(By.xpath(\"//a[@href='addcustomerpage.php']\")).click();\n\t}", "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "a329d83838e2822d1a8a11cf9256f977", "score": "0.0", "text": "public Employee findOne(int eid) {\n\t\treturn empDao.findOne(eid);\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
830c53d4a0e416d8ece41a9074919580
let x=20 in x+30 TODO Autogenerated method stub parte let x = 20
[ { "docid": "5ecd96cf7ddc6e34dbfca7176873d5f2", "score": "0.0", "text": "@Override\n\tpublic void visitar(ExpressaoLet exp) {\n\t\tPP=PP+\"let \";\n\t\tPP=PP+exp.getId();\n\t\tPP=PP+\" = \";\n\t\texp.getAtrib().aceitar(this);\n\t\tPP=PP+\" in \";\n\t\texp.getExpressao().aceitar(this);\n\t\tSystem.out.pri...
[ { "docid": "1a957aa03d472db1aa9efaa222d10987", "score": "0.64196855", "text": "public void increaseSalary(int x) {\r\n salary = salary + x;\r\n }", "title": "" }, { "docid": "840df6efb5cf7ed3677972f844321532", "score": "0.63950825", "text": "void kanan(){\n x++ ;\n ...
927c3ad627143297d01f8029b595f28a
This method iterates over all the active events in the database and check if any needs to be updated. If so it proceeds to update it and save it back into the database with its updated status. If the new status require to send notifications to user it does so.
[ { "docid": "765fd6a0b77379db20784a28786b6d8d", "score": "0.7994636", "text": "public void updateAllEvents() {\n if (dbConnection == null) throw new IllegalStateException(\"ALERT: No connection to the database\");\n\n ArrayList<UUID> activeEventsID = null;\n try {\n active...
[ { "docid": "a9376f5fa29d2cb7066258a8a7bbe349", "score": "0.60219324", "text": "private void updateEventSettings(List<Events> newEventList) {\n Log.d(LOG, \"in updateEventSettings\");\r\n if (eventSettingsList == null && eventSettingsList.size() == 0) {\r\n this.eventSettingsList...
418c06fc424c4ff023810d937544bb78
Sets the ILLMaiOrBackup value for this UpdateComplaintInUCMSRequestDataHeaderDataProductsDetailsInternetLeaseLine.
[ { "docid": "e97f7614380b6a33d0c344c168d9f171", "score": "0.6288464", "text": "public void setILLMaiOrBackup(Integer ILLMaiOrBackup) {\n this.ILLMaiOrBackup = ILLMaiOrBackup;\n }", "title": "" } ]
[ { "docid": "41df7c62ed3be6d19c5d8b605b24d728", "score": "0.4510274", "text": "public com.raiyi.modelV2.FlowAnalysis.Builder setImsi(java.lang.CharSequence value) {\n validate(fields()[41], value);\n this.imsi = value;\n fieldSetFlags()[41] = true;\n return this; \n }", "title"...
56551f063bdcfb01016f5b37fac7a8b3
Expects the first argument to be the dataset filename, with the last attribute being the class.
[ { "docid": "088f2297a667cd69790563578aa548e5", "score": "0.0", "text": "public static void main(String[] args) throws Exception {\n // load data\n Instances data = DataSource.read(args[0]);\n data.setClassIndex(data.numAttributes() - 1);\n\n // configure classifier\n J48 cls = new J48();\...
[ { "docid": "fca86beff884e998974d045620cf1e0a", "score": "0.69340676", "text": "@Test\n public void testLoad_File_Dataset() throws Exception {\n File file = fixture.insectCsv();\n Dataset<Instance> dataset = new ArrayDataset<Instance>(30, 3);\n subject.setClassIndex(3);\n ...
05f758d24f5e7bddccb05940a12622f5
System.out.println("check token: " + jmstoken);
[ { "docid": "944c20102d5ba29a92f28311ac4c9435", "score": "0.6774515", "text": "@RequestMapping(value=\"/check/jmstoken\", method=RequestMethod.GET)\n\tpublic Valid checkToken(@RequestParam(\"jmstoken\") String jmstoken) throws Exception {\n\t\tBoolean returnVal = userService.checkToken(jmstoken);\n\t\tVa...
[ { "docid": "a76b1e0817a03bd6b7395f4eb8c03949", "score": "0.69062537", "text": "public void checkToken() {\n\n }", "title": "" }, { "docid": "b35eb286e0bf1a78d6eb9fdd44cf8c7c", "score": "0.65492684", "text": "public static int verify(String token) {\n\t System.out.println(\"token v...
86b4394f1d1a3120040986a6024a3641
Clear the allowed modes.
[ { "docid": "c3faf0a11ed4dd3f983c85333035338f", "score": "0.87970626", "text": "public void clearModes() {\n modes.clear();\n }", "title": "" } ]
[ { "docid": "3143de47f3aa3a669deb5b3fef0a24d6", "score": "0.6365535", "text": "public void clear() {\n\t\tEditor e = prefs.edit();\n\t\te.clear();\n\t\te.apply();\n\t}", "title": "" }, { "docid": "0ac7c2e4a94e915373a0aed002df84f9", "score": "0.63518673", "text": "public void clear(int...
8fa2b74a9af3d9c1fcc359245189f3af
jhipsterneedleentityaddfield JHipster will add fields here
[ { "docid": "823574a9919d9ee0ef0470408b7a800c", "score": "0.0", "text": "public Long getId() {\n return id;\n }", "title": "" } ]
[ { "docid": "6ab6c11f3bf770a60b7b94e802246687", "score": "0.64390576", "text": "public void addFields(Fields field , User user);", "title": "" }, { "docid": "42cf9b57555b8961615e1615f6beef23", "score": "0.5999261", "text": "private void addFieldComponents() {\n\t\tadd(id);\n\t\tadd(na...
7882cc20787505c162576651cda581f2
Created by hasee on 2017/4/26.
[ { "docid": "7e4f3e93195dfb04cf2443ac39f8e5fc", "score": "0.0", "text": "public interface ShopOrderView extends BaseMvpView {\n\n /**\n * 获取商品订单成功\n * */\n void getShopOrderSuccess(List<ShopOrder> list);\n /**\n * 获取商品订单失败\n * */\n void getShopOrderFailure();\n\n /**\n ...
[ { "docid": "070e1adb9bfd59cb643407a2dabe9b7a", "score": "0.6146823", "text": "private void hinzufügen() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.60804677", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}", "...
4e9a2f8f200a380f3f8e16b9d535a922
C++: void cv::bioinspired::Retina::run(Mat inputImage) javadoc: Retina::run(inputImage)
[ { "docid": "f7e3d977db3b7d40a5d31095c39066d1", "score": "0.72053844", "text": "public void run(Mat inputImage)\n {\n \n run_0(nativeObj, inputImage.nativeObj);\n \n return;\n }", "title": "" } ]
[ { "docid": "9018e8a763994b1b1239d7380ed61e88", "score": "0.6425356", "text": "public native int imgProcess(long inputFrame, long imageGray);", "title": "" }, { "docid": "3b0264bff5063e58017e426f641dc1f6", "score": "0.61815554", "text": "private static native void run_0(long nativeObj...
0d71946f70b1685f3b822a27f0b3a099
This helper method will take a parent merged field and edit its (merged) sub selection so that only child merged fields that meet the predicate will be included into that field
[ { "docid": "4873a73f97522e1ccc8ee8d9f6d45e82", "score": "0.7525889", "text": "public static Optional<MergedField> includeSubSelection(\n MergedField parentField, GraphQLObjectType parentFieldObjectType, ExecutionContext executionContext, Predicate<MergedField> fieldPredicate\n ) {\n\n ...
[ { "docid": "9cb2b374ce2984fd174c037d6088bf8c", "score": "0.58291066", "text": "public static FieldSubSelection getFieldSubSelection(MergedField parentField, GraphQLObjectType parentFieldObjectType, ExecutionContext executionContext) {\n FieldCollector fieldCollector = new FieldCollector();\n\n ...
1de2c9e19897974b455a1b0ea8a3752a
Generated Getters and Setters
[ { "docid": "bf6ebca25f167818488b7bd9e28a7199", "score": "0.0", "text": "public int getId() {\r\n\t\treturn id;\r\n\t}", "title": "" } ]
[ { "docid": "11ae3f676ce42a2333721001c6d26290", "score": "0.63253415", "text": "@Override\r\n\tpublic void get() {\n\t\t\r\n\t}", "title": "" }, { "docid": "52738d229d8bf6ec84e3f71bc5ad16e0", "score": "0.6261965", "text": "@Override\r\npublic void set() {\n\t\r\n}", "title": "" ...
b709a777f4f050102e5039732bfdce86
Returns number of cards in hand.
[ { "docid": "df40b3ad4d68cc68fee27e2c3beb876b", "score": "0.74374133", "text": "public int size()\n {\n return this.cards.size();\n }", "title": "" } ]
[ { "docid": "00aef13559f352f13f77fc3dfeba7168", "score": "0.81416357", "text": "int getCardsCount();", "title": "" }, { "docid": "00aef13559f352f13f77fc3dfeba7168", "score": "0.81416357", "text": "int getCardsCount();", "title": "" }, { "docid": "af7856cc890946e12c975cb9ed...
78a994ca596adeb3f17c5a5238fbdc47
Gets the issue name.
[ { "docid": "8a5026e04bba072681778b6b50c8a814", "score": "0.81518763", "text": "public String getIssueName() {\n\t\treturn issueName;\n\t}", "title": "" } ]
[ { "docid": "7d6ea9fed0332144b4cb8ff11acdc79a", "score": "0.7415139", "text": "public String getProblemName() {\n return (String)getAttributeInternal(PROBLEMNAME);\n }", "title": "" }, { "docid": "ed14a4b1fa0652c0362afd82ccecfead", "score": "0.7331411", "text": "@Override\n ...
38c1d5d9b57ae3c8654b5dc3559b99ec
This method was generated by MyBatis Generator. This method corresponds to the database table rel_article_tag
[ { "docid": "2712c75b19a7e7b5aad35aca3773096c", "score": "0.53814065", "text": "int insertSelective(RelArticleTag record);", "title": "" } ]
[ { "docid": "700d4b931c3f84d65b20ed1b47786259", "score": "0.6407483", "text": "RelArticleTag selectByPrimaryKey(Integer id);", "title": "" }, { "docid": "07029b86e6aab77c3b17f83dca17e354", "score": "0.61096245", "text": "List<RelArticleTag> selectByExample(RelArticleTagExample example...
96d5e5b8ac61961dd5eba176b8b504f1
Do something with the date chosen by the user
[ { "docid": "8d95aa59af0b9cd49097e9f8bcdee0f6", "score": "0.0", "text": "@Override\n\t\t\tpublic void onDateSet(DatePicker view, int year, int month, int day) {\n\t\t\t\tString month_string = \"\" + month;\n\t\t\t\tif (month < 10) month_string = 0 + month_string;\n\t\t\t\tString day_string = \"\" + day;\...
[ { "docid": "c317b2cafd47458f5b2d890815578f29", "score": "0.7371963", "text": "public static void enterDate() {\n\t\tSystem.out.println(\"==========================\");\n\t\tSystem.out.println(\"Until when? (Use MM/DD/YYYY syntax)\");\n\t\tSystem.out.println(\"For example: 12/15/2020\");\n\t\tSystem.out....
a23e66963046fbc45ce92e97efa10335
THE STATUS CODE RETURNED IS IN THE RANGE 200 to 299
[ { "docid": "78ffd97674eeae4d40382de39b68c23d", "score": "0.0", "text": "@Override\n public void onResponse(Call<Response> call, retrofit2.Response<Response> response) {\n if (response.isSuccessful()) {\n Toast.makeText(MainActivity.this, \"Food to...
[ { "docid": "6c04ea68102ce709d3313ea494f417e2", "score": "0.75710994", "text": "long getStatusCode();", "title": "" }, { "docid": "6c04ea68102ce709d3313ea494f417e2", "score": "0.75710994", "text": "long getStatusCode();", "title": "" }, { "docid": "342233476493885da40df2ee...
08101fa1fc6efd851dc1a34506e1a72c
/ So all y'argll can see!
[ { "docid": "3d32ade040ec31da5dade0496fbfb6a7", "score": "0.0", "text": "public void init() {\r\n\t\tsetFont(\"CourierNew-BOLD-10\");\r\n\t\tsetSize(1500, 700);\r\n\t\t\r\n\t\tdontPush = new JButton(\"Do not push!\");\r\n\t\tadd(dontPush, SOUTH);\r\n\t\tpushMe = new JButton(\"Push me instead!\");\r\n\t\t...
[ { "docid": "ef8c13365895705ddbaa9b51389c2443", "score": "0.66128147", "text": "protected void tell_them(){}", "title": "" }, { "docid": "f434de351aa50379517444f172381e08", "score": "0.641323", "text": "public void bulletproof() {\n\t\t\n\t}", "title": "" }, { "docid": "65...
54b7189cc5f6dc49e915a2fc77df93eb
Created by Eric on 13/07/16.
[ { "docid": "69048f3659065ad744184265a6edfcbd", "score": "0.0", "text": "public interface ListFragmentInterface {\n void setupRecyclerView();\n void getAllLists();\n}", "title": "" } ]
[ { "docid": "ded15aaeb71ec68606fe2fb94e86fd30", "score": "0.5903876", "text": "@Override\n\tpublic void festlegen() {\n\t\t\n\t}", "title": "" }, { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.58853817", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" ...
df0b12dce733c58cd44778bf6f0a9f7e
creates an organized list of showing movies, followed by coming movies in release date order
[ { "docid": "397e9423e3954d7ba2bf6c938ddd4c51", "score": "0.5593683", "text": "public static void displayMovies() throws Exception {\r\n\t\tList_Iterator <Movie_Class>comingIterator = comingMovies.iterator();\r\n\t\tList_Iterator <Movie_Class> showingIterator = showingMovies.iterator();\r\n\t\t\r\n\t\t//...
[ { "docid": "449a50a0a48fee24aa0a9928ca943a34", "score": "0.6614237", "text": "public static void main(String[] args) throws Exception {\r\n\t\t\r\n\t\tFileReader fr = new FileReader(\"Dates.txt\");\r\n\t\tBufferedReader br = new BufferedReader(fr);\r\n\t\tString str=\"\", l=\"\";\r\n\t\twhile((l=br.read...
92fae8831b3acccc8a1a25c06905cbc2
Type of the storage environment for the host. Possible values: `networkhdd` network HDD drive; `networkssd` network SSD drive; `localssd` local SSD storage. string disk_type_id = 3;
[ { "docid": "e9e10628da2d9793b1404adcbd8228ce", "score": "0.5357603", "text": "public Builder clearDiskTypeId() {\n \n diskTypeId_ = getDefaultInstance().getDiskTypeId();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "cd1c6e41164b9fce510c75d44c87a143", "score": "0.7516378", "text": "java.lang.String getDiskTypeId();", "title": "" }, { "docid": "d5a4aeed56200127feec5e260f089af9", "score": "0.7276628", "text": "com.google.protobuf.ByteString\n getDiskTypeIdBytes();", "title": ...
ed2bc578d7ddc4f9c4460a7c700be0e9
Descripcion: Eliminar todos las coincidencias de un grupo de elementos en una Cadena
[ { "docid": "24a5a066b182ca2be61e27ca1802e682", "score": "0.57366997", "text": "public static String EliminarSubcadALLconjunt (String CadenaOriginal, String Conjunto, String separador){\n //Variables Locales e Inicializacion//\n boolean condiciones=true;\n\tString motivo=\"Indeterminado\";\n ...
[ { "docid": "c2de7536dc9b3f1f4dca11a62e97177b", "score": "0.6660477", "text": "private void excluiBolinhas() {\n for(Bolinha bol: b){\n b.remove(bol);\n getChildren().remove(bol.getFigura());\n }\n }", "title": "" }, { "docid": "58a98b52e5da974127d1b1d3c...
7743847ad08ad354bd47d337096ec5f5
The request builder for the CloudPC
[ { "docid": "fdbc6fac56dc8ed19288662747240fbb", "score": "0.59949625", "text": "public CloudPCRequestBuilder(@Nonnull final String requestUrl, @Nonnull final IBaseClient<?> client, @Nullable final java.util.List<? extends com.microsoft.graph.options.Option> requestOptions) {\n super(requestUrl, cl...
[ { "docid": "111e3f1703482ff01e3cbab4ec7b744b", "score": "0.730866", "text": "public Request build(){\n Request request = new Request();\n\n this.traces.add(\"\\t.build();\");\n\n request.operation = this.operation;\n request.operationId = this.operationId;\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5c7899ad48e92f92db7a1d1d7e092055", "score": "0.0", "text": "public Map doSEIList(String user, String pass, String type, List<Map> les) {\n\t\tlogger.debug(\"类型 :\"+type+\" 传入专家开始同步...\");\r\n\t\tMap m = new HashMap();\r\n\t\ttry{\r\n\t\t\tString sql = \" select count(*) from wb_user where wb...
[ { "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...
88cef1f549e51944aecd89aa80fe4665
to return to login form
[ { "docid": "bbe627495bcc3ad05a861db68bba1df3", "score": "0.0", "text": "@Override\n public void onBackPressed() {\n super.onBackPressed();\n Intent intent = new Intent(SignUp.this, Login.class);\n startActivity(intent);\n finish();\n }", "title": "" } ]
[ { "docid": "4329a5433d7f8bfe250c72e37c060fbc", "score": "0.7573782", "text": "public void login() {\n final User returnedUser =\n this.controller.getUser(this.user.getEmail(), this.user.getPassword());\n if (returnedUser == null) {\n FacesContext.getCurrentInstance().addMessage(\"login...
44c4e097448906b985f9064b0df235af
method to create course grades table and load in data from API, uses default endpoint from CourseGradesAPI class
[ { "docid": "265d6d43879c0130943ea8719baff744", "score": "0.718987", "text": "public void createCourseGradesTable() {\n CreateTable courseGradesTable = new CreateTable(dbName, courseGradesTableName, courseGradesTableStatement);\n courseGradesTable.run();\n CourseGradesAPI courseGrade...
[ { "docid": "5c9e0ad3879fb636299a14a4a17a283e", "score": "0.7092918", "text": "public void createCourseGradesTable(String endpoint) {\n CreateTable courseGradesTable = new CreateTable(dbName, courseGradesTableName, courseGradesTableStatement);\n courseGradesTable.run();\n CourseGrade...
416172a0934d1166d8ce7dc55fd05ff0
This is the common interface for all color edge detectors.
[ { "docid": "7744569cab7091d5df5e3a97f16793b3", "score": "0.72698593", "text": "public interface EdgeDetector {\n\n\t/**\n\t * Returns the calculated edge magnitude for each pixel as a {@link FloatProcessor}.\n\t *\n\t * @return the edge magnitude map\n\t */\n\tpublic FloatProcessor getEdgeMagnitude();\n...
[ { "docid": "cd3e74a81c4fcffb90fdc4166a16bb7f", "score": "0.63891536", "text": "@Override\n public void edgeDetection() {\n int[] rgb = new int[3];\n float[] hsb = new float[3];\n int[] sobelX = {-1, 0, 1, -2, 0, 2, -1, 0, 1};\n int[] sobelY = {-1, -2, -1, 0, 0, 0, 1, 2, 1}...
af3a5ab1532902e71508affc8cca1590
Returns the first data pack in the ordered set where dataCollectionId = &63;.
[ { "docid": "f36b4303bc2781d23b67e154c3db6c89", "score": "0.75537175", "text": "public DataPack fetchByDataCollectionId_First(\n\t\tlong dataCollectionId,\n\t\tcom.liferay.portal.kernel.util.OrderByComparator<DataPack>\n\t\t\torderByComparator);", "title": "" } ]
[ { "docid": "b7966570823d4d619b51b3782c4d430b", "score": "0.6810303", "text": "public DataPack findByDataCollectionId_First(\n\t\t\tlong dataCollectionId,\n\t\t\tcom.liferay.portal.kernel.util.OrderByComparator<DataPack>\n\t\t\t\torderByComparator)\n\t\tthrows NoSuchDataPackException;", "title": "" ...
ff8e0c5d27e7c130d984b59ef3083765
Informs tutor that their module request has been rejected
[ { "docid": "5a501be8462b9310a80be01e5141f16f", "score": "0.6514849", "text": "@Async\n public void sendModuleRequestRejected(Module module) {\n SimpleMailMessage message = new SimpleMailMessage();\n User user = userRepo.selectByUserID(module.getTutorUserID());\n message.setTo(use...
[ { "docid": "1e0d907cf9e89d7977c360f3246a0ecf", "score": "0.6618507", "text": "public void setReject()\n {\n \n }", "title": "" }, { "docid": "c38572701999fffb0e891b6fde9a9044", "score": "0.6615108", "text": "public void reject() {\n ...
c9d9aec1a18559b1bb0d9c80479fd851
Delete resource by name.
[ { "docid": "177aae6b4e7f258e24e6c0940fd27c0a", "score": "0.0", "text": "@Override\n @Transactional\n public void deleteResource(String resourceName) {\n Map<String, Object> params = new HashMap<>();\n params.put(ResourcePO.Fields.NAME.toLowerCase(), resourceName);\n namedJdbcT...
[ { "docid": "b31c78258b754d8d92914e9fd9f6b5e4", "score": "0.7741992", "text": "void delete(String name);", "title": "" }, { "docid": "b31c78258b754d8d92914e9fd9f6b5e4", "score": "0.7741992", "text": "void delete(String name);", "title": "" }, { "docid": "181717497b1d61de07...
d6b2745304b7d670487c57b943cfabce
Sets the element's width.
[ { "docid": "9f9511b669132576771b1819463bf470", "score": "0.7266367", "text": "public void setWidth(String width) {\n for (Element elem : items) {\n El.fly(elem).setWidth(width);\n }\n }", "title": "" } ]
[ { "docid": "f5ca7419d61c7d9c4ec8e4e66c7cd07a", "score": "0.78720015", "text": "public void setWidth(int width) {\n }", "title": "" }, { "docid": "c2afe4b290c4a8a0e926626986628c2a", "score": "0.78381026", "text": "void setWidth(int width);", "title": "" }, { "docid": "1...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5288daccd0a0d0fee94b52a88522a22e", "score": "0.0", "text": "@Override\r\n\tpublic void mouseReleased(MouseEvent e) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
43061f4ac60b1aebad4377fca78bb5b4
Gets the best provider, sets up requests and last known location I included criteria in case I wanted to make changes depending on accuracy and power consumption
[ { "docid": "e7119d06e885e66582376a7b63abdd06", "score": "0.5370562", "text": "private void locationSetup(Criteria c) {\n provider = lm.getBestProvider(c, true);\n lm.requestLocationUpdates(provider, 1000, 2, this);\n Location tmp = lm.getLastKnownLocation(provider);\n if (tmp...
[ { "docid": "5fa1fc9aea3ea465ddc9a0ea7e49352e", "score": "0.6589269", "text": "private Location getBestLastKnownLocation() {\n Location bestResult = null;\n float bestAccuracy = Float.MAX_VALUE;\n long bestAge = Long.MIN_VALUE;\n\n List<String> matchingProviders = mLocationMan...
455d51f1db0b159fa21a891b217ad7e3
Diese Methode holt alle Accounts aus der Account Datei und speichert sie als JsonAccount Objekte in einer Liste ab
[ { "docid": "0c873ce517e297abe6dc2eba660c4244", "score": "0.765289", "text": "public void loadAccounts() {\n Gson gson = new Gson();\n try {\n JsonReader reader = new JsonReader(new FileReader(this.accountsFile));\n Type accountListType = new TypeToken<ArrayList<JsonAc...
[ { "docid": "0d4e69a16ea5b10bf8b0306d240e450a", "score": "0.73553497", "text": "List<Account> getAllAccount();", "title": "" }, { "docid": "157e7bebace8d376d0fa3ff568011c76", "score": "0.72896945", "text": "java.util.List<mrtech.smarthome.rpc.Models.Account> \n getAccountsList(...
cefea2811732acc8f4fcba0fb15c6c75
GENFIRST:event_jButton1ActionPerformed TODO add your handling code here:
[ { "docid": "cd161a470295d9a8fb75d027809d762a", "score": "0.0", "text": "private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {\n String bt = jButton1.getText();\n if (bt.equalsIgnoreCase(\"Ajouter\")) {\n bouton_ = \"save\";\n } else {\n bouton_...
[ { "docid": "8270e9b32c699d841346f888a75ae3b5", "score": "0.90059", "text": "private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed\n\n }", "title": "" }, { "docid": "b3e91a8f091a30bda0c8752a6d6fea4d", "score": "0.8749773", "...
2438bf1f8e7bce51e1af6fe7c73fd3f2
parameter is the name of the joint project and the end behavior state finds a list of joint pehaviors related to the joint project name finds a list of transitions that precedes the end behavior returens true if intersection in list (i.e. a state with the same name is found which precedes the end state)
[ { "docid": "3a5623b18b4bdc76fc7e83f481c8b05a", "score": "0.7263867", "text": "public static boolean isPrecedingBehavior(String JPname, int endBehaviorState){\n ArrayList<Integer> precedingIDCandidates = getRelatedBehaviorIDs(JPname);\n ArrayList<Integer> possibleStartStates = getStartState...
[ { "docid": "91435390f392fead38a6fb1be1ac7113", "score": "0.54186136", "text": "@Override\n\tpublic boolean isDone() {\n\t\t\n\t\tif (condition == \"AND\") {\n\t\t\tfor (Goal g : goals) {\n\t\t\t\tif (!g.isDone())\n\t\t\t\t\treturn false;\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else if (condition == \"OR\"...
7f69b38999fa284f9ef93c056e797a37
Getter for property 'truckLength'.
[ { "docid": "013f7da652fba16393dee5e92c6204dd", "score": "0.83939785", "text": "public String getTruckLength() {\n return truckLength;\n }", "title": "" } ]
[ { "docid": "9879d29e7a11c473439a23389e2bd71e", "score": "0.7470856", "text": "public void setTruckLength(String truckLength) {\n this.truckLength = truckLength;\n }", "title": "" }, { "docid": "d7ad6e2834126ca0d2619bd96ee33476", "score": "0.740583", "text": "public double g...
762a4dff892e16adb255baf5bd7d29fd
$ANTLR end "rule__MiddleRotatePoint__Group__0__Impl" $ANTLR start "rule__MiddleRotatePoint__Group__1" InternalDSL.g:2564:1: rule__MiddleRotatePoint__Group__1 : rule__MiddleRotatePoint__Group__1__Impl rule__MiddleRotatePoint__Group__2 ;
[ { "docid": "96cc5dd3be322a81de4798bad361186a", "score": "0.7931464", "text": "public final void rule__MiddleRotatePoint__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:2568:1: ( rule__MiddleRotatePoint__Gr...
[ { "docid": "25c5f62129eeff3debb85613a2591e8f", "score": "0.79132193", "text": "public final void rule__MiddleRotatePoint__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:2541:1: ( rule__MiddleRotatePoint__G...
56d87dcd07d25fe625dca73df57dfc8a
/ renamed from: q
[ { "docid": "9280f844f9a0bc4f66ffa76ee522a1ee", "score": "0.0", "text": "public final double mo7477q() {\n return this.zzh;\n }", "title": "" } ]
[ { "docid": "0acd84a519b13f9e50444a99f1237942", "score": "0.7163201", "text": "public String q() {\n }", "title": "" }, { "docid": "f54cad10655c8f43b8ae7d35c820111e", "score": "0.65972817", "text": "@Override\r\n public String toString()\r\n {\r\n return (super.toString(...
ace34793b57cf12f58e55a473bd662df
Adjusts the bond length in presence of atom letters
[ { "docid": "61f73195e572e44bb29a47faf85d730b", "score": "0.49582756", "text": "private static Vector2d adjust(Vector2d diff, int impH, double atomLetterRadius, double atomWithImpHydrogensRadius) {\n Vector2d resultVector = new Vector2d(diff);\n Vector2d tempVector = null;\n Vector2d...
[ { "docid": "c878daccc36e70cb343ac74f0ee5c5f6", "score": "0.58378214", "text": "public void setLength(int length) {\n/* 227 */ this.dictionary.setInt(COSName.LENGTH, length);\n/* */ }", "title": "" }, { "docid": "23d7ea3743edf4436d99b037146a10b8", "score": "0.5708854", "text...
272468da57bb730e3f71114c1572916d
repeated .TSP.Reference series_theme_styles = 17;
[ { "docid": "a7d22d2f9e7495e90ab994d4874a4616", "score": "0.5531621", "text": "public java.util.List<org.techforumist.keynote.proto.TSP.TSPMessages.Reference> getSeriesThemeStylesList() {\n return seriesThemeStyles_;\n }", "title": "" } ]
[ { "docid": "f0267668fb267253ed817d03a8b6bc3b", "score": "0.66425574", "text": "org.techforumist.keynote.proto.TSP.TSPMessages.Reference getSeriesThemeStyles(int index);", "title": "" }, { "docid": "c6ea70c68c79a2f104c1f7b688271927", "score": "0.60367996", "text": "org.techforumist.ke...
99fb6d0185c11fbd25e60c33f1733cd4
Metodo get direccion clase Persona
[ { "docid": "4da0086f984eb3000973aa590dda4583", "score": "0.5971295", "text": "public String getDireccion() {\n\t\treturn direccion;\n\t}", "title": "" } ]
[ { "docid": "3bae8418507e24d972aa9f9592008560", "score": "0.6756612", "text": "public List<Persona> getDireccion(String direccion);", "title": "" }, { "docid": "4a7fe42ebcea3c5c7762c7fd1068d141", "score": "0.6601178", "text": "private Direccion generarDireccion(){\n Direccion d...
c43644e63de475b95c36234e42125cf9
/OracleHibernateSessionManagement sm = new OracleHibernateSessionManagement(); ReachabilityStatusDAO reachabilityStatusDAO = new ReachabilityStatusDAO(sm); DeviceReachabilityStatus deviceReachabilityStatus = reachabilityStatusDAO.getLast(); System.out.println(" Info trovate per il test : "+deviceReachabilityStatus); re...
[ { "docid": "302475be2bca6d23f1b3f152be15b659", "score": "0.0", "text": "static public void testReachability(){\n\n }", "title": "" } ]
[ { "docid": "1abb10c3898975f4ff0dbf0048ce31da", "score": "0.59618497", "text": "private void iniciaOperacion() {\n try {\n session = HibernateUtil.getSessionFactory().openSession();\n tx = session.beginTransaction();\n } catch (HibernateException ex) {\n obj...
d93998eee55d9d55b89dcc8e4afcbd37
Seteando el puerto en Heroku
[ { "docid": "eb67ba913b5cab40aa64d8c1a53340db", "score": "0.51435375", "text": "public static void main(String[] args) {\n port(getHerokuAssignedPort());\n\n //indicando los recursos publicos.\n //staticFiles.location(\"/META-INF/resources\"); //para utilizar los WebJars.\n st...
[ { "docid": "6fb3512e92ac667e7f1e665371c1e31f", "score": "0.51578474", "text": "public static void main(String[] args) {\n \tport(getHerokuAssignedPort());\n \twebSocket(\"/chat\", ChatEndpoint.class);\n \tget(\"/hello\", (req, res) -> \"Hello World\");\n init();\n }", "title": "" ...
e0fca291be3dd8d5ae08a5d66b8acf15
optional sint64 test_sint64 = 8;
[ { "docid": "821886e97eeaad69a57e70cad6f7450e", "score": "0.53077877", "text": "public Builder clearTestSint64() {\n\n testSint64_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "c86000cb419d1ca66f8381e10f9bbdad", "score": "0.8146275", "text": "long getTestSint64();", "title": "" }, { "docid": "f25c9ed3058f085627fad3db815a3b63", "score": "0.7547772", "text": "long getTestSfixed64();", "title": "" }, { "docid": "c24f9ba25c1628df4172576c...
6292caa38e6795edbf18b6e4b8a8db72
Gets the underlying p4 file
[ { "docid": "14d75b5cf0edf883b370ce54efdb68af", "score": "0.8356583", "text": "public IP4File getFile() {\n return this.p4File;\n }", "title": "" } ]
[ { "docid": "64620f211d9a7d4cac62b032a887a7a1", "score": "0.60595536", "text": "Path getDataFilePath() {\n return p3;\n }", "title": "" }, { "docid": "9a0d2f2775a0fbf2d12b1c4a7c5a4206", "score": "0.6033368", "text": "protected FileObject getFile() {\n return getDataObje...
73d5ac59449b079b0be80da380866f2b
Constructor of Profession class.
[ { "docid": "c01c4f1ba51e3efdd149e3232a7964de", "score": "0.6966279", "text": "public Profession(int age, String fullName, String sex, String specialization, boolean diploma) {\r\n this.age = age;\r\n this.fullName = fullName;\r\n this.sex = sex;\r\n this.specialization = spec...
[ { "docid": "e28058ad7dee6bc3743452d9881dad58", "score": "0.7238464", "text": "public Professor() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "c74e1e465ed2c46450e88f3e1695d7aa", "score": "0.6981887", "text": "public Profesor() {}", "title": "" }, { "docid": "1cf28a8f9...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8de25b90edb4899d4c06ad3c86404ba3", "score": "0.0", "text": "@Override\n\t\tpublic void readFields(DataInput in) throws IOException {\n\t\t\ttotalPairs = in.readInt();\n//\t\t\tcurrentPairs = in.readInt();\n\t\t\tremainUnAccessedEdge = in.readInt();\n\t\t\tpreviousMatchedVertexIndex = in.read...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6695466", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65689754", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...