idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
7,300
gets the value of the content 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 content property . for example , to add a new item , do as...
List < Object > function ( ) { if ( content == null ) { content = new ArrayListWml < Object > ( this ) ; } return this . content ; }
7,301
the id of the decisiontaskcompleted event corresponding to the decision task that resulted in the canceltimer decision to cancel this timer . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep Long startedEventId concode_elem_sep Long ...
Long function ( ) { return decisionTaskCompletedEventId ; }
7,302
display date as example : 11:30 am concode_field_sep SimpleDateFormat dateFormat concode_field_sep String format_date_h_mm_a concode_elem_sep String format_date_mm_dd_yy
String function ( Date arg0 ) { if ( arg0 == null ) return "srini_string" ; dateFormat . applyPattern ( "srini_string" ) ; return dateFormat . format ( arg0 ) ; }
7,303
convenient call for org.greenrobot.greendao.abstractdao #delete object . entity must attached to an entity context . concode_field_sep Users orderUsers concode_elem_sep String first_price concode_elem_sep long user_id concode_elem_sep java.util.Date create concode_elem_sep Long id concode_elem_sep List<OrderProducts> o...
void function ( ) { __throwIfDetached ( ) ; myDao . delete ( this ) ; }
7,304
returns the indicated part of the given java.util.date object . concode_field_sep boolean consumed concode_elem_sep char[][] dateTokens concode_elem_sep long currentDateMillis concode_elem_sep int last concode_elem_sep int offset concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_s...
int function ( long arg0 , int arg1 ) { synchronized ( tempCalGMT ) { tempCalGMT . setTimeInMillis ( arg0 ) ; return tempCalGMT . get ( arg1 ) ; } }
7,305
returns -1 , 0 or +1 concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep Charset charset concode_elem_sep HashMap dbNameToCollation concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep boolean isFinal concode_elem_sep HsqlName sourceName conc...
int function ( String arg0 , String arg1 ) { int loc0 ; if ( collator == null ) { loc0 = arg0 . compareTo ( arg1 ) ; } else { loc0 = collator . compare ( arg0 , arg1 ) ; } return ( loc0 == 0 ) ? 0 : ( loc0 < 0 ? - 1 : 1 ) ; }
7,306
verifies that specifying consumer index which is not supported by the given profile will fail . the referred index uses http-post binding without support for hok . concode_field_sep ServletOutputStream output concode_elem_sep SAMLMessageContext samlContext concode_elem_sep HttpServletRequest request concode_elem_sep Me...
void function ( ) { options . setAssertionConsumerIndex ( 0 ) ; storage . storeMessage ( ( String ) notNull ( ) , ( XMLObject ) notNull ( ) ) ; replyMock ( ) ; profile . sendAuthenticationRequest ( samlContext , options ) ; verifyMock ( ) ; }
7,307
retrieves the user id . concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep Address address concode_elem_sep String gender concode_elem_sep String id concode_elem_sep String email concode_elem_sep String username concode_field_sep String getPostCode concode_elem_sep String getCountry co...
String function ( ) { return id ; }
7,308
gets the value of the amountpaid property . concode_field_sep BigDecimal balanceRemaining concode_elem_sep BigDecimal jumpNowAmount concode_elem_sep BigDecimal amountPaid concode_elem_sep BigDecimal jumpThresholdAmount concode_elem_sep BigDecimal salePrice concode_elem_sep String imei concode_elem_sep List<ModelPropert...
BigDecimal function ( ) { return amountPaid ; }
7,309
returns the path attribute of the cookie concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ...
String function ( ) { return cookiePath ; }
7,310
a list of processtype names . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.List<ProcessType> processes concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep java.util.List<ProcessType> getProcesse...
DescribeScalingProcessTypesResult function ( java . util . Collection < ProcessType > arg0 ) { if ( arg0 == null ) { this . processes = null ; } else { java . util . List < ProcessType > loc0 = new java . util . ArrayList < ProcessType > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . processes = loc0 ; } return ...
7,311
gets the base func . concode_field_sep int partitions concode_elem_sep byte overrideFlags concode_elem_sep Ignite ignite concode_elem_sep byte FLAG_ASSIGN_PARTITIONS concode_elem_sep byte FLAG_PARTITION concode_elem_sep PlatformContext ctx concode_elem_sep Object userFunc concode_elem_sep AffinityFunction baseFunc conc...
AffinityFunction function ( ) { return baseFunc ; }
7,312
get the user defined rawcomparator comparator forgrouping keys of inputs to the combiner . 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 J...
RawComparator < ? > function ( ) { return conf . getCombinerKeyGroupingComparator ( ) ; }
7,313
start a program and return its input stream concode_field_sep Process p concode_elem_sep boolean canceled concode_elem_sep boolean useBinSH concode_elem_sep String[] cmds concode_field_sep void cancel concode_elem_sep String finish concode_elem_sep String run concode_elem_sep InputStream getProcessOutputStream
OutputStream function ( ) { if ( p != null ) { throw new IOException ( "srini_string" ) ; } canceled = false ; if ( useBinSH ) { p = Utils . exec ( cmds [ 0 ] ) ; } else { p = Runtime . getRuntime ( ) . exec ( cmds ) ; } return p . getOutputStream ( ) ; }
7,314
parses an unknown field . this implementation skips the field . generated messages will call this for unknown fields if the store_unknown_fields option is off . concode_field_sep double EMPTY_DOUBLE_ARRAY[] concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int WIRETYPE_VARIN...
boolean function ( final CodedInputByteBufferNano arg0 , final int arg1 ) { return arg0 . skipField ( arg1 ) ; }
7,315
method declaration concode_field_sep Object oData[] concode_elem_sep Row rLast concode_elem_sep int iSize concode_elem_sep Table tTable concode_elem_sep boolean bChanged concode_elem_sep Node nFirstIndex concode_elem_sep int iPos concode_elem_sep int iLastAccess concode_elem_sep Row rNext concode_elem_sep int iCurrentA...
void function ( ) { if ( tTable != null && tTable . cCache != null ) { iLastAccess = iCurrentAccess ++ ; tTable . cCache . cleanUp ( ) ; } }
7,316
as of servlet 3.1 the id of a session can be changed . concode_field_sep long lastAccessedTime concode_elem_sep boolean invalid concode_elem_sep int nextId concode_elem_sep int maxInactiveInterval concode_elem_sep Map<String,Object> attributes concode_elem_sep boolean isNew concode_elem_sep ServletContext servletContex...
String function ( ) { this . id = Integer . toString ( nextId ++ ) ; return this . id ; }
7,317
gets the amount value for this customerrefunddeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep...
java . lang . Double function ( ) { return amount ; }
7,318
returns the field1 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 ...
java . lang . String function ( ) { return _foo . getField1 ( ) ; }
7,319
returns true if the keyword map is set to be case insensitive , false otherwise . concode_field_sep int mapLength concode_elem_sep Keyword next concode_elem_sep boolean ignoreCase concode_elem_sep byte id concode_elem_sep char[] keyword concode_elem_sep Keyword[] map concode_field_sep void add concode_elem_sep int getS...
boolean function ( ) { return ignoreCase ; }
7,320
gets the value of the version property . concode_field_sep List<Extension> extensions concode_elem_sep List<MessageDestinationRef> bindingMessageDestinationRefs concode_elem_sep String bindingMessageDestinationRef concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QNa...
String function ( ) { if ( version == null ) { return "srini_string" ; } else { return version ; } }
7,321
registers a authschemefactory with the given identifier . if a factory with thegiven name already exists it will be overridden . this name is the same one used to retrieve the authscheme authentication scheme from #getauthscheme . please note that custom authentication preferences , if used , need to be updated accordi...
void function ( final String arg0 , final AuthSchemeFactory arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } registeredSchemes . put ( arg0 . toLowerCase ( Locale . ENGLISH ) , arg1 ) ; }
7,322
the status of the move of the ip address . concode_field_sep String allocationId concode_elem_sep String status concode_field_sep void setAllocationId concode_elem_sep MoveAddressToVpcResult withStatus concode_elem_sep MoveAddressToVpcResult withStatus concode_elem_sep MoveAddressToVpcResult withAllocationId concode_el...
String function ( ) { return this . status ; }
7,323
gets the value of the ra property . concode_field_sep Object parent concode_elem_sep String destination concode_elem_sep long sheetId concode_elem_sep Long sourceSheetId concode_elem_sep String source concode_elem_sep List<Object> undoOrRccOrRfmt concode_elem_sep long rId concode_elem_sep Boolean ua concode_elem_sep Bo...
boolean function ( ) { if ( ra == null ) { return false ; } else { return ra ; } }
7,324
range sum query from 1 to ind ind is 1-indexed time-complexity : o log n concode_field_sep int[] array concode_field_sep int size concode_elem_sep void update concode_elem_sep void main
int function ( int arg0 ) { assert arg0 > 0 ; int loc0 = 0 ; while ( arg0 > 0 ) { loc0 += array [ arg0 ] ; arg0 -= arg0 & ( - arg0 ) ; } return loc0 ; }
7,325
appends a string to the buffer . passing a null string will throw an exception . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastString...
FastStringBuffer function ( String arg0 ) { int loc0 = arg0 . length ( ) ; int loc1 = count + loc0 ; if ( loc1 > this . value . length ) { resizeForMinimum ( loc1 ) ; } arg0 . getChars ( 0 , loc0 , value , this . count ) ; this . count = loc1 ; return this ; }
7,326
inserts to the end of this queue . concode_field_sep Deque<DelayedEntry> deque concode_elem_sep Map<Data,Integer> index concode_field_sep void addCountIndex concode_elem_sep void addCountIndex concode_elem_sep boolean contains concode_elem_sep void decreaseCountIndex concode_elem_sep int size concode_elem_sep void getF...
void function ( DelayedEntry arg0 ) { deque . addLast ( arg0 ) ; addCountIndex ( arg0 ) ; }
7,327
returns the list of coder coders that are components of this coder . concode_field_sep PlaceHolder placeHolder concode_field_sep void verifyDeterministic concode_elem_sep void verifyDeterministic concode_elem_sep CloudObject asCloudObject concode_elem_sep boolean isRegisterByteSizeObserverCheap concode_elem_sep void re...
List < ? extends Coder < ? >> function ( ) { List < ? extends Coder < ? >> loc0 = getCoderArguments ( ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } else { return loc0 ; } }
7,328
encodedresource is not a sub-type of resource . thus we always need to wrap each script resource in an encodedresource using the configured @linkplain #setsqlscriptencoding encoding . concode_field_sep String sqlScriptEncoding concode_elem_sep List<Resource> scripts concode_elem_sep boolean ignoreFailedDrops concode_el...
EncodedResource function ( Resource arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new EncodedResource ( arg0 , this . sqlScriptEncoding ) ; }
7,329
note that the json being passed in here is for configuration of the otp component , it 's completely separate from the json coming in from the update source . concode_field_sep String jsonParsePath concode_elem_sep String apiKey concode_elem_sep Logger log concode_elem_sep ArrayList<BikeRentalStation> stations concode_...
void function ( Graph arg0 , JsonNode arg1 ) { String loc0 = arg1 . path ( "srini_string" ) . asText ( ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . url = loc0 ; }
7,330
return the best instruction for storing a float to a local variable slot concode_field_sep PlaceHolder placeHolder concode_field_sep Insn iLoad concode_elem_sep Insn lLoad concode_elem_sep Insn lStore concode_elem_sep Insn floatConstant concode_elem_sep Insn store concode_elem_sep Insn iStore concode_elem_sep Insn fLoa...
Insn function ( int arg0 , ConstantPool arg1 ) { if ( arg0 == 0 ) return Insn . create ( opc_fstore_0 ) ; else if ( arg0 == 1 ) return Insn . create ( opc_fstore_1 ) ; else if ( arg0 == 2 ) return Insn . create ( opc_fstore_2 ) ; else if ( arg0 == 3 ) return Insn . create ( opc_fstore_3 ) ; return Insn . create ( opc_f...
7,331
if metrics are enabled , increment the counter by the provided value . otherwise , do nothing . concode_field_sep boolean isEnabled concode_elem_sep com.codahale.metrics.Counter counter concode_field_sep void setEnabled concode_elem_sep void dec concode_elem_sep void dec concode_elem_sep boolean isEnabled concode_elem_...
void function ( long arg0 ) { if ( isEnabled ( ) ) { counter . inc ( arg0 ) ; } }
7,332
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long i concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep...
void function ( ) { sCInterface . clearEvents ( ) ; }
7,333
builds a regular controller . concode_field_sep boolean mTryCacheOnlyFirst concode_elem_sep Object mCallerContext concode_elem_sep boolean mAutoPlayAnimations concode_elem_sep DraweeController mOldController concode_elem_sep AtomicLong sIdCounter concode_elem_sep boolean mTapToRetryEnabled concode_elem_sep REQUEST[] mM...
AbstractDraweeController function ( ) { AbstractDraweeController loc0 = obtainController ( ) ; loc0 . setRetainImageOnFailure ( getRetainImageOnFailure ( ) ) ; maybeBuildAndSetRetryManager ( loc0 ) ; maybeAttachListeners ( loc0 ) ; return loc0 ; }
7,334
returns a properly assembled portlet id from the parameters passed . if the portlet id contains a user id it will be replaced by the user id parameter . if the portlet id contains an instance id it will be replaced by the instance id parameter . concode_field_sep String FACEBOOK_INTEGRATION_FBML concode_elem_sep String...
String function ( String arg0 , long arg1 , String arg2 ) { String loc0 = getRootPortletId ( arg0 ) ; if ( Validator . isNull ( arg2 ) ) { arg2 = getInstanceId ( arg0 ) ; } PortletInstance loc1 = new PortletInstance ( loc0 , arg1 , arg2 ) ; return loc1 . getPortletInstanceKey ( ) ; }
7,335
gets the value of the createuser property . concode_field_sep Integer activityObjectId concode_elem_sep String timeDiff concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean readFlag concode_elem_sep Date commentDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Stri...
String function ( ) { return createUser ; }
7,336
resolves the correct port for this scheme . returns the given port if it is valid , the default port otherwise . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFa...
int function ( int arg0 ) { return arg0 <= 0 ? defaultPort : arg0 ; }
7,337
gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_...
String function ( ) { return lastName ; }
7,338
a list of information for each alarm with the specified metric . note : this method appends the values to the existing list if any . use #setmetricalarms java.util.collection or #withmetricalarms java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<M...
DescribeAlarmsForMetricResult function ( MetricAlarm ... arg0 ) { if ( this . metricAlarms == null ) { setMetricAlarms ( new com . amazonaws . internal . SdkInternalList < MetricAlarm > ( arg0 . length ) ) ; } for ( MetricAlarm loc0 : arg0 ) { this . metricAlarms . add ( loc0 ) ; } return this ; }
7,339
add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoM...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; }
7,340
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_s...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
7,341
create an instance of datastashbuckettype concode_field_sep PlaceHolder placeHolder concode_field_sep ExpirationInfoType createExpirationInfoType concode_elem_sep DataStashInfoType createDataStashInfoType concode_elem_sep ForfeitureInfoType createForfeitureInfoType concode_elem_sep CycleInfoType createCycleInfoType con...
DataStashBucketType function ( ) { return new DataStashBucketType ( ) ; }
7,342
gets the value of the id property . concode_field_sep String id concode_elem_sep List<Object> content concode_field_sep List<Object> getContent concode_elem_sep void setId
String function ( ) { return id ; }
7,343
this method is called on to retrieve all the formfile input elements of the request . concode_field_sep ActionServlet servlet concode_elem_sep Hashtable elements concode_elem_sep ActionMapping mapping concode_field_sep void rollback concode_elem_sep void setServlet concode_elem_sep ActionMapping getMapping concode_elem...
Hashtable function ( ) { return new Hashtable ( ) ; }
7,344
call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_s...
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
7,345
return a custom component to edit the value . concode_field_sep Object val concode_elem_sep PropertyChangeSupport pSupport concode_elem_sep Object eventSource concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep void firePropertyChange concode_elem_sep boolean supportsC...
java . awt . Component function ( ) { return null ; }
7,346
silently closes the given socket . concode_field_sep Logger logger concode_elem_sep Map<Integer,SocketInfo> socketsPerPort concode_elem_sep HomematicConfig config concode_field_sep void removeSocket concode_elem_sep void flush concode_elem_sep Socket getSocket
void function ( Socket arg0 ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } }
7,347
returns the settings for the module concode_field_sep SyncService syncService concode_elem_sep SettingsService settingsService concode_elem_sep TasksService tasksService concode_field_sep Settings updateSettings concode_elem_sep boolean sync
Settings function ( ) { return settingsService . getSettings ( ) ; }
7,348
setter del username concode_field_sep String password concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String toString concode_elem_sep String getUsername
void function ( String arg0 ) { this . username = arg0 ; }
7,349
sets the creator class p k of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean is...
void function ( long arg0 ) { _microblogsEntry . setCreatorClassPK ( arg0 ) ; }
7,350
sets the user id of this feed . concode_field_sep Feed _feed concode_field_sep java.lang.String getTwitterScreenName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep...
void function ( long arg0 ) { _feed . setUserId ( arg0 ) ; }
7,351
increments the element of this big array at specified index . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep long[][] array concode_elem_sep long initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void add concode_elem_sep void set concode_elem_sep void grow concode_elem...
void function ( long arg0 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] ++ ; }
7,352
sets the runtime config object defining execution parameters . concode_field_sep String jobName concode_elem_sep JobID jobId concode_elem_sep ExecutionConfig executionConfig concode_elem_sep int DEFAULT_PARALELLISM concode_elem_sep HashMap<String,DistributedCacheEntry> cacheFile concode_elem_sep List<GenericDataSinkBas...
void function ( ExecutionConfig arg0 ) { this . executionConfig = arg0 ; }
7,353
sets the bus with which the registry is associated . concode_field_sep Bus bus concode_elem_sep List<ServiceContractResolver> resolvers concode_field_sep void unregister concode_elem_sep boolean isRegistered concode_elem_sep List<ServiceContractResolver> getResolvers concode_elem_sep URI getContractLocation concode_ele...
void function ( Bus arg0 ) { this . bus = arg0 ; if ( bus != null ) { bus . setExtension ( this , ServiceContractResolverRegistry . class ) ; } }
7,354
returns a storediterator if the given collection is a storedcollection , else returns a regular/external iterator . the iterator returned should be closed with the static method storediterator.close iterator . concode_field_sep DataView view concode_field_sep CursorConfig getCursorConfig concode_elem_sep boolean isTran...
Iterator function ( Collection arg0 ) { if ( arg0 instanceof StoredCollection ) { return ( ( StoredCollection ) arg0 ) . storedIterator ( ) ; } else { return arg0 . iterator ( ) ; } }
7,355
setsessioninfoobject set user 's information stored on session concode_field_sep String strFullName concode_elem_sep String strTypeOfView concode_elem_sep ArrayList alNCTypeList concode_elem_sep String strGroupName concode_elem_sep int nUserId concode_elem_sep String strRole concode_elem_sep String strListingMode conco...
SessionInfoBaseBean function ( HttpSession arg0 , SessionInfoBaseBean arg1 ) { SessionInfoBaseBean loc0 = arg1 ; if ( loc0 == null ) { loc0 = new SessionInfoBaseBean ( ) ; } arg0 . setAttribute ( __SESSION_INFORMATION_OBJECT_NAME , loc0 ) ; return loc0 ; }
7,356
handles the ? join uri concode_field_sep String _xml concode_field_sep void handleRoster concode_elem_sep void handleUnsubscribe concode_elem_sep void handleSubscribe concode_elem_sep String retrieveJID concode_elem_sep void handleMessage concode_elem_sep String getXML concode_elem_sep void handleRemove
void function ( URI arg0 ) { String loc0 = retrieveJID ( arg0 ) ; ConferenceUtils . joinConferenceOnSeperateThread ( loc0 , loc0 , null ) ; }
7,357
returns the x-intercept of the line that was found . concode_field_sep int cMaxX concode_elem_sep int cSteps concode_elem_sep int cMinSlope concode_elem_sep int cXInt concode_elem_sep int[][] cHoughAccum concode_elem_sep int cCount concode_elem_sep int cSlope concode_elem_sep int cMaxSlope concode_elem_sep int cMinX co...
int function ( ) { return this . cXInt ; }
7,358
returns the spring bean id for this bean . concode_field_sep KBArticleService _kbArticleService concode_field_sep java.util.List<com.liferay.knowledgebase.model.KBArticle> getKBArticleAndAllDescendantKBArticles concode_elem_sep java.util.List<com.liferay.knowledgebase.model.KBArticle> getSiblingKBArticles concode_elem_...
java . lang . String function ( ) { return _kbArticleService . getBeanIdentifier ( ) ; }
7,359
returns the eventlistener implementation . if none has been specified , null is returned . concode_field_sep EventListener implementation concode_elem_sep String className concode_elem_sep ListenerConfigReadOnly readOnly concode_field_sep boolean isIncludeValue concode_elem_sep int hashCode concode_elem_sep ListenerCon...
EventListener function ( ) { return implementation ; }
7,360
returns the list of variable varnames . concode_field_sep SepsetMapDci sepset concode_elem_sep Map<Node,Node> nodesToVariables concode_elem_sep Map<Node,Node> variablesToNodes concode_elem_sep List<Node> observedVars concode_field_sep boolean isIndependent concode_elem_sep boolean isIndependent concode_elem_sep List<No...
List < String > function ( ) { List < Node > loc0 = getVariables ( ) ; List < String > loc1 = new ArrayList < String > ( ) ; for ( Node loc2 : loc0 ) { loc1 . add ( loc2 . getName ( ) ) ; } return loc1 ; }
7,361
checks if an incoming message with this correlation key set can be accepted by the given correlation key set . concode_field_sep String version concode_elem_sep Set<CorrelationKey> correlationKeys concode_elem_sep String VERSION_2 concode_elem_sep String VERSION_1 concode_elem_sep long serialVersionUID concode_field_se...
boolean function ( CorrelationKeySet arg0 , boolean arg1 ) { boolean loc0 = containsAll ( arg0 ) ; if ( arg1 ) { loc0 = loc0 || arg0 . isOpaque ( ) && isEmpty ( ) ; } return loc0 ; }
7,362
method reads existing data from file and adds them into textlist concode_field_sep String fileName concode_elem_sep String MESSAGE_CLEARED concode_elem_sep String MESSAGE_DELETE_ERROR concode_elem_sep String FILE_LOAD_ERROR concode_elem_sep File opFile concode_elem_sep int SEARCH_INDEX concode_elem_sep String SEARCH_CO...
void function ( ) { try { BufferedReader loc0 = new BufferedReader ( new FileReader ( fileName ) ) ; String loc1 = null ; while ( ( loc1 = loc0 . readLine ( ) ) != null ) { textList . add ( loc1 ) ; } loc0 . close ( ) ; } catch ( IOException loc0 ) { showToUser ( FILE_LOAD_ERROR ) ; loc0 . printStackTrace ( ) ; } }
7,363
get the function library containing all the in-scope functions available in this static context concode_field_sep FunctionLibrary functionLibrary concode_elem_sep String baseURI concode_elem_sep NamespaceResolver namespaceContext concode_elem_sep short defaultXPathNamespace concode_elem_sep StyleNodeFactory nodeFactory...
FunctionLibrary function ( ) { return functionLibrary ; }
7,364
obtiene el valor de la propiedad algorithm . concode_field_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep void setAlgorithm
String function ( ) { return algorithm ; }
7,365
sets the value of the featurename property . concode_field_sep XMLGregorianCalendar periodStartDate concode_elem_sep String featureName concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar renewalDate concode_elem_sep XMLGregorianCalendar periodEndDate concode_elem_sep String status concode_fiel...
void function ( String arg0 ) { this . featureName = arg0 ; }
7,366
sets an experimental option . useful for new chromedriver options not yet exposed through the chromeoptions api . concode_field_sep List<File> extensionFiles concode_elem_sep Map<String,Object> experimentalOptions concode_elem_sep String binary concode_elem_sep String CAPABILITY concode_elem_sep List<String> extensions...
void function ( String arg0 , Object arg1 ) { experimentalOptions . put ( checkNotNull ( arg0 ) , arg1 ) ; }
7,367
builds unique metric registry names with unique id set to host name . the pattern is instance.hostname.metricname . concode_field_sep TimeUnit MINIMAL_POLL_UNIT concode_elem_sep String SINK_REGEX concode_elem_sep String CLIENT_INSTANCE concode_elem_sep Logger LOG concode_elem_sep int MINIMAL_POLL_PERIOD concode_elem_se...
String function ( String arg0 , String arg1 ) { return Joiner . on ( "srini_string" ) . join ( arg0 , NetworkAddressUtils . getLocalHostName ( ) . replace ( '.' , '_' ) , arg1 ) ; }
7,368
getter for property locale . concode_field_sep Object mutex concode_elem_sep String prefix concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
Locale function ( ) { synchronized ( mutex ) { return locale ; } }
7,369
get phone concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep User lastName concode_elem_sep void s...
String function ( ) { return phone ; }
7,370
get mapproperty concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep String toIndentedString concode_elem_sep AdditionalPropertiesClass putMapOfMapPropertyItem concode_elem_sep int hashCode concode_elem_sep void setMapProperty concode_elem_s...
Map < String , String > function ( ) { return mapProperty ; }
7,371
outputs message to out if it 's not null . concode_field_sep Boolean supportsDnD concode_elem_sep DropTargetListener dropListener concode_elem_sep Color defaultBorderColor concode_elem_sep Border normalBorder concode_field_sep void filesDropped concode_elem_sep boolean supportsDnD concode_elem_sep void makeDropTarget c...
void function ( Logger arg0 , String arg1 ) { if ( arg0 != null ) arg0 . log ( Level . INFO , arg1 ) ; }
7,372
given an index in the range 0 ... size -1 , returns the key from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep void clear concode...
long function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return mKeys [ arg0 ] ; }
7,373
create a new random index . concode_field_sep boolean temporary concode_elem_sep Column[] primaryKeys concode_elem_sep Column[] columns concode_elem_sep ArrayList<Index> indexes concode_elem_sep String name concode_elem_sep TestSynth config concode_elem_sep boolean globalTemporary concode_field_sep Column getRandomColu...
Index function ( ) { String loc0 = "srini_string" + config . randomIdentifier ( ) ; int loc1 = config . random ( ) . getLog ( getColumnCount ( ) - 1 ) + 1 ; boolean loc2 = config . random ( ) . getBoolean ( 50 ) ; Column [ ] loc3 = getRandomColumns ( loc1 ) ; Index loc4 = new Index ( this , loc0 , loc3 , loc2 ) ; retur...
7,374
resets an n-gram estimator object to its initial state . concode_field_sep int pf concode_elem_sep int k concode_elem_sep HashMap<ArrayList<String>,Double> ngrams concode_elem_sep int n concode_field_sep void add concode_elem_sep ArrayList<Text> serialize concode_elem_sep int size concode_elem_sep void trim concode_ele...
void function ( ) { ngrams . clear ( ) ; n = pf = k = 0 ; }
7,375
deletes the release with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ReleaseLocalService _service concode_field_sep com.liferay.portal.model.Release createRelease concode_elem_sep int getBuildNumberOrCreate concode_elem_sep com.liferay.portal.model.Release updat...
com . liferay . portal . model . Release function ( long arg0 ) { return getService ( ) . deleteRelease ( arg0 ) ; }
7,376
returns the y-value . concode_field_sep double yHigh concode_elem_sep double yLow concode_elem_sep double xHigh concode_elem_sep double y concode_elem_sep double xLow concode_field_sep double getXLow concode_elem_sep double getYLow concode_elem_sep boolean equals concode_elem_sep double getYHigh concode_elem_sep double...
double function ( ) { return this . y ; }
7,377
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
7,378
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String adGroupCriterionExperimentBidMultiplierType concode_field_sep java.lang.String getAdGroupCriterionExperimentBid...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
7,379
returns the number of levels above this node -- the distance from the root to this node . if this node is the root , returns 0 . concode_field_sep HierarchyTreeNode parent concode_elem_sep List<String> childrenKeys concode_elem_sep List<HierarchyTreeNode> EMPTY_LIST concode_elem_sep Iterator<HierarchyTreeNode> EMPTY_IT...
int function ( ) { HierarchyTreeNode loc0 = this ; int loc1 = 0 ; while ( ( loc0 = loc0 . getParent ( ) ) != null ) { loc1 ++ ; } return loc1 ; }
7,380
information about the policy . concode_field_sep Policy policy concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetPolicyResult clone concode_elem_sep String toString concode_elem_sep Policy getPolicy concode_elem_sep void setPolicy
GetPolicyResult function ( Policy arg0 ) { setPolicy ( arg0 ) ; return this ; }
7,381
checks that value is present as at least one of the elements of the array . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int[] removeInt concode_elem_sep boolean containsAll concode_elem_sep int idealCharArraySize concode_elem_sep int idealFloatArra...
boolean function ( T [ ] arg0 , T arg1 ) { return indexOf ( arg0 , arg1 ) != - 1 ; }
7,382
returns a hashcode for the specified object . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( Object arg0 ) { return arg0 == null ? 0 : arg0 . hashCode ( ) ; }
7,383
converts the byte array of http content characters to a string . if the specified charset is not supported , default system encoding is used . concode_field_sep PlaceHolder placeHolder concode_field_sep String getAsciiString concode_elem_sep String getAsciiString concode_elem_sep byte[] getAsciiBytes concode_elem_sep b...
String function ( final byte [ ] arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return getString ( arg0 , 0 , arg0 . length , arg1 ) ; }
7,384
gets the value of the autoresolvable property . concode_field_sep String serviceOfferType concode_elem_sep Long sequenceNumber concode_elem_sep ConflictDetailsType.Reason reason concode_elem_sep String code concode_elem_sep String serviceCode concode_elem_sep XMLGregorianCalendar effectiveTime concode_elem_sep long ser...
boolean function ( ) { return autoResolvable ; }
7,385
add an environment variable concode_field_sep String createdAt concode_elem_sep String procfile concode_elem_sep Map<String,Link> links concode_elem_sep String id concode_elem_sep String state concode_elem_sep String buildpack concode_elem_sep String error concode_elem_sep Map<String,Object> environmentVariables concod...
T function ( String arg0 , Object arg1 ) { this . environmentVariables . put ( arg0 , arg1 ) ; return ( T ) this ; }
7,386
create an instance of purgedatastream concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject createModifyObject con...
PurgeDatastream function ( ) { return new PurgeDatastream ( ) ; }
7,387
registers a used defined loglevel . concode_field_sep LogLevel WARNING concode_elem_sep LogLevel INFO concode_elem_sep LogLevel CONFIG concode_elem_sep LogLevel[] _log4JLevels concode_elem_sep LogLevel FATAL concode_elem_sep Map _logLevelColorMap concode_elem_sep Map _logLevelMap concode_elem_sep int _precedence concod...
LogLevel function ( LogLevel arg0 ) { if ( arg0 == null ) return null ; if ( _logLevelMap . get ( arg0 . getLabel ( ) ) == null ) { return ( LogLevel ) _registeredLogLevelMap . put ( arg0 . getLabel ( ) , arg0 ) ; } return null ; }
7,388
gets the value of the rangeend property . concode_field_sep BigDecimal depositAmount concode_elem_sep BigInteger rangeStart concode_elem_sep long serialVersionUID concode_elem_sep List<LinesAllowed.DepositInfo> depositInfo concode_elem_sep DepositTypeEnum depositType concode_elem_sep BigInteger rangeEnd concode_field_s...
BigInteger function ( ) { return rangeEnd ; }
7,389
tests that no glyphs are added if there are no composite glyphs the subset . concode_field_sep FontFileReader originalFontReader concode_elem_sep long offset concode_elem_sep FontFileReader subsetReader concode_elem_sep long[] glyphOffsets concode_elem_sep long length concode_field_sep void readLoca concode_elem_sep vo...
void function ( ) { int [ ] loc0 = setupTest ( 36 , 37 , 38 ) ; int [ ] loc1 = new int [ loc0 . length ] ; assertArrayEquals ( loc1 , loc0 ) ; }
7,390
validates the dosages for this regimen . will call dosage #validate onevery medicine dosage in this regimen . concode_field_sep Set<Dosage> dosages concode_elem_sep String externalId concode_elem_sep Long id concode_elem_sep DailyScheduleDetails scheduleDetails concode_field_sep Dosage getDosage concode_elem_sep void s...
void function ( ) { for ( Dosage loc0 : dosages ) { loc0 . validate ( ) ; } }
7,391
gets the correct element name for the specified module . if the module is the root element of element , no libray namespace is in the return string . if the root element of element is not module and it is a library with the namespace , the return value contains the namespace . this is used to allocate the referenced el...
String function ( DesignElement arg0 , Module arg1 , Module arg2 ) { if ( arg0 == null ) return null ; String loc0 = null ; if ( arg1 != null && arg1 instanceof Library ) loc0 = ( ( Library ) arg1 ) . getNamespace ( ) ; String loc1 = arg0 . getFullName ( ) ; if ( arg1 != arg2 ) loc1 = loc0 + ReferenceValue . NAMESPACE_...
7,392
same as #exponent_length_for_modulus_length exponent_length_for_modulus_length but round the exponentlength up to the next multiple of 8 . concode_field_sep double cost_to_break concode_elem_sep double one_third concode_elem_sep int year concode_elem_sep Calibration rsa_2004_estimation concode_elem_sep int rsa_modulus_...
int function ( int arg0 , int arg1 , Calibration arg2 ) { if ( arg2 == null ) arg2 = rsa_2004_estimation ; int loc0 = exponent_length_for_modulus_length ( arg0 , arg1 , arg2 ) ; if ( loc0 % 8 == 0 ) return loc0 ; else return loc0 + 8 - loc0 % 8 ; }
7,393
returns an indicative of the format for the data to answer . valid formats are : text-single - > single line or word of text text-private - > instead of showing the user what they typed , you show to protect it text-multi - > multiple lines of text entry list-single - > given a list of choices , pick one list-multi - >...
String function ( ) { return type ; }
7,394
return value for system property name parsed as int or defaultvalue if the property does not exist or a security manager denies access to it concode_field_sep Logger logger concode_field_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep doubl...
int function ( String arg0 , int arg1 ) { String loc0 = property ( arg0 ) ; if ( loc0 != null ) { try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { logger . log ( Level . FINE , "srini_string" , loc1 ) ; } } return arg1 ; }
7,395
set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f...
void function ( int arg0 ) { this . sequenceId = arg0 ; }
7,396
return any point that is within delta units of distance from x , y , or null if there are none . concode_field_sep HashSet<Point> _points concode_elem_sep HashSet<Segment> _lines concode_field_sep int numPoints concode_elem_sep void addLine concode_elem_sep int numLines concode_elem_sep void clear concode_elem_sep Set<...
Point function ( int arg0 , int arg1 , double arg2 ) { double loc0 = arg2 * arg2 ; for ( Point loc1 : _points ) { if ( loc1 . dist2 ( arg0 , arg1 ) <= loc0 ) { return loc1 ; } } return null ; }
7,397
creates a completion suggestion lookup query with the provided field concode_field_sep PlaceHolder placeHolder concode_field_sep TermSuggestionBuilder termSuggestion concode_elem_sep PhraseSuggestionBuilder phraseSuggestion
CompletionSuggestionBuilder function ( String arg0 ) { return new CompletionSuggestionBuilder ( arg0 ) ; }
7,398
use encoding property . set new string 1 to output . concode_field_sep UtilShell uSh concode_elem_sep Object input concode_elem_sep Object errorOutput concode_elem_sep String PROCESS_CONVERSION_HEAD concode_elem_sep Map<String,String> env concode_elem_sep Object output concode_elem_sep File dir concode_elem_sep String ...
ProcessShell function ( ) { this . output = new String [ 1 ] ; return this ; }
7,399
extract the invalidname from given any . concode_field_sep PlaceHolder placeHolder concode_field_sep InvalidName read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
InvalidName function ( Any arg0 ) { try { EmptyExceptionHolder loc0 = ( EmptyExceptionHolder ) arg0 . extract_Streamable ( ) ; return ( InvalidName ) loc0 . value ; } catch ( ClassCastException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( "srini_string" ) ; loc1 . minor = Minor . Any ; loc1 . initCause ( loc0 ) ; ...