code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
List < Pair < R1 , R2 >> function ( Iterable < R1 > arg0 , Iterable < R2 > arg1 ) { List < Pair < R1 , R2 >> loc0 = new ArrayList < Pair < R1 , R2 >> ( proposeZippedListLength ( arg0 , arg1 , false , false ) ) ; for ( Pair < R1 , R2 > loc1 : zipInternal ( arg0 , arg1 , null , null , false , false ) ) loc0 . add ( loc1 ... | same as #zip iterable , iterable , but non-lazy and returns a modifiable list . concode_field_sep PlaceHolder placeHolder concode_field_sep AccT foldr concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep List<R> mapList concode... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getGatewayId ( ) != null ) loc0 . append ( "srini_string" + getGatewayId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String gatewayId concode_field_sep String getGatewayId concode_elem_sep PropagatingVgw withGatewayId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PropagatingVgw clone concode_elem_sep ... |
AbstractAction function ( String arg0 ) { return ( AbstractAction ) this . actionRegistry . get ( arg0 ) ; } | returns the action with the given id . concode_field_sep Map actionRegistry concode_elem_sep int lastGeneratedID concode_field_sep AbstractAction normalize concode_elem_sep String generateNewID concode_elem_sep void clear concode_elem_sep AbstractAction put |
void function ( WsDocument arg0 ) { this . response = arg0 ; } | sets the value of the response property . concode_field_sep WsDocument response concode_field_sep WsDocument getResponse |
int function ( ) { return functionType ; } | gets the function type number . type 0 - sampled function , uses a table of sample values to define the function . various techniques are used to interpolate values between the sampled values . type 2 - exponential interpolation , defines a set of coeffiecients for an exponential function . type 3 - stitching function ... |
void function ( ) { registerUser ( "srini_string" , "srini_string" , "srini_string" , "srini_string" ) ; } | method for test puposes only . seeds the hashmap with a user for proof only . concode_field_sep int PASSWORD_FAILED concode_elem_sep int DEFAULT concode_elem_sep int AUTHENTICATED concode_elem_sep int NFC_FAILED concode_elem_sep UserDataPersistence udp concode_field_sep int authenticateUser concode_elem_sep Boolean reg... |
boolean function ( File arg0 ) { if ( ! arg0 . isDirectory ( ) ) { return false ; } if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return true ; } if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return true ; } return false ; } | tests if the directory contains the essential root file for a daisy book currently it 's limited to checking for daisy 2.02 books . concode_field_sep String DEFAULT_ROOT_FOLDER concode_elem_sep String PREFS_FILE concode_elem_sep String LAST_BOOK concode_elem_sep String OPT_ROOT_FOLDER concode_field_sep String getNccFil... |
Builder function ( Collection < String > arg0 ) { this . docIds = arg0 ; return this ; } | restricts replication to the specified document ids . concode_field_sep boolean cancel concode_elem_sep Object queryParams concode_elem_sep Object sinceSeq concode_elem_sep String source concode_elem_sep Collection<String> docIds concode_elem_sep String target concode_elem_sep String filter concode_elem_sep String prox... |
NameChecker function ( ) { return config . getNameChecker ( ) ; } | get a namechecker for checking names against the xml 1.0 or xml 1.1 specification as appropriate concode_field_sep CollationMap collationMap concode_elem_sep Configuration config concode_field_sep ParameterSet getLocalParameters concode_elem_sep Item getContextItem concode_elem_sep SequenceReceiver getReceiver concode_... |
void function ( long arg0 ) { _foo . setFooId ( arg0 ) ; } | sets the foo id of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel con... |
void function ( VCardProperty arg0 , List < Warning > arg1 ) { this . warnings . putAll ( arg0 , arg1 ) ; } | adds a property 's validation warnings . concode_field_sep ListMultimap<VCardProperty,Warning> warnings concode_field_sep Iterator<Entry<VCardProperty,List<Warning>>> iterator concode_elem_sep ListMultimap<VCardProperty,Warning> getWarnings concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_... |
void function ( Context arg0 ) { instance = new DataSourceStorage ( arg0 ) ; } | creates a new instance of a datasourcesotrage concode_field_sep List<DataSource> dataSourceList concode_elem_sep SharedPreferences settings concode_elem_sep DataSourceStorage instance concode_elem_sep String xmlPreferencesKey concode_elem_sep Context ctx concode_field_sep void add concode_elem_sep void fillDefaultDataS... |
String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = new String ( ) ; ItineraryGenerator loc1 = new ItineraryGenerator ( info . allFlights ( info . getFlights ( ) ) ) ; for ( Itinerary loc2 : loc1 . listAllItineraries ( arg1 , arg2 , arg0 ) ) { loc0 += loc2 . toString ( ) + "srini_string" ; } ret... | returns all itineraries that depart from origin and arrive at destination on the given date . if an itinerary contains two consecutive flights f1 and f2 , then the destination of f1 should match the origin of f2 . to simplify our task , if there are more than 6 hours between the arrival of f1 and the departure of f2 , ... |
String function ( String arg0 ) { assert arg0 != null ; return arg0 . trim ( ) . toLowerCase ( ) ; } | noramlize the string . concode_field_sep String HDFS_HOME concode_elem_sep String COMMON_HOME concode_elem_sep String prefix concode_elem_sep String HOME concode_elem_sep File dir concode_elem_sep String HADOOP_USER_LIBS concode_elem_sep String EMPTY_STR concode_elem_sep DirectoryFilter filter concode_elem_sep String M... |
JAXBElement < Result > function ( ) { return enrollResult ; } | gets the value of the enrollresult property . concode_field_sep JAXBElement<Result> enrollResult concode_field_sep void setEnrollResult |
void function ( View arg0 , int arg1 ) { int loc0 = wheel . getViewAdapter ( ) . getItemsCount ( ) ; if ( ( arg1 < 0 || arg1 >= loc0 ) && ! wheel . isCyclic ( ) ) { emptyItems = addView ( arg0 , emptyItems ) ; } else { while ( arg1 < 0 ) { arg1 = loc0 + arg1 ; } arg1 %= loc0 ; items = addView ( arg0 , items ) ; } } | adds view to cache . determines view type item view or empty one by index . concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep List<View> addView ... |
NameAddress function ( ) { return local_name ; } | gets the local name concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress local_nam... |
AmazonClientException function ( ) { try { while ( ! monitor . isDone ( ) ) { monitor . getFuture ( ) . get ( ) ; } monitor . getFuture ( ) . get ( ) ; return null ; } catch ( ExecutionException loc0 ) { return unwrapExecutionException ( loc0 ) ; } } | waits for this transfer to finish and returns any error that occurred , or returns null if no errors occurred . this is a blocking call ; the current thread will be suspended until this transfer either fails or completes successfully . concode_field_sep TransferState state concode_elem_sep Collection<TransferStateChang... |
void function ( IAnnotationModel arg0 ) { String loc0 = arg0 . getName ( ) ; annotations . put ( loc0 , arg0 ) ; } | addannotation . concode_field_sep ITypeModel jaxbType concode_elem_sep boolean staticM concode_elem_sep String simpleName concode_elem_sep String VALUE_METHOD_ID concode_elem_sep String documentation concode_elem_sep LinkedHashMap<String,IAnnotationModel> annotations concode_elem_sep boolean publicM concode_elem_sep Cl... |
Spring function ( ) { Spring loc0 = new Spring ( this ) ; registerSpring ( loc0 ) ; return loc0 ; } | create a spring with a random uuid for its name . concode_field_sep Set<Spring> mActiveSprings concode_elem_sep boolean mIdle concode_elem_sep SpringLooper mSpringLooper concode_elem_sep CopyOnWriteArraySet<SpringSystemListener> mListeners concode_elem_sep Map<String,Spring> mSpringRegistry concode_field_sep void remov... |
OrganismType . Lineage function ( ) { return new OrganismType . Lineage ( ) ; } | create an instance of organismtype.lineage concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep CommentType.TemperatureDependence createCommentTypeTemperatureDependence concode_elem_sep Evide... |
void function ( SymtabEntry arg0 ) { types . put ( arg0 , new Integer ( index ) ) ; } | add a type to the list of types which have already been included . note that the type should be added prior to its value . concode_field_sep Hashtable types concode_elem_sep String hashcode concode_elem_sep int index concode_elem_sep MessageDigest sha concode_field_sep String getHashcode concode_elem_sep String hexOf c... |
java . util . Date function ( ) { return lastSuccessfulDeliveryTime ; } | the last time when logs were delivered . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix concode_field_sep... |
void function ( int arg0 , int arg1 ) { width = arg0 ; height = arg1 ; } | sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension |
Metacard function ( InputStream arg0 ) { return transform ( arg0 , null ) ; } | transforms geojson http://www.geojson.org/ into a metacard concode_field_sep MetacardTypeRegistry mTypeRegistry concode_elem_sep String SOURCE_ID_PROPERTY concode_elem_sep JSONParser PARSER concode_elem_sep String MIME_TYPE concode_elem_sep String ISO_8601_DATE_FORMAT concode_elem_sep String ID concode_elem_sep Logger ... |
void function ( ) { int loc0 = 10 ; System . out . println ( "srini_string" ) ; Pelikan loc1 = new Pelikan ( loc0 ) ; int loc2 = 3 ; int loc3 = loc1 . getKekuatan ( ) ; assertEquals ( loc2 , loc3 ) ; } | test of getkekuatan method , of class pelikan . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetID concode_elem_sep void testIncrTime concode_elem_sep void testGetChar concode_elem_sep void testGetPosisi |
List < FileType > function ( ) { if ( file == null ) { file = new ArrayList < FileType > ( ) ; } return this . file ; } | gets the value of the file property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the file property . for example , to add a new item , do as follo... |
void function ( int arg0 ) { this . amount = arg0 ; } | sets amount concode_field_sep int amountMax concode_elem_sep int amount concode_elem_sep int containerAmount concode_elem_sep int amountMin concode_field_sep void setAmountMax concode_elem_sep void setContainerAmount concode_elem_sep void setAmountMin concode_elem_sep String getIdentifier concode_elem_sep int getAmount... |
void function ( int arg0 , int arg1 ) { ranges . removeAllElements ( ) ; ranges . addElement ( new RangeSetElement ( arg0 , arg1 ) ) ; } | clears the set and fills it with a single new element as specified concode_field_sep int min concode_elem_sep Vector<RangeSetElement> ranges concode_elem_sep int max concode_field_sep boolean intersect concode_elem_sep boolean isEmpty concode_elem_sep void remove |
InputCursor function ( long arg0 ) { return cursorMap . get ( arg0 ) ; } | gets the cursor by id . concode_field_sep HashMap<Long,InputCursor> cursorMap concode_elem_sep ActiveCursorPool cursorPool concode_field_sep void putActiveCursor concode_elem_sep InputCursor removeCursor concode_elem_sep ActiveCursorPool getInstance concode_elem_sep long getActiveCursorCount concode_elem_sep InputCurso... |
void function ( ) { Object loc0 = new Object ( ) ; for ( ; null == loc0 ; ) { } for ( loc0 = null ; null == loc0 ; loc0 = null ) { } } | almost all tests are checked in ifcheck function , so there are only checked some tests concode_field_sep Object classField concode_field_sep Object returnNull concode_elem_sep void ifCheck concode_elem_sep boolean someFunction concode_elem_sep void whileCyclesCheck concode_elem_sep void allTypesCheck |
void function ( String arg0 ) { if ( arg0 != null ) { tilebmpFile = new File ( arg0 ) ; tilebmpFileLastModified = tilebmpFile . lastModified ( ) ; } else { tilebmpFile = null ; } } | sets the filename of the tileset image . does n't change the tileset in any other way . concode_field_sep int tileMargin concode_elem_sep TileCutter tileCutter concode_elem_sep int tilesPerRow concode_elem_sep int tileSpacing concode_elem_sep String externalSource concode_elem_sep Image tileSetImage concode_elem_sep Ve... |
void function ( AMLCDDFatcaIndiciaDetectionServicePartyAddresTupleType arg0 ) { this . partyAddres = arg0 ; } | sets the value of the partyaddres property . concode_field_sep AMLCDDFatcaIndiciaDetectionServicePartyAddresTupleType partyAddres concode_field_sep AMLCDDFatcaIndiciaDetectionServicePartyAddresTupleType getPartyAddres |
byte [ ] function ( String arg0 ) { return chars2utf ( arg0 . toCharArray ( ) ) ; } | return string as an array of bytes in in utf8 representation . concode_field_sep PlaceHolder placeHolder concode_field_sep long string2long concode_elem_sep int chars2utf concode_elem_sep byte[] chars2utf concode_elem_sep byte[] chars2utf concode_elem_sep int utf2chars concode_elem_sep char[] utf2chars concode_elem_sep... |
void function ( LibraryVersion arg0 ) { this . libraryVersion = arg0 ; } | sets the value of the libraryversion property . concode_field_sep LibraryName libraryName concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep Description description concode_elem_sep List<Jar> jar concode_elem_sep String id concode_elem_sep LibraryVersion libraryVersion concode_elem_sep LibraryVendor libraryV... |
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... |
void function ( java . lang . Boolean arg0 ) { this . owns = arg0 ; } | sets the value of the owns property . concode_field_sep MultiSolidType multiSolid concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode... |
byte [ ] function ( UserData arg0 ) { return toJsonString ( arg0 ) . getBytes ( Charsets . UTF_8 ) ; } | returns the json string representation of the given userdata object as a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<String> getColumnContentAsArray concode_elem_sep void setLocalUserData concode_elem_sep UserData fromString concode_elem_sep UserData getUserData concode_elem_sep UserDat... |
B function ( double arg0 ) { this . mzy = arg0 ; __set ( 7 ) ; return ( B ) this ; } | set the value of the javafx.scene.transform.affine #getmzy mzy property for the instance constructed by this builder . concode_field_sep double tx concode_elem_sep int __set concode_elem_sep double ty concode_elem_sep double tz concode_elem_sep double mzx concode_elem_sep double mxx concode_elem_sep double myy concode_... |
Object function ( FacesContext arg0 , UIComponent arg1 ) { if ( haveSavedValue ) return savedValue ; else return getValue ( arg0 , arg1 ) ; } | if we did save away the value , then just access it , but if we did n't save it away , then we 'll want the most up-to-date value concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep boolean haveSavedValue concode_elem_sep bool... |
int function ( ) { return height ; } | the height of the glyph 's image . concode_field_sep short yOffset concode_elem_sep boolean isMissing concode_elem_sep Shape shape concode_elem_sep float u concode_elem_sep float v concode_elem_sep Texture texture concode_elem_sep short width concode_elem_sep float v2 concode_elem_sep float u2 concode_elem_sep int code... |
BigInteger function ( ) { return order ; } | returns the order of the generator . concode_field_sep EllipticCurve curve concode_elem_sep int cofactor concode_elem_sep ECPoint generator concode_elem_sep String curveName concode_elem_sep BigInteger order concode_field_sep void setCurveName concode_elem_sep String getCurveName concode_elem_sep ECPoint getGenerator c... |
void function ( RenderedImage arg0 , OutputStream arg1 ) { getImageTool ( ) . encodeGIF ( arg0 , arg1 ) ; } | encodes the image using the gif format . concode_field_sep ImageTool _imageTool concode_field_sep void encodeWBMP concode_elem_sep ImageBag read concode_elem_sep ImageBag read concode_elem_sep ImageBag read concode_elem_sep boolean isNullOrDefaultSpacer concode_elem_sep Image getDefaultCompanyLogo concode_elem_sep Imag... |
void function ( ) { } | the final call you receive before your activity is destroyed . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideU... |
Object function ( ) { return set ; } | reconstructs object on unmarshalling . concode_field_sep TreeSet set concode_field_sep void readBinary concode_elem_sep void writeBinary |
void function ( String arg0 ) { this . stackId = arg0 ; } | unique identifier of the stack . concode_field_sep String stackId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateStackResult clone concode_elem_sep CreateStackResult withStackId concode_elem_sep String toString concode_elem_sep String getStackId |
Validator function ( ) { return this . validator ; } | return the validator to apply after each binding step , if any . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validator concode_e... |
int function ( ) { LOG . info ( "srini_string" + nextPort ) ; return nextPort ++ ; } | assign a new , unique port to the test concode_field_sep int nextPort concode_elem_sep Logger LOG concode_field_sep placeholderType placeHolder |
SimulatePrincipalPolicyResult function ( java . util . Collection < EvaluationResult > arg0 ) { setEvaluationResults ( arg0 ) ; return this ; } | the results of the simulation . concode_field_sep Boolean isTruncated concode_elem_sep com.amazonaws.internal.SdkInternalList<EvaluationResult> evaluationResults concode_elem_sep String marker concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep jav... |
java . lang . String function ( ) { return _learningActivityResult . getComments ( ) ; } | returns the comments of this learning activity result . concode_field_sep LearningActivityResult _learningActivityResult concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setResult concode_elem_sep boolean isCache... |
Object function ( ) { return selectedItemValue ; } | returns the selected item . concode_field_sep ArrayList<ComboBoxItemPair> data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList<ListDataListener> listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedItemIndex... |
void function ( ) { System . out . println ( "srini_string" ) ; double loc0 = session . getMincamber ( ) ; assertEquals ( min , loc0 , 0.0 ) ; } | test of getmincamber method , of class session . concode_field_sep String password concode_elem_sep double min concode_elem_sep double max concode_elem_sep OptimizationResult optResult concode_elem_sep Session session concode_elem_sep String name concode_elem_sep int index concode_elem_sep SessionControl control concod... |
String function ( ) { return resourceId ; } | the id of the resource . concode_field_sep String resourceId concode_elem_sep UnsuccessfulItemError error concode_field_sep UnsuccessfulItemError getError concode_elem_sep UnsuccessfulItem withError concode_elem_sep UnsuccessfulItem withResourceId concode_elem_sep void setError concode_elem_sep int hashCode concode_ele... |
BigInteger function ( BigInteger arg0 , BigInteger arg1 ) { return arg0 . modPow ( arg1 , p ) ; } | group `` multiply '' operation is modular exponentiation concode_field_sep BigInteger p concode_field_sep BigInteger add concode_elem_sep BigInteger zero concode_elem_sep boolean contains concode_elem_sep BigInteger orderUpperBound concode_elem_sep BigInteger negate concode_elem_sep BigInteger sample |
String function ( ) { return id ; } | gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin... |
void function ( String arg0 ) { this . reason = arg0 ; } | give the reason of han gup concode_field_sep String reason concode_elem_sep Integer schedule concode_elem_sep long serialVersionUID concode_field_sep void setSchedule concode_elem_sep String getReason concode_elem_sep Integer getSchedule |
String function ( String arg0 , Properties arg1 ) { String loc0 = arg1 . getProperty ( arg0 ) . trim ( ) ; if ( loc0 . endsWith ( File . separator ) ) return loc0 ; else return loc0 + File . separator ; } | readfix path . concode_field_sep PlaceHolder placeHolder concode_field_sep String convertSecsToHMmSs concode_elem_sep void createTarGzOfDirectory concode_elem_sep void addFileToTarGz concode_elem_sep String convertMSecsToHMmSs |
String function ( ) { return formatCurrentTime ( selectedFormat ) ; } | gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInter... |
ManagedObjectReference function ( ) { return _this ; } | gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_field_sep void setThis |
StyleResourceValue function ( String arg0 , boolean arg1 ) { return null ; } | returns the style matching the given name . the name should not contain any namespace prefix . concode_field_sep String REFERENCE_NULL concode_field_sep StyleResourceValue getTheme concode_elem_sep StyleResourceValue getParent concode_elem_sep ResourceValue resolveValue concode_elem_sep void applyStyle concode_elem_sep... |
List < Lang > function ( ) { return availables ; } | the available languages . these can be configured in application.conf , like so : play.i18n.langs = `` fr '' , `` en '' , `` de '' concode_field_sep List<Lang> availables concode_elem_sep play.api.i18n.Langs langs concode_field_sep Lang preferred |
ValidationDataType function ( ) { return new ValidationDataType ( ) ; } | create an instance of validationdatatype concode_field_sep QName _TimeStampValidationData_QNAME concode_elem_sep QName _ArchiveTimeStamp_QNAME concode_field_sep JAXBElement<XAdESTimeStampType> createArchiveTimeStamp concode_elem_sep JAXBElement<ValidationDataType> createTimeStampValidationData |
void function ( int arg0 ) { this . threadPriority = arg0 ; } | set the priority of the threads that this factory creates . default is 5 . concode_field_sep boolean daemon concode_elem_sep String threadNamePrefix concode_elem_sep ThreadGroup threadGroup concode_elem_sep int threadPriority concode_elem_sep AtomicInteger threadCount concode_field_sep void setThreadNamePrefix concode_... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long specialPropertyName concode_field_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep Lon... |
int function ( ) { return getRunLimit ( getAllAttributeKeys ( ) ) ; } | various methods that determine how far the run extends for various attribute combinations . concode_field_sep AttributedCharacterIterator.Attribute[] restricts concode_elem_sep CharacterIterator ci concode_elem_sep AttributedString.AttributeRange[] attribs concode_field_sep char next concode_elem_sep Map getAttributes ... |
Set < Status . Code > function ( ) { return retryableCodes ; } | see the class documentation of unarycallsettings for a description of what retryablecodes do . concode_field_sep RetrySettings retrySettings concode_elem_sep RetrySettings.Builder retrySettingsBuilder concode_elem_sep Set<Status.Code> retryableCodes concode_field_sep Builder toBuilder concode_elem_sep UnaryCallSettings... |
void function ( int arg0 , byte [ ] arg1 ) { if ( arg0 < mStripBytes . size ( ) ) { mStripBytes . set ( arg0 , arg1 ) ; } else { for ( int loc0 = mStripBytes . size ( ) ; loc0 < arg0 ; loc0 ++ ) { mStripBytes . add ( null ) ; } mStripBytes . add ( arg1 ) ; } } | adds an uncompressed strip . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE concode_elem_... |
String function ( ) { return createUser ; } | gets the value of the createuser property . concode_field_sep Date lastUpdateDate concode_elem_sep String userTableName concode_elem_sep String defaultTitle concode_elem_sep String lastUpdateUser concode_elem_sep String objectName concode_elem_sep String createUser concode_elem_sep String userDefinedTitle concode_elem_... |
int function ( Object arg0 [ ] ) { throw new RuntimeException ( "srini_string" ) ; } | return address reference for specified array object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep void untie concode_elem_sep int getAddressPrototype... |
TypeLiteral < ? > function ( Method arg0 ) { checkArgument ( arg0 . getDeclaringClass ( ) . isAssignableFrom ( rawType ) , "srini_string" , arg0 , type ) ; return resolve ( arg0 . getGenericReturnType ( ) ) ; } | returns the resolved generic return type of method . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType co... |
String function ( String arg0 , String arg1 , String arg2 ) { Bundle loc0 = new Bundle ( ) ; loc0 . putString ( GET_IMAP_ID_USER , arg0 ) ; loc0 . putString ( GET_IMAP_ID_HOST , arg1 ) ; loc0 . putString ( GET_IMAP_ID_CAPA , arg2 ) ; String loc1 = getPolicy ( GET_IMAP_ID , loc0 ) . getString ( GET_IMAP_ID ) ; return lo... | returns additional key/value pairs for the imap id string . vendor function : select : get_imap_id params : get_imap_id_user string get_imap_id_host string get_imap_id_capabilities string result : get_imap_id string concode_field_sep String GET_IMAP_ID_USER concode_elem_sep String FIND_PROVIDER_NOTE concode_elem_sep Ve... |
void function ( java . lang . String arg0 ) { this . name = arg0 ; } | sets the name value for this customlisttranslations . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String localeDescription concode_elem_sep com.net... |
void function ( boolean arg0 , boolean arg1 , boolean arg2 , boolean arg3 , int arg4 , String arg5 ) { this . duplicate = arg0 ; this . old = arg1 ; this . unseq = arg2 ; this . gap = arg3 ; this . minorStatus = arg4 ; this . minorString = arg5 ; } | this method sets the state for the supplementary information flags and the minor status in messageprop . it is not used by the application but by the gss implementation to return this information to the caller of a per-message context method . concode_field_sep boolean unseq concode_elem_sep int minorStatus concode_ele... |
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; } | determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes |
void function ( Long arg0 ) { this . dramnt = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column actfgl.dramnt concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba... |
void function ( ) { final Base loc0 = new MkBase ( ) ; final String loc1 = "srini_string" ; final String loc2 = "srini_string" ; loc0 . user ( new URN ( loc2 ) ) . aliases ( ) . add ( loc1 ) ; MatcherAssert . assertThat ( new RsPrint ( new TkFriend ( loc0 ) . act ( new RqRegex . Fake ( new RqWithAuth ( loc2 ) , "srini_... | tkfriend can build a png image . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
StringBuilder function ( short arg0 ) { return getSB ( ) . append ( arg0 ) ; } | returns a stringbuilder containing the text representation of the specified primitive value.this method will not allocate temporary objects . concode_field_sep int current concode_elem_sep ThreadLocal<State> threadLocalState concode_elem_sep int MASK concode_elem_sep StringBuilder[] ringbuffer concode_field_sep boolean... |
void function ( ) { setLength ( 0 ) ; } | reset this builder to the empty state . concode_field_sep BytesRef ref concode_field_sep byte byteAt concode_elem_sep void grow concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep int length concode_elem_sep BytesRef toBytesRef concode_elem_sep void setLength... |
byte [ ] function ( ) { try { return this . getEncoded ( DER ) ; } catch ( IOException loc0 ) { return null ; } } | return the der encoding of the object , null if the der encoding can not be made . concode_field_sep String DER concode_elem_sep String BER concode_field_sep DERObject getDERObject concode_elem_sep byte[] getEncoded concode_elem_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep boolean equals concode... |
String function ( ) { return toString ( DIVIDER ) ; } | return a string representation of the label . for a multipart label , this will return all parts . the tostring method causes a label to spill its guts . it should always return an empty string rather than null if there is no value . concode_field_sep String DIVIDER concode_elem_sep String tag concode_elem_sep String w... |
String function ( ) { return name ; } | get the user-specified job name . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_elem_sep URL getURL concode... |
Response < T > function ( VolleyError arg0 ) { return new Response < T > ( arg0 ) ; } | returns a failed response containing the given error code and an optional localized message displayed to the user . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> s... |
void function ( Object arg0 ) { this . location = arg0 ; } | sets location . concode_field_sep Object itemType concode_elem_sep String nyplSource concode_elem_sep List<String> bibIds concode_elem_sep String nyplType concode_elem_sep String updatedDate concode_elem_sep Object fixedFields concode_elem_sep String createdDate concode_elem_sep Object deleted concode_elem_sep Object d... |
Transaction function ( ) { return nonStandard ; } | returns the transaction that was found to be non-standard , or null . concode_field_sep Coin MIN_ANALYSIS_NONDUST_OUTPUT concode_elem_sep Wallet wallet concode_elem_sep Transaction tx concode_elem_sep Transaction nonStandard concode_elem_sep boolean analyzed concode_elem_sep Analyzer FACTORY concode_elem_sep Transactio... |
boolean function ( ) { return ! ( compressedDirectBuf . remaining ( ) > 0 || uncompressedDirectBuf . remaining ( ) == 0 || userBufLen > 0 ) ; } | returns true if the input data buffer is empty and #setinput should be called to provide more input . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep int userBufLen concode_elem_sep Log LOG conc... |
TargetSection function ( ) { return resourcesSection ; } | returns the resources section of this target . concode_field_sep TargetSection resourcesSection concode_elem_sep TargetSection environmentsSection concode_elem_sep TargetSection actionsSection concode_elem_sep TargetSection subjectsSection concode_elem_sep Logger logger concode_elem_sep int xacmlVersion concode_field_s... |
void function ( int arg0 ) { mSocket . setSoTimeout ( arg0 ) ; } | set the socket timeout . concode_field_sep int SOCKET_CONNECT_TIMEOUT concode_elem_sep HostnameVerifier HOSTNAME_VERIFIER concode_elem_sep String[] mUserInfoParts concode_elem_sep int mConnectionSecurity concode_elem_sep int SOCKET_READ_TIMEOUT concode_elem_sep String mDebugLabel concode_elem_sep InputStream mIn concod... |
void function ( OutputStream arg0 , Walker arg1 ) { if ( arg0 instanceof PrintStream ) { emit ( arg1 , new GraphvizRenderer ( style , ( PrintStream ) arg0 ) ) ; } else { emit ( arg1 , new GraphvizRenderer ( style , new PrintStream ( arg0 , true , "srini_string" ) ) ) ; } } | emit a graph to an output stream in graphviz format using this writer . concode_field_sep GraphStyle style concode_field_sep placeholderType placeHolder |
String function ( ) { return this . username ; } | the name of the user . concode_field_sep CopyCommand copyCommand concode_elem_sep String password concode_elem_sep S3DestinationUpdate s3Update concode_elem_sep String clusterJDBCURL concode_elem_sep String roleARN concode_elem_sep String username concode_field_sep RedshiftDestinationUpdate withCopyCommand concode_elem... |
JAXBElement < ValidateAssessmentSkuResponse > function ( ValidateAssessmentSkuResponse arg0 ) { return new JAXBElement < ValidateAssessmentSkuResponse > ( _ValidateAssessmentSkuResponse_QNAME , ValidateAssessmentSkuResponse . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _ValidateAssessmentSkuResponse_QNAME concode_elem_sep QName _ValidateAssessmentSkuRequest_QNAME concode_field_sep AssessmentSkuList createAssessmentSkuList concode_elem_sep SkuEligibilityDetail createSkuEligibilityDetail concode_elem_sep ValidateAssessmentSkuReq... |
int function ( ) { return largeTimeout ; } | gets the default timeout length of the waitfor methods . concode_field_sep int largeTimeout concode_elem_sep int smallTimeout concode_field_sep void setLargeTimeout concode_elem_sep int getSmallTimeout concode_elem_sep void setSmallTimeout |
void function ( Glarch arg0 ) { this . glarch = arg0 ; } | sets the glarch . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag ... |
Bitmap function ( final File arg0 ) { return getBitmap ( arg0 . getAbsolutePath ( ) ) ; } | get a bitmap from the image file concode_field_sep String TAG concode_field_sep Point getSize concode_elem_sep Point getSize concode_elem_sep int getScale concode_elem_sep Bitmap roundCorners concode_elem_sep void setImage concode_elem_sep void setImage |
OnmsLocationMonitor function ( ) { return m_locationMonitor ; } | getlocationmonitor concode_field_sep OnmsMonitoredService m_monitoredService concode_elem_sep OnmsLocationMonitor m_locationMonitor concode_elem_sep Integer m_id concode_elem_sep PollStatus m_pollResult concode_field_sep void setMonitoredService concode_elem_sep PollStatus getPollResult concode_elem_sep int getStatusCo... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep boolean e2 concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep... |
void function ( UserGroupInformation arg0 , String arg1 , Configuration arg2 ) { authorize ( arg0 , arg1 ) ; } | this function is kept to provide backward compatibility . concode_field_sep ImpersonationProvider sip concode_elem_sep String CONF_HADOOP_PROXYUSER concode_field_sep void refreshSuperUserGroupsConfiguration concode_elem_sep void refreshSuperUserGroupsConfiguration concode_elem_sep void refreshSuperUserGroupsConfigurati... |
Builder function ( @ Nullable UIImplementationProvider arg0 ) { mUIImplementationProvider = arg0 ; return this ; } | sets a provider of uiimplementation . uses default provider if null is passed . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUIImplementationProvider conc... |
vn . dtt . cmon . dm . dao . model . DM_THONXOM function ( vn . dtt . cmon . dm . dao . model . DM_THONXOM arg0 ) { return getService ( ) . updateDM_THONXOM ( arg0 ) ; } | updates the d m _ t h o n x o m in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep DM_THONXOMLocalService _service concode_field_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM createDM_THONXOM concode_elem_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM addDM_THONXO... |
void function ( ) { if ( browserProperties . isEmpty ( ) ) { browserProperties . put ( "srini_string" , "srini_string" ) ; browserProperties . put ( "srini_string" , "srini_string" ) ; browserProperties . put ( "srini_string" , "srini_string" ) ; } } | populate the browser properties concode_field_sep String proxyEncodedPassword concode_elem_sep Logger logger concode_elem_sep Map<String,String> browserProperties concode_elem_sep String proxyPassword concode_elem_sep Map<String,Map<String,String>> cookies concode_elem_sep String proxyPort concode_elem_sep String proxy... |
int [ ] function ( ) { int [ ] loc0 = nativeWordConfidences ( ) ; if ( loc0 == null ) { loc0 = new int [ 0 ] ; } return loc0 ; } | returns all word confidences between 0 and 100 in an array . the number of confidences should correspond to the number of space-delimited words in getutf8text . concode_field_sep int PSM_CIRCLE_WORD concode_elem_sep int RIL_BLOCK concode_elem_sep int RIL_WORD concode_elem_sep int PSM_SINGLE_WORD concode_elem_sep int PS... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.