idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,100
delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStreamElement concode_elem_sep IOException to...
void function ( String arg0 ) { ( new File ( arg0 ) ) . delete ( ) ; }
23,101
set the proxy type . defaults to java.net.proxy.type #http . concode_field_sep Proxy proxy concode_elem_sep String hostname concode_elem_sep Proxy.Type type concode_elem_sep int port concode_field_sep Proxy getObject concode_elem_sep void setHostname concode_elem_sep void afterPropertiesSet concode_elem_sep Class<?> ge...
void function ( Proxy . Type arg0 ) { this . type = arg0 ; }
23,102
gets the value of this pattern . this is the value that is written to the generated excel file concode_field_sep Pattern SOLID concode_elem_sep Pattern GRAY_50 concode_elem_sep Pattern GRAY_25 concode_elem_sep String string concode_elem_sep Pattern PATTERN4 concode_elem_sep Pattern PATTERN12 concode_elem_sep Pattern[] ...
int function ( ) { return value ; }
23,103
allows derived classes to set a lazily created expressiontype instance such as if using the org.apache.camel.builder.expressionclause concode_field_sep Expression expressionValue concode_elem_sep Predicate predicate concode_elem_sep String expression concode_elem_sep Boolean trim concode_elem_sep ExpressionDefinition e...
void function ( ExpressionDefinition arg0 ) { this . expressionType = arg0 ; }
23,104
gets the guest entry message . concode_field_sep String name concode_elem_sep Long id concode_elem_sep String message concode_elem_sep long timestamp concode_field_sep void setName concode_elem_sep String getName concode_elem_sep long getTimestamp concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep...
String function ( ) { return message ; }
23,105
try to locate a local url representing the incoming path . the first attempt assumes that the incoming path is an actual url string file : / / , etc . if this does not work , then the next attempts try to locate this uurl as a java system resource . concode_field_sep CoreMessageLogger LOG concode_field_sep InputStream ...
URL function ( final String arg0 ) { try { return new URL ( arg0 ) ; } catch ( MalformedURLException loc0 ) { return findAsResource ( arg0 ) ; } }
23,106
start a new span with a given name , if already tracing . concode_field_sep PlaceHolder placeHolder concode_field_sep Span trace concode_elem_sep void data concode_elem_sep void offNoFlush concode_elem_sep boolean isTracing concode_elem_sep long currentTraceId concode_elem_sep Span currentTrace concode_elem_sep Runnabl...
Span function ( String arg0 ) { return new Span ( org . apache . htrace . Trace . startSpan ( arg0 ) ) ; }
23,107
gets the total_results value for this tagdatasearchresult . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intellij.tasks.mantis.model.TagData[] results concode_elem_sep java.math.BigInteger tota...
java . math . BigInteger function ( ) { return total_results ; }
23,108
returns elements in natural order concode_field_sep ArrayList<Element> allchilds concode_elem_sep Node node concode_elem_sep HashMap<String,ArrayList<Element>> childgroups concode_field_sep Element loadXMLDataFromFile concode_elem_sep String getName concode_elem_sep Element loadXMLDataFromJar concode_elem_sep String ge...
List < Element > function ( ) { return allchilds ; }
23,109
stop the stopwatch and record the statistics for the latest run . this method does nothing if the stopwatch is not currently #isrunning running concode_field_sep long lastStarted concode_elem_sep DetailedStatistics<Duration> detailedStats concode_elem_sep SimpleStatistics<Duration> stats concode_elem_sep String descrip...
void function ( ) { if ( this . isRunning ( ) ) { long loc0 = System . nanoTime ( ) - this . lastStarted ; this . lastStarted = 0l ; this . stats . add ( new Duration ( loc0 ) ) ; } }
23,110
returns the id of the resource within the extension 's package that represents this data . default 0 . concode_field_sep String KEY_ICON concode_elem_sep String KEY_VISIBLE concode_elem_sep String mExpandedTitle concode_elem_sep String mStatus concode_elem_sep int MAX_EXPANDED_TITLE_LENGTH concode_elem_sep String KEY_E...
int function ( ) { return mIcon ; }
23,111
sets the preset dictionary to be used for inflation to a subsequence of dictionary starting at offset and continuing for bytecount bytes . see #needsdictionary for details . concode_field_sep boolean needsDictionary concode_elem_sep int inLength concode_elem_sep long streamHandle concode_elem_sep int inRead concode_ele...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { checkOpen ( ) ; Arrays . checkOffsetAndCount ( arg0 . length , arg1 , arg2 ) ; setDictionaryImpl ( arg0 , arg1 , arg2 , streamHandle ) ; }
23,112
nth returns the nth object in the catenablequeue . items in the queue are numbered from 0 . returns null if there is no nth item . concode_field_sep QueueNode<Item> head concode_elem_sep int size concode_elem_sep QueueNode<Item> tail concode_field_sep void enqueue concode_elem_sep int size concode_elem_sep Item dequeue...
Item function ( int arg0 ) { if ( arg0 >= size ) { return null ; } else { QueueNode < Item > loc0 = head ; for ( ; arg0 > 0 ; arg0 -- ) { loc0 = loc0 . next ; } return loc0 . item ; } }
23,113
return the original position of this completion , typically corresponding to its position in the original adapter . concode_field_sep String TAG concode_elem_sep Parcelable.Creator<CompletionInfo> CREATOR concode_elem_sep int mPosition concode_elem_sep long mId concode_elem_sep CharSequence mLabel concode_elem_sep Char...
int function ( ) { return mPosition ; }
23,114
allows for objectfactory implementations that support actions without no-arg constructors . concode_field_sep Container container concode_elem_sep UnknownHandlerFactory unknownHandlerFactory concode_elem_sep ConverterFactory converterFactory concode_elem_sep InterceptorFactory interceptorFactory concode_elem_sep Result...
boolean function ( ) { return true ; }
23,115
get the docker rest uri . concode_field_sep URI bindURI concode_elem_sep String address concode_elem_sep int port concode_elem_sep String host concode_elem_sep String DEFAULT_HOST concode_elem_sep String DEFAULT_UNIX_ENDPOINT concode_elem_sep int DEFAULT_PORT concode_elem_sep URI uri concode_elem_sep String dockerCertP...
URI function ( ) { return uri ; }
23,116
sets the value name . concode_field_sep Integer valueId concode_elem_sep String valueCd concode_elem_sep String valueDescription concode_elem_sep String domainName concode_elem_sep String domainCode concode_elem_sep String valueName concode_field_sep String getValueName concode_elem_sep String getValueDescription conco...
void function ( String arg0 ) { this . valueName = arg0 ; }
23,117
return the number of non-zero elements in this vector . concode_field_sep double sq_gamma concode_elem_sep int[] keys concode_elem_sep double norm concode_elem_sep double[] values concode_elem_sep int size concode_elem_sep int total_size concode_field_sep double jaccard concode_elem_sep double qgram concode_elem_sep in...
int function ( ) { return this . size ; }
23,118
is there one part per page ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean unlimitedAttempts conc...
boolean function ( ) { return formatByPart ; }
23,119
indicates the time the jdr report collection was initiated . concode_field_sep String UUID_NAME concode_elem_sep String DEFAULT_PROPERTY_DIR concode_elem_sep String JDR_PROPERTY_FILE_NAME concode_elem_sep String JDR_PROPERTIES_COMMENT concode_elem_sep String JBOSS_PROPERTY_DIR concode_elem_sep Date startTime concode_el...
Date function ( ) { return startTime ; }
23,120
set whether to always create the registry in-process , not attempting to locate an existing registry at the specified port . default is `` false '' . switch this flag to `` true '' in order to avoid the overhead of locating an existing registry when you always intend to create a new registry in any case . concode_field...
void function ( boolean arg0 ) { this . alwaysCreate = arg0 ; }
23,121
returns the session id of the socks5 bytestream initialization request . concode_field_sep Bytestream bytestreamRequest concode_elem_sep Cache<String,Integer> ADDRESS_BLACKLIST concode_elem_sep int CONNECTION_FAILURE_THRESHOLD concode_elem_sep Socks5BytestreamManager manager concode_elem_sep long BLACKLIST_LIFETIME con...
String function ( ) { return this . bytestreamRequest . getSessionID ( ) ; }
23,122
by default , elements are nameable if they have an eattribute named `` name '' . 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 concod...
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; }
23,123
this method will draw onto the canvas the appropriate ui state of each column dictated by @param animationprogress . as a side effect , this method will also translate the canvas accordingly for the draw procedures . concode_field_sep ArrayList<TickerColumn> tickerColumns concode_elem_sep Map<Character,Integer> charact...
void function ( Canvas arg0 , Paint arg1 ) { for ( int loc0 = 0 , loc1 = tickerColumns . loc1 ( ) ; loc0 < loc1 ; loc0 ++ ) { final TickerColumn loc2 = tickerColumns . get ( loc0 ) ; loc2 . draw ( arg0 , arg1 ) ; arg0 . translate ( loc2 . getCurrentWidth ( ) , 0f ) ; } }
23,124
a propertyeditor may choose to make available a full custom component that edits its property value . it is the responsibility of the propertyeditor to hook itself up to its editor component itself and to report property value changes by firing a propertychange event . the higher-level code that calls getcustomeditor m...
Component function ( ) { return null ; }
23,125
set whether to toggle the ascending flag if the same property gets set again that is , #setproperty gets called with already set property name again . this is particularly useful for parameter binding through a web request , where clicking on the field header again might be supposed to trigger a resort for the same fie...
void function ( boolean arg0 ) { this . toggleAscendingOnProperty = arg0 ; }
23,126
set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f...
void function ( int arg0 ) { this . sequenceId = arg0 ; }
23,127
unsupported operation . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep String getXMLParserClassName concode_el...
void function ( SVGAElement arg0 ) { }
23,128
gets the value of the clazz property . concode_field_sep String clazz concode_elem_sep Properties properties concode_field_sep Properties getProperties concode_elem_sep void setProperties concode_elem_sep void setClazz
String function ( ) { return clazz ; }
23,129
remove a tab from paneltabset . concode_field_sep String msg concode_elem_sep MsgString next concode_elem_sep int tabIndex concode_elem_sep int tabLabelIndex concode_elem_sep String newTabContent concode_elem_sep boolean isKey concode_elem_sep int index concode_elem_sep List tabs concode_elem_sep String newTabLabel con...
void function ( ActionEvent arg0 ) { if ( tabs != null && tabs . size ( ) > tabIndex ) { tabs . remove ( tabIndex ) ; if ( tabIndex > 0 ) { tabIndex -- ; } } }
23,130
writes the markup attributes of the specified markupattributes object to the outputstream . concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream concode_elem_sep boo...
boolean function ( Properties arg0 ) { if ( arg0 == null ) return false ; Iterator < Object > loc0 = arg0 . keySet ( ) . iterator ( ) ; String loc1 ; while ( loc0 . hasNext ( ) ) { loc1 = String . valueOf ( loc0 . next ( ) ) ; write ( loc1 , arg0 . getProperty ( loc1 ) ) ; } arg0 . clear ( ) ; return true ; }
23,131
set the globals from the given map of variables . throws exception if any variable name in given map is illegal . concode_field_sep String ILLEGAL_MSG concode_elem_sep Pattern VARIABLES_IN_STRING concode_elem_sep String RESERVED_MSG concode_elem_sep Map<String,String> globals concode_field_sep void setGlobal concode_el...
void function ( Map < String , String > arg0 ) { if ( arg0 != null && arg0 . size ( ) > 0 ) { for ( Map . Entry < String , String > loc0 : arg0 . entrySet ( ) ) { Globals . setGlobal ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } } }
23,132
register a custom index meta data factory . make sure to call it from a static block . concode_field_sep List<AllocationCommand> commands concode_elem_sep Map<String,AllocationCommand.Factory> factories concode_field_sep AllocationCommands add concode_elem_sep void writeTo concode_elem_sep AllocationCommands readFrom c...
void function ( String arg0 , AllocationCommand . Factory arg1 ) { factories . put ( arg0 , arg1 ) ; }
23,133
reset adler-32 checksum to initial value . concode_field_sep int BASE concode_elem_sep int value concode_elem_sep int NMAX concode_field_sep long getValue concode_elem_sep void update concode_elem_sep void update
void function ( ) { value = 1 ; }
23,134
the name of the aws config rule that was used in the evaluation . concode_field_sep String resourceId concode_elem_sep String configRuleName concode_elem_sep String resourceType concode_field_sep void setConfigRuleName concode_elem_sep String getResourceId concode_elem_sep EvaluationResultQualifier withResourceId conco...
EvaluationResultQualifier function ( String arg0 ) { setConfigRuleName ( arg0 ) ; return this ; }
23,135
obtains a jtype object for the string representationof a type . concode_field_sep Comparator<JType> typeComparator concode_field_sep JType getCommonBaseType concode_elem_sep JType getCommonBaseType concode_elem_sep int compare concode_elem_sep Set<JClass> getAssignableTypes concode_elem_sep void getAssignableTypes conc...
JType function ( JCodeModel arg0 , String arg1 , ErrorReceiver arg2 , Locator arg3 ) { try { return arg0 . parseType ( arg1 ) ; } catch ( ClassNotFoundException loc0 ) { arg2 . warning ( new SAXParseException ( Messages . ERR_CLASS_NOT_FOUND . format ( arg1 ) , arg3 ) ) ; return arg0 . directClass ( arg1 ) ; } }
23,136
what operation to perform concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType concode_elem_sep String proxyHost concode_elem_sep S...
void function ( DdbOperations arg0 ) { this . operation = arg0 ; }
23,137
create an instance of jaxbelement concode_field_sep QName _CaptureIdentificationInfoRequest_QNAME concode_elem_sep QName _GetIdentificationInfoResponse_QNAME concode_elem_sep QName _CaptureIdentificationInfoResponse_QNAME concode_elem_sep QName _GetIdentificationInfoRequest_QNAME concode_field_sep CaptureIdentification...
JAXBElement < GetIdentificationInfoResponse > function ( GetIdentificationInfoResponse arg0 ) { return new JAXBElement < GetIdentificationInfoResponse > ( _GetIdentificationInfoResponse_QNAME , GetIdentificationInfoResponse . class , null , arg0 ) ; }
23,138
display warning with warning icon concode_field_sep CLogger logger concode_field_sep boolean ask concode_elem_sep boolean ask concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error concode_elem_sep String constructMessage concode_elem_sep void info concode_elem_s...
void function ( int arg0 , String arg1 , String arg2 ) { warn ( arg0 , null , arg1 , null , arg2 ) ; }
23,139
returns the signing date time in millis for which the signature needs to be computed . concode_field_sep SignableRequest<?> request concode_elem_sep String formattedSigningDateTime concode_elem_sep String signingAlgorithm concode_elem_sep String scope concode_elem_sep String regionName concode_elem_sep String serviceNa...
long function ( ) { return signingDateTimeMilli ; }
23,140
sets start state id . concode_field_sep FlowModel flowModel concode_field_sep void setGlobalTransitions concode_elem_sep void init concode_elem_sep void setOnStartActions concode_elem_sep FlowModel getFlowModel concode_elem_sep void build concode_elem_sep void dispose concode_elem_sep boolean hasFlowModelResourceChange...
void function ( final String arg0 ) { this . flowModel . setStartStateId ( arg0 ) ; }
23,141
sets the value of the id property . concode_field_sep String m_sName concode_elem_sep String m_sDescription concode_elem_sep List<MockJAXBIssue> m_aIssue concode_elem_sep long m_nID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep MockJAXBIssue getOnlyIssue concode_elem_sep List<MockJAXBI...
void function ( final long arg0 ) { m_nID = arg0 ; }
23,142
starts catching reported errors and stores them in a list for later printing . this also resets file to null and line to 0 concode_field_sep boolean ignore concode_elem_sep ErrorReporter instance concode_elem_sep HashMap<String,List<String>> fileErrors concode_elem_sep String currentFile concode_elem_sep int currentLin...
void function ( ) { stopCatching ( ) ; fileErrors = new HashMap < > ( ) ; }
23,143
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previous...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
23,144
look up an existing short name with no side effects . return null if not found . concode_field_sep Map<String,String> shortNameToURI concode_elem_sep Logger log concode_elem_sep ShortnameService shortNameService concode_elem_sep Map<String,String> uriToShortName concode_field_sep void storeShortName concode_elem_sep St...
String function ( String arg0 ) { String loc0 = null ; if ( hasShortNameService ( ) ) { loc0 = shortNameService ( false ) . asContext ( ) . getURIfromName ( arg0 ) ; } if ( loc0 == null ) { loc0 = shortNameToURI . get ( arg0 ) ; } return loc0 ; }
23,145
the type is not known and can not be returned . concode_field_sep BufferedCdrOutput value concode_field_sep void _read concode_elem_sep InputStream getInputStream concode_elem_sep void _write concode_elem_sep GeneralHolder Clone
TypeCode function ( ) { BAD_OPERATION loc0 = new BAD_OPERATION ( ) ; loc0 . minor = Minor . Inappropriate ; throw loc0 ; }
23,146
sets the value of the accountsinnerset property . concode_field_sep ArrayOfAMLCDDFatcaDataVerificationServiceAccountsInnerSetTupleType accountsInnerSet concode_field_sep ArrayOfAMLCDDFatcaDataVerificationServiceAccountsInnerSetTupleType getAccountsInnerSet
void function ( ArrayOfAMLCDDFatcaDataVerificationServiceAccountsInnerSetTupleType arg0 ) { this . accountsInnerSet = arg0 ; }
23,147
shards stats concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep Map<Integer,SnapshotIndexShardStatus> indexShards concode_elem_sep SnapshotStats stats concode_elem_sep String SHARDS concode_elem_sep String index concode_field_sep Map<Integer,SnapshotIndexShardStatus> getShards concode_elem_sep SnapshotS...
SnapshotShardsStats function ( ) { return shardsStats ; }
23,148
create a publish packet from the specified message . concode_field_sep ClientComms comms concode_elem_sep String name concode_field_sep String getName concode_elem_sep MqttDeliveryToken publish concode_elem_sep MqttDeliveryToken publish concode_elem_sep String toString
MqttPublish function ( MqttMessage arg0 ) { return new MqttPublish ( this . getName ( ) , arg0 ) ; }
23,149
returns the index position of a rule contained in transformframework . concode_field_sep Logger log concode_elem_sep ProcessorHandle processorHandle concode_elem_sep RuleList ruleList concode_field_sep void checkInternalState concode_elem_sep void transform concode_elem_sep void addRule concode_elem_sep int getNumRules...
int function ( Source arg0 ) { return ruleList . indexOfKey ( arg0 ) ; }
23,150
get snakecase concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep String getProperty concode_elem_sep int hashCode ...
Integer function ( ) { return snakeCase ; }
23,151
gets a number specified by the key in the dictionary entries . if the value is a reference , the number object that the reference points to is returned . if the key can not be found , or the resulting object is not a number , then null is returned . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Li...
Number function ( String arg0 ) { return library . getNumber ( entries , arg0 ) ; }
23,152
returns all of the keys in the set that start with prefix . concode_field_sep Object val concode_elem_sep Node[] next concode_elem_sep Node root concode_elem_sep int R concode_elem_sep int N concode_field_sep boolean contains concode_elem_sep Iterable<String> keysThatMatch concode_elem_sep int size concode_elem_sep Ite...
Iterable < String > function ( String arg0 ) { Queue < String > loc0 = new Queue < String > ( ) ; Node loc1 = get ( root , arg0 , 0 ) ; collect ( loc1 , new StringBuilder ( arg0 ) , loc0 ) ; return loc0 ; }
23,153
this function returns the message provided in the resource bundle/properties files against a `` key '' passed as parameter , the arguments passed also added in the message accordingly and message will be according to the passed locale type . concode_field_sep MessageSource messageSource concode_field_sep placeholderTyp...
String function ( String arg0 , Object [ ] arg1 , Locale arg2 ) { String loc0 = this . messageSource . getMessage ( arg0 , arg1 , arg2 ) ; if ( loc0 != null ) { return loc0 . trim ( ) ; } else { return null ; } }
23,154
test method for org.geotools.arcsde.data.fidreader #setcolumnindex int . concode_field_sep TestData testData concode_elem_sep ISession session concode_field_sep void setUpBeforeClass concode_elem_sep void testGetFidColumn concode_elem_sep void testReadFid concode_elem_sep FIDReader getFidReader concode_elem_sep void se...
void function ( ) { fail ( "srini_string" ) ; }
23,155
returns the definition with the primary key or returns null if it could not be found . concode_field_sep DefinitionPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Definition> findWithDynamicQuery concode_elem_sep List<Defi...
Definition function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; }
23,156
red . the health agent is reporting a high number of request failures or other issues for an instance or environment . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_...
void function ( Integer arg0 ) { this . degraded = arg0 ; }
23,157
sets the primary key of this team . concode_field_sep Team _team 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 void setGroupId concode_elem_sep boolean isEscap...
void function ( long arg0 ) { _team . setPrimaryKey ( arg0 ) ; }
23,158
gets the statisticsvariable with the given name from the given context . if the statistic does not currently exist , it is created . if the context does not currently exist , it is created . concode_field_sep String name concode_elem_sep Map<String,StatisticsVariable> pool concode_elem_sep double value concode_elem_sep...
StatisticsVariable function ( String arg0 ) { StatisticsVariable loc0 = pool . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new StatisticsVariable ( arg0 ) ; pool . put ( arg0 , loc0 ) ; } return loc0 ; }
23,159
return the wrapped runnable implementation . concode_field_sep Runnable delegate concode_field_sep boolean isDaemon concode_elem_sep void release concode_elem_sep void run
Runnable function ( ) { return this . delegate ; }
23,160
return a list of authorities of this genericuser concode_field_sep long serialVersionUID concode_elem_sep GroupService groupService concode_elem_sep UserAuthoritiesDTO user concode_elem_sep UserService userService concode_field_sep void setNewGroups concode_elem_sep void save concode_elem_sep List<GroupDTO> getFreeGrou...
List < ? > function ( ) { return user . getAuthorities ( ) ; }
23,161
deletes the customer rel from the database . also notifies the appropriate model listeners . concode_field_sep customerRelLocalService _customerRelLocalService concode_field_sep void add concode_elem_sep void setWrappedService concode_elem_sep int getcustomerRelsCount concode_elem_sep com.bank.model.customerRel fetchcu...
com . bank . model . arg0 function ( com . bank . model . arg0 arg0 ) { return _customerRelLocalService . deletecustomerRel ( arg0 ) ; }
23,162
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i...
String function ( ) { return "srini_string" ; }
23,163
sets the containing shell ring of a ring that has been determined to be a hole . concode_field_sep LinearRing ring concode_elem_sep GeometryFactory factory concode_elem_sep boolean isProcessed concode_elem_sep boolean isIncludedSet concode_elem_sep EdgeRing shell concode_elem_sep List deList concode_elem_sep Coordinate...
void function ( EdgeRing arg0 ) { this . shell = arg0 ; }
23,164
package-private method used to increment task-local counters that were changed during this task . if this counter has n't had a value reported yet for this task , then the provided value is set as the current value for the counter . concode_field_sep Identity owner concode_elem_sep long actualStartTime concode_elem_sep...
void function ( String arg0 , long arg1 ) { long loc0 = 0 ; if ( taskCounters == null ) { taskCounters = new HashMap < String , Long > ( ) ; } else { if ( taskCounters . containsKey ( arg0 ) ) { loc0 = taskCounters . get ( arg0 ) ; } } taskCounters . put ( arg0 , loc0 + arg1 ) ; }
23,165
gets the value of the destinationlocationid property . concode_field_sep String destinationRoutingCode concode_elem_sep String destinationLocationId concode_elem_sep String brokerLocationId concode_elem_sep CommitDetail commitDetail concode_elem_sep String originLocationId concode_elem_sep String originRoutingCode conc...
String function ( ) { return destinationLocationId ; }
23,166
sets the value of the responsespi property . concode_field_sep ResponseSPI responseSPI concode_elem_sep CommandSPI commandSPI concode_field_sep ResponseSPI getResponseSPI concode_elem_sep void setCommandSPI concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CommandSPI getCommandSPI concode_e...
void function ( ResponseSPI arg0 ) { this . responseSPI = arg0 ; }
23,167
gets the value of the realm property . concode_field_sep String realm concode_elem_sep String value concode_elem_sep String friendlyName concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep String getFriendlyName concode_elem_sep void setRealm concode_elem_sep void setFriendlyName
String function ( ) { return realm ; }
23,168
set the job name for this job . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_elem_sep Job job concode_elem_sep String message concode_field_sep void setJobID concode_elem_sep void fa...
void function ( String arg0 ) { job . setJobName ( arg0 ) ; }
23,169
add a `` named '' notification rule , to be evaluated only when the notification concerns the document with the given name concode_field_sep Vector<XWikiNotificationRule> generalrules concode_elem_sep Map<String,Vector<XWikiNotificationRule>> namedrules concode_field_sep void preverify concode_elem_sep void preverify c...
void function ( String arg0 , XWikiNotificationRule arg1 ) { synchronized ( namedrules ) { Vector < XWikiNotificationRule > loc0 = namedrules . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new Vector < XWikiNotificationRule > ( ) ; namedrules . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; } }
23,170
singleton instance class which returns randompasswordcontainercache instance concode_field_sep RandomPasswordContainerCache randomPasswordContainerCache concode_field_sep Cache<String,RandomPasswordContainer> getRandomPasswordContainerCache
RandomPasswordContainerCache function ( ) { if ( randomPasswordContainerCache == null ) { synchronized ( RandomPasswordContainerCache . class ) { if ( randomPasswordContainerCache == null ) { randomPasswordContainerCache = new RandomPasswordContainerCache ( ) ; } } } return randomPasswordContainerCache ; }
23,171
add a name to this context . if constructed with allowcollisions false and a collision occurs , this method will throw an exception in which the message contains the string : `` name '' and `` collision '' . concode_field_sep boolean allowCollisions concode_elem_sep boolean collisions concode_elem_sep String name conco...
void function ( String arg0 ) { String loc0 = add ( arg0 ) ; if ( loc0 != null ) { throw new Exception ( loc0 ) ; } }
23,172
called when the ` install to user ' checkbox is checked or unchecked . concode_field_sep String myCommand concode_elem_sep String mySolution concode_elem_sep String myOutput concode_elem_sep String myMessage concode_field_sep boolean isInstallToUserSelected concode_elem_sep void operationStarted concode_elem_sep void f...
void function ( boolean arg0 ) { }
23,173
get attribute resource id according attr resource name concode_field_sep ResoureFinder resoureFinder concode_field_sep Drawable getDrawable concode_elem_sep Drawable getDrawable concode_elem_sep int getColor concode_elem_sep int getColor concode_elem_sep int getId concode_elem_sep int getId concode_elem_sep String getS...
int function ( Context arg0 , String arg1 ) { return EUExUtil . getResAttrID ( arg1 ) ; }
23,174
set the jmslistenercontainerfactory to use in case a jmslistenerendpoint is registered with a null container factory.alternatively , the bean name of the jmslistenercontainerfactory to usecan be specified for a lazy lookup , see #setcontainerfactorybeanname . concode_field_sep JmsListenerEndpoint endpoint concode_elem_...
void function ( JmsListenerContainerFactory < ? > arg0 ) { this . containerFactory = arg0 ; }
23,175
reduces two results into a combined result . the default implementation is to return the first parameter . the general contract of the method is that it may take any action whatsoever . concode_field_sep PlaceHolder placeHolder concode_field_sep R visitErroneous concode_elem_sep R visitTry concode_elem_sep R visitDoWhi...
R function ( R arg0 , R arg1 ) { return arg0 ; }
23,176
returns everything above the endpoint relative to the specified comparator , with the specified endpoint behavior . concode_field_sep Comparator<? super T> comparator concode_elem_sep BoundType upperBoundType concode_elem_sep BoundType lowerBoundType concode_elem_sep boolean hasLowerBound concode_elem_sep T lowerEndpoi...
GeneralRange < T > function ( Comparator < ? super T > arg0 , @ Nullable T arg1 , BoundType arg2 ) { return new GeneralRange < T > ( arg0 , true , arg1 , arg2 , false , null , OPEN ) ; }
23,177
the method getlocation gives us the location of the represented asset user concode_field_sep String actorPublicKey concode_elem_sep long lastConnectionDate concode_elem_sep String name concode_elem_sep long registrationDate concode_elem_sep byte[] profileImage concode_field_sep void setName concode_elem_sep void setPro...
Double function ( ) { return null ; }
23,178
gets the value of the filegrp property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the filegrp property . for example , to add a new item , do as...
List < FileGrpType > function ( ) { if ( fileGrp == null ) { fileGrp = new ArrayList < FileGrpType > ( ) ; } return this . fileGrp ; }
23,179
gets the value of the value property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setValue concode_elem_sep void setKey
String function ( ) { return value ; }
23,180
gets the cloudlet 's finish time . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machineId concode_elem_sep double ...
double function ( ) { return finishedTime ; }
23,181
number of threads used in the client thread pool . default to 0 , which is 2x #cores . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String...
int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_CLIENTTHREADS_KEY , 0 ) ; }
23,182
determines whether or not logging is enabled for the particular methodinvocation . if not , the method invocation proceeds as normal , otherwise the method invocation is passed to the invokeundertrace method for handling . concode_field_sep Log defaultLogger concode_elem_sep boolean hideProxyClassNames concode_field_se...
Object function ( MethodInvocation arg0 ) { Log loc0 = getLoggerForInvocation ( arg0 ) ; if ( isInterceptorEnabled ( arg0 , loc0 ) ) { return invokeUnderTrace ( arg0 , loc0 ) ; } else { return arg0 . proceed ( ) ; } }
23,183
returns the osgi service identifier . concode_field_sep ServiceTracker<KaleoTimerLocalService,KaleoTimerLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoTimer updateKaleoTimer concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery ...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
23,184
returns all headers emitted since they were last cleared , then clears the emitted headers . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INITIAL_CLIENT_TO_SERVER_HEADER_TABLE concode_elem...
List < String > function ( ) { List < String > loc0 = new ArrayList < String > ( emittedHeaders ) ; emittedHeaders . clear ( ) ; return loc0 ; }
23,185
returns the globaldisplaydetailsservice obtained from the bundle context . concode_field_sep GlobalDisplayDetailsService globalDisplayDetailsService concode_elem_sep String ACCOUNT_INFO_TOOLS_MENU_DISABLED_PROP concode_elem_sep Logger logger concode_elem_sep String ACCOUNT_INFO_ACC_CONFIG_DISABLED_PROP concode_elem_sep...
GlobalDisplayDetailsService function ( ) { if ( globalDisplayDetailsService == null ) { globalDisplayDetailsService = ServiceUtils . getService ( bundleContext , GlobalDisplayDetailsService . class ) ; } return globalDisplayDetailsService ; }
23,186
error log message . 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 d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; }
23,187
this will retrieve the border width in points , 0 = no border . concode_field_sep COSDictionary dictionary concode_elem_sep String STYLE_UNDERLINE concode_elem_sep String STYLE_INSET concode_elem_sep String STYLE_SOLID concode_elem_sep String STYLE_DASHED concode_elem_sep String STYLE_BEVELED concode_field_sep String g...
float function ( ) { return getDictionary ( ) . getFloat ( "srini_string" , 1 ) ; }
23,188
by default , assumes that the eobject is attached to an xml resource , and returns that . 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 String getName concod...
XMLResource function ( EObject arg0 ) { return ( XMLResource ) arg0 . eResource ( ) ; }
23,189
declare a handler . this must be invoked in the constructor for this class or the constructor of a subclass . the set of registered handlers must not be changed outside of the constructor scope both for reasons of visibility of the changes thread-safety and stability of the mapping of uri s onto iv s. concode_field_sep...
void function ( final InlineURIHandler arg0 ) { getHandlersByNamespace ( ) . put ( arg0 . getNamespace ( ) , arg0 ) ; }
23,190
replaces all existing values of a parameter with the given value . concode_field_sep VCardParameters parameters concode_elem_sep String group concode_field_sep String getLanguage concode_elem_sep Integer getIndex concode_elem_sep Set<VCardVersion> _supportedVersions concode_elem_sep int compareTo concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { parameters . replace ( arg0 , arg1 ) ; }
23,191
returns a string containing a concise , human-readable description of the this codesigner including its first certificate and its timestamp , if present . concode_field_sep long serialVersionUID concode_elem_sep CertPath signerCertPath concode_elem_sep int hash concode_elem_sep Timestamp timestamp concode_field_sep Cer...
String function ( ) { StringBuilder loc0 = new StringBuilder ( 256 ) ; loc0 . append ( "srini_string" ) . append ( signerCertPath . getCertificates ( ) . get ( 0 ) ) ; if ( timestamp != null ) { loc0 . append ( "srini_string" ) . append ( timestamp ) ; } loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
23,192
gets the enum-type for string the string `` action '' will return interesttype.action concode_field_sep Class<? extends Item> itemType concode_elem_sep InterestType interestedIn concode_field_sep Object getValueOfInterest
InterestType function ( String arg0 ) { return Enum . valueOf ( InterestType . class , arg0 ) ; }
23,193
return the debug indicator . if this value is true then pmd will log debug information . concode_field_sep String sourceEncoding concode_elem_sep boolean debug concode_field_sep String getSourceEncoding concode_elem_sep void setSourceEncoding concode_elem_sep void setDebug
boolean function ( ) { return debug ; }
23,194
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<SnapshotCopyGrant> snapshotCopyGrants concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep java.util.List<S...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getSnapshotCopyGrants ( ) != null ) loc0 . append ( "srini_string" + getSnapshotCopyGrants ( ) ) ; loc0 . append ( "...
23,195
sets the activity setting id of this social activity setting . concode_field_sep SocialActivitySetting _socialActivitySetting concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand...
void function ( long arg0 ) { _socialActivitySetting . setActivitySettingId ( arg0 ) ; }
23,196
get version number of this tool as an integer with the form mmmmii m = major revision m = minor revision i = internal revision concode_field_sep processing.app.Editor editor concode_elem_sep boolean g4p_error_shown concode_elem_sep GuiDesigner dframe concode_field_sep String getVersion concode_elem_sep void init concod...
int function ( ) { String loc0 [ ] = "srini_string" . split ( "srini_string" ) ; int [ ] loc1 = new int [ 3 ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { try { loc1 [ loc2 ] = Integer . parseInt ( loc0 [ loc2 ] ) ; } catch ( Exception loc3 ) { } } return ( ( loc1 [ 0 ] * 100 ) + loc1 [ 1 ] ) * 100 + loc1 ...
23,197
augment the metadata of an imageplanedetails object using the metadata extracted by this extractor concode_field_sep Filter<ImageFile> filter concode_elem_sep List<ExtractorFilterPair<ImageSeries>> seriesExtractors concode_elem_sep Logger logger concode_elem_sep List<ExtractorFilterPair<ImagePlaneDetails>> planeDetails...
void function ( ImagePlaneDetails arg0 ) { for ( ExtractorFilterPair < ImagePlaneDetails > loc0 : planeDetailsExtractors ) { loc0 . extract ( arg0 , arg0 . getImagePlane ( ) . getImageFile ( ) , arg0 ) ; } }
23,198
returns the largest x coordinate of the framing rectangle of the rectangle in double precision . concode_field_sep int OUT_BOTTOM concode_elem_sep IGObjectFactory goFactory concode_elem_sep int OUT_TOP concode_elem_sep int OUT_RIGHT concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y conco...
double function ( ) { return getX ( ) + getWidth ( ) ; }
23,199
add a character to the word being stemmed . when you are finished adding characters , you can call stem void to stem the word . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void step6 concode_elem_se...
void function ( char arg0 ) { if ( i == b . length ) { char [ ] loc0 = new char [ i + INC ] ; for ( int loc1 = 0 ; loc1 < i ; loc1 ++ ) loc0 [ loc1 ] = b [ loc1 ] ; b = loc0 ; } b [ i ++ ] = arg0 ; }