idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
4,200
when a response is generated , if there is more data to be listed , this parameter is present in the response and contains the value to use for the nexttoken parameter in a subsequent pagination request . if there is no more data to be listed , this parameter is set to ` null ' . concode_field_sep String nextToken conc...
void function ( String arg0 ) { this . nextToken = arg0 ; }
4,201
log an option change concode_field_sep Option head concode_elem_sep Option tail concode_elem_sep boolean loggingChanges concode_field_sep void logNewLine concode_elem_sep void logXml concode_elem_sep void logXml concode_elem_sep void log concode_elem_sep void logString concode_elem_sep Option getOption concode_elem_sep...
void function ( Option arg0 ) { if ( loggingChanges ) { logString ( "srini_string" ) ; log ( arg0 ) ; } }
4,202
retrieves this object 's set of user objects as an associative list . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep Routine pwCheckFunction concode_elem_sep Routine extAuthenticationFunction concode_field_sep void setPassword concode_elem_sep String[] getIniti...
HashMappedList function ( ) { return userList ; }
4,203
auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.TerminateInstancesResponseType localTerminateInstancesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQN...
com . amazon . ec2 . TerminateInstancesResponseType function ( ) { return localTerminateInstancesResponse ; }
4,204
sets the value of the databasetype property . concode_field_sep String databaseType concode_elem_sep String companyPassword concode_elem_sep String databaseServer concode_elem_sep String databaseName concode_elem_sep String companyUsername concode_elem_sep String language concode_elem_sep String databasePassword concod...
void function ( String arg0 ) { this . databaseType = arg0 ; }
4,205
scale a state variable to between 0 and 1 . this is required for the fourier basis . concode_field_sep int Order concode_elem_sep int NVariables concode_elem_sep double multipliers[][] concode_elem_sep double alpha_scale[] concode_elem_sep double phi[] concode_elem_sep boolean use_alpha_scaling concode_elem_sep double ...
double function ( double arg0 , int arg1 ) { DoubleRange loc0 = task_spec . getContinuousObservationRange ( arg1 ) ; return ( arg0 - loc0 . getMin ( ) ) / ( loc0 . getMax ( ) - loc0 . getMin ( ) ) ; }
4,206
reads all input from a reader into a string . concode_field_sep PlaceHolder placeHolder concode_field_sep int copyAndClose concode_elem_sep void loadFromXml concode_elem_sep int copy concode_elem_sep int copy concode_elem_sep InputStream readNonCaching
String function ( final Reader arg0 ) { final StringBuilder loc0 = new StringBuilder ( 2048 ) ; int loc1 ; while ( ( loc1 = arg0 . read ( ) ) != - 1 ) { loc0 . append ( ( char ) loc1 ) ; } return loc0 . toString ( ) ; }
4,207
disposes all images managed by this registry . concode_field_sep HashMap<ImageDescriptor,Image> fRegistry concode_elem_sep Display fDisplay concode_field_sep Image get concode_elem_sep void hookDisplay
void function ( ) { for ( Iterator < Image > loc0 = fRegistry . values ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { Image loc1 = loc0 . next ( ) ; loc1 . dispose ( ) ; } fRegistry . clear ( ) ; }
4,208
allocates a column with each element of size ` width ` either on or off heap . concode_field_sep boolean anyNullsSet concode_elem_sep int numNulls concode_elem_sep DataType type concode_elem_sep int capacity concode_field_sep void putNotNull concode_elem_sep void putInt concode_elem_sep DataType dataType concode_elem_s...
ColumnVector function ( int arg0 , DataType arg1 , MemoryMode arg2 ) { if ( arg2 == MemoryMode . OFF_HEAP ) { return new OffHeapColumnVector ( arg0 , arg1 ) ; } else { return new OnHeapColumnVector ( arg0 , arg1 ) ; } }
4,209
creates an off-screen surface . concode_field_sep String TAG concode_elem_sep EGLSurface mEGLSurface concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep EglCore mEglCore concode_field_sep boolean swapBuffers concode_elem_sep int getHeight concode_elem_sep void makeCurrent concode_elem_sep void cre...
void function ( int arg0 , int arg1 ) { if ( mEGLSurface != EGL14 . EGL_NO_SURFACE ) { throw new IllegalStateException ( "srini_string" ) ; } mEGLSurface = mEglCore . createOffscreenSurface ( arg0 , arg1 ) ; mWidth = arg0 ; mHeight = arg1 ; }
4,210
read the exception from the cdr intput stream . concode_field_sep PlaceHolder placeHolder concode_field_sep InvalidName extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
InvalidName function ( InputStream arg0 ) { String loc0 = arg0 . read_string ( ) ; InvalidName loc1 = new InvalidName ( loc0 ) ; return loc1 ; }
4,211
checks if the given name is a valid cname . concode_field_sep String userMessage concode_elem_sep String cNamePattern concode_elem_sep String pattern concode_field_sep String getUserMessage concode_elem_sep CNameDifference decideCNameDifference concode_elem_sep String getPattern concode_elem_sep String getLongestUserMe...
boolean function ( String arg0 ) { return arg0 . matches ( cNamePattern ) ; }
4,212
get the margin value . concode_field_sep int margin concode_elem_sep boolean INVALID concode_elem_sep boolean VALID concode_elem_sep HashMap<String,String> attributes concode_elem_sep boolean state concode_field_sep void setAttributs concode_elem_sep String printAttributes concode_elem_sep HashMap<String,String> getAtt...
int function ( ) { return margin ; }
4,213
returns the response as a character stream decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep ...
Reader function ( ) { if ( reader == null ) { reader = new InputStreamReader ( byteStream ( ) , charset ( ) ) ; } return reader ; }
4,214
the workspace file parsing is cut in several parts and this function returns true if there is a part following the part holds by this value or false if this is the last part of the workspace file . this method is public for serialization of the workspacefilevalue , #next should be used to iterate instead of this method...
boolean function ( ) { return hasNext ; }
4,215
a resumption point for pagination . concode_field_sep com.amazonaws.internal.SdkInternalList<Communication> communications concode_elem_sep String nextToken concode_field_sep void setCommunications concode_elem_sep java.util.List<Communication> getCommunications concode_elem_sep void setNextToken concode_elem_sep int h...
String function ( ) { return this . nextToken ; }
4,216
returns a string representation of this object . concode_field_sep long linear_sizeInBytes concode_elem_sep CUarray array_hArray concode_elem_sep int resType concode_elem_sep CUdeviceptr pitch2D_devPtr concode_elem_sep long pitch2D_pitchInBytes concode_elem_sep int linear_numChannels concode_elem_sep int flags concode_...
String function ( ) { return "srini_string" + createString ( "srini_string" ) + "srini_string" ; }
4,217
it returns the sequence ids of pseudosequences in this database concode_field_sep List<PseudoSequence> pseudoSequences concode_field_sep int size concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep List<PseudoSequence> getPseudoSequences concode_elem_sep void addSequence
Set < Integer > function ( ) { Set < Integer > loc0 = new HashSet < Integer > ( ) ; for ( PseudoSequence loc1 : getPseudoSequences ( ) ) { loc0 . add ( loc1 . getId ( ) ) ; } return loc0 ; }
4,218
returns the string for value . concode_field_sep String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS concode_elem_sep ThreadLocal<DateFormat> STANDARD_DATE_FORMAT concode_elem_sep DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS concode_field_sep Date parse concode_elem_sep DateFormat initialValue
String function ( Date arg0 ) { return STANDARD_DATE_FORMAT . get ( ) . format ( arg0 ) ; }
4,219
returns the file represented by str . this method is not yet implemented and always throws an unsupportedoperationexception . concode_field_sep PlaceHolder placeHolder concode_field_sep Object createValue concode_elem_sep Object createValue concode_elem_sep Number createNumber concode_elem_sep URL createURL concode_ele...
File [ ] function ( String arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
4,220
gets a list of normalized code points after reading from a string . concode_field_sep ICharacterInput nci concode_elem_sep int[] array concode_elem_sep int pos concode_elem_sep int endPos concode_field_sep int Read concode_elem_sep int Read concode_elem_sep String Normalize concode_elem_sep int ReadChar concode_elem_se...
List < Integer > function ( String arg0 , Normalization arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } List < Integer > loc0 = new ArrayList < Integer > ( ) ; int loc1 ; NormalizingCharacterInput loc2 = new NormalizingCharacterInput ( arg0 , arg1 ) ; while ( ( loc1 = loc2 . ReadCha...
4,221
sets the value of the idref property . concode_field_sep List<Extension> extensions concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String value concode_elem_sep String ver...
void function ( final Object arg0 ) { this . idref = arg0 ; }
4,222
creates list of tags from given byte array , expected that it is in the expected tag format . concode_field_sep Iterator<Tag> EMPTY_TAGS_ITR concode_field_sep Tag next concode_elem_sep List<Tag> carryForwardTTLTag concode_elem_sep byte[] fromList concode_elem_sep byte getValueAsByte concode_elem_sep Pair<Integer,Intege...
List < Tag > function ( byte [ ] arg0 , int arg1 , int arg2 ) { List < Tag > loc0 = new ArrayList < Tag > ( ) ; int loc1 = arg1 ; while ( loc1 < arg1 + arg2 ) { int loc2 = Bytes . readAsInt ( arg0 , loc1 , TAG_LENGTH_SIZE ) ; loc0 . add ( new ArrayBackedTag ( arg0 , loc1 , loc2 + TAG_LENGTH_SIZE ) ) ; loc1 += TAG_LENGT...
4,223
implement the parcelable interface concode_field_sep int PBC concode_elem_sep int KEYPAD concode_elem_sep String BSSID concode_elem_sep String pin concode_elem_sep LinkProperties linkProperties concode_elem_sep Creator<WpsInfo> CREATOR concode_elem_sep int setup concode_elem_sep ProxySettings proxySettings concode_elem...
int function ( ) { return 0 ; }
4,224
takes a long value and stores its last bytes into a byte array concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToUint32Bytes concode_elem_sep long bytesToLong concode_elem_sep T[] concatenate concode_elem_sep byte[] concatenate concode_elem_sep byte[] concatenate concode_elem_sep void makeArrayNo...
byte [ ] function ( long arg0 , int arg1 ) { if ( arg1 < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } byte [ ] loc0 = new byte [ arg1 ] ; int loc1 = 0 ; for ( int loc2 = arg1 - 1 ; loc2 >= 0 ; loc2 -- ) { loc0 [ loc2 ] = ( byte ) ( arg0 >>> loc1 ) ; loc1 += 8 ; } return loc0 ; }
4,225
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
4,226
called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOver...
void function ( ) { }
4,227
returns true if the word is in the stoplist . concode_field_sep Set<Word> wordSet concode_field_sep void addGenericWords
boolean function ( String arg0 ) { return wordSet . contains ( new Word ( arg0 ) ) ; }
4,228
the name of the key . concode_field_sep String key concode_field_sep String getKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TagKeyOnly clone concode_elem_sep String toString concode_elem_sep void setKey
TagKeyOnly function ( String arg0 ) { setKey ( arg0 ) ; return this ; }
4,229
returns true if the deploymentunit is part of a weld deployment concode_field_sep AttachmentKey<Boolean> MARKER concode_field_sep boolean isWeldDeployment concode_elem_sep void mark
boolean function ( DeploymentUnit arg0 ) { if ( arg0 . getParent ( ) == null ) { return arg0 . getAttachment ( MARKER ) != null ; } else { return arg0 . getParent ( ) . getAttachment ( MARKER ) != null ; } }
4,230
make a list for bash . concode_field_sep String xpath concode_elem_sep Profile profile concode_field_sep XML node concode_elem_sep String neutralize concode_elem_sep String envs concode_elem_sep Iterable<String> envs concode_elem_sep Iterable<String> scripts concode_elem_sep Collection<String> lines concode_elem_sep bo...
String function ( final Iterable < String > arg0 ) { return String . format ( "srini_string" , Joiner . on ( ' ' ) . join ( Iterables . transform ( arg0 , new Function < String , String > ( ) { @ Override public String apply ( final String arg1 ) { return SSH . escape ( arg1 ) ; } } ) ) ) ; }
4,231
loads a javatimeseriesrdd from a directory containing a set of csv files and a date-time index . concode_field_sep JavaTimeSeriesRDD$ JAVA_TIME_SERIES_RDD concode_field_sep JavaTimeSeriesRDD<String> timeSeriesRDDFromObservations concode_elem_sep JavaTimeSeriesRDD<String> timeSeriesRDDFromPython concode_elem_sep JavaTim...
JavaTimeSeriesRDD < String > function ( String arg0 , JavaSparkContext arg1 ) { return JAVA_TIME_SERIES_RDD . javaTimeSeriesRDDFromCsv ( arg0 , arg1 ) ; }
4,232
remove a thread concode_field_sep nProjectService projectService concode_elem_sep mJuryOfAnnouncedProjectCallService juryOfAnnouncedProjectCallService concode_elem_sep mProjectCallsDAO projectCallsDAO concode_field_sep void editAProjectCall concode_elem_sep String name concode_elem_sep mProjectCalls loadAProjectCallByN...
int function ( int arg0 ) { mProjectCalls loc0 = projectCallsDAO . loadAProjectCallById ( arg0 ) ; return projectCallsDAO . removeAProjectCall ( loc0 ) ; }
4,233
convert the key to a readable string . concode_field_sep byte[] mod concode_elem_sep byte[] exp concode_field_sep void setExponent concode_elem_sep void setModulus concode_elem_sep byte[] getEncoded concode_elem_sep int getModulusLen concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boole...
String function ( ) { return ( "srini_string" + ( getModulusLen ( ) * 8 ) + "srini_string" + "srini_string" + Util . hexEncode ( exp ) + "srini_string" + Util . hexEncode ( mod ) + "srini_string" ) ; }
4,234
returns the string representation of the current values of array . concode_field_sep long[] array concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGet concode_elem_sep boolean weakCompareAndSet concode_elem_sep int length concode_e...
String function ( ) { int loc0 = array . length - 1 ; if ( loc0 == - 1 ) return "srini_string" ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( '[' ) ; for ( int loc2 = 0 ; ; loc2 ++ ) { loc1 . append ( array [ loc2 ] ) ; if ( loc2 == loc0 ) return loc1 . append ( ']' ) . toString ( ) ; loc1 . append ( ',...
4,235
sets list of imageinfo objects for images representing a media ex . icon , poster . where first 0 is icon image , and second 1 is poster image . concode_field_sep long duration concode_elem_sep String subsUrl concode_elem_sep List<ImageInfo> allImages concode_elem_sep String description concode_elem_sep String mimeType...
void function ( List < ImageInfo > arg0 ) { this . allImages = arg0 ; }
4,236
gets the literal value , as a code unit . this will throw if the value is out of the range of a signed code unit . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target concode_elem_sep long literal concode_field...
short function ( ) { if ( literal != ( short ) literal ) { throw new DexException ( "srini_string" + Hex . u8 ( literal ) ) ; } return ( short ) literal ; }
4,237
creates a new connection handle for the underlying physical connection represented by the managedconnection instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep PrintWriter logWriter concode_elem_sep Object connection concode_elem_...
Object function ( Subject arg0 , ConnectionRequestInfo arg1 ) { connection = new HelloWorldConnectionImpl ( mcf ) ; return connection ; }
4,238
determines whether this is an expression type property . concode_field_sep GroupPropertyHandleProvider instance concode_field_sep boolean isElementRefValue concode_elem_sep boolean isDateTimeProperty concode_elem_sep boolean isColorProperty concode_elem_sep boolean isDimensionProperty concode_elem_sep boolean isStylePr...
boolean function ( Object arg0 ) { if ( arg0 instanceof GroupPropertyHandle ) { return ( ( GroupPropertyHandle ) arg0 ) . getPropertyDefn ( ) . getTypeCode ( ) == IPropertyType . EXPRESSION_TYPE ; } return false ; }
4,239
returns an immutable empty mapfield . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_sep MapEntry<K,V> defaultEntry concode_field_sep MutatabilityAware...
MapField < K , V > function ( MapEntry < K , V > arg0 ) { return new MapField < K , V > ( arg0 , StorageMode . MAP , Collections . < K , V > emptyMap ( ) ) ; }
4,240
dom : implements treewalker #getcurrentnode . concode_field_sep NodeFilter filter concode_elem_sep boolean expandEntityReferences concode_elem_sep Node root concode_elem_sep Node currentNode concode_elem_sep int whatToShow concode_field_sep int getWhatToShow concode_elem_sep Node parentNode concode_elem_sep Node parent...
Node function ( ) { return currentNode ; }
4,241
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
4,242
get available processors . concode_field_sep String CPU_INFO_PATH concode_elem_sep String CPU_FREQ_MIN_PATH concode_elem_sep String CPU_FREQ_NULL concode_elem_sep long CPU_MAX_FREQENCY concode_elem_sep String TAG concode_elem_sep int CPU_CORES concode_elem_sep String CMD_CAT concode_elem_sep long CPU_MIN_FREQENCY conco...
int function ( ) { return Runtime . getRuntime ( ) . availableProcessors ( ) ; }
4,243
alias for #delete long . 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 long keyAt concode_elem_sep void clear concode_elem_sep E valueAt concode_elem_sep int indexOfValue concode_elem_sep in...
void function ( long arg0 ) { delete ( arg0 ) ; }
4,244
the programmable code for the state change reason . concode_field_sep String code concode_elem_sep String message concode_field_sep InstanceGroupStateChangeReason withCode concode_elem_sep InstanceGroupStateChangeReason withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep void setCode c...
String function ( ) { return this . code ; }
4,245
sets the value of the producttype property . concode_field_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep String productType concode_field_sep String getMsisdn concode_elem_sep String getProductType concode_elem_sep void setMsisdn
void function ( String arg0 ) { this . productType = arg0 ; }
4,246
convenience method to determine if this transaction has an http response message . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpRequest getHttpRequest concode_elem_sep HttpResponse getHttpResponse concode_elem_sep void setHttpResponse concode_elem_sep String...
boolean function ( ) { return httpResponse != null ; }
4,247
sets the name . concode_field_sep String command_environment concode_elem_sep String SBI_ANALYTICAL_DRIVER concode_elem_sep Vector<String> classpathParameters concode_elem_sep String CLASSPATH concode_elem_sep String pId concode_elem_sep String className concode_elem_sep Vector<String> cmdParameters concode_elem_sep St...
void function ( String arg0 ) { this . workName = arg0 ; }
4,248
set whether the ` event ' was successful or not . concode_field_sep long sequenceNumber concode_elem_sep boolean isConfirmation concode_elem_sep long creationTime concode_elem_sep long serialVersionUID concode_elem_sep String qualifier concode_elem_sep boolean isTrackingEndpoint concode_elem_sep String name concode_ele...
void function ( boolean arg0 ) { wasSuccessful = arg0 ; }
4,249
test of traverse method , of class pythonautodetector . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testTraverseBin concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown
void function ( ) { }
4,250
checks the current object to see if the poll has already been voted on . concode_field_sep JedisPool redisPool concode_elem_sep String curWebKey concode_elem_sep String BBB_SERVER_FIELD concode_elem_sep String question concode_elem_sep ArrayList<String> pollsVoted concode_elem_sep String pollKey concode_elem_sep String...
boolean function ( String arg0 ) { return pollsVoted . contains ( arg0 ) ; }
4,251
returns subdirectory of job working directory for task execution . concode_field_sep String STAGING_CONSTANT concode_elem_sep String OLD_MAP_CLASS_ATTR concode_elem_sep String OLD_REDUCE_CLASS_ATTR concode_field_sep HadoopDefaultJobInfo createJobInfo concode_elem_sep IgniteCheckedException transformException concode_el...
File function ( String arg0 , UUID arg1 , HadoopTaskInfo arg2 ) { File loc0 = jobLocalDir ( arg0 , arg1 , arg2 . jobId ( ) ) ; return new File ( loc0 , arg2 . type ( ) + "srini_string" + arg2 . taskNumber ( ) + "srini_string" + arg2 . attempt ( ) ) ; }
4,252
gets the text which should be synthesized . concode_field_sep int mSpeechRate concode_elem_sep Bundle mParams concode_elem_sep String mLanguage concode_elem_sep String mCountry concode_elem_sep int mPitch concode_elem_sep String mText concode_elem_sep String mVariant concode_field_sep String getLanguage concode_elem_se...
String function ( ) { return mText ; }
4,253
initialize the checkin directory tree data structure based on the directories touched by all known checkins . concode_field_sep CheckinDirectoryTreeNode treeRoot concode_field_sep double calculateRisk concode_elem_sep Widget onClick concode_elem_sep String getName concode_elem_sep Set<Checkin> getCheckinsRealtedToRiskC...
void function ( List < Checkin > arg0 ) { treeRoot = new CheckinDirectoryTreeNode ( ) ; for ( Checkin loc0 : arg0 ) { for ( String loc1 : loc0 . getDirectoriesTouched ( ) ) { treeRoot . addCheckin ( loc1 , loc0 ) ; } } }
4,254
determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
4,255
fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba longand then calls the org.omg.corba.portable.inputstream #read_long_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep int[] value concode_field_sep TypeCode _type concode_elem_se...
void function ( InputStream arg0 ) { value = new int [ arg0 . read_long ( ) ] ; arg0 . read_long_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; }
4,256
sets the value of the routingnumber property . concode_field_sep String routingNumber concode_elem_sep String nameOnAccount concode_elem_sep EcheckTypeEnum echeckType concode_elem_sep BankAccountTypeEnum accountType concode_elem_sep String bankName concode_elem_sep String accountNumber concode_field_sep void setAccount...
void function ( String arg0 ) { this . routingNumber = arg0 ; }
4,257
returns newly created opaquenodeattributetlv object . concode_field_sep short TYPE concode_elem_sep short hLength concode_elem_sep byte[] rawValue concode_elem_sep Logger log concode_field_sep PcepVersion getVersion concode_elem_sep byte[] getValue concode_elem_sep PcepValueType read concode_elem_sep short getType conc...
OpaqueNodeAttributeTlv function ( final byte [ ] arg0 , short arg1 ) { return new OpaqueNodeAttributeTlv ( arg0 , arg1 ) ; }
4,258
returns the zip code concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String phone concode_elem_sep String streetName1 concode_elem_sep State state concode_field_sep String getPhone concode_elem_sep void setZipCode concode_elem_sep State getState concode_elem_sep void setCity concode_elem_...
String function ( ) { return zipCode ; }
4,259
return a new inputstream , from which read operations will return data , read and decrypt from the inputstream parameter objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_e...
InputStream function ( Reference arg0 , byte [ ] arg1 , Hashtable arg2 , InputStream arg3 , boolean arg4 ) { InputStream loc0 = securityHandler . getEncryptionInputStream ( arg0 , arg1 , arg2 , arg3 ) ; if ( arg4 && loc0 == null ) loc0 = arg3 ; return loc0 ; }
4,260
allocates a direct native-order shortbuffer with the specified number of elements . concode_field_sep PlaceHolder placeHolder concode_field_sep IntBuffer createIntBuffer concode_elem_sep void zeroBuffer concode_elem_sep void zeroBuffer concode_elem_sep void zeroBuffer concode_elem_sep void zeroBuffer concode_elem_sep v...
ShortBuffer function ( int arg0 ) { return createByteBuffer ( arg0 << 1 ) . asShortBuffer ( ) ; }
4,261
this method is use to generate tracking id for web application concode_field_sep Map<String,String> parameterMap concode_field_sep void init concode_elem_sep String generateRequestParameters concode_elem_sep void addParameter
String function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( "srini_string" ) ; for ( int loc2 = 0 ; loc2 < 18 ; loc2 ++ ) { loc1 . append ( loc0 . nextInt ( ( 10 - 1 ) + 1 ) + 1 ) ; } return loc1 . toString ( ) ; }
4,262
get the single object instance . concode_field_sep Comparator<String> designationKeyComparator concode_elem_sep ResourceBundle englishAnnotationDescriptionBundle concode_elem_sep I18N theInstance concode_elem_sep ResourceBundle annotationDescriptionBundle concode_elem_sep ResourceBundle userDesignationBundle concode_el...
I18N function ( ) { return theInstance ; }
4,263
we must simulate container shutdown , which should clear threads . concode_field_sep DefaultListableBeanFactory beanFactory concode_elem_sep Resource CONTEXT concode_elem_sep int INITIAL_COUNT concode_field_sep void testReuseInSameThread concode_elem_sep void setUp concode_elem_sep void testCanGetStatsViaMixin concode_...
void function ( ) { this . beanFactory . destroySingletons ( ) ; }
4,264
use object #hashcode to partition . concode_field_sep PlaceHolder placeHolder concode_field_sep void configure
int function ( K2 arg0 , V2 arg1 , int arg2 ) { return ( arg0 . hashCode ( ) & Integer . MAX_VALUE ) % arg2 ; }
4,265
check that a string is not null and not empty . if null or emtpy throws an illegalargumentexception . concode_field_sep int MAX_NODE_NAME_LEN concode_field_sep int checkInteger concode_elem_sep String validateActionName concode_elem_sep T notNull concode_elem_sep Date checkDateOozieTZ concode_elem_sep String checkFrequ...
String function ( String arg0 , String arg1 ) { return notEmpty ( arg0 , arg1 , null ) ; }
4,266
the value of next unique identifier . concode_field_sep List<Person> personList concode_elem_sep int nextId concode_field_sep void setPersonList concode_elem_sep int nextId concode_elem_sep void setNextId concode_elem_sep List<Person> getPersonList
int function ( ) { return nextId ; }
4,267
add component and add mouse listener concode_field_sep ArrayList<WFLine> m_lines concode_elem_sep ArrayList<WFNode> m_nodes concode_elem_sep MWorkflow m_wf concode_elem_sep CLogger log concode_field_sep void createLines concode_elem_sep void removeAll concode_elem_sep boolean needLayout concode_elem_sep ArrayList<WFNod...
void function ( WFNode arg0 ) { m_nodes . add ( arg0 ) ; }
4,268
set whether to ignore case when matching . concode_field_sep int compileFlags concode_elem_sep boolean ignoreCase concode_elem_sep String format concode_elem_sep int maximum concode_elem_sep AbstractViolationReporter reporter concode_elem_sep int minimum concode_elem_sep MatchSuppressor suppressor concode_elem_sep Stri...
DetectorOptions function ( boolean arg0 ) { ignoreCase = arg0 ; return this ; }
4,269
trace a specific message and throwable . remember to always wrap this call in an if statement and check for the corresponding enablement flag . concode_field_sep boolean WARNING concode_elem_sep String ERROR_LEVEL concode_elem_sep String INFO_LEVEL concode_elem_sep boolean INFO concode_elem_sep boolean ERROR concode_el...
void function ( final String arg0 , @ SuppressWarnings ( "srini_string" ) Class arg1 , final String arg2 , final String arg3 , final Throwable arg4 ) { Logger . print ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
4,270
gets the value of the label property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String clazz concode_field_sep String getClazz concode_elem_sep Layout getLayout concode_elem_sep void setAlign concode_elem_sep void setClaz...
Label function ( ) { return label ; }
4,271
truns the private bit on . the protected and private bits are cleared . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int SUPER concode_elem_sep int VARARGS concode_elem_sep...
int function ( int arg0 ) { return ( arg0 & ~ ( PROTECTED | PUBLIC ) ) | PRIVATE ; }
4,272
returns the field name within the context of ` cls ' class definition . concode_field_sep IAttributeCollection m_attributes concode_elem_sep int m_descriptor_index concode_elem_sep boolean DEBUG concode_elem_sep int m_name_index concode_elem_sep int m_access_flags concode_field_sep String getDescriptor concode_elem_sep...
String function ( final ClassDef arg0 ) { return ( ( CONSTANT_Utf8_info ) arg0 . getConstants ( ) . get ( m_name_index ) ) . m_value ; }
4,273
prints a message at debug priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
void function ( String arg0 , String arg1 ) { d ( arg0 , arg1 , null ) ; }
4,274
retrieves the description of the data source . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWrit...
String function ( ) { return description ; }
4,275
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
4,276
returns a hash code value for the object . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createMa...
int function ( ) { int loc0 = 17 ; if ( first != null ) { loc0 += 31 * loc0 + 7 * first . hashCode ( ) ; } else { loc0 += 31 * loc0 + 7 ; } if ( second != null ) { loc0 += 31 * loc0 + 7 * second . hashCode ( ) ; } else { loc0 += 31 * loc0 + 7 ; } return loc0 ; }
4,277
gets the input value in this token concode_field_sep TokenType type concode_elem_sep String value concode_field_sep boolean isEscape concode_elem_sep boolean isDoubleQuote concode_elem_sep boolean isEol concode_elem_sep boolean isNullValue concode_elem_sep boolean isLogical concode_elem_sep boolean isBinary concode_ele...
String function ( ) { return value ; }
4,278
gets the view_state value for this issuenotedata . concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state concode_...
com . intellij . tasks . mantis . model . ObjectRef function ( ) { return view_state ; }
4,279
overrides the default log level for the passed in class . this is equivalent to calling #forname string , dataflowworkerloggingoptions.level and passing in the class #getname class name . concode_field_sep String SEPARATOR concode_elem_sep Level level concode_elem_sep String name concode_field_sep void setDefaultWorker...
WorkerLogLevelOverride function ( Class < ? > arg0 , Level arg1 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; return forName ( arg0 . getName ( ) , arg1 ) ; }
4,280
get a default ssl wrapped tserversocket bound to the specified port concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String...
TServerSocket function ( int arg0 , int arg1 ) { return getServerSocket ( arg0 , arg1 , false , null ) ; }
4,281
this method returns the address of the site that is requesting authentication . concode_field_sep String protocol concode_elem_sep Authenticator defaultAuthenticator concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep String host concode_elem_sep InetAddress addr concode_elem_sep String prompt con...
InetAddress function ( ) { return addr ; }
4,282
sets the value of the url property . concode_field_sep String color concode_elem_sep String name concode_elem_sep String description concode_elem_sep String materialCode concode_elem_sep String model concode_elem_sep ProductType productType concode_elem_sep String url concode_elem_sep String manufacturer concode_field_...
void function ( String arg0 ) { this . url = arg0 ; }
4,283
obtains a specific version of this protocol . this can be used by derived classes to instantiate themselves instead of the base class , and to define constants for commonly used versions . the default implementation in this class returns this if the version matches , and creates a new protocolversion otherwise . concod...
ProtocolVersion function ( int arg0 , int arg1 ) { if ( ( arg0 == this . major ) && ( arg1 == this . minor ) ) { return this ; } return new ProtocolVersion ( this . protocol , arg0 , arg1 ) ; }
4,284
sets the type . concode_field_sep long serialVersionUID concode_elem_sep Float mxb concode_elem_sep Float mxs concode_elem_sep Float q concode_elem_sep Mimetype type concode_field_sep void setMxs concode_elem_sep Mimetype getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setMxb...
void function ( Mimetype arg0 ) { this . type = arg0 ; }
4,285
gets the value of the workspace property . concode_field_sep Workspace workspace concode_elem_sep File file concode_elem_sep String _package concode_elem_sep Project project concode_elem_sep String label concode_elem_sep String id concode_field_sep String getPackage concode_elem_sep String getLabel concode_elem_sep voi...
Workspace function ( ) { return workspace ; }
4,286
receive a locator object for document events . by default , do nothing . application writers may override this method in a subclass if they wish to store the locator for use with other document events . concode_field_sep PlaceHolder placeHolder concode_field_sep void startElement concode_elem_sep void fatalError concod...
void function ( Locator arg0 ) { }
4,287
moves list iterator prefious concode_field_sep CwWriter myWriter concode_elem_sep String cwFolderPathStore concode_elem_sep Crossword actual concode_elem_sep boolean nextWasPressed concode_elem_sep CwReader myReader concode_elem_sep Crossword tmp concode_elem_sep LinkedList<Crossword> crosswords concode_elem_sep ListIt...
void function ( ) { if ( ! previousWasPressed ) { previousWasPressed = true ; cwListIterator . previous ( ) ; nextWasPressed = false ; } if ( cwListIterator . hasPrevious ( ) ) { actual = cwListIterator . previous ( ) ; } else throw ( new FirstCwException ( ) ) ; }
4,288
read an int from a line containing its decimal representation . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine concode_elem_sep void fillBu...
int function ( ) { String loc0 = readLine ( ) ; try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { throw new IOException ( "srini_string" = "srini_string" ) ; } }
4,289
retrieves the log writer for this datasource object . the log writer is a character output stream to which all logging and tracing messages for this data source will be printed . this includes messages printed by the methods of this object , messages printed by methods of other objects manufactured by this object , and...
java . io . PrintWriter function ( ) { return logWriter ; }
4,290
get the specific token . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util.List<int[]> jj_expentries concode_e...
Token function ( int arg0 ) { Token loc0 = token ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { if ( loc0 . next != null ) loc0 = loc0 . next ; else loc0 = loc0 . next = token_source . getNextToken ( ) ; } return loc0 ; }
4,291
version of the artifact . concode_field_sep File file concode_elem_sep long lastModifiedTime concode_elem_sep Map<String,Object> properties concode_elem_sep ArtifactType type concode_elem_sep String version concode_elem_sep Object key concode_field_sep Object getKey concode_elem_sep String getName concode_elem_sep void...
String function ( ) { return version ; }
4,292
returns the number of tab stops in this tab set . concode_field_sep long serialVersionUID concode_elem_sep TabStop[] tabs concode_field_sep int getTabIndex concode_elem_sep int getTabIndexAfter concode_elem_sep TabStop getTabAfter concode_elem_sep int hashCode concode_elem_sep TabStop getTab concode_elem_sep boolean eq...
int function ( ) { return tabs . length ; }
4,293
creates a new servlet description with the given name and class concode_field_sep ServletContainer container concode_field_sep WebResourceCollection webResourceCollection concode_elem_sep SecurityConstraint securityConstraint concode_elem_sep LoginConfig loginConfig concode_elem_sep LoginConfig loginConfig concode_elem...
FilterInfo function ( final String arg0 , final Class < ? extends Filter > arg1 ) { return new FilterInfo ( arg0 , arg1 ) ; }
4,294
gets the origin ` o ' field concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init concode_elem_s...
OriginField function ( ) { return o ; }
4,295
requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag...
void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; }
4,296
this method type a word on capacity text box concode_field_sep WebElement codeTextbox concode_elem_sep List<WebElement> locationList concode_elem_sep WebElement outOfOrderOption concode_elem_sep WebElement locationListButton concode_elem_sep WebElement displayLocationsButton concode_elem_sep WebElement cancelButton con...
RoomInfoPage function ( String arg0 ) { UIActions . typeOn ( capacityTextbox , arg0 ) ; return this ; }
4,297
returns the j i r a project with the primary key or throws a com.liferay.socialcoding.nosuchjiraprojectexception if it could not be found . concode_field_sep JIRAProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep com.lifera...
com . liferay . socialcoding . model . JIRAProject function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; }
4,298
gets the list of the permissions assigned to the current access token concode_field_sep String tokenKey concode_elem_sep String[] tokenRequestParts concode_elem_sep String clientId concode_elem_sep String tokenAudience concode_elem_sep UserSubject clientSubject concode_elem_sep String tokenGrantType concode_elem_sep Li...
List < OAuthPermission > function ( ) { return Collections . unmodifiableList ( tokenPermissions ) ; }
4,299
get a hook for a specific event . concode_field_sep String PRE_EXEC concode_elem_sep String POST_EXEC_DEV concode_elem_sep String POST_EXEC concode_elem_sep Map<String,Map<String,Map<String,String>>> registry concode_elem_sep String interpreterId concode_elem_sep String PRE_EXEC_DEV concode_elem_sep String GLOBAL_KEY c...
String function ( String arg0 , String arg1 , String arg2 ) { synchronized ( registry ) { if ( arg0 == null ) { arg0 = GLOBAL_KEY ; } addRepl ( arg0 , arg1 ) ; return registry . get ( arg0 ) . get ( arg1 ) . get ( arg2 ) ; } }