idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
17,900
get the ip address of the user concode_field_sep String password concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getLocation concode_elem_sep void setUsername concode_elem_s...
String function ( ) { return IPAddress ; }
17,901
adds the generic number unit concode_field_sep Date endDate concode_elem_sep Element root concode_elem_sep String UNITID_CUR concode_elem_sep NamespaceReadPlatformService readNamespaceService concode_elem_sep String SCHEME_URL concode_elem_sep String UNITID_PURE concode_elem_sep HashMap<ContextData,String> contextMap c...
void function ( ) { final Element loc0 = this . root . addElement ( "srini_string" ) ; loc0 . addAttribute ( "srini_string" , UNITID_PURE ) ; final Element loc1 = loc0 . addElement ( "srini_string" ) ; loc1 . addText ( "srini_string" ) ; }
17,902
returns the selector to the cache . concode_field_sep int MAX_SELECTORS concode_elem_sep Stack<Selector> SELECTORS concode_elem_sep long TIMEOUT concode_elem_sep int MAX_ATTEMPTS concode_field_sep Selector getSelector
void function ( Selector arg0 ) { synchronized ( SELECTORS ) { SELECTORS . push ( arg0 ) ; if ( SELECTORS . size ( ) == 1 ) { SELECTORS . notify ( ) ; } } }
17,903
returns list of cenums or throw an runtimeexception concode_field_sep Map<String,List<CEnum>> enums concode_field_sep boolean isValid concode_elem_sep CEnum getItem concode_elem_sep boolean isEnum
List < CEnum > function ( String arg0 ) { List < CEnum > loc0 = enums . get ( arg0 ) ; if ( loc0 == null ) { throw new RuntimeException ( "srini_string" + arg0 ) ; } return loc0 ; }
17,904
returns an iterator for the items returned from a search . concode_field_sep List<Item> items concode_elem_sep List<FormField> fields concode_elem_sep ReportedData reportedData concode_elem_sep List<String> instructions concode_elem_sep String type concode_elem_sep String title concode_field_sep void setInstructions co...
Iterator < Item > function ( ) { synchronized ( items ) { return Collections . unmodifiableList ( new ArrayList < Item > ( items ) ) . iterator ( ) ; } }
17,905
sets the value of the rval property . concode_field_sep CampaignCriterionPage rval concode_field_sep CampaignCriterionPage getRval
void function ( CampaignCriterionPage arg0 ) { this . rval = arg0 ; }
17,906
get the name of the associated view . concode_field_sep String viewName concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setViewName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return viewName ; }
17,907
create an instance of jaxbelement concode_field_sep QName _EmployeeNumber_QNAME concode_elem_sep QName _Organization_QNAME concode_elem_sep QName _CostCenter_QNAME concode_elem_sep QName _User_QNAME concode_elem_sep QName _Group_QNAME concode_elem_sep QName _Error_QNAME concode_elem_sep QName _Manager_QNAME concode_ele...
JAXBElement < Manager > function ( Manager arg0 ) { return new JAXBElement < Manager > ( _Manager_QNAME , Manager . class , null , arg0 ) ; }
17,908
set property concode_field_sep long serialVersionUID concode_elem_sep Integer raProperty concode_elem_sep Map<ValidActivationSpec,ValidActivation> activations concode_field_sep Integer getRaProperty concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void e...
void function ( Integer arg0 ) { this . raProperty = arg0 ; }
17,909
if metrics are enabled , decrement 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 boolean isEnabled concode_elem_sep long getCount concode_elem_sep void inc concode_...
void function ( long arg0 ) { if ( isEnabled ( ) ) { counter . dec ( arg0 ) ; } }
17,910
remove a state from the set . if a state was removed , return true . concode_field_sep Vector<AccessibleState> states concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep AccessibleState[] toArray concode_elem_sep String toString
boolean function ( AccessibleState arg0 ) { return states . remove ( arg0 ) ; }
17,911
the list of property values concode_field_sep List<Value> values concode_elem_sep String name concode_elem_sep boolean used concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setValues concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concod...
List < Value > function ( ) { return values ; }
17,912
prints the current indention , and then the string , and a ' \ n ' . concode_field_sep String SPACES concode_elem_sep int javaLine concode_elem_sep int virtual_indent concode_elem_sep int TAB_WIDTH concode_elem_sep PrintWriter writer concode_elem_sep int indent concode_field_sep void pushIndent concode_elem_sep void pr...
void function ( String arg0 ) { javaLine ++ ; writer . print ( SPACES . substring ( 0 , indent ) ) ; writer . println ( arg0 ) ; }
17,913
determine whether the given rmi exception indicates a connect failure . treats rmi 's connectexception , connectioexception , unknownhostexception , nosuchobjectexception and stubnotfoundexception as connect failure . concode_field_sep Log logger concode_field_sep Exception convertRmiAccessException concode_elem_sep Ex...
boolean function ( RemoteException arg0 ) { return ( arg0 instanceof ConnectException || arg0 instanceof ConnectIOException || arg0 instanceof UnknownHostException || arg0 instanceof NoSuchObjectException || arg0 instanceof StubNotFoundException || arg0 . getCause ( ) instanceof SocketException ) ; }
17,914
sets the value of the email property . concode_field_sep String zip concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String city concode_elem_sep String street concode_elem_sep String telephone concode_elem_sep String state concode_elem_sep String mi concode_elem_sep String email conc...
void function ( String arg0 ) { this . email = arg0 ; }
17,915
returns the current async fsync interval concode_field_sep String INDEX_TRANSLOG_FS_TYPE concode_elem_sep String INDEX_TRANSLOG_SYNC_INTERVAL concode_elem_sep TimeValue syncInterval concode_elem_sep Settings indexSettings concode_elem_sep ShardId shardId concode_elem_sep String INDEX_TRANSLOG_BUFFER_SIZE concode_elem_s...
TimeValue function ( ) { return syncInterval ; }
17,916
file created event . concode_field_sep PlaceHolder placeHolder concode_field_sep void onDirectoryCreate concode_elem_sep void onDirectoryChange concode_elem_sep void onDirectoryDelete concode_elem_sep void onStart concode_elem_sep void onFileDelete concode_elem_sep void onFileChange concode_elem_sep void onStop
void function ( final File arg0 ) { }
17,917
verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { DefaultXYDataset loc0 = new DefaultXYDataset ( ) ; double [ ] loc1 = new double [ ] { 1.0 , 2.0 , 3.0 } ; double [ ] loc2 = new double [ ] { 4.0 , 5.0 , 6.0 } ; double [ ] [ ] loc3 = new double [ ] [ ] { loc1 , loc2 } ; loc0 . addSeries ( "srini_string" , loc3 ) ; XYBarDataset loc4 = new XYBarDatase...
17,918
returns the indices corresponding to the argument characters . concode_field_sep int[] inverse concode_elem_sep Alphabet DECIMAL concode_elem_sep Alphabet HEXADECIMAL concode_elem_sep Alphabet LOWERCASE concode_elem_sep char[] alphabet concode_elem_sep Alphabet BASE64 concode_elem_sep Alphabet EXTENDED_ASCII concode_el...
int [ ] function ( String arg0 ) { char [ ] loc0 = arg0 . toCharArray ( ) ; int [ ] loc1 = new int [ arg0 . length ( ) ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc1 [ loc2 ] = toIndex ( loc0 [ loc2 ] ) ; return loc1 ; }
17,919
get the string from the configuration files concode_field_sep Properties m_aProps concode_elem_sep Logger s_aLogger concode_elem_sep String DEFAULT_PRIVATE_CONFIG_PROPERTIES concode_elem_sep String DEFAULT_CONFIG_PROPERTIES concode_elem_sep ConfigFile s_aInstance concode_field_sep char[] getCharArray concode_elem_sep c...
String function ( @ Nonnull final String arg0 ) { return getString ( arg0 , null ) ; }
17,920
registers the nested dto created for a jpa entity concode_field_sep JavaClassSource nestedDTO concode_elem_sep Map<JavaClass<?>,DTOPair> dtos concode_elem_sep JavaClassSource rootDTO concode_field_sep JavaClassSource getDTOFor concode_elem_sep Collection<JavaClassSource> allResources concode_elem_sep void addRootDTO co...
void function ( JavaClass < ? > arg0 , JavaClassSource arg1 ) { DTOPair loc0 = dtos . containsKey ( arg0 ) ? dtos . get ( arg0 ) : new DTOPair ( ) ; loc0 . arg1 = arg1 ; dtos . put ( arg0 , loc0 ) ; }
17,921
f0 - > classdeclaration | classextendsdeclaration concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( TypeDeclaration arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; }
17,922
overridden equals implementation . concode_field_sep String mDescription concode_elem_sep ArrayList<String> mMimeTypeList concode_elem_sep ArrayList<String> mFileSuffixList concode_field_sep String getDescriprition concode_elem_sep boolean isSupportedMimeType concode_elem_sep void addFileSuffix concode_elem_sep int has...
boolean function ( Object arg0 ) { boolean loc0 = false ; if ( arg0 instanceof DrmSupportInfo ) { loc0 = mFileSuffixList . equals ( ( ( DrmSupportInfo ) arg0 ) . mFileSuffixList ) && mMimeTypeList . equals ( ( ( DrmSupportInfo ) arg0 ) . mMimeTypeList ) && mDescription . equals ( ( ( DrmSupportInfo ) arg0 ) . mDescript...
17,923
get the first direct child with a given type concode_field_sep org.apache.juli.logging.Log log concode_field_sep String getChildContent concode_elem_sep void setAttribute concode_elem_sep String getAttribute concode_elem_sep Document readXml concode_elem_sep String getContent concode_elem_sep Node findChildWithAtt conc...
Node function ( Node arg0 , int arg1 ) { Node loc0 = arg0 . getFirstChild ( ) ; while ( loc0 != null && arg1 != loc0 . getNodeType ( ) ) { loc0 = loc0 . getNextSibling ( ) ; } if ( loc0 == null ) return null ; return loc0 ; }
17,924
returns the value of an experimental option . 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 concode_elem_sep List<String> args concode_field_sep void setBinary...
Object function ( String arg0 ) { return experimentalOptions . get ( checkNotNull ( arg0 ) ) ; }
17,925
supply the dynamic context in case this is needed for the comparison concode_field_sep DoubleSortComparer THE_INSTANCE concode_field_sep ComparisonKey getComparisonKey concode_elem_sep int compareAtomicValues concode_elem_sep boolean comparesEqual concode_elem_sep DoubleSortComparer getInstance
AtomicComparer function ( XPathContext arg0 ) { return this ; }
17,926
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
17,927
parse a hex encoded geometry is synchronized to protect offset counter . unfortunately , java does not have neither call by reference nor multiple return values . concode_field_sep PlaceHolder placeHolder concode_field_sep LineString parseLineString concode_elem_sep void parseGeometryArray concode_elem_sep Point[] pars...
Geometry function ( String arg0 ) { StringByteGetter loc0 = new ByteGetter . StringByteGetter ( arg0 ) ; return parseGeometry ( valueGetterForEndian ( loc0 ) ) ; }
17,928
create a vehicle with params . if the creation fails , it will throw a creationfailedexception . concode_field_sep int INVALID_ID concode_field_sep int getRespawnDelay concode_elem_sep void putPlayer concode_elem_sep void respawn concode_elem_sep int getModelId concode_elem_sep void repair concode_elem_sep boolean isSt...
Vehicle function ( int arg0 , Vector3D arg1 , int arg2 , int arg3 , float arg4 , int arg5 , int arg6 , int arg7 ) { return SampObjectManager . get ( ) . createVehicle ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 ) ; }
17,929
sets note attached to the given cell . concode_field_sep long mActiveFromTime concode_elem_sep int GAME_STATE_PLAYING concode_elem_sep OnPuzzleSolvedListener mOnPuzzleSolvedListener concode_elem_sep int GAME_STATE_COMPLETED concode_elem_sep long mId concode_elem_sep int mState concode_elem_sep long mLastPlayed concode_...
void function ( Cell arg0 , CellNote arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 . isEditable ( ) ) { executeCommand ( new EditCellNoteCommand ( arg0 , arg1 ) ) ; } }
17,930
returns a string representation of the values of this dimension object 's height and width fields . this method is intended to be used only for debugging purposes , and the content and format of the returned string may vary between implementations . the returned string may be empty but may not be null . concode_field_s...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + width + "srini_string" + height + "srini_string" ; }
17,931
returns a map of config data passed to js that defines eligible events that can be placed on native views . this should return bubbling directly-dispatched event types and specify what names should be used to subscribe to either form bubbling/capturing . returned map should be of the form : `` ontwirl '' : `` phasedreg...
Map < String , Object > function ( ) { return null ; }
17,932
sets the array . concode_field_sep String[] myStringArray concode_elem_sep Object[] myObjectArray concode_field_sep void setMyObjectArray concode_elem_sep String[] getMyStringArray concode_elem_sep Object[] getMyObjectArray
void function ( String [ ] arg0 ) { this . myStringArray = arg0 ; }
17,933
asserts that two promises content do not refer to the same object . if they are an assertionerror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotSameWaitFor concode_elem_sep void assertNotSameWaitFor concode_elem_sep void assertFalse concode_elem_sep void as...
void function ( final Object arg0 , final Promise < Object > arg1 ) { new Task ( arg1 ) { @ Override protected void doExecute ( ) throws Throwable { Assert . assertNotSame ( arg0 , arg1 . get ( ) ) ; } } ; }
17,934
returns the vm thread status . concode_field_sep int mTid concode_elem_sep int mThreadId concode_elem_sep int mUtime concode_elem_sep int mStatus concode_elem_sep long mTraceTime concode_elem_sep int mStime concode_elem_sep StackTraceElement[] mTrace concode_elem_sep boolean mIsDaemon concode_elem_sep String mThreadNam...
int function ( ) { return mStatus ; }
17,935
receive signals from the controllers , and delegate them in the right direction . concode_field_sep Stage primaryStage concode_elem_sep Mediator INSTANCE concode_elem_sep Configuration active concode_elem_sep Colleague colleague concode_elem_sep Stage secondaryStage concode_field_sep void setPrimaryStageTitle concode_e...
void function ( Observable arg0 , Object arg1 ) { if ( ! ( arg1 instanceof Command ) ) throw new IllegalArgumentException ( "srini_string" ) ; Command loc0 = ( Command ) arg1 ; switch ( loc0 . getSignalOrigin ( ) ) { case WIDGET : colleague . processWidgetSignal ( loc0 ) ; return ; case WINDOW : colleague . processWind...
17,936
test of isempty method , of class headersmap . concode_field_sep StringKeyIgnoreCaseMultivaluedMap map concode_field_sep void testEqualsAndHashCode concode_elem_sep void testClear concode_elem_sep void testRemove concode_elem_sep void testEntrySet concode_elem_sep void testPut concode_elem_sep void testGetFirst concode...
void function ( ) { assertTrue ( map . isEmpty ( ) ) ; map . add ( "srini_string" , "srini_string" ) ; assertTrue ( ! map . isEmpty ( ) ) ; map . clear ( ) ; assertTrue ( map . isEmpty ( ) ) ; }
17,937
creates a new terminalposition object representing a position with the same column index as this but with a supplied row index . concode_field_sep TerminalPosition TOP_LEFT_CORNER concode_elem_sep TerminalPosition OFFSET_1x1 concode_elem_sep int column concode_elem_sep int row concode_field_sep TerminalPosition withRel...
TerminalPosition function ( int arg0 ) { if ( arg0 == 0 && this . column == 0 ) { return TOP_LEFT_CORNER ; } return new TerminalPosition ( this . column , arg0 ) ; }
17,938
returns offset , till which soft wrap recalculation should proceed concode_field_sep int startOffset concode_elem_sep int myOldEndLogicalLine concode_elem_sep int myStartOffset concode_elem_sep VisualPosition myStartVisualPosition concode_elem_sep Logger LOG concode_elem_sep int myActualEndOffset concode_elem_sep int m...
int function ( ) { return myMandatoryEndOffset ; }
17,939
copy the vector concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep Vector3d add concode_elem_sep void sub concode_elem_sep Vector3d sub concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep void mult concode_elem_sep Vector3d mult ...
Vector3d function ( ) { return new Vector3d ( x , y , z ) ; }
17,940
return the view object , or null if we using a view nameto be resolved by the dispatcherservlet via a viewresolver . concode_field_sep boolean requestHandled concode_elem_sep Object view concode_elem_sep boolean redirectModelScenario concode_elem_sep ModelMap defaultModel concode_elem_sep SessionStatus sessionStatus co...
Object function ( ) { return this . view ; }
17,941
perform the replicate action from x , y to tx , ty concode_field_sep Position sentinel concode_elem_sep Queue<Position> moveQueue concode_elem_sep int N concode_elem_sep Occupant[][] occupants concode_elem_sep int population concode_field_sep boolean inBounds concode_elem_sep void doDie concode_elem_sep void removeFrom...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { Creature loc0 = getCreature ( arg0 , arg1 ) ; Occupant loc1 = getOccupant ( arg2 , arg3 ) ; creatureCheck ( arg0 , arg1 , "srini_string" ) ; collisionCheck ( arg0 , arg1 , arg2 , arg3 , "srini_string" ) ; Creature loc2 = loc0 . replicate ( ) ; createCreature...
17,942
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 . returns a reference to this object so that method calls can ...
TimerCanceledEventAttributes function ( Long arg0 ) { this . decisionTaskCompletedEventId = arg0 ; return this ; }
17,943
determines whether or not strong consistency should be enforced when data is read . concode_field_sep Integer proxyPort concode_elem_sep AmazonSimpleDB amazonSDBClient concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String domainName concode_elem_sep boolean consistentRead concode_e...
void function ( boolean arg0 ) { this . consistentRead = arg0 ; }
17,944
gets the optional login name ; can be used for enforcing the rbac rules concode_field_sep String secretKey concode_elem_sep String applicationDescription concode_elem_sep AccessToken preAuthorizedToken concode_elem_sep String callbackURI concode_elem_sep String loginName concode_elem_sep String applicationURI concode_e...
String function ( ) { return loginName == null ? consumerKey : loginName ; }
17,945
gets the value of the reqdcolltndt property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep Strin...
XMLGregorianCalendar function ( ) { return reqdColltnDt ; }
17,946
return the secret key registered with the given application . this key is used to authenticate the executors before they can fetch shuffle files written by this application from the external shuffle service . if the specified application is not registered , return null . concode_field_sep ConcurrentHashMap<String,Strin...
String function ( String arg0 ) { return shuffleSecretMap . get ( arg0 ) ; }
17,947
returns a boolean value if the given bit is set . concode_field_sep byte[] mask concode_elem_sep HashFunctionLibrary LIBRARY concode_elem_sep long NUM_BITS concode_elem_sep long arrayLength concode_elem_sep int TBObitIndex concode_elem_sep Logger LOG concode_elem_sep long trueSize concode_elem_sep byte[] bytes concode_...
boolean function ( long arg0 ) { if ( arg0 >= trueSize || arg0 < 0 ) { throw new ArrayIndexOutOfBoundsException ( ) ; } return ( bytes [ ( int ) ( arg0 / NUM_BITS ) ] & ( 1 << ( arg0 % NUM_BITS ) ) ) != 0 ; }
17,948
runs a beanshell script on the current thread , passing a string argument , which the script can retrieve using the getargument function . returns , as a string , the last expression evaluated by the script . uses the plugin at http://imagej.nih.gov/ij/plugins/bsh/ to run the script . concode_field_sep PlaceHolder plac...
String function ( String arg0 , String arg1 ) { if ( arg1 == null ) arg1 = "srini_string" ; Object loc0 = IJ . runPlugIn ( "srini_string" , "srini_string" ) ; if ( loc0 == null ) { boolean loc1 = downloadJar ( "srini_string" ) ; if ( loc1 ) loc0 = IJ . runPlugIn ( "srini_string" , "srini_string" ) ; } if ( loc0 != null...
17,949
create a shallow copy of the object . concode_field_sep IPosOnlyFeedback feedback concode_elem_sep int maxItemID concode_elem_sep int maxUserID concode_field_sep void loadModel concode_elem_sep void loadModel concode_elem_sep void saveModel concode_elem_sep void saveModel concode_elem_sep boolean canPredict concode_ele...
ItemRecommender function ( ) { ItemRecommender loc1 = null ; try { loc1 = ( ItemRecommender ) super . loc1 ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } return loc1 ; }
17,950
length of the extra field in the local file data - without header-id or length specifier . concode_field_sep ZipShort HEADER_ID concode_elem_sep BigInteger uid concode_elem_sep BigInteger ONE_THOUSAND concode_elem_sep BigInteger gid concode_elem_sep ZipShort ZERO concode_elem_sep long serialVersionUID concode_elem_sep ...
ZipShort function ( ) { final int loc0 = trimLeadingZeroesForceMinLength ( uid . toByteArray ( ) ) . length ; final int loc1 = trimLeadingZeroesForceMinLength ( gid . toByteArray ( ) ) . length ; return new ZipShort ( 3 + loc0 + loc1 ) ; }
17,951
puts a template into the loader . the name can contain slashes to denote logical directory structure , but must not start with a slash . if the method is called multiple times for the same name and with different last modified time , the configuration 's template cache will reload the template according to its own refr...
void function ( String arg0 , byte [ ] arg1 , long arg2 ) { templates . put ( arg0 , new ByteArrayTemplateSource ( arg0 , arg1 , arg2 ) ) ; }
17,952
convenience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem...
ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; }
17,953
sets the fldfilterval value for this itemcustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_...
void function ( java . lang . String arg0 ) { this . fldFilterVal = arg0 ; }
17,954
add a filter that uses the in operator . concode_field_sep List<Field> fields concode_elem_sep List<Filter> filters concode_elem_sep boolean disjunction concode_elem_sep int resultMode concode_elem_sep List<Sort> sorts concode_elem_sep int page concode_elem_sep int maxResults concode_elem_sep boolean distinct concode_e...
Search function ( String arg0 , Collection < ? > arg1 ) { SearchUtil . addFilterIn ( this , arg0 , arg1 ) ; return this ; }
17,955
returns a decompressor for the given message encoding , or null if none has beenregistered . this ignores whether the compressor is advertised . according to the spec , if we know how to process this encoding , we attempt to , regardless of whether or not it is part of the encodings sent to the remote host . concode_fi...
Decompressor function ( String arg0 ) { DecompressorInfo loc0 = decompressors . get ( arg0 ) ; return loc0 != null ? loc0 . decompressor : null ; }
17,956
returns true if the flag testflag is set in the flags flagset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] writeInt concode_elem_sep byte[] writeInt concode_elem_sep int makeIntFromByte4 concode_elem_sep int makeIntFromByte4 concode_elem_sep String asHex concode_elem_sep String asHex concode_ele...
boolean function ( int arg0 , int arg1 ) { return ( arg0 & arg1 ) > 0 ; }
17,957
service to load client details optional for auto approval checks . concode_field_sep String approvalParameter concode_elem_sep ClientDetailsService clientDetailsService concode_elem_sep OAuth2RequestFactory requestFactory concode_elem_sep TokenStore tokenStore concode_elem_sep Log logger concode_field_sep void setToken...
void function ( ClientDetailsService arg0 ) { this . clientDetailsService = arg0 ; }
17,958
set a repeat count which may be fractional for the interpolator , and whether the interpolator should mirror its repeats . the default settings are repeatcount = 1 , and mirror = false . concode_field_sep int native_instance concode_elem_sep int mFrameCount concode_elem_sep int mValueCount concode_field_sep void native...
void function ( float arg0 , boolean arg1 ) { if ( arg0 >= 0 ) { nativeSetRepeatMirror ( native_instance , arg0 , arg1 ) ; } }
17,959
uses #hasnext to try to fetch the next item and returns itif found , otherwise it throws a nosuchelementexception . concode_field_sep T nextObject concode_elem_sep boolean hasFetchedNext concode_field_sep T fetchNextOrNull concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep T peek
T function ( ) { if ( ! hasNext ( ) ) { throw new NoSuchElementException ( ) ; } T loc0 = nextObject ; nextObject = null ; hasFetchedNext = false ; return loc0 ; }
17,960
inject a fake ` received ' block into the bpserviceactor state . concode_field_sep short DN_COUNT concode_elem_sep NameNode singletonNn concode_elem_sep Configuration conf concode_elem_sep long DUMMY_BLOCK_ID concode_elem_sep DistributedFileSystem fs concode_elem_sep Log LOG concode_elem_sep BPServiceActor actor concod...
void function ( ) { ReceivedDeletedBlockInfo loc0 = new ReceivedDeletedBlockInfo ( getDummyBlock ( ) , BlockStatus . RECEIVED_BLOCK , null ) ; actor . notifyNamenodeBlock ( loc0 , storageUuid , true ) ; }
17,961
counts how many features will be returned for the specified layer in the current request concode_field_sep FilterFactory filterFactory concode_elem_sep Logger LOGGER concode_field_sep Query getFeaturesQuery concode_elem_sep Filter createBBoxFilter concode_elem_sep RegionatingStrategy findStrategyByName concode_elem_sep...
int function ( Layer arg0 , WMSMapContent arg1 , WMS arg2 , double arg3 ) { Query loc0 = getFeaturesQuery ( arg0 , arg1 , arg2 , arg3 ) ; SimpleFeatureSource loc1 = ( SimpleFeatureSource ) arg0 . getFeatureSource ( ) ; int loc2 = loc1 . getCount ( loc0 ) ; if ( loc2 == - 1 ) { loc2 = loc1 . getFeatures ( loc0 ) . size ...
17,962
factory method that returns an instance of the listener . concode_field_sep JmxEventListener listener concode_field_sep Map buildOperationNotificationPacket concode_elem_sep void handleNotification
JmxEventListener function ( ) { if ( listener == null ) { listener = new JmxEventListener ( ) ; } return listener ; }
17,963
set the parent . concode_field_sep Parent parent concode_elem_sep String name concode_field_sep void setName concode_elem_sep Parent getParent concode_elem_sep String getName concode_elem_sep void afterUnmarshal
void function ( Parent arg0 ) { this . parent = arg0 ; }
17,964
returns the push notifications device id of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand...
long function ( ) { return _pushNotificationsDevice . getPushNotificationsDeviceId ( ) ; }
17,965
the path where the mr job writes output to . data will be published to #outputpath if the compactionis successful . concode_field_sep double DEFAULT_PRIORITY concode_elem_sep Path inputLatePath concode_elem_sep Path outputLatePath concode_elem_sep double priority concode_elem_sep double DEFAULT_PRIORITY_REDUCTION_FACTO...
Path function ( ) { return this . outputTmpPath ; }
17,966
get custom deserializer concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setMensagem concode_elem_sep org.apache.axis.d...
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 ) ; }
17,967
set the ifunmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ...
PoolEnableAutoScaleOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ifUnmodifiedSince = null ; } else { this . ifUnmodifiedSince = new DateTimeRfc1123 ( arg0 ) ; } return this ; }
17,968
get a copy of the listeners concode_field_sep JingleSession session concode_elem_sep String expectedAckId concode_elem_sep Logger LOGGER concode_elem_sep List<JingleListener> listeners concode_elem_sep JingleNegotiatorState state concode_elem_sep boolean isStarted concode_field_sep List<IQ> dispatchIncomingPacket conco...
List < JingleListener > function ( ) { ArrayList < JingleListener > loc0 ; synchronized ( listeners ) { loc0 = new ArrayList < JingleListener > ( listeners ) ; } return loc0 ; }
17,969
if the position offset of a fragment is less than negative one or greater than one , returning true will set the visibility of the fragment to android.view.view #gone . returning false will force the fragment to android.view.view #visible . concode_field_sep HashMap<View,ArrayList<Float>> h concode_elem_sep boolean isD...
boolean function ( ) { return true ; }
17,970
handles the given notification by sending this to the remote client listener concode_field_sep int mMaximumSize concode_elem_sep List mList concode_field_sep List getNotifications concode_elem_sep List getNotifications
void function ( Notification arg0 , Object arg1 ) { synchronized ( mList ) { if ( mList . size ( ) <= mMaximumSize ) { mList . add ( arg0 ) ; } } }
17,971
sets servers for which the delete dialog is triggered . concode_field_sep IServer[] servers concode_field_sep boolean isEnabled concode_elem_sep void performPostDeleteAction concode_elem_sep void performPreDeleteAction concode_elem_sep void createControl
void function ( IServer [ ] arg0 ) { this . servers = arg0 ; }
17,972
sets the value of the level property . concode_field_sep Object parent concode_elem_sep Long level concode_elem_sep List<CTMember> member concode_elem_sep Long count concode_field_sep Long getLevel concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep List<CTMember> getMember concode_e...
void function ( Long arg0 ) { this . level = arg0 ; }
17,973
get rtp timestamp concode_field_sep byte COMFORT_PAYLOAD concode_elem_sep int PACKETS_PER_SECOND concode_elem_sep int PCMU_SAMPLE_SIZE concode_elem_sep byte comfortNoiseLevel concode_elem_sep byte X_BIT concode_elem_sep byte MARK_BIT concode_elem_sep int HEADER_SIZE concode_elem_sep short rtpSequenceNumber concode_elem...
long function ( ) { long loc0 = ( long ) ( ( ( ( ( long ) ( buffer [ 4 ] & 0xff ) ) << 24 ) & 0xff000000 ) | ( ( ( ( long ) ( buffer [ 5 ] & 0xff ) ) << 16 ) & 0x00ff0000 ) | ( ( ( ( long ) ( buffer [ 6 ] & 0xff ) ) << 8 ) & 0x0000ff00 ) | ( ( long ) ( buffer [ 7 ] & 0xff ) ) ) & 0xffffffff ; return loc0 ; }
17,974
with the specified driver , url , user and password . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep void closeRegisteredObjects concode_elem_sep void registerResult...
Connection function ( final String arg0 , final String arg1 , final String arg2 , final String arg3 ) { Class . forName ( arg0 ) ; final Connection loc0 = DriverManager . getConnection ( arg1 , arg2 , arg3 ) ; registerConnection ( loc0 ) ; return loc0 ; }
17,975
set to true to force login form access to be via https . if this value is true the default is false , and the incoming request for the protected resource which triggered the interceptor was not already https , then the client will first be redirected to an https url , even if serversideredirect is set to true . concode...
void function ( boolean arg0 ) { this . forceHttps = arg0 ; }
17,976
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _kaleoNotificationRecipientLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
17,977
method used to create a new sardine in the sea should be used by fish method givebirth concode_field_sep int sardineAlive concode_elem_sep int column concode_elem_sep int sharkAlive concode_elem_sep int row concode_elem_sep Fish[][] sea concode_elem_sep ArrayList<Fish> fishAlive concode_field_sep int getSardineAlive co...
void function ( int arg0 , int arg1 , GameConstants arg2 ) { this . sardineAlive ++ ; Sardine loc0 = new Sardine ( arg2 , arg0 , arg1 ) ; System . out . println ( "srini_string" + loc0 + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; this . sea [ arg0 ] [ arg1 ] = loc0 ; this . fishAlive . add ( loc...
17,978
sets the isprimary value for this partners . concode_field_sep java.lang.Double contribution concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef partner concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef partnerRole concode_elem_sep java.lang.Boolean isPrimary concode_elem_sep...
void function ( java . lang . Boolean arg0 ) { this . isPrimary = arg0 ; }
17,979
returns the size of a px css unit in millimeters . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMedia concode_elem_sep float getBolderFontWeight concode_elem_sep void handleElement concode_elem_sep String getDefaultFontFamily concode_elem_sep ExternalResourceSecurity getExternalResourceSecurity...
float function ( ) { return 0.26458333333333333333333333333333f ; }
17,980
adds an item to the last itemset of de sequence . concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep int numberOfItemsAfterPositionIth concode_elem_sep int getId concode_elem_sep long getTimeLength concode_elem_sep List<Itemset> getItemsets concode_elem...
void function ( Item arg0 ) { itemsets . get ( size ( ) - 1 ) . addItem ( arg0 ) ; numberOfItems ++ ; }
17,981
sets the create date of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolean ...
void function ( long arg0 ) { _entry . setCreateDate ( arg0 ) ; }
17,982
current status of protection for the game session . noprotection : the game session can be terminated during a scale-down event . fullprotection : if the game session is in an active status , it can not be terminated during a scale-down event . concode_field_sep String protectionPolicy concode_elem_sep GameSession game...
GameSessionDetail function ( ProtectionPolicy arg0 ) { setProtectionPolicy ( arg0 ) ; return this ; }
17,983
returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 , K arg10 , V arg11 , K arg12 , V arg13 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ...
17,984
given a current population in a given gameoflifefield object this method determines the next generation 's population and returns it in a new gameoflifefield object . concode_field_sep int numberOfIterations concode_elem_sep GameOfLifeField gameField concode_field_sep int getNumberOfIterations concode_elem_sep GameOfLi...
GameOfLifeField function ( GameOfLifeField arg0 ) { }
17,985
gets the mensagem value for this ossturbonetmodulacaoplanoout . concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String modulacaoAtualDSLAM concode_elem_sep boolean isModulacaoCo...
com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut function ( ) { return mensagem ; }
17,986
sets the value of the refresh property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Bi...
void function ( BigInteger arg0 ) { this . refresh = arg0 ; }
17,987
encode the uniqueidentity in der form to the stream . concode_field_sep BitArray id concode_field_sep String toString concode_elem_sep boolean[] getId
void function ( DerOutputStream arg0 , byte arg1 ) { byte [ ] loc0 = id . toByteArray ( ) ; int loc1 = loc0 . length * 8 - id . length ( ) ; arg0 . write ( arg1 ) ; arg0 . putLength ( loc0 . length + 1 ) ; arg0 . write ( loc1 ) ; arg0 . write ( loc0 ) ; }
17,988
return the mime type string , without the parameters . the returned value is basically the concatenation of the primarytype , the ' / ' character and the secondarytype . concode_field_sep String primaryType concode_elem_sep String subType concode_elem_sep ParameterList list concode_field_sep void setParameterList conco...
String function ( ) { return primaryType + '/' + subType ; }
17,989
display the specified error message forwards call to displaymessage . 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_el...
void function ( String arg0 ) { displayMessage ( arg0 ) ; }
17,990
set originate timestamp given ntp timestamp object . if ts is null then zero time is used . concode_field_sep int REFERENCE_ID_INDEX concode_elem_sep int REFERENCE_TIMESTAMP_INDEX concode_elem_sep int LI_INDEX concode_elem_sep int POLL_INDEX concode_elem_sep int KEY_IDENTIFIER_INDEX concode_elem_sep int VERSION_INDEX c...
void function ( TimeStamp arg0 ) { setTimestamp ( ORIGINATE_TIMESTAMP_INDEX , arg0 ) ; }
17,991
sets the id . concode_field_sep String name concode_elem_sep List ones concode_elem_sep Holder otherHolder concode_elem_sep String id concode_elem_sep Foo[] fooArray concode_elem_sep Set foos concode_field_sep Foo[] getFooArray concode_elem_sep void setName concode_elem_sep List getOnes concode_elem_sep void setOnes co...
void function ( String arg0 ) { this . id = arg0 ; }
17,992
indicats if all events have been received . concode_field_sep ManagerResponse response concode_elem_sep boolean complete concode_elem_sep Collection<ResponseEvent> events concode_field_sep Collection<ResponseEvent> getEvents concode_elem_sep void addEvent concode_elem_sep ManagerResponse getResponse concode_elem_sep vo...
void function ( boolean arg0 ) { this . complete = arg0 ; }
17,993
get containertype the type of the container . concode_field_sep ContainerType containerType concode_elem_sep int exitCode concode_elem_sep ContainerId containerId concode_field_sep ContainerId getContainerId concode_elem_sep int getExitCode
ContainerType function ( ) { return containerType ; }
17,994
set the timestamp of the event concode_field_sep HashMap<String,Object> eventInfo concode_elem_sep String eventType concode_elem_sep long timestamp concode_field_sep void setEventType concode_elem_sep String getEventType concode_elem_sep Map<String,Object> getEventInfo concode_elem_sep void addEventInfo concode_elem_se...
void function ( long arg0 ) { this . timestamp = arg0 ; }
17,995
read in implicit feedback data from a file . each line must consist of at least two fields , the first being a user identifier , the second being an item identifier . additional fields and empty lines are ignored . see constants.split _ chars for details of the permissible field separators . concode_field_sep PlaceHold...
IPosOnlyFeedback function ( String arg0 , IEntityMapping arg1 , IEntityMapping arg2 , boolean arg3 ) { BufferedReader loc0 ; if ( arg0 . equals ( "srini_string" ) ) { loc0 = new BufferedReader ( new InputStreamReader ( System . in ) ) ; } else { loc0 = new BufferedReader ( new FileReader ( arg0 ) ) ; } return read ( lo...
17,996
appends to the statement a comma separated list of column names . concode_field_sep String[] m_columns concode_elem_sep Logger m_logger concode_elem_sep String m_table concode_field_sep void appendWhereClause concode_elem_sep String getTable concode_elem_sep Logger getLogger concode_elem_sep void appendTable concode_el...
List function ( String [ ] arg0 , StringBuffer arg1 ) { ArrayList loc0 = new ArrayList ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( loc1 > 0 ) { arg1 . append ( "srini_string" ) ; } arg1 . append ( arg0 [ loc1 ] ) ; loc0 . add ( arg0 [ loc1 ] ) ; } return loc0 ; }
17,997
sets the servlet context . concode_field_sep ServletContext servletContext concode_field_sep ServletContext getServletContext
void function ( ServletContextWrapper arg0 ) { this . servletContext = arg0 ; }
17,998
handy method for return a map with the key being the row header and the value being an ordered collection of aggregate stati . concode_field_sep String[] m_rowHeaders concode_elem_sep Set<OnmsNode>[] m_rowNodes concode_elem_sep AggregateStatus[][] m_statusTable concode_elem_sep Set<OnmsNode>[] m_columnNodes concode_ele...
Map < String , List < AggregateStatus >> function ( ) { Map < String , List < AggregateStatus >> loc0 = new LinkedHashMap < String , List < AggregateStatus >> ( ) ; for ( int loc1 = 0 ; loc1 < m_rowHeaders . length ; loc1 ++ ) { loc0 . put ( m_rowHeaders [ loc1 ] , getColumnOrderedRow ( m_statusTable [ loc1 ] ) ) ; } r...
17,999
checks a property across a random sample of possible values where falsification is indicated by an unchecked exception such as an assertion concode_field_sep Source<C> cs concode_elem_sep Source<B> bs concode_elem_sep Source<A> as concode_elem_sep Supplier<Strategy> state concode_elem_sep Predicate3<A,B,C> assumptions ...
void function ( final TriConsumer < A , B , C > arg0 ) { check ( ( a , b , c ) -> { arg0 . accept ( a , b , c ) ; return true ; } ) ; }