idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
24,100
getter for the field handler . concode_field_sep NodeBuilder<?> parent concode_elem_sep TupleHandler handler concode_elem_sep Map<String,TupleBuilder<?,?>> builders concode_field_sep String unalias concode_elem_sep void setHandler concode_elem_sep NodeBuilder getParent concode_elem_sep void setNestedBuilders concode_el...
TupleHandler function ( ) { return handler ; }
24,101
sets the client external id . concode_field_sep String scheduleName concode_elem_sep Map<String,String> metadata concode_elem_sep Time enrollmentTime concode_elem_sep Time referenceTime concode_elem_sep String startingMilestoneName concode_elem_sep LocalDate enrollmentDate concode_elem_sep String externalId concode_ele...
EnrollmentRequest function ( String arg0 ) { this . externalId = arg0 ; return this ; }
24,102
param setter concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep boolean hasCollation concode_elem_sep in...
void function ( Session arg0 , String arg1 , boolean arg2 ) { isIgnoreCase = arg2 ; normalize ( arg0 , arg1 ) ; optimised = true ; }
24,103
returns the text of this selectedobject . concode_field_sep Icon icon concode_elem_sep String text concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep Icon getIcon
String function ( ) { return text ; }
24,104
gets type literal for the given type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode...
TypeLiteral < ? > function ( Type arg0 ) { return new TypeLiteral < Object > ( arg0 ) ; }
24,105
override to determine whether according to the validator , the cached module script needs revalidation . a validator can carry expiry information . if the cached representation is not expired , it doesn ' t need revalidation , otherwise it does . when no cache revalidation is required , the external resource will not b...
boolean function ( Object arg0 ) { return true ; }
24,106
check whether servlet which uses runas with different role than in needed for secured ejb invocation can not correctly invoked that ejb method in httpservlet.init method . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY concode_elem_sep Str...
void function ( ) { assertTrue ( "srini_string" , incorrectRoleResult . contains ( INIT_METHOD_NOT_PASS ) ) ; }
24,107
call this to ensure the background thread is stopped . this only needs to be called in the case that iterator was not exhausted meaning next was not called on the iterator until null was returned . after calling this method it is still possible to iterate the remaining items that had been read in the background using n...
void function ( ) { if ( ! areListingObjects ) { return ; } areListingObjects = false ; waitingForReader . open ( ) ; listingThread . interrupt ( ) ; }
24,108
whether gzip compression is being used for transmitting the request . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZo...
void function ( boolean arg0 ) { this . gzipRequesting = arg0 ; }
24,109
unmarshals the specified type object . concode_field_sep JAXBContextImpl context concode_field_sep TypeInfo getTypeReference concode_elem_sep T exit concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void...
T function ( @ NotNull XMLStreamReader arg0 ) { return unmarshal ( arg0 , null ) ; }
24,110
sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_s...
void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; }
24,111
returns the next tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns concode_e...
int function ( ) { if ( nextTlsMode == TLS_MODE_MODERN ) { nextTlsMode = TLS_MODE_COMPATIBLE ; return TLS_MODE_MODERN ; } else if ( nextTlsMode == TLS_MODE_COMPATIBLE ) { nextTlsMode = TLS_MODE_NULL ; return TLS_MODE_COMPATIBLE ; } else { throw new AssertionError ( ) ; } }
24,112
returns the start index of the gap managed by this text store . for internal use only . concode_field_sep int fMinGapSize concode_elem_sep char[] fContent concode_elem_sep int fThreshold concode_elem_sep int fGapStart concode_elem_sep float fSizeMultiplier concode_elem_sep int fMaxGapSize concode_elem_sep int fGapEnd c...
int function ( ) { return fGapStart ; }
24,113
get the dfsclient . concode_field_sep HdfsConfiguration conf concode_elem_sep MiniDFSCluster cluster concode_field_sep void enableShortCircuitShmTracing concode_elem_sep void readAndCheckEOS concode_elem_sep void enableHdfsCachingTracing concode_elem_sep HdfsConfiguration getConf concode_elem_sep void enableBlockReader...
DFSClient function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( "srini_string" , cluster . getNameNodePort ( ) ) ; return new DFSClient ( loc0 , conf ) ; }
24,114
this function obtains a name , perhaps namespace-qualified , for an element . concode_field_sep SchemaCollection schemaCollection concode_elem_sep Set<String> prefixes concode_elem_sep Map<String,String> fallbackNamespacePrefixMap concode_elem_sep int nsCounter concode_elem_sep StringBuilder attributes concode_field_se...
String function ( QName arg0 , boolean arg1 ) { if ( arg1 ) { String loc0 = getPrefix ( arg0 . getNamespaceURI ( ) ) ; collect ( loc0 , arg0 . getNamespaceURI ( ) ) ; return loc0 + "srini_string" + arg0 . getLocalPart ( ) ; } return arg0 . getLocalPart ( ) ; }
24,115
sets the role name required for accessing this entry concode_field_sep String name concode_field_sep String getName
void function ( String arg0 ) { this . name = arg0 ; }
24,116
sets the marked state for all graphcomponent s in an iterator concode_field_sep boolean isVisited concode_elem_sep Object data concode_elem_sep boolean isMarked concode_field_sep boolean isVisited concode_elem_sep boolean isRemoved concode_elem_sep void setData concode_elem_sep void setVisited concode_elem_sep void set...
void function ( Iterator arg0 , boolean arg1 ) { while ( arg0 . hasNext ( ) ) { GraphComponent loc0 = ( GraphComponent ) arg0 . next ( ) ; loc0 . setMarked ( arg1 ) ; } }
24,117
sets the status value for this projectdata . concode_field_sep java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc...
void function ( com . intellij . tasks . mantis . model . ObjectRef arg0 ) { this . status = arg0 ; }
24,118
stop processing and exit loop concode_field_sep List<Name> names concode_field_sep void whileLoop concode_elem_sep void showIncrementalAfter concode_elem_sep void loopOverNumbersDivisibleBy2 concode_elem_sep void loopOverNames concode_elem_sep void doLoopingNamesTerrible concode_elem_sep void doLoopingContinue concode_...
void function ( ) { System . out . println ( "srini_string" ) ; for ( int loc0 = 0 ; loc0 < 10 ; loc0 ++ ) { if ( loc0 == 3 ) break ; System . out . println ( loc0 ) ; } }
24,119
gets the domain value for this infoauthentication . concode_field_sep java.lang.String designator concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep org.apache.axis.description.TypeDesc ...
java . lang . String function ( ) { return domain ; }
24,120
adds a findreplace expander to the pre-processor . when a token is matched , it will be replaced by the findreplace replace value . do not use the default space operator in the replacement syntax - any other valid qsol syntax is fine i.e. ` donut ' might map to ' coffee & donute | dunken & donut ' concode_field_sep Map...
void function ( FindReplace arg0 ) { this . findReplace . put ( arg0 . getFind ( ) . toLowerCase ( ) , arg0 ) ; }
24,121
returns the keycloakdeployment for this application context . concode_field_sep Resource keycloakConfigFileResource concode_elem_sep AdapterDeploymentContext deploymentContext concode_elem_sep KeycloakDeployment deployment concode_field_sep KeycloakDeployment loadKeycloakDeployment concode_elem_sep void afterProperties...
KeycloakDeployment function ( ) { return deployment ; }
24,122
get buddy preference . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep boolean buddyPref concode_elem_sep Integer id concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep void setBuddyPref concode_elem_sep void setId concode_elem_sep Integer getId co...
boolean function ( ) { return buddyPref ; }
24,123
set a second transformation applied after tracking transform . concode_field_sep PApplet parent concode_elem_sep boolean isFloatArrayUpdating concode_elem_sep int nbPaperPosRender concode_elem_sep PMatrix3D transformation concode_elem_sep HomographyCalibration worldToScreen concode_elem_sep float[] posFloat concode_ele...
void function ( PMatrix3D arg0 ) { if ( secondTransformation == null ) { this . secondTransformation = new PMatrix3D ( arg0 ) ; } else { this . secondTransformation . set ( arg0 ) ; } }
24,124
get partition of which the node belongs to , if node-labels of this node is empty or null , it belongs to no_label partition . and since we only support one partition for each node yarn-2694 , first label will be its partition . concode_field_sep RMNode rmNode concode_elem_sep String nodeName concode_elem_sep RMContain...
String function ( ) { if ( this . labels == null || this . labels . isEmpty ( ) ) { return RMNodeLabelsManager . NO_LABEL ; } else { return this . labels . iterator ( ) . next ( ) ; } }
24,125
sets the value of the sendonfinish property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max conco...
void function ( Boolean arg0 ) { this . sendOnFinish = arg0 ; }
24,126
use only those converters that are explicitly registered , and disable any implicit conversion that may normally be done . concode_field_sep TypeInfo<T> resultingType concode_elem_sep Collection<NotationConverter<Object,? extends T>> notationParsers concode_elem_sep String typeDisplayName concode_elem_sep boolean impli...
NotationParserBuilder < T > function ( ) { implicitConverters = false ; return this ; }
24,127
get the mapper class for the job . concode_field_sep String OUTPUT_FORMAT_CLASS_ATTR concode_elem_sep Credentials credentials concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_elem_sep String COMBINE_CLASS_ATTR concode_elem_sep String JOB_ACL_VIEW_JOB concode_elem_sep String MAP_CLASS_ATTR concode_elem_sep...
Class < ? extends Mapper < ? , ? , ? , ? >> function ( ) { return ( Class < ? extends Mapper < ? , ? , ? , ? >> ) conf . getClass ( MAP_CLASS_ATTR , Mapper . class ) ; }
24,128
the property setter method : e.g. setfoo string concode_field_sep Map<Property,Annotation[]> annotationCache concode_elem_sep Method readMethod concode_elem_sep String name concode_elem_sep MethodParameter methodParameter concode_elem_sep Annotation[] annotations concode_elem_sep Method writeMethod concode_elem_sep Cla...
Method function ( ) { return this . writeMethod ; }
24,129
sets the value of the key property . concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep Integer version concode_elem_sep String key concode_field_sep int getVersion concode_elem_sep String getValue concode_elem_sep String getKey concode_elem_sep void setVersion concode_elem_sep boole...
void function ( String arg0 ) { this . key = arg0 ; }
24,130
getter for invalidtags field . concode_field_sep List<JavadocTag> validTags concode_elem_sep List<InvalidJavadocTag> invalidTags concode_field_sep List<JavadocTag> getValidTags
List < InvalidJavadocTag > function ( ) { return Collections . unmodifiableList ( invalidTags ) ; }
24,131
sets the value of the target property . concode_field_sep String distributionReferenceId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger priority concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep void setDistributionReferenceId concode_elem_sep BigInteger getPriority ...
void function ( String arg0 ) { this . target = arg0 ; }
24,132
forms an uri for the suite . concode_field_sep int RADIX concode_elem_sep StoreOperationManager storeManager concode_elem_sep Map data concode_elem_sep DataConverter dataConverter concode_elem_sep String dir concode_field_sep int convertNameToId concode_elem_sep void readData concode_elem_sep String dataToString concod...
String function ( final int arg0 ) { return dir + "srini_string" + Integer . toString ( arg0 , RADIX ) ; }
24,133
perform set difference operation on keymap2 from keymap1 . concode_field_sep boolean errorIfMissingConfigProps concode_elem_sep boolean errorIfMissingXmlProps concode_elem_sep Class[] configurationClasses concode_elem_sep Set<String> configurationPrefixToSkipCompare concode_elem_sep String xmlFilename concode_elem_sep ...
Set < String > function ( Map < String , String > arg0 , Map < String , String > arg1 ) { Set < String > loc0 = new HashSet < String > ( arg0 . keySet ( ) ) ; loc0 . removeAll ( arg1 . keySet ( ) ) ; return loc0 ; }
24,134
check if the http proxy should also be used for all other protocols . concode_field_sep PlaceHolder placeHolder concode_field_sep void installHttpSelector concode_elem_sep void installSocksSelector concode_elem_sep String getEntryValue concode_elem_sep Properties parseSettings concode_elem_sep boolean hasProxySettings ...
boolean function ( Properties arg0 ) { return Boolean . parseBoolean ( arg0 . getProperty ( "srini_string" , "srini_string" ) ) ; }
24,135
the number of failed entries . concode_field_sep Integer failedEntryCount concode_elem_sep java.util.List<PutTargetsResultEntry> failedEntries concode_field_sep java.util.List<PutTargetsResultEntry> getFailedEntries concode_elem_sep PutTargetsResult withFailedEntries concode_elem_sep PutTargetsResult withFailedEntries ...
Integer function ( ) { return this . failedEntryCount ; }
24,136
gets the allowed_tokens value for this token_usage_container . concode_field_sep com.omniture.www.User_token_usage[] token_usage concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int overage_enabled concode_elem_sep int allowed_tokens concode_elem_sep int used_tokens_total concode_elem_sep...
int function ( ) { return allowed_tokens ; }
24,137
request that that muc is going to sent us no history when joining . concode_field_sep String password concode_elem_sep int seconds concode_elem_sep int seconds concode_elem_sep Presence joinPresence concode_elem_sep Resourcepart nickname concode_elem_sep int maxStanzas concode_elem_sep int maxChars concode_elem_sep int...
Builder function ( ) { maxChars = 0 ; maxStanzas = - 1 ; seconds = - 1 ; since = null ; return this ; }
24,138
set the reference to the previous element . concode_field_sep DoublyLinkedNode<E> previousElement concode_elem_sep E data concode_elem_sep DoublyLinkedNode<E> nextElement concode_field_sep DoublyLinkedNode<E> next concode_elem_sep DoublyLinkedNode<E> previous concode_elem_sep int hashCode concode_elem_sep void setValue...
void function ( DoublyLinkedNode < E > arg0 ) { previousElement = arg0 ; }
24,139
sets the name of this layout branch . concode_field_sep LayoutBranch _layoutBranch 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_s...
void function ( java . lang . String arg0 ) { _layoutBranch . setName ( arg0 ) ; }
24,140
handle an incoming signal . concode_field_sep boolean registered concode_elem_sep Logger LOG concode_elem_sep sun.misc.SignalHandler prevHandler concode_field_sep void register
void function ( Signal arg0 ) { LOG . info ( "srini_string" , arg0 . getNumber ( ) , arg0 . getName ( ) ) ; prevHandler . handle ( arg0 ) ; }
24,141
gets a hexadecimal string representation of this object 's data , which is in fact , the raw data contained in this object concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuffer stringData concode_field_sep StringBuffer hexToString concode_elem_sep StringBuffer normalizeHex c...
String function ( ) { return stringData . toString ( ) ; }
24,142
returns an estimate on the number of collisions per collidable . concode_field_sep int ESTIMATED_COLLISIONS_PER_BODY concode_field_sep int getEstimatedCollisionPairs
int function ( ) { return Collisions . ESTIMATED_COLLISIONS_PER_BODY ; }
24,143
the name of the policy . concode_field_sep String policyDocument concode_elem_sep String policyName concode_field_sep void setPolicyName concode_elem_sep void setPolicyDocument concode_elem_sep String getPolicyDocument concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PolicyDetail clone con...
PolicyDetail function ( String arg0 ) { setPolicyName ( arg0 ) ; return this ; }
24,144
returns the svn repository id of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isE...
long function ( ) { return _svnRevision . getSvnRepositoryId ( ) ; }
24,145
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String bar concode_elem_sep String foo concode_field_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFoo concode_elem_sep String toString
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
24,146
return taskstamp from item concode_field_sep PlaceHolder placeHolder concode_field_sep BaseEventStamp getBaseEventStamp concode_elem_sep MessageStamp getMessageStamp concode_elem_sep EventStamp getEventStamp concode_elem_sep EventExceptionStamp getEventExceptionStamp concode_elem_sep CalendarCollectionStamp getCalendar...
TaskStamp function ( Item arg0 ) { return ( TaskStamp ) arg0 . getStamp ( TaskStamp . class ) ; }
24,147
return the raw information about the service implementing this input method . do not modify the returned object . concode_field_sep int mIsDefaultResId concode_elem_sep ResolveInfo mService concode_elem_sep Parcelable.Creator<InputMethodInfo> CREATOR concode_elem_sep ArrayList<InputMethodSubtype> mSubtypes concode_elem...
ServiceInfo function ( ) { return mService . serviceInfo ; }
24,148
get the salted hash of a password . concode_field_sep JobInfoComparator INSTANCE concode_elem_sep String SALT concode_field_sep int compare concode_elem_sep List<Future<Resp>> executePartitioned concode_elem_sep JobInfoComparator getInstance concode_elem_sep List<T> mergeIntoList concode_elem_sep List<T> mergeIntoList
String function ( String arg0 ) { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; String loc1 = arg0 + SALT ; byte [ ] loc2 = loc0 . loc0 ( loc1 . getBytes ( ) ) ; return new String ( Hex . encodeHex ( loc2 ) ) ; }
24,149
sets actual authscope . concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep AuthScope getAuthScope concode_elem_sep boolean isValid concode_elem_sep void setAuthScheme concode_elem_sep Credentia...
void function ( final AuthScope arg0 ) { this . authScope = arg0 ; }
24,150
admin endpoint . this endpoint handles all admin requests for a given store . concode_field_sep Logger log concode_elem_sep EventProcessor<QueryRequestEvent,QueryResponseEvent> processor concode_field_sep ResponseEntity<Object> read concode_elem_sep ResponseEntity<Object> handleRequest concode_elem_sep ResponseEntity<O...
ResponseEntity < Object > function ( @ PathVariable String arg0 , @ RequestParam String arg1 , @ RequestHeader MultiValueMap < String , String > arg2 , HttpServletRequest arg3 ) { log . debug ( "srini_string" + arg0 + "srini_string" + arg1 ) ; return handleRequest ( arg0 , arg1 , arg2 , null , RequestType . ADMIN , arg...
24,151
a wrapper to getfeature , to get the result as an int value , e.g. , for subsequent array indexing . concode_field_sep float[] continuousFeatures concode_elem_sep byte[] byteValuedDiscreteFeatures concode_elem_sep short[] shortValuedDiscreteFeatures concode_elem_sep int unitIndex concode_field_sep int getNumberOfContin...
int function ( int arg0 ) { return ( getFeature ( arg0 ) . intValue ( ) ) ; }
24,152
returns true if the modifiers include the interface modifier . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int NATIVE concode_elem_sep int ANNOTATION concode_elem_sep int ENUM concode_elem_sep int INTERFACE concode_elem_sep int FINAL concode_elem_sep int VOLATILE concode_elem_sep int S...
boolean function ( int arg0 ) { return ( arg0 & INTERFACE ) != 0 ; }
24,153
gets the gl . concode_field_sep float[] ctm concode_elem_sep int OPENGL_MATRIX_MODE concode_elem_sep int PROCESSING_MATRIX_MODE concode_elem_sep GL10 gl concode_elem_sep int RENDERER_STATE concode_elem_sep int QuickSortCUTOFF concode_field_sep void endGL concode_elem_sep void applyMatrix concode_elem_sep void insertion...
GL10 function ( ) { return gl ; }
24,154
transforms the list of alluxiouri in a new list of strings , where each string is alluxiouri #getpath . concode_field_sep Logger LOG concode_elem_sep LineageContext mContext concode_field_sep List<LineageInfo> getLineageInfoList concode_elem_sep boolean deleteLineage concode_elem_sep long createLineage
List < String > function ( List < AlluxioURI > arg0 ) { final List < String > loc0 = new ArrayList < > ( arg0 . size ( ) ) ; for ( final AlluxioURI loc1 : arg0 ) { loc0 . add ( loc1 . getPath ( ) ) ; } return loc0 ; }
24,155
returns how many redundant copies of the data the cluster holds - running with no replicas will return 0 concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_se...
double function ( ) { if ( primaries == 0 ) { return 0 ; } return ( ( ( double ) ( total - primaries ) ) / primaries ) ; }
24,156
the placement strategy . concode_field_sep String groupName concode_elem_sep String state concode_elem_sep String strategy concode_field_sep String getStrategy concode_elem_sep void setGroupName concode_elem_sep String getGroupName concode_elem_sep PlacementGroup withGroupName concode_elem_sep String getState concode_e...
PlacementGroup function ( String arg0 ) { setStrategy ( arg0 ) ; return this ; }
24,157
write an empty element , such as , on a standalone line . takes an optional dictionary of attributes . concode_field_sep ArrayList<String> stack concode_elem_sep OutputStream stream concode_elem_sep BufferedWriter writer concode_elem_sep String encoding concode_field_sep void closeElement concode_elem_sep void closeEle...
void function ( String arg0 ) { emptyElement ( arg0 , null ) ; }
24,158
adds an element to the labeltext . the key will be put in bold-face . concode_field_sep StringBuilder buffer concode_elem_sep boolean fullDocument concode_elem_sep String THREE_SPACES concode_field_sep HtmlInfoBuilder appendIl8n concode_elem_sep HtmlInfoBuilder appendLineBreak concode_elem_sep String toString concode_e...
HtmlInfoBuilder function ( final String arg0 , final String arg1 ) { buffer . append ( "srini_string" ) . append ( arg0 ) . append ( "srini_string" ) . append ( arg1 ) ; return this ; }
24,159
gets the value of the link property . concode_field_sep ResAuthEnum auth concode_elem_sep String link concode_elem_sep String description concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_elem_sep String version concode_elem_sep String uuid concode_elem_se...
String function ( ) { return link ; }
24,160
sets the line value for this bintransferinventory . concode_field_sep java.lang.String fromBins concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep java.lang.Double quantity concode_elem_sep java.lang.Long line concode_elem_sep java.lang.String preferredBin concode_elem_sep ja...
void function ( java . lang . Long arg0 ) { this . line = arg0 ; }
24,161
returns the current state of this transfer . concode_field_sep TransferState state concode_elem_sep Collection<TransferStateChangeListener> stateChangeListeners concode_elem_sep String description concode_elem_sep ProgressListenerChain progressListenerChain concode_elem_sep TransferMonitor monitor concode_elem_sep Tran...
TransferState function ( ) { return state ; }
24,162
sets the value of the cont property . concode_field_sep CTEffectContainer cont concode_field_sep CTEffectContainer getCont
void function ( CTEffectContainer arg0 ) { this . cont = arg0 ; }
24,163
throws an exception . this method isolates error-handling code from the error-checking code , so that callers can be both small enough to be inlined , as well as not usually make any expensive method calls since their callers will usually not pass illegal arguments to them . see this sun bug report for more information...
void function ( int arg0 ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + size + "srini_string" ) ; }
24,164
returns an immutable set of all nine primitive types including void . note that a simpler way to test whether a class instanceis a member of this set is to call class #isprimitive . concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Class<?>> WRAPPER_TO_PRIMITIVE_TYPE conco...
Set < Class < ? >> function ( ) { return PRIMITIVE_TO_WRAPPER_TYPE . keySet ( ) ; }
24,165
sets source node for a given edge . concode_field_sep Node sourceNode concode_elem_sep String id concode_elem_sep Node destinationNode concode_field_sep void print concode_elem_sep Node getDestination concode_elem_sep Node getSource concode_elem_sep void setDestination concode_elem_sep boolean validate
void function ( Node arg0 ) { this . sourceNode = arg0 ; }
24,166
sets the value of the ban property . concode_field_sep String lastName concode_elem_sep String companyName concode_elem_sep String pastDue concode_elem_sep String planName concode_elem_sep String authorizedUser2 concode_elem_sep long serialVersionUID concode_elem_sep Boolean poolingPlanIndicator concode_elem_sep String...
void function ( String arg0 ) { this . ban = arg0 ; }
24,167
get an object . concode_field_sep boolean trace concode_elem_sep HashMap<String,Object> objects concode_elem_sep String[] IMPORTED_PACKAGES concode_field_sep void runLine concode_elem_sep Class<?> getClass concode_elem_sep void trace concode_elem_sep void main concode_elem_sep void run concode_elem_sep void runFile con...
Object function ( String arg0 ) { return objects . get ( arg0 ) ; }
24,168
defines the edges which compose the triangle . concode_field_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep List<Triangle> getNeighbours concode_elem_sep b...
void function ( List < Edge > arg0 ) { this . edges = arg0 ; }
24,169
return if the service is already logged out . concode_field_sep Principal principal concode_elem_sep Map<String,Object> EMPTY_MAP concode_elem_sep boolean loggedOutAlready concode_elem_sep String artifactId concode_elem_sep String id concode_elem_sep String originalUrl concode_elem_sep Logger LOGGER concode_elem_sep lo...
boolean function ( ) { return loggedOutAlready ; }
24,170
sets the value of the bounds property . concode_field_sep CopyrightType copyright concode_elem_sep ExtensionsType extensions concode_elem_sep String keywords concode_elem_sep PersonType author concode_elem_sep String name concode_elem_sep List<LinkType> link concode_elem_sep BoundsType bounds concode_elem_sep Calendar ...
void function ( BoundsType arg0 ) { this . bounds = arg0 ; }
24,171
create an instance of jaxbelement . concode_field_sep QName _Language_QNAME concode_elem_sep QName _Creator_QNAME concode_elem_sep QName _Subject_QNAME concode_elem_sep QName _Contributor_QNAME concode_elem_sep QName _Date_QNAME concode_elem_sep QName _OAIPMH_QNAME concode_elem_sep QName _Dc_QNAME concode_elem_sep QNam...
JAXBElement < ElementType > function ( ElementType arg0 ) { return new JAXBElement < ElementType > ( _Rights_QNAME , ElementType . class , null , arg0 ) ; }
24,172
disposes of this file alteration manager such that it will no longer reference any pathnames or listeners , and the timer and its associated thread will be stopped . concode_field_sep Timer timer concode_elem_sep ArrayList<Listener> listeners concode_elem_sep File file concode_elem_sep ArrayList<FileDetails> files conc...
void function ( ) { timer . cancel ( ) ; files = new ArrayList < FileDetails > ( ) ; listeners = new ArrayList < Listener > ( ) ; timer = null ; }
24,173
returns a clone of the date format assigned to this url generator . concode_field_sep String itemParameterName concode_elem_sep String prefix concode_elem_sep long serialVersionUID concode_elem_sep DateFormat dateFormat concode_elem_sep String seriesParameterName concode_field_sep String generateURL concode_elem_sep St...
DateFormat function ( ) { return ( DateFormat ) this . dateFormat . clone ( ) ; }
24,174
method to randomly select an html color code from a preset list eg : #c62fd5 concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concod...
String function ( ) { return "srini_string" + colorList . remove ( generator . nextInt ( colorList . size ( ) ) ) . toString ( ) ; }
24,175
sets the id value for this label . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String labelType concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep...
void function ( java . lang . Long arg0 ) { this . id = arg0 ; }
24,176
sets the value of the href property . concode_field_sep String role concode_elem_sep LEProcessingType leProcessing concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_s...
void function ( String arg0 ) { this . href = arg0 ; }
24,177
gets the value of the type property . concode_field_sep Object parent concode_elem_sep Boolean deleted concode_elem_sep Boolean xmlBased concode_elem_sep List<CTCellSmartTagPr> cellSmartTagPr concode_elem_sep long type concode_field_sep boolean isXmlBased concode_elem_sep Object getParent concode_elem_sep boolean isDel...
long function ( ) { return type ; }
24,178
prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; }
24,179
sets the user id of this attachment . concode_field_sep Attachment _attachment concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep Attachment getWrappedAttachment concode_elem_sep boolean isEscapedModel conc...
void function ( long arg0 ) { _attachment . setUserId ( arg0 ) ; }
24,180
creates a feature detector by its name . the following detector types are supported : `` fast '' -- `` fastfeaturedetector '' `` star '' -- `` starfeaturedetector '' `` sift '' -- `` sift '' nonfree module `` surf '' -- `` surf '' nonfree module `` orb '' -- `` orb '' `` brisk '' -- `` brisk '' `` mser '' -- `` mser ''...
FeatureDetector function ( int arg0 ) { FeatureDetector loc0 = new FeatureDetector ( create_0 ( arg0 ) ) ; return loc0 ; }
24,181
this method was generated by mybatis generator . this method sets the value of the database column appuser.password concode_field_sep Date createtime concode_elem_sep Date locktime concode_elem_sep String level concode_elem_sep Integer usertype concode_elem_sep String phonenum concode_elem_sep String password concode_e...
void function ( String arg0 ) { this . password = arg0 == null ? null : arg0 . trim ( ) ; }
24,182
create an instance of jaxbelement concode_field_sep QName _EsiReassignMSISDNRequest_QNAME concode_elem_sep QName _EsiReassignMSISDNResponse_QNAME concode_field_sep ESIReassignMSISDNRequestType createESIReassignMSISDNRequestType concode_elem_sep JAXBElement<ESIReassignMSISDNRequestType> createEsiReassignMSISDNRequest co...
JAXBElement < ESIReassignMSISDNResponseType > function ( ESIReassignMSISDNResponseType arg0 ) { return new JAXBElement < ESIReassignMSISDNResponseType > ( _EsiReassignMSISDNResponse_QNAME , ESIReassignMSISDNResponseType . class , null , arg0 ) ; }
24,183
changes the current autolayout deactivation setting . concode_field_sep ZyGraphHierarchicalSettings m_hierarchicalSettings concode_elem_sep int m_animateLayoutEdgeThreshold concode_elem_sep boolean m_layoutAnimation concode_elem_sep ZyGraphCircularSettings m_circularSettings concode_elem_sep LayoutStyle m_defaultGraphL...
void function ( final int arg0 ) { Preconditions . checkArgument ( arg0 >= 0 , "srini_string" ) ; if ( arg0 == getAutolayoutDeactivationThreshold ( ) ) { return ; } if ( m_type == null ) { m_autoLayoutDeactivationThreshold = arg0 ; } else { m_type . setAnimationSpeed ( arg0 ) ; } }
24,184
zeros out the data concode_field_sep byte typeB concode_elem_sep byte indexA concode_elem_sep byte indexB concode_elem_sep byte typeA concode_field_sep int getKey concode_elem_sep void set concode_elem_sep boolean isEqual concode_elem_sep int compareTo concode_elem_sep void flip
void function ( ) { indexA = 0 ; indexB = 0 ; typeA = 0 ; typeB = 0 ; }
24,185
validate method . concode_field_sep Logger LOGGER concode_elem_sep SimpleDateFormat format concode_elem_sep String value concode_field_sep void setValue
boolean function ( ) { boolean loc0 = false ; if ( this . value != null ) { try { this . format . parse ( this . value ) ; loc0 = true ; } catch ( Exception loc1 ) { LOGGER . info ( "srini_string" ) ; } } return loc0 ; }
24,186
returns a quite simple string representation of a path . it does n't print relationship types or ids , just directions . concode_field_sep PlaceHolder placeHolder concode_field_sep String relationshipRepresentation concode_elem_sep String relationshipRepresentation concode_elem_sep String pathToString concode_elem_sep ...
String function ( Path arg0 ) { return pathToString ( arg0 , new DefaultPathDescriptor < Path > ( ) { @ Override public String relationshipRepresentation ( Path arg0 , Node arg1 , Relationship arg2 ) { return arg2 . getStartNode ( ) . equals ( arg1 ) ? "srini_string" : "srini_string" ; } } ) ; }
24,187
this method tests this object for equality againt the specified object . this will be true if and only if the specified object : is not null . is an instance of stringcharacteriterator has the same text as this object has the same beginning , ending , and current index as this object . concode_field_sep int index conco...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof StringCharacterIterator ) ) return false ; StringCharacterIterator loc0 = ( StringCharacterIterator ) arg0 ; return ( begin == loc0 . begin && end == loc0 . end && index == loc0 . index && text . equals ( loc0 . text ) ) ; }
24,188
sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends MDCoverageDescriptionType> mdCoverageDescription concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href c...
void function ( String arg0 ) { this . title = arg0 ; }
24,189
removes all references to a db object for all users . used when dropping a table . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep int UPDATE concode_field_sep void dropUser ...
void function ( Object arg0 ) { for ( int loc0 = 0 , loc1 = uUser . size ( ) ; loc0 < loc1 ; loc0 ++ ) { User loc2 = ( User ) uUser . get ( loc0 ) ; if ( loc2 != null ) { loc2 . revokeDbObject ( arg0 ) ; } } }
24,190
gets the value of the charoff property . concode_field_sep String charoff concode_elem_sep List<String> clazzs concode_elem_sep String valign concode_elem_sep String style concode_elem_sep String language concode_elem_sep List<Flow> thsAndTds concode_elem_sep String id concode_elem_sep String align concode_elem_sep Str...
String function ( ) { return charoff ; }
24,191
gets descriptions . concode_field_sep Logger LOGGER concode_elem_sep int DEFAULT_IMAGE_SIZE concode_elem_sep long serialVersionUID concode_elem_sep long width concode_elem_sep long serialVersionUID concode_elem_sep String url concode_elem_sep RegisteredService registeredService concode_elem_sep long height concode_fiel...
Collection < String > function ( ) { return new ArrayList < > ( ) ; }
24,192
for javadoc of icustomcode2 and itestexecutionservices interfaces , select ` help contents ' in the help menu and select ` extending rational performance tester functionality ' - > ` extending test execution with custom code ' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ITestExecutionServices arg0 , String [ ] arg1 ) { JOptionPane . showMessageDialog ( null , "srini_string" ) ; return null ; }
24,193
override this to provide the current location concode_field_sep FieldPortrayal fieldPortrayal concode_elem_sep Object location concode_elem_sep Object object concode_field_sep String getLocationName concode_elem_sep Object getObject concode_elem_sep FieldPortrayal getFieldPortrayal
Object function ( ) { return location ; }
24,194
creates a new firmwarestatusinfo having firmwarestatus #update_available as firmware status . concode_field_sep FirmwareUID updatableFirmwareUID concode_elem_sep FirmwareStatus firmwareStatus concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep FirmwareStatusInfo createUnknownInfo concode_ele...
FirmwareStatusInfo function ( ) { return new FirmwareStatusInfo ( FirmwareStatus . UPDATE_AVAILABLE , null ) ; }
24,195
gets customer code . concode_field_sep String startPage concode_elem_sep String other concode_elem_sep String notes concode_elem_sep String customerCode concode_elem_sep String errorCode concode_elem_sep String requestorEmail concode_elem_sep String articleIssue concode_elem_sep String pages concode_elem_sep String req...
String function ( ) { return customerCode ; }
24,196
get custom deserializer concode_field_sep double exchangeRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromCurrency concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.n...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
24,197
this is used by consumers 1.0-milestone-3 to 1.0-milestone-7 concode_field_sep Logger LOGGER concode_elem_sep ProtocolToModelAdapter adapter concode_elem_sep boolean supportedConsumerVersion concode_elem_sep ProviderConnection connection concode_elem_sep GradleVersion MIN_CLIENT_VERSION concode_elem_sep ServiceRegistry...
ProjectVersion3 function ( Class < ? extends ProjectVersion3 > arg0 , BuildOperationParametersVersion1 arg1 ) { throw unsupportedConnectionException ( ) ; }
24,198
initialize the ldap crl handler . concode_field_sep String MODULE concode_elem_sep AuthSPSystemLogger _systemLogger concode_field_sep CRL getCRL
void function ( AuthSPSystemLogger arg0 ) { _systemLogger = arg0 ; }
24,199
getter . concode_field_sep double colorScale concode_elem_sep String separator concode_elem_sep int[] normalIndices concode_elem_sep int[] positionIndices concode_elem_sep int[] colorIndices concode_field_sep int getPositionIndex concode_elem_sep AsciiPointFormat setColor concode_elem_sep int getColorIndex concode_elem...
double function ( ) { return colorScale ; }