idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
99,000
gets the class name of the org.apache.logging.log4j.spi.loggercontextfactory implementation of thisprovider . concode_field_sep Integer DEFAULT_PRIORITY concode_elem_sep String FACTORY_PRIORITY concode_elem_sep String LOGGER_CONTEXT_FACTORY concode_elem_sep WeakReference<ClassLoader> classLoader concode_elem_sep String...
String function ( ) { return className ; }
99,001
get the set of binding names for this view . concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concode_elem_sep boolean useWriteReplace concode_elem_sep DefaultConfigurator INSTANCE concode_elem_sep Stri...
Set < String > function ( ) { return bindingNames ; }
99,002
gets the value of the path property . concode_field_sep CTLinearShadeProperties lin concode_elem_sep CTGradientStopList gsLst concode_elem_sep CTPathShadeProperties path concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep void setGsLst concode_elem_sep CTLinearShadeProperties getLin conco...
CTPathShadeProperties function ( ) { return path ; }
99,003
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 boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
99,004
returns snapshot stats concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep Map<Integer,SnapshotIndexShardStatus> indexShards concode_elem_sep SnapshotStats stats concode_elem_sep XContentBuilderString SHARDS concode_elem_sep String index concode_field_sep Map<Integer,SnapshotIndexShardStatus> getShards c...
SnapshotStats function ( ) { return stats ; }
99,005
returns the tue close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep bo...
int function ( ) { return _orgLabor . getTueClose ( ) ; }
99,006
get message concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_ele...
String function ( ) { return message ; }
99,007
decorator method to call multiple partitioners clear concode_field_sep RecordBatch incoming concode_elem_sep boolean isLastBatch concode_elem_sep Partitioner part concode_elem_sep org.slf4j.Logger logger concode_elem_sep String childThreadPrefix concode_elem_sep GeneralExecuteIface iface concode_elem_sep ControlsInject...
void function ( ) { for ( Partitioner loc0 : partitioners ) { loc0 . clear ( ) ; } }
99,008
gets the subject of this class frame . concode_field_sep Set<OWLClass> classes concode_elem_sep OWLClass subject concode_elem_sep Set<OWLClass> classEntries concode_elem_sep Set<PropertyValue> propertyValues concode_elem_sep Set<PropertyValue> propertyValues concode_field_sep void setSubject concode_elem_sep Set<Proper...
OWLClass function ( ) { return subject ; }
99,009
get the createoption value . concode_field_sep int lun concode_elem_sep VirtualMachineScaleSetManagedDiskParameters managedDisk concode_elem_sep String name concode_elem_sep CachingTypes caching concode_elem_sep DiskCreateOptionTypes createOption concode_elem_sep Integer diskSizeGB concode_field_sep VirtualMachineScale...
DiskCreateOptionTypes function ( ) { return this . createOption ; }
99,010
prints the message and the stack trace of the exception on system.err . concode_field_sep String ERROR_PREFIX concode_elem_sep String WARN_PREFIX concode_elem_sep boolean firstTime concode_field_sep void activateOptions concode_elem_sep void setLogger concode_elem_sep void setBackupAppender concode_elem_sep void setApp...
void function ( String arg0 , Exception arg1 , int arg2 , LoggingEvent arg3 ) { if ( arg1 instanceof InterruptedIOException || arg1 instanceof InterruptedException ) { Thread . currentThread ( ) . interrupt ( ) ; } if ( firstTime ) { LogLog . error ( arg0 , arg1 ) ; firstTime = false ; } }
99,011
removes all the legacy coordinators from the database . concode_field_sep LegacyCoordinatorPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyCoordinator> findWithDynamicQuery concode_elem_sep List<LegacyCoordinator> fi...
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
99,012
get the total number of map slots in the cluster . concode_field_sep int occupiedMapSlots concode_elem_sep int totalJobSubmissions concode_elem_sep int occupiedReduceSlots concode_elem_sep int numTrackers concode_elem_sep int totalMapSlots concode_elem_sep int reservedMapSlots concode_elem_sep int numBlacklistedTracker...
int function ( ) { return totalMapSlots ; }
99,013
convenience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem...
ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; }
99,014
translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( ServerProperties . sc_key_address ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( ServerProperties . sc_key_address , SC_DEFAULT_ADDRESS ) ; } }
99,015
indicates whether the designated column is a cash value . concode_field_sep CBResultSet resultSet concode_field_sep boolean isCaseSensitive concode_elem_sep String getSchemaName concode_elem_sep boolean isSigned concode_elem_sep String getCatalogName concode_elem_sep String getTableName concode_elem_sep int getColumnTy...
boolean function ( int arg0 ) { return false ; }
99,016
get the next item , in sorted order concode_field_sep int count concode_elem_sep int hostLanguage concode_elem_sep SortKeyEvaluator sortKeyEvaluator concode_elem_sep XPathContext context concode_elem_sep Object[] nodeKeys concode_elem_sep int position concode_elem_sep SequenceIterator base concode_elem_sep AtomicCompar...
Item function ( ) { if ( position < 0 ) { return null ; } if ( count < 0 ) { doSort ( ) ; } if ( position < count ) { return ( Item ) nodeKeys [ ( position ++ ) * recordSize ] ; } else { position = - 1 ; return null ; } }
99,017
gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { return queue ; }
99,018
returns the input source to parse . concode_field_sep String FEATURE concode_elem_sep XMLReader xmlReader concode_elem_sep InputSource inputSource concode_field_sep String getSystemId concode_elem_sep InputSource sourceToInputSource concode_elem_sep void setSystemId concode_elem_sep void setInputSource concode_elem_sep...
InputSource function ( ) { return inputSource ; }
99,019
set the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep Manag...
void function ( PrintWriter arg0 ) { log . finest ( "srini_string" ) ; logwriter = arg0 ; }
99,020
sets the preview image url for this invite . see guidelines for correct dimensions . concode_field_sep String applinkUrl concode_elem_sep String previewImageUrl concode_field_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppInviteContent build concode_elem_sep String getPreviewImageUrl concode...
Builder function ( final String arg0 ) { this . previewImageUrl = arg0 ; return this ; }
99,021
set the acls for the queue concode_field_sep String name concode_elem_sep Log LOG concode_elem_sep Map<String,AccessControlList> acls concode_elem_sep Set<Queue> children concode_elem_sep Object schedulingInfo concode_elem_sep QueueState state concode_elem_sep Properties props concode_field_sep void setName concode_ele...
void function ( Map < String , AccessControlList > arg0 ) { this . acls = arg0 ; }
99,022
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 ; }
99,023
sets the value of the name property . concode_field_sep String employmentDate concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String position concode_field_sep String getName concode_elem_sep String getPosition concode_elem_sep String getEmploymentDate concode_elem_sep void setEmplo...
void function ( String arg0 ) { this . name = arg0 ; }
99,024
gets maximum number of opened cursors per connection . defaults to #dflt_max_open_cursors . concode_field_sep int DFLT_SOCK_BUF_SIZE concode_elem_sep String DFLT_TCP_HOST concode_elem_sep String endpointAddr concode_elem_sep int DFLT_MAX_OPEN_CURSORS concode_elem_sep int maxOpenCursors concode_elem_sep int DFLT_TCP_POR...
int function ( ) { return maxOpenCursors ; }
99,025
opens gallery image picker activity . you can get picked image 's uri using android.content.intent #getdata inside android.app.activity #onactivityresult int , int , android.content.intent method . concode_field_sep String[] bccEmails concode_elem_sep String attachedFileUri concode_elem_sep String subject concode_elem_...
boolean function ( ) { if ( requestCode == null ) throw new NullPointerException ( "srini_string" ) ; Intent loc0 = new Intent ( Intent . ACTION_PICK , MediaStore . Images . Media . EXTERNAL_CONTENT_URI ) ; loc0 . setType ( "srini_string" ) ; return open ( loc0 ) ; }
99,026
returns the outline paint . concode_field_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep Range range concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Paint getBackgroundPaint concode_elem_sep String getLabel conc...
Paint function ( ) { return this . outlinePaint ; }
99,027
specifies any metadata keys that should be specified as environment variables . each key , if available as metadata , will become the environment variable with each corresponding value , the value . concode_field_sep Boolean quoteHandling concode_elem_sep Integer successExitCode concode_elem_sep String executablePath c...
void function ( List < String > arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } environmentMetadataKeys = arg0 ; }
99,028
constructs the in-reply-to header . the form is '' &lt;topicfirstpostid.topicid.forumid.randomnumber@jforum&gt; '' . concode_field_sep int topicId concode_elem_sep Random random concode_field_sep int getTopicId concode_elem_sep String buildMessageId concode_elem_sep MessageId parse
String function ( Topic arg0 ) { return buildMessageId ( arg0 . getFirstPostId ( ) , arg0 . getId ( ) , arg0 . getForumId ( ) ) ; }
99,029
add a listener concode_field_sep LinkedList<FilterListener<T>> listeners concode_elem_sep String name concode_elem_sep Listener listener concode_elem_sep ComplexAttribute attributes concode_field_sep String getName concode_elem_sep AbstractAttribute getAttribute concode_elem_sep ComplexAttribute getAttributes concode_e...
void function ( FilterListener < T > arg0 ) { if ( ! listeners . contains ( arg0 ) ) listeners . add ( arg0 ) ; }
99,030
this method converts a map into a nativemap . value types are supported as with makenativearray . the best way to think of this is a way to generate a java representation of a json object , from java types which have a natural representation in json . concode_field_sep PlaceHolder placeHolder concode_field_sep void add...
WritableNativeMap function ( Map < String , Object > arg0 ) { WritableNativeMap loc0 = new WritableNativeMap ( ) ; if ( arg0 == null ) { return loc0 ; } for ( Map . Entry < String , Object > loc1 : arg0 . entrySet ( ) ) { addEntry ( loc0 , loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } return loc0 ; }
99,031
invoked method that uses the default locale . concode_field_sep PlaceHolder placeHolder concode_field_sep String parseDateFormat concode_elem_sep boolean sameDate concode_elem_sep boolean isValidDate concode_elem_sep boolean isBlank concode_elem_sep boolean partialYear concode_elem_sep boolean isDateFormatString concod...
boolean function ( String arg0 , String arg1 ) { String loc0 = parseDateFormat ( arg1 ) ; return isSameDate ( loc0 , loc0 , arg0 ) ; }
99,032
returns the date of the oldest request waiting in the queue . if there are no requests waiting to be routed , this method will return null . concode_field_sep Set users concode_elem_sep Status status concode_elem_sep Status OPEN concode_elem_sep String name concode_elem_sep Status CLOSED concode_elem_sep int averageWai...
Date function ( ) { return oldestEntry ; }
99,033
the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal...
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; }
99,034
writes the opencms manifest.xml file to the rfs export . in case of the rfs export the file is directly written to a file output stream , so calling this method just closes the xml and finishes the stream . concode_field_sep SAXWriter m_saxWriter concode_elem_sep int SUB_LENGTH concode_elem_sep boolean m_isExportAsFile...
void function ( CmsXmlSaxWriter arg0 ) { arg0 . endDocument ( ) ; arg0 . getWriter ( ) . close ( ) ; }
99,035
returns a range of all the wall entries . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #al...
java . util . List < com . liferay . social . networking . model . WallEntry > function ( int arg0 , int arg1 ) { return _wallEntryLocalService . getWallEntries ( arg0 , arg1 ) ; }
99,036
decrypt the data using the encryptionkey and objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_e...
byte [ ] function ( Reference arg0 , byte [ ] arg1 , byte [ ] arg2 ) { return securityHandler . decrypt ( arg0 , arg1 , arg2 ) ; }
99,037
receive buffer size so_rcvbuf . note : the optimal size for receive buffer and send buffer should be latency network_bandwidth . assuming latency = 1ms , network_bandwidth = 10gbps buffer size should be ~ 1.25 mb concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMod...
int function ( ) { return conf . getInt ( "srini_string" , - 1 ) ; }
99,038
check if the user album exists in picasa concode_field_sep Config config concode_field_sep placeholderType placeHolder
boolean function ( ) { return true ; }
99,039
disconnects and kill the associated network manager . concode_field_sep ConcurrentMap<Integer,OClientConnection> connections concode_elem_sep AtomicInteger connectionSerial concode_field_sep OClientConnection getConnection concode_elem_sep OClientConnection getConnection concode_elem_sep boolean disconnect concode_elem...
void function ( final int arg0 ) { kill ( connections . get ( arg0 ) ) ; }
99,040
sets a custom logging level to be used for spring boot and related libraries . concode_field_sep String CONFIG_PROPERTY concode_elem_sep Class<?>[] EVENT_TYPES concode_elem_sep Log logger concode_elem_sep int order concode_elem_sep String FILE_PROPERTY concode_elem_sep String PID_KEY concode_elem_sep String PATH_PROPER...
void function ( LogLevel arg0 ) { this . springBootLogging = arg0 ; }
99,041
sets the value of the status property . concode_field_sep String name concode_elem_sep List<ContentMetadataKeyHierarchyLevel> hierarchyLevels concode_elem_sep Integer id concode_elem_sep ContentMetadataKeyHierarchyStatus status concode_field_sep void setName concode_elem_sep List<ContentMetadataKeyHierarchyLevel> getHi...
void function ( ContentMetadataKeyHierarchyStatus arg0 ) { this . status = arg0 ; }
99,042
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
99,043
returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato...
int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; }
99,044
get the dataset concode_field_sep Job bulkLoadJob concode_elem_sep int numEdges concode_elem_sep double bulkLoadTime concode_elem_sep ConcurrentHashMap<DatabaseEngineAndInstance,IngestAnalysis> cache concode_elem_sep double createIndexShutdownTime concode_elem_sep DatabaseEngineAndInstance dbEI concode_elem_sep Map<Str...
DatasetDescription function ( ) { return DATASETS . get ( bulkLoadDataset ) ; }
99,045
set the current state and trigger any registered listeners about the change concode_field_sep OperationRouting operationRouting concode_elem_sep Queue<NotifyTimeout> onGoingTimeouts concode_elem_sep ESLogger logger concode_elem_sep ScheduledFuture future concode_elem_sep TimeoutClusterStateListener listener concode_ele...
ClusterState function ( ClusterState . Builder arg0 ) { return setState ( arg0 . build ( ) ) ; }
99,046
a static convenience method that returns the first line of the specified file as list of strings , using the default whitespace delimiter . concode_field_sep boolean filter concode_elem_sep List<String> nextResult concode_elem_sep BufferedReader reader concode_elem_sep int fields concode_elem_sep String delim concode_e...
List < String > function ( String arg0 ) { return firstRecord ( arg0 , WHITESPACE ) ; }
99,047
recursive function to gather all the leaves in the subtree of which this node is the root . concode_field_sep ConditionsTreeNode mLeft concode_elem_sep ConditionsTreeNode mParent concode_elem_sep Parcelable.Creator<ConditionsTreeNode> CREATOR concode_elem_sep int mRightMPTTMarker concode_elem_sep int mLeftMPTTMarker co...
Set < ConditionsTreeNode > function ( Set < ConditionsTreeNode > arg0 ) { if ( mLeft == null && mRight == null ) { arg0 . add ( this ) ; return arg0 ; } if ( mLeft != null ) { mLeft . getLeafSet ( arg0 ) ; } if ( mRight != null ) { mRight . getLeafSet ( arg0 ) ; } return arg0 ; }
99,048
sets the destination id for this packet . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Double> entryTimes concode_el...
void function ( int arg0 ) { destId = arg0 ; }
99,049
gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
String function ( ) { return label ; }
99,050
sets the id for the leader . concode_field_sep char recordStatus concode_elem_sep DecimalFormat format5 concode_elem_sep char[] implDefined1 concode_elem_sep char charCodingScheme concode_elem_sep int indicatorCount concode_elem_sep int baseAddressOfData concode_elem_sep char[] implDefined2 concode_elem_sep int recordL...
void function ( final Long arg0 ) { this . id = arg0 ; }
99,051
gets a string from the resource bundle . we do n't want to crash because of a missing string . returns the key if not found . concode_field_sep String BUNDLE_NAME concode_elem_sep ResourceBundle bundle concode_elem_sep boolean DEBUG_METAFILE_CHANGES concode_elem_sep boolean DEBUG_THREADING concode_elem_sep int INFINITE...
String function ( String arg0 ) { try { return getResourceBundle ( ) . getString ( arg0 ) ; } catch ( MissingResourceException loc0 ) { return arg0 ; } catch ( NullPointerException loc0 ) { return "srini_string" + arg0 + "srini_string" ; } }
99,052
sets the value of the params property . concode_field_sep PublishResponseTypeParams params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep void setOperation concode_elem_sep PublishResponseTypeParams getParams
void function ( PublishResponseTypeParams arg0 ) { this . params = arg0 ; }
99,053
add homework concode_field_sep IHomeworkService service concode_elem_sep Logger LOG concode_field_sep HomeworkListDTO getHomeworkSearch concode_elem_sep HomeworkDTO addHomework concode_elem_sep HomeworkListDTO getHomework
HomeworkDTO function ( @ RequestBody HomeworkDTO arg0 ) { try { service . updateHomework ( arg0 ) ; } catch ( Exception loc0 ) { System . out . println ( loc0 . getMessage ( ) ) ; LOG . error ( "srini_string" ) ; arg0 . setErrorCode ( loc0 . getMessage ( ) ) ; } return arg0 ; }
99,054
gets the code base . concode_field_sep String name concode_elem_sep String code concode_elem_sep HashMap parameters concode_elem_sep String codebase concode_elem_sep URL documentbase concode_elem_sep Dimension screenSize concode_elem_sep ArrayList archives concode_field_sep Dimension getSize concode_elem_sep URL getDoc...
String function ( ) { return codebase ; }
99,055
sets the value of the prepaidrateplanidentifer property . concode_field_sep String prepaidratePlanType concode_elem_sep String prepaidratePlanIdentifer concode_elem_sep long serialVersionUID concode_field_sep String getPrepaidratePlanIdentifer concode_elem_sep String getPrepaidratePlanType concode_elem_sep void setPrep...
void function ( String arg0 ) { this . prepaidratePlanIdentifer = arg0 ; }
99,056
gets the imagename attribute . concode_field_sep String actionMethod concode_elem_sep String imageName concode_elem_sep String actionLabel concode_field_sep void setActionLabel concode_elem_sep void setImageName concode_elem_sep void setActionMethod concode_elem_sep String getActionMethod concode_elem_sep String getAct...
String function ( ) { return imageName ; }
99,057
used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHas...
void function ( ) { Iterator loc0 = csidMap . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . nextInt ( ) ; csidMap . put ( loc1 , null ) ; } }
99,058
get the uri of the service document from the query response . this is to be used for `` indirect '' dcp calls . a call is returned as being accepted , and subsequent calls need to be issued to check if the service is finished . concode_field_sep Logger logger concode_elem_sep String PARENT_LINK_FIELD_NAME concode_elem_...
URI function ( Operation arg0 ) { URI loc0 = arg0 . getUri ( ) ; QueryTask loc1 = arg0 . getBody ( QueryTask . class ) ; return UriUtils . buildUri ( loc0 . getScheme ( ) , loc0 . getHost ( ) , loc0 . getPort ( ) , loc1 . documentSelfLink , null ) ; }
99,059
add a result and the length of time before it is removed from the checksum history table . concode_field_sep ChecksumHistoryDAO checksumHistoryDAO concode_elem_sep ChecksumResultDAO checksumResultDAO concode_elem_sep Map<String,Long> interests concode_elem_sep Logger LOG concode_elem_sep long defaultDuration concode_fi...
void function ( String arg0 , String arg1 ) { addInterested ( arg0 , Utils . parseDuration ( arg1 ) ) ; }
99,060
sets the value of the algorithm property . concode_field_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep String getAlgorithm
void function ( String arg0 ) { this . algorithm = arg0 ; }
99,061
adds a child node . concode_field_sep String m_name concode_elem_sep Object m_transformationMatrix concode_elem_sep AiNode m_parent concode_elem_sep int[] m_meshReferences concode_elem_sep List<AiNode> m_children concode_field_sep List<AiNode> getChildren concode_elem_sep AiNode getParent concode_elem_sep String getNam...
void function ( AiNode arg0 ) { m_children . add ( arg0 ) ; }
99,062
a method to create an object which is missing and required from the rtf structure . concode_field_sep BuilderContext builderContext concode_field_sep void createRtfTableRow
void function ( Class arg0 ) { if ( arg0 == RtfTableRow . class ) { createRtfTableRow ( ) ; } }
99,063
logs the given message and throwable at the ` error ' level . concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_...
void function ( Object arg0 , Throwable arg1 ) { logInternal ( ERROR , arg0 , arg1 ) ; }
99,064
all loaded templates is cached in the templates-list using a key . this key is included as part of the classname for the generated class for a specific template . the key is included in the classname to make it possible to resolve the original template-file from the classname , when creating cleanstacktrace this method...
String function ( String arg0 ) { String loc0 = templateFile2UniqueNumber . get ( arg0 ) ; if ( loc0 == null ) { loc0 = Long . toString ( nextUniqueNumber . getAndIncrement ( ) ) ; templateFile2UniqueNumber . put ( arg0 , loc0 ) ; } return loc0 ; }
99,065
populates a multimap by reading an input stream , as part of deserialization . see #writemultimap for the data format . concode_field_sep Field field concode_field_sep void populateMultiset concode_elem_sep void populateMultiset concode_elem_sep void writeMultiset concode_elem_sep void set concode_elem_sep void set con...
void function ( Multimap < K , V > arg0 , ObjectInputStream arg1 ) { int loc0 = arg1 . readInt ( ) ; populateMultimap ( arg0 , arg1 , loc0 ) ; }
99,066
insert the naming context into the given any concode_field_sep String _id concode_field_sep NamingContext extract concode_elem_sep NamingContext read concode_elem_sep NamingContext narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep NamingContext unchecked_narro...
void function ( Any arg0 , NamingContext arg1 ) { arg0 . insert_Streamable ( new NamingContextHolder ( arg1 ) ) ; }
99,067
this opens an existing large object , same as previous method , but commits the transaction on close if asked concode_field_sep BaseConnection conn concode_elem_sep int READWRITE concode_elem_sep int READ concode_elem_sep Fastpath fp concode_elem_sep int WRITE concode_field_sep void unlink concode_elem_sep void unlink ...
LargeObject function ( int arg0 , int arg1 , boolean arg2 ) { return open ( ( long ) arg0 , arg1 , arg2 ) ; }
99,068
returns the user object with the specified name and password from this object 's set . concode_field_sep int INSERT concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int DELETE concode_elem_sep int UPDATE concode_elem_sep String SYS_...
User function ( String arg0 , String arg1 ) { Trace . check ( ! arg0 . equals ( "srini_string" ) , Trace . ACCESS_IS_DENIED ) ; if ( arg0 == null ) { arg0 = "srini_string" ; } if ( arg1 == null ) { arg1 = "srini_string" ; } User loc0 = get ( arg0 ) ; Trace . check ( loc0 != null , Trace . USER_NOT_FOUND ) ; loc0 . chec...
99,069
get the link to the web-ui for details of the job . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_elem_sep ...
URL function ( ) { try { return new URL ( url ) ; } catch ( IOException loc0 ) { return null ; } }
99,070
sets the privacy for the group that will be created concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCr...
Builder function ( final AppGroupPrivacy arg0 ) { this . privacy = arg0 ; return this ; }
99,071
propagates the sax-event to joost-processor . concode_field_sep Transformer m_aTransformer concode_elem_sep IStxEmitter m_aSTXEmitter concode_elem_sep Processor m_aProcessor concode_elem_sep String m_sSystemID concode_elem_sep Logger log concode_elem_sep Result m_aResult concode_field_sep void init concode_elem_sep Str...
void function ( final String arg0 , final String arg1 ) { m_aProcessor . processingInstruction ( arg0 , arg1 ) ; }
99,072
getter for the chunk-file 's path , on hdfs . concode_field_sep Log LOG concode_elem_sep DynamicInputChunkContext chunkContext concode_elem_sep SequenceFileRecordReader<K,V> reader concode_elem_sep Path chunkFilePath concode_elem_sep SequenceFile.Writer writer concode_field_sep void openForRead concode_elem_sep void op...
Path function ( ) { return chunkFilePath ; }
99,073
returns whether this list contains the given offset . concode_field_sep Segment head concode_elem_sep Segment next concode_elem_sep int size concode_elem_sep Segment tail concode_elem_sep int[] values concode_elem_sep int index concode_elem_sep int SEGMENT_CAPACITY concode_field_sep boolean add concode_elem_sep Segment...
boolean function ( long arg0 ) { for ( Segment loc0 = head ; loc0 != null ; loc0 = loc0 . next ( ) ) { for ( int loc1 = 0 ; loc1 < loc0 . size ( ) ; loc1 += 1 ) { if ( loc0 . get ( loc1 ) == arg0 ) { return true ; } } } return false ; }
99,074
close the database connexion . concode_field_sep SQLiteDatabase database concode_elem_sep String[] allcolumns concode_elem_sep UserHelper dbHelper concode_field_sep User insertGetUser concode_elem_sep List<User> getAllUsers concode_elem_sep boolean insertUser concode_elem_sep User cursoToUser concode_elem_sep User getU...
void function ( ) { dbHelper . close ( ) ; }
99,075
sets the id . note this is only to be used by hibernate because this serves as a primary key identifier for this object . thats the reason its made private . concode_field_sep String LATEST_ERRATA concode_elem_sep String[] ALL_PANES concode_elem_sep String INACTIVE_SYSTEMS concode_elem_sep String PENDING_ACTIONS concod...
void function ( Long arg0 ) { this . id = arg0 ; }
99,076
returns its argument if it is non-negative , zero if it is negative . concode_field_sep int SIGNIFICAND_BITS concode_elem_sep int EXPONENT_BIAS concode_elem_sep long SIGNIFICAND_MASK concode_elem_sep long IMPLICIT_BIT concode_elem_sep long ONE_BITS concode_elem_sep long EXPONENT_MASK concode_elem_sep long SIGN_MASK con...
double function ( double arg0 ) { checkArgument ( ! isNaN ( arg0 ) ) ; if ( arg0 > 0.0 ) { return arg0 ; } else { return 0.0 ; } }
99,077
returns the count that has the highest number of occurrences . concode_field_sep long total concode_elem_sep boolean computed concode_elem_sep Map<Object,Count> counts concode_field_sep Count[] confidenceInterval concode_elem_sep Collection<Count> getCounts concode_elem_sep Collection<Object> getValues concode_elem_sep...
Count function ( ) { Count loc0 = null ; for ( Count loc1 : counts . values ( ) ) { if ( loc0 == null || loc1 . getFrequency ( ) > loc0 . getFrequency ( ) ) { loc0 = loc1 ; } } return loc0 ; }
99,078
the currency in which the limitprice amount is specified . at this time , the only supported currency is usd . returns a reference to this object so that method calls can be chained together . constraints : allowed values : usd concode_field_sep Double amount concode_elem_sep String currencyCode concode_field_sep Strin...
ReservedInstanceLimitPrice function ( String arg0 ) { this . currencyCode = arg0 ; return this ; }
99,079
isconvex bench : checks if the polygon with the given number of vertices is convex we test the worst case - > polygon vertices are ordered concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddVertex concode_elem_sep void testSortVertices concode_elem_sep void testContain concode_elem_sep void testInt...
void function ( int arg0 ) { ArrayList < PointDouble > loc0 = new ArrayList < > ( ) ; loc0 = generatePoints ( arg0 ) ; ConvexPolygon loc1 = new ConvexPolygon ( loc0 ) ; loc1 . sortVertices ( new AntiClockSort ( loc1 . getVertices ( ) ) ) ; Boolean loc2 = loc1 . isConvex ( ) ; }
99,080
the id of an entry in a batch request . concode_field_sep String code concode_elem_sep Boolean senderFault concode_elem_sep String id concode_elem_sep String message concode_field_sep BatchResultErrorEntry withSenderFault concode_elem_sep void setCode concode_elem_sep String getMessage concode_elem_sep void setMessage ...
String function ( ) { return this . id ; }
99,081
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testFindDomainBounds concode_elem_sep void testFindRangeBounds concode_elem_sep void testCloning2 concode_elem...
void function ( ) { XYErrorRenderer loc0 = new XYErrorRenderer ( ) ; XYErrorRenderer loc1 = new XYErrorRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
99,082
enable or disable debug mode . if debug mode is disabled , also trace mode is disabled . concode_field_sep boolean DEFAULT_DEBUG_MODE concode_elem_sep String SYSTEM_PROPERTY_MAIL_DEBUG concode_elem_sep String SYSTEM_PROPERTY_JAVA_SECURITY_DEBUG concode_elem_sep boolean DEFAULT_PRODUCTION_MODE concode_elem_sep String SY...
void function ( final boolean arg0 ) { s_aDebugMode . set ( arg0 ) ; setJavaCommonComponentsDebugMode ( arg0 ) ; }
99,083
gets the time from the given calendar as a milliseconds value ; wrapper method to allow use of more efficient jdk1 .4 method on jdk1 .4 was protected in earlier versions . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd co...
long function ( Calendar arg0 ) { return ( arg0 . getTimeInMillis ( ) ) ; }
99,084
get boolean property , returning false if a security manager prevents us from accessing system properties incomplete list of known system properties `` report_testing_pattern_in_standard_detectors '' - default is false concode_field_sep String URL_REWRITE_FORMAT concode_elem_sep Pattern URL_REWRITE_PATTERN concode_elem...
boolean function ( String arg0 ) { return getBoolean ( arg0 , false ) ; }
99,085
returns the refactoring status returned from the call ichange #isvalid . returns null if the change has not been executed . concode_field_sep Change fChange concode_elem_sep Change fUndoChange concode_elem_sep boolean fChangeExecutionFailed concode_elem_sep IUndoManager fUndoManager concode_elem_sep boolean fChangeExec...
RefactoringStatus function ( ) { return fValidationStatus ; }
99,086
gets selected time zone display name . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable che...
String function ( ) { synchronized ( TimeZone . class ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; } }
99,087
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
99,088
sets the bit at the specified index to true . concode_field_sep long WORD_SIZE concode_field_sep boolean isSet concode_elem_sep boolean anySet concode_elem_sep int nextSetBit concode_elem_sep void unset
void function ( Object arg0 , long arg1 , int arg2 ) { assert arg2 >= 0 : "srini_string" + arg2 + "srini_string" ; final long loc0 = 1L << ( arg2 & 0x3f ) ; final long loc1 = arg1 + ( arg2 >> 6 ) * WORD_SIZE ; final long loc2 = Platform . getLong ( arg0 , loc1 ) ; Platform . putLong ( arg0 , loc1 , loc2 | loc0 ) ; }
99,089
sets the value of the date property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String number concode_elem_sep String code concode_elem_sep String currency concode_elem_sep BigDecimal value concode_elem_sep TypeCtStatPayDocLine payStatus concode_field_sep String getNumber concode_elem_sep TypeCtStatP...
void function ( XMLGregorianCalendar arg0 ) { this . date = arg0 ; }
99,090
calculate the squared diameter of the multitouch event , and cache it . use this if you do n't need to perform the sqrt . concode_field_sep int numPoints concode_elem_sep int[] pointerIds concode_elem_sep float xMid concode_elem_sep boolean diameterIsCalculated concode_elem_sep boolean diameterSqIsCalculated concode_el...
float function ( ) { if ( ! diameterSqIsCalculated ) { diameterSq = ( isMultiTouch ? dx * dx + dy * dy : 0.0f ) ; diameterSqIsCalculated = true ; } return diameterSq ; }
99,091
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
99,092
print a , possibly indented , string . concode_field_sep String password concode_elem_sep String host concode_elem_sep String user concode_elem_sep int attnum concode_elem_sep boolean saveAttachments concode_elem_sep boolean debug concode_elem_sep String indentStr concode_elem_sep boolean showStructure concode_elem_sep...
void function ( String arg0 ) { if ( showStructure ) System . out . print ( indentStr . substring ( 0 , level * 2 ) ) ; System . out . println ( arg0 ) ; }
99,093
this method was generated by mybatis generator . this method returns the value of the database column t_stock_max_draw_down . max_draw_down_120 concode_field_sep Double maxDrawDown500 concode_elem_sep Double maxDrawDown20 concode_elem_sep Double maxDrawDown250 concode_elem_sep Double maxDrawDown120 concode_elem_sep Str...
Double function ( ) { return maxDrawDown120 ; }
99,094
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep long siteDirectorySiteId concode_elem_sep boolean __hashCodeCalc concode_elem_sep long subnetworkId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep long getSiteDirectorySiteId concode_elem_sep org.apa...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
99,095
returns the number of samples represented by this samplecount , converted to newrate . if precision would be lost this method throws an exception this method uses timebase.resampleprecise for lossless-or-exception resampling concode_field_sep Timebase rate concode_elem_sep long samples concode_field_sep SampleCount add...
long function ( Timebase arg0 ) { return arg0 . resamplePrecise ( this . samples , this . rate ) ; }
99,096
return the contents . concode_field_sep Vector<String> comments concode_elem_sep Tag parent concode_elem_sep Vector<Object> content concode_elem_sep Map<String,String> attributes concode_elem_sep String name concode_elem_sep SimpleDateFormat format concode_field_sep String getName concode_elem_sep Tag[] select concode_...
Vector < Object > function ( ) { return content ; }
99,097
sets the value of the chargetype property . concode_field_sep BigInteger costInCents concode_elem_sep String chargeType concode_elem_sep long serialVersionUID concode_elem_sep FrequencyType frequency concode_field_sep void setCostInCents concode_elem_sep BigInteger getCostInCents concode_elem_sep String getChargeType c...
void function ( String arg0 ) { this . chargeType = arg0 ; }
99,098
this method identifies whether the endpoint relates to the client side . concode_field_sep boolean client concode_elem_sep long serialVersionUID concode_elem_sep String uri concode_elem_sep String operation concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getOperation concode_elem_...
boolean function ( ) { return client ; }
99,099
gets the value of the milestoneorder property . concode_field_sep XMLGregorianCalendar milestoneEstComplete concode_elem_sep String milestoneName concode_elem_sep Boolean milestoneCompleted concode_elem_sep String milestoneComments concode_elem_sep String milestoneOrder concode_field_sep void setMilestoneCompleted conc...
String function ( ) { return milestoneOrder ; }