idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
1,200
converts between external attribute value and it 's corresponding string the same way as the attribute does it internally . this call does not change the attribute value ! concode_field_sep PlaceHolder placeHolder concode_field_sep T_BACKING_VALUE convertExternalValue concode_elem_sep void resetBackingValuesToDefault c...
String function ( PmAttr < T_VALUE > arg0 , T_VALUE arg1 ) { @ SuppressWarnings ( "srini_string" ) PmAttrBase < T_VALUE , ? > loc0 = ( PmAttrBase < T_VALUE , ? > ) arg0 ; return ( arg1 != null || loc0 . isConvertingNullValueImpl ( ) ) ? loc0 . valueToStringImpl ( arg1 ) : null ; }
1,201
plays this streamsound . concode_field_sep URL dataURL concode_elem_sep double volume concode_elem_sep byte[] buf concode_elem_sep InputStream data concode_elem_sep Mixer mixer concode_elem_sep long numBytesPerChannel concode_elem_sep byte[] skipBuf concode_elem_sep int ID concode_elem_sep long position concode_elem_se...
void function ( ) { this . play ( 1.0 ) ; }
1,202
gets the value of the name property . concode_field_sep String name concode_field_sep void setName
String function ( ) { return name ; }
1,203
returns true if the character array ends with the suffix . concode_field_sep PlaceHolder placeHolder concode_field_sep int deleteN concode_elem_sep int delete concode_elem_sep boolean startsWith
boolean function ( char arg0 [ ] , int arg1 , char arg2 [ ] ) { final int loc0 = arg2 . length ; if ( loc0 > arg1 ) return false ; for ( int loc1 = loc0 - 1 ; loc1 >= 0 ; loc1 -- ) if ( arg0 [ arg1 - ( loc0 - loc1 ) ] != arg2 [ loc1 ] ) return false ; return true ; }
1,204
adds the given link to our collection , returning the corresponding bi-link creating one if needed necessary . concode_field_sep Map<LinkKey,B> map concode_field_sep int size concode_elem_sep B create concode_elem_sep Collection<B> biLinks
B function ( Link arg0 ) { LinkKey loc0 = TopoUtils . canonicalLinkKey ( checkNotNull ( arg0 ) ) ; B loc1 = map . get ( loc0 ) ; if ( loc1 == null ) { loc1 = create ( loc0 , arg0 ) ; map . put ( loc0 , loc1 ) ; } else { if ( ! loc1 . one ( ) . equals ( arg0 ) ) { loc1 . setOther ( arg0 ) ; } } return loc1 ; }
1,205
the arrangement should be able to handle null blocks in the layout . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNullBlock_NN concode_elem_sep void testNN...
void function ( ) { BlockContainer loc0 = new BlockContainer ( new GridArrangement ( 1 , 1 ) ) ; loc0 . add ( null ) ; Size2D loc1 = loc0 . arrange ( null , new RectangleConstraint ( 30.0 , new Range ( 5.0 , 10.0 ) ) ) ; assertEquals ( 30.0 , loc1 . getWidth ( ) , EPSILON ) ; assertEquals ( 5.0 , loc1 . getHeight ( ) ,...
1,206
returns a copy of the date formatter . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateFormat concode_elem_sep Paint DEFAULT_LABEL_PAINT concode...
DateFormat function ( ) { return ( DateFormat ) this . dateFormat . clone ( ) ; }
1,207
task-file key : recents_task_key + leaf filename thumbnail-file key : recents_image_key + leaf filename concode_field_sep String RECENTS_IMAGE_KEY concode_elem_sep String RECENTS_IMAGE_RESTORE_DIR concode_elem_sep File mRestoredTasksDir concode_elem_sep boolean DEBUG concode_elem_sep FileBackupHelperBase mTaskFileHelpe...
void function ( ParcelFileDescriptor arg0 , BackupDataOutput arg1 , ParcelFileDescriptor arg2 ) { FileBackupHelperBase . performBackup_checked ( arg0 , arg1 , arg2 , mRecentFiles , mRecentKeys ) ; }
1,208
adjust the first and list item position by distance , positive or negative . concode_field_sep boolean m_paging concode_elem_sep int m_last concode_elem_sep int m_first concode_field_sep boolean isPaging concode_elem_sep int getFirst concode_elem_sep Object clone concode_elem_sep void setPaging concode_elem_sep int get...
void function ( int arg0 ) { m_first += arg0 ; m_last += arg0 ; validate ( ) ; }
1,209
clear the set of authfunctionbeans concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void setAuthFunctionBean concode_el...
void function ( ) { AuthBeanMultiplexer . beans . clear ( ) ; }
1,210
get / account/sessions : get the current open sessions . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<Str...
ResponseEntity < List < PersistentToken >> function ( ) { return userRepository . findOneByLogin ( SecurityUtils . getCurrentUserLogin ( ) ) . map ( user -> new ResponseEntity < > ( persistentTokenRepository . findByUser ( user ) , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERR...
1,211
gets the value of the code property . concode_field_sep String cmpCode concode_elem_sep String code concode_elem_sep Boolean justCODAMaintained concode_field_sep void setCmpCode concode_elem_sep Boolean isJustCODAMaintained concode_elem_sep void setCode concode_elem_sep void setJustCODAMaintained concode_elem_sep Strin...
String function ( ) { return code ; }
1,212
some action groups like ` new ... ' may filter out actions with non-highest priority . concode_field_sep String PROP_ICON concode_elem_sep String PROP_DESCRIPTION concode_elem_sep boolean myVisible concode_elem_sep Icon myIcon concode_elem_sep SmartFMap<String,Object> myUserMap concode_elem_sep int myDisplayedMnemonicI...
void function ( double arg0 ) { myWeight = arg0 ; }
1,213
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Pipeline> pipelines concode_elem_sep String nextPageToken concode_field_sep String getNextPageToken concode_elem_sep ListPipelinesResult withNextPageToken concode_elem_s...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPipelines ( ) != null ) loc0 . append ( "srini_string" + getPipelines ( ) + "srini_string" ) ; if ( getNextPageToken ( ) != null ) loc0 . append ( "srini_string" + getNextPageToken ( ) ) ; loc0 . append ( "srin...
1,214
retrieve the message for the given code and the default locale . concode_field_sep Locale defaultLocale concode_elem_sep MessageSource messageSource concode_field_sep Locale getDefaultLocale
String function ( String arg0 ) { return this . messageSource . getMessage ( arg0 , null , getDefaultLocale ( ) ) ; }
1,215
return the controller servlet instance to which we are attached . as an actionservletwrapper . concode_field_sep ActionServlet servlet concode_elem_sep MultipartRequestHandler multipartRequestHandler concode_field_sep void setServlet concode_elem_sep void setMultipartRequestHandler concode_elem_sep void reset concode_e...
ActionServletWrapper function ( ) { return new ActionServletWrapper ( getServlet ( ) ) ; }
1,216
documentation pending concode_field_sep String course_id concode_elem_sep String templateOrderBy concode_elem_sep Collection templateNames concode_elem_sep Collection templateIds concode_elem_sep String agent_id concode_elem_sep Collection templateList concode_elem_sep long serialVersionUID concode_elem_sep Log log con...
void function ( Collection arg0 ) { this . templateList = arg0 ; }
1,217
returns a map of config data passed to js that defines eligible events that can be placed on native views . this should return non-bubbling directly-dispatched event types . returned map should be of the form : `` ontwirl '' : `` registrationname '' : `` ontwirl '' concode_field_sep PlaceHolder placeHolder concode_fiel...
Map < String , Object > function ( ) { return null ; }
1,218
maximum precision for numeric types . returns null for non-numeric types . concode_field_sep TypeQualifiers typeQualifiers concode_elem_sep String typeName concode_elem_sep Type type concode_field_sep TypeQualifiers getTypeQualifiers concode_elem_sep TTypeDesc toTTypeDesc concode_elem_sep Type getType concode_elem_sep ...
Integer function ( ) { if ( this . type == Type . DECIMAL_TYPE ) { return typeQualifiers . getPrecision ( ) ; } return this . type . getMaxPrecision ( ) ; }
1,219
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
String function ( ) { return uUser . getName ( ) ; }
1,220
sets the end block index concode_field_sep int endOffset concode_elem_sep int iniBlock concode_elem_sep int startOffset concode_elem_sep int startBlock concode_elem_sep ChmBlockInfo chmBlockInfo concode_elem_sep int endBlock concode_field_sep int getStartBlock concode_elem_sep int getEndOffset concode_elem_sep void set...
void function ( int arg0 ) { this . endBlock = arg0 ; }
1,221
gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ...
String function ( ) { return this . value ; }
1,222
print a `` bits skipped '' message . concode_field_sep boolean isAccumulative concode_elem_sep long start concode_elem_sep int MACHEPS_EXPONENT concode_elem_sep PrintStream out concode_elem_sep PrintStream err concode_elem_sep long previous concode_elem_sep Semaphore JOB_SEMAPHORE concode_elem_sep int DOUBLE_PRECISION ...
void function ( final long arg0 ) { out . println ( ) ; out . println ( "srini_string" + long2string ( arg0 ) + "srini_string" + ( arg0 < 2 ? "srini_string" : "srini_string" ) + "srini_string" ) ; }
1,223
returns the protection status for the mtp object possible values are : android.mtp.mtpconstants #protection_status_none android.mtp.mtpconstants #protection_status_read_only android.mtp.mtpconstants #protection_status_non_transferable_data concode_field_sep int mParent concode_elem_sep int mAssociationType concode_elem...
int function ( ) { return mProtectionStatus ; }
1,224
makes the given resource committable . committable means that it is writeable and that its content has n't changed by calling validateedit for the given resource on iworkspace . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getLocationOSStrings concode_elem_sep boolean isReadOnly concode_elem_sep...
IStatus function ( IResource arg0 , Object arg1 ) { return makeCommittable ( new IResource [ ] { arg0 } , arg1 ) ; }
1,225
add a class to the maps if it is not already present . concode_field_sep Map<Class<?>,Byte> classToIdMap concode_elem_sep byte newClasses concode_elem_sep Map<Byte,Class<?>> idToClassMap concode_elem_sep AtomicReference<Configuration> conf concode_field_sep void readFields concode_elem_sep Class<?> getClass concode_ele...
void function ( Class < ? > arg0 ) { if ( classToIdMap . containsKey ( arg0 ) ) { return ; } if ( newClasses + 1 > Byte . MAX_VALUE ) { throw new IndexOutOfBoundsException ( "srini_string" + "srini_string" ) ; } byte loc0 = ++ newClasses ; addToMap ( arg0 , loc0 ) ; }
1,226
remove the last element . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep int m_firstFree concode_elem_sep StringToStringTable m_map[] concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep boolean containsKey concode_elem_sep String get concode_elem_sep StringTo...
void function ( ) { if ( m_firstFree > 0 ) { m_map [ m_firstFree ] = null ; m_firstFree -- ; } }
1,227
lookup the counternode identified by the hieraryelements if it exists . returns null if no such counternode is found . must only be called on the root of the tree . concode_field_sep CounterNode curNode concode_elem_sep String hierarchy concode_elem_sep ArrayDeque<CounterNode> stack concode_elem_sep String QUOTED_SEP c...
CounterNode function ( List < String > arg0 ) { CounterNode loc0 = this ; for ( String loc1 : arg0 ) { loc0 = loc0 . children . get ( loc1 ) ; if ( loc0 == null ) { break ; } } return loc0 ; }
1,228
@hide concode_field_sep long mHandle concode_field_sep int hashCode concode_elem_sep int getHandle
long function ( ) { return mHandle ; }
1,229
wraps the given key and value in a mutable ordered map . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep SortedMap<K,V> toSortedMap concode_elem_sep NamedDomainObjectSet<T> toNamedDomainObjectSet concode_elem_sep Map<K,V> toMap concode_elem_sep SortedSet<T> toSortedSet concode_...
Map < K , V > function ( K arg0 , V arg1 ) { Map < K , V > loc0 = new LinkedHashMap < K , V > ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; }
1,230
returns an org.elasticsearch.index.engine.engine.warmer used to warm new searchers before they are used for searching . concode_field_sep CodecService codecService concode_elem_sep OpenMode openMode concode_elem_sep IndexSettings indexSettings concode_elem_sep Setting<String> INDEX_CODEC_SETTING concode_elem_sep ShardI...
Engine . Warmer function ( ) { return warmer ; }
1,231
adds an integer value to this writer 's buffer . the integer is encoded as a variable-length list of bytes . see #writevlong long for a descriptionof the encoding . concode_field_sep int offset concode_elem_sep int offset concode_elem_sep byte data[] concode_field_sep void add concode_elem_sep void add concode_elem_sep...
void function ( int arg0 ) { writeVLong ( arg0 ) ; }
1,232
check if a serviceunit is pre-allocated to this resourceunit concode_field_sep long KBITS_TO_BYTES concode_elem_sep double allocatedLoadPercentageMemory concode_elem_sep double allocatedLoadPercentageCPU concode_elem_sep double estimatedLoadPercentageBandwidthOut concode_elem_sep double estimatedLoadPercentageDirectMem...
boolean function ( String arg0 ) { return this . preAllocatedBundles . contains ( arg0 ) ; }
1,233
clears all the headers set in this handler . concode_field_sep String lastSoapRequest concode_elem_sep String lastSoapResponse concode_elem_sep String lastServiceCalled concode_elem_sep String lastOperationCalled concode_elem_sep Set<SOAPElement> soapHeaders concode_field_sep String getLastRequestXml concode_elem_sep S...
void function ( ) { this . soapHeaders . clear ( ) ; }
1,234
instructional type , e.g. , lecture , recitation or laboratory concode_field_sep Long iUniqueId concode_elem_sep Map<Long,String[]> iCreditByCourse concode_elem_sep String iCreditText concode_elem_sep Long iParentId concode_elem_sep String iInstructionalType concode_elem_sep boolean iAllowOverlap concode_elem_sep Long ...
String function ( ) { return iInstructionalType ; }
1,235
gets the value of the summary property . concode_field_sep short periodNum concode_elem_sep byte summary concode_elem_sep byte sec2 concode_elem_sep byte sec1 concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep byte sec3 concode_field_sep void setSummary concode_elem_sep byte getSec2 concode_elem_sep byte ge...
byte function ( ) { return summary ; }
1,236
reference to a pre-configured redisserializer instance to use . concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_sep RedisConnectionFactory connectionFactory concode_elem_sep String host concode_el...
void function ( RedisSerializer arg0 ) { this . serializer = arg0 ; }
1,237
isinithandshakecomplete concode_field_sep Poller poller concode_elem_sep ApplicationBufferHandler bufHandler concode_elem_sep ByteBuffer emptyBuf concode_elem_sep SocketChannel sc concode_field_sep int handshake concode_elem_sep int read concode_elem_sep Poller getPoller concode_elem_sep void setIOChannel concode_elem_...
boolean function ( ) { return true ; }
1,238
checks if the field is a valid date . if the field has a datepattern variable , that will be used to format java.text.simpledateformat . if the field has a datepatternstrict variable , that will be used to format java.text.simpledateformat and the length will be checked so ' 2/12/1999 ' will not pass validation with th...
Date function ( Object arg0 , ValidatorAction arg1 , Field arg2 , Errors arg3 ) { return null ; }
1,239
debug log message with printf formatting . 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 boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
1,240
called when the activity will start interacting with the user . 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 onOverride...
void function ( boolean arg0 ) { }
1,241
private convert the specified value 0 . . 15 to the corresponding hexadecimal digit . concode_field_sep int[] DEC concode_elem_sep long serialVersionUID concode_elem_sep byte[] m_value concode_field_sep String encode concode_elem_sep int convert2Int concode_elem_sep int hashCode concode_elem_sep boolean equals concode_...
char function ( int arg0 ) { arg0 &= 0x0f ; if ( arg0 >= 10 ) return ( ( char ) ( arg0 - 10 + 'a' ) ) ; else return ( ( char ) ( arg0 + '0' ) ) ; }
1,242
returns the account with the primary key or returns null if it could not be found . concode_field_sep AccountPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Account> findWithDynamicQuery concode_elem_sep List<Account> find...
Account function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; }
1,243
creates a cascadedstyle using the provided property declarations . it is used when a box requires a style that does not correspond to anything in the parsed stylesheets . concode_field_sep Map cascadedProperties concode_elem_sep String fingerprint concode_elem_sep CascadedStyle emptyCascadedStyle concode_field_sep Prop...
CascadedStyle function ( PropertyDeclaration [ ] arg0 ) { return new CascadedStyle ( Arrays . asList ( arg0 ) . iterator ( ) ) ; }
1,244
returns true if no flags are set concode_field_sep VersionID _rest concode_elem_sep boolean _usePrefixMatch concode_elem_sep boolean _isCompound concode_elem_sep boolean _useGreaterThan concode_elem_sep String[] _tuple concode_field_sep boolean matchTuple concode_elem_sep Object getValueAsObject concode_elem_sep boolea...
boolean function ( ) { return ! _useGreaterThan && ! _usePrefixMatch && ! _isCompound ; }
1,245
test of parse method , of class githistoryparser . concode_field_sep GitHistoryParser instance concode_elem_sep TestRepository repository concode_field_sep void parseALaGit concode_elem_sep void parseALaLK concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep ...
void function ( ) { History loc0 = instance . parse ( "srini_string" ) ; assertNotNull ( loc0 ) ; assertTrue ( "srini_string" , 0 == loc0 . getHistoryEntries ( ) . size ( ) ) ; }
1,246
creates factory - placeholder for specified builder s. concode_field_sep PlaceHolder placeHolder concode_field_sep Weapon create
WeaponFactory function ( Consumer < Builder > arg0 ) { HashMap < WeaponType , Supplier < Weapon >> loc0 = new HashMap < > ( ) ; arg0 . accept ( loc0 :: put ) ; return name -> loc0 . get ( name ) . get ( ) ; }
1,247
returns the value of this atomicinteger . concode_field_sep int m_Value concode_field_sep int increment
int function ( ) { return m_Value ; }
1,248
set the value of the text property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep int...
void function ( String arg0 ) { this . text = arg0 ; }
1,249
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ByteMatchSet byteMatchSet concode_elem_sep String changeToken concode_field_sep CreateByteMatchSetResult withByteMatchSet concode_elem_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equa...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getByteMatchSet ( ) != null ) loc0 . append ( "srini_string" + getByteMatchSet ( ) + "srini_string" ) ; if ( getChangeToken ( ) != null ) loc0 . append ( "srini_string" + getChangeToken ( ) ) ; loc0 . append ( "sr...
1,250
parses a given distance and converts it to this unit . concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep d...
double function ( String arg0 , DistanceUnit arg1 ) { return parse ( arg0 , arg1 , this ) ; }
1,251
sets the value of the id property . concode_field_sep ReportSet.Reports reports concode_elem_sep ReportSet.Configuration configuration concode_elem_sep String inherited concode_elem_sep List<String> report concode_elem_sep String id concode_elem_sep List<Element> any concode_field_sep void setReports concode_elem_sep R...
void function ( String arg0 ) { this . id = arg0 ; }
1,252
reads and parses the blob with given name , applying name translation using the link #blobname method concode_field_sep ToXContent.Params SNAPSHOT_ONLY_FORMAT_PARAMS concode_elem_sep String blobNameFormat concode_elem_sep FromXContentBuilder<T> reader concode_elem_sep ParseFieldMatcher parseFieldMatcher concode_field_s...
T function ( BlobContainer arg0 , String arg1 ) { String loc0 = loc0 ( arg1 ) ; return readBlob ( arg0 , loc0 ) ; }
1,253
the error . concode_field_sep String spotFleetRequestId concode_elem_sep CancelSpotFleetRequestsError error concode_field_sep String getSpotFleetRequestId concode_elem_sep CancelSpotFleetRequestsErrorItem withError concode_elem_sep void setError concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
CancelSpotFleetRequestsError function ( ) { return this . error ; }
1,254
sets the value of the target property . concode_field_sep Layout layout concode_elem_sep List<JAXBElement<?>> pageOrGroupOrLine concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean nowidget concode_elem_sep String align concode_elem_sep String clazz concode_elem_sep String target concod...
void function ( String arg0 ) { this . target = arg0 ; }
1,255
returns a new array that prepends element to array . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] copyAsObjectArray concode_elem_sep void swap concode_elem_sep Object ch...
T [ ] function ( @ Nullable T arg0 , T [ ] arg1 ) { T [ ] loc0 = newArray ( arg1 , arg1 . length + 1 ) ; loc0 [ 0 ] = arg0 ; System . arraycopy ( arg1 , 0 , loc0 , 1 , arg1 . length ) ; return loc0 ; }
1,256
empty implementation , subclasses needing to set parameters have to override this class . concode_field_sep String PACKAGE_NAME concode_field_sep double distance concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep double di...
void function ( String arg0 ) { }
1,257
set if regression is used . concode_field_sep KernelType kernelType concode_elem_sep SVMType svmType concode_elem_sep int inputNeurons concode_elem_sep int outputNeurons concode_elem_sep boolean regression concode_field_sep void addHiddenLayer concode_elem_sep void setOutputNeurons concode_elem_sep void setSVMType conc...
void function ( final boolean arg0 ) { this . regression = arg0 ; }
1,258
returns the name of the cateogry for the current locale concode_field_sep Column[] columns concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setColumns concode_elem_sep void setId concod...
String function ( ) { return this . name ; }
1,259
search the revisions by number of revision . if not found , return null . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep...
Revision function ( String arg0 ) { final Iterator loc0 = revisions . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Revision loc1 = ( Revision ) loc0 . next ( ) ; if ( loc1 . getNumber ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
1,260
the column headings for the data returned by the trusted advisor check . the order of the headings corresponds to the order of the data in the metadata element of the trustedadvisorresourcedetail for the check . metadata contains all the data that is shown in the excel download , even in those cases where the ui shows ...
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . metadata = null ; return ; } this . metadata = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; }
1,261
sets the value of the keyfeatures property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String name concode_elem_sep String downloadLocation concode_elem_sep String keyFeatures concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setName concode_elem_sep String get...
void function ( String arg0 ) { this . keyFeatures = arg0 ; }
1,262
indicates that at least this or one of the child instances of abstracttext is highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighlighted c...
boolean function ( ) { return hasHighlight ; }
1,263
say that this bean has no icons . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodDescriptor[] getMethodDescriptors concode_elem_sep int getDefaultPropertyIndex concode_elem_sep BeanInfo[] getAdditionalBeanInfo concode_elem_sep int getDefaultEventIndex concode_elem_sep EventSetDescriptor[] getEventSet...
Image function ( int arg0 ) { return null ; }
1,264
returns the width calculation type . concode_field_sep float widthRatio concode_elem_sep TextBlockAnchor labelAnchor concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType widthType concode_elem_sep RectangleAnchor category...
CategoryLabelWidthType function ( ) { return this . widthType ; }
1,265
creates a test browser . concode_field_sep Class<? extends WebDriver> FIREFOX concode_elem_sep String GET concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String DELETE concode_elem_sep Class<? extends WebDriver> HTMLUNIT concode_field_sep Map<String,String> inMemor...
TestBrowser function ( Class < ? extends WebDriver > arg0 ) { return testBrowser ( arg0 , Helpers$ . MODULE$ . testServerPort ( ) ) ; }
1,266
converts an int to a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep byte[] floatToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytes...
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) ( arg0 >>> 8 ) ; loc0 [ 1 ] = ( byte ) ( arg0 ) ; return loc0 ; }
1,267
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testOverlapsWidth concode_elem_sep void testAccepts concode_elem_sep void testCloning concode_elem_sep void testEquals
void function ( ) { SimpleHistogramBin loc0 = new SimpleHistogramBin ( 1.0 , 2.0 , false , true ) ; loc0 . setItemCount ( 123 ) ; SimpleHistogramBin loc1 = ( SimpleHistogramBin ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
1,268
multiply the x and y coordinates of a pvector against this matrix . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m02 concode_elem_sep float m01 concode_elem_sep float m12 concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep float cos con...
PVector function ( PVector arg0 , PVector arg1 ) { if ( arg1 == null ) { arg1 = new PVector ( ) ; } arg1 . x = m00 * arg0 . x + m01 * arg0 . y + m02 ; arg1 . y = m10 * arg0 . x + m11 * arg0 . y + m12 ; return arg1 ; }
1,269
get additional file attributes to be added to file descriptor . by default there are no extra attributes , but subclasses can override this method and specify it . concode_field_sep Path targetPath concode_elem_sep int accessMode concode_field_sep String getDescriptor concode_elem_sep Path getTargetPath concode_elem_se...
String function ( ) { return null ; }
1,270
sets the value of the zoom property . concode_field_sep CTSphereCoords rot concode_elem_sep STPresetCameraType prst concode_elem_sep Integer zoom concode_elem_sep Integer fov concode_field_sep int getZoom concode_elem_sep void setRot concode_elem_sep CTSphereCoords getRot concode_elem_sep void setFov concode_elem_sep v...
void function ( Integer arg0 ) { this . zoom = arg0 ; }
1,271
set the previous node . concode_field_sep int blockSize concode_elem_sep int position concode_elem_sep Node prev concode_elem_sep Node next concode_field_sep Node next concode_elem_sep int getPosition concode_elem_sep int getBlockSize concode_elem_sep Node prev concode_elem_sep void setNext concode_elem_sep String toSt...
void function ( Node arg0 ) { this . prev = arg0 ; }
1,272
print an exception message with a stack trace . concode_field_sep MessageFormat messageFormat concode_elem_sep ResourceBundle textResources concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void print concode_elem_sep void print con...
void function ( String arg0 , Exception arg1 ) { if ( arg0 != null ) { try { println ( arg0 ) ; } catch ( MissingResourceException loc0 ) { printDirectln ( arg0 ) ; } } System . out . flush ( ) ; arg1 . printStackTrace ( ) ; }
1,273
specifies the thread pool size to use when async is true concode_field_sep boolean async concode_elem_sep String solverId concode_elem_sep String configFile concode_elem_sep int threadPoolSize concode_field_sep int getThreadPoolSize concode_elem_sep void setAsync concode_elem_sep void setSolverId concode_elem_sep boole...
void function ( int arg0 ) { this . threadPoolSize = arg0 ; }
1,274
what to do if data size exceeded quota limit . throwing exception or logging only . depends on preconfigured parameter . concode_field_sep ThreadLocal<ChangesItem> pendingChanges concode_elem_sep Log LOG concode_elem_sep RPCService rpcService concode_elem_sep RemoteCommand applyPersistedChangesTask concode_elem_sep Str...
void function ( String arg0 ) { switch ( exceededQuotaBehavior ) { case EXCEPTION : throw new ExceededQuotaLimitException ( arg0 ) ; case WARNING : LOG . warn ( arg0 ) ; break ; } }
1,275
set view height concode_field_sep String CLASS_NAME_GRID_VIEW concode_elem_sep String FIELD_NAME_VERTICAL_SPACING concode_field_sep List<T> getDescendants concode_elem_sep int getListViewHeightBasedOnChildren concode_elem_sep boolean isTablet concode_elem_sep void setSearchViewOnClickListener concode_elem_sep int getGr...
void function ( View arg0 , int arg1 ) { if ( arg0 == null ) { return ; } ViewGroup . LayoutParams loc0 = arg0 . getLayoutParams ( ) ; loc0 . arg1 = arg1 ; }
1,276
returns an iterator that iterates over the keys on the priority queue in ascending order . the iterator does n't implement remove since it 's optional . concode_field_sep Key[] pq concode_elem_sep Comparator<Key> comparator concode_elem_sep MinPQ<Key> copy concode_elem_sep int N concode_field_sep Key next concode_elem_...
Iterator < Key > function ( ) { return new HeapIterator ( ) ; }
1,277
return whether or not a parameter might be non-null . concode_field_sep int MAX_PARAMS concode_elem_sep int bits concode_field_sep void setParamsWithProperty concode_elem_sep void setParamsWithProperty concode_elem_sep void setParamWithProperty concode_elem_sep boolean isEmpty concode_elem_sep Iterable<Integer> iterabl...
boolean function ( int arg0 ) { if ( arg0 < 0 || arg0 > 31 ) { return false ; } else { return ( bits & ( 1 << arg0 ) ) != 0 ; } }
1,278
issue a log msg with the given level . invokes log.log l , message , t ; concode_field_sep org.apache.log4j.Logger log concode_elem_sep String FQCN concode_field_sep void init concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concod...
void function ( Level arg0 , Object arg1 , Throwable arg2 ) { log . log ( FQCN , arg0 , arg1 , arg2 ) ; }
1,279
gets the value of the dpname property . concode_field_sep String dpName concode_elem_sep String eventName concode_elem_sep List<EffectType.Event> event concode_field_sep List<EffectType.Event> getEvent concode_elem_sep String getEventName concode_elem_sep void setDpName concode_elem_sep void setEventName
String function ( ) { return dpName ; }
1,280
remove the given object from this transferable . if the object does not exist in the transferable , then do nothing . concode_field_sep DataFlavor namedObjFlavor concode_elem_sep DataFlavor[] _flavors concode_elem_sep List _objectList concode_field_sep boolean isDataFlavorSupported concode_elem_sep void addObject conco...
void function ( NamedObj arg0 ) { if ( _objectList . contains ( arg0 ) ) { _objectList . remove ( arg0 ) ; } }
1,281
appends a tag that indicates text that is the code for a program . concode_field_sep String UL concode_elem_sep String BLOCKQUOTE concode_elem_sep String P concode_elem_sep String IMG concode_elem_sep String BR concode_elem_sep String CODE concode_elem_sep String OL concode_elem_sep String HREF concode_elem_sep String ...
XHTMLText function ( ) { text . openElement ( CODE ) ; return this ; }
1,282
get the sequencing context in which this reader is being used . concode_field_sep Logger logger concode_elem_sep Node node concode_elem_sep SymbolSpaceResolvers resolvers concode_elem_sep String propertyName concode_elem_sep String refNamespace concode_elem_sep SymbolSpace refKind concode_elem_sep Sequencer.Context con...
Sequencer . Context function ( ) { return context ; }
1,283
if the url scheme is https , store it as http in the database , not to make user enter and remember same credentials twice . concode_field_sep String myUnifiedUrl concode_elem_sep boolean mySaveOnDisk concode_elem_sep String myPassword concode_elem_sep Project myProject concode_elem_sep String myLogin concode_elem_sep ...
String function ( @ NotNull String arg0 ) { String loc0 = "srini_string" ; if ( arg0 . startsWith ( loc0 ) ) { return "srini_string" + arg0 . substring ( loc0 . length ( ) ) ; } return arg0 ; }
1,284
adds a new zoom listener . concode_field_sep Pan mPan concode_elem_sep RectF zoomR concode_elem_sep Zoom mPinchZoom concode_elem_sep float oldX concode_elem_sep float oldY concode_elem_sep GraphicalView graphicalView concode_elem_sep DefaultRenderer mRenderer concode_elem_sep float oldY2 concode_elem_sep float oldX2 co...
void function ( ZoomListener arg0 ) { if ( mPinchZoom != null ) { mPinchZoom . addZoomListener ( arg0 ) ; } }
1,285
returns a clone of this text format with the font configured as specified . concode_field_sep boolean antialias concode_elem_sep Font font concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep TextFormat withAntialias
TextFormat function ( String arg0 , float arg1 ) { return withFont ( new Font ( arg0 , arg1 ) ) ; }
1,286
as some translatable #gettranslation methods have not been implemented yet , this allows us to try to usethe method in a safer manner for catalogtype s. concode_field_sep Supplier<MessageProvider> messageProvider concode_elem_sep UUID consoleFakeUUID concode_field_sep Optional<OptionSubject> getSubject concode_elem_sep...
String function ( T arg0 ) { try { String loc0 = arg0 . getTranslation ( ) . get ( ) ; if ( ! loc0 . isEmpty ( ) ) { return loc0 ; } } catch ( AbstractMethodError loc0 ) { } return arg0 . getName ( ) ; }
1,287
sets the company id of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_...
void function ( long arg0 ) { _meetupsEntry . setCompanyId ( arg0 ) ; }
1,288
activate the given array without disabling all other filters . concode_field_sep Map<ICommonFilterDescriptor,ViewerFilter> declaredViewerFilters concode_elem_sep ViewerFilter[] NO_FILTERS concode_elem_sep Set enforcedViewerFilters concode_elem_sep NavigatorContentService contentService concode_elem_sep Set<String> acti...
void function ( String [ ] arg0 ) { Assert . isNotNull ( arg0 ) ; synchronized ( activeFilters ) { activeFilters . addAll ( Arrays . asList ( arg0 ) ) ; } }
1,289
return the prefix to be applied to any code built by this resolver . returns an empty string in case of no prefix . concode_field_sep MessageCodeFormatter DEFAULT_FORMATTER concode_elem_sep String prefix concode_elem_sep MessageCodeFormatter formatter concode_elem_sep String CODE_SEPARATOR concode_field_sep void buildF...
String function ( ) { return this . prefix ; }
1,290
get the checksum . concode_field_sep String bitstreamFormat concode_elem_sep String internalId concode_elem_sep int storeNumber concode_elem_sep boolean deleted concode_elem_sep long size concode_elem_sep int bitstreamId concode_elem_sep String name concode_elem_sep String checksumAlgorithm concode_elem_sep String sour...
String function ( ) { return storedChecksum ; }
1,291
accessor for maximum number of seconds for recording . concode_field_sep String agentId concode_elem_sep String fileName concode_elem_sep String seconds concode_elem_sep String courseAssignmentContext concode_elem_sep String fileExtension concode_elem_sep String appName concode_elem_sep String imageURL concode_elem_sep...
String function ( ) { return seconds ; }
1,292
reads a string field value from the stream . concode_field_sep int STATE_VARINT concode_elem_sep long limit concode_elem_sep FieldEncoding nextFieldEncoding concode_elem_sep long pushedLimit concode_elem_sep int FIELD_ENCODING_MASK concode_elem_sep BufferedSource source concode_elem_sep int STATE_TAG concode_elem_sep i...
String function ( ) { long loc0 = beforeLengthDelimitedScalar ( ) ; return source . readUtf8 ( loc0 ) ; }
1,293
looks at the object at the top of this stack without removing it from the stack . if the stack is empty , it returns false . concode_field_sep int m_allocatedSize concode_elem_sep boolean m_values[] concode_elem_sep int m_index concode_field_sep boolean pop concode_elem_sep void setTop concode_elem_sep boolean peekOrTr...
boolean function ( ) { return ( m_index > - 1 ) ? m_values [ m_index ] : false ; }
1,294
gets the cssvaluetypedesc attribute of the cssvalue object concode_field_sep List TYPE_DESCRIPTIONS concode_elem_sep Map sacTypesStrings concode_field_sep short guessType concode_elem_sep boolean isAbsoluteUnit concode_elem_sep boolean isAbsoluteUnit concode_elem_sep short sacPrimitiveTypeForString concode_elem_sep Str...
String function ( CSSValue arg0 ) { switch ( arg0 . getCssValueType ( ) ) { case CSSValue . CSS_CUSTOM : return "srini_string" ; case CSSValue . CSS_INHERIT : return "srini_string" ; case CSSValue . CSS_PRIMITIVE_VALUE : return "srini_string" ; case CSSValue . CSS_VALUE_LIST : return "srini_string" ; default : return "...
1,295
sets the cart id of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure concode_e...
void function ( long arg0 ) { _shoppingCart . setCartId ( arg0 ) ; }
1,296
gets the hour value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY conc...
String function ( ) { return hour ; }
1,297
password for authentication concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId concode_elem_sep...
void function ( String arg0 ) { this . password = arg0 ; }
1,298
removes all whitespace chars in the sequence string concode_field_sep Pattern DIGIT concode_elem_sep Pattern NONWORD concode_elem_sep Pattern AMBIGUOUS_AA concode_elem_sep Pattern NON_AA concode_elem_sep Pattern AA concode_elem_sep Pattern AMBIGUOUS_NUCLEOTIDE concode_elem_sep Pattern WHITE_SPACE concode_elem_sep Patte...
String function ( String arg0 ) { assert arg0 != null ; final Matcher loc0 = SequenceUtil . WHITE_SPACE . matcher ( arg0 ) ; arg0 = loc0 . replaceAll ( "srini_string" ) . toUpperCase ( ) ; return arg0 ; }
1,299
gets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap entries concode_e...
Reference function ( ) { return pObjectReference ; }