query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
90756ae77ff88df73ef8ecd1eb62d9dc
Returns true if the encode call modifies the state object it accepts. APISince: 11.3
[ { "docid": "915954acf495c0155e3e73e2861fe507", "score": "0.5307488", "text": "@Generated\n @Selector(\"isStateModified\")\n public native boolean isStateModified();", "title": "" } ]
[ { "docid": "5372c41f9c108b49368e134b06d523b2", "score": "0.65194166", "text": "@Override\r\n\tpublic boolean isAccepting(byte[] state) {\r\n\t\treturn isAccepting(decode(state));\r\n\t}", "title": "" }, { "docid": "fb0096ee6eec294b817b069d957bd3f4", "score": "0.64928854", "text": "pu...
afd500e2722019a5619981da14378336
This method returns lines that contain a match to a given pattern and a specified number of lines before and after that
[ { "docid": "2088c8236019d7b974017fb54e962710", "score": "0.5558152", "text": "@Override\n\tpublic String getMatchingLinesWithOutputContext(int option_C,\n\t\t\tString pattern, String input) {\n\t\t// TODO Auto-generated method stub\n\n\t\tboolean flag = false;\n\t\tint tracker = -1;\n\t\tStringBuilder m...
[ { "docid": "0a047ab66f24c43ad29e7ce4f00429ac", "score": "0.64717096", "text": "@Override\n\tpublic String getMatchingLinesOnlyMatchingPart(String pattern, String input) {\n\t\t// TODO Auto-generated method stub\n\t\tStringBuilder matchingLines = new StringBuilder();\n\t\tString output = \"\";\n\t\tStrin...
377756894077f4e3b33506ae13231cc7
Revoking access from google
[ { "docid": "0509b921d9fc797ebfd9823ca5436c0a", "score": "0.7107932", "text": "private void revokeGplusAccess() {\n if (mGoogleApiClient.isConnected()) {\n Plus.AccountApi.clearDefaultAccount(mGoogleApiClient);\n Plus.AccountApi.revokeAccessAndDisconnect(mGoogleApiClient)\n ...
[ { "docid": "d757a0d00813e2a01d9aa8de3deeb4d6", "score": "0.77683634", "text": "private void revokeAccess() {\n Auth.GoogleSignInApi.revokeAccess(mGoogleApiClient).setResultCallback(\n new ResultCallback<Status>() {\n @Override\n public void onR...
083805e6f5b899320ce2b89a92541d5e
Gets the thumbnail url for specific dimensions
[ { "docid": "08f057fc01300f3815f056c0ed7c026e", "score": "0.7575885", "text": "public String getThumbnailUrl(Integer width, Integer height) {\n return thumbnailUrl.replaceAll(Pattern.quote(\"{width}\"), width.toString()).replaceAll(Pattern.quote(\"{height}\"), height.toString());\n }", "tit...
[ { "docid": "b70488cd87a8c268acc10bcae464e605", "score": "0.7422962", "text": "public abstract String getAssetThumbnailUrl(String contentBindningName,\n int width, int height);", "title": "" }, { "docid": "bd53dd4ca238e5118f10c3858dae221e", "score": "0.7384012", "text": "p...
db93966d8c3e24342ed8df8e532b4ffa
Sorts a list and places the various metrics it records into the Metrics object.
[ { "docid": "7ef6437d05bc606f5bc8d2396c269a76", "score": "0.63038325", "text": "@Override\r\n\tpublic void sort(int[] list, Metrics met) {\r\n\t\tint n = list.length;\r\n\t\tfor (int j = 1; j < n; j++) {\r\n\t\t\tmet.addMovement(1);\r\n\t\t\tint k = list[j];\r\n\t\t\tint i = j - 1;\r\n\t\t\twhile (i >= 0...
[ { "docid": "0a52acf33c3b770630bd5a248614c059", "score": "0.5857185", "text": "public static void sortPatients(List<Patient> list){\n MaxHeapPriorityQueue.Sort(list);\n MaxHeapPriorityQueue.printArray(list);\n MaxHeapPriorityQueue.BuildMaxHeap(list); // We must rebuild the heap\n ...
eb82b86b0e0e548fd999a512251a6ffe
repeated .com.yahoo.ads.pb.network.netty.Response responses = 7;
[ { "docid": "e6fb3960dec90e75a6f48f759203e22f", "score": "0.0", "text": "public Builder setResponses(\n int index, com.yahoo.ads.pb.network.netty.NettyPistachioProtocol.Response.Builder builderForValue) {\n if (responsesBuilder_ == null) {\n ensureResponsesIsMutable();\n ...
[ { "docid": "733c9f8ee78632ddf2f91d2e3d338093", "score": "0.7346847", "text": "com.yahoo.ads.pb.network.netty.NettyPistachioProtocol.Response getResponses(int index);", "title": "" }, { "docid": "dcc41f0d61d688f20b83162746ec03d5", "score": "0.70024353", "text": "java.util.List<com.yah...
6369abb66398de1f7f3d450c66801e50
Evaluates the path on a JSOG.
[ { "docid": "6c25be1a51938b0d292d5090bc023302", "score": "0.5369407", "text": "public JSOG evaluate(JSOG jsog) {\n JSOG result;\n if (type == Type.root) {\n return jsog;\n }\n\n if (type == Type.array) {\n result = jsog.get(index);\n } else {\n ...
[ { "docid": "8cea59d488ab2fd6b7c49bbc04d9ccf9", "score": "0.6894045", "text": "public static JSOG evaluate(String path, JSOG jsog) {\n return compile(path).evaluate(jsog);\n }", "title": "" }, { "docid": "e890790db590a6e7862af4894c275f3a", "score": "0.5679056", "text": "void...
2b4cb9587115a2846cddc8a6cab86649
Calculates how many moves are remaining
[ { "docid": "6f71b26fdfc9722bff1389b764729f23", "score": "0.7588594", "text": "public int maxMovesRemaining() {\r\n\t\tint count = 0;\r\n\t\tfor(int row = 0; row < HEIGHT; row++) {\r\n\t\t\tfor(int col = 0; col < WIDTH; col++) {\r\n\t\t\t\tcount += computerBoard[row][col] ? 0 : 1;\r\n\t\t\t}\r\n\t\t}\r\n...
[ { "docid": "a50fe9951f293fe95dcf9bc0405a7e8f", "score": "0.78365356", "text": "public int moves() \r\n {\r\n if (!isSolvable()) moveCount = -1;\r\n return moveCount; \r\n }", "title": "" }, { "docid": "5ab814fc7dfed02e623adec89a18f8e0", "score": "0...
59c49fa67097b81c8ec5c23e2b20aab0
If the object is compared with itself then return true
[ { "docid": "589f21dd64b060a523ae53c6c290e3be", "score": "0.0", "text": "@Override\n\tpublic boolean equals(Object obj) {\n if (obj == this) { \n return true; \n } \n // Check if obj is an instance of Position or not \n if (!(obj instanceof Player)) { \n ...
[ { "docid": "5449947ae3d2b989ed5bf59c7f832b7b", "score": "0.71547234", "text": "boolean hasSameAs();", "title": "" }, { "docid": "0a8dd6919a726b9180b2f9f252cfa994", "score": "0.69227934", "text": "public boolean equals(Object o) { return compareTo(o) == 0; }", "title": "" }, {...
b0bbef76d2e133ac514d713b4838191a
/ Enabled force condition propagation Lifted jumps to return sites
[ { "docid": "e8fc8c7d125b568d99da573be3b55bed", "score": "0.0", "text": "private void P() {\n LatLng latLng;\n String string = this.P.F();\n String string2 = com.mobond.mindicator.ui.lt.trainutils.a.a.a((Context)this.L());\n if (string2 == null || string == null || (latLng = I...
[ { "docid": "790026cbb4c7d88b8b5b37ca02bc15d9", "score": "0.5634195", "text": "public void JumpInElimination()\n\t{\n\t\teliminationJump.simulateJump();\n\t\tcurrentPts =eliminationJump.getPts();\n\t}", "title": "" }, { "docid": "e0be88ea261c8012440acf07cc3651b1", "score": "0.5537462", ...
34ad21892b33e458bcbbbc07b086f280
In cazul unui cont curent, extragerea se poate face prin intermediul unui ATM cu ajutorul cardului de credit
[ { "docid": "f0cbf99e5cf8b9b546a2913090c24972", "score": "0.5712005", "text": "protected void withdraw(String PIN, float amount, String currentDate) {\n if(this.creditCard.getPIN().equals(PIN)) {\n if (amount <= this.getCurrentBalance()) {\n this.setCurrentBalance(this.ge...
[ { "docid": "6020cb3eaa987e4802ad8449d69bb7a4", "score": "0.6585425", "text": "@Override\n\tpublic void creditcard() {\n\t\t\n\t}", "title": "" }, { "docid": "b28a178a2b92bad74013ad2199f5bcd7", "score": "0.6287317", "text": "public void PaycreditCard();", "title": "" }, { ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "4fbd1c8bc21f1f6a3237f4d0d3bea959", "score": "0.0", "text": "boolean mo13024a(C3040h hVar, int i);", "title": "" } ]
[ { "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...
5438cecbdd6d0b905a4532c76919ff69
True if has "elevMin" attribute
[ { "docid": "4fdc7d17136a61ca78b34bb19e00625c", "score": "0.8728006", "text": "boolean isSetElevMin();", "title": "" } ]
[ { "docid": "447454e7ffd45d9cce6c7e94cd7ad7c3", "score": "0.7515918", "text": "boolean isSetElevMax();", "title": "" }, { "docid": "7a1347bb6754981f3d4a8590d1a7dd96", "score": "0.7061875", "text": "double getElevMin();", "title": "" }, { "docid": "471cc2d8416ffe371e12124b4...
3b691e41dc1bf79e9ebfbf3785fd2716
Build a flume source from a flume config specification. This should only throw FlumeSpecExceptions (No illegal arg exceptions anymore)
[ { "docid": "69a623af8854cbc4bd791ee0d8fdf877", "score": "0.6201986", "text": "public static EventSource buildSource(Context ctx, String s)\n throws FlumeSpecException {\n try {\n CommonTree srcTree = parseSource(s);\n return buildEventSource(ctx, srcTree);\n } catch (RecognitionExce...
[ { "docid": "e2dffebf45f2f799644ad2e12e2c1bde", "score": "0.5199668", "text": "public static EventSink buildSink(Context context, String s)\n throws FlumeSpecException {\n try {\n CommonTree snkTree = parseSink(s);\n return buildEventSink(context, snkTree, sinkFactory);\n } catch (Re...
9227a561aecdce7dec056ac9d6bd18f2
If the Move m is legal, records the move as a move by the opponent and returns true. If the move is illegal, returns false without modifying the status of this player. This method allows opponents to inform you of their moves.
[ { "docid": "92fc0452fbbc3007214479a88c063d48", "score": "0.70534503", "text": "public boolean opponentMove(Move m) {\n\t return doMove(m, opponentColor(color));\n }", "title": "" } ]
[ { "docid": "f3759c4022c852642ea4b9d68395bc4c", "score": "0.7820403", "text": "public boolean isLegalMove(Move m, int player) {\n\t\tif(m.moveKind == Move.QUIT){ //Always a valid move\n\t\t\treturn true;\n\t\t} else if(m.moveKind == Move.STEP){\n\t\t\tif((player == BLACK && black.getSize() < 10)\n\t\t\t\...
f93641f92bd4f0d82114fee000757284
Ends the current (active) driver assignment for the given ambulance, assigning it to nobody.
[ { "docid": "d5331bf81a0eb06e274468a1e41a5f8e", "score": "0.7304673", "text": "public DriverAssignment endCurrentAssignment(Ambulance ambulance) throws AmbulanceHasMultipleCurrentDriverAssignmentsException, AmbulanceHasNoCurrentDriverAssignmentsException;", "title": "" } ]
[ { "docid": "19b3b4733fa62fd6268e4728aab586ab", "score": "0.62660646", "text": "protected void end() {\r\n \tdriverPid.reset();\r\n \tdriverPid.disable();\r\n \tRobot.mecanumDriveSubsystem.drive(0, 0, 0);\r\n }", "title": "" }, { "docid": "a732646ed216942bcf3182841a8be6f4", "s...
3559f81cc53969e045be59387c03176b
Creates a request cookie matcher for matching the given name and cookie matcher.
[ { "docid": "4cfbce3d4928c82acc09405625fdc2ef", "score": "0.7843176", "text": "public static RequestCookieMatcher cookieMatching(final String name, final Matcher<Cookie> cookieMatcher) {\n return cookieMatching(equalTo(name), cookieMatcher);\n }", "title": "" } ]
[ { "docid": "f93d4731a8ca26bbf7f4be500fac7adc", "score": "0.8140585", "text": "public static RequestCookieMatcher cookieMatching(final Matcher<String> nameMatcher, final Matcher<Cookie> cookieMatcher) {\n return new CookieMatches(nameMatcher, cookieMatcher);\n }", "title": "" }, { "...
e4b2c2f159250c241cc67fc5c870c478
optional int32 logout_time = 6;
[ { "docid": "4bc89f84c3d2e75092c926de6161c9d6", "score": "0.7362646", "text": "public int getLogoutTime() {\n return logoutTime_;\n }", "title": "" } ]
[ { "docid": "1c009185c327f2a30bcd830719364f95", "score": "0.8027038", "text": "int getLogoutTime();", "title": "" }, { "docid": "0c355a2d4f03e07f8e73f695ff8a7cb1", "score": "0.7155582", "text": "public int getLogoutTime() {\n return logoutTime_;\n }", "title": "" }, ...
5361518f854ec445183fbe681547a610
Set up the test environment.
[ { "docid": "1d4836c00905cfa3db2bd68175113031", "score": "0.0", "text": "@Before\n public void setUp() {\n dialog = new File(\"unittests/rc/mock.vxml\").toURI();\n voice = new Voice();\n final GenericClient client = voice.getClient();\n client.setSecurityPolicy(\"unittests/...
[ { "docid": "4e208a4a62947313447d551e08ef582e", "score": "0.74981856", "text": "@BeforeTest\r\n\tpublic void setupenvi() throws IOException {\r\n\t\tsetup();\r\n\t\tinit();\r\n\t}", "title": "" }, { "docid": "c9548f38410d4c0fc5a22f90f8c355ad", "score": "0.749373", "text": "@Before\n ...
bd8be53b3e69ba05e0b5bca7cfa90355
Returns the value of the 'Nb Explosions Frappe Multiple' attribute. If the meaning of the 'Nb Explosions Frappe Multiple' attribute isn't clear, there really should be more of a description here...
[ { "docid": "85014153595996080d1ecd9aab5e397c", "score": "0.72998255", "text": "long getNbExplosionsFrappeMultiple();", "title": "" } ]
[ { "docid": "29e0a6bace2c12329d4dd50a1f31d5dc", "score": "0.61813146", "text": "public int getSpoilExp() {\n\t\treturn getAttribute(EXPERIENCE_SPOILS);\n\t}", "title": "" }, { "docid": "7b3143e6eb042a8ed1664e59e0c74c37", "score": "0.6010318", "text": "public Double getQtyMultiple() {\...
ea058c06488b654fcc3f1f22fa333698
Returns the attribute selectLeafFlags.
[ { "docid": "311d1a95e388bf209d05f0bf9a9dbc84", "score": "0.74567723", "text": "BitSet selectLeafFlags();", "title": "" } ]
[ { "docid": "ea107056f18aef6836dc2c8b357986de", "score": "0.71326965", "text": "public BigDecimal getLeafFlag() {\n return leafFlag;\n }", "title": "" }, { "docid": "b89c95261829eab9075fd994bcfca4e9", "score": "0.6944655", "text": "BitSet valueLeafFlags();", "title": "" ...
0f963f7214f6d310eb63153f35e6f6d4
equals and hashCode check name field value
[ { "docid": "e4e1da7f993948f6184b2075fc5769de", "score": "0.0", "text": "@Test\n public void testEquals_and_hashcode() {\n VikingJewelry expected = new VikingJewelry(\n \"P-51\",\n 1,\n 600,\n \"Tortoise brooch\",\n \"Put on a...
[ { "docid": "e1679c9351660d8d13ecfee4ee3c3f84", "score": "0.6959431", "text": "@Override\r\n public int hashCode() {\r\n return Objects.hash(name);\r\n }", "title": "" }, { "docid": "4acbee6de9ce80c1a101bc48216004a3", "score": "0.6917361", "text": "@Override\n public i...
fe662fc3d550263464b066e607639d84
compose the xml result
[ { "docid": "fa3bebaca61027ee0732aa495f74557c", "score": "0.66042894", "text": "public static String composeXML(List result){\n\t\t\n\t\tString response = \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\";\n\t\tresponse += \"<options>\";\n\t\tIterator it = result.iterator();\n\t\t\n\t\twhile(it.hasN...
[ { "docid": "d7abac84ad0c1138f60b24d794414408", "score": "0.63756996", "text": "public abstract String toXML();", "title": "" }, { "docid": "da8a0db1096d80b8de0a71da553b4442", "score": "0.6194548", "text": "private Node createResult(Document doc, Station station,\n \t\t\tObservationCo...
6dac848ce3c882edd778f4ab9169336b
Loads pos/neg/mod word lists into an arraylist of Words
[ { "docid": "d0fe190b14dc5fe617e7cdc355781399", "score": "0.8165972", "text": "public static void loadWordLists() {\r\n\r\n\t\t// *************** Make modifiers arraylist *******************\r\n\t\tScanner scanMod = null;\r\n\t\ttry {\r\n\t\t\tscanMod = new Scanner(new File(\"src/modifiers.txt\"));\r\n\t...
[ { "docid": "9535fbb9d4d2ee4aa66c0f29b440e912", "score": "0.7564661", "text": "private void loadWords() {\n\n\t\tArrayList<ArrayList<String>> word = new ArrayList<ArrayList<String>>(28); // creates\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// a\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// two\n\t\t\t\t...
78e470adab4fd00d08c4e4a63045526c
Maybe consume one whitespace token.
[ { "docid": "623d7e3d454af299f8394e3d2d86f7bf", "score": "0.7826431", "text": "private void maybeConsumeAWhitespaceToken(@Nonnull final TokenStream tokenStream) {\n // While the grammar calls for consuming multiple whitespace tokens,\n // our tokenizer already collapses whitespace so only o...
[ { "docid": "8333f6db30afdf3d050cf80fa01ea846", "score": "0.7193054", "text": "public void consumeWhiteSpace() {\n\t\tconsumeWhile(c -> Character.isWhitespace(c));\n\t}", "title": "" }, { "docid": "29772c5d589f687b42a740a0e5006ab2", "score": "0.63269615", "text": "Token next();", ...
4061cb46ed59bcf356257af45f4d35a3
Check if the plugin ID has been previously declared. Make a note that this Id is now declared.
[ { "docid": "d4ca5526afe3f2a18f6f298fb1b056b4", "score": "0.6417999", "text": "public boolean isPluginDeclared(String id) {\n if (pluginDcls.contains(id)) {\n return true;\n }\n pluginDcls.add(id);\n return false;\n }", "title": "" } ]
[ { "docid": "404315792b326e852bf580d0ca1b8d25", "score": "0.5818246", "text": "boolean hasCurrentPlayerId();", "title": "" }, { "docid": "68a7cdd7497e5f432f2770b0c0dfe34c", "score": "0.5658736", "text": "public boolean mo37447a(UTPlugin aVar) {\n return true;\n }", "titl...
9db05ad6174efc0458b8a8d27015416e
Compute temporary array to maintain size of suffix which is same as prefix Time/space complexity is O(size of pattern)
[ { "docid": "41ab685a3f01364436d03db026e0fedf", "score": "0.45682064", "text": "public KMP2(char pattern[]){\r\n \t\r\n \tlong startTime = System.currentTimeMillis();\r\n \t\r\n \tthis.pattern = pattern;\r\n int [] lps = new int[pattern.length];\r\n int index =0;\r\n\r\n ...
[ { "docid": "ade7d6728c4fa9c07bc0288b7852cf73", "score": "0.6669636", "text": "public static int[] suffixArray(String s) {\n int n = s.length();\n Suffix[] su = new Suffix[n];\n\n // Store suffixes and their indexes in \n // an array of classes. The class is needed \n /...
93992af22e141fabab3e9b327f3eaadf
Verificar si la tecla pulsada no es un digito
[ { "docid": "cbee8707d3f063b4f738d390aad50fdd", "score": "0.0", "text": "public void keyTyped(KeyEvent e)\n {\n if(txt_costo_decimal.getText().length()==2)\n {\n e.consume(); // ignorar el evento de teclado\n }\n }", "title":...
[ { "docid": "1c09b687aec2571d01ce765a0bae5656", "score": "0.6358265", "text": "public boolean isDestruida()\n\t{\n\t\treturn (atingidos == this.tamanho);\n\t}", "title": "" }, { "docid": "8dd583569dee324e41850a6f50563a19", "score": "0.60123116", "text": "private boolean verificarAsign...
1702307066bf2ca41fe63151fd7d53fc
returns the annotation pattern array
[ { "docid": "19d54d47fd265f3fcc133382f5b98eae", "score": "0.6434922", "text": "public static String[] getAnnotationUrls() {\r\n // construct pattern\r\n final String host = getHostsPattern();\r\n return new String[] { host + \"/(download/free/[a-z0-9]+|/?download/redirect/[A-Za-z0-9]...
[ { "docid": "8a90b62edb36071db96962dc9f6aeb9b", "score": "0.71396095", "text": "public int[] getPattern() {\n\t\treturn pattern;\n\t}", "title": "" }, { "docid": "96261049e71356907734bc655247fda1", "score": "0.69759274", "text": "public void patternArray()\n\t{\n\t\tpattern[0] = Patte...
9c0b475d122812e23c1febdd30f6bcc6
add n days to day
[ { "docid": "464c7999e02af7b89b3765e54e78a8eb", "score": "0.7773544", "text": "public String addDays(int n){\n String result;\n int m=index+n;\n return result=day[m%7];\n }", "title": "" } ]
[ { "docid": "ec72bef1b8b5aaee360399d20f732c13", "score": "0.6746975", "text": "public static void shiftDay(int numberOfDays) {\n\t\tnow = now.plusDays(numberOfDays);\n\n\t}", "title": "" }, { "docid": "e091a6edc6203958c855ce9150c4c4f1", "score": "0.64010984", "text": "public Date addD...
231ce8c155864590623471421c13b523
no output parameters repeated .dstore.engine.mi_GetTaxRates.Response.Row row = 4;
[ { "docid": "8d517b23d768dfed9439da911aac78ce", "score": "0.0", "text": "public Builder removeRow(int index) {\n if (rowBuilder_ == null) {\n ensureRowIsMutable();\n row_.remove(index);\n onChanged();\n } else {\n rowBuilder_.remove(index);\n }\n ...
[ { "docid": "089e1e5755b6e4d474f9b939e2e4c646", "score": "0.7815462", "text": "io.dstore.engine.procedures.MiGetTaxRates.Response.Row getRow(int index);", "title": "" }, { "docid": "3f0e930c2f4510621af599bf196cd3e1", "score": "0.69140714", "text": "java.util.List<io.dstore.engine.proc...
5d2d33d4f24c148f4158799d7a2d76f6
Overridden methods calculate earnings, overrides earnings method in abstract class Employee
[ { "docid": "d9f362520404100eea4402a568883bac", "score": "0.70192534", "text": "@Override\n public double earnings(){\n return wage * (double)pieces;\n }", "title": "" } ]
[ { "docid": "e9047a377e0336d81b6c4af475a268bf", "score": "0.82358223", "text": "public abstract double earnings();", "title": "" }, { "docid": "e9047a377e0336d81b6c4af475a268bf", "score": "0.82358223", "text": "public abstract double earnings();", "title": "" }, { "docid":...
d77b64931d7f83540050e57e1d9e2a9e
$ANTLR end "T__74" $ANTLR start "T__75"
[ { "docid": "76887ed0cf432e91ff7a4d1a55a873d4", "score": "0.0", "text": "public final void mT__75() throws RecognitionException {\r\n try {\r\n int _type = T__75;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n // Owl2fs.g:77:7: ( 'DisjointDataProperties' )\r\n ...
[ { "docid": "a2dcd40f7647a0a4476047cfad5d1ca2", "score": "0.59592026", "text": "public interface MyNewGrammarConstants {\n\n /** End of File. */\n int EOF = 0;\n /** RegularExpression Id. */\n int P_KEY = 5;\n /** RegularExpression Id. */\n int UNIQUE = 6;\n /** RegularExpression Id. */\n int CHE...
a1b40c1cfa2b3524388eaaf6463bc560
Intenta eliminar un pago tipo PagoM aplicado
[ { "docid": "ff8db265cca096285e2edb75a95718fa", "score": "0.7089886", "text": "public boolean eliminarPagoM(final PagoM pago);", "title": "" } ]
[ { "docid": "5039f855ab214a17046d4da71fafb248", "score": "0.7002411", "text": "public boolean eliminarPago(final Pago pago);", "title": "" }, { "docid": "3274ae7135f984ac5c056c8127294d26", "score": "0.67645043", "text": "public void eliminar(){\r\n\t\trealizarOperacion(ACCION_ELIMINAR...
4ea4ee489d1db41ba7050b1d6f0b8977
/ / / /
[ { "docid": "a738362488fc61aa53176d027abd1190", "score": "0.0", "text": "public void image(PImage image, float x, float y)\n/* */ {\n/* 2677 */ if ((image.width == -1) || (image.height == -1)) { return;\n/* */ }\n/* 2679 */ if ((this.imageMode == 0) || (this.imageMode == 1)) {\n/*...
[ { "docid": "fadf811d6dba834759fd052d843a4d18", "score": "0.5657206", "text": "public int g()\r\n/* 90: */ {\r\n/* 91: 90 */ return this.insideDir.i() * 2;\r\n/* 92: */ }", "title": "" }, { "docid": "dd67c9268a0d1186442e6158243af16b", "score": "0.540385", "text": "pub...
fb7f7a4b875d9a8daea471ed868daf50
Gets the areaCurricular value for this ValoresBusquedaVO.
[ { "docid": "6c6c702c3233fb556fe3d14773511d12", "score": "0.754236", "text": "public java.lang.String[] getAreaCurricular() {\n return areaCurricular;\n }", "title": "" } ]
[ { "docid": "606f606d4c030f5392e82c5ea2f24576", "score": "0.62590194", "text": "public void setAreaCurricular(java.lang.String[] areaCurricular) {\n this.areaCurricular = areaCurricular;\n }", "title": "" }, { "docid": "1258f4089a9fc7c25f5c1191b2bb6593", "score": "0.59903353", ...
95bd8c63081853f39812c79d9f8c1fe2
There is a bug in JavaFx where fullscreen mode is turned off whenever you call setScene. The only workaround I know of is to immediately call setFullScreen afterwards. This unfortunately causes a flicker and the chrome is visible for a moment. Oh well...
[ { "docid": "ec0e0356dc3a8c205596206b6d3b33e1", "score": "0.8003074", "text": "private static void setSceneWorkaround(Scene nextScene){\n boolean isFullScreen = primaryStage.isFullScreen();\n primaryStage.setScene(nextScene);\n primaryStage.setFullScreen(isFullScreen);\n }", "...
[ { "docid": "015ed27e8ea411b92792c19482c536e8", "score": "0.7428839", "text": "public static void fullscreen() {\n\t\txs.setFullScreen(true);\n\t}", "title": "" }, { "docid": "3d82c0844f48a7fa8fffa52dfa7b6e66", "score": "0.72244257", "text": "private void switchToFullScreenMode() {\r\...
ec4b0bd76f625590da46a8e1b237ed11
Test of txtMethodCall method.
[ { "docid": "18808e9690d10c85135e2483e62e4997", "score": "0.84630394", "text": "public void testTxtMethodCall() {\n ppo.methodCall();\n assertTrue(\"Wrong text field found. Should be enabled.\", ppo.txtMethodCall().isEnabled());\n }", "title": "" } ]
[ { "docid": "6df55dddcb61bd2828a07b9e797d0789", "score": "0.6663872", "text": "public void testMethodCall() {\n ppo.methodCall();\n assertTrue(\"Pushing radio button failed. It should be selected.\", ppo.rbMethodCall().isSelected());\n }", "title": "" }, { "docid": "3858d11f6...
5d533d1d85f327228a86e733a718e5c0
Get this instance's url.
[ { "docid": "b0ad2ca8cb6dd99014e8fa8ae65db9ef", "score": "0.7620083", "text": "public String getUrl() {\n return url;\n }", "title": "" } ]
[ { "docid": "514f0d17dc99d7ebe36bac9bd2163d67", "score": "0.84939903", "text": "public java.lang.String getUrl() {\n return instance.getUrl();\n }", "title": "" }, { "docid": "bd216e329eb866e409b91aee96b84dd6", "score": "0.8139989", "text": "public String getUrl() {\r\...
e6a789e91bfe4e76c4d9983ba2a67bf7
Contexts: ComparisonOperator returns ComparisonOperator Constraint: ( gt='>' | ge='>=' | eq='=' | neq='' | lt='<' | le='<=' )
[ { "docid": "2a1a0ff5385d085afa0bc8a370835b65", "score": "0.0", "text": "protected void sequence_ComparisonOperator(ISerializationContext context, ComparisonOperator semanticObject) {\n\t\tgenericSequencer.createSequence(context, semanticObject);\n\t}", "title": "" } ]
[ { "docid": "ebb7e832ca3fdb696f5d93fdc8cf23f8", "score": "0.67855805", "text": "public Sequence comparison() {\r\n\tTrack t = new Track(\"comparison\");\r\n\tt.add(operator());\r\n\tt.add(new Symbol('(').discard());\r\n\tt.add(arg());\r\n\tt.add(new Symbol(',').discard());\r\n\tt.add(arg());\r\n\tt.add(n...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "419cb7e840b4bff248493e25c6849ca7", "score": "0.0", "text": "@Override\n public void onScrubGeo(long arg0, long arg1) {\n }", "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}", ...
539597fa9a65c428a9e30887b6be6a6f
Adds a vertex to the graph.
[ { "docid": "b34fb179571914880ef7e5aa2d617dca", "score": "0.7792826", "text": "public boolean addVertex(V v);", "title": "" } ]
[ { "docid": "8415a8e5306f7b5f186fe6128a1ed06a", "score": "0.8421095", "text": "public void addVertex(Object vertex);", "title": "" }, { "docid": "5672570afd1e89ad6d3c78c95a067196", "score": "0.8407931", "text": "public void addVertex (Vertex vertex)\r\n\t\t{\r\n\t\t\tvertices.put(vert...
d8aab18ac419ff038c72c0c0f99f29dc
Construct a camera with a default camera matrix. The camera matrix corresponds to the worldtocamera transform. This default matrix places the camera at (0,0,10) in world space, facing towards the origin (0,0,0) of world space, i.e., towards the negative zaxis.
[ { "docid": "d3b00b5bc98c9a471c29d1c2d6b9ce33", "score": "0.69130844", "text": "public Camera() {\n\t\tcameraMatrix = new Matrix4f();\n\n\t\tthis.setCenterOfProjection(0, 0, 40);\n\t\tthis.setLookAtPoint(0, 0, 0);\n\t\tthis.setUpVector(0, 1, 0);\n\t\tcalculateCameraMatrix();\n\n\t\tlookDirection = new Ve...
[ { "docid": "2140a8493832fa5e85f9ae827c5c24fb", "score": "0.6737966", "text": "void constructMatrix()\n { Construct the camera matrix.\n //\n // -- --\n // | fx 0 cx |\n // | 0 fy cy |\n // | 0 0 1 |\n // -- ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "07f617efcf33c3b7bbb2c85ce362a100", "score": "0.0", "text": "@Override\n\tpublic int hashCode() {\n\t\treturn super.hashCode();\n\t}", "title": "" } ]
[ { "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": "0e90a3c950ae21558183b162cdcf68c1", "score": "0.0", "text": "public static void main (String[] args)\n {\n try\n {\n FileReader fr=new FileReader(\"yiban_report.txt\");\n BufferedReader b=new BufferedReader(fr);\n ...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836227", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.66787636", "text": "private void apparence() {\r\n\r\n\t}", "title": "" },...
729b06c1504ec4451ca571cd665d7fb8
Loads an image from the redo/undo states
[ { "docid": "52be50598803018dd7607feaaf029495", "score": "0.0", "text": "public void loadImage(BufferedImage img){\n gc.clearRect(0, 0, canvas.getWidth(), canvas.getHeight());\n WritableImage i = new WritableImage(600,600);\n SwingFXUtils.toFXImage(img, i);\n //gc.drawImage(i,...
[ { "docid": "23bad95990f05077328ddfce6a91577e", "score": "0.6238209", "text": "public void redoCanvas(){\n BufferedImage c = obRedoList.get(0).getValue();\n loadImage(c);\n obUndoList.add(0,obRedoList.get(0));\n obRedoList.remove(0);\n }", "title": "" }, { "doci...
fc7bb450df9eab451cebbdeaab245402
/ Create a full screen windows to capture.
[ { "docid": "ecae8ae4681cfc993cc997aeff1b61b5", "score": "0.0", "text": "private void init() {\n\n // set size\n this.setSize(di);\n // return a contentPane object\n getContentPane().add(new DrawRect());\n }", "title": "" } ]
[ { "docid": "91d1528ff3d7ffdf5ae3b43eb4cbcb8a", "score": "0.6278168", "text": "public static void fullDisplay()\n {\n WindowFrame wf = WindowFrame.getCurrentWindowFrame();\n if (wf == null) return;\n \n // make the circuit fill the window\n wf.getContent().fillScreen()...
9ded534f40d008553cfc8b4fa86a4938
ASST45Verify the clear button will discard the entries made during Asset creation
[ { "docid": "61d811c2ec1abcb7f5d7a6f8040e6734", "score": "0.6825136", "text": "@Test(dataProvider = \"AssetAllData\", dataProviderClass = assetCreationUtility.class, groups = {\"Sanity\"}, \r\n\t\t\tdescription=\"ASST45-Verify the clear button will discard the entries made during Asset creation\")\r\n\tp...
[ { "docid": "3efc44bc551c569a9ea1d5be0febf537", "score": "0.64060444", "text": "public Builder clearAsset() {\n if (sourceCase_ == 6) {\n sourceCase_ = 0;\n source_ = null;\n onChanged();\n }\n return this;\n }", "title": "" }, { ...
247641d303c21d93962df5b117432399
calls the Json parser
[ { "docid": "6309da292d6021c5b8bf4e0c87cd0363", "score": "0.0", "text": "public void searchRecipe(View view)\n {\n new AsyncTaskParseJson().execute();\n }", "title": "" } ]
[ { "docid": "cb648b287b6b2d61c68f4ddaa16daf3b", "score": "0.72145194", "text": "private JsonParser(){}", "title": "" }, { "docid": "e0dadb061ece90b95eb6a464e5536c50", "score": "0.69967735", "text": "@Override\n\tpublic void parseFromJSON() {\n\n\t}", "title": "" }, { "doci...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "336ec8e421181722a3c48b4c147ae382", "score": "0.0", "text": "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\n\t\tnew HomeFragment().refresh();\n\n\t\tshared.fromString = \"\";\n\t\tshared.toString = \"\";\n\t\tshared.through1String = \"\";\n\t\tshared.fromPrice = \"\...
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
a470fbc1004718293b09cacaf7af4753
Returns the current instance of the ActionsPlayer.
[ { "docid": "6b107198ae41e66164535aae349ce630", "score": "0.7885867", "text": "public ActionsPlayer getPlayer();", "title": "" } ]
[ { "docid": "9c9169c5105b3b8c6c22d5a71642e8ab", "score": "0.66602945", "text": "public Player getPlayerInstance() {\n\t\treturn playerInstance;\n\t}", "title": "" }, { "docid": "6fff44c34b9e8c2e8c250079b2c6dd79", "score": "0.6570922", "text": "public CurrentPlayer getPlayer()\n {\n ...
02e7687fa23903bce11a73edb5e63a6b
method for setting cause of penalty
[ { "docid": "a9058c3ba86d7e678f6a134883ce9435", "score": "0.0", "text": "public void setInfo(String info) {\n\t\tthis.info = info;\n\t}", "title": "" } ]
[ { "docid": "d71417730cb0c9f25b256dd5a41568c2", "score": "0.71611077", "text": "int penalty();", "title": "" }, { "docid": "108bd380a3d3b0aaab18581666a14b10", "score": "0.69886136", "text": "protected abstract void addPenaltyHook(Map<String, Object> penaltyCauses);", "title": "" ...
161bc8692bb07d07274ce975f69468b9
Verifies that if a new segment overlaps with the next segment, overlapping trailing records are truncated.
[ { "docid": "191b1cfb692c680efe892b004e3437c4", "score": "0.5527238", "text": "@Test\n void testPutNextOverlap() {\n final StreamsRecordCache sut = new StreamsRecordCache(Long.MAX_VALUE);\n\n final List<Record> records = Arrays.asList(\n mockRecord(1),\n mockRecord(...
[ { "docid": "e506a833abdc8e7343ffd57535951e70", "score": "0.57915866", "text": "public void checkSegmentOverlap() {\r\n\t\tint frame_number = tlfg.getFrameNumber();\r\n\t\tint right_offset = tlfg.getRightBoundOffset();\r\n\r\n\t\t/**------------------------------------------------------------------------...
cea886b4a9628753db7bfe813970c3d8
Checkbox Phase LayoutUtils.setSize(m_radioChinese, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT, true);
[ { "docid": "de203bde4cbb34eedcb941947a013756", "score": "0.6452912", "text": "protected void layoutControls()\n\t{\n \t\tLayoutUtils.setMargin(findViewById(R.id.radiogroup_language), 0, 500, 0, 0, true);\n \t\tm_radioChinese.setTextSize(TypedValue.COMPLEX_UNIT_PX, ScreenAdapter.computeHeight(57));\n \t\...
[ { "docid": "765cb0a4ba87c0bf87059149f6264b78", "score": "0.6135361", "text": "private void setupLayout() {\n final JLabel checkboxLabel = new JLabel();\n checkboxLabel.setText(R(\"PECheckboxLabel\"));\n checkboxLabel.setBorder(new EmptyBorder(2, 2, 2, 2));\n final GridBagCons...
1ce3b8add8b7b5638d1db1f7d2a454a4
for getting the data from excel sheet
[ { "docid": "9257144d8cd9921aabfcb9d73bd3f4f9", "score": "0.0", "text": "public XSSFWorkbook getTestData() {\n\treturn new ExcelUtils().ExcelDataConfig(\"src/main/resources/TestDataSheet_uat.xlsx\");\n\t}", "title": "" } ]
[ { "docid": "76754c4e7ca74dd0229ae024fd1cec05", "score": "0.7449211", "text": "@SuppressWarnings(\"deprecation\")\n\tpublic void readExcel2(){\t\t\n\t\tSystem.out.println(\" name File\");\n\t\ttry\n {\n \t\t\n \t\tIterator<org.apache.poi.ss.usermodel.Row> iterator = sheet.iterator();\n \t...
4c982f1ecad522c19506e5390020ce4b
Use the current date as the default date in the picker
[ { "docid": "00fa5cd4b09105a802f05c8fbb4de46e", "score": "0.0", "text": "@Override\n public Dialog onCreateDialog(Bundle savedInstanceState) {\n final Calendar c = Calendar.getInstance();\n int year = c.get(Calendar.YEAR);\n int month = c.get(Calendar.MONTH);\n ...
[ { "docid": "6b110ab5ed59d6d01e3507cf9238baa1", "score": "0.7788335", "text": "public void currentDateDefault() {\n final Calendar calendar = Calendar.getInstance();\n yearX = calendar.get(Calendar.YEAR);\n monthX = calendar.get(Calendar.MONTH);\n dayX = calendar.get(Calendar....
47b60370ec6dee4fa58b54b7a37a4291
Pass the domain (xaxis) panning event through to its normal handler, then adjust the xaxis scroll bar
[ { "docid": "351a138081cdea990ee65161127575c6", "score": "0.643454", "text": "@Override\n public void panDomainAxes(double percent,\n PlotRenderingInfo info,\n Point2D source)\n {\n super.panDomainAxes(percent, inf...
[ { "docid": "9f688173207eb656b6e6567852396db2", "score": "0.6497666", "text": "public void mouseDragged(MouseEvent e) {\n/* */ boolean vZoom, hZoom;\n/* 1894 */ if (this.popup != null && this.popup.isShowing()) {\n/* */ return;\n/* */ }\n/* */ \n/* */ \n/* 1...
8b336fce98b85a6fa9646fd60d1f6bf6
Instantiates a new order.
[ { "docid": "a9d54462dcce693955a56903cde68300", "score": "0.0", "text": "public Order(PositionType orderType,CurrencyPair currency,Candle latestMin,String reason) {\r\n\t\tlatestCandle = latestMin;\r\n\t\tthis.orderType = orderType;\r\n\t\tthis.currency = currency;\r\n\t\tthis.reason = reason;\r\n\t\tDat...
[ { "docid": "c97b51d0fc275287b9d2c5c8d9ee99c1", "score": "0.79994243", "text": "public Order(){}", "title": "" }, { "docid": "c8928c084416f1ec3412005f4cf4ddc9", "score": "0.7834538", "text": "Order create(Order order);", "title": "" }, { "docid": "c8928c084416f1ec3412005f4...
b3ce063f62ca75dd64ef0edf90e9de0a
checks if the array is rowmagic (this means that every row has the same row sum).
[ { "docid": "dcb453c613914f767c07d583c7ac0623", "score": "0.6760724", "text": "public static boolean isColumnMagic(int[][] ary){\n int largest = 0;\n for(int x = 0; x < ary.length; x++){\n if(largest < ary[x].length){\n largest = ary[x].length;\n }\n }\n for(int y = 0;...
[ { "docid": "feb80b15a667098944f9dce83b9b9127", "score": "0.842913", "text": "public static boolean isRowMagic(int[][] ary){\n int[] rowSums = allRowSums(ary);\n for (int i = 0; i < rowSums.length - 1; i++) {\n if (rowSums[i] != rowSums[i + 1]) return false;\n }\n return true;\n }...
866beb57e196721c408ea2d87dc2c580
METODO PARA LA DIRECCION DE PERSONAS
[ { "docid": "3b46f9676a2b3d2480235e710f9a1bce", "score": "0.0", "text": "public static Adreรงa demanarAdreรงa() throws IOException {\n\t\t\n\t\tAdreรงa adreces = new Adreรงa();\n\t\n\t\tadreces.setPoblacio(direccion(\"Poblacion\"));\n\t\tadreces.setDomicili(direccion(\"Domicilio\"));\n\t\tadreces.setProvinci...
[ { "docid": "2193470c24819e64a968a507dcc080f6", "score": "0.5980259", "text": "void inicia() {\n cp.getAssignaturesVistaCorrequisits(nomAssignatura, nomPlaEstudis);\n }", "title": "" }, { "docid": "c50a922a794579a507a01b2aa08a3c3e", "score": "0.5970589", "text": "private voi...
437f2ab755ba02e7873e4242c9b671b4
this function is used to print all direcotry and sub Directory
[ { "docid": "bb20dc6ee6fe63d4eaadfc0fabce5f6a", "score": "0.6825779", "text": "public void printList(RootNode allDirecotry) {\n\t\tif(allDirecotry.Children != null){\n\t\t\tfor (int i = 0; i < allDirecotry.Children.size(); i++) {\n\t\t\t\tSystem.out.println(\"\\u251c\"+allDirecotry.Children.get(i).name);...
[ { "docid": "0624e810a9700e7d110c8e1b265d17dd", "score": "0.7502539", "text": "public static String printDir(String path)\n{\n File directory = null;\n File file = null;\n String returnStr = \"\";\n\n File f1 = new File(path);//.getAbsoluteFile(); //currentDir;\n try{\n String directoryRoot =...
8262b010a0fab085c760e24db1029a07
Note that nulls get dropped.
[ { "docid": "64e78df4e81d72093572ea49b679dadd", "score": "0.0", "text": "public static String mkInsertQuery(String tableName, List<DnField> fields, boolean[] hasAutoIncrement) {\n List<String> fieldNames = nMapSimple(fields, (fld -> {\n if (fld.isAutoIncrementing()) {\n i...
[ { "docid": "08cde630d267c710ba87e35cb69e6cad", "score": "0.7338304", "text": "@Test\n public void removesNullFields() {\n\n }", "title": "" }, { "docid": "33f30af66b2e04fea1d2cd37af9fcacb", "score": "0.7208426", "text": "public void nullify() {\n\t\t\n\t}", "title": "" },...
f168409c8725df3a624f85e973770f00
Save the given array as a text file using one entry per line.
[ { "docid": "acf0708fc67034f99c1e80bed0357514", "score": "0.69420147", "text": "public static void saveArray(int[] array, String filename) {\n\t\ttry {\n\t\t\t\n\t\t\tBufferedWriter out = new BufferedWriter(new FileWriter(filename));\n\t\t\tint n = array.length;\n\t\t\tfor (int i=0; i<n; i++) {\n\t\t\t\t...
[ { "docid": "9c5187eee06168d04e27d03669d05ba3", "score": "0.7600234", "text": "public void writeArrayToFile() {\n\t\ttry(FileWriter fw = new FileWriter(outputFile, true);\n\t\t\tBufferedWriter bw = new BufferedWriter(fw);\n\t\t\tPrintWriter out = new PrintWriter(bw)) {\n\t\t\t\tfor (int i = 0; i < array....
1b98823788361f12413749c9889666e2
TODO 7 Create a sequence from the provided array.
[ { "docid": "a74177fc341d9a0bd97142dd8f7344ed", "score": "0.57080895", "text": "Publisher<String> createFromArray(String[] array) {\n return Flux.fromArray(array); // TO BE REMOVED\n }", "title": "" } ]
[ { "docid": "e3dd302762966557543e8d35e1df748b", "score": "0.7510581", "text": "public static ISeq makeSeqFromArray(Object[] array)\n throws ScriptException\n {\n try\n {\n return (ISeq)RT.var(\"clojure.core\", \"seq\").invoke(array);\n }\n catch (Exception...
92964cad315db59d63d664bc1bc7b997
Retrieves representation of an instance of rest.RESTWorld
[ { "docid": "0d83620255982c715283c8e46f136f6c", "score": "0.0", "text": "@GET\r\n @Produces(MediaType.APPLICATION_JSON)\r\n @Path(\"all\")\r\n public String getAllCountries() {\r\n String JSON = \"{countries: [\";\r\n List<Country> countries = cjpa.findCountryEntities();\r\n ...
[ { "docid": "120deddf8a5fa1ed3d09e7ce5a91a58a", "score": "0.6678184", "text": "Rest createRest();", "title": "" }, { "docid": "40281b81df807261c4326ed69c60df40", "score": "0.5657517", "text": "World getWorld();", "title": "" }, { "docid": "40281b81df807261c4326ed69c60df40"...
03c8f04b3d059e24cb549b5205fa16a0
if enter is pressed updates the page
[ { "docid": "b443945ede8b7a6000c54e3cf28a7d82", "score": "0.0", "text": "private void keyLoadWebPageListener() {\n\t\ttoolBar.getUrlField().addKeyListener(new KeyListener() {\n\n\t\t\t@Override\n\t\t\tpublic void keyTyped(KeyEvent e) {\n\t\t\t}\n\n\t\t\t@Override\n\t\t\tpublic void keyReleased(KeyEvent e...
[ { "docid": "19ed16342d562421ca25f1b7a88b5382", "score": "0.7463747", "text": "@Override\n public void enterPressed() {\n updateFields();\n }", "title": "" }, { "docid": "a207497763ae81cdccb2df8d0a9a3775", "score": "0.7181821", "text": "public void enter() {\n\t\tctx.keyb...
abfc6d9f3218e1f9bd2f27f4707ca242
Gets whether the compass is enabled/disabled.
[ { "docid": "e66b66a6682365c7f045f47cf2099dae", "score": "0.7220023", "text": "public boolean isCompassEnabled () {\n return mIsCompassEnabled;\n }", "title": "" } ]
[ { "docid": "f849dcf77e37e8aa90a2233396e0f1b6", "score": "0.6974368", "text": "public boolean isEnabled() {\n\t\tm_thisMutex.lock();\n\t\ttry {\n\t\t\treturn m_enabled;\n\t\t} finally {\n\t\t\tm_thisMutex.unlock();\n\t\t}\n\t}", "title": "" }, { "docid": "fc5d968c41e790b5521dae50b89d0441", ...
3e2cf61a949dc59140d33921e1302c5a
update the main content by replacing fragments
[ { "docid": "97ce913a79ecd968aeecce6a9a2a64d0", "score": "0.0", "text": "@Override\n public void onNavigationDrawerItemSelected(int position) {\n FragmentManager fragmentManager = getFragmentManager();\n switch (position) {\n case 0:\n loadSettings();\n ...
[ { "docid": "5c7cd2bb6e47409b464134198086bfb9", "score": "0.68024635", "text": "public void reloadContent() {\n\t\t\n\t}", "title": "" }, { "docid": "cb95a0ca836461f6e3cc64e9329dc1cd", "score": "0.6755643", "text": "public void updateFragment() {\n\t\tgetIntentData();\n\t\tprepareCatg...
ec238e56bef1bc493c52d686d217e2e3
remove in ArrayList remove(0)
[ { "docid": "7f30f7c53bf08e5fa5319be1846ee999", "score": "0.0", "text": "public static void main(String[] args) {\n ArrayList <String> list = new ArrayList<>(Arrays.asList(\"apple\",\"java\",\"tree\",\"cat\",\"animal\",\"shortcut\"));\n ArrayList<String> list2 = new ArrayList<>();\n ...
[ { "docid": "7ef55e3a2dda45ef56c1b8418c24a1ed", "score": "0.7209202", "text": "public static ArrayList<Integer> deleteZero(ArrayList<Integer> a)\n {\n \t ListIterator<Integer> listIterator = a.listIterator();\n \t while(listIterator.hasNext())\n \t {\n \t\t if(listIterator.next()...
9e3349fc4c20ccbfe817e39a58ae96cd
check if the current turn is for host
[ { "docid": "a8d08b8b985801c96057ffc0472bccc3", "score": "0.6916958", "text": "public void hostTurn(){\n \tguestTurn = false;\n }", "title": "" } ]
[ { "docid": "949084d36cdd8b63c0b724921d0f553a", "score": "0.66899025", "text": "public boolean is_set_host() {\n return this.host != null;\n }", "title": "" }, { "docid": "949084d36cdd8b63c0b724921d0f553a", "score": "0.66899025", "text": "public boolean is_set_host() {\n ...
041173970753dad433029faf6892eb20
optional string topic = 1;
[ { "docid": "eecc95870920dd6f0241cb96ea1d0837", "score": "0.0", "text": "public boolean hasTopic() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "title": "" } ]
[ { "docid": "26bd88d7f49eca619bf1a56d0ea5c533", "score": "0.7913532", "text": "void setTopic(final String topic) {\n this.topic = topic;\n }", "title": "" }, { "docid": "e29908514869c448f44653772ab65b1a", "score": "0.7735366", "text": "String getTopic();", "title": "" ...
c4d41fa9af1403374e797329c38fada3
Returns the number of entries in childCounts that are equal to count. The array indices upon return will contain the indices of childCounts for which this is true. The client must pass in this array of sufficient length.
[ { "docid": "df5d390c271650c1fca928c1251d127c", "score": "0.69965106", "text": "protected int childIndices(int[] childCounts, int count, int[] indices) {\r\n int numIndices = 0;\r\n for(int i=0; i<childCounts.length; ++i) {\r\n if(childCounts[i]==count) {\r\n indices[numIndices+...
[ { "docid": "223ed1358b261d3fbe68f9c63a5d2993", "score": "0.6478688", "text": "public int getInvestedChildCount() {\r\n\t\tint res = 0;\r\n\t\tString[] keys = childrenPoints.keySet().toArray(new String[0]);\r\n\t\tfor ( String s : keys ) {\r\n\t\t\tint x = childrenPoints.get(s).intValue();\r\n\t\t\tif ( ...
09a994d80c73e684e2712c76b7d6d85c
The password to decrypt the TLS private key. If this field is not set, it is assumed that the TLS private key is not password encrypted. .envoy.api.v2.core.DataSource password = 3;
[ { "docid": "2253d8fd3643837202c53e5027493adf", "score": "0.0", "text": "public boolean hasPassword() {\n return passwordBuilder_ != null || password_ != null;\n }", "title": "" } ]
[ { "docid": "09f13e56f9685cc057467aedc8dbe230", "score": "0.78477025", "text": "public io.grpc.xds.shaded.envoy.api.v2.core.DataSource getPassword() {\n return password_ == null ? io.grpc.xds.shaded.envoy.api.v2.core.DataSource.getDefaultInstance() : password_;\n }", "title": "" }, { "doc...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "53c2e06a944f0cb3024398e6e3efd92e", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n onClickRegisterShopOwner();\n }", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
5c2e7fd203bf4273362b66bd229f6b9d
Checks if site is on valid position.
[ { "docid": "0c5db49edf308dc199960a5239ea7669", "score": "0.0", "text": "private void checkBoundaries(int row, int col) {\n if (row <= 0 || row > nSize || col <= 0 || col > nSize) {\n throw new IllegalArgumentException();\n }\n }", "title": "" } ]
[ { "docid": "fd6039718d2e3bee2f23ac659b93aae8", "score": "0.6980753", "text": "private boolean isValidPosition(Robot robot) {\n return initialArea.getHeight() >= Math.abs(robot.getPositionY()) &&\n initialArea.getWidth() >= Math.abs(robot.getPositionX());\n }", "title": "" ...
772d3f7182d8eab0b07a94c78337f8b3
validating password with retype password
[ { "docid": "85863340015d66b2f4a44c19b8298b26", "score": "0.66795796", "text": "protected boolean isValidPassword(String Password) {\n if (Password != null && Password.length() > 4) {\n return true;\n }\n return false;\n\n\n\n\n\n }", "title": "" } ]
[ { "docid": "9ea26c19b844f977547da1f08868eead", "score": "0.75425017", "text": "public void validatePasswordFieldForCaseSensitve(){\n \tfillNewPasswordFields(\"temp123\", \"temp123\");\n \t//checkDBForPwdUpdates();\n \t\n }", "title": "" }, { "docid": "2adafe6517635eeb72c358e2ab26...
190a6468b777e99d0c9c55a1387af03b
Create an entity for this test. This is a static method, as tests for other entities might also need it, if they test an entity which requires the current entity.
[ { "docid": "f3d3cdacd07a3d4a7ed40648adedbded", "score": "0.0", "text": "public static Chofer createEntity(EntityManager em) {\n Chofer chofer = new Chofer()\n .nombre(DEFAULT_NOMBRE)\n .legajo(DEFAULT_LEGAJO);\n return chofer;\n }", "title": "" } ]
[ { "docid": "e540839c51ba5e6603605333184e347a", "score": "0.7722264", "text": "Entity createEntity();", "title": "" }, { "docid": "e540839c51ba5e6603605333184e347a", "score": "0.7722264", "text": "Entity createEntity();", "title": "" }, { "docid": "e540839c51ba5e6603605333...
80bd71e273d08fa0ef577e93b28d081b
Get the selected program.
[ { "docid": "28c25ac2a36c3bb6bec9254479c8a227", "score": "0.6887497", "text": "public static native libvlc_player_program_t libvlc_media_player_get_selected_program(libvlc_media_player_t p_mi);", "title": "" } ]
[ { "docid": "0166d3ccc8dcaea7f0ec8a02459887c8", "score": "0.76721746", "text": "public String getProgram() {\r\n\t\treturn program;\r\n\t}", "title": "" }, { "docid": "e130e2f86f24f77dd4c67302fac108f8", "score": "0.7663054", "text": "public String getProgram() {\r\n return prog...
e69a330f2dfed0ae5f666e0ba7464cd8
MySQL host of the replica. string host = 1 [(.yandex.cloud.required) = true, (.yandex.cloud.length) = "&lt;=253"];
[ { "docid": "293f4a49cd873e5b061ddfacbe9f1ec4", "score": "0.0", "text": "com.google.protobuf.ByteString\n getHostBytes();", "title": "" } ]
[ { "docid": "0f7803f0e48bff745e1e38f6768725bf", "score": "0.59465235", "text": "@TemplateParameter.Text(\n description = \"Zookeeper quorum host\",\n helpText = \"Zookeeper quorum host, corresponds to hbase.zookeeper.quorum host\")\n String getHbaseZookeeperQuorumHost();", "title": "...
4437d7f4d85be8c17e07d67c75199c72
Run the void setShortCastle() method test.
[ { "docid": "8a39ca80c0a8c97dba69894bb87d33fa", "score": "0.7964151", "text": "@Test\r\n\tpublic void testSetShortCastle_fixture27_1()\r\n\t\tthrows Exception {\r\n\t\tGamePieceSAN fixture = getFixture27();\r\n\r\n\t\tfixture.setShortCastle();\r\n\r\n\t\t// add additional test code here\r\n\t}", "tit...
[ { "docid": "c27350238998152671586a996711fc99", "score": "0.8177241", "text": "@Test\r\n\tpublic void testSetShortCastle_fixture16_1()\r\n\t\tthrows Exception {\r\n\t\tGamePieceSAN fixture = getFixture16();\r\n\r\n\t\tfixture.setShortCastle();\r\n\r\n\t\t// add additional test code here\r\n\t}", "tit...
c37a7164be605e3a8972302387e97566
Called when the player's region changes
[ { "docid": "8214b31e122f34a968985d8c66e3dfe8", "score": "0.75523734", "text": "public void on_region(@Observes RegionChanged regions, Player player) {\n\t\tplayer.getOutputStream().write(regions.getNewRegion());\n\t}", "title": "" } ]
[ { "docid": "a299f9ae1159b6161dc5e5d4f9ca76be", "score": "0.78228945", "text": "public void on_regionupdate(@Observes RegionEntered event) {\n\t\tchannel.write(event.getCurrentRegion());\n\t\tplayer.appear();\n\t}", "title": "" }, { "docid": "846b684cefb311837f1b2d5f6617c74a", "score": "0...
6ebc58e1d34ceccfc2ac0d15fe612f28
/ table users This method create Object user
[ { "docid": "309784ef1ce41676374a10dc3dbab7d2", "score": "0.6538967", "text": "private User create(User user) {\n try (Connection cn = pool.getConnection();\n PreparedStatement ps = cn.prepareStatement(\n \"INSERT INTO users(name, email, password) VALUES (?, ?, ?) \...
[ { "docid": "a65b036f976467517ea85e5a745d81ec", "score": "0.7850851", "text": "@Override\n\tpublic void create(User object) {\n\t}", "title": "" }, { "docid": "fba662aaf58ed9e0b56d82acdfb7f89b", "score": "0.75659275", "text": "private User createUserObject(){\n return new User(...
5dacb8fe36799035248e31813057038c
Friends management: Get Friends list
[ { "docid": "16f3565ef0c97d4382108c3155ccbb68", "score": "0.7905399", "text": "public String getFriends() {\n\t\t\n\t\treturn getHttpContent(\"/service.php?c=friends&a=listing\");\n\t}", "title": "" } ]
[ { "docid": "99980cc53ecfaadf11131059b46eaac1", "score": "0.7918825", "text": "java.util.List<com.qingcity.proto.Friends.Friend> \n getFriendList();", "title": "" }, { "docid": "99980cc53ecfaadf11131059b46eaac1", "score": "0.7918825", "text": "java.util.List<com.qingcity.proto....
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "37062f239985217d109c575d50aaf175", "score": "0.0", "text": "private static Animator m349a(Context context, Resources resources, Theme theme, XmlPullParser xmlPullParser, AttributeSet attributeSet, AnimatorSet animatorSet, int i, float f) {\n Animator animator = null;\n ArrayLis...
[ { "docid": "6e7d19f90dff629712933844b194e213", "score": "0.62741643", "text": "interface xb {\n /* renamed from: a */\n void mo3338a(String str);\n}", "title": "" }, { "docid": "dfc8884398507d7a30967d7ad7e44432", "score": "0.62433356", "text": "interface C11843b {\n /* r...
7c8fd841b5df6bfacb570b17a548aef2
Polls for a single packet from the queue, waiting for the specified amount of time before retrying. When all retries are exhausted than it quits.
[ { "docid": "18dfb7fc0ca74943ffa981e3df2deb60", "score": "0.6034671", "text": "protected DatagramPacket dequeue(long timeout, TimeUnit unit, int tries) {\r\n\t\tDatagramPacket packet = null;\r\n\t\t\r\n\t\tint attempts = 0;\r\n\t\twhile (attempts < tries) {\r\n\t\t\ttry {\r\n\t\t\t\tpacket = this.queue.p...
[ { "docid": "b50762e396b07c1f6a447550f38d2e9b", "score": "0.6026366", "text": "public void waitForPoll(long timeout) throws InterruptedException;", "title": "" }, { "docid": "ee41de47f9c397f38bf1e124c1bdd959", "score": "0.59508175", "text": "Future<Integer> poll(long timeout, TimeUnit...
3564098480191befd7a7f7e758aef2bf
console.println("DFS Traversal"); GraphNode rootNode = getNode(rootNodeName); ArrayList visited = new ArrayList(); dfsRecursive(rootNode, visited);
[ { "docid": "a0bf08a2606338c17885bf9bacffe699", "score": "0.77855116", "text": "public void traverseDFS(String rootNodeName) {\n }", "title": "" } ]
[ { "docid": "cd246d28eb84bfa5632c45aa6b6dd036", "score": "0.74605775", "text": "void dfs() {\n this.visited = new ArrayList<>();\n Stack stack = new Stack();\n stack.push(Graph.ROOT);\n while(stack.size() > 0) {\n int node = (Integer)stack.pop();\n this.v...
56570ea1878b90542f6f34ca713d180d
If program ends, gracefully close the connection
[ { "docid": "2ec7e01d8c15bf19c2fabc984f325f42", "score": "0.0", "text": "protected void finalize() throws IOException {\n\t\tUtils.logMessage(\"Shutting down server.\");\r\n\t\tthis.shutdownServer();\r\n\t}", "title": "" } ]
[ { "docid": "0101acfb9d542f26ec5ef619384ac0e7", "score": "0.7954782", "text": "@Override\n public void close() {\n connection.closeConnection();\n System.exit(0);\n }", "title": "" }, { "docid": "773b061045a865f0a897a486ab9dd96b", "score": "0.78419375", "text": "pu...
1dd43bfd911f2b0e1b0ad5c14b483e67
Them product hien tai vao List trong sqlite
[ { "docid": "52db7298427378f3767e2ddc1e80de1d", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n CartDAO dao = new CartDAO(getBaseContext());\n boolean check = false;\n List<Product> productAll = dao.readAll();\n f...
[ { "docid": "cfa04c58fb50f00c09230ec5ad45fa1f", "score": "0.6777479", "text": "private void ObtenerProductos() {\n try {\n ResultSet SqlQuery = Sql.SqlQuery(Sql.connection, \"SELECT clave,nombre FROM productos\");\n while (SqlQuery.next()) {\n Producto.addItem(...
795239436353bbe2dad6cf6b322532d3
Method that initialize the application
[ { "docid": "6c9b5279fce78d5c743d1b75129cc38d", "score": "0.0", "text": "private void initCheck() {\r\n\t\tpref = getSharedPreferences(PREFERENCE, MODE_PRIVATE);\r\n\r\n\t\t// ์ตœ์ดˆ ์‹คํ–‰์ธ์ง€ ํ™•์ธ ํ›„ ์‚ฌ์šฉ์ž ์ •๋ณด(๊ธฐ๊ธฐ ์ „ํ™”๋ฒˆํ˜ธ)๋ฅผ ์ƒ์„ฑ ๋ฐ ์ €์žฅํ•œ๋‹ค.\r\n\t\tif (!pref.getBoolean(PREFERENCE_INITIAL_PROCESS, false)) {\r\n\t\t\tTelephonyMana...
[ { "docid": "b20d3abab4764ec1c5ad7054501bb80d", "score": "0.8341222", "text": "public void init()\n {\n app.init(); \n }", "title": "" }, { "docid": "3c5579c921585b95b861353755a0e461", "score": "0.78742695", "text": "private void initApp() {\n //Bugly\n ...
d99309b491d8ea16ed71d31dd9e5052e
this added to generate CoNLL like output, the cost is storing the array
[ { "docid": "ecff8120caa6699a3342b73dfbcbffad", "score": "0.0", "text": "public FragmentCompact(Fragment f, RuleMaps rm) throws Exception {\n List<DepandantNode> terminalsNodes = f.getTerminals();\n terminals = new int[terminalsNodes.size()];\n realPositionsInSentence = new String[te...
[ { "docid": "80ee5efe1cf0415c08e3d19f393b43a3", "score": "0.6068337", "text": "public static void main(String args[]) {\n\t\tdouble input[][] = { { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 }, { 0.0, 1.0, 1, 0, 0.0, 0.0, 0.0, 0.0 },\n\t\t\t\t{ 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0 }, { 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, ...
e45fc3263ed44d1350271683b140633f
This is a placeholder only used in nodes defined inside a function. It indicates the attr value will be supplied when the function is instantiated. For example, let us suppose a node "N" in function "FN". "N" has an attr "A" with value placeholder = "foo". When FN is instantiated with attr "foo" set to "bar", the insta...
[ { "docid": "ca86c39e4fcd066d28d352cb50a79837", "score": "0.0", "text": "com.google.protobuf.ByteString\n getPlaceholderBytes();", "title": "" } ]
[ { "docid": "6a17414126c3b75fee761d7671843930", "score": "0.59017193", "text": "void setPlaceholder(String placeholder);", "title": "" }, { "docid": "6c7d164715706c110b9d1923a47bc0f4", "score": "0.58865535", "text": "public String getAttributeDefault(String attr);", "title": "" ...
c9977cc1adfb761355262ee5f6dafc50
Return the "processing inside an include" flag.
[ { "docid": "2edec93ad9237842eb95fec6fcddb080", "score": "0.70182693", "text": "public boolean getIncluded();", "title": "" } ]
[ { "docid": "f8527b631734492bd8a3e23490baba6a", "score": "0.6690198", "text": "public boolean isIncludesAllowed()\n {\n return this.includesAllowed;\n }", "title": "" }, { "docid": "8118a34c1a31adbbcf0e0c1402a7c772", "score": "0.6650074", "text": "public boolean isInclude...
35003706ff0788a49e3bf70cc9a34554
common part: create layout
[ { "docid": "0e0527522c05f5b0ae248fc9b9c01abd", "score": "0.0", "text": "private HorizontalLayout buildHlToolbar() {\n\t\thlToolbar = new HorizontalLayout();\n\t\thlToolbar.setImmediate(false);\n\t\thlToolbar.setWidth(\"100.0%\");\n\t\thlToolbar.setHeight(\"26px\");\n\t\thlToolbar.setMargin(false);\n\n\t...
[ { "docid": "bd9e0d453e7e37b6856d9ef4bf9714a2", "score": "0.7449896", "text": "void createLayout() {\r\n\t\tgridLayout = new GridLayout();\r\n\t\tlayoutComposite.setLayout(gridLayout);\r\n\t}", "title": "" }, { "docid": "3858f94d9a38be5ab3bd52254d366027", "score": "0.73094827", "text"...
4d0f53fb2ed3f0eaa4dba5992a7a39b2
Stop listening for Sphero connection events
[ { "docid": "9c3fa9c865b367d8626b45e3e32540a1", "score": "0.0", "text": "public boolean unregisterSpheroListener(final SpheroListener spheroListener){\n //Remove form list of listeners\n return mSperoListeners.remove(spheroListener);\n }", "title": "" } ]
[ { "docid": "c064c142db812ec1a031dbe7bbc7eb8a", "score": "0.72383004", "text": "void stopListening();", "title": "" }, { "docid": "9b3a01445c8799329e107a413cf5dd5e", "score": "0.69898754", "text": "public Boolean stopListening();", "title": "" }, { "docid": "08e84c2a880e3c...
3584dec692b8d6e4980d1c6f51e73960
searches for the given contact and displays his/her information loops through the function until user indicates they are done
[ { "docid": "306f88bbaa49e94908bcba56f6471517", "score": "0.70172566", "text": "public void search() {\n String loop = \"y\";\n while (loop.equalsIgnoreCase(\"y\")) { \n //receive the contact to search for from the user\n System.out.println(\"Please enter the last name...
[ { "docid": "62eae09662fad5260311d5546a2bafb2", "score": "0.67765737", "text": "private static void peopleSearchMenu() { \r\n\t\tSystem.out.println(\"Search for a person by typing their name in the format \\n\" + \r\n\t\t\t\t\t\t \"'FIRST LAST' or their ID number.\");\r\n\t\t\r\n\t\tSystem.out.println(...
745c40501f8f9b5e32c50ee557e1fbec
This method was generated by MyBatis Generator. This method corresponds to the database table cwv_common_country
[ { "docid": "9b369bce37d819b97831b3b4b9e34648", "score": "0.0", "text": "public boolean isDistinct() {\r\n return distinct;\r\n }", "title": "" } ]
[ { "docid": "60dcaa24216b8e8e7037748813601d3d", "score": "0.63419014", "text": "public long getCountryId();", "title": "" }, { "docid": "011056ca94aaa91fab6c64266a90e065", "score": "0.62063247", "text": "public void setCountryId(long countryId);", "title": "" }, { "docid":...
4696452d2402bf4c2efe69e7e4b7429f
sets the next line and returns if it is empty or not.
[ { "docid": "f1781e2ac29e5b431877e4209b0217d1", "score": "0.7142557", "text": "public Boolean nextLine() throws IOException {\r\n if ((line = reader.readLine()) != null) {\r\n return true;\r\n } else {\r\n reader.close();\r\n return false;\r\n\r\n }\r...
[ { "docid": "128bd5966b942efd37b78b15f6a4180e", "score": "0.727206", "text": "public boolean checkForNextLine()\n {\n Scanner sc = this.getsc();\n return sc.hasNextLine();\n\n }", "title": "" }, { "docid": "56117efb75ecf3fc26e08153b6f261ef", "score": "0...
fc571d17133abf5e2c3a405f6f8b2be1
This method was generated by Abator for iBATIS. This method sets the value of the database column t_exp_templete.id
[ { "docid": "70916f9e9eaec608faa71f4d1e5fa8a3", "score": "0.0", "text": "public void setId(String id) {\n this.id = id;\n }", "title": "" } ]
[ { "docid": "ac8cfd5c03ef135fb94825a89e906da6", "score": "0.6127805", "text": "public void seti_ordertrx_temp_ID (int i_ordertrx_temp_ID);", "title": "" }, { "docid": "878b692537a1aea708b5c1d3b82b02fd", "score": "0.5993407", "text": "public void setTempleteType(Integer templeteType) {...
dd0b4f26301e84e5eebc3ee82d82b99f
Return the index of the first occurrence of anything but the given value, or 1 if there is none.
[ { "docid": "1812ecd8dfb6f590886135a77cd4739f", "score": "0.0", "text": "public int indexPast(Heaper value) {\n\t\treturn indexPast(value, 0);\n\t}", "title": "" } ]
[ { "docid": "4e3d2d0c51d87d4d88a3c572c3f92b56", "score": "0.6946584", "text": "public int firstIndexOf(T value){\r\n int index = -1;\r\n for (int i = 0; i < dataSize; i++) {\r\n if (data[i] == value) {\r\n index = i;\r\n break;\r\n }\r\n ...
1dedf1529ce88d757e18909dfaec88ff
Method called after an Exception is thrown when the server tries to write to a client's socket.
[ { "docid": "b8cf5fe3fce8dd977eb0e4055370bffd", "score": "0.0", "text": "private void removeClient(String nickName, HttpServletRequest request) {\n if (ChatServlet.clients.remove(nickName) != null) {\n // TODO 2: Write your code here\n }\n }", "title": "" } ]
[ { "docid": "4a324fd8a1d3d76e9279e06d41d8d57e", "score": "0.7198441", "text": "public void socketError(Exception e) {\n\t\t\n\t}", "title": "" }, { "docid": "67ffa9d9462b3f20eb9c863d43976e3c", "score": "0.7121919", "text": "@Override\r\n\t\tpublic void onSocketException(NetworkExcepti...