idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
17,700
returns the message that indicates the cause of this inferenceissue . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint> constraints concode_elem_sep InferredType infe...
String function ( ) { return message ; }
17,701
update a report with a validation error . concode_field_sep int MAX_LENGTH concode_field_sep void validateType concode_elem_sep void validateLength concode_elem_sep void validateFunctionMethods concode_elem_sep void validateFunctionMethods concode_elem_sep void validateDescription concode_elem_sep void validateFunction...
void function ( ValidatorReport arg0 , FunctionMethod arg1 , String arg2 ) { arg0 . addItem ( new InvalidFunctionItem ( arg1 , arg2 ) ) ; }
17,702
leftclick concode_field_sep PlaceHolder placeHolder concode_field_sep TreeModel getTreeModel concode_elem_sep boolean rightClick concode_elem_sep void doubleClick
void function ( DefaultMutableTreeNode arg0 ) { }
17,703
returns a predicate filter to filter an iterable to return all partitions that the current replication event specification is allowed to replicate-replace-into concode_field_sep boolean isInReplicationScope concode_elem_sep Collator collator concode_elem_sep String currStateId concode_elem_sep boolean isNoop concode_el...
Predicate < Partition > function ( ) { return new Predicate < Partition > ( ) { @ Override public boolean apply ( @ Nullable Partition arg0 ) { if ( arg0 == null ) { return false ; } return ( allowEventReplacementInto ( arg0 ) ) ; } } ; }
17,704
gets the value of the newmonthlypaymentamount property . concode_field_sep double beginningBalance concode_elem_sep double modifiedBalance concode_elem_sep double newMonthlyPaymentAmount concode_elem_sep XMLGregorianCalendar effectiveDate concode_field_sep double getBeginningBalance concode_elem_sep void setBeginningBa...
double function ( ) { return newMonthlyPaymentAmount ; }
17,705
parses a string into a uri and returns null if the given string is null . concode_field_sep String AUTHORITY_SKYPE concode_elem_sep String SCHEME_TEL concode_elem_sep String SCHEME_SMS concode_elem_sep String AUTHORITY_SIP concode_elem_sep String SCHEME_SMSTO concode_elem_sep String SCHEME_IMTO concode_elem_sep String ...
Uri function ( String arg0 ) { if ( arg0 == null ) { return null ; } return Uri . parse ( arg0 ) ; }
17,706
a list of image objects corresponding to the image references in the request . concode_field_sep java.util.List<Image> images concode_elem_sep java.util.List<ImageFailure> failures concode_field_sep BatchGetImageResult withFailures concode_elem_sep BatchGetImageResult withFailures concode_elem_sep int hashCode concode_...
java . util . List < Image > function ( ) { return images ; }
17,707
callback method if a command was sent on the event bus . default implementation delegates to abstracteventsubscriber #receivecommand string , command . any exceptions , which may occur in this callback method , are caught and logged . hint : do not block the reception of this event for long-term tasks . for long-term t...
void function ( String arg0 , Command arg1 , String arg2 ) { receiveCommand ( arg0 , arg1 ) ; }
17,708
returns the location for the report controler , one of borderlayout.north , borderlayout.south , borderlayout.east or borderlayout.west . concode_field_sep JMenu[] EMPTY_MENUS concode_elem_sep ParameterReportControllerPane controllerPane concode_elem_sep PreviewPane previewPane concode_elem_sep Log logger concode_elem_...
String function ( ) { return BorderLayout . NORTH ; }
17,709
creates and returns a response intended to tell the user something . after the specified output is read to the user , the session ends . note that the response created with this method does not include a graphical card for the companion app . all arguments in this method are required and can not be null . concode_field...
SpeechletResponse function ( final OutputSpeech arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } SpeechletResponse loc0 = new SpeechletResponse ( ) ; loc0 . setShouldEndSession ( true ) ; loc0 . setOutputSpeech ( arg0 ) ; return loc0 ; }
17,710
returns the result of interpreting the object as an instance of ` element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep QVTTemplatePackage modelPackage concode_field_sep T caseOclExpression concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode...
T function ( Element arg0 ) { return null ; }
17,711
returns the primary key of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM...
long function ( ) { return _foo . getPrimaryKey ( ) ; }
17,712
populate the supplied response modelnode with information about the supplied provider concode_field_sep ObjectListAttributeDefinition LOADED_PROVIDERS concode_elem_sep ObjectTypeAttributeDefinition PROPERTY concode_elem_sep SimpleAttributeDefinition RELATIVE_TO concode_elem_sep SimpleAttributeDefinition PATH concode_el...
void function ( final ModelNode arg0 , final Provider arg1 , final boolean arg2 ) { arg0 . get ( ElytronDescriptionConstants . NAME ) . set ( arg1 . getName ( ) ) ; arg0 . get ( ElytronDescriptionConstants . INFO ) . set ( arg1 . getInfo ( ) ) ; arg0 . get ( ElytronDescriptionConstants . VERSION ) . set ( arg1 . getVer...
17,713
sets the name of this resource permission . concode_field_sep ResourcePermission _resourcePermission concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEs...
void function ( java . lang . String arg0 ) { _resourcePermission . setName ( arg0 ) ; }
17,714
sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep boolean followProtocolRedirects concode_elem_sep...
OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; }
17,715
is this a null reference ? concode_field_sep Object data concode_field_sep ObjectReference fromObject concode_elem_sep ObjectReference nullReference concode_elem_sep Object toObject concode_elem_sep Address toAddress
boolean function ( ) { return false ; }
17,716
remove a listener from the listener list . concode_field_sep ArrayList<MessageListener> listeners concode_elem_sep Message message concode_field_sep void notifyListeners concode_elem_sep void sendMessage concode_elem_sep void addListener
void function ( MessageListener arg0 ) { listeners . remove ( arg0 ) ; }
17,717
runs the test-install . sh script that tests whether motech was installed properly . this script should be available on the classpath , it should install motech and then make sure it installed properly . it will be executed with root rights in the test chroot . it should log all errors to its stderr and return an exit ...
void function ( ) { int loc0 = runScript ( "srini_string" , true ) ; if ( loc0 != 0 ) { LOGGER . error ( "srini_string" + readErrors ( ) ) ; } assertEquals ( "srini_string" , 0 , loc0 ) ; }
17,718
gets item . concode_field_sep PokemonGo pgo concode_elem_sep HashMap<ItemId,Item> items concode_field_sep void addItem concode_elem_sep Result removeItem concode_elem_sep Collection<Item> getItems concode_elem_sep int getItemsCount concode_elem_sep void reset
Item function ( ItemId arg0 ) { if ( arg0 == ItemId . UNRECOGNIZED ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( ! items . containsKey ( arg0 ) ) { return new Item ( ItemData . newBuilder ( ) . setCount ( 0 ) . setItemId ( arg0 ) . build ( ) ) ; } return items . get ( arg0 ) ; }
17,719
if the spectrum is not mutable build an mutable version otherwise return this concode_field_sep int m_PrecursorCharge concode_elem_sep double m_PrecursorMassChargeRatio concode_elem_sep ISpectrumPeak[] m_Peaks concode_elem_sep MutableMeasuredSpectrum[] EMPTY_ARRAY concode_elem_sep Class THIS_CLASS concode_elem_sep doub...
MutableMeasuredSpectrum function ( ) { return this ; }
17,720
method to get the tag id . concode_field_sep long tagID concode_elem_sep String resourcePath concode_elem_sep long taggedTime concode_elem_sep String tagName concode_elem_sep String taggedUserName concode_field_sep void setTagName concode_elem_sep void setResourcePath concode_elem_sep String getTagName concode_elem_sep...
Long function ( ) { return tagID ; }
17,721
the pipeline identifiers . if you require additional information about the pipelines , you can use these identifiers to call describepipelines and getpipelinedefinition . concode_field_sep Boolean hasMoreResults concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<PipelineIdName> pipel...
ListPipelinesResult function ( java . util . Collection < PipelineIdName > arg0 ) { setPipelineIdList ( arg0 ) ; return this ; }
17,722
logs to the android logger at warn level . logs regardless of buildconfig.debug value . concode_field_sep String fileDir concode_elem_sep String filePath concode_elem_sep FileOutputStream fileOutputStream concode_elem_sep String TAG concode_elem_sep boolean IS_FIRST concode_elem_sep boolean IS_SAVE_LOG concode_field_se...
void function ( Object arg0 , Object ... arg1 ) { androidUtilLog ( Log . WARN , String . valueOf ( arg0 ) , arg1 ) ; }
17,723
disable the ability to write . the file can still be deleted afterwards . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void delete concode_elem_sep boolean createFile concode_elem_sep String unwrap concode_elem_sep InputStream newInputStream concode_elem_sep void readFully...
boolean function ( String arg0 ) { return FilePath . get ( arg0 ) . setReadOnly ( ) ; }
17,724
gets the value of the skugroup property . concode_field_sep String skuGroup concode_elem_sep BigInteger productId concode_elem_sep BigDecimal costPrice concode_elem_sep Boolean isBackordered concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep String productName concode_field_sep void set...
String function ( ) { return skuGroup ; }
17,725
adds a feature to the configuration . concode_field_sep List features concode_elem_sep Object extension concode_elem_sep Class extClass concode_elem_sep Constructor constructor concode_elem_sep String className concode_elem_sep Logger logger concode_elem_sep Class[] interfs concode_field_sep boolean isSuperImpl concode...
Feature function ( String arg0 ) { Feature loc0 = new Feature ( arg0 ) ; features . add ( loc0 ) ; if ( logger . isDebugEnabled ( ) ) logger . debug ( "srini_string" + arg0 ) ; return loc0 ; }
17,726
zwraca partialconsumera dla uuid z tego beana w contextmapie . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep ContextMap contextMap concode_elem_sep UUID uuid concode_field_sep UUID getUuid concode_elem_sep String get concode_elem_sep void setContext concode_elem_sep void setCon...
PartialConsumer function ( ) { return contextMap . getViewContext ( uuid ) ; }
17,727
create a new locationupdaterequester concode_field_sep PlaceHolder placeHolder concode_field_sep ILastLocationFinder getLastLocationFinder concode_elem_sep SharedPreferenceSaver getSharedPreferenceSaver concode_elem_sep IStrictMode getStrictMode
LocationUpdateRequester function ( LocationManager arg0 ) { return PlacesConstants . SUPPORTS_GINGERBREAD ? new GingerbreadLocationUpdateRequester ( arg0 ) : new FroyoLocationUpdateRequester ( arg0 ) ; }
17,728
gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea...
String function ( ) { return name ; }
17,729
get the class of data obtained by #getdata concode_field_sep Soundbank soundbank concode_elem_sep Class<?> dataClass concode_elem_sep String name concode_field_sep String getName concode_elem_sep Object getData concode_elem_sep Soundbank getSoundbank
Class < ? > function ( ) { return dataClass ; }
17,730
converts the string we got from the radio to a parsable xml document concode_field_sep Logger logger concode_elem_sep Document xmlDoc concode_field_sep String getCharacterDataFromElement concode_elem_sep boolean getValueU8AsBoolean concode_elem_sep boolean isStatusOk concode_elem_sep int getValueU32AsInt concode_elem_s...
Document function ( String arg0 ) { final DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; final DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; final Document loc2 = loc1 . parse ( new InputSource ( new StringReader ( arg0 ) ) ) ; return loc2 ; }
17,731
logs a warning to the system admin . concode_field_sep LogRecordHandler logRecordHandler concode_elem_sep String name concode_elem_sep Log ANONYMOUS concode_elem_sep Map<String,Log> LOGGERS concode_elem_sep boolean debugEnabled concode_field_sep LogRecordHandler getLogRecordHandler concode_elem_sep void debug concode_e...
void function ( Object ... arg0 ) { log ( Level . WARN , arg0 ) ; }
17,732
returns the suffix used to unique the column aliases for this particular alias set . concode_field_sep Map userProvidedAliases concode_elem_sep String[] indexAliases concode_elem_sep String[] keyAliases concode_elem_sep String identifierAlias concode_elem_sep String suffix concode_elem_sep String[] elementAliases conco...
String function ( ) { return suffix ; }
17,733
returns the spring bean id for this bean . concode_field_sep UserTrackerLocalService _userTrackerLocalService concode_field_sep int getUserTrackersCount concode_elem_sep com.liferay.portal.model.UserTracker fetchUserTracker concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Actio...
java . lang . String function ( ) { return _userTrackerLocalService . getBeanIdentifier ( ) ; }
17,734
returns the login timeout when connecting to a database in seconds . concode_field_sep PrintStream thePrintStream concode_elem_sep PrintWriter thePrintWriter concode_elem_sep int loginTimeout concode_elem_sep SQLPermission logPermission concode_elem_sep List<Driver> theDrivers concode_field_sep boolean isClassFromClass...
int function ( ) { return loginTimeout ; }
17,735
returns symbol declaration type concode_field_sep int declType concode_elem_sep Node node concode_elem_sep String name concode_elem_sep Scope containingTable concode_elem_sep int index concode_field_sep void setName concode_elem_sep Scope getContainingTable concode_elem_sep void setDeclType concode_elem_sep String getN...
int function ( ) { return declType ; }
17,736
the number of fractional digits for this type . null is returned for data types where this is not applicable . 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_ele...
Integer function ( ) { switch ( this . type ) { case BOOLEAN_TYPE : case TINYINT_TYPE : case SMALLINT_TYPE : case INT_TYPE : case BIGINT_TYPE : return 0 ; case FLOAT_TYPE : return 7 ; case DOUBLE_TYPE : return 15 ; case DECIMAL_TYPE : return typeQualifiers . getScale ( ) ; case TIMESTAMP_TYPE : return 9 ; default : ret...
17,737
sets the value of the format property . concode_field_sep Layout layout concode_elem_sep String format concode_elem_sep String lang concode_elem_sep String clazz concode_field_sep String getClazz concode_elem_sep Layout getLayout concode_elem_sep String getLang concode_elem_sep void setClazz concode_elem_sep String get...
void function ( String arg0 ) { this . format = arg0 ; }
17,738
gets the changedate concode_field_sep String changeTime concode_elem_sep String newValue concode_elem_sep String districtCode concode_elem_sep String school concode_elem_sep String district concode_elem_sep String changeBy concode_elem_sep String changeType concode_elem_sep String changeField concode_elem_sep String ch...
String function ( ) { return ( this . changeDate ) ; }
17,739
return number of bytes given to this compressor since last reset . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep int userBufLen concode_elem_sep Log LOG concode_elem_sep int uncompressedDirect...
long function ( ) { return bytesRead ; }
17,740
converts a string produced by timetostring or datetostring back to a time , represented as the number of milliseconds since january 1 , 1970 , 00:00:00 gmt . concode_field_sep ThreadLocal<SimpleDateFormat[]> TL_FORMATS concode_elem_sep int formatLen concode_elem_sep SimpleDateFormat format concode_elem_sep TimeZone GMT...
long function ( String arg0 ) { return stringToDate ( arg0 ) . getTime ( ) ; }
17,741
sets the eligible value for this directcare . concode_field_sep java.util.Calendar endDate concode_elem_sep java.lang.String endReason concode_elem_sep boolean eligible concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc c...
void function ( boolean arg0 ) { this . eligible = arg0 ; }
17,742
returns a position this messenger currently considers noteworthy . i.e. location of latest incoming message , then that of respectively next , when repeatedly called . concode_field_sep LinkedList<IMessage> messages concode_elem_sep int focusedMessageIndex concode_elem_sep int latestTickTime concode_elem_sep IGameTimeP...
ShortPoint2D function ( ) { if ( ! messages . isEmpty ( ) ) { return messages . get ( focusedMessageIndex ++ % messages . size ( ) ) . getPosition ( ) ; } return null ; }
17,743
creates an instance of exporttypeenum from value . concode_field_sep java.util.Map<String,ExportTypeEnum> VALUES concode_elem_sep java.util.List<String> staticNames concode_elem_sep ExportTypeEnum XLS concode_elem_sep ExportTypeEnum PDF concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String value conc...
ExportTypeEnum function ( java . lang . String arg0 ) { ExportTypeEnum loc0 = ( ExportTypeEnum ) VALUES . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + staticLiterals ) ; } return loc0 ; }
17,744
sets the type description . concode_field_sep Comments comments concode_elem_sep boolean nullable concode_elem_sep String name concode_elem_sep String description concode_elem_sep Class type concode_elem_sep boolean constrained concode_field_sep void setConstrained concode_elem_sep String getName concode_elem_sep void ...
void function ( final String arg0 ) { this . description = arg0 ; }
17,745
returns the scaled image based on the maximum height and width given while preserving the aspect ratio . if the image is already larger in both dimensions , the image will not be scaled . concode_field_sep ImageTool _imageTool concode_field_sep void encodeWBMP concode_elem_sep ImageBag read concode_elem_sep ImageBag re...
RenderedImage function ( RenderedImage arg0 , int arg1 , int arg2 ) { return getImageTool ( ) . scale ( arg0 , arg1 , arg2 ) ; }
17,746
finds all executable files with the specified base name , that are located in directories from path environment variable . concode_field_sep Logger LOG concode_elem_sep String PATH_ENV_VAR_NAME concode_field_sep List<File> doFindExeFilesInPath concode_elem_sep File findInOriginalPath concode_elem_sep File findInPath co...
List < File > function ( @ NotNull String arg0 ) { return findAllExeFilesInPath ( arg0 , null ) ; }
17,747
returns string representation of this matcher concode_field_sep long serialVersionUID concode_elem_sep HashSet<AgencyAndId> agencyAndStopIds concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isEmpty concode_elem_sep StopMatcher clone concode_elem_sep StopMatcher emptyMatcher concod...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( AgencyAndId loc1 : agencyAndStopIds ) { loc0 . append ( loc1 . toString ( ) ) ; loc0 . append ( "srini_string" ) ; } if ( loc0 . length ( ) > 0 ) { loc0 . setLength ( loc0 . length ( ) - 1 ) ; } return loc0 . toString ( ) ; }
17,748
return the map with deferredresult adapters.by default the map contains adapters for deferredresult , which simply downcasts , listenablefuture , and completionstage . concode_field_sep Map<Class<?>,DeferredResultAdapter> adapterMap concode_field_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValu...
Map < Class < ? > , DeferredResultAdapter > function ( ) { return this . adapterMap ; }
17,749
see javadoc for #startnewlocalitygroup string , list . concode_field_sep LRUMap validVisibilities concode_elem_sep boolean startedLG concode_elem_sep boolean startedDefaultLG concode_elem_sep FileSKVWriter writer concode_field_sep void _startNewLocalityGroup concode_elem_sep void close concode_elem_sep void startDefaul...
void function ( String arg0 , Set < String > arg1 ) { HashSet < ByteSequence > loc0 = new HashSet < > ( ) ; for ( String loc1 : arg1 ) { loc0 . add ( new ArrayByteSequence ( loc1 ) ) ; } _startNewLocalityGroup ( arg0 , loc0 ) ; }
17,750
test print concode_field_sep String[] numNames concode_elem_sep String[] majorNames concode_elem_sep String[] tensNames concode_elem_sep String[] majorNamesPlural concode_field_sep String convertLessThanOneThousand concode_elem_sep String getAmtInWords concode_elem_sep void main concode_elem_sep String convert
void function ( String arg0 ) { try { System . out . println ( arg0 + "srini_string" + getAmtInWords ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
17,751
sets the value of the templateref property . concode_field_sep ResourceType templateRef concode_elem_sep List<ReferenceType> resourceReference concode_field_sep List<ReferenceType> getResourceReference concode_elem_sep ResourceType getTemplateRef
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; }
17,752
return the path variable with the given name , if present . concode_field_sep PlaceHolder placeHolder concode_field_sep Headers headers concode_elem_sep HttpMethod method concode_elem_sep List<String> queryParams concode_elem_sep List<Charset> acceptCharset concode_elem_sep List<HttpRange> range concode_elem_sep T body...
Optional < String > function ( String arg0 ) { return Optional . ofNullable ( this . pathVariables ( ) . get ( arg0 ) ) ; }
17,753
for queries without associated data concode_field_sep Collection testCollection concode_elem_sep String query concode_elem_sep ExistXmldbEmbeddedServer existEmbeddedServer concode_field_sep void uriConstructor concode_elem_sep ResourceSet queryResource concode_elem_sep ResourceSet queryResource concode_elem_sep XQueryS...
ResourceSet function ( XQueryService arg0 , String arg1 , int arg2 , String arg3 ) { ResourceSet loc0 = arg0 . arg1 ( arg1 ) ; if ( arg3 == null ) { assertEquals ( arg2 , loc0 . getSize ( ) ) ; } else { assertEquals ( arg3 , arg2 , loc0 . getSize ( ) ) ; } return loc0 ; }
17,754
turns a collection of file objects into a collection of relative pathnames by removing the absolute pathname of a directory from each file name . concode_field_sep String absFilnam concode_elem_sep boolean exists concode_field_sep String changeSymbolicPathToRealPath concode_elem_sep Collection directoryDifference conco...
Collection function ( Collection arg0 , String arg1 ) { Collection loc0 = new HashSet ( ) ; Iterator loc1 = arg0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { loc0 . add ( FileUtility . relativePath ( ( ( File ) loc1 . next ( ) ) . getPath ( ) , arg1 ) ) ; } return loc0 ; }
17,755
removes from the mutable copy all differences for the specified action . concode_field_sep KeymapImpl original concode_elem_sep KeymapImpl mutable concode_field_sep void setName concode_elem_sep Keymap getParent concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concod...
void function ( @ NotNull String arg0 ) { assert canReset ( arg0 ) : "srini_string" ; getMutable ( ) . clearOwnActionsId ( arg0 ) ; }
17,756
gets the value of the length property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setLength concode_elem_sep void setActivati...
LengthType function ( ) { return length ; }
17,757
sets the value of the href property . concode_field_sep String orientation concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_s...
void function ( String arg0 ) { this . href = arg0 ; }
17,758
prints the externally-visible fields in xml format . concode_field_sep String IN0 concode_elem_sep PrintStream out concode_elem_sep String IN1 concode_elem_sep String IN2 concode_elem_sep String IN4 concode_elem_sep String IN3 concode_field_sep void printBrief concode_elem_sep void generateHeader0 concode_elem_sep void...
void function ( ClassRef arg0 ) { FieldRef [ ] loc0 = arg0 . getFieldArray ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { FieldRef loc2 = loc0 [ loc1 ] ; out . println ( IN3 + "srini_string" ) ; } }
17,759
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
17,760
sets the amount . concode_field_sep long amount concode_elem_sep String name concode_elem_sep long count concode_field_sep void setName concode_elem_sep String getName concode_elem_sep long getCount concode_elem_sep void setCount concode_elem_sep long getAmount
void function ( long arg0 ) { this . amount = arg0 ; }
17,761
provide the base url for the metadata api to access information about custom objects , apex classes , etc. . concode_field_sep String recentItemsUrl concode_elem_sep String chatterUsersUrl concode_elem_sep String partnerUrl concode_elem_sep String chatterFeedsUrl concode_elem_sep String sobjectUrl concode_elem_sep Stri...
String function ( ) { return this . metadataUrl ; }
17,762
wait for authentication response . concode_field_sep Socket clientSocket concode_elem_sep OutputHandler<K2,V2> handler concode_elem_sep boolean WINDOWS concode_elem_sep Process process concode_elem_sep DownwardProtocol<K1,V1> downlink concode_elem_sep Log LOG concode_elem_sep ServerSocket serverSocket concode_field_sep...
void function ( ) { downlink . flush ( ) ; LOG . debug ( "srini_string" ) ; handler . waitForAuthentication ( ) ; }
17,763
a recursive approach to the depth first search algorithm if the root parameter sent in is null , it starts the search from the head nodes of the graph warning : this method can result in a stackoverflowerror if the graph has to many nodes since the callstack will exceed the size of the stack . . concode_field_sep Place...
void function ( List < Node < T >> arg0 , Node < T > arg1 , Set < Node < T >> arg2 ) { if ( ! arg2 . contains ( arg1 ) ) { arg2 . add ( arg1 ) ; arg0 . add ( arg1 ) ; arg1 . num = arg0 . size ( ) ; for ( Iterator < Node < T >> loc0 = arg1 . succsOf ( ) ; loc0 . hasNext ( ) ; ) { dfs_recursive ( arg0 , loc0 . next ( ) ,...
17,764
extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s...
OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new HttpRequestMessage ( arg0 , arg1 ) ; }
17,765
returns the task queue used by this executor . access to the task queue is intended primarily for debugging and monitoring . this queue may be in active use . retrieving the task queue does not prevent queued tasks from executing . concode_field_sep ThreadPoolExecutor internalPool concode_elem_sep List<ExecutionContext...
BlockingQueue < Runnable > function ( ) { return internalPool . getQueue ( ) ; }
17,766
check whether the given modifier is static . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int ALL_FLAGS concode_elem_sep int SUPER concode_elem_...
boolean function ( int arg0 ) { return ( arg0 & STATIC ) != 0 ; }
17,767
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { XYCoordinate loc0 = new XYCoordinate ( 1.0 , 2.0 ) ; XYCoordinate loc1 = new XYCoordinate ( 1.0 , 2.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
17,768
create an instance of wsfieldurls concode_field_sep QName _Result_QNAME concode_field_sep WsFacetValues createWsFacetFacetValues concode_elem_sep WsFacetValue createWsFacetValue concode_elem_sep WsViewURLs createWsEntryViewURLs concode_elem_sep WsFacets createWsResultFacets concode_elem_sep WsOption createWsOption conc...
WsFieldURLs function ( ) { return new WsFieldURLs ( ) ; }
17,769
remove a host from the up list . concode_field_sep ArrayList hostsUp concode_elem_sep boolean useStickySession concode_elem_sep String stickyCookieName concode_elem_sep Logger log concode_elem_sep ArrayList hostsDown concode_field_sep void init concode_elem_sep void removeAllHosts concode_elem_sep void clearHostsDown c...
void function ( URL arg0 ) { if ( arg0 == null ) { return ; } synchronized ( hostsUp ) { int loc0 = hostsUp . indexOf ( arg0 ) ; if ( loc0 == - 1 ) { return ; } hostsUp . remove ( loc0 ) ; } }
17,770
returns the offset to start as a long value . note that this method may be lossy . concode_field_sep String str concode_elem_sep BigInteger duration concode_elem_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep TimeRefAnchorPoint timeRefAnchorPoint concode_elem_sep URI timeRefUri concode_elem_sep B...
long function ( ) { if ( hasOffsetToStart ( ) ) return offsetToStart . longValue ( ) ; else return 0 ; }
17,771
simplistic method to check if we have reached the point of injection concode_field_sep Configuration conf concode_elem_sep float DEFAULT_PROB concode_elem_sep Random generator concode_elem_sep String FPROB_NAME concode_elem_sep String ALL_PROBABILITIES concode_elem_sep float MAX_PROB concode_elem_sep Log LOG concode_fi...
boolean function ( String arg0 ) { boolean loc0 = false ; if ( generator . nextFloat ( ) < getProbability ( arg0 ) ) { loc0 = true ; } return loc0 ; }
17,772
selects a zk client port . returns the default port if specified . otherwise , returns a random port . the random port is selected from the range between 49152 to 65535 . these ports can not be registered with iana and are intended for dynamic allocation see http://bit.ly/dynports . concode_field_sep List<NIOServerCnxn...
int function ( ) { if ( defaultClientPort > 0 ) { return defaultClientPort ; } return 0xc000 + new Random ( ) . nextInt ( 0x3f00 ) ; }
17,773
get the keystorepassword . concode_field_sep String keystorePassword concode_elem_sep String keystorePath concode_field_sep Builder keystorePassword concode_elem_sep RealmKeystore build concode_elem_sep String getKeystorePath concode_elem_sep String toString concode_elem_sep Builder keystorePath
String function ( ) { return keystorePassword ; }
17,774
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep MixedPropertiesAndAdditionalProp...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
17,775
returns the controller 's id , if an id has not been set before the default value -1 will be returned . concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep...
int function ( ) { return _myController . getId ( ) ; }
17,776
the name of the suspended process . concode_field_sep String processName concode_elem_sep String suspensionReason concode_field_sep String getProcessName concode_elem_sep void setProcessName concode_elem_sep SuspendedProcess withSuspensionReason concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
SuspendedProcess function ( String arg0 ) { setProcessName ( arg0 ) ; return this ; }
17,777
returns a composed function that first applies this checkedfunction0 to the given argument and then applies @linkplain checkedfunction1 after to the result . concode_field_sep PlaceHolder placeHolder concode_field_sep Function0<Try<R>> liftTry concode_elem_sep int arity concode_elem_sep CheckedFunction0<R> constant con...
CheckedFunction0 < V > function ( CheckedFunction1 < ? super R , ? extends V > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; return ( ) -> arg0 . apply ( apply ( ) ) ; }
17,778
adds the node to list of neighbours unless it is already there or `` neighbour '' is this node concode_field_sep int MAX_TYPE concode_elem_sep int MIN_TYPE concode_elem_sep Vector<MapNode> neighbors concode_elem_sep Coord location concode_elem_sep int type concode_field_sep int typeToBitMask concode_elem_sep void addTy...
void function ( MapNode arg0 ) { if ( ! this . neighbors . contains ( arg0 ) && arg0 != this ) { this . neighbors . add ( arg0 ) ; } }
17,779
getattributevisitor concode_field_sep String m_attributeMatch concode_elem_sep AttributeVisitor m_attributeVisitor concode_field_sep void setAttributeMatch concode_elem_sep void afterPropertiesSet concode_elem_sep String getAttributeMatch concode_elem_sep void setAttributeVisitor concode_elem_sep void visit
AttributeVisitor function ( ) { return m_attributeVisitor ; }
17,780
set if the bean managed by this factory is a singleton . concode_field_sep boolean postProcessed concode_elem_sep TestBean otherTestBean concode_elem_sep AutowireCapableBeanFactory beanFactory concode_elem_sep boolean singleton concode_elem_sep boolean initialized concode_elem_sep boolean prototypeCreated concode_elem_...
void function ( boolean arg0 ) { this . singleton = arg0 ; }
17,781
adds a long property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el...
JSONBuilder function ( String arg0 , long arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
17,782
settooltiptext to text object . concode_field_sep int DEFAULT_LABEL_STYLE concode_elem_sep Point lastSelection concode_elem_sep Text text concode_elem_sep Label label concode_elem_sep int DEFAULT_FIELD_STYLE concode_field_sep Point getLastSelection concode_elem_sep void addFocusListener concode_elem_sep boolean getEdit...
void function ( final String arg0 ) { text . setToolTipText ( arg0 ) ; }
17,783
gets the association source . concode_field_sep AssociationSource associationSource concode_elem_sep String parentId concode_field_sep void setParentId concode_elem_sep void setAssociationSource concode_elem_sep String getParentId
AssociationSource function ( ) { return associationSource ; }
17,784
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
17,785
checks if the run strategy is running . this is true in case of warmup and actual running . this method is thread-safe . concode_field_sep boolean running concode_elem_sep long startedMillis concode_field_sep Callable getRunCallable concode_elem_sep void onRunStarted concode_elem_sep void onRunCompleted concode_elem_se...
boolean function ( ) { return running ; }
17,786
sets the name of the model for the current locale concode_field_sep Category[] categories concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String description concode_elem_sep String id concode_elem_sep String domainId concode_field_sep void setCategories concode_elem_sep String getNa...
void function ( String arg0 ) { this . name = arg0 ; }
17,787
return type metadata object concode_field_sep java.util.Calendar tmt_Fecha concode_elem_sep java.lang.String tmt_CptCpo_NombreAbreviado concode_elem_sep java.lang.String tmt_CptCpo_Codigo concode_elem_sep java.lang.String entrada concode_elem_sep int tmt_CptCpt_Nro concode_elem_sep java.lang.Object __equalsCalc concode...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
17,788
sets the time after which a running job may be interrupted if it still has not finished . a time of 0 default means the jobs can run for unlimited time and will never be interrupted . concode_field_sep int threadID concode_elem_sep int idleThreadCount concode_elem_sep boolean isDaemon concode_elem_sep int maxThreads co...
void function ( int arg0 ) { if ( arg0 > 0 ) { int loc0 = arg0 / 3 ; this . millisBetweenChecks = loc0 < 1000 ? 1000 : loc0 ; } this . millisBeforeInterrupt = arg0 ; }
17,789
delegates to org.slf4j.logger #debug string method of slf4j . concode_field_sep Marker FATAL_MARKER concode_elem_sep String CATEGORY_FQCN concode_elem_sep org.slf4j.spi.LocationAwareLogger locationAwareLogger concode_elem_sep String name concode_elem_sep org.slf4j.Logger slf4jLogger concode_field_sep String getName con...
void function ( Object arg0 ) { differentiatedLog ( null , CATEGORY_FQCN , LocationAwareLogger . DEBUG_INT , arg0 , null ) ; }
17,790
does the expression have any operator with single space around ? concode_field_sep String LE concode_elem_sep String GT concode_elem_sep String EQ concode_elem_sep String EMPTY concode_elem_sep String GE concode_elem_sep String SIZE concode_elem_sep String NIN concode_elem_sep String NE concode_elem_sep String REG conc...
boolean function ( String arg0 ) { return Arrays . stream ( OPS ) . anyMatch ( o -> arg0 . contains ( "srini_string" + o + "srini_string" ) ) ; }
17,791
specifies the file name which should be used concode_field_sep String outputDir concode_elem_sep String fileName concode_elem_sep Logger LOG concode_field_sep SwaggerResultHandler build concode_elem_sep Builder outputDirectory concode_elem_sep void handle
Builder function ( String arg0 ) { this . fileName = arg0 ; return this ; }
17,792
sets the value of the mdtype property . concode_field_sep String othermdtype concode_elem_sep Long size concode_elem_sep String mdtypeversion concode_elem_sep MDTYPEDefinition mdtype concode_elem_sep String created concode_elem_sep String checksum concode_elem_sep CHECKSUMTYPEDefinition checksumtype concode_elem_sep St...
void function ( MDTYPEDefinition arg0 ) { this . mdtype = arg0 ; }
17,793
sets the kaleo node id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_el...
void function ( long arg0 ) { _kaleoNode . setKaleoNodeId ( arg0 ) ; }
17,794
returns the number of stored imageprocessors concode_field_sep ArrayList<Grid2D> images concode_elem_sep ArrayList<Integer> indices concode_elem_sep boolean debug concode_field_sep void add concode_elem_sep void set concode_elem_sep Grid2D get concode_elem_sep Grid2D[] toArray concode_elem_sep ImagePlus toImagePlus con...
int function ( ) { return images . size ( ) ; }
17,795
adds a listener that will be called right before writing the box . concode_field_sep ContainerBox parent concode_elem_sep long offset concode_elem_sep IsoBufferWrapper deadBytes concode_elem_sep List<WriteListener> writeListeners concode_elem_sep boolean parsed concode_elem_sep byte[] userType concode_elem_sep byte[] t...
void function ( WriteListener arg0 ) { if ( writeListeners == null ) { writeListeners = new LinkedList < WriteListener > ( ) ; } writeListeners . add ( arg0 ) ; }
17,796
clone the predicates to ensure that the internal reference ca n't be messed with . concode_field_sep PlaceHolder placeHolder concode_field_sep void validate concode_elem_sep Predicate[] validate
Predicate [ ] function ( Predicate [ ] arg0 ) { if ( arg0 == null ) { return null ; } return ( Predicate [ ] ) arg0 . clone ( ) ; }
17,797
sets the password for the user name . 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 PrintWriter logWri...
void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; }
17,798
returns the servlet path context path + servlet name . concode_field_sep Logger LOG concode_elem_sep String resourceID concode_elem_sep String cacheLevel concode_elem_sep String resourceWindow concode_elem_sep Map<String,WindowState> windowStates concode_elem_sep Map<String,String[]> publicParameterCurrent concode_elem...
String function ( ) { return servletPath ; }
17,799
implements equality based on #id only . concode_field_sep float frameRate concode_elem_sep int audioSamplingRate concode_elem_sep int audioChannels concode_elem_sep String codecs concode_elem_sep int width concode_elem_sep int bitrate concode_elem_sep String language concode_elem_sep String id concode_elem_sep String m...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( arg0 == null || getClass ( ) != arg0 . getClass ( ) ) { return false ; } Format loc0 = ( Format ) arg0 ; return loc0 . id . equals ( id ) ; }