idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
7,900
decodes a jbig2 image from an inputstream concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JB...
void function ( InputStream arg0 ) { int loc0 = arg0 . available ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg0 . read ( loc1 ) ; decodeJBIG2 ( loc1 ) ; }
7,901
close the filename . concode_field_sep String fileName concode_elem_sep TBaseCreator creator concode_elem_sep TProtocol binaryIn concode_elem_sep int bufferSize concode_elem_sep DataInputStream dataInputStream concode_field_sep TBase read concode_elem_sep TBase read concode_elem_sep TBase create concode_elem_sep boolea...
void function ( ) { CarbonUtil . closeStreams ( dataInputStream ) ; }
7,902
increment the occurrences concode_field_sep int counter concode_elem_sep String word concode_field_sep int getCounter concode_elem_sep int hashCode concode_elem_sep String getWord concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep void setWord concode_elem_s...
void function ( ) { this . counter ++ ; }
7,903
if the observable has actually changed then tell all observers about it , then reset state to unchanged . note that though the order of notification is unspecified in subclasses , in observable it is in the order of registration . concode_field_sep LinkedHashSet observers concode_elem_sep boolean changed concode_field_...
void function ( Object arg0 ) { if ( ! hasChanged ( ) ) return ; Set loc0 ; synchronized ( this ) { loc0 = ( Set ) observers . clone ( ) ; } int loc1 = loc0 . size ( ) ; Iterator loc2 = loc0 . iterator ( ) ; while ( -- loc1 >= 0 ) ( ( Observer ) loc2 . next ( ) ) . update ( this , arg0 ) ; clearChanged ( ) ; }
7,904
returns the manufacturer of the accessory . concode_field_sep String mVersion concode_elem_sep String mManufacturer concode_elem_sep String mModel concode_elem_sep String mDescription concode_elem_sep String mUri concode_elem_sep String mSerial concode_field_sep String getVersion concode_elem_sep String getModel concod...
String function ( ) { return mManufacturer ; }
7,905
uninstalls the receiver . no undo specifications may be registered on an uninstalled manager . concode_field_sep ITypingRunListener fRunListener concode_elem_sep IRegion selection concode_elem_sep int lives concode_elem_sep Map fSpecs concode_elem_sep TextEdit[] undoEdits concode_elem_sep BackspaceListener fBackspaceLi...
void function ( ) { if ( fViewer != null ) { fRunDetector . removeTypingRunListener ( fRunListener ) ; fRunDetector . uninstall ( ) ; fRunDetector = null ; ensureListenerRemoved ( ) ; fViewer = null ; } }
7,906
sets #inputdefinition . concode_field_sep Image image concode_elem_sep Component parent concode_elem_sep boolean enabled concode_elem_sep InputDefinition inputDefinition concode_elem_sep String name concode_elem_sep String tooltip concode_field_sep void setName concode_elem_sep Component getParent concode_elem_sep Stri...
void function ( InputDefinition arg0 ) { this . inputDefinition = arg0 ; }
7,907
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
7,908
sets the availability . concode_field_sep OrganisationUnit organisationUnit concode_elem_sep Date endDate concode_elem_sep Class theClass concode_elem_sep String availability concode_elem_sep Double fraction concode_elem_sep Double price concode_elem_sep long serialVersionUID concode_elem_sep Currency currency concode_...
void function ( String arg0 ) { this . availability = arg0 ; }
7,909
name of the file with the error . concode_field_sep Plugin plugin concode_elem_sep String pluginID concode_elem_sep int STACK_OFFSET concode_field_sep int getLineNumber concode_elem_sep String getPosition concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep Strin...
String function ( ) { return Thread . currentThread ( ) . getStackTrace ( ) [ STACK_OFFSET ] . getFileName ( ) ; }
7,910
log a level #warning message . the message category uses '' . '' todenote sub-categories . warning message are not logging in production mode . use #severe string , string , throwable if you want to log a message in anormal production environment . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode...
void function ( String arg0 , String arg1 , Throwable arg2 ) { impl . warning ( arg0 , arg1 , arg2 ) ; }
7,911
returns the rotation anchor point . concode_field_sep long serialVersionUID concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep ItemLabelAnchor itemLabelAnchor concode_elem_sep TextAnchor textAnchor concode_field_sep double getAngle concode_elem_sep TextAnchor getTextAnchor concode...
TextAnchor function ( ) { return this . rotationAnchor ; }
7,912
returns the width range . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep double height concode_elem_sep LengthConstraintType heightConstraintType conc...
Range function ( ) { return this . heightRange ; }
7,913
create new user in the database concode_field_sep Connection con concode_elem_sep String items concode_elem_sep Statement stmt concode_elem_sep String loginTable concode_field_sep void updateBid concode_elem_sep User getUser concode_elem_sep boolean checkUsername concode_elem_sep double getCoins concode_elem_sep int up...
void function ( String arg0 , String arg1 , double arg2 ) { String loc0 = "srini_string" + loginTable + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" ; System . out . println ( loc0 ) ; update ( loc0 ) ; }
7,914
gets an `` inline '' string portion for tohuman , if available . this is the portion that appears after the rop opcode concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_elem_sep Rop opcode concode_field_sep String toHumanWithInline concode_e...
String function ( ) { return null ; }
7,915
encode the buffer in abuffer and write the encoded result to the outputstream astream . concode_field_sep PrintStream pStream concode_field_sep void encode concode_elem_sep void encode concode_elem_sep String encode concode_elem_sep void encode concode_elem_sep String encode concode_elem_sep void encodeBufferSuffix con...
void function ( byte arg0 [ ] , OutputStream arg1 ) { ByteArrayInputStream loc0 = new ByteArrayInputStream ( arg0 ) ; encodeBuffer ( loc0 , arg1 ) ; }
7,916
init . concode_field_sep RevocationPolicy<X509CRL> expiredCRLPolicy concode_elem_sep boolean checkAll concode_elem_sep Logger logger concode_elem_sep RevocationPolicy<Void> unavailableCRLPolicy concode_field_sep RevocationPolicy<X509CRL> getExpiredCRLPolicy concode_elem_sep void setExpiredCRLPolicy concode_elem_sep Col...
void function ( ) { if ( this . unavailableCRLPolicy == null ) { this . unavailableCRLPolicy = new DenyRevocationPolicy ( ) ; } if ( this . expiredCRLPolicy == null ) { this . expiredCRLPolicy = new ThresholdExpiredCRLRevocationPolicy ( ) ; } }
7,917
encodes the given uri user info with the given encoding . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep String encodeHost concode_elem_sep String encodeFragment concode_elem_sep String encodeQueryParam concode_elem_sep String encodePort concode_elem_sep String encodeScheme c...
String function ( String arg0 , String arg1 ) { return HierarchicalUriComponents . encodeUriComponent ( arg0 , arg1 , HierarchicalUriComponents . Type . USER_INFO ) ; }
7,918
returns a range of all the class names . 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 #all...
java . util . List < com . liferay . portal . kernel . model . ClassName > function ( int arg0 , int arg1 ) { return getService ( ) . getClassNames ( arg0 , arg1 ) ; }
7,919
returns a string containing the result of throwable #tostring tostring , followed by the full , recursive stack trace of throwable . note that you probably should not be parsing the resulting string ; if you need programmatic access to the stack frames , you can call throwable #getstacktrace . concode_field_sep PlaceHo...
String function ( Throwable arg0 ) { StringWriter loc0 = new StringWriter ( ) ; arg0 . printStackTrace ( new PrintWriter ( loc0 ) ) ; return loc0 . toString ( ) ; }
7,920
get the quality of the image encoding always 0.0 . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
float function ( ) { return 0.0f ; }
7,921
switch logged in user account to the required associated user account concode_field_sep Log log concode_elem_sep UserAccountAssociationServiceStub serviceStub concode_elem_sep UserAdminStub userAdminStub concode_field_sep void associateTwoAccounts concode_elem_sep void createUserAccountAssociation concode_elem_sep User...
boolean function ( String arg0 ) { return serviceStub . switchLoggedInUser ( arg0 ) ; }
7,922
enables or disables heuristic caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem_sep long DEFAULT_HEURIST...
void function ( boolean arg0 ) { this . heuristicCachingEnabled = arg0 ; }
7,923
returns an extended filter with user defined type restriction . concode_field_sep CmsUUID m_structureId concode_elem_sep CmsRelationFilter TARGETS concode_elem_sep boolean m_includeSubresources concode_elem_sep CmsRelationFilter ALL concode_elem_sep Set<CmsRelationType> m_types concode_elem_sep String m_path concode_el...
CmsRelationFilter function ( ) { CmsRelationFilter loc0 = ( CmsRelationFilter ) this . clone ( ) ; if ( loc0 . m_types . isEmpty ( ) ) { loc0 . m_types . addAll ( CmsRelationType . getAllUserDefined ( ) ) ; } else { loc0 . m_types = new HashSet < CmsRelationType > ( CmsRelationType . filterUserDefined ( loc0 . m_types ...
7,924
builds the power set concode_field_sep List<T> domain concode_elem_sep Set<Signature> rejects concode_field_sep List<R> buildResult concode_elem_sep boolean rejected concode_elem_sep List<R> postFilterResult concode_elem_sep List<T> listFromSignature concode_elem_sep void fill concode_elem_sep boolean accept
List < R > function ( ) { List < R > loc0 = new ArrayList < > ( ) ; Signature loc1 = Signature . newSignature ( domain . size ( ) ) ; fill ( loc1 , 0 , domain . size ( ) , loc0 ) ; loc0 = postFilterResult ( loc0 ) ; return loc0 ; }
7,925
normalize a string array to an input vector . concode_field_sep List<ColumnDefinition> sourceColumns concode_elem_sep List<ColumnDefinition> inputColumns concode_elem_sep List<ColumnDefinition> outputColumns concode_elem_sep CSVFormat format concode_elem_sep List<String> unknownValues concode_elem_sep Map<ColumnDefinit...
void function ( String [ ] arg0 , double [ ] arg1 , boolean arg2 ) { int loc0 = 0 ; int loc1 = 0 ; for ( ColumnDefinition loc2 : this . inputColumns ) { int loc3 ; if ( arg2 ) { loc3 = this . sourceColumns . indexOf ( loc2 ) ; } else { loc3 = loc1 ; } loc0 = normalizeToVector ( loc2 , loc0 , arg1 , false , arg0 [ loc3 ...
7,926
sets the value of the systemmessage property . concode_field_sep String answerId concode_elem_sep String answerScript concode_elem_sep Boolean refreshValue concode_elem_sep AssessmentMessage systemMessage concode_elem_sep String answerName concode_elem_sep AssessmentMessage customMessage concode_elem_sep long serialVer...
void function ( AssessmentMessage arg0 ) { this . systemMessage = arg0 ; }
7,927
fills a procstarter with all the parameters configured by this builder . concode_field_sep String mainClass concode_elem_sep Map<String,String> systemProperties concode_elem_sep ArgumentListBuilder args concode_elem_sep ArgumentListBuilder vmopts concode_elem_sep long serialVersionUID concode_elem_sep FilePath pwd conc...
ProcStarter function ( Launcher arg0 ) { return arg0 . launch ( ) . cmds ( toFullArguments ( ) ) . pwd ( pwd ) ; }
7,928
this implementation returns a datastoreconnectionhandle for jdo . note : a jdo datastoreconnection is always a wrapper , never the native jdbc connection . if you need access to the native jdbc connection or the connection pool handle , to be unwrapped via a spring nativejdbcextractor , override this method to return t...
ConnectionHandle function ( PersistenceManager arg0 , boolean arg1 ) { return new DataStoreConnectionHandle ( arg0 ) ; }
7,929
the database used for the search . this will be null if the comparison was just between two sequences . concode_field_sep ubic.gemma.model.genome.biosequence.BioSequence querySequence concode_elem_sep ubic.gemma.model.genome.biosequence.BioSequence targetSequence concode_elem_sep ubic.gemma.model.genome.Chromosome targ...
ubic . gemma . model . common . description . ExternalDatabase function ( ) { return this . searchedDatabase ; }
7,930
gets the value of the accountnumber property . concode_field_sep int totalOccurrences concode_elem_sep String lastName concode_elem_sep BigDecimal amount concode_elem_sep String accountNumber concode_elem_sep XMLGregorianCalendar createTimeStampUTC concode_elem_sep String firstName concode_elem_sep String name concode_...
String function ( ) { return accountNumber ; }
7,931
look up the pattern index of the slot concode_field_sep String name concode_elem_sep FieldTemplate[] fields concode_elem_sep InternalKnowledgePackage pkg concode_field_sep void writeExternal concode_elem_sep InternalKnowledgePackage getPackage concode_elem_sep String getName concode_elem_sep int getNumberOfFields conco...
int function ( final String arg0 ) { for ( int loc0 = 0 ; loc0 < this . fields . length ; loc0 ++ ) { if ( this . fields [ loc0 ] . getName ( ) . equals ( arg0 ) ) { return loc0 ; } } return - 1 ; }
7,932
set the delay to observe between each check of the file changes . use values > 1000 , most file systems have a time granularity of seconds concode_field_sep String path concode_elem_sep Logger LOGGER concode_elem_sep long lastModified concode_elem_sep Object terminateLock concode_elem_sep boolean terminate concode_elem...
void function ( long arg0 ) { }
7,933
reports an error to the application . concode_field_sep HashSet IDs concode_elem_sep DefaultJAXBContextImpl jaxbContext concode_elem_sep IdentityHashSet validatedObjects concode_elem_sep HashMap IDREFs concode_elem_sep NamespaceContextImpl nsContext concode_elem_sep boolean validateID concode_elem_sep ValidationEventHa...
void function ( ValidatableObject arg0 , String arg1 ) { reportEvent ( arg0 , new ValidationEventImpl ( ValidationEvent . ERROR , arg1 , new ValidationEventLocatorImpl ( arg0 ) ) ) ; }
7,934
report id concode_field_sep String reported_photoid concode_elem_sep String report_id concode_elem_sep ResultSet rs concode_elem_sep JDBCConnection database concode_elem_sep String username concode_elem_sep String reported_username concode_field_sep void disconnect concode_elem_sep void setUsername concode_elem_sep voi...
String function ( ) { return report_id ; }
7,935
creates an event handler with a disconnection action . concode_field_sep PlaceHolder placeHolder concode_field_sep EventHandler<ActionEvent> createDisconnectAndCloseAction concode_elem_sep EventHandler<ActionEvent> createConnectAction concode_elem_sep EventHandler<ActionEvent> createNextAction concode_elem_sep EventHan...
EventHandler < ActionEvent > function ( final ConnectionManager arg0 , final MqttAsyncConnection arg1 ) { return new EventHandler < ActionEvent > ( ) { public void handle ( ActionEvent arg2 ) { arg0 . disconnectFromBroker ( arg1 ) ; arg2 . consume ( ) ; } } ; }
7,936
always return null , since staticresourcerewritemapper does not play any part in handling requests they will be handled by wicket 's default mechanism . concode_field_sep String baseUrl concode_elem_sep IRequestMapper chain concode_elem_sep String url concode_field_sep Url mapHandler concode_elem_sep void install conco...
IRequestHandler function ( final Request arg0 ) { return null ; }
7,937
used to communicate a progress update 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 boolean amI...
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; }
7,938
returns the list of rules that comprise this configuration . concode_field_sep String DISABLED concode_elem_sep int expirationInDays concode_elem_sep String prefix concode_elem_sep List<Rule> rules concode_elem_sep String id concode_elem_sep String ENABLED concode_elem_sep String status concode_field_sep void setExpira...
List < Rule > function ( ) { return rules ; }
7,939
returns igridcell that is the grid . concode_field_sep IGridCell[][] grid concode_elem_sep int width concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep boolean shoot concode_elem_sep int getWidth concode_elem_sep void initialize...
IGridCell [ ] [ ] function ( ) { return this . grid ; }
7,940
gets the cached list of permissions from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem...
List < String > function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return arg0 . getStringArrayList ( PERMISSIONS_KEY ) ; }
7,941
lights used by the scene concode_field_sep FogType _fogType concode_elem_sep ISceneController _sceneController concode_elem_sep float _fogFar concode_elem_sep float _fogNear concode_elem_sep ArrayList<Object3d> _children concode_elem_sep boolean _lightingEnabled concode_elem_sep Color4 _fogColor concode_elem_sep boolea...
ManagedLightList function ( ) { return _lights ; }
7,942
create json content from the specified resource path . concode_field_sep JsonLoader loader concode_field_sep JsonContent<Object> getJsonContent concode_elem_sep void verify concode_elem_sep void initialize concode_elem_sep void initialize
JsonContent < Object > function ( String arg0 , Class < ? > arg1 ) { verify ( ) ; return getJsonContent ( this . loader . getJson ( arg0 , arg1 ) ) ; }
7,943
return type metadata object concode_field_sep int richMediaEventLookbackWindow concode_elem_sep int postClickEventLookbackWindow concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int postImpressionEventLookbackWindow concode_elem_sep org.apache.axis.description.Type...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
7,944
determines if the open graph object is for posting concode_field_sep String[] dateFormats concode_field_sep JSONObject createOpenGraphActionForPost concode_elem_sep JSONObject createOpenGraphObjectForPost concode_elem_sep JSONObject createOpenGraphObjectForPost
boolean function ( JSONObject arg0 ) { return arg0 != null ? arg0 . optBoolean ( NativeProtocol . OPEN_GRAPH_CREATE_OBJECT_KEY ) : false ; }
7,945
sets the value of the fault property . concode_field_sep Fault fault concode_elem_sep Params params concode_field_sep Fault getFault concode_elem_sep String toString concode_elem_sep Params getParams concode_elem_sep void setParams
void function ( Fault arg0 ) { this . fault = arg0 ; }
7,946
gets a message from resource.properties from the package of the given object . concode_field_sep Locale locale concode_elem_sep String packageName concode_elem_sep String resourceName concode_elem_sep ResourceBundle parent concode_elem_sep ClassLoader classLoader concode_elem_sep MessageBundle messageBundle concode_ele...
String function ( String arg0 ) { return messageBundle . getMessage ( arg0 ) ; }
7,947
computes an hashcode for this module information . concode_field_sep String moduleClass concode_elem_sep String patchLevel concode_elem_sep String majorVersion concode_elem_sep String minorVersion concode_field_sep void setPatchLevel concode_elem_sep String getMajorVersion concode_elem_sep String getModuleClass concode...
int function ( ) { final int loc0 ; loc0 = this . moduleClass . hashCode ( ) ; return loc0 ; }
7,948
gets the value of the errorstatus property . concode_field_sep String customerPartNumber concode_elem_sep MPErrorType errorType concode_elem_sep String errorMessage concode_elem_sep Integer lineID concode_elem_sep Integer reserveRequestID concode_elem_sep Status errorStatus concode_elem_sep String partNumber concode_el...
Status function ( ) { return errorStatus ; }
7,949
parses source until a non-whitespace character is found . concode_field_sep PlaceHolder placeHolder concode_field_sep char parseNextCharacter concode_elem_sep StringBuffer formatDouble concode_elem_sep boolean parseFixedstring concode_elem_sep Number parseNumber concode_elem_sep Number parseNumber concode_elem_sep Numb...
void function ( final String arg0 , final ParsePosition arg1 ) { parseNextCharacter ( arg0 , arg1 ) ; arg1 . setIndex ( arg1 . getIndex ( ) - 1 ) ; }
7,950
test % throwablefull filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep void...
void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" } , Integer . MAX_VALUE , Strings . LINE_SEPARATOR , Arrays . asList ( "srini_string" ) ) ; }
7,951
ensures that trying to create an eclass from another package yields the expected exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateEquivalence concode_elem_sep void testCreateResourceAttachmentChange concode_elem_sep void testCreateConflict concode_elem_sep void testCreateAttributeC...
void function ( ) { try { EClass loc0 = EcoreFactory . eINSTANCE . createEClass ( ) ; ( ( EClassifierImpl ) loc0 ) . setClassifierID ( - 1 ) ; CompareFactory . eINSTANCE . create ( loc0 ) ; fail ( "srini_string" ) ; } catch ( IllegalArgumentException loc0 ) { } }
7,952
returns a descriptor for a struct type : an ordered collection of named and typedfields . concode_field_sep Type TYPE_ARRAY_TIMESTAMP concode_elem_sep Type TYPE_INT64 concode_elem_sep Type TYPE_ARRAY_BOOL concode_elem_sep Code code concode_elem_sep Type TYPE_ARRAY_INT64 concode_elem_sep Type TYPE_BOOL concode_elem_sep ...
Type function ( Iterable < StructField > arg0 ) { return new Type ( Code . STRUCT , null , ImmutableList . copyOf ( arg0 ) ) ; }
7,953
trains a classifier on a dataset . concode_field_sep long serialVersionUID concode_elem_sep Index<F> featureIndex concode_elem_sep Index<L> labelIndex concode_field_sep int numFeatures concode_elem_sep int numClasses concode_elem_sep double[][] trainWeights
LinearClassifier < L , F > function ( GeneralDataset < L , F > arg0 ) { labelIndex = arg0 . labelIndex ( ) ; featureIndex = arg0 . featureIndex ( ) ; double [ ] [ ] loc0 = trainWeights ( arg0 ) ; return new LinearClassifier < > ( loc0 , featureIndex , labelIndex ) ; }
7,954
getmap . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90 concode_elem_sep int MIRROR_HORIZONTAL concode_elem_sep Properties properties concode_elem_sep int ROTATE_270 concode_elem_sep String name concode_elem_sep Map myMap concode_elem_sep Rectangle bounds concode_elem_sep int MIRROR_VERTICAL concode_el...
Map function ( ) { return myMap ; }
7,955
given a zoocache and instanceid , look up the instance name . concode_field_sep Logger log concode_elem_sep String instanceId concode_elem_sep int zooKeepersSessionTimeOut concode_elem_sep ClientConfiguration clientConf concode_elem_sep ZooCache zooCache concode_elem_sep String zooKeepers concode_elem_sep AccumuloConfi...
String function ( ZooCache arg0 , UUID arg1 ) { return InstanceOperationsImpl . lookupInstanceName ( arg0 , arg1 ) ; }
7,956
gets the function c1 value color for gradient concode_field_sep List<Double> encode concode_elem_sep List<Function> functions concode_elem_sep double interpolationExponentN concode_elem_sep List<Double> range concode_elem_sep float[] cOne concode_elem_sep int order concode_elem_sep List<Integer> size concode_elem_sep f...
float [ ] function ( ) { return cOne ; }
7,957
this method will acquire a permit from semaphore if there is an available lock or else it will block for the locks to become available . concode_field_sep int acquiredPermit concode_elem_sep int capacity concode_field_sep void release concode_elem_sep int getAcquiredPermitCount concode_elem_sep int getAvailablePermitCo...
void function ( ) { while ( acquiredPermit == ( capacity ) ) { wait ( ) ; } acquiredPermit ++ ; }
7,958
sets the daemoninfo for given address concode_field_sep Map<Address,DaemonInfo> infosMap concode_field_sep DaemonInfo getInfo concode_elem_sep List<DaemonInfo> getInfos concode_elem_sep void removeInfo
void function ( Address arg0 , DaemonInfo arg1 ) { infosMap . put ( arg0 , arg1 ) ; }
7,959
sets the byte array containing an image representation photo or picture of the whiteboard participant . concode_field_sep String participantID concode_elem_sep byte[] image concode_elem_sep List<WhiteboardParticipantListener> whiteboardParticipantListeners concode_elem_sep Logger logger concode_elem_sep ContactJabberIm...
void function ( byte [ ] arg0 ) { byte [ ] loc0 = getImage ( ) ; this . image = arg0 ; fireWhiteboardParticipantChangeEvent ( WhiteboardParticipantChangeEvent . WHITEBOARD_PARTICIPANT_IMAGE_CHANGE , loc0 , arg0 ) ; }
7,960
sets the display name resource key . concode_field_sep String displayNameKey concode_elem_sep Locale DEFAULT_LOCALE concode_field_sep String getName concode_elem_sep String toDisplayString concode_elem_sep IChoiceSet getChoices concode_elem_sep Object validateValue concode_elem_sep String toXml concode_elem_sep Object ...
void function ( String arg0 ) { displayNameKey = arg0 ; }
7,961
currently this method always returns an instance of basicmarkerfactory . concode_field_sep StaticMarkerBinder SINGLETON concode_elem_sep IMarkerFactory markerFactory concode_field_sep String getMarkerFactoryClassStr concode_elem_sep StaticMarkerBinder getSingleton
IMarkerFactory function ( ) { return markerFactory ; }
7,962
serialize an instance , restore it , and check for identity . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals
void function ( ) { TimePeriodAnchor loc0 = TimePeriodAnchor . START ; TimePeriodAnchor loc1 = ( TimePeriodAnchor ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 == loc1 ) ; }
7,963
getstartkey . concode_field_sep byte[] startKey concode_elem_sep int blockletMetaSize concode_elem_sep String fileName concode_elem_sep long[] keyBlockIndexOffSets concode_elem_sep BitSet[] measureNullValueIndex concode_elem_sep int numberOfKeys concode_elem_sep int[] keyBlockIndexLength concode_elem_sep long[] measure...
byte [ ] function ( ) { return startKey ; }
7,964
asserts that two observable s are equal and returns an empty observable . if they are not , an observable is returned that calls onerror with an assertionerror when subscribed to . if expected and actualare null , they are considered equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertObserva...
Observable < Void > function ( Observable < T > arg0 , Observable < T > arg1 ) { return assertObservableEquals ( null , arg0 , arg1 ) ; }
7,965
returns the given value adjusted by delta but with a check to prevent the result from crossing 0.0 . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode...
double function ( double arg0 , double arg1 ) { if ( arg0 > 0.0 ) { return Math . max ( arg0 + arg1 , 0.0 ) ; } else if ( arg0 < 0.0 ) { return Math . min ( arg0 + arg1 , 0.0 ) ; } else { return arg0 + arg1 ; } }
7,966
retrieves the map object that represents the rights that have been granted on database objects . the map has keys and values with the following interpretation : the keys are generally but not limited to objects having an attribute or value equal to the name of an actual database object . specifically , the keys act as ...
IntValueHashMap function ( ) { return grantee . getRights ( ) ; }
7,967
create larger int array - especially for the sha-core method concode_field_sep String b64pad concode_elem_sep int chrsz concode_elem_sep boolean hexcase concode_field_sep String str_sha1 concode_elem_sep int safe_add concode_elem_sep int[] core_hmac_sha1 concode_elem_sep boolean test_Sha1 concode_elem_sep String hex_sh...
int [ ] function ( int [ ] arg0 , int arg1 , int arg2 ) { arg1 ++ ; if ( arg0 . length > arg1 ) { return arg0 ; } int [ ] loc0 = new int [ arg1 ] ; for ( int loc1 = 0 ; loc1 < arg1 ; loc1 ++ ) { if ( loc1 < arg0 . length ) { loc0 [ loc1 ] = arg0 [ loc1 ] ; } } if ( arg2 > 0 ) { loc0 [ loc0 . length - 1 ] = arg2 ; } ret...
7,968
implements pathhandler #curvetocubicsmoothabs float , float , float , float . concode_field_sep float[] p concode_elem_sep LinkedList cs concode_elem_sep LinkedList ps concode_elem_sep short[] c concode_elem_sep int cindex concode_elem_sep int pcount concode_elem_sep int pindex concode_elem_sep int ccount concode_field...
void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { command ( SVGPathSeg . PATHSEG_CURVETO_CUBIC_SMOOTH_ABS ) ; param ( arg0 ) ; param ( arg1 ) ; param ( arg2 ) ; param ( arg3 ) ; }
7,969
return the module deployment path for the module indicated by the provided org.springframework.xd.dirt.module.store.modulemetadata.id . concode_field_sep PagingUtility<ModuleMetadata> pagingUtility concode_elem_sep String XD_MODULE_PROPERTIES_PREFIX concode_elem_sep ZooKeeperConnection zkConnection concode_elem_sep Str...
String function ( ModuleMetadata . Id arg0 ) { return Paths . build ( Paths . MODULE_DEPLOYMENTS , Paths . ALLOCATED , arg0 . getContainerId ( ) , arg0 . getFullyQualifiedId ( ) ) ; }
7,970
sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect...
OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; }
7,971
override this method to perform some logic when the selected node changes concode_field_sep AbstractCamelModelElement selectedNode concode_field_sep void selectionChanged concode_elem_sep AbstractCamelModelElement getSelectedNode concode_elem_sep AbstractCamelModelElement getNodeContainer
void function ( AbstractCamelModelElement arg0 ) { }
7,972
multiline for loop statement is legal . concode_field_sep int l concode_elem_sep int o concode_elem_sep int j concode_elem_sep int m concode_elem_sep int p concode_elem_sep int r concode_elem_sep int var10 concode_elem_sep int var11 concode_elem_sep int var6 concode_elem_sep int var9 concode_elem_sep int var4 concode_e...
void function ( ) { for ( int loc0 = 0 , loc1 = 1 ; loc0 < 5 ; loc0 ++ , loc1 -- ) { } }
7,973
returns the rotation anchor . concode_field_sep TextAnchor DEFAULT_TEXT_ANCHOR concode_elem_sep double DEFAULT_ROTATION_ANGLE concode_elem_sep long serialVersionUID concode_elem_sep TextAnchor DEFAULT_ROTATION_ANCHOR concode_elem_sep double rotationAngle concode_elem_sep Font DEFAULT_FONT concode_elem_sep Paint paint c...
TextAnchor function ( ) { return this . rotationAnchor ; }
7,974
populates the specified bean definition property with the reference to a bean . the bean reference is identified by the value from the attribute whose name is provided if that attribute is defined in the given element . concode_field_sep String ORDER concode_elem_sep String METHOD_ATTRIBUTE concode_elem_sep String REF_...
boolean function ( BeanDefinitionBuilder arg0 , Element arg1 , String arg2 , String arg3 ) { String loc0 = arg1 . getAttribute ( arg2 ) ; if ( StringUtils . hasText ( loc0 ) ) { arg0 . addPropertyReference ( arg3 , loc0 ) ; return true ; } return false ; }
7,975
finds a view that was identified by the id attribute from the xml that was processed in oncreate bundle . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View...
View function ( int arg0 ) { View loc0 ; if ( mSlidingMenu != null ) { loc0 = mSlidingMenu . findViewById ( arg0 ) ; if ( loc0 != null ) return loc0 ; } return null ; }
7,976
receives all exception s from an observable passed to subscriber #onerror throwable . this should never throw an exception . make sure to try/catch throwable all code inside this method implementation . concode_field_sep String ERROR_IN_RENDERING_SUFFIX concode_field_sep String handleOnNextValueRendering concode_elem_s...
void function ( Throwable arg0 ) { }
7,977
sets the value of the this property . concode_field_sep List<ManagedObjectReference> removeSet concode_elem_sep List<VirtualAppLinkInfo> addChangeSet concode_elem_sep ManagedObjectReference _this concode_field_sep List<VirtualAppLinkInfo> getAddChangeSet concode_elem_sep ManagedObjectReference getThis concode_elem_sep ...
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
7,978
get description . concode_field_sep DataTypeManagerService dataTypeManager concode_field_sep Class<?> getTargetType concode_elem_sep Object transform concode_elem_sep boolean isExplicit concode_elem_sep String getTargetTypeName concode_elem_sep String getDisplayName concode_elem_sep void checkValueRange concode_elem_se...
String function ( ) { return getDisplayName ( ) ; }
7,979
set the current log level . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ...
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; }
7,980
removes a key/value pair from the list concode_field_sep List<K> unmodifyDirty concode_elem_sep boolean dirtyListGenerated concode_elem_sep HashSet<K> dirtyListTemp concode_elem_sep Map<K,V> unmodifyLive concode_elem_sep ArrayList<K> dirtyList concode_elem_sep Map<K,V> unmodifySnapshot concode_elem_sep Collection<V> un...
V function ( K arg0 ) { V loc0 = live . remove ( arg0 ) ; if ( loc0 != null ) { dirty . add ( arg0 ) ; } return loc0 ; }
7,981
set the current user . concode_field_sep Logger log concode_elem_sep String currentPageRealm concode_elem_sep PopulateService populateService concode_elem_sep String currentGroup concode_elem_sep String woksiteOwner concode_field_sep void setPopulateService concode_elem_sep String getCurrentGroup concode_elem_sep Strin...
void function ( String arg0 ) { this . woksiteOwner = arg0 ; }
7,982
hide the toast , if any . concode_field_sep Toast toast concode_field_sep void showShort concode_elem_sep void showShort concode_elem_sep void showLong concode_elem_sep void showLong concode_elem_sep void show concode_elem_sep void show
void function ( ) { if ( null != toast ) { toast . cancel ( ) ; } }
7,983
we do n't need to use the language parameter , so map this to the standard sort string filter concode_field_sep Logger log concode_field_sep Locale getSortLocale concode_elem_sep RuleBasedCollator getCollator
String function ( String arg0 , String arg1 ) { return filter ( arg0 ) ; }
7,984
returns the mean for this component . concode_field_sep float[][] varianceTransformationMatrix concode_elem_sep float[] meanTransformed concode_elem_sep float distFloor concode_elem_sep float[] precisionTransformed concode_elem_sep float varianceFloor concode_elem_sep float[][] meanTransformationMatrix concode_elem_sep...
float [ ] function ( ) { return mean ; }
7,985
method for loading a weighted graph from an edge list file , where each edge inc. weight is represented by a single line . graph may be directed or undirected this method assumes that edges are of the format : fromindextoindexedgeweight where is the delimiter . note : this method calls #loadweightededgelistfile string ...
Graph < String , Double > function ( String arg0 , int arg1 , String arg2 , boolean arg3 , String ... arg4 ) { return loadWeightedEdgeListFile ( arg0 , arg1 , arg2 , arg3 , true , arg4 ) ; }
7,986
gets the start coordinate of the segment concode_field_sep LineSegment ls concode_elem_sep Object data concode_field_sep LineSegment getLineSegment concode_elem_sep void setData concode_elem_sep boolean equalsTopo concode_elem_sep double getStartX concode_elem_sep double getStartY concode_elem_sep double getStartZ conc...
Coordinate function ( ) { return ls . getCoordinate ( 0 ) ; }
7,987
determines if the string contains a lovely phrase . concode_field_sep List<String> LOVELY_RESPONSE concode_elem_sep Pattern FRIENDLY_PATTERN concode_elem_sep Pattern LOVELY_PATTERN concode_elem_sep List<String> WHATSUP_RESPONSE concode_elem_sep Pattern RUDE_PATTERN concode_elem_sep List<String> COMEBACK concode_elem_se...
boolean function ( String arg0 ) { return isStringMatch ( LOVELY_PATTERN , arg0 . toLowerCase ( ) ) ; }
7,988
getter for receiverid concode_field_sep String receiverID concode_elem_sep String business concode_elem_sep String receiver concode_field_sep boolean isWhitespaceNode concode_elem_sep void setReceiverID concode_elem_sep String getReceiver concode_elem_sep void setBusiness concode_elem_sep String getBusiness concode_ele...
String function ( ) { return receiverID ; }
7,989
returns a copy of the transform applied to the gradient . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[] co...
AffineTransform function ( ) { return ( AffineTransform ) gradientTransform . clone ( ) ; }
7,990
gets the day value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY conco...
String function ( ) { return day ; }
7,991
returns a specific transformation by hand concode_field_sep FilenameFilter CONFIG_NAME_FILTER concode_elem_sep GeoServerDataDirectory dataDir concode_elem_sep FileItemCache<TransformInfo> infoCache concode_elem_sep XStream xs concode_elem_sep Logger LOGGER concode_elem_sep FileItemCache<Templates> transformCache concod...
TransformInfo function ( String arg0 ) { File loc0 = getTransformInfoFile ( arg0 ) ; return infoCache . getItem ( loc0 ) ; }
7,992
returns a multimap of all labels that were specified as options , keyed by the name to be displayed to the user if something goes wrong . this should be the set of all labels mentioned in explicit command line options that are not already covered by the tools/defaults package see the defaultspackage class , and nothing...
ListMultimap < String , Label > function ( ) { ListMultimap < String , Label > loc0 = ArrayListMultimap . create ( ) ; for ( FragmentOptions loc1 : fragmentOptionsMap . values ( ) ) { loc1 . addAllLabels ( loc0 ) ; } return loc0 ; }
7,993
remove all the cookies that contain accessors ' data . concode_field_sep Properties consumerProperties concode_elem_sep ConsumerProperties consumers concode_elem_sep OAuthClient CLIENT concode_elem_sep Collection<String> RECOVERABLE_PROBLEMS concode_field_sep void handleException concode_elem_sep OAuthAccessor getAcces...
void function ( CookieMap arg0 ) { List < String > loc0 = new ArrayList < String > ( arg0 . keySet ( ) ) ; for ( String loc1 : loc0 ) { if ( loc1 . endsWith ( "srini_string" ) || loc1 . endsWith ( "srini_string" ) || loc1 . endsWith ( "srini_string" ) ) { arg0 . remove ( loc1 ) ; } } }
7,994
returns the cookies of the response . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created concode_elem_sep boolean storeGzipped concode_elem_sep Pattern ...
List < SerializableCookie > function ( ) { return serializableCookies ; }
7,995
sets the value of the category property . concode_field_sep String code concode_elem_sep Description description concode_elem_sep Remark remark concode_elem_sep List<Section> section concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Category category concode_elem_sep Status status concode...
void function ( Category arg0 ) { this . category = arg0 ; }
7,996
get the id . concode_field_sep String dialogName concode_field_sep placeholderType placeHolder
String function ( ) { return this . dialogName ; }
7,997
get when any activity was last detected . concode_field_sep Timer timer concode_elem_sep int DELAY concode_elem_sep Point lastLocation concode_elem_sep List<ActivityListener> listeners concode_elem_sep long lastActivity concode_elem_sep Logger LOGGER concode_elem_sep long lastMoved concode_field_sep void checkMouseLoca...
long function ( ) { return lastActivity ; }
7,998
this method always returns 0 to indicate equality for any argument . this is only meaningful when comparing against other principal objects or names of principals . concode_field_sep AnybodyPrincipal ANYBODY_PRINCIPAL concode_elem_sep String ANYBODY concode_field_sep String getName concode_elem_sep int hashCode concode...
boolean function ( Object arg0 ) { return true ; }
7,999
by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c...
void function ( Set arg0 ) { }