query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "5c1edf9a4dd6956a1f3986c09f08cc24", "score": "0.0", "text": "public static StatusCode parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\n StatusCode object = null;\n // initialize a hash map to keep values\n java.util.Map attri...
[ { "docid": "b530a19227c73ba895aa904be77644d8", "score": "0.5668385", "text": "StructureElement createStructureElement();", "title": "" }, { "docid": "54a623e8a8d702248f2dd79959bd217d", "score": "0.54499406", "text": "SingleElement createSingleElement();", "title": "" }, { ...
99f2a4dc58788c84554b254730b531d3
Look up and return a theme object by its directory name (short symbolic name, not its humanreadable name).
[ { "docid": "eaa7acf4fa142fe7d7e68fa35f71b486", "score": "0.6276238", "text": "public static Theme themeFromName(\n EOEditingContext ec, final String themeDirName)\n {\n Theme result = null;\n try\n {\n synchronized (themeIds)\n {\n EOGl...
[ { "docid": "91f9e124e57356d03a9073f23c89517c", "score": "0.6128052", "text": "public ThemeManager getThemeManager();", "title": "" }, { "docid": "887eb6d3d64145a55b0ea1c5697e533c", "score": "0.6006199", "text": "public Theme getTheme( final String themeId ) {\n checkInitialized()...
b21c9e7d60be0bcffd9640b56d3bb0aa
checks if the object is moving down (y motion) over sample number of frames
[ { "docid": "b51ad2c811a94d6c421bccb5d862c312", "score": "0.68418765", "text": "public boolean movingDown(int sample) {\n\t\tif (!hasHistory()) return false;\n\t\t\n\t\tif (sample > movements.size()) sample = movements.size();\n\t\tint startIndex = movements.size() - 1, endIndex = startIndex - sample + 1...
[ { "docid": "96c3479c47f619edd9d455ea077e1812", "score": "0.6450019", "text": "public boolean isHeadingDown() {\n\t\treturn direction == DIRECTION_DOWN;\n\t}", "title": "" }, { "docid": "52702bbbbc46690f356b57e8a2092f98", "score": "0.6335036", "text": "public boolean canMoveDown();", ...
998e069735d3f07f550106c7b8f4fe00
Method to know if the student did all OOP lectures and courses
[ { "docid": "c4354e9b79428748500c9b3e643cbe32", "score": "0.72583276", "text": "public boolean doAllCourses(Student student) {\n\t\tboolean allCourses = false;\n\t\tboolean allLabs = false;\n\t\tfor (int i = 0; i < Game.NB_COURSES; ++i) {\n\t\t\tlectureOOP.add(new LectureItem(\"OOP\", i + 1));\n\t\t\tlab...
[ { "docid": "f657ae57b6dc4c01dfea2f9ac19720bc", "score": "0.61834085", "text": "public void checkCourse() {\n\n\t\tSystem.out.println(\"Registered Courses\");\n\t\tfor (Map.Entry<String, Integer> entry : registeredCourses.entrySet()) {\n\t\t\tSystem.out.println(\"Course: \" + entry.getKey() + \", Index: ...
7c48cd94be6d26eab13677ca8a3b4ec2
Add the current root file to the slides list.
[ { "docid": "fd3724a091cceabf7eb031d3bdcc63cf", "score": "0.77431196", "text": "private void addRootFile(String slideName) {\n String path = (prefix + root.getLocalPath()).replace('\\\\', '/');\n Slide sl = new Slide(path, slideName, root.getDuration(), Slide.MSEC);\n a.addRoot(sl);\...
[ { "docid": "d55a88cd7aea3d66bdb1912126172e74", "score": "0.5969542", "text": "private void addFiles() {\n Enumeration e = root.getDependencies().elements();\n while (e.hasMoreElements()) {\n HTTPFile f = (HTTPFile) e.nextElement();\n a.add(f.getFile(), prefix + f.getL...
0c45f0778aa26bfcef5588a84f7ca855
Adds all players to the hashmap which stores the time, in flagTimer time, when they joined their freq.
[ { "docid": "2a0df32dffd38d5667157bce9e6e6cfb", "score": "0.6919943", "text": "public void setupPlayerTimes() {\r\n\r\n playerTimes = new HashMap<String, Integer>();\r\n playerTimeJoined = new HashMap<String, Long>();\r\n\r\n Iterator<Player> i = m_botAction.getPlayingPlayerIterator(...
[ { "docid": "d5a615b58d3992b1c64e1063b8d575e8", "score": "0.5398752", "text": "public GameFlagTimeModule(BotAction botAction, PubContext context) {\r\n super(botAction, context, \"Game FlagTime\");\r\n objs = m_botAction.getObjectSet();\r\n playerTimes = new HashMap<String, Integer>(...
e5c1878613776a75d04ee7d94e782d08
Created by hzgjl on 2018/7/30.
[ { "docid": "a1f9299179861147756a3935a56761ec", "score": "0.0", "text": "public interface IItemGroupMapper extends BaseMapper<ItemGroup> {\n}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.57930636", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "efda110dae3567ecb4380b4b672c3e8d", "score": "0.5704441", "text": "public void anzeigen() {\n\t\t\r\n\t}", "title": "" },...
e8553abf1b37009d4a9e5905f8a8618b
Set up a date time interpreter which will show short date values when in week view and long date values otherwise.
[ { "docid": "8e803685cec1ee3af04106b125da19f0", "score": "0.74994355", "text": "private void setupDateTimeInterpreter(final boolean shortDate) {\n mWeekView.setDateTimeInterpreter(new DateTimeInterpreter() {\n @Override\n public String interpretDate(Calendar date) {\n ...
[ { "docid": "fa832bdbb7ae9c40ffcc2e12b6f55067", "score": "0.76548934", "text": "private void setupDateTimeInterpreter(final boolean shortDate) {\n mWeekView.setDateTimeInterpreter(new DateTimeInterpreter() {\n @Override\n public String interpretDate(Calendar date) {\n ...
062f4a6af13281efa862cdc1ebb55c03
Creates new form UserInformationPanel
[ { "docid": "3ed91f1338524c21288ff354b94a2074", "score": "0.79086375", "text": "public UserInformationPanel() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "c3b746dedb16f2a7d9a26d30b51c0f09", "score": "0.724447", "text": "public void createForm() {\n head.setText(\"New User\");\n deleteBtn.setVisible(false);\n updateBtn.setVisible(false);\n labelFirstname.setText(\"Firstname\");\n labelLastname.setText( \"Lastn...
10ef62533245f914d11c17a231227914
Try to load a texture from the given file.
[ { "docid": "9bd7f0e237bd0a2747302d54d15dfc83", "score": "0.83239794", "text": "private Texture loadTexture(String file) {\n Texture result = null;\n \n try {\n // Try to load from local folder.\n result = TextureIO.newTexture(new File(file), false)...
[ { "docid": "2d967f877c8363945930c11c90ff671f", "score": "0.78103286", "text": "public static Texture loadTexture(String file) {\n\t\treturn new Texture(Gdx.files.internal(file));\n\t}", "title": "" }, { "docid": "2003a985b1daf3b7317943f1f1053f8b", "score": "0.7203287", "text": "priva...
8538316d48a67000bfc5b786b577c3e5
9. A user shall be able to add a new item to an existing todo list
[ { "docid": "fd3641c29cf016be315f85ab9da8f9b1", "score": "0.0", "text": "public static void main(String[] args) {\n\n }", "title": "" } ]
[ { "docid": "37884e1c8c980e2d5754fb724730f602", "score": "0.7239083", "text": "public void createNewListItem(ToDoListItem toDoListItem) {\n\n\n mSqlHelper.insertIntoListTable(toDoListItem);\n\n }", "title": "" }, { "docid": "d7f5c986cb08fe8fde7fbf53355251ea", "score": "0.7134365...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "80cbafc9796e90e999f979aeb17326a4", "score": "0.0", "text": "@Override\n\tpublic void onNothingSelected(AdapterView<?> arg0) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.69474965", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8619203d4867f5c6d05eb9a5354405c0", "score": "0.6920049", "text": "@Override\n\t\tpublic void pintate() {\n\t\t\t\n\t\t}", ...
20957b9292b284c9bd98c659d0e144a1
return and discard next character from input
[ { "docid": "a505e0c6698ec0e43245e67b92aa88da", "score": "0.61639655", "text": "private static char readChar() {\n char ch = lookChar();\n pos++;\n return ch;\n }", "title": "" } ]
[ { "docid": "e6f239262fd0355850fa1ee4e855fa6e", "score": "0.66645", "text": "private static char nextChar() {\n\t return 0;\r\n\t}", "title": "" }, { "docid": "91e16fb29c3927cf3f372c17ec0c5cb2", "score": "0.65988404", "text": "private char nextChar() {\n char c;\n if...
2c3e615dccac013650876068b9a23d5b
Gets the checks for employee selected.
[ { "docid": "d1e8bfe43b07af90147a4ffd40d3d824", "score": "0.5718609", "text": "public Boolean getHasEmployeeSelected() {\n return this.selectedEmp != null;\n }", "title": "" } ]
[ { "docid": "d43963cc2d74b2486187f0dc08d663b3", "score": "0.6045068", "text": "private Hashtable<Integer, Boolean> getCheckedExercises() {\n\t\tHashtable<Integer, Boolean> exercises = new Hashtable<Integer, Boolean> ();\n\t\tString exerciseSequence = mDbHelper.getExerciseSequence(workoutName);\n\t\tStrin...
8ddf500ce84f386ccd68cf5a283518eb
Calculates the vector's length, returning the result as a float
[ { "docid": "694bd48676a4ea5da448d58fc9ac9d6d", "score": "0.7419955", "text": "public float length() {\r\n\t\treturn Vector4.length(this);\r\n\t}", "title": "" } ]
[ { "docid": "e37f8e7e43932f611342fe9f14fd203a", "score": "0.7774572", "text": "float length();", "title": "" }, { "docid": "9edee7b95cdb38c3cd4d5450e773ea5b", "score": "0.7740344", "text": "public float length(){\r\n\t\treturn (float) Math.sqrt(lengthSquared());\r\n\t}", "title": ...
ac28f3da72336d86bc73b8d38f9d01ba
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If t...
[ { "docid": "a1ae9855ede808aa71585363bea6c8e3", "score": "0.0", "text": "public static GetOneAttachment parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\n GetOneAttachment object =\n new GetOneAttachment();\n\n int event;\n java.la...
[ { "docid": "fcc3f3b66fc37a54f88e75a92e85f793", "score": "0.63709444", "text": "public static ElementE parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{\n ElementE object =\n new ElementE();\n\n int event;\n java.lang.String nillabl...
3ae3959538686811b21314de6115bfe3
boolean[] b = new boolean[2704000000];
[ { "docid": "35f7bf4e82622a697717e819f1823b23", "score": "0.0", "text": "private final int checkRan(final char[] chTiezi, final int start,\n\t\t\tfinal int lenX, final int len) {\n\n\t\tlabel1: for (int i = start; i < lenX; i++) {\n\t\t\tfinal int ch2 = chTiezi[i + 1];\n\t\t\tint ch1;\n\t\t\tbyte pos2 = ...
[ { "docid": "b3bcee5f9e0c4b6379ce620525e8fe47", "score": "0.6877164", "text": "public static native boolean[] makeTransientBooleanArray(short length, byte event) throws SystemException;", "title": "" }, { "docid": "2d511ba5dd43c54772bfec1da4028248", "score": "0.652361", "text": "publi...
2bea917a7b5f5707c368c1c0a190981c
This method was generated by MyBatis Generator. This method corresponds to the database table workflow
[ { "docid": "ce204dad2f782aa9262989a598581a47", "score": "0.0", "text": "public boolean isDistinct() {\n\t\treturn distinct;\n\t}", "title": "" } ]
[ { "docid": "b8fdad9f0c532add32a72503957d12ed", "score": "0.60643184", "text": "private void addCloumnFromTable() {\n\t\t\r\n\t\t try{\r\n\t\t\t getSqlMapClientTemplate().queryForObject(\"addCloumnFromTable\",null);\r\n\t\t\t \t\r\n\t\t \t}catch(Exception e1){\r\n\t\t \t\tSystem.out.print(11);\r\n\t\t \t...
71670d1bea0262cb7930d4377dfb3635
Add Digester rules for all elements.
[ { "docid": "e97c92aa0ce1c99f408d877d1923e948", "score": "0.0", "text": "private static void addStateRules(final String xp,\r\n final ExtendedBaseRules scxmlRules, final List customActions,\r\n final SCXML scxml, final PathResolver pr) {\r\n scxmlRules.add(xp, new ObjectCreat...
[ { "docid": "11b9e4fdc56dc4bd8a362994b7e9cf0e", "score": "0.5825832", "text": "public void addRuleInstances(Digester digester)\n/* */ {\n/* 85 */ digester.addObjectCreate(this.prefix + \"Ejb\", \"org.apache.tomcat.util.descriptor.web.ContextEjb\");\n/* */ \n/* 87 */ digester.addRu...
597676c4d71dbd7ba3d0fb81dd11247b
Expand a given nominal type into an invariant or null (if none exists).
[ { "docid": "e28f6abebe07fe680c4ccab62634334c", "score": "0.6251793", "text": "private Pair<SemanticType,Code<?>> expand(Code<?> root, SemanticType.Nominal type, int freeVar) {\n\t\ttry {\n\t\t\tWycsFile wf = builder.getModule(type.name().module());\n\t\t\tWycsFile.Type td = wf.declaration(type.name().na...
[ { "docid": "8399e1326e4842b64d742dfbf0d951d0", "score": "0.61215544", "text": "private Pair<SemanticType,Code<?>> expand(Code<?> root, SemanticType.Or type, int freeVar) {\n\t\tSemanticType[] elements = type.elements();\n\t\tSemanticType[] nelements = new SemanticType[elements.length];\n\t\tCode<?> inva...
a7b7a88fa76208153d3d21d9edc2f3d5
Sets the User Context History Mgmt service reference.
[ { "docid": "784f674cf3203836da2e8c7bb57a73b6", "score": "0.6911787", "text": "public void setUserCtxHistoryMgr(IUserCtxHistoryMgr userCtxHistoryMgr) {\r\n\r\n\t\tthis.userCtxHistoryMgr = userCtxHistoryMgr;\r\n\t}", "title": "" } ]
[ { "docid": "e56fcd16c0b3bdb46b6919312c1c676a", "score": "0.5354153", "text": "public void setHistoryManager() {\r\n\t\tHistoryManager historyManager = new HistoryManager();\r\n\t\tinputField.addKeyListener(historyManager);\r\n\t\tinputField.addActionListener(historyManager);\r\n\t}", "title": "" }...
01aa3f9b287c5f15d2aa3b200a558c9f
Bytes with data bytes content = 1;
[ { "docid": "8b61cd45926f4c215f00ba6720eaf634", "score": "0.0", "text": "public com.google.protobuf.ByteString getContent() {\n if (audioSourceCase_ == 1) {\n return (com.google.protobuf.ByteString) audioSource_;\n }\n return com.google.protobuf.ByteString.EMPTY;\n }", ...
[ { "docid": "eb9bf83391ad5e0e3a67942108fe2ab6", "score": "0.6882512", "text": "ByteBuffer bytes();", "title": "" }, { "docid": "ae509005cccddc8387e81342eab26a1e", "score": "0.6634685", "text": "com.google.protobuf.ByteString getContent();", "title": "" }, { "docid": "5ee2b...
ec56eeeb15b4c250966e22fac9342224
Archive email list (asynchronously)
[ { "docid": "c0f20cee7da9e79a9faead2e300bc8a8", "score": "0.6133212", "text": "public com.squareup.okhttp.Call archiveEmailListAsync(Integer storefrontOid, String emailListUuid, final ApiCallback<EmailListArchiveResponse> callback) throws ApiException {\r\n\r\n ProgressResponseBody.ProgressListene...
[ { "docid": "a4bb498b33ce4edfbb4ae884d22619d0", "score": "0.6111527", "text": "public void sendMailsAsync(List<OPreparedMail> mails);", "title": "" }, { "docid": "4cda97cfbdecbf0e639893e0332b383e", "score": "0.5961172", "text": "public void archiveMessages(ArrayList<Message> messages)...
bcdca0f7d24d8ff63121ff1af14748e7
Returns the value of the 'Library' attribute. If the meaning of the 'Library' attribute isn't clear, there really should be more of a description here...
[ { "docid": "ebcfb9a6d3c9512788f14113e347fbf4", "score": "0.71181947", "text": "String getLibrary();", "title": "" } ]
[ { "docid": "f4ea4a67ac2be9480c8c4c6f1d783206", "score": "0.774358", "text": "public Library getLibrary() {\n return libraryProperty.getValue();\n }", "title": "" }, { "docid": "a35a5b819306fcf8e7f8050440563475", "score": "0.77261174", "text": "@Override\r\n\tpublic String g...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f7183bfe255521a5262db6a6dc94eacb", "score": "0.0", "text": "@Override\n\tpublic void tiger() {\n\t\tSystem.out.println(\"어흥\");\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
4c691320cff07e2d693feaf5245945dd
Updates the NBTTagCompound metadata of instances of the following entitytypes: Mob spawners, command blocks, beacons, skulls, flowerpot
[ { "docid": "68248a2b5c2f98af9180fe5afd453b76", "score": "0.5102741", "text": "public void handleUpdateTileEntity ( S35PacketUpdateTileEntity packetIn ) {\n PacketThreadUtil.checkThreadAndEnqueue ( packetIn , this , this.gameController );\n\n if (this.gameController.theWorld.isBlockLoaded (...
[ { "docid": "b06a545861301a61655241361af728f6", "score": "0.6251789", "text": "public void setSpawnedType(EntityType type) {\n/* 53 */ setData((byte)type.getTypeId());\n/* */ }", "title": "" }, { "docid": "2d6e3ab0227081185201b9a7566b07f5", "score": "0.62179565", "text": "@Ev...
70c99597343f86e2cd2d0a89c4c9b448
Gets the specified objects name.
[ { "docid": "cb918885c9bd32ba05a8765e037219b0", "score": "0.0", "text": "public static String getName(RSObject object) {\n if (object != null) {\n RSObjectDefinition definition = object.getDefinition();\n if (definition != null) {\n return definition.getName();...
[ { "docid": "ac022bb4910d3e70583d241a92136764", "score": "0.6803482", "text": "public GameObject getObjectByName(String name) {\n for (int i = 0; i < objectList.size(); i++) {\n if (objectList.get(i).getName().equalsIgnoreCase(name)) {\n return objectList.get(i);\n ...
023665a6a33fd9da605c7c91fa06e0a5
Required to overload (abstract)
[ { "docid": "e33a1af48b42c5bea32d5d9283bfb170", "score": "0.0", "text": "public void windowOpened(WindowEvent e) {}", "title": "" } ]
[ { "docid": "287d137ad243cc30f0e282ffd27beff6", "score": "0.6985738", "text": "Overloading(){\n\t\tsuper();\n\t}", "title": "" }, { "docid": "4baaa31de3cb9d26eb4be8539c9a62c6", "score": "0.67062527", "text": "abstract void zeichne();", "title": "" }, { "docid": "28a955f3d9...
03c234f8ae247c1bcf660b85d399e847
Funkcja dokonujaca losowej partycji
[ { "docid": "808567c93d6f8701d7ed932a7ac54037", "score": "0.0", "text": "private int randomizedPartition(int low, int high){\n Random rand = new Random();\n int pivot = rand.nextInt(high-low +1) + low;\n System.err.println(\"Pivot: \"+ pivot); //log\n swap(high, pivot);\n\n ...
[ { "docid": "4e66e8e77456eeecd8bdbf13abd2f029", "score": "0.6478103", "text": "Farbe kiMussFarbeWuenschen();", "title": "" }, { "docid": "8004d20224eeae3bee7b1a1dd3de2ac2", "score": "0.64494854", "text": "public static void juagarPartido() {\r\n\r\n\t}", "title": "" }, { "...
1a50f5d3d8e1161049fd8e989ddf02de
Occurs when the broker context has been successfulloy created.
[ { "docid": "ba9a65384ce0b8afef8a7293a334d3d1", "score": "0.72265506", "text": "public void onRpcBrokerCreateContext(String context);", "title": "" } ]
[ { "docid": "b36ceb0fefbc0be92bda3a08c773d619", "score": "0.5437867", "text": "@Override\n\t\t\tpublic void activate(ApplicationContext context) {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "28bf4c855302009074e474a319a28de1", "score": "0.53406376", "text": "@Override\n\tpublic voi...
993be320d5e458ba3d200f5a1cac624c
Generate consulting dates from office hours.
[ { "docid": "bc61c84775aae23f1aa5d3a766465dee", "score": "0.80299896", "text": "List<ConsultingDate> generateOfficeHoursInIntervall(OfficeHourIntervall intervall,\n List<OfficeHour> officeHours);", "title": "" } ]
[ { "docid": "591d60d6534c566c60e58b794df25256", "score": "0.69591", "text": "public interface OfficeHourGeneratorService {\n\n /**\n * Generate consulting dates from office hours.\n */\n List<ConsultingDate> generateOfficeHoursInIntervall(OfficeHourIntervall intervall,\n List<OfficeHour> offic...
3cb94cff0a00bd20ab6b2a09c6c93222
Sets up the times panel in the main appointment panel.
[ { "docid": "3942d0b434dda4309d6f427e4e36ec30", "score": "0.68232346", "text": "private void setupPanel() {\n\t\tint start = slot.getStartTime();\n\t\tint end = slot.getEndTime();\n\t\t\n\t\tint min = start;\n\t\t\n\t\tif (min % 60 > 0) {\n\t\t\tJPanel panel = new JPanel();\n\t\t\tpanel.setBackground(new...
[ { "docid": "22485b144970f4f6190f6d82e0155ddc", "score": "0.7005569", "text": "public TimesPanel() {\n\t\tthis(new TimeSlot(Constants.DEFAULT_START_TIME, Constants.DEFAULT_END_TIME));\n\t}", "title": "" }, { "docid": "017f4549342b600853d6670970fecf8c", "score": "0.67246157", "text": "...
569ac8ff3bafcfafef9792e3a9e73ded
Constructs an instance of InterconnectClient, using the given stub for making calls. This is for advanced usage prefer to use InterconnectSettings}.
[ { "docid": "15ce950ab5354392b4f79c3c56402e08", "score": "0.87104064", "text": "@BetaApi(\"A restructuring of stub classes is planned, so this may break in the future\")\n public static final InterconnectClient create(InterconnectStub stub) {\n return new InterconnectClient(stub);\n }", "title":...
[ { "docid": "70023b3d323af47907ef68e878518941", "score": "0.71508783", "text": "protected InterconnectClient(InterconnectSettings settings) throws IOException {\n this.settings = settings;\n this.stub = ((InterconnectStubSettings) settings.getStubSettings()).createStub();\n }", "title": "" }...
3155db713a7011529a297b5b2ea503eb
Process arguments passed for cp command and determine whether the command was entered correctly or not.
[ { "docid": "2f5b982d6eb3023325ab4ca7f4c014af", "score": "0.6914581", "text": "@Override\r\n public void interpret(List<String> args) {\r\n if (args.size() != 3) {\r\n s.setError(\"cp usage: cp Src Dest\");\r\n } else {\r\n exec(args.subList(1, args.size()));\r\n // return output fr...
[ { "docid": "a9cc28a9df8ec5afb66b787bf11c0b53", "score": "0.6528156", "text": "@Override\n\tpublic ShellStatus executeCommand(Environment env, String arguments) {\n\t\tArrayList<String> argumentList = new ArgumentSplitting(arguments).getListOfArguments();\n\t\tint numberOfArguments = argumentList.size();...
b2d170ac0fac8c297af885ca3fc2945b
Invoked when a key has been typed.
[ { "docid": "afa24d6b0f4f3197b0e5ef190b93e135", "score": "0.0", "text": "public void keyTyped(KeyEvent e)\r\n\t{\r\n\t}", "title": "" } ]
[ { "docid": "ec034b4962a685c860f26a41cb6057e9", "score": "0.80946034", "text": "@Override\n\t\tpublic void keyTyped(KeyEvent arg0) {\n\n\t\t}", "title": "" }, { "docid": "4533f4b5a039dd80e088b611fca65204", "score": "0.8013759", "text": "@Override\r\n\t\t\t\tpublic void keyTyped(KeyEve...
d90956b2123cfcf821d79387ce1a87f9
Validate a username value. Does not ensure that the username is globally unique.
[ { "docid": "9f544f985947192a25246bd0774802c2", "score": "0.778597", "text": "public static String validateUsername(String username) throws InvalidInputException {\n if (username == null || username.isEmpty()) {\n throw new InvalidInputException(\"Username is empty.\");\n }\n\n ...
[ { "docid": "2220acb85d283c8c4bc69ff47c1026cc", "score": "0.80800766", "text": "private boolean validateUsername(String username) {\n String regEx = \"^[a-zA-Z0-9_.]{2,12}$\";\n boolean validUsername = username.matches(regEx);\n Log.i(TAG, \"VALID USERNAME: \"+validUsername);\n\n ...
00666b902c853f66405bb5ef9e1308fd
align rotation combo box to default for page
[ { "docid": "f6a06971a12e368bdaadfab23a878c5d", "score": "0.73208773", "text": "private void resetRotationBox() {\n\t\tPdfPageData currentPageData=decode_pdf.getPdfPageData();\n\t\trotation=currentPageData.getRotation(currentPage);\n\t\tif(rotationBox.getSelectedIndex()!=(rotation/90)){\n\t\t\trotationBo...
[ { "docid": "dc37dae9e4a745ad64206cc73b0a1461", "score": "0.64055353", "text": "public void rotateCCW()\n {\n selection = grid.rotateCCW(getSelected());\n }", "title": "" }, { "docid": "69064f9722ed3a671edbbb4820399f35", "score": "0.61806345", "text": "public void upda...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "532c3aa1b546b08d55460332a3dc884d", "score": "0.0", "text": "@Override\n\tpublic HasClickHandlers getAddBackLogin() {\n\t\treturn backButton;\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
d41228bc3b27dae496e8683bf6626f0f
Access log format. Default is 'json' that uses json format with the labeling recommended in
[ { "docid": "acf2882f221aeb0fac6dbb15dfbea7b0", "score": "0.5871003", "text": "String getAccessLogPattern();", "title": "" } ]
[ { "docid": "db723b84f075a4d8da25e918b788ffc9", "score": "0.57157624", "text": "@Override\n public String jsonize(UserInfo source, boolean logEntry) {\n StringBuilder builder = new StringBuilder();\n builder.append(\"{\\\"username\\\":\\\"\").append(source.getUser().getUsername()).append...
2666eba31cd2c02b80e79eb0a9914f1c
Get the total number of bronze medals the country has been awarded
[ { "docid": "1ba1c0fd9db76eb9fbf66137db3bc397", "score": "0.70377433", "text": "public int getBronzeMedals() {\n return bronzeMedals;\n }", "title": "" } ]
[ { "docid": "82b7c448efec55345a19586cd5697a94", "score": "0.6640616", "text": "int getMortgageMapCount();", "title": "" }, { "docid": "b10c7cb404dae3d022b9e243070575cd", "score": "0.6478327", "text": "public int getTotalMedals() {\n return totalMedals;\n }", "title": "" ...
52a5a53fd249b8dc577943b46c21bfb0
public static final String SERVER_URL = "
[ { "docid": "70942dff67183bb20e5a1c89562c5982", "score": "0.0", "text": "@Override\n protected void onPreExecute() {\n getActivity().runOnUiThread(new Runnable() {\n @Override\n public void run() {\n progressDialog = new ProgressDialog(ge...
[ { "docid": "2093c2e2bd2f6fa95e718fed6c6c4a35", "score": "0.7704802", "text": "public String getServerUrl() {\n\t\treturn serverUrl;\n\t}", "title": "" }, { "docid": "07973d09063942e5163f65f0e7211c12", "score": "0.7283915", "text": "private String getUrl() {\n return appServer....
ba1bce0de324c63247c04ec16c150365
Returns no. of entries stored
[ { "docid": "19d66338972f6cea3c3e587c2cb0f6c3", "score": "0.0", "text": "int getTreeSize() {\n return treeSize;\n }", "title": "" } ]
[ { "docid": "730457eed31fad406426e799067cd086", "score": "0.8378724", "text": "int getEntriesCount();", "title": "" }, { "docid": "730457eed31fad406426e799067cd086", "score": "0.8378724", "text": "int getEntriesCount();", "title": "" }, { "docid": "b1a9c5d8b5f6c2399da289f2...
9bb726873a32d7e90c866d6d6acdeadb
for accessing the clock Constructor
[ { "docid": "24e9ef896d623acd64eb364dc1e8983c", "score": "0.0", "text": "protected UDPs(ModelName model) { this.model = model; }", "title": "" } ]
[ { "docid": "c69766b008d01186d4fe83873deff13d", "score": "0.74437326", "text": "public AlarmClock() {\r\n\t\tsuper();\r\n\t\tinitialize();\r\n\t}", "title": "" }, { "docid": "4ee39a9a52e6b5342ccff215209b549d", "score": "0.74055964", "text": "public Clock(ClockDisplay clockDisp)\n {...
eeba84439559461dbc749d8fb94d9140
Test encode8, encode9 and their decoding these are not generated by the pack_generate.py
[ { "docid": "a9fb42b7f607eaa7d16cd3cb9bdba896", "score": "0.77987343", "text": "@Test\n void testManualEncodeDecodes() throws Exception {\n long[] input9 = {254, 254, 254, 254, 254, 254, 254};\n verifyCompression(input9, 1);\n\n long[] input8 = {126, 126, 126, 126, 126, 126, 126, ...
[ { "docid": "a9954dc2ce4cd5ebb3a6fe1a44fec043", "score": "0.7060431", "text": "@org.junit.jupiter.api.Test\r\n void encodeBit() {\r\n assertEquals((byte)0xFE,ByteUtil.encodeBit((byte) 0xff,0,false));\r\n assertEquals((byte)0xFD,ByteUtil.encodeBit((byte) 0xff,1,false));\r\n assertE...
4b278dcb49f2235563ddb683059698c8
Returns whether this class is an annotation.
[ { "docid": "20ae4b2d49d25f926baf45c198732afa", "score": "0.84575206", "text": "boolean isAnnotation();", "title": "" } ]
[ { "docid": "0abc86928067aa877357467caf7b1197", "score": "0.7838941", "text": "boolean hasAnnotation() {\r\n return this.annotation != null;\r\n }", "title": "" }, { "docid": "517e02a5c617f411adc7972becf99ad7", "score": "0.7498278", "text": "public boolean hasAnnotation() {\...
9200c3f6d93b5fae0072b45a3758d105
Metodo para inactivar el Paciente mediante un boton.
[ { "docid": "8f669fb4f7a81bdcd59e398232620dce", "score": "0.71655303", "text": "public void InactivarPaciente() {\n\n\t\tint resp = JOptionPane.showConfirmDialog(null,\n\t\t\t\t\"¿Seguro que desea eliminar?\");\n\n\t\tif (resp == JOptionPane.YES_OPTION) {\n\t\t\tif (this.estado == EstadoEnum.Inactivo) {\...
[ { "docid": "1b1914b9a61fdf658c4f6b77fa1228ed", "score": "0.7283157", "text": "public void activar(){\n this.estadoActual.activar();\n }", "title": "" }, { "docid": "09f38ab5f005ad7bed1c03d170f3302c", "score": "0.7058837", "text": "public void activar(){\n System.out.println(\"...
639aa98e664be38147618018d53d425b
This function takes in a JSON String returned by the Half API and returns a list of items where each item includes the title, purchase URL, condition, and price of the book.
[ { "docid": "58760de1d472baf795503d26621f6590", "score": "0.65419316", "text": "private String getHalfItems(String JSONResponse) {\n\n try {\n \t\n \tJSONObject JSONResponseObject = (JSONObject) new JSONTokener(JSONResponse).nextValue();\n\t\t\tJSONObject findHalfItemsResponseObject ...
[ { "docid": "b04d8e3e81abb3e0480807deb7dab729", "score": "0.6381943", "text": "public static List<Book> parseBooks(String json) {\n List<Book> allBooks = new ArrayList<Book>();\n\n try {\n JSONObject responseJsonObject = new JSONObject(json);\n JSONObject resultsJsonOb...
c0ea8e0c78c623de24e251300b3b2cc3
Lascio l'activity per 3 secondi
[ { "docid": "db8a89b20d6c42f78b5895ada68de81e", "score": "0.0", "text": "@Override\n public void run() {\n Intent openPage1 = new Intent(MainActivity.this, page1.class);\n startActivity(openPage1);\n finish();\n }", "title": "" } ]
[ { "docid": "dc1062bd4f93f5cfa0fde63e0627c230", "score": "0.59062076", "text": "public String estatisticaActividades(int mes){\n \n int nrActividadesDeProcura=0;\n int nrPasseios=0;\n int nrEventos=0;\n int nrCachesEscondidas=0;\n \n int tempoPasseios=0;\n...
8c574bd39b3b432832bde3b144540d16
This method was generated by MyBatis Generator. This method returns the value of the database column public.add_patent_record.id
[ { "docid": "068a6da75e3436431ec058dc40c191ec", "score": "0.0", "text": "public Integer getId() {\r\n return id;\r\n }", "title": "" } ]
[ { "docid": "786c2d6ef1f3c3c07abba2c76e4eaf48", "score": "0.6861028", "text": "public long recordId();", "title": "" }, { "docid": "59ef7c0729e0a696c81760a7df71df3f", "score": "0.6397756", "text": "public int getRecord_ID();", "title": "" }, { "docid": "e8e915b90a4bf90c244...
5605c6fbdffa6ca6025332afd379b573
This method check RegisterEmplyee.
[ { "docid": "ef0b41f4ed2f5f60b77747407024ad82", "score": "0.6989324", "text": "public boolean RegisterEmplyee(EmplyeeInput input) {\n\t\tif (validate.isValidateEmplyeeInputForm(input)) {\n\t\t\treturn service.RegisterEmplyeeInput(input);\n\t\t}\n\t\treturn false;\n\n\t}", "title": "" } ]
[ { "docid": "6ab3a4aeab7d3dec48cfb8ab26be6b29", "score": "0.72649485", "text": "@Override\n\tpublic boolean registerEmployee(Employees emp) {\n\t\treturn false;\n\t}", "title": "" }, { "docid": "ad2be319a38f3b5e8a19ba93c28639d0", "score": "0.65008414", "text": "private boolean duplica...
f892d2e4489a03f31a922c7f9ee8898b
Get a cloned AxesWalker.
[ { "docid": "0f353fcac1a303d29147445d71448568", "score": "0.7515074", "text": "public Object clone() throws CloneNotSupportedException\n {\n // Do not access the location path itterator during this operation!\n\n AxesWalker clone = (AxesWalker) super.clone();\n\n //clone.setCurrentNode(clone.m_...
[ { "docid": "2f901fc795681863c8896e1568abdcaa", "score": "0.68587935", "text": "AxesWalker cloneDeep(WalkingIterator cloneOwner, List<AxesWalker> cloneList)\n throws CloneNotSupportedException\n {\n AxesWalker clone = findClone(this, cloneList);\n if(null != clone)\n return clone;\n cl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "511be8ba6878fb15cbd2445a4c2031ea", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onSuccess(List<Gesture> result) {\n\t\t\t\t\r\n\t\t\t}", "title": "" } ]
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
617d2a6b329859ec58adec62cc877108
clear account cache, and refresh list items
[ { "docid": "56684f5eb7744c47aebc3031b0d348ad", "score": "0.67953503", "text": "@Override\n public void onAccountInfoUpdate() {\n mAdapter.pauseCache();\n forceToRefreshData();\n }", "title": "" } ]
[ { "docid": "987adfed1fb66712b9c3982ea3de63a5", "score": "0.7275957", "text": "public void clearCache() {\n getAccountCredentialCache().clearAll();\n }", "title": "" }, { "docid": "4573a5efe1de6eea21588f925ca81c61", "score": "0.67809165", "text": "public void reloadAccountLi...
bff9654265959c8a34465d02214e1b69
Cogemos la entrevista seleccionada para mandar su id y recuperar sus atributos
[ { "docid": "c8c0a53d5bcfc3b0fe794061c62b8747", "score": "0.58984286", "text": "@Override\n public void onItemClick(AdapterView<?> parent, View view, int position, long id) {\n Entrevista entrevistaSelected = (Entrevista) parent.getItemAtPosition(position);\n ...
[ { "docid": "ea62fc7f35bd9e6346fc599275242b4a", "score": "0.6946204", "text": "@Override\n\tpublic void selecionar() {\n\t\t\n\t}", "title": "" }, { "docid": "79c970cd735f7e9b065b84d52d0177b0", "score": "0.6940939", "text": "void entitySelected(String id);", "title": "" }, { ...
e6f438407f3bd701a64b41549ff4003b
Calendar calendar = Calendar.getInstance(); String currentDate = DateFormat.getDateInstance(DateFormat.MEDIUM).format(calendar.getTime()); SimpleDateFormat sdf = new SimpleDateFormat("hh:mm a"); String result = currentDate+", "+sdf.format(Calendar.getInstance().getTime()); System.out.println(result);
[ { "docid": "29fa3074d190eab85f4930aa81bd930d", "score": "0.0", "text": "@Override\n protected Void doInBackground(Void... voids) {\n\n Calendar calendar = Calendar.getInstance();\n SimpleDateFormat dateFormat = new SimpleDateFormat(\"dd MMMM yyyy\");\n SimpleDateF...
[ { "docid": "829eccc895235cfeb9a4cb7d39fb9d0a", "score": "0.73868454", "text": "String datetime()\r\n {\n\t\t\t DateFormat df = new SimpleDateFormat(\"hh:mm\"); //12 hr format\r\n\t\t\t Calendar calobj = Calendar.getInstance();\r\n\t\t\t String s = df.format(calobj.getTime());\r\n\t\t\t return s;...
f236d551ca133745236a624c38e97a82
WATERPOINTS Adding new waterpoint
[ { "docid": "57c0861c05791a5b57fe61952ede9198", "score": "0.70037097", "text": "void addWaterpoint(Waterpoints waterpoint) {\r\n\t\t\tSQLiteDatabase db = this.getWritableDatabase();\r\n\t\t\tContentValues values = new ContentValues();\r\n\t\t\t\r\n\t\t\tvalues.put(KEY_WATERPOINTID , waterpoint.getwaterpo...
[ { "docid": "04d965f99f3cbc0369b2e08ee59c810c", "score": "0.64304554", "text": "public void addWater() {\n\t this.water += 1;\n }", "title": "" }, { "docid": "36b6723e37dacaad793234789c491e32", "score": "0.6082482", "text": "net.opengis.gml.PointType addNewPoint();", "title": ""...
1bb8558de9499f170f1f6bed9fa16588
Get the data item for this position
[ { "docid": "41116e48b4efe994ad7825e92948ed0b", "score": "0.0", "text": "@Override\n public View getView(int position, View convertView, ViewGroup parent) {\n Summoner user = getItem(position);\n Boolean status = statusi.get(position);\n // Check if an existing vie...
[ { "docid": "001325725c0d40fd475a3aa7e9ad2c5d", "score": "0.76697016", "text": "public DrawData getItem(int position) {\n \treturn data.get(position);\n }", "title": "" }, { "docid": "037ef9c3107509e21dd9e703ba43fe15", "score": "0.72173625", "text": "public Item getData() {\n ...
9f18003dbf033bb945019c11a0a7ffb7
load the text map into texture position t each text is 37.25 tall and 19 wide in the texture Generate Textures, if more needed, alter these numbers.
[ { "docid": "3773b6baeb1f3de1a048bed50a9c67d6", "score": "0.76912004", "text": "public void SetupTextureMap(int t){\n\t\tint[] texturenames = new int[1];\n\t\tGLES20.glGenTextures(1, texturenames, 0);\n\t\t\n\t\tBitmap bmp=Bitmap.createBitmap(256,256,Bitmap.Config.ARGB_8888);\n\t\tCanvas canvas=new Canva...
[ { "docid": "5c042226cd45e8e9cc3459d6902efc0c", "score": "0.669805", "text": "public void updateTextObject(String mText, float mX, float mY, float[] mColor){\n\t\t\ttext=mText;\n\t\t\tx=mX;\n\t\t\ty=mY;\n\t\t\tcolor=mColor;\n\t\t\t//each text is 37.25 tall and 19 wide in the texture\n\t\t\tfloat length =...
5d97fd8910d9434b7069302ba6f5ea97
$ANTLR end "rule__Atom__Group_2__5" $ANTLR start "rule__Atom__Group_2__5__Impl" InternalSymboleoide.g:5407:1: rule__Atom__Group_2__5__Impl : ( ( rule__Atom__Group_2_5__0 ) ) ;
[ { "docid": "85420d2a87aa8648a04a3ace6250c199", "score": "0.7594062", "text": "public final void rule__Atom__Group_2__5__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSymboleoide.g:5411:1: ( ( ( rule__Atom__Group_2_...
[ { "docid": "28debafa166393051ee26bc58975ca42", "score": "0.7962492", "text": "public final void rule__Atom__Group_2_5__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalSymboleoide.g:5588:1: ( rule__Atom__Group_2_5__1__Im...
5a5292a7092400d4b0db4ee07441e76c
Method to disable the metrics of a worker.
[ { "docid": "81bd93d901c529c59c4d2b8711bca000", "score": "0.8394334", "text": "public void disableWorkerMetrics() {\n if (metricManagementService.isEnabled()) {\n metricManagementService.disable();\n StreamProcessorStatisticDataHolder.getInstance().getSiddhiAppRuntimeService(...
[ { "docid": "3283a6dcd064ac981dfb8f65a7758116", "score": "0.6610617", "text": "public synchronized void disable() {\n m_talon.ClearIaccum();\n \tm_talon.disableControl();\n\n if (table != null) {\n table.putBoolean(\"enabled\", false);\n }\n if (m_debugging)\n ...
f8936c83710a1cd4f00ce0904dce24e3
Clears the 'lineItemDiscountTotal' field, the 'has' method for this field will now return false
[ { "docid": "e44c519623c5ba05a1174fc78e49969c", "score": "0.843658", "text": "public void clearLineItemDiscountTotal() {\n genClient.clear(CacheKey.lineItemDiscountTotal);\n }", "title": "" } ]
[ { "docid": "962226dac0d481ef3ea208443aa2e5bb", "score": "0.7626718", "text": "public void clearLineItemDiscountCount() {\n genClient.clear(CacheKey.lineItemDiscountCount);\n }", "title": "" }, { "docid": "39b5a9233dc6d0bbece13723bc709221", "score": "0.7552012", "text": "public vo...
41e18477ebd66516e38568aa5ea11f39
Get the address we're connected (or connecting) to.
[ { "docid": "2670a3c2732623f6ff76d7d65a83630e", "score": "0.6696509", "text": "public InetAddress getAddress() {\n return addr;\n }", "title": "" } ]
[ { "docid": "38a2ba292155d37c638afe99856dd49b", "score": "0.71274316", "text": "String getAddr();", "title": "" }, { "docid": "7432540413014dbde87d6d145a8c414a", "score": "0.7101243", "text": "String getBindAddress();", "title": "" }, { "docid": "101b5ec8aca4bf48bea830ac97...
467129a69a59fb665db9bb2d911ce1b5
Creates new form History
[ { "docid": "6e2fba3cbbf375856e51a198ea1ba9fa", "score": "0.66491336", "text": "public History() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "65c6fa5f29c53d5893916acdb32d92b4", "score": "0.73045796", "text": "History createHistory();", "title": "" }, { "docid": "4e91ead59e6a49ab833bd57f5aac42b0", "score": "0.6710885", "text": "public history() {\n initComponents();\n }", "title": "" }, { "...
bf432417bc01afaca5fb8f6ec3876897
In this case it should be okay to call the future. Clients of us may not be so lucky!
[ { "docid": "c2e4886a4231d3349fc739e363a177aa", "score": "0.0", "text": "@Override\n public void run(AccountManagerFuture<Bundle> notSoFuture) {\n try {\n Bundle result = notSoFuture.getRe...
[ { "docid": "067c25fcc47b8a6727aa360aa2106d27", "score": "0.6492943", "text": "SimpleFuture()\n\t{\n\t}", "title": "" }, { "docid": "331a2f4407e539823de5201603d75e8e", "score": "0.64327294", "text": "@Override\n\tpublic String tellFuture(Object input) {\n\t\treturn null;\n\t}", "t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "5ee578c1c296a42a2c123b4410ad5583", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n\t@Override\n\tpublic List<Player> getAllPlayer() {\n\t\tQuery query = entityManager.createQuery(\"select ply from Player ply order by id\", Player.class);\n\t\treturn query.getResultList(); \n\t}",...
[ { "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...
d3474c11d43e1f85b9be1594c0231d9a
Sets medical card no.
[ { "docid": "51dbd277024be62872173f1f14b75e81", "score": "0.7230378", "text": "public void setMedicalCardNo(String medicalCardNo) {\n\t\tthis.medicalCardNo = medicalCardNo;\n\t}", "title": "" } ]
[ { "docid": "4dda9fc0d8415af7edcaef2cf8888c54", "score": "0.6845044", "text": "public void setCardno( Integer cardno )\n {\n this.cardno = cardno ;\n }", "title": "" }, { "docid": "df723189424654b5d2eaafecf7acc3b3", "score": "0.6755695", "text": "public void setCardNum(in...
cfead7a180c0780bbac31a0c18cd170a
Sets everything this class has to to up ready for running. It is not necessary to init each time you want to start a new track, just update the track.
[ { "docid": "52e9b5de9e74edd6ce218ba555815b6f", "score": "0.6334769", "text": "private static void init() {\n // init main process\n MainProcess.init();\n // init getImage process\n DrawProcess.init();\n // Create Player\n player = new Player();\n // Creat...
[ { "docid": "34d6333b17b22af0f30c61ae68296a2c", "score": "0.7071439", "text": "public void setUpCurrentTrack() {\n if (currentProcessor != null) {\n currentProcessor.unload();\n }\n currentProcessor = new TrackProcessor(attributes);\n pcc = App.getController().getPlayerControlsController...
b484f115aff8c6df6362e7061c2bc537
Presents a success message
[ { "docid": "08dda902a571ddcee51562978dbc3bca", "score": "0.7822105", "text": "public void success() {\n System.out.println(\"Successful!\");\n }", "title": "" } ]
[ { "docid": "c88c67e5472534545ceae84b3361ec07", "score": "0.7721149", "text": "private void successfulSubmit() {\n Alert alert = new Alert(Alert.AlertType.INFORMATION);\n alert.setTitle(\"Successful!\");\n alert.setHeaderText(null);\n alert.setContentText(\"Add successfully\")...
0fa6c27dde1a8940b7f2ca98e8dd9aa6
apply the local games outcomes to the server's storage find the latest matching game, and adjust rank by playing the merged games forward
[ { "docid": "6a363ffeb42b5f089082d1eae21680da", "score": "0.5982164", "text": "public TypeRankStorage resolveConflict(TypeRankStorage serverStorage) {\n\t\tMergedGamesWithStart merged = mergeRankedGames(serverStorage);\n\t\t// there should be games if there is any conflict in rank?\n\t\t// Well, otherwis...
[ { "docid": "b696fce754aa728c0830cc5ef007ea7e", "score": "0.63650024", "text": "public void computeRanking() {\n List<TrainingMemDealPlayer> res = getResultsOrderedByScore();\n // count nb same score\n Map<Integer, Integer> mapScore = new HashMap<Integer, Integer>();\n for (Tr...
3bc6ada0a1992d0c1e7edae23e3d0c17
Create a symbol table entry for this array.
[ { "docid": "6b9360ab9aa4462c5cafc65430ebcff4", "score": "0.0", "text": "Variable(String someName, double[] ii) {\n int offset;\n ndx = ii;\n mult = new int[ii.length];\n mult[0] = 1;\n offset = (int)ii[0];\n for (int i = 1; i < ii.length; i++) {\n mul...
[ { "docid": "31fe6d33d4a6fa173c0c55917b794ccc", "score": "0.7102296", "text": "public SymbolTable() {\n //create the map for storing the symbols\n map = new java.util.HashMap<>();\n }", "title": "" }, { "docid": "072cdadcdcfd09bc71086b6dd045376e", "score": "0.6799015", ...
6fdaf0d5afe826cac3753dd1cc4c47a6
Internal AgriRouter message ID representing this message and its payload string message_id = 10;
[ { "docid": "e2acc851550588e219cde6e1b78d4ba6", "score": "0.0", "text": "public Builder setMessageId(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n messageId_ = value;\n onChanged();\n return this;\n ...
[ { "docid": "37549ecc0288ad9afdbd4a658304385f", "score": "0.7775021", "text": "java.lang.String getMessageId();", "title": "" }, { "docid": "37549ecc0288ad9afdbd4a658304385f", "score": "0.7775021", "text": "java.lang.String getMessageId();", "title": "" }, { "docid": "3754...
d6b5f7661f64f0dd073d6285a2a15399
/ Add Entity from json fight 'team' is whether the entity is in 'leeks1' or 'leeks2'
[ { "docid": "32f8d6c12e8367f15886483fc6d3f28c", "score": "0.5864064", "text": "public void addEntity(int t, Entity entity) {\n\n\t\tif (entity == null || t < 0) {\n\t\t\treturn;\n\t\t}\n\n\t\tint team = t;\n\t\tif (type == State.TYPE_BATTLE_ROYALE) {\n\t\t\tteam = teams.size();\n\t\t}\n\n\t\twhile (teams...
[ { "docid": "11733cefc943339b41e0fe8029874567", "score": "0.55719346", "text": "@Override\n\tpublic void add(GamePlayed entity) {\n\t\t\n\t}", "title": "" }, { "docid": "bbcd86ada433b8912f664fe5b592fcdc", "score": "0.5543289", "text": "public void addTeam(Team t) throws TeamAlreadyExi...
6b24fe3fe8ecb46c0fe48e4a219d68a2
Constructor for a game.
[ { "docid": "b5d979905b1bd47abf80afb57eda1fb1", "score": "0.0", "text": "public AbstractGame(Room room, LevelObserver view) {\n this.view = view;\n loadLevel(room);\n currentTime = 0;\n }", "title": "" } ]
[ { "docid": "2ef0fe87a38bfadb64fef9c1879c14ca", "score": "0.85165954", "text": "public Game() {}", "title": "" }, { "docid": "aa5ab44fb83504adb1f3ec80b0dc421b", "score": "0.84724313", "text": "public Game() {\n\t}", "title": "" }, { "docid": "462d31fccd31702d95797ddadcf251...
3148618610d8a39b269eac271e049a23
find x in a YOUNGTABLEAU a
[ { "docid": "e58452ae14bf84f03f14f85fc7aef20a", "score": "0.0", "text": "public static Point find(int[][] a,int x) {\n\t\tint i = a.length-1;\n\t\tint j = 0;\n\t\twhile (i>=0 && j<a[1].length) {\n\t\t\tif (a[j][i]==x) {\n\t\t\t\treturn new Point(i,j);\n\t\t\t}\n\t\t\telse if (a[j][i]>x) {\n\t\t\t\ti--;\n...
[ { "docid": "96776e871ed6204102a6c7c182fc4df7", "score": "0.5361774", "text": "int indexOf(GeometricalObject object);", "title": "" }, { "docid": "bea559fdea872aabe26299d92f7c9369", "score": "0.5127438", "text": "public int indexOf (Object o);", "title": "" }, { "docid": "...
d9b5946394e0eb62ff1d4d04494ea2b4
string ClientOrderID = 4;
[ { "docid": "d8899ea3e119f9449dbc3a8179b36011", "score": "0.80801266", "text": "java.lang.String getClientOrderID();", "title": "" } ]
[ { "docid": "29c1b48e5846041e0e866eb1f9272fb4", "score": "0.7936906", "text": "java.lang.String getClientOrderID1();", "title": "" }, { "docid": "29c1b48e5846041e0e866eb1f9272fb4", "score": "0.7936906", "text": "java.lang.String getClientOrderID1();", "title": "" }, { "doc...
f93d18cd263cf519c5fc0cf6645432d3
Test case number: 20 /Coverage entropy=0.0
[ { "docid": "e3a781946f3f94e833598025433ad97a", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test20() throws Throwable {\n try { \n JavaCharStream.hexval('^');\n fail(\"Expecting exception: IOException\");\n \n } catch(IOException e) {\n //\n ...
[ { "docid": "7d99c3d84d6525e7048774bb0c237e52", "score": "0.73763305", "text": "@Test(timeout = 4000)\n public void test090() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluati...
ad843a78acc62359f1237bc275ab4c04
the createPolygon() method is nearly identical to the one presented earlier see the Kinect Flow Example for a more detailed description of this method (again, feel free to improve it)
[ { "docid": "c48dcac8d29b38930748e7ed2931b487", "score": "0.7246413", "text": "void createPolygon() {\n ArrayList<ArrayList<PVector>> contours = new ArrayList<ArrayList<PVector>>();\n int selectedContour = 0;\n int selectedPoint = 0;\n\n // create contours from blobs\n ...
[ { "docid": "72a02a5e8365668d150aac4860d567c3", "score": "0.7923355", "text": "private void createPolygon() {\n // create an bounding box centered at current cent\n GeoBoundingBox boundingBox = new GeoBoundingBox(m_map.getCenter(), 1000, 1000);\n // add boundingbox's four vertices to...
c07660925bcd4d9230d5d27894309bbd
This method was generated by MyBatis Generator. This method returns the value of the database column second_store_authentication.modify_date
[ { "docid": "64ef905b3310de1d721d5ba41f373d30", "score": "0.61611503", "text": "public LocalDateTime getModifyDate() {\n return modifyDate;\n }", "title": "" } ]
[ { "docid": "17af0124682d52ab2ea915633fc6d35b", "score": "0.70017564", "text": "public Date getModifydate() {\n return modifydate;\n }", "title": "" }, { "docid": "c7d7315d86ec2a7d4c981dd726478201", "score": "0.6948408", "text": "public Date getModifyDate() {\r\n retu...
7996d63861d24099af39d476f699b611
constructor Construct an instance.
[ { "docid": "de3027f31a08088ac8f503de972d4971", "score": "0.0", "text": "public DebugSink (Factory factory, Template template, Map args)\n\tthrows PlasticException\n {\n\tsuper (factory, template, args);\n\n\tmyLabel = (String) args.get (\"label\");\n\tmyCount = ((Integer) args.get (\"count\")).intVal...
[ { "docid": "2152280cde8c3aa4830d2041195119e6", "score": "0.68731534", "text": "public Sala() {\n\t\t\n\t}", "title": "" }, { "docid": "6c97d5a9f3251ea731aa738be52ece77", "score": "0.6858871", "text": "public Sala() {\n }", "title": "" }, { "docid": "ed7b4b36dffd8e11e0d...
53fa1bdf96747158e0465b7aa2007592
string string23 = 23;
[ { "docid": "0f865c2edf4e5d669860038e1888b7ae", "score": "0.0", "text": "public Builder setString23(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n string23_ = value;\n onChanged();\n return this;\n }", "t...
[ { "docid": "7f703d350ffbdfa6178b62b8e3b2a6f8", "score": "0.7105184", "text": "java.lang.String getString23();", "title": "" }, { "docid": "e971682df1ade1f939ebd7cc42d1b451", "score": "0.68632007", "text": "void mo67862a(Integer num, String str);", "title": "" }, { "docid"...
219f2b79543019b0623bbf7d0229f4bb
Verifies that is 15 or less characters to fit a sign. 13 characters if begins and ends with square brackets.
[ { "docid": "7787ba23c6abd8018c0b81fae4b3d668", "score": "0.0", "text": "public static String truncate(String text) {\n if (text.matches(patternBracketTooLong))\n return \"[\" + text.substring(1, 14) + \"]\";\n if (text.matches(patternNormalTooLong))\n return text....
[ { "docid": "02aa7d7bd1a31c638fc2f4f8a2f3d69b", "score": "0.6210463", "text": "@Test\n\tpublic void testIsValidMoreChar() {\n\t\tassertFalse(passwordValidator.isValid(\"abcdefghijk\")); // Length more than 10\n\t}", "title": "" }, { "docid": "32382c17be2ce60536e086a647e830f6", "score": "0...
b880adad8bdff84bd88452ad9c477b98
Updates the sprite lists "zbuffering". Every sprite in the sprite list is make sure to have a SortingElement which is used to draw them in a sorted order. This will result in the sprites with low ypositions to be drawn first.
[ { "docid": "87418510aecc45f6ef287158290df729", "score": "0.770027", "text": "public void updateSpriteList() {\n\t\tif (sprites.size() != elements.length) {\n\t\t\telements = new SortingElement[sprites.size()];\n\t\t\tIterator<Integer> it = sprites.keySet().iterator();\n\t\t\tint i = 0;\n\t\t\twhile (it....
[ { "docid": "ea00da9e7497f094df38a1ce0b60f867", "score": "0.59171164", "text": "private void createSpritesList() {\n\t\tArrayList<PartyMember> pmList = player.getPartyMembers();\n\t\tfor (int i = 0; i < pmList.size(); i++) {\n\t\t\tSprite as = pmList.get(i);\n\t\t\tsprites.put(as.hashCode(), as);\n\t\t}\...
5c9967e0fb119de7fea01d2ba63a4d7d
Create a JSQLType from a SQL type.
[ { "docid": "c8a09bedcfb11f6362c804f14716d429", "score": "0.71198905", "text": "public JSQLType(DataTypeDescriptor sqlType) { \r\n initialize(sqlType); \r\n }", "title": "" } ]
[ { "docid": "a38f6ce087d5a15c881430c8bd5c2001", "score": "0.65485716", "text": "HibernateType createHibernateType();", "title": "" }, { "docid": "4da38da03f406b083f7a2306a33e21da", "score": "0.65392995", "text": "public String database2JavaType(String columnType);", "title": "" ...
2ff71418322675a3340c429c4149009d
when the view will be created for first time, we need to tell the adapters, how each item will look
[ { "docid": "c9869d826ec84954d7b205a279c01935", "score": "0.0", "text": "@Override\n public View newView(Context context, Cursor cursor, ViewGroup parent) {\n LayoutInflater inflater = LayoutInflater.from(parent.getContext());\n View retView = inflater.inflate(R.layout.single_row_item, p...
[ { "docid": "575eb29aef749e621e338af8e2944d1f", "score": "0.70735353", "text": "private void initView() {\n\t\tmlistview=(ListView) findViewById(R.id.list_info);\n\t\t//mlistview.setAdapter(madapter);\n\t\tmlistview.setAdapter(myAdapter);\n\t\t/*mlistview.setAdapter(new AdapterUnit<test_info>(this,mdate,...
59dd0a6c5cf26d61c52f9eb1f558d4f4
Util method to write an attribute without the ns prefix
[ { "docid": "a3cbb684c95bdeeb46651841f11997f7", "score": "0.0", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException{\...
[ { "docid": "4032b8c44c9067682aec7c95df9e1e42", "score": "0.7243333", "text": "private void writeAttribute(java.lang.String namespace,java.lang.String attName,\r\n java.lang.String attValue,javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamE...
8d1061fb30eb12876e07880cc4babd42
Get Pax Room service call
[ { "docid": "904ea2687c060c1436bc31857cea744c", "score": "0.72471064", "text": "@GET\n Call<ArrayList<Pax>> getPaxRoomQuery(@Url String URL,\n @Query(\"room\") String room);", "title": "" } ]
[ { "docid": "a026880e3976801407846401b8032a74", "score": "0.61689055", "text": "public interface DouyuRestService {\n @GET(\"/{roomId}/1?limit=1&offset=0\")\n DouyuResult getRoomResult(@Path(\"roomId\") String roomId);\n}", "title": "" }, { "docid": "602fbd63f0c878a779e6e459c47b44c2", ...
9c48ba548a746069eb78a78cce3e48c7
Returns all groups that belong to the given groups.
[ { "docid": "890d71ab78712163adcb38a27c32bdb8", "score": "0.5525346", "text": "List getAllSubgroups (UserTransaction t, List groupNames) throws RootException;", "title": "" } ]
[ { "docid": "992747b6f735739878f98a4f3db04f8b", "score": "0.7220283", "text": "SortedSet<Group> getAllGroups();", "title": "" }, { "docid": "b5968574a46f49ea26aa96690080f1ab", "score": "0.6803067", "text": "public List getGroups()\r\n {\r\n return new ArrayList(groups.keySet...
982bed45a27139ea2bba9c10803b8965
optional string post_modifier10 = 30;
[ { "docid": "c022841b9902d6ca5e0dc0623bfda211", "score": "0.54944813", "text": "public Builder setPostModifier10Bytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x20000000;\n postModifier10_ = value...
[ { "docid": "4a68ccb80f7a12f4c9e4cb25186389e5", "score": "0.7584234", "text": "java.lang.String getPostModifier10();", "title": "" }, { "docid": "795bc764e97816775640ab3290243e7b", "score": "0.74602866", "text": "java.lang.String getPostModifier9();", "title": "" }, { "doc...
c269500131697636637203e4c2ef8eb3
Try your code here
[ { "docid": "2a56e41830c9e719ca2a3aaadb0829fa", "score": "0.0", "text": "public static void main(String args[])\n {\n \tScanner sc = new Scanner(System.in);\n \tString str1 = sc.nextLine();\n \tString str2 = sc.nextLine();\n \tint no_of_parts = sc.nextInt();\n \tString new_str...
[ { "docid": "d47555c4014816c468ba621cd8b5acca", "score": "0.61267734", "text": "public void run() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.60478103", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" ...
23926f9a575da74a23af972decaed5ea
Removes the one card from comma separated string.
[ { "docid": "a74ee4cdc9f0019d144a33eaffe5bbfd", "score": "0.7940529", "text": "public String removeOneCardFromCommaSeparatedString(String listOfCommaSeparatedCard, String whatToRemove){\r\n\r\n\t\tif(listOfCommaSeparatedCard.contains(whatToRemove)){\r\n\t\t\tif(listOfCommaSeparatedCard.contains(whatToRem...
[ { "docid": "e9dfb08c4aa7bce897554365d834761a", "score": "0.68260103", "text": "public static String removeLastComma(String string) {\n string = StringUtils.stripEnd(string, \" \");\n\n return StringUtils.removeEndIgnoreCase(string, \",\");\n }", "title": "" }, { "docid": "154f9e10f495...
aa9bbb93bfadc83c925a80d01225e085
find the node containing key
[ { "docid": "37daf188887d6aa6d6af827e6ddb2f4b", "score": "0.0", "text": "private void deleteKeyNode(Node node, int key) {\n Node n = ExternalNode;\r\n Node f, g;\r\n while (node != ExternalNode){\r\n if (node.buildingNum == key) {\r\n n = node;\r\n }\r\n\r\n if (node.buildi...
[ { "docid": "3e7cf0aa8e7fe94bc1c03ad6f0c90c73", "score": "0.784506", "text": "String getNode(int key);", "title": "" }, { "docid": "1984511c7c94aadf9057cc5c75c49580", "score": "0.7680085", "text": "public int searchInNode (String key){\r\n int index =1;\r\n if (Comparato...
d2a94b1cdb385a366a9e63d7d315ebf3
dismiss the dialog once product deleted pDialog.dismiss();
[ { "docid": "8f288ee62ce647d444c9f4098d5ef0fc", "score": "0.0", "text": "@Override\n protected void onPostExecute(String file_url) {\n\n\n }", "title": "" } ]
[ { "docid": "7682712376415e7131e01eb96aad2f98", "score": "0.76676285", "text": "public void onClick(DialogInterface dialog, int id) {\n deleteProduct();\n }", "title": "" }, { "docid": "7682712376415e7131e01eb96aad2f98", "score": "0.76676285", "text": "public...
796699e8e163da09e1e4207262fcd792
Returns DOI prefix as defined in of the DOI handbook : 2.2.2 DOI prefix General The DOI prefix shall be composed of a directory indicator followed by a registrant code. These two components shall be separated by a full stop (period). Directory indicator The directory indicator shall be "10". The directory indicator dis...
[ { "docid": "ce38b30f1bfc61b85ddea46d37e566d7", "score": "0.6939046", "text": "public String getPrefix() {\n return DIRECTORY_INDICATOR_PREFIX + registrantCode;\n }", "title": "" } ]
[ { "docid": "bda580b70e59638d8f0f7239e63542c8", "score": "0.67668676", "text": "private String getDoiPrefix() {\n\t\tDoxiUser currentUser = (DoxiUser) secContext.getUserPrincipal();\n\t\treturn currentUser.getPrefix();\n\t}", "title": "" }, { "docid": "a3a4438cf7e5cfc914e087ff0b40ff20", "...
48f4add23178cccd13439bb51bda0810
bad design as name is a computed property
[ { "docid": "86db5e95aa48722e689a347a7efa56ac", "score": "0.0", "text": "public void setName(String name) {\n }", "title": "" } ]
[ { "docid": "b5d81fedcd472734d1255153a220171c", "score": "0.71956176", "text": "public String getName(){ return this.name; }", "title": "" }, { "docid": "404063c8493a8efc682129165f77f1f5", "score": "0.7180109", "text": "public String getName() { return name.get(); }", "title": "" ...
865ed3fe0ab686517f0822fd962c05ed
Internal route type is stored, used for get.
[ { "docid": "a6ab3244926f01923a5eecf14369862e", "score": "0.0", "text": "public Boolean get_data0() throws Exception {\n\t\treturn this.data0;\n\t}", "title": "" } ]
[ { "docid": "a787c4b82dd0c14ca03bf0cd1532b565", "score": "0.7650964", "text": "public String getRouteType() {\n return this.RouteType;\n }", "title": "" }, { "docid": "41bd7ab0f48dd155f9918eaf5a40f6ec", "score": "0.659459", "text": "public void setRouteType(String RouteType)...
550dba2fa698e747245a9f4e9af9b5a9
Create new singly linked list before starting test case
[ { "docid": "654ff12c59678dc402fb73b6129c12e2", "score": "0.7017979", "text": "@Before\n public void setUp() throws Exception {\n singlyLinkedList = new SinglyLinkedList();\n }", "title": "" } ]
[ { "docid": "9fce077eba914eff6ed95f144e48391b", "score": "0.69887793", "text": "public void setUp()\n {\n list = new CircularLinkedList<String>();\n }", "title": "" }, { "docid": "2dcac5c345a501b1dd4413e80cd63f28", "score": "0.6959926", "text": "@Before public void setUp(...
5af14b3dbdac3adc03fd8a3cdd92cec6
Given a team checks whether the team is part of a list of teams
[ { "docid": "8bca8e43aa358e5f6bfd779395a2dee9", "score": "0.7306907", "text": "public static boolean isSubsetOfTeam(ArrayList<String> team, ArrayList<ArrayList<String>> team_list){\n for (ArrayList<String> t : team_list){\n ArrayList<String> match = t;\n match.retainAll(team)...
[ { "docid": "1e5412cef1722ca8b93eafd64b49f746", "score": "0.70060855", "text": "private boolean alreadyExists(ArrayList<String> teams, String team) {\r\n\t\tSystem.out.println(team);\r\n\t\tfor(String name : teams){\r\n\t\t\tif(name.equalsIgnoreCase(team))\r\n\t\t\t\treturn true;\r\n\t\t}\r\n\t\treturn f...
0ce98b177a52c9e0f91ab388ae88c4f0
Sets (as xml) the "password" attribute
[ { "docid": "3f729cd0ee6e9eac6403e88f69bff41c", "score": "0.7466013", "text": "public void xsetPassword(org.apache.xmlbeans.XmlString password)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlString target = null;\n target ...
[ { "docid": "82757338d4bd16bdc2f71d12d2c652ca", "score": "0.7898893", "text": "public void setPassword(String password) {}", "title": "" }, { "docid": "f0a5bc542cb051467c0549adbc4d8a3a", "score": "0.7795499", "text": "void setPassword(String password);", "title": "" }, { "...
a3b701f23b99b4334f51eb381fa6dbc1
get the update frequency...
[ { "docid": "f0ab854476a1f65cb340e0ed676fe90a", "score": "0.0", "text": "protected void applyRanges(String workspaceKey, File rangesFile, String intervalName, String intervalDescription, boolean isBackgroundProcess) throws IOException, ProcessTerminatedException {\n int updateFrequency = getUpdate...
[ { "docid": "4745d98beeb86317fcfd6bec37095010", "score": "0.75562453", "text": "public synchronized String getUpdateFrequency() {\n\t\treturn this.prefs.getString(context.getString(R.string.key_updatefrequency), \"3\");\n\t}", "title": "" }, { "docid": "38c31073dfbdc00befbc1edb143ba9fb", ...
41a0169fe0d34db944c6928f94645bc2
Get the Preferences instance held by this logic instance
[ { "docid": "416b6dbdba636e3c667aecadd3930daa", "score": "0.7682858", "text": "public Preferences getPrefs() {\n return prefs;\n }", "title": "" } ]
[ { "docid": "f3bb278f877c09573868c4cb305ecab4", "score": "0.79663604", "text": "public Preferences getPreferences()\n {\n return prefs;\n }", "title": "" }, { "docid": "b95bd42944c87d63c8a8f6dff21c1ba6", "score": "0.7833669", "text": "private static Preferences getPrefere...