idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
2,600
optional . details of the marker . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 32768 concode_field_sep String details concode_elem_sep String markerName concode_field_sep String getMarkerName concode_elem_sep RecordMarkerDecisionAttributes withMarkerName ...
RecordMarkerDecisionAttributes function ( String arg0 ) { this . details = arg0 ; return this ; }
2,601
the event code . concode_field_sep java.util.Date notAfter concode_elem_sep String code concode_elem_sep String description concode_elem_sep java.util.Date notBefore concode_field_sep InstanceStatusEvent withNotBefore concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep InstanceStatusEvent withD...
InstanceStatusEvent function ( EventCode arg0 ) { setCode ( arg0 ) ; return this ; }
2,602
inserts lottery tickets into the database based on the sample data concode_field_sep List<PlayerDetails> PLAYERS concode_field_sep PlayerDetails getRandomPlayerDetails
void function ( LotteryService arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { LotteryTicket loc1 = LotteryTicket . create ( new LotteryTicketId ( ) , getRandomPlayerDetails ( ) , LotteryNumbers . createRandom ( ) ) ; arg0 . submitTicket ( loc1 ) ; } }
2,603
generally used for the personal unblocking key puk unlocking case , where we want to be able to maintain a handle to the calling activity so that we can close it or otherwise display indication if the puk code is recognized . note : the counterpart to this file in contacts does not contain the special puk handling code...
boolean function ( Context arg0 , String arg1 , Activity arg2 ) { String loc0 = PhoneNumberUtils . stripSeparators ( arg1 ) ; if ( handleIMEIDisplay ( arg0 , loc0 ) || handlePinEntry ( arg0 , loc0 , arg2 ) || handleAdnEntry ( arg0 , loc0 ) || handleSecretCode ( arg0 , loc0 ) ) { return true ; } return false ; }
2,604
gets the value of the mathfont property . concode_field_sep CTTwipsMeasure intraSp concode_elem_sep CTTwipsMeasure wrapIndent concode_elem_sep Object parent concode_elem_sep CTLimLoc naryLim concode_elem_sep CTOnOff dispDef concode_elem_sep CTTwipsMeasure lMargin concode_elem_sep CTOnOff smallFrac concode_elem_sep CTTw...
CTString function ( ) { return mathFont ; }
2,605
gets the value of the status property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep String reason concode_elem_sep XmlSigningCertificateType signingCertificate concode_elem_sep String sourceAddress concode_elem_sep XmlCertificateChainType certificateChain concode_elem_sep XmlBasicSignatureType basi...
boolean function ( ) { return status ; }
2,606
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
2,607
adds element elem to set if it 's not in there already concode_field_sep ArrayList<T> set concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep ArrayList<T> getSet concode_elem_sep T getElement concode_elem_sep void clear concode_elem_sep void copy
void function ( T arg0 ) { if ( ! ( this . set . contains ( arg0 ) ) ) this . set . add ( arg0 ) ; }
2,608
gets a worked which will be notified when a web page has finished loading . concode_field_sep WebEngine webEngine concode_field_sep void load concode_elem_sep void loadContent concode_elem_sep Object executeScript
Worker < Void > function ( ) { return webEngine . getLoadWorker ( ) ; }
2,609
ensures the truth of an expression involving the state of the caller . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull concode_elem_sep boolean ch...
void function ( boolean arg0 ) { checkStateInternal ( arg0 , true , "srini_string" , EMPTY_ARGUMENTS ) ; }
2,610
gets the system event queue . concode_field_sep EventQueueCore core concode_elem_sep EventQueueCoreAtomicReference coreRef concode_field_sep AWTEvent getNextEventNoWait concode_elem_sep void set concode_elem_sep AWTEvent getCurrentEventImpl concode_elem_sep void dispatchEvent concode_elem_sep AWTEvent getCurrentEvent c...
EventQueue function ( ) { Thread loc0 = Thread . currentThread ( ) ; if ( loc0 instanceof EventDispatchThread ) { return ( ( EventDispatchThread ) loc0 ) . toolkit . getSystemEventQueueImpl ( ) ; } return null ; }
2,611
returns the model 's minimum . concode_field_sep int min concode_elem_sep ChangeEvent changeEvent concode_elem_sep boolean isAdjusting concode_elem_sep EventListenerList listenerList concode_elem_sep int value concode_elem_sep int extent concode_elem_sep int max concode_field_sep T[] getListeners concode_elem_sep int g...
int function ( ) { return min ; }
2,612
whether or not the transitions that built the two states are equal . does n't check anything else . useful for training using an agenda , for example , when you know the underlying information such as the words are the same and all you care about checking is the transition sequence concode_field_sep List<Tree> sentence...
boolean function ( State arg0 ) { return transitions . equals ( arg0 . transitions ) ; }
2,613
find the maximum y value . concode_field_sep PlanetModel SPHERE concode_elem_sep double ab concode_elem_sep double c concode_elem_sep GeoPoint MAX_X_POLE concode_elem_sep double flattening concode_elem_sep double WGS84_EQUATORIAL concode_elem_sep PlanetModel WGS84 concode_elem_sep GeoPoint MIN_Y_POLE concode_elem_sep G...
double function ( ) { return this . ab ; }
2,614
this method was generated by mybatis generator . this method returns the value of the database column ts_user_role . user_id concode_field_sep String roleId concode_elem_sep String userRoleId concode_elem_sep String userId concode_elem_sep String roleDescription concode_field_sep void setRoleDescription concode_elem_se...
String function ( ) { return userId ; }
2,615
returns true if this collection contains a handle value with the specified index . concode_field_sep Map<Integer,Value> map concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep Iterator<Value> iterator concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_sep boolean addAll co...
boolean function ( Integer arg0 ) { return map . containsKey ( arg0 ) ; }
2,616
prepends items until first item or reaches tolimit min edge when not reversed or max edge when reversed concode_field_sep int mMargin concode_elem_sep int mFirstVisibleIndex concode_elem_sep int mNumRows concode_elem_sep CircularIntArray[] mTmpItemPositionsInRows concode_elem_sep int mLastVisibleIndex concode_elem_sep ...
void function ( int arg0 ) { prependVisibleItems ( arg0 , false ) ; }
2,617
closes the entitypersistencefactory concode_field_sep ItemRegistry itemRegistry concode_elem_sep Logger logger concode_elem_sep EntityManagerFactory emf concode_field_sep void closeEntityManagerFactory concode_elem_sep String getPersistenceUnitName concode_elem_sep String getName concode_elem_sep EntityManagerFactory n...
void function ( ) { logger . debug ( "srini_string" ) ; closeEntityManagerFactory ( ) ; logger . debug ( "srini_string" ) ; }
2,618
get the cumulated value concode_field_sep PlaceHolder placeHolder concode_field_sep EMType parseType concode_elem_sep int parseCounter concode_elem_sep int getIntFromChars concode_elem_sep String parseAddress concode_elem_sep int parsePeakValue concode_elem_sep int parseCurrentValue
int function ( String arg0 ) { return getIntFromChars ( arg0 . charAt ( 9 ) , arg0 . charAt ( 10 ) , arg0 . charAt ( 7 ) , arg0 . charAt ( 8 ) ) ; }
2,619
the directory where reports will be created , normally $ project.build.directory / surefire-reports concode_field_sep boolean trimStackTrace concode_elem_sep File reportsDirectory concode_elem_sep PrintStream originalSystemOut concode_field_sep boolean isTrimStackTrace concode_elem_sep PrintStream getOriginalSystemOut
File function ( ) { return reportsDirectory ; }
2,620
writes the given lines of text to this sink with each line including the last terminated with the operating system 's default line separator . this method is equivalent to writelines lines , system.getproperty `` line.separator '' . concode_field_sep PlaceHolder placeHolder concode_field_sep Writer openBufferedStream c...
void function ( Iterable < ? extends CharSequence > arg0 ) { writeLines ( arg0 , System . getProperty ( "srini_string" ) ) ; }
2,621
return the value of the specified node attribute if it exists , or null otherwise . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String getName con...
String function ( String arg0 ) { if ( attributes == null ) return ( null ) ; else return ( ( String ) attributes . get ( arg0 ) ) ; }
2,622
set the maximum amount of memory that can be allocated in the this accountant before failing an allocation . concode_field_sep Accountant parent concode_elem_sep AtomicLong allocationLimit concode_elem_sep AtomicLong peakAllocation concode_elem_sep long reservation concode_elem_sep boolean ok concode_elem_sep AtomicLon...
void function ( long arg0 ) { allocationLimit . set ( arg0 ) ; }
2,623
gets the value of the notonorafter property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XMLGregorianCalenda...
XMLGregorianCalendar function ( ) { return notOnOrAfter ; }
2,624
causes the currently executing thread to sleep temporarily cease execution for the specified number of milliseconds , subject to the precision and accuracy of system timers and schedulers . concode_field_sep Logger LOGGER concode_field_sep placeholderType placeHolder
void function ( int arg0 ) { sleep ( arg0 , "srini_string" ) ; }
2,625
remove the element on top of the heap concode_field_sep T[] a concode_elem_sep Comparator<T> comp concode_elem_sep int lastIndex concode_field_sep void percolateDown concode_elem_sep void percolateDown concode_elem_sep int compare concode_elem_sep void buildHeap concode_elem_sep int size concode_elem_sep boolean isEmpt...
T function ( ) { T loc0 = this . a [ 1 ] ; this . a [ 1 ] = this . a [ this . lastIndex -- ] ; percolateDown ( 1 ) ; return loc0 ; }
2,626
fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba longand then all any 's . concode_field_sep ArrayTypeCode typecode concode_elem_sep Any[] value concode_field_sep TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = new Any [ arg0 . read_long ( ) ] ; for ( int loc0 = 0 ; loc0 < value . length ; loc0 ++ ) { value [ loc0 ] = arg0 . read_any ( ) ; } typecode . setLength ( value . length ) ; }
2,627
yields the absolute value of the represented calendar days . concode_field_sep CalendarDays ONE concode_elem_sep CalendarDays ZERO concode_elem_sep long days concode_field_sep boolean isNegative concode_elem_sep CalendarDays minus concode_elem_sep int hashCode concode_elem_sep CalendarDays of concode_elem_sep boolean e...
CalendarDays function ( ) { return ( ( this . days < 0 ) ? CalendarDays . of ( MathUtils . safeNegate ( this . days ) ) : this ) ; }
2,628
create a style object from a definition in a sld document concode_field_sep FilterFactory filterFactory concode_elem_sep StyleFactory styleFactory concode_field_sep Style createStyle2 concode_elem_sep Style createLineStyle concode_elem_sep File toSLDFile concode_elem_sep Style createPolygonStyle concode_elem_sep void d...
Style function ( File arg0 ) { try { SLDParser loc0 = new SLDParser ( styleFactory , arg0 . toURI ( ) . toURL ( ) ) ; Style [ ] loc1 = loc0 . readXML ( ) ; return loc1 [ 0 ] ; } catch ( Exception loc0 ) { JExceptionReporter . showDialog ( loc0 , "srini_string" ) ; } return null ; }
2,629
gets the limit . concode_field_sep String groupBy concode_elem_sep String orderBy concode_elem_sep String whereClause concode_elem_sep String having concode_elem_sep int limit concode_elem_sep ArrayList<String> whereArgs concode_elem_sep int offset concode_field_sep void setWhereClause concode_elem_sep String getHaving...
int function ( ) { return limit ; }
2,630
returns the size threshold beyond which files are written directly to disk . the default value is 10240 bytes . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshol...
int function ( ) { return sizeThreshold ; }
2,631
used for testing . concode_field_sep boolean first concode_elem_sep Appendable appendable concode_elem_sep Stack<Boolean> states concode_elem_sep boolean inObject concode_field_sep void pre concode_elem_sep void preValue concode_elem_sep void preValue concode_elem_sep boolean shouldBeEscaped concode_elem_sep SELF nul c...
String function ( String arg0 ) { String loc0 = new JsonStringWriter ( ) . value ( arg0 ) . write ( ) ; return loc0 . substring ( 1 , loc0 . length ( ) - 1 ) ; }
2,632
adds a node in an undirected graph concode_field_sep SortedSet<Node<E>> children concode_elem_sep E label concode_elem_sep Map<E,Node<E>> nodes concode_elem_sep SortedSet<Node<E>> parents concode_field_sep void addParent concode_elem_sep void makeClosure concode_elem_sep int compareTo concode_elem_sep E label concode_e...
void function ( Node < E > arg0 ) { children . add ( arg0 ) ; arg0 . parents . add ( this ) ; }
2,633
create a portablerenderer instance . portablerenderer can trigger renderings in the context of the application . once acquired it does not need a current facescontext in order to function . concode_field_sep Logger log concode_elem_sep String ALL_SESSIONS concode_elem_sep String MissingICEpushMessage concode_field_sep ...
PortableRenderer function ( ) { return getPortableRenderer ( FacesContext . getCurrentInstance ( ) ) ; }
2,634
logs warning if needed . concode_field_sep int DFLT_THROTTLE_TIMEOUT concode_elem_sep ConcurrentMap<IgniteBiTuple<Class<? extends Throwable>,String>,Long> errors concode_elem_sep int throttleTimeout concode_field_sep void log concode_elem_sep void clear concode_elem_sep boolean replace concode_elem_sep void throttleTim...
void function ( @ Nullable IgniteLogger arg0 , String arg1 , @ Nullable String arg2 ) { assert ! F . isEmpty ( arg1 ) ; arg0 ( arg0 , null , arg1 , arg2 , LogLevel . WARN , false ) ; }
2,635
creates default implementation of task distributor concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer createBitmapDisplayer concode_elem_sep Thr...
Executor function ( ) { return Executors . newCachedThreadPool ( createThreadFactory ( Thread . NORM_PRIORITY , "srini_string" ) ) ; }
2,636
sets the components of this vector concode_field_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_field_sep Vector2 add concode_elem_sep Vector2 add concode_elem_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep float dst2 concode_elem_sep float lengthSquared concode_elem_sep float ...
Vector2 function ( float arg0 , float arg1 ) { this . x = arg0 ; this . y = arg1 ; return this ; }
2,637
sets the value of the odesilatelovoevidencnicislo property . concode_field_sep TOsobaExterni odesilatel concode_elem_sep TDatum datumVytvoreni concode_elem_sep TDatum datumDoruceni concode_elem_sep String doruceneMnozstvi concode_elem_sep String odesilatelovoEvidencniCislo concode_elem_sep TOsobyExterni autor concode_f...
void function ( String arg0 ) { this . odesilatelovoEvidencniCislo = arg0 ; }
2,638
get all gravity . concode_field_sep String ID concode_elem_sep Date timeOfReading concode_elem_sep float gravityz concode_elem_sep long time concode_elem_sep int priority concode_elem_sep float gravityy concode_elem_sep float gravityx concode_field_sep float getgravityy concode_elem_sep long getTime concode_elem_sep fl...
float function ( ) { return gravityx ; }
2,639
returns a random numeric string concode_field_sep java.util.Random rand concode_elem_sep long seed concode_field_sep String nextHexString concode_elem_sep int nextInt concode_elem_sep int nextInt concode_elem_sep boolean nextBoolean concode_elem_sep void setSeed concode_elem_sep long nextLong concode_elem_sep String ne...
String function ( int arg0 ) { byte [ ] loc0 = new byte [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) loc0 [ loc1 ] = ( byte ) ( 48 + nextInt ( 10 ) ) ; return new String ( loc0 ) ; }
2,640
creates a random string with a length within the given interval . the string contains only characters that can be represented as a single code point . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode...
String function ( Random arg0 , int arg1 , int arg2 ) { int loc0 = arg0 . nextInt ( arg2 - arg1 + 1 ) + arg1 ; char [ ] loc1 = new char [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc1 [ loc2 ] = ( char ) ( arg0 . nextInt ( 0x7fff ) + 1 ) ; } return new String ( loc1 ) ; }
2,641
returns the label position . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setY concode_elem_sep v...
Point2D function ( ) { return this . labelPosition ; }
2,642
returns the standard deviation as a double primitive . if the underlying standard deviation is null , this method will return double.nan . concode_field_sep Number mean concode_elem_sep long serialVersionUID concode_elem_sep Number standardDeviation concode_field_sep Number getStandardDeviation concode_elem_sep double ...
double function ( ) { double loc0 = Double . NaN ; if ( this . standardDeviation != null ) { loc0 = this . standardDeviation . doubleValue ( ) ; } return loc0 ; }
2,643
get string representation of this object . concode_field_sep int hand concode_elem_sep String password concode_elem_sep int HAND_LEFT concode_elem_sep int KEY_BLASTER concode_elem_sep int KEY_SHOTGUN concode_elem_sep int rate concode_elem_sep String skin concode_elem_sep int KEY_MACHINEGUN concode_elem_sep int KEY_RAIL...
String function ( ) { String loc0 = null ; loc0 = new String ( "srini_string" ) ; loc0 += "srini_string" + "srini_string" + rate + "srini_string" ; loc0 += "srini_string" + "srini_string" + message + "srini_string" ; loc0 += "srini_string" + "srini_string" + fov + "srini_string" ; loc0 += "srini_string" + "srini_string...
2,644
gets the value of the from property . concode_field_sep CTTLCommonBehaviorData cBhvr concode_elem_sep CTTLPoint by concode_elem_sep CTTLPoint from concode_elem_sep Boolean zoomContents concode_elem_sep CTTLPoint to concode_field_sep Boolean isZoomContents concode_elem_sep CTTLPoint getBy concode_elem_sep void setFrom c...
CTTLPoint function ( ) { return from ; }
2,645
return the data source to retrieve the value from . concode_field_sep DataSource dataSource concode_elem_sep String incrementerName concode_elem_sep int paddingLength concode_field_sep int getPaddingLength concode_elem_sep void setPaddingLength concode_elem_sep String nextStringValue concode_elem_sep long getNextKey co...
DataSource function ( ) { return this . dataSource ; }
2,646
searches through state space and returns a conditional plan for the given problem . the conditional plan is a list of either an action or an if-then construct consisting of a list of states and consequent actions . the final product , when printed , resembles the contingency plan on page 134 . this function is equivale...
Plan function ( NondeterministicProblem arg0 ) { this . expandedNodes = 0 ; return this . orSearch ( arg0 . getInitialState ( ) , arg0 , new Path ( ) ) ; }
2,647
explicit node settings to set . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder nodeBu...
NodeBuilder function ( Settings . Builder arg0 ) { return arg0 ( arg0 . build ( ) ) ; }
2,648
returns the result of interpreting the object as an instance of ` oql query ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep QueryPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T c...
T function ( OqlQuery arg0 ) { return null ; }
2,649
returns a reference to the flow rule service . concode_field_sep IntentService intentService concode_elem_sep StatisticService flowStatsService concode_elem_sep DeviceService deviceService concode_elem_sep LinkService linkService concode_elem_sep FlowRuleService flowService concode_elem_sep PortStatisticsService portSt...
FlowRuleService function ( ) { return flowService ; }
2,650
create an instance of extendsignature concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _ExtendSignatureResponse_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _ExtendSignatu...
ExtendSignature function ( ) { return new ExtendSignature ( ) ; }
2,651
first tries resource #geturi and if that fails with a filenotfoundexception then resource #getdescription is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( Resource arg0 ) { try { return arg0 . getURI ( ) . toString ( ) ; } catch ( FileNotFoundException loc0 ) { return arg0 . getDescription ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( "srini_string" + arg0 , loc0 ) ; } }
2,652
formats the receiver using the given format . this uses java.util.formattable to perform the formatting . two variables maybe used to embed the left and right elements . use % 1 $ s for the leftelement key and % 2 $ s for the right element value . the default format used by tostring is % 1 $ s , % 2 $ s . concode_field...
String function ( final String arg0 ) { return String . arg0 ( arg0 , getLeft ( ) , getRight ( ) ) ; }
2,653
retrieves the set of template lines for this template . concode_field_sep String[] subordinateTemplateNames concode_elem_sep TemplateLine[] templateLines concode_elem_sep AttributeType[] rdnAttributes concode_elem_sep int[] numEntriesPerTemplate concode_elem_sep Template[] subordinateTemplates concode_elem_sep String n...
TemplateLine [ ] function ( ) { return templateLines ; }
2,654
gets the nid number mother . concode_field_sep BigInteger nidNumber concode_elem_sep String occupation concode_elem_sep String nameOfFather concode_elem_sep Gender gender concode_elem_sep Integer simReistrationAppplicantId concode_elem_sep String mobileNumber concode_elem_sep BigInteger nidNumberFather concode_elem_sep...
BigInteger function ( ) { return nidNumberMother ; }
2,655
since jndi is supported different ways in different app servers , it 's nearly impossible to have a ubiquitous way to look up a datasource . this method is intended to hide all the lookups that may be required to find a jndi name . concode_field_sep DataSourceCache cacheManager concode_field_sep String getDSBoundName c...
DataSource function ( final String arg0 ) { if ( cacheManager != null ) { final DataSource loc0 = cacheManager . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } else { return retrieve ( arg0 ) ; } } return null ; }
2,656
document me ! concode_field_sep File file concode_elem_sep Logger LOGGER concode_elem_sep byte byteOrder concode_field_sep int getSubNodeOffset concode_elem_sep QuadTree load concode_elem_sep ByteOrder byteToOrder concode_elem_sep int getByteOrder concode_elem_sep void store concode_elem_sep void writeNode
void function ( byte arg0 ) { this . byteOrder = arg0 ; }
2,657
return the path array of the localized caches concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep int getMaxMapA...
Path [ ] function ( ) { return DistributedCache . getLocalCacheArchives ( conf ) ; }
2,658
helper method to configure the token endpoint of the first oauth found in the apiauthorizations there should be only one concode_field_sep Map<String,Interceptor> apiAuthorizations concode_elem_sep OkHttpClient okClient concode_elem_sep RestAdapter.Builder adapterBuilder concode_elem_sep GsonConverter converter concode...
TokenRequestBuilder function ( ) { for ( Interceptor loc0 : apiAuthorizations . values ( ) ) { if ( loc0 instanceof OAuth ) { OAuth loc1 = ( OAuth ) loc0 ; return loc1 . getTokenRequestBuilder ( ) ; } } return null ; }
2,659
agregar un nodo a la lista cerrada concode_field_sep SortedList abierto concode_elem_sep boolean permiteMoviDiagonal concode_elem_sep Nodo[][] nodos concode_elem_sep float costo concode_elem_sep int maxDistanciaBusqueda concode_elem_sep float heuristica concode_elem_sep ArrayList cerrado concode_elem_sep Nodo padre con...
void function ( Nodo arg0 ) { cerrado . add ( arg0 ) ; }
2,660
get the strings to append to the view base name . the view base name is the component base name followed by `` view '' followed by these strings . concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concod...
List < String > function ( ) { return viewNameParts ; }
2,661
clears the cache of bits that have been read from the underlying stream but not yet provided via #readbits . concode_field_sep int MAXIMUM_CACHE_SIZE concode_elem_sep InputStream in concode_elem_sep long[] MASKS concode_elem_sep long bitsCached concode_elem_sep ByteOrder byteOrder concode_elem_sep int bitsCachedSize co...
void function ( ) { bitsCached = 0 ; bitsCachedSize = 0 ; }
2,662
convert byte array to hex string concode_field_sep String saltname concode_elem_sep Log M_log concode_elem_sep String homedir concode_elem_sep String privkeyname concode_elem_sep SecretKey secretKey concode_elem_sep char[] hexChars concode_elem_sep Object sync_object concode_elem_sep boolean LinkToolSetupComplete conco...
String function ( byte [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = ( arg0 [ loc1 ] & 0x000000f0 ) >> 4 ; int loc3 = arg0 [ loc1 ] & 0x0000000f ; loc0 . append ( "srini_string" + hexChars [ loc2 ] + hexChars [ loc3 ] ) ; } return loc0 . toStr...
2,663
gets the value of the billcode property . concode_field_sep BigDecimal whenever concode_elem_sep String unitOfMeasure concode_elem_sep BigDecimal totalMinutes concode_elem_sep String peakTime concode_elem_sep BigDecimal weekend concode_elem_sep String period04 concode_elem_sep String description concode_elem_sep String...
String function ( ) { return billCode ; }
2,664
gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep List<Address> address concode_elem_sep BigInteger refresh concode_elem_sep Label label concode_field_sep Label getLabel concode_elem_sep void setRefresh concode_elem_sep void setLabel concode_elem_sep List<Address> getAddress conco...
Layout function ( ) { return layout ; }
2,665
set a single value for the specified property . if there are already one or more values registered for the given property key , they will be replaced . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep boolean secure concode_elem_se...
void function ( String arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; List < String > loc0 = new LinkedList < String > ( ) ; loc0 . add ( arg1 ) ; this . properties . put ( arg0 , loc0 ) ; }
2,666
encode the byte data to base 64 writing it to the given output stream . concode_field_sep Encoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode
int function ( byte [ ] arg0 , OutputStream arg1 ) { return encoder . encode ( arg0 , 0 , arg0 . length , arg1 ) ; }
2,667
align the instruction to make the output more readable . concode_field_sep PlaceHolder placeHolder concode_field_sep void printOpCode concode_elem_sep void printOpCode concode_elem_sep T getConstantLDC concode_elem_sep Number getPushNumber concode_elem_sep Integer getConstantInt concode_elem_sep T getPrevInstruction
String function ( Instruction arg0 ) { return String . format ( "srini_string" , arg0 . getName ( ) ) ; }
2,668
change state if connected call was terminated . concode_field_sep AsteriskServerImpl server concode_elem_sep Map<String,AsteriskAgentImpl> ringingAgents concode_elem_sep Log logger concode_elem_sep Map<String,AsteriskAgentImpl> agents concode_field_sep void handleAgentCallbackLoginEvent concode_elem_sep void updateAgen...
void function ( AgentCompleteEvent arg0 ) { AsteriskAgentImpl loc0 = getAgentByAgentId ( arg0 . getChannel ( ) ) ; if ( loc0 == null ) { logger . error ( "srini_string" + arg0 . getChannel ( ) ) ; return ; } loc0 . updateState ( AgentState . AGENT_IDLE ) ; }
2,669
converts android bitmap to opencv mat . this function converts an android bitmap image to the opencv mat . ` argb_8888 ' and ` rgb_565 ' input bitmap formats are supported . the output mat is always created of the same size as the input bitmap and of the ` cv_8uc4 ' type , it keeps the image in rgba format . this funct...
void function ( Bitmap arg0 , Mat arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nBitmapToMat2 ( arg0 , arg1 . nativeObj , arg2 ) ; }
2,670
set the ciphersuite at the specified index . the list must have sufficient size to hold the element that is , index < = size . concode_field_sep int modCount concode_elem_sep int index concode_elem_sep ByteBuffer buffer concode_elem_sep ProtocolVersion version concode_field_sep void add concode_elem_sep CipherSuite nex...
void function ( final int arg0 , final CipherSuite arg1 ) { int loc0 = loc0 ( ) ; if ( arg0 < 0 || arg0 >= loc0 ) throw new IndexOutOfBoundsException ( "srini_string" + loc0 + "srini_string" + arg0 ) ; buffer . position ( 2 + ( arg0 << 1 ) ) ; buffer . put ( arg1 . id ( ) ) ; modCount ++ ; }
2,671
display the specified message . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep ...
void function ( String arg0 ) { }
2,672
set the version of this entity . should n't be called . handled by jpa . concode_field_sep Logger LOG concode_elem_sep Long entityVersion concode_elem_sep long serialVersionUID concode_elem_sep Date updated concode_elem_sep String id concode_elem_sep Date created concode_field_sep Date getUpdated concode_elem_sep void ...
void function ( final Long arg0 ) { this . entityVersion = arg0 ; }
2,673
cambia el contenido del nodo concode_field_sep T contenido concode_elem_sep NodoOrdenado<T> siguiente concode_elem_sep long serialVersionUID concode_field_sep int comparar concode_elem_sep void setSiguiente concode_elem_sep T getContenido concode_elem_sep NodoOrdenado<T> getSiguiente
void function ( T arg0 ) { this . contenido = arg0 ; }
2,674
the name of the cluster parameter group family for the cluster . concode_field_sep String clusterParameterGroupFamily concode_elem_sep String description concode_elem_sep String clusterVersion concode_field_sep void setClusterVersion concode_elem_sep void setClusterParameterGroupFamily concode_elem_sep ClusterVersion w...
String function ( ) { return clusterParameterGroupFamily ; }
2,675
place a new @a service called @a name into the service manager . concode_field_sep IServiceManager sServiceManager concode_elem_sep HashMap<String,IBinder> sCache concode_elem_sep String TAG concode_field_sep String[] listServices concode_elem_sep IServiceManager getIServiceManager concode_elem_sep IBinder checkService...
void function ( String arg0 , IBinder arg1 ) { try { getIServiceManager ( ) . addService ( arg0 , arg1 , false ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } }
2,676
moves the node back to where it was before the drag operation . use this to undo the drag . concode_field_sep int m_evty concode_elem_sep Point2D m_lclp concode_elem_sep int m_dsty concode_elem_sep DragConstraintEnforcer m_drag concode_elem_sep int m_evtx concode_elem_sep int m_begy concode_elem_sep Point2D m_pref conc...
void function ( ) { m_prim . setX ( m_prmx ) ; m_prim . setY ( m_prmy ) ; }
2,677
add information message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBu...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
2,678
an example of a method - replace this comment with your own concode_field_sep int x concode_field_sep placeholderType placeHolder
int function ( int arg0 ) { return x + arg0 ; }
2,679
get parameter value from the web.xml file concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object getMa...
String function ( String arg0 , String arg1 ) { try { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; String loc1 = loc0 . getInitParameter ( arg0 ) ; return loc1 != null ? loc1 : arg1 ; } catch ( Exception loc0 ) { } return arg1 ; }
2,680
allows a consumer to insert spaces in locations where it is unnecessary but may improve the readability of the code . this will be called in such places as after a statement and before opening parentheses , or after the end of a if block before the start of an else block . concode_field_sep boolean statementNeedsEnded ...
void function ( ) { }
2,681
notifies the sdk that the ad has been shown . this will cause the sdk to record an impression for the ad . this is meant for network sdks that expose their own impression tracking callbacks , and requires that you call baseforwardingnativead #setoverridingimpressiontracker from your implementation of baseforwardingnati...
void function ( ) { if ( mNativeEventListener != null ) { mNativeEventListener . onAdImpressed ( ) ; } }
2,682
pack file preservation attributes into a string , containing just the first character of each preservation attribute concode_field_sep Log LOG concode_elem_sep ThreadLocal<DecimalFormat> FORMATTER concode_field_sep Class<? extends InputFormat> getStrategy concode_elem_sep boolean checksumsAreEqual concode_elem_sep Enum...
String function ( EnumSet < FileAttribute > arg0 ) { StringBuffer loc0 = new StringBuffer ( 5 ) ; int loc1 = 0 ; for ( FileAttribute loc2 : arg0 ) { loc0 . append ( loc2 . name ( ) . charAt ( 0 ) ) ; loc1 ++ ; } return loc0 . substring ( 0 , loc1 ) ; }
2,683
create a copy of the supplied lookup provider . concode_field_sep PlaceHolder placeHolder concode_field_sep MultiLookupProvider newMultiLookupProvider concode_elem_sep MultiLookupProvider newMultiLookupProvider
LookupProvider function ( final LookupProvider arg0 ) { return new LookupProviderImpl ( arg0 ) ; }
2,684
gets the name of the player that holds this card . concode_field_sep AnimationFlags animationFlags concode_elem_sep String backImg concode_elem_sep boolean moveable concode_elem_sep String frontImg concode_elem_sep String carrier concode_elem_sep Point scale concode_elem_sep int id concode_elem_sep Shape shape concode_...
String function ( ) { return carrier ; }
2,685
called when a minion attacks something . can apply part specific potion effects etc in here concode_field_sep ItemStack torsoItem concode_elem_sep Item organs concode_elem_sep BodyPart[] torso concode_elem_sep ResourceLocation texture concode_elem_sep int textureWidth concode_elem_sep boolean isNecromancyInstalled conc...
void function ( EntityMinion arg0 , BodyPartLocation arg1 , Entity arg2 , float arg3 ) { }
2,686
test method for org.dspace.statistics.util.locationutils #getcontinentname java.lang.string . concode_field_sep String UNKNOWN_CONTINENT concode_elem_sep String UNKNOWN_COUNTRY concode_field_sep void testGetCountryNameStringLocale concode_elem_sep void testGetCountryNameString concode_elem_sep void testGetContinentCode...
void function ( ) { assertEquals ( "srini_string" , LocationUtils . getContinentName ( "srini_string" ) ) ; assertEquals ( UNKNOWN_CONTINENT , LocationUtils . getContinentName ( null ) ) ; assertEquals ( UNKNOWN_CONTINENT , LocationUtils . getContinentName ( "srini_string" ) ) ; }
2,687
return the char mapped to the given entityreference or -1 . concode_field_sep Map<String,Character> entityReferenceToCharacterMap concode_elem_sep char REFERENCE_START concode_elem_sep String HEX_REFERENCE_START concode_elem_sep String PROPERTIES_FILE concode_elem_sep char CHAR_NULL concode_elem_sep char REFERENCE_END ...
char function ( String arg0 ) { Character loc0 = this . entityReferenceToCharacterMap . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } return CHAR_NULL ; }
2,688
sets the hex encoded 128-bit md5 hash of this object 's contents as computed by amazon s3 . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String storageClass concode_elem_sep long size concode_elem_sep String eTag concode_elem_sep Date lastModified concode_elem_sep String key concode...
void function ( String arg0 ) { this . eTag = arg0 ; }
2,689
gets the value of the max property . concode_field_sep JAXBElement<SlimDateTime> period concode_elem_sep Float avg concode_elem_sep Integer min concode_elem_sep Integer max concode_field_sep void setMax concode_elem_sep void setAvg concode_elem_sep void setMin concode_elem_sep Float getAvg concode_elem_sep Integer getM...
Integer function ( ) { return max ; }
2,690
sets the value of the sgeotag property . concode_field_sep SGeoTag sGeoTag concode_field_sep SGeoTag getSGeoTag
void function ( SGeoTag arg0 ) { this . sGeoTag = arg0 ; }
2,691
gets the width of the dimension object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String toString concode_elem_sep Dimension toDimension
float function ( ) { return width ; }
2,692
converts a inputstream to a string 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 init concode_elem_sep void ...
String function ( InputStream arg0 ) { try { byte [ ] loc0 = new byte [ arg0 . available ( ) ] ; arg0 . read ( loc0 ) ; ByteArrayOutputStream loc1 = new ByteArrayOutputStream ( ) ; loc1 . write ( loc0 ) ; loc1 . close ( ) ; arg0 . close ( ) ; return loc1 . toString ( ) ; } catch ( Exception loc0 ) { return "srini_strin...
2,693
gets the value of the fldfilter property . concode_field_sep Boolean fldFilterChecked concode_elem_sep RecordRef fldFilter concode_elem_sep Boolean fldFilterNotNull concode_elem_sep String fldFilterVal concode_elem_sep CustomizationFilterCompareType fldFilterCompareType concode_elem_sep FldFilterSelList fldFilterSelLis...
RecordRef function ( ) { return fldFilter ; }
2,694
call when the surface has been destroyed concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mF...
void function ( GL10 arg0 ) { if ( arg0 != null ) { if ( mState > STATE_NEW ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = mTextureID ; arg0 . glDeleteTextures ( 1 , loc0 , 0 ) ; mState = STATE_NEW ; } } }
2,695
used to respond to server sasl tokens . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_elem_se...
byte [ ] function ( byte [ ] arg0 ) { try { return saslServer != null ? saslServer . evaluateResponse ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc2 ) { throw Throwables . propagate ( loc2 ) ; } }
2,696
sets the value of the name property . concode_field_sep String bType concode_elem_sep String name concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setBType concode_elem_sep String getName concode_elem_sep String getType concode_elem_sep void setValue con...
void function ( String arg0 ) { this . name = arg0 ; }
2,697
make the given directory or throw a runtimeexception concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep void main concode_elem_sep boolean existsAndNonEmpty concode_elem_sep boolean deleteDir concode_elem_sep void checkNotExistsOrFail concode_elem_sep void gzipFile concode_elem_s...
void function ( File arg0 ) { if ( ! arg0 . mkdirs ( ) ) { String loc0 = "srini_string" + arg0 ; System . err . println ( loc0 ) ; throw new RuntimeException ( loc0 ) ; } }
2,698
get name concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_sep int AD_Color_...
String function ( ) { return Name ; }
2,699
this method was generated by mybatis generator . this method sets the value of the database column sub_brand_tbl . create_time concode_field_sep String flag concode_elem_sep Date createTime concode_elem_sep String subBrandDesc concode_elem_sep Integer brandId concode_elem_sep String weiboId concode_elem_sep String crea...
void function ( Date arg0 ) { this . createTime = arg0 ; }