idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,700
create an instance of domainstype concode_field_sep PlaceHolder placeHolder concode_field_sep DomainType createDomainType concode_elem_sep Indexer.Coverages.Coverage createIndexerCoveragesCoverage concode_elem_sep ParametersType.Parameter createParametersTypeParameter concode_elem_sep Indexer.Collectors createIndexerCo...
DomainsType function ( ) { return new DomainsType ( ) ; }
14,701
returns a comparator that compares two arrays of unsigned long valueslexicographically . that is , it compares , using #compare long , long , the first pair of values that follow any common prefix , or when one array is a prefix of the other , treats the shorter array as the lesser . for example , the returned comparat...
Comparator < long [ ] > function ( ) { return LexicographicalComparator . INSTANCE ; }
14,702
check if image with specified path already exist in specified album concode_field_sep EntityManager em concode_field_sep void removeMetaTag concode_elem_sep void deleteComment concode_elem_sep void addImage concode_elem_sep List<MetaTag> getTagsLikeString concode_elem_sep void resetImage concode_elem_sep MetaTag getTag...
boolean function ( Album arg0 , String arg1 ) { return em . createNamedQuery ( Constants . IMAGE_PATH_EXIST_QUERY ) . setParameter ( Constants . PATH_PARAMETER , arg1 ) . setParameter ( Constants . ALBUM_PARAMETER , arg0 ) . getResultList ( ) . size ( ) != 0 ; }
14,703
_ invoke . concode_field_sep org.omg.CORBA.ORB orb concode_field_sep boolean _is_equivalent concode_elem_sep int _hash concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep boolean _is_a concode_elem_sep String _repository_id concode_elem_sep org.omg.CORBA.Policy _get_policy...
org . omg . CORBA . portable . InputStream function ( org . omg . CORBA . portable . OutputStream arg0 ) { throw new org . omg . CORBA . NO_IMPLEMENT ( ) ; }
14,704
sets the array . concode_field_sep String[] myStringArray concode_elem_sep Object[] myObjectArray concode_field_sep void setMyObjectArray concode_elem_sep String[] getMyStringArray concode_elem_sep Object[] getMyObjectArray
void function ( String [ ] arg0 ) { this . myStringArray = arg0 ; }
14,705
the setting up . concode_field_sep ChromeDriver driver concode_elem_sep RottenTomatoesSite rottenTomatoesSite concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverridingOnAWidget concode_elem_sep void beforeClass concode_elem_sep void checkAnAnnotatedWidget concode_elem_sep void afterCl...
void function ( ) { if ( driver != null ) { driver . get ( "srini_string" + new File ( "srini_string" ) . getAbsolutePath ( ) ) ; } }
14,706
add a plugin class that implements a service to the service entry table . this does not create the plugin object instance . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep Ha...
void function ( String arg0 , String arg1 ) { PluginEntry loc0 = new PluginEntry ( arg0 , arg1 , false ) ; this . addService ( loc0 ) ; }
14,707
determine if a reply code is a negative permanent response . all codes beginning with a 5 are negative permanent responses . the ftp server will send a negative permanent response on the failure of a command that can not be reattempted with success . concode_field_sep int ACTION_ABORTED concode_elem_sep int REQUESTED_P...
boolean function ( int arg0 ) { return ( arg0 >= 500 && arg0 < 600 ) ; }
14,708
returns the jre library jar location . concode_field_sep IPath fSystemLibrary concode_elem_sep URL fJavadocLocation concode_elem_sep IPath fSystemLibrarySource concode_elem_sep IPath fPackageRootPath concode_elem_sep URL fIndexLocation concode_field_sep void setIndexLocation concode_elem_sep boolean equalsOrNull concod...
IPath function ( ) { return fSystemLibrary ; }
14,709
adds a string property as string literal optionally to a map . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el...
JSONBuilder function ( String arg0 , String arg1 , boolean arg2 ) { appendCommaAndKey ( arg0 ) ; if ( arg2 ) { params . append ( arg1 ) ; } else { arg1 = escapeString ( arg1 ) ; params . append ( '"' ) . append ( arg1 ) . append ( '"' ) ; } return this ; }
14,710
task 6 : clear and undo clearhistory removes all entries in our history . concode_field_sep PlaceHolder placeHolder concode_field_sep int add concode_elem_sep void printHistory concode_elem_sep void printAllHistory concode_elem_sep int cumulativeSum concode_elem_sep void undoEquation concode_elem_sep int multiply conco...
void function ( ) { }
14,711
sets the outline paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep...
void function ( Paint arg0 ) { if ( arg0 != null ) { this . outlinePaint = arg0 ; } }
14,712
get the current maximum upload bandwidth . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep String WASB_BYTES_WRITT...
long function ( ) { return currentMaximumUploadBytesPerSecond ; }
14,713
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id concode_elem_sep In...
int function ( ) { next_cs_id ++ ; return next_cs_id ; }
14,714
removes the part at the specified position . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concod...
PduPart function ( int arg0 ) { return mParts . remove ( arg0 ) ; }
14,715
sets the value of the betype property . concode_field_sep String extent concode_elem_sep List<Object> admid concode_elem_sep String shape concode_elem_sep String end concode_elem_sep String id concode_elem_sep List<String> contentids concode_elem_sep String begin concode_elem_sep String betype concode_elem_sep String c...
void function ( String arg0 ) { this . betype = arg0 ; }
14,716
get the last hidden matcher that the system used to do a match . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep concode_elem_sep void sleep concode_elem_sep Thread createThread concode_elem_sep Date parseToStringDate concode_elem_sep long currentTimeSeconds concode_elem_sep Thread start concode_...
Matcher function ( Matcher arg0 ) { return RegexSupport . getLastMatcher ( ) ; }
14,717
gets the value of the istargeted property . concode_field_sep List<Technology> mobileCarriers concode_elem_sep Boolean isTargeted concode_field_sep void setIsTargeted concode_elem_sep List<Technology> getMobileCarriers
Boolean function ( ) { return isTargeted ; }
14,718
set the element 's status image . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep boo...
void function ( String arg0 ) { this . image = arg0 ; }
14,719
returns the most appropriate context for operations on the database . this is the on-behalf-of user 's context if the user exists , or the authenticated user 's context otherwise . concode_field_sep EPerson authenticated concode_elem_sep EPerson onBehalfOf concode_elem_sep Context context concode_elem_sep Context authe...
Context function ( ) { return context ; }
14,720
implemented annotation callback method . this method is called when a pages annotations been initialized but before the page has been painted . this method blocks the concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void removeAnnotation concode_elem_sep v...
void function ( Page arg0 ) { }
14,721
get the variable name . concode_field_sep String varName concode_elem_sep Variable variable concode_field_sep String toString concode_elem_sep Variable getVariable
String function ( ) { return varName ; }
14,722
reports that the given node has just lose a child . the second half of an event pair . the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void preRemoveChildEvent concode_elem_sep void preReplaceChildEvent concode_elem_sep void postValueChangeEvent concode_elem_sep voi...
void function ( ASTNode arg0 , ASTNode arg1 , StructuralPropertyDescriptor arg2 ) { }
14,723
tests the sasl #createsaslserver string , string , string , map , callbackhandler method towork with the plainsaslserverprovider #mechanism successfully . concode_field_sep PlaceHolder placeHolder concode_field_sep void createNoSupportSaslServer concode_elem_sep void beforeClass concode_elem_sep void afterClass
void function ( ) { SaslServer loc0 = Sasl . createSaslServer ( PlainSaslServerProvider . MECHANISM , "srini_string" , "srini_string" , new HashMap < String , String > ( ) , null ) ; Assert . assertNotNull ( loc0 ) ; Assert . assertEquals ( PlainSaslServerProvider . MECHANISM , loc0 . getMechanismName ( ) ) ; }
14,724
returns true if the room will persist after the last occupant have left the room . concode_field_sep boolean nonanonymous concode_elem_sep boolean moderated concode_elem_sep int occupantsCount concode_elem_sep boolean passwordProtected concode_elem_sep String description concode_elem_sep boolean persistent concode_elem...
boolean function ( ) { return persistent ; }
14,725
write an int32 field to the stream . concode_field_sep BufferedSink sink concode_field_sep int decodeZigZag32 concode_elem_sep long decodeZigZag64 concode_elem_sep int varint64Size concode_elem_sep long encodeZigZag64 concode_elem_sep int encodeZigZag32 concode_elem_sep void writeTag concode_elem_sep int makeTag concod...
void function ( int arg0 ) { if ( arg0 >= 0 ) { writeVarint32 ( arg0 ) ; } else { writeVarint64 ( arg0 ) ; } }
14,726
test . concode_field_sep Log4J2Appender log4j2Appender concode_elem_sep LogbackAppender logbackAppender concode_elem_sep LoggingHandler loggingHandler concode_elem_sep Log4JAppender log4jAppender concode_field_sep void testRequiresLayout concode_elem_sep void testRegister concode_elem_sep void testAppend concode_elem_s...
void function ( ) { loggingHandler . flush ( ) ; assertNotNull ( "srini_string" , loggingHandler ) ; }
14,727
error log is used for serious issues that should always be logged concode_field_sep int EXIT_ACCESS_DENIED concode_elem_sep int NETWORK_WAIT concode_elem_sep int mExitStatus concode_elem_sep ValidationResult succeeded concode_elem_sep String EAS_PROTOCOL concode_elem_sep int EXIT_IO_ERROR concode_elem_sep Context mCont...
void function ( String arg0 ) { Log . e ( TAG , arg0 ) ; if ( Eas . FILE_LOG ) { FileLogger . log ( TAG , arg0 ) ; } }
14,728
write the exception to the cdr output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep UnknownUserException extract concode_elem_sep UnknownUserException read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( OutputStream arg0 , UnknownUserException arg1 ) { arg0 . write_string ( id ( ) ) ; arg0 . write_any ( arg1 . except ) ; }
14,729
creates a new instance of generalpath for this abstracttext object and applies the current pagetransformation to it . the containment calculation is then applied the newly tranformed path for the given rectangle . this method is usually used for text selection via a selection box . concode_field_sep boolean highlight c...
boolean function ( Rectangle2D arg0 ) { GeneralPath loc0 = new GeneralPath ( getBounds ( ) ) ; return loc0 . intersects ( arg0 ) ; }
14,730
sets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele...
void function ( String arg0 ) { this . firstName = arg0 ; }
14,731
gets the name of the field 's declaring class . concode_field_sep String mDeclClass concode_elem_sep String mFieldName concode_elem_sep String mFieldType concode_field_sep String getName concode_elem_sep String getTypeName
String function ( ) { return mDeclClass ; }
14,732
cancel a previously shown notification . if it 's transient , the view will be hidden . if it 's persistent , it will be removed from the status bar . concode_field_sep INotificationManager sService concode_elem_sep String TAG concode_elem_sep boolean localLOGV concode_elem_sep Context mContext concode_field_sep void c...
void function ( int arg0 ) { cancel ( null , arg0 ) ; }
14,733
sets the value of the signatureinfo property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep SignatureInfoVerificationType signatureInfo concode_elem_sep List<DataObjectAssociationType> supplement concode_field_sep void setDateTime concode_elem_sep XMLGregorianCalendar getDateTime concode_elem_sep Si...
void function ( SignatureInfoVerificationType arg0 ) { this . signatureInfo = arg0 ; }
14,734
gets the value of the rval property . concode_field_sep JobResult rval concode_field_sep void setRval
JobResult function ( ) { return rval ; }
14,735
sets the value of the d property . concode_field_sep JAXBElement<XMLGregorianCalendar> d concode_field_sep JAXBElement<XMLGregorianCalendar> getD
void function ( JAXBElement < XMLGregorianCalendar > arg0 ) { this . d = arg0 ; }
14,736
gets the value of the this property . concode_field_sep List<String> caCert concode_elem_sep ManagedObjectReference _this concode_elem_sep List<String> caCrl concode_field_sep void setThis concode_elem_sep List<String> getCaCrl concode_elem_sep List<String> getCaCert
ManagedObjectReference function ( ) { return _this ; }
14,737
sends synchronously a single mouse click to the view at the specified coordinates . concode_field_sep String TAG concode_field_sep View waitForView concode_elem_sep View waitForRouteButton concode_elem_sep Dialog waitForDialog concode_elem_sep void mouseSingleClick concode_elem_sep void clickButton concode_elem_sep Dia...
void function ( Instrumentation arg0 , View arg1 , int arg2 , int arg3 ) { int loc0 [ ] = TestTouchUtils . getAbsoluteLocationFromRelative ( arg1 , arg2 , arg3 ) ; int loc1 = loc0 [ 0 ] ; int loc2 = loc0 [ 1 ] ; mouseSingleClick ( arg0 , loc1 , loc2 ) ; }
14,738
modifica il numero di armate disponibili per quel giocatore concode_field_sep int europa concode_elem_sep int africa concode_elem_sep LinkedList<Carta> carte concode_elem_sep int asia concode_elem_sep Obbiettivi_t obbiettivo concode_elem_sep String nome concode_elem_sep List<territori_t> listaterr concode_elem_sep Colo...
void function ( int arg0 ) { this . armate_bonus = arg0 ; }
14,739
method to return a string with information about this pixel concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep in...
String function ( ) { return "srini_string" + getRow ( ) + "srini_string" + getCol ( ) + "srini_string" + getRed ( ) + "srini_string" + getGreen ( ) + "srini_string" + getBlue ( ) ; }
14,740
given its index determine if the set contains a particular terminal . concode_field_sep BitSet _elements concode_elem_sep terminal_set EMPTY concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean intersects concode_elem_sep void not_null concode_elem_sep boolean is_superset_of concode_elem_...
boolean function ( int arg0 ) { return _elements . get ( arg0 ) ; }
14,741
this method was generated by mybatis generator . this method sets the value of the database column workflownode.sequence concode_field_sep String nodename concode_elem_sep Integer sequence concode_elem_sep Integer color concode_elem_sep Integer receiver concode_elem_sep Integer prelink concode_elem_sep Integer displayy...
void function ( Integer arg0 ) { this . sequence = arg0 ; }
14,742
gets the number of color channels e.g. 3 for rgb concode_field_sep int dwtLevels concode_elem_sep String identifier concode_elem_sep int numChannels concode_elem_sep int qualityLayers concode_elem_sep Map<String,String> instProps concode_elem_sep String imageFile concode_elem_sep int bitDepth concode_elem_sep int width...
int function ( ) { return numChannels ; }
14,743
given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists
long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } }
14,744
factory to create the predicate . if the array is size zero , the predicate always returns true . if the array is size one , then that predicate is returned . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep boolean evaluate concode_elem_sep Predicate[] getPredicates
Predicate function ( Predicate [ ] arg0 ) { FunctorUtils . validate ( arg0 ) ; if ( arg0 . length == 0 ) { return TruePredicate . INSTANCE ; } if ( arg0 . length == 1 ) { return arg0 [ 0 ] ; } arg0 = FunctorUtils . copy ( arg0 ) ; return new AllPredicate ( arg0 ) ; }
14,745
runs the pc algorithm on the graph x1 -- > x2 , x1 -- > x3 , x2 -- > x4 , x3 -- > x4 . should produce x1 -- x2 , x1 -- x3 , x2 -- > x4 , x3 -- > x4 . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSearch3 concode_elem_sep void testSearch2 concode_elem_sep void checkSearch concode_elem_sep void che...
void function ( ) { checkSearch ( "srini_string" , "srini_string" ) ; }
14,746
get a new transport resolver to be used in a jingle session . concode_field_sep PlaceHolder placeHolder concode_field_sep TransportResolver createResolver
TransportResolver function ( JingleSession arg0 ) { TransportResolver loc0 = createResolver ( arg0 ) ; if ( loc0 == null ) { loc0 = new BasicResolver ( ) ; } loc0 . initializeAndWait ( ) ; return loc0 ; }
14,747
sets the rotation angle to use for the shape . the rotation is applied relative to the centre of the shape . concode_field_sep GeometryFactory geomFact concode_elem_sep int nPts concode_elem_sep Dimensions dim concode_elem_sep double width concode_elem_sep Coordinate centre concode_elem_sep PrecisionModel precModel con...
void function ( double arg0 ) { rotationAngle = arg0 ; }
14,748
check whether the given name points back to the given alias as an alias in the other direction already , catching a circular reference upfront and throwing a corresponding illegalstateexception . concode_field_sep Map<String,String> aliasMap concode_field_sep void registerAlias concode_elem_sep String[] getAliases conc...
void function ( String arg0 , String arg1 ) { if ( hasAlias ( arg1 , arg0 ) ) { throw new IllegalStateException ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } }
14,749
return the next token in the token stream . concode_field_sep Token next concode_elem_sep int offset concode_elem_sep Token previous concode_elem_sep TokenType type concode_field_sep Token getPrevious concode_elem_sep int getOffset concode_elem_sep boolean isSynthetic concode_elem_sep Token setNextWithoutSettingPreviou...
Token function ( ) { return next ; }
14,750
returns comma-separated concatenated single string of all strings of the given set concode_field_sep int INITIAL_CAPACITY concode_elem_sep String WILDCARD_ACL_VALUE concode_elem_sep Collection<String> groups concode_elem_sep Groups groupsMapping concode_elem_sep Collection<String> users concode_elem_sep boolean allAllo...
String function ( Collection < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( INITIAL_CAPACITY ) ; boolean loc1 = true ; for ( String loc2 : arg0 ) { if ( ! loc1 ) { loc0 . append ( "srini_string" ) ; } else { loc1 = false ; } loc0 . append ( loc2 ) ; } return loc0 . toString ( ) ; }
14,751
sets the message body , as a string . the string will be encoded as utf-16le , with no byte-order-mark . this information may be useful if you use different libraries on the the receiving and sending side . concode_field_sep String _utf8 concode_elem_sep boolean _highPriority concode_elem_sep byte[] _messageBody concod...
void function ( String arg0 ) { _messageBody = arg0 . getBytes ( _encoding ) ; }
14,752
gets the value of the split property . concode_field_sep Integer split concode_elem_sep Long userId concode_field_sep void setSplit concode_elem_sep Long getUserId concode_elem_sep void setUserId
Integer function ( ) { return split ; }
14,753
returns true if a time-advance grant can take place assuming that the federation lbts is as given . no internal changes are made , only a check . this method will also return false if an advance has already been granted for a local federate , but that grant callback has not yet been delivered . concode_field_sep TriSta...
boolean function ( double arg0 ) { if ( advancing == TAR . NONE || advancing == TAR . PROVISIONAL ) return false ; if ( ! isConstrained ( ) ) return true ; return requestedTime < arg0 ; }
14,754
creates an affinetransformation defined by a single control vector . a control vector consists of a source point and a destination point , which is the image of the source point under the desired transformation . this produces a translation . concode_field_sep PlaceHolder placeHolder concode_field_sep AffineTransformat...
AffineTransformation function ( Coordinate arg0 , Coordinate arg1 ) { double loc0 = arg1 . x - arg0 . x ; double loc1 = arg1 . y - arg0 . y ; return AffineTransformation . translationInstance ( loc0 , loc1 ) ; }
14,755
returns true if the target size specified by these options matches the size provided e.g. image is already at target size . concode_field_sep DownscaleQuality downscalingHint concode_elem_sep int targetHeight concode_elem_sep Object renderingHint concode_elem_sep int targetWidth concode_field_sep int getTargetHeight co...
boolean function ( Image arg0 ) { return sizeMatches ( arg0 . getWidth ( null ) , arg0 . getHeight ( null ) ) ; }
14,756
gets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele...
String function ( ) { return firstName ; }
14,757
adds the property . concode_field_sep Layout layout concode_elem_sep MetaData metaData concode_elem_sep RunStatus runStatus concode_elem_sep List<AuditEventFilter> filters concode_elem_sep List<Handler> handlers concode_elem_sep Map<String,String> properties concode_field_sep void setMetaData concode_elem_sep void addH...
void function ( String arg0 , String arg1 ) { properties . put ( arg0 , arg1 ) ; }
14,758
to get the regular expression pattern concode_field_sep AnonymousListMediator caseMediator concode_elem_sep Pattern regex concode_elem_sep Log log concode_field_sep void init concode_elem_sep void setRegex concode_elem_sep boolean mediate concode_elem_sep void setCaseMediator concode_elem_sep void destroy concode_elem_...
Pattern function ( ) { return regex ; }
14,759
gets the value of the shiftback property . concode_field_sep String decipherText concode_elem_sep int shiftback concode_field_sep void setShiftback concode_elem_sep String getDecipherText concode_elem_sep void setDecipherText
int function ( ) { return shiftback ; }
14,760
print a byte and then flush the output stream . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep vo...
void function ( byte arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
14,761
finds the closest centroid to a specified user . concode_field_sep MemHelper helper concode_elem_sep ArrayList<IntArrayList> finalClusters concode_elem_sep int MAX_DEPTH concode_elem_sep OpenIntIntHashMap uidToCluster concode_elem_sep int PARTION_MAX_SIZE concode_elem_sep int MAX_ITERATIONS concode_field_sep void clust...
int function ( int arg0 , Centroid [ ] arg1 , double arg2 ) { double loc0 ; double loc1 = - 1.0 ; int loc2 = - 1 ; for ( int loc3 = 0 ; loc3 < arg1 . length ; loc3 ++ ) { loc0 = arg1 [ loc3 ] . distanceWithDefault ( arg0 , arg2 , helper ) ; if ( Math . abs ( loc0 ) > loc1 ) { loc1 = loc0 ; loc2 = loc3 ; } } return loc2...
14,762
creates and exports a registry instance on the local host that accepts requests on the specified port . the registry instance is exported as if the static unicastremoteobject #exportobject remote , int unicastremoteobject.exportobject method is invoked , passing theregistry instance and the specified port as arguments ...
Registry function ( int arg0 ) { return new RegistryImpl ( arg0 ) ; }
14,763
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals concode_elem_sep void testDr...
void function ( ) { XYStepRenderer loc0 = new XYStepRenderer ( ) ; loc0 . setStepPoint ( 0.123 ) ; XYStepRenderer loc1 = ( XYStepRenderer ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
14,764
a description of the current lifecycle state . note that the quarantined state is not used . concode_field_sep String lifecycleState concode_elem_sep String launchConfigurationName concode_elem_sep String instanceId concode_elem_sep String healthStatus concode_elem_sep Boolean protectedFromScaleIn concode_elem_sep Stri...
void function ( LifecycleState arg0 ) { this . lifecycleState = arg0 . toString ( ) ; }
14,765
access the form name whose values will be used when this item is selected . concode_field_sep String m_title concode_elem_sep String m_url concode_elem_sep String m_accessibilitylabel concode_elem_sep String m_form concode_elem_sep int m_checked concode_elem_sep String m_icon concode_elem_sep boolean m_enabled concode_...
String function ( ) { return m_form ; }
14,766
getter concode_field_sep TaxiNetworkNode fromNode concode_elem_sep int fromPointID concode_elem_sep String name concode_elem_sep String type concode_elem_sep int toPointID concode_elem_sep TaxiNetworkNode toNode concode_elem_sep String direction concode_field_sep void setToNode concode_elem_sep void setName concode_ele...
TaxiNetworkNode function ( ) { return toNode ; }
14,767
returns the inetsocketaddress of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep int hashCode concode_elem_sep boolean ...
InetSocketAddress function ( ) { return inetSocketAddress ; }
14,768
sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_se...
void function ( boolean arg0 ) { this . lowerCaseNames = arg0 ; }
14,769
returns the meetups entry id of this meetups registration . concode_field_sep MeetupsRegistration _meetupsRegistration concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode...
long function ( ) { return _meetupsRegistration . getMeetupsEntryId ( ) ; }
14,770
return true if the com.sleepycat.db.database #opensequence database.opensequence method is configured tofail if the database already exists . this method may be called at any time during the life of the application . concode_field_sep boolean autoCommitNoSync concode_elem_sep long rangeMin concode_elem_sep boolean excl...
boolean function ( ) { return exclusiveCreate ; }
14,771
file extension . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep String getHtmlDescription concode_elem_sep boolean accepts concode_elem_sep void export concode_elem_sep String write
String function ( ) { return "srini_string" ; }
14,772
the occurred exception with the related log level and message has to be given to this method . this method will verify if the message should be logged or not . concode_field_sep Level logLevel concode_elem_sep FileWriter writer concode_elem_sep LoggerType type concode_elem_sep String consumerName concode_field_sep void...
void function ( final Level arg0 , final String arg1 , final Exception arg2 ) { try { Logger loc0 = LoggingFactory . getLogger ( LoggingFactory . NAME_ERROR_LOGGER ) ; loc0 . logThrowable ( arg0 , arg1 , arg2 ) ; } catch ( LoggingException loc0 ) { loc0 . printStackTrace ( ) ; } if ( logLevel . intValue ( ) > arg0 . in...
14,773
retrieves a stream to be used to write a stream of unicode characters to the clob value that this clob object represents , at position pos . concode_field_sep String stringData concode_field_sep int setString concode_elem_sep int setString concode_elem_sep OutputStream setAsciiStream concode_elem_sep void truncate conc...
Writer function ( long arg0 ) { throw new SQLException ( "srini_string" ) ; }
14,774
the id of the device that uses this port . for example , a virtual server . concode_field_sep Map<String,String> queryParams concode_field_sep PortListOptions add concode_elem_sep PortListOptions macAddress concode_elem_sep PortListOptions deviceOwner concode_elem_sep PortListOptions displayName concode_elem_sep PortLi...
PortListOptions function ( String arg0 ) { return add ( "srini_string" , arg0 ) ; }
14,775
returns the email address of the administrator to contact in case of error . concode_field_sep int code concode_elem_sep String contactEmail concode_elem_sep String homeRef concode_elem_sep String reasonPhrase concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String uri concode...
String function ( ) { return contactEmail ; }
14,776
retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; }
14,777
shifts the offset by the given value . concode_field_sep float offsetMm concode_elem_sep Fraction beat concode_field_sep BeatOffset withOffsetMm
BeatOffset function ( float arg0 ) { return new BeatOffset ( beat , offsetMm + arg0 ) ; }
14,778
project quad to graphname concode_field_sep Transform<Triple,Node> projectTripePredicate concode_elem_sep Transform<Quad,Triple> transformQuad2Triple concode_elem_sep Transform<Triple,Node> projectTripeSubject concode_elem_sep Transform<Triple,Node> projectTripeObject concode_elem_sep Transform<Quad,Node> projectQuadSu...
Iterator < Node > function ( Iterator < Quad > arg0 ) { return Iter . map ( arg0 , projectQuadSubject ) ; }
14,779
setter for property fontfamily . concode_field_sep Expression fontWeight concode_elem_sep Expression fontSize concode_elem_sep List<Expression> fontFamily concode_elem_sep Expression fontStyle concode_field_sep Expression getFontSize concode_elem_sep Expression getWeight concode_elem_sep Expression getFontWeight concod...
void function ( Expression arg0 ) { this . fontFamily . clear ( ) ; this . fontFamily . add ( arg0 ) ; }
14,780
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode...
E function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ( E ) mValues [ arg0 ] ; }
14,781
sets the current matrix to its transpose concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep void loadIdentity co...
void function ( ) { float loc0 = mMat [ 1 ] ; mMat [ 1 ] = mMat [ 2 ] ; mMat [ 2 ] = loc0 ; }
14,782
return an absolute pathname to the home directory for the specified user . concode_field_sep Hashtable<String,String> homes concode_elem_sep UserConfig userConfig concode_field_sep void init concode_elem_sep UserConfig getUserConfig concode_elem_sep Enumeration<String> getUsers concode_elem_sep void setUserConfig
String function ( String arg0 ) { return homes . get ( arg0 ) ; }
14,783
display a string in html page , call methods : escapehtmltags , converturl , convertnewlines . concode_field_sep PlaceHolder placeHolder concode_field_sep float parseFloat concode_elem_sep String bSubstring concode_elem_sep String notNull concode_elem_sep String truncateWhenUTF8 concode_elem_sep boolean parseBoolean co...
String function ( String arg0 ) { String loc0 = arg0 ; loc0 = createBreaks ( loc0 , 80 ) ; loc0 = escapeHTMLTags ( loc0 ) ; loc0 = convertURL ( loc0 ) ; loc0 = convertNewlines ( loc0 ) ; return loc0 ; }
14,784
moves the cursor to a new location concode_field_sep int cursor concode_elem_sep String annotation concode_elem_sep int outputWidth concode_elem_sep int indentLevel concode_elem_sep TreeMap<Integer,AnnotationEndpoint> annotatations concode_elem_sep int hexCols concode_elem_sep List<AnnotationItem> pointAnnotations conc...
void function ( int arg0 ) { cursor = arg0 ; }
14,785
evaluate the spt for a whole population . concode_field_sep ShortestPathTree spt concode_elem_sep SampleFactory sampleFactory concode_field_sep OtpsLatLon getSnappedOrigin
List < OtpsEvaluatedIndividual > function ( Iterable < OtpsIndividual > arg0 ) { List < OtpsEvaluatedIndividual > loc0 = new ArrayList < > ( ) ; for ( OtpsIndividual loc1 : arg0 ) { OtpsEvaluatedIndividual loc2 = eval ( loc1 ) ; if ( loc2 != null ) loc0 . add ( loc2 ) ; } return loc0 ; }
14,786
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
14,787
sending sms messages is not supported by this chat transport implementation . concode_field_sep ChatSession chatSession concode_elem_sep AdHocChatRoom adHocChatRoom concode_field_sep Object getDescriptor concode_elem_sep String getName concode_elem_sep FileTransfer sendMultimediaFile concode_elem_sep ProtocolProviderSe...
void function ( String arg0 ) { }
14,788
sets the value of the customerresponse property . concode_field_sep String reason concode_elem_sep String customerResponse concode_elem_sep List<String> agingReason concode_elem_sep XMLGregorianCalendar dateOfResponse concode_elem_sep String imageURL concode_elem_sep BigDecimal adjustedOfferPrice concode_elem_sep Trade...
void function ( String arg0 ) { this . customerResponse = arg0 ; }
14,789
returns the tokenring service access points of the lan header . concode_field_sep Field llc concode_elem_sep Field lanroutel concode_elem_sep Field trnframetype concode_elem_sep Field trndestmac concode_elem_sep Field eth2destmac concode_elem_sep Field ethsourcemac concode_elem_sep Field trnrouteinfo concode_elem_sep F...
String function ( ) { return ( new Dec ( trnsaps . getData ( ) ) ) . toString ( ) ; }
14,790
returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getRealPath concode_elem_sep String getRealPath concode_elem_sep String getMimeTypeForExtension concode_elem_sep InputSt...
String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; }
14,791
invoked to request the service to stop . concode_field_sep Service delegate concode_field_sep void doStop concode_elem_sep Future<State> start concode_elem_sep void run concode_elem_sep State stopAndWait concode_elem_sep void shutDown concode_elem_sep State startAndWait concode_elem_sep Future<State> stop concode_elem_...
void function ( ) { }
14,792
analyze an expression to see whether the expression is capable of delivering a value of this type . concode_field_sep AnySimpleType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep String getSystemId conc...
void function ( Expression arg0 , int arg1 , StaticContext arg2 ) { }
14,793
constructor . it will be called during the initialisation , in the main class . concode_field_sep Hashtable<Integer,ArrayList<String>> tags concode_field_sep ArrayList<Integer> Booksearch concode_elem_sep void clear concode_elem_sep void addTag
void function ( String arg0 , int arg1 ) { String [ ] loc0 ; loc0 = arg0 . split ( "srini_string" ) ; clear ( arg1 ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) addTag ( loc0 [ loc1 ] , arg1 ) ; }
14,794
set the number of pages used . concode_field_sep int TYPE_INNATE_SPELLS concode_elem_sep int numPages concode_elem_sep int TYPE_SPELL_BOOK concode_elem_sep Equipment equip concode_elem_sep int numSpells concode_elem_sep int numPagesUsed concode_elem_sep String name concode_elem_sep String description concode_elem_sep i...
void function ( int arg0 ) { this . numPagesUsed = arg0 ; }
14,795
adapt a sax2 end element event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concode_el...
void function ( String arg0 , String arg1 , String arg2 ) { if ( documentHandler != null ) documentHandler . endElement ( arg2 ) ; }
14,796
check if the file is supported by the internal or external decompressor concode_field_sep String FILEPLACEHOLDER concode_elem_sep HashMap<String,IDecompressor> internalSupport concode_elem_sep HashMap<String,String> externalSupport concode_elem_sep String PROPERTIES_PATH concode_field_sep InputStream startExternal conc...
boolean function ( String arg0 ) { String loc0 = getExtension ( arg0 ) ; return isInternalSupported ( loc0 ) || isExternalSupported ( loc0 ) ; }
14,797
tests this instance for equality with an arbitrary object . concode_field_sep double LOG_10_VALUE concode_field_sep TickUnit getLargerTickUnit concode_elem_sep TickUnit getCeilingTickUnit concode_elem_sep TickUnit getCeilingTickUnit concode_elem_sep int hashCode
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } return ( arg0 instanceof StandardTickUnitSource ) ; }
14,798
get the options . concode_field_sep String loginModuleStackRef concode_elem_sep String flag concode_elem_sep String module concode_elem_sep String name concode_elem_sep Map<String,String> options concode_field_sep String getModule concode_elem_sep Builder loginModuleStackRef concode_elem_sep String getName concode_elem...
Map < String , String > function ( ) { return options ; }
14,799
checks the authentication status of the web interface concode_field_sep int asynctimeout concode_elem_sep Pattern CHALLENGE_PATTERN concode_elem_sep int timeout concode_elem_sep int asyncmaxconns concode_elem_sep String sid concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep int port conc...
boolean function ( ) { return ! ( sid == null ) ; }