idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
33,000 | equals with null checking concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep List<T> last concode_elem_sep long[] unbox | boolean function ( T arg0 , T arg1 ) { if ( arg0 == null && arg1 == null ) { return true ; } if ( arg0 != null && arg1 == null ) { return false ; } if ( arg0 == null ) { return false ; } return arg0 . equals ( arg1 ) ; } |
33,001 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; } |
33,002 | sets the . jdeps artifacts for direct dependencies . concode_field_sep List<Artifact> compileTimeDependencyArtifacts concode_elem_sep Collection<Artifact> sourceJars concode_elem_sep ResourceSet RESOURCE_SET concode_elem_sep ImmutableList<String> javacOpts concode_elem_sep Label targetLabel concode_elem_sep List<Artifa... | JavaHeaderCompileActionBuilder function ( Collection < Artifact > arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; this . compileTimeDependencyArtifacts . addAll ( arg0 ) ; return this ; } |
33,003 | get the assignment string this is not ready for insertion into a property file without following the escaping rules of the properties class . concode_field_sep Vector<Variable> variables concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_el... | String function ( ) { validate ( ) ; StringBuffer loc0 = new StringBuffer ( key . trim ( ) ) ; loc0 . append ( "srini_string" ) . append ( value . trim ( ) ) ; return loc0 . toString ( ) ; } |
33,004 | returns the name . concode_field_sep Role NONE concode_elem_sep Role TA concode_elem_sep Role INSTRUCTOR concode_elem_sep Role STUDENT concode_elem_sep long serialVersionUID concode_elem_sep String mName concode_elem_sep int mValue concode_field_sep int getValue concode_elem_sep boolean isInstructor concode_elem_sep bo... | String function ( ) { return mName ; } |
33,005 | sets the value of the devicepreference property . concode_field_sep Long feedItemId concode_elem_sep Keyword keywordTargeting concode_elem_sep List<FeedItemAttributeValue> attributeValues concode_elem_sep List<FeedItemPolicyData> policyData concode_elem_sep FeedItemAdGroupTargeting adGroupTargeting concode_elem_sep Cus... | void function ( FeedItemDevicePreference arg0 ) { this . devicePreference = arg0 ; } |
33,006 | the status of the vpn tunnel . concode_field_sep java.util.Date lastStatusChange concode_elem_sep Integer acceptedRouteCount concode_elem_sep String outsideIpAddress concode_elem_sep String statusMessage concode_elem_sep String status concode_field_sep String getOutsideIpAddress concode_elem_sep void setStatusMessage c... | VgwTelemetry function ( TelemetryStatus arg0 ) { setStatus ( arg0 ) ; return this ; } |
33,007 | returns the length of the given string . concode_field_sep PlaceHolder placeHolder concode_field_sep String reverseString concode_elem_sep boolean isPalindrome concode_elem_sep String rest concode_elem_sep void printBackward concode_elem_sep String middle concode_elem_sep void main concode_elem_sep void printString con... | int function ( String arg0 ) { return arg0 . length ( ) ; } |
33,008 | setter method for loggeddate concode_field_sep String closeDate concode_elem_sep String customerType concode_elem_sep String ticketNo concode_elem_sep String loggedBy concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String msisdn concode_elem_sep String circle concode_elem_sep String l... | void function ( String arg0 ) { this . loggedDate = arg0 ; } |
33,009 | is message a positive response . . concode_field_sep String ATTR_AGENT concode_elem_sep String SERVICE_SESSION_PING concode_elem_sep String ATTR_AGENTKEY concode_elem_sep int ERR4004_ILLEGAL_COMMAND_FOR_STATE concode_elem_sep String POSTFIX_IND concode_elem_sep String SERVICE_MULTI_REQ concode_elem_sep String ATTR_USER... | boolean function ( Element arg0 ) { return arg0 . getTagName ( ) . endsWith ( POSTFIX_RSP ) ; } |
33,010 | the names of the configuration templates associated with this application . concode_field_sep com.amazonaws.internal.SdkInternalList<String> configurationTemplates concode_elem_sep java.util.Date dateCreated concode_elem_sep com.amazonaws.internal.SdkInternalList<String> versions concode_elem_sep String description con... | java . util . List < String > function ( ) { if ( configurationTemplates == null ) { configurationTemplates = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return configurationTemplates ; } |
33,011 | get the autoupdateunstable value . concode_field_sep boolean autoUpdateUnstable concode_elem_sep String sourcePathPattern concode_elem_sep String[] ENCODING_STRINGS concode_elem_sep Set<Suppression> suppressions concode_elem_sep String encoding concode_elem_sep int LIMIT_DEFAULT concode_elem_sep int limit concode_elem_... | boolean function ( ) { return autoUpdateUnstable ; } |
33,012 | this method is called by the application server during crash recovery . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep voi... | XAResource [ ] function ( ActivationSpec [ ] arg0 ) { log . finest ( "srini_string" ) ; return null ; } |
33,013 | write the routingexplanations object concode_field_sep List<RerouteExplanation> explanations concode_field_sep RoutingExplanations add concode_elem_sep RoutingExplanations readFrom concode_elem_sep XContentBuilder toXContent concode_elem_sep List<RerouteExplanation> explanations | void function ( RoutingExplanations arg0 , StreamOutput arg1 ) { arg1 . writeVInt ( arg0 . arg0 . size ( ) ) ; for ( RerouteExplanation loc0 : arg0 . arg0 ) { RerouteExplanation . writeTo ( loc0 , arg1 ) ; } } |
33,014 | returns the number of rows matching the dynamic query . concode_field_sep AkismetDataLocalService _akismetDataLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.akismet.model.AkismetData createAkismetData concode_elem_sep com.lif... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _akismetDataLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
33,015 | return a string representation of this object . concode_field_sep LaunchableAdapterDelegate delegate concode_elem_sep IConfigurationElement element concode_field_sep int getPriority concode_elem_sep String getId concode_elem_sep LaunchableAdapterDelegate getDelegate concode_elem_sep Object getLaunchable | String function ( ) { return "srini_string" + getId ( ) + "srini_string" ; } |
33,016 | checks if an ocg dictionary is on the list for removal . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeLayers concode_elem_sep void removeAnnots concode_elem_sep void removeProperties concode_elem_sep void parse concode_elem_sep void removeOCGsFromArray concode_elem_sep void removeOCGsFromArray | boolean function ( PdfDictionary arg0 , Set < String > arg1 ) { if ( arg0 == null ) return false ; PdfString loc0 = arg0 . getAsString ( PdfName . NAME ) ; if ( loc0 == null ) return false ; return arg1 . contains ( loc0 . toString ( ) ) ; } |
33,017 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Endpoint> endpoints concode_elem_sep String nextToken concode_field_sep void setEndpoints concode_elem_sep java.util.List<Endpoint> getEndpoints concode_elem_sep ListEndpointsByPl... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getEndpoints ( ) != null ) loc0 . append ( "srini_string" + getEndpoints ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_string... |
33,018 | publish cas events . concode_field_sep TicketRegistry ticketRegistry concode_elem_sep AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies concode_elem_sep long serialVersionUID concode_elem_sep TicketFactory ticketFactory concode_elem_sep ServicesManager servicesManager concode_elem_sep L... | void function ( final ApplicationEvent arg0 ) { if ( applicationEventPublisher != null ) { LOGGER . debug ( "srini_string" , arg0 ) ; this . applicationEventPublisher . publishEvent ( arg0 ) ; } } |
33,019 | default implementation does nothing , for those applications that do not support creation notifications . 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 XMLRe... | void function ( EObject arg0 ) { } |
33,020 | for hibernate concode_field_sep String RUN_KEY concode_elem_sep List generations concode_elem_sep int currentGenerationNumber concode_elem_sep String name concode_elem_sep Calendar startTime concode_elem_sep Long id concode_elem_sep Properties props concode_field_sep void setName concode_elem_sep void setGenerations co... | void function ( Long arg0 ) { id = arg0 ; } |
33,021 | tests if the stack is empty . concode_field_sep int ROOT_FRAME concode_elem_sep ArrayList<Frame> frameStack concode_field_sep Frame pop concode_elem_sep List<Frame> frames concode_elem_sep void clear concode_elem_sep Frame currentFrame concode_elem_sep ThreadStack clone concode_elem_sep Frame rootFrame concode_elem_sep... | boolean function ( ) { return this . frameStack . isEmpty ( ) ; } |
33,022 | gets the value of the sendemail property . concode_field_sep String password concode_elem_sep Boolean sendEmail concode_elem_sep RecordRef role concode_elem_sep RecordRef contact concode_elem_sep String password2 concode_elem_sep String email concode_elem_sep Boolean giveAccess concode_field_sep void setPassword concod... | Boolean function ( ) { return sendEmail ; } |
33,023 | returns the outer/owner of this entry . concode_field_sep int iClass concode_elem_sep int iPackage concode_elem_sep String sName concode_elem_sep int iName concode_elem_sep int iOuter concode_field_sep void setName concode_elem_sep int getPackageIdx concode_elem_sep String getName concode_elem_sep int getNameIdx concod... | int function ( ) { return this . iOuter ; } |
33,024 | tests the fileutils #createblockpath string method . concode_field_sep ExpectedException mException concode_elem_sep TemporaryFolder mTestFolder concode_field_sep void changeLocalDirPermissionTests concode_elem_sep void setLocalDirStickyBitTest concode_elem_sep void createDirTest concode_elem_sep void deleteFileTest co... | void function ( ) { String loc0 = PathUtils . concatPath ( mTestFolder . getRoot ( ) , "srini_string" , "srini_string" ) ; File loc1 = new File ( loc0 ) ; FileUtils . createBlockPath ( loc1 . getAbsolutePath ( ) ) ; Assert . assertTrue ( FileUtils . exists ( loc1 . getParent ( ) ) ) ; } |
33,025 | ensures two rectangles are overlaps when the top left corner of one rectangle overlaps the right corner of another . concode_field_sep double EPSILON concode_elem_sep Rectangle rectangle concode_field_sep void overlapsWhenLeftSideOverlapsMiddleOfOther concode_elem_sep void constructorShouldAllowNegativeValuesForY conco... | void function ( ) { assertTrue ( rectangle . overlaps ( new Rectangle ( 2 , - 1 , 2 , 2 ) ) ) ; } |
33,026 | this method returns the unique identifier of the statechart which contains the source object concode_field_sep String uUID concode_elem_sep int instance concode_elem_sep StatemachineEventTypes eventType concode_elem_sep Object source concode_field_sep StatemachineEventTypes getEventType concode_elem_sep Object getSourc... | String function ( ) { return uUID ; } |
33,027 | test method for com.zte.sapi.protocol.tcpservice #getlocalpid java.lang.string . concode_field_sep TCPService tcp concode_field_sep void testAddMessageListener concode_elem_sep void testGetMsgSeqId concode_elem_sep void testCloseModuleProfile concode_elem_sep void testIPTV_SEND concode_elem_sep void testASEND concode_e... | void function ( ) { PID loc0 = tcp . getLocalPID ( "srini_string" ) ; Assert . assertEquals ( "srini_string" , loc0 . toString ( ) ) ; } |
33,028 | is the path a web archive file not directory concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isXmlFile concode_elem_sep boolean isWebArchive | boolean function ( File arg0 ) { if ( ! arg0 . isFile ( ) ) { return false ; } String loc0 = arg0 . getName ( ) . toLowerCase ( Locale . ENGLISH ) ; return ( loc0 . endsWith ( "srini_string" ) || loc0 . endsWith ( "srini_string" ) ) ; } |
33,029 | returns the current values of both the reference and the mark . typical usage is boolean 1 holder ; ref = v.get holder ; . concode_field_sep T reference concode_elem_sep sun.misc.Unsafe UNSAFE concode_elem_sep long pairOffset concode_elem_sep boolean mark concode_elem_sep Pair<V> pair concode_field_sep void set concode... | V function ( boolean [ ] arg0 ) { Pair < V > loc0 = this . pair ; arg0 [ 0 ] = loc0 . mark ; return loc0 . reference ; } |
33,030 | if the thread should suspend based on the given value . currently only suspend when the value is non-null and a booleanvalue that has the value true concode_field_sep PlaceHolder placeHolder concode_field_sep int scriptLoaded concode_elem_sep int breakpointHit | boolean function ( IJavaScriptValue arg0 ) { if ( arg0 instanceof IJavaScriptPrimitiveValue ) { return ( ( IJavaScriptPrimitiveValue ) arg0 ) . booleanValue ( ) ; } return false ; } |
33,031 | nameid to used or null to omit nameidpolicy from request . concode_field_sep Set<String> allowedIDPs concode_elem_sep AuthnContextComparisonTypeEnumeration authnContextComparison concode_elem_sep String binding concode_elem_sep Integer assertionConsumerIndex concode_elem_sep Integer proxyCount concode_elem_sep Boolean ... | String function ( ) { return nameID ; } |
33,032 | sets the order where the receiver is processed . the order must be filled and its value must be a non-negative integer that is unique among all items in the list . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep St... | void function ( int arg0 ) { this . order = arg0 ; } |
33,033 | notify the gate of one iteration . returns true if we should stop or false if not concode_field_sep Object parserLock concode_elem_sep boolean SuppressSetErrorStackTrace concode_elem_sep Object statusLock concode_elem_sep boolean timeBased concode_elem_sep Gate gate concode_elem_sep Thread thread concode_elem_sep long ... | boolean function ( ) { if ( ! timeBased ) { nextGate -- ; } return stop ( ) ; } |
33,034 | compares reviewissue instance by resolution . concode_field_sep Comparator<ReviewIssue> LINE concode_elem_sep Comparator<ReviewIssue> RESOLUTION concode_elem_sep Comparator<ReviewIssue> STATUS concode_elem_sep Comparator<ReviewIssue> LINK_ICON concode_elem_sep Comparator<ReviewIssue> CREATION_DATE concode_elem_sep Comp... | int function ( ReviewIssue arg0 , ReviewIssue arg1 ) { return arg0 . getResolution ( ) . compareTo ( arg1 . getResolution ( ) ) ; } |
33,035 | set/get property information to be passed down to storagehandler implementation put implementation specific storage handler configurations here concode_field_sep String filter concode_elem_sep List<PartInfo> partitions concode_elem_sep String databaseName concode_elem_sep HCatTableInfo tableInfo concode_elem_sep long s... | Properties function ( ) { return properties ; } |
33,036 | setlocationmatch concode_field_sep String m_url concode_elem_sep String m_locationMatch concode_elem_sep String m_name concode_field_sep void setName concode_elem_sep String getUrl concode_elem_sep String getName concode_elem_sep boolean isLinkMatches concode_elem_sep String getLocationMatch concode_elem_sep DisplaySta... | void function ( String arg0 ) { m_locationMatch = arg0 ; } |
33,037 | updates the progress value . when called for the first time this initializes a timer which decides after millistodecidetopopup time whether to show a progress dialog or not . if the progress value equals or exceeds the maximum value the progress dialog is closed automatically . concode_field_sep AccessibleContext acces... | void function ( int arg0 ) { this . progress = arg0 ; if ( timer == null && progressDialog == null ) { timer = new Timer ( 25 , null ) ; timer . addActionListener ( new TimerListener ( ) ) ; timer . start ( ) ; } if ( progressBar != null && this . progress >= progressBar . getMaximum ( ) ) { close ( ) ; } } |
33,038 | set the orientation of the menu `` horizontal '' or `` vertical '' . concode_field_sep String param concode_elem_sep String actionFired concode_elem_sep String orientation concode_field_sep String getParam concode_elem_sep String getOrientation concode_elem_sep String getActionFired concode_elem_sep void setParam conco... | void function ( String arg0 ) { this . orientation = arg0 ; } |
33,039 | check if targeted column value in the row indexed i is less than the search target object . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add ... | boolean function ( int arg0 ) { return targetSearchValue > data [ targetSearchColumn ] [ arg0 ] ; } |
33,040 | create an integer value expression for use in a query . concode_field_sep int EQ concode_elem_sep int LE concode_elem_sep int LT concode_elem_sep int DIV concode_elem_sep int GE concode_elem_sep int GT concode_elem_sep int TIMES concode_elem_sep int MINUS concode_elem_sep int PLUS concode_field_sep ValueExp minus conco... | ValueExp function ( int arg0 ) { return new NumberValueExp ( new Integer ( arg0 ) ) ; } |
33,041 | save as properties concode_field_sep String PROPERTY_CREDENTIAL concode_elem_sep String tokenUrlAsString concode_elem_sep PropertyChangeSupport support concode_elem_sep SwiftCredentials credential concode_elem_sep String id concode_elem_sep String PROPERTY_TOKEN_URL concode_elem_sep URL tokenUrlAsUrl concode_elem_sep S... | void function ( Properties arg0 ) { arg0 . setProperty ( PROPERTY_TOKEN_URL , getTokenUrlAsString ( ) == null ? "srini_string" : getTokenUrlAsString ( ) ) ; arg0 . setProperty ( PROPERTY_ID , getId ( ) ) ; arg0 . setProperty ( PROPERTY_NAME , getName ( ) ) ; this . credential . saveProperties ( arg0 ) ; } |
33,042 | get notification options . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInTheP... | Options function ( ) { return options ; } |
33,043 | convert a string to a distanceunit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeters con... | DistanceUnit function ( String arg0 ) { for ( DistanceUnit loc0 : values ( ) ) { for ( String loc1 : loc0 . names ) { if ( loc1 . equals ( arg0 ) ) { return loc0 ; } } } throw new ElasticsearchIllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } |
33,044 | called from within the #call call method . #post post is called from within #call call method after #docall docall method and only if #pre pre method earlier returned successfully . default implementation does nothing concode_field_sep boolean stopped concode_elem_sep boolean attemptedPre concode_elem_sep boolean stopI... | void function ( ) { } |
33,045 | close the opened connections concode_field_sep XMLEventWriter xmlWriter concode_elem_sep ElementOutputStream outputStream concode_elem_sep int MAX_EVENT_COUNT concode_elem_sep XMLEventReader eventReader concode_field_sep void populateEvents concode_elem_sep byte[] getData | void function ( ) { this . eventReader . close ( ) ; this . outputStream . close ( ) ; this . xmlWriter . close ( ) ; } |
33,046 | returns the stream . concode_field_sep int numberOfOutputValues concode_elem_sep COSArray domain concode_elem_sep COSArray range concode_elem_sep int numberOfInputValues concode_elem_sep PDStream functionStream concode_elem_sep COSDictionary functionDictionary concode_field_sep int getNumberOfOutputParameters concode_e... | COSDictionary function ( ) { if ( functionStream != null ) { return functionStream . getStream ( ) ; } else { return functionDictionary ; } } |
33,047 | sets the value of the src property . concode_field_sep int number concode_elem_sep ExtensionsType extensions concode_elem_sep List<TrksegType> trkseg concode_elem_sep String src concode_elem_sep String name concode_elem_sep List<LinkType> link concode_elem_sep String cmt concode_elem_sep String type concode_elem_sep St... | void function ( String arg0 ) { this . src = arg0 ; } |
33,048 | queries whether i have been cancelled , by cancellation of my progress monitor . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep void catchException concode_elem_sep IClipboardSupport getClipb... | boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; } |
33,049 | removetablemodellistener concode_field_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep void addTableModelListener concode_elem_sep int getRowCount concode_elem_sep void fireTableStructureChanged concode_elem_sep void fireTableRowsUpdated concode_elem_sep int findColumn... | void function ( TableModelListener arg0 ) { listenerList . remove ( TableModelListener . class , arg0 ) ; } |
33,050 | this is defined here , so user code need not overide it . concode_field_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_... | String function ( ) { return getValue ( ) ; } |
33,051 | gets the id . concode_field_sep String finamParam concode_elem_sep String finalParamForId concode_elem_sep Class<Object> mainClass concode_elem_sep Class composeKey concode_elem_sep String name concode_elem_sep String finalParamForIdVariables concode_elem_sep String finamParamVariables concode_elem_sep List<Member> pro... | String function ( ) { return getMainClass ( ) . getName ( ) . replaceAll ( "srini_string" , "srini_string" ) ; } |
33,052 | throws , traces , and logs a cancellation exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSuppor... | void function ( String arg0 ) { throwException ( arg0 , new OperationCanceledException ( "srini_string" ) ) ; } |
33,053 | returns the spring bean id for this bean . concode_field_sep UserCompetenceLocalService _userCompetenceLocalService concode_field_sep com.liferay.lms.model.UserCompetence updateUserCompetence concode_elem_sep com.liferay.lms.model.UserCompetence updateUserCompetence concode_elem_sep void setWrappedService concode_elem_... | java . lang . String function ( ) { return _userCompetenceLocalService . getBeanIdentifier ( ) ; } |
33,054 | get the smsalphabet needed for encoding messages in a particular language . concode_field_sep AlphabetEncoding defaultAlphabet concode_elem_sep String DEFAULT_ALPHABET_PROPNAME concode_elem_sep Map LANG_TO_ALPHABET concode_field_sep void init concode_elem_sep AlphabetEncoding getDefaultAlphabet | AlphabetEncoding function ( String arg0 ) { AlphabetEncoding loc0 = ( AlphabetEncoding ) LANG_TO_ALPHABET . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } else { return ( AlphabetEncoding ) LANG_TO_ALPHABET . get ( null ) ; } } |
33,055 | returns an integer indicating the order of this object relative to another object . for the order we consider only the x-value : negative == `` less-than '' , zero == `` equal '' , positive == `` greater-than '' . concode_field_sep long serialVersionUID concode_elem_sep Object obj concode_elem_sep Comparable x concode_... | int function ( Object arg0 ) { int loc0 ; if ( arg0 instanceof ComparableObjectItem ) { ComparableObjectItem loc1 = ( ComparableObjectItem ) arg0 ; return this . x . compareTo ( loc1 . x ) ; } else { loc0 = 1 ; } return loc0 ; } |
33,056 | feed a bitstring to the crc calculation 0 < length < = 32 . concode_field_sep short crc concode_elem_sep short polynomial concode_field_sep short checksum | void function ( int arg0 , int arg1 ) { int loc0 = 1 << ( arg1 - 1 ) ; do if ( ( ( crc & 0x8000 ) == 0 ) ^ ( ( arg0 & loc0 ) == 0 ) ) { crc <<= 1 ; crc ^= polynomial ; } else crc <<= 1 ; while ( ( loc0 >>>= 1 ) != 0 ) ; } |
33,057 | method to update and return the message log stored in the faces context 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_sep Timer nightlyReset concode_... | MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; } |
33,058 | returns the number of times #put was called . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_field_sep i... | int function ( ) { return putCount ; } |
33,059 | set the etag value . concode_field_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep ApplicationListHeaders withLastModified concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep ... | ApplicationListHeaders function ( String arg0 ) { this . eTag = arg0 ; return this ; } |
33,060 | sets the value of the dynamicfilter property . concode_field_sep Object parent concode_elem_sep CTTop10 top10 concode_elem_sep CTIconFilter iconFilter concode_elem_sep Boolean hiddenButton concode_elem_sep CTDynamicFilter dynamicFilter concode_elem_sep CTColorFilter colorFilter concode_elem_sep CTExtensionList extLst c... | void function ( CTDynamicFilter arg0 ) { this . dynamicFilter = arg0 ; } |
33,061 | get the static scope associated with this dynamicscope . concode_field_sep EvalType evalType concode_elem_sep DynamicScope parent concode_elem_sep boolean lambda concode_elem_sep StaticScope staticScope concode_field_sep boolean inInstanceEval concode_elem_sep void setValueOneDepthZeroVoid concode_elem_sep IRubyObject ... | StaticScope function ( ) { return staticScope ; } |
33,062 | creates a configuredwait configured fluent wait with a custom timeout . note : see waitconfig for defaults besides the timeout ! concode_field_sep Supplier<Waiter> waiter concode_elem_sep Supplier<Waiter> DEFAULT_WAITER concode_field_sep WaitUntil<T> untilSupplied concode_elem_sep WaitUntil<T> until concode_elem_sep Wa... | ConfiguredWait function ( int arg0 ) { return new ConfiguredWait ( waiter . get ( ) , new WaitConfig ( ) . setTimeout ( arg0 ) ) ; } |
33,063 | setter for virtualization type concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep Boolean remoteCommandFlag concode_elem_sep Date created concode_elem_sep KickstartableTree kstree concode_elem_sep Profile profile concode_elem_sep KickstartData ksdata concode_elem_sep Date modified concode... | void function ( KickstartVirtualizationType arg0 ) { this . virtualizationType = arg0 ; } |
33,064 | returns list of snapshot shards concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep List<SnapshotIndexShardStatus> shards concode_elem_sep String SNAPSHOT concode_elem_sep String REPOSITORY concode_elem_sep String INDICES concode_elem_sep SnapshotId snapshotId concode_elem_sep SnapshotStats stats concode... | List < SnapshotIndexShardStatus > function ( ) { return shards ; } |
33,065 | returns the corresponding configdescriptionparameter s . the returned list is immutable . concode_field_sep List<ConfigDescriptionParameterGroup> parameterGroups concode_elem_sep URI uri concode_elem_sep List<ConfigDescriptionParameter> parameters concode_field_sep Map<String,ConfigDescriptionParameter> toParametersMap... | List < ConfigDescriptionParameter > function ( ) { return this . parameters ; } |
33,066 | this method let us get the preference settings for a wallet concode_field_sep PlaceHolder placeHolder concode_field_sep void setPreferenceSettings concode_elem_sep UUID getDefaultSkin concode_elem_sep void setDefaultSkin concode_elem_sep void setDefaultLanguage concode_elem_sep UUID getDefaultLanguage | String function ( String arg0 ) { return null ; } |
33,067 | helper method for #generatename string , table , column . concode_field_sep ColumnComparator INSTANCE concode_elem_sep String name concode_elem_sep ArrayList<Column> columns concode_elem_sep Table table concode_field_sep void setName concode_elem_sep void addColumn concode_elem_sep int compare concode_elem_sep String g... | String function ( String arg0 , Table arg1 , List < Column > arg2 ) { return generateName ( arg0 , arg1 , arg2 . toArray ( new Column [ arg2 . size ( ) ] ) ) ; } |
33,068 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep List<Row> row concode_field_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep List<Row> getRow concode_elem_sep WorksheetPart getWorksheetPart | Object function ( ) { return this . parent ; } |
33,069 | checks if the connection is closed or not . concode_field_sep Log log concode_elem_sep OlapConnection connection concode_field_sep void setFetchSize concode_elem_sep void setProperties concode_elem_sep boolean preparedQueriesSupported concode_elem_sep void clearWarnings concode_elem_sep IPentahoResultSet executeQuery c... | boolean function ( ) { if ( connection == null ) { throw new IllegalStateException ( ) ; } try { return connection . isClosed ( ) ; } catch ( SQLException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
33,070 | update the maximum amount of will available for the unit . concode_field_sep int maxWill concode_elem_sep int currentWill concode_field_sep int get concode_elem_sep void update concode_elem_sep String toString concode_elem_sep void replenish | void function ( int arg0 ) { this . maxWill = arg0 ; } |
33,071 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } |
33,072 | sets the value of the getweatherinformationresult property . concode_field_sep ArrayOfWeatherDescription getWeatherInformationResult concode_field_sep ArrayOfWeatherDescription getGetWeatherInformationResult | void function ( ArrayOfWeatherDescription arg0 ) { this . getWeatherInformationResult = arg0 ; } |
33,073 | get the value of url . concode_field_sep Confidence confidence concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String value concode_elem_sep String url concode_field_sep void setDescription concode_elem_sep int compareTo concode_elem_sep void setT... | String function ( ) { return url ; } |
33,074 | extracts the polygon elements from a single geometry and adds them to the provided list . concode_field_sep List comps concode_field_sep void filter | List function ( Geometry arg0 , List arg1 ) { if ( arg0 instanceof Polygon ) { arg1 . add ( arg0 ) ; } else if ( arg0 instanceof GeometryCollection ) { arg0 . apply ( new PolygonExtracter ( arg1 ) ) ; } return arg1 ; } |
33,075 | this method was generated by abator for ibatis . this method returns the value of the database column compound.basecompounddef concode_field_sep String prot concode_elem_sep String kind concode_elem_sep String name concode_elem_sep String detaileddescription concode_elem_sep String id concode_elem_sep String basecompou... | String function ( ) { return basecompounddef ; } |
33,076 | for this operation , consider the operands independently . throw an exception if the right operand shift distance is not an integral type . for the left operand shift value also require an integral type , but do not promote from integer to long . this is consistent with java , and makes sense for the shift operators . ... | Number function ( Number arg0 , Number arg1 ) { if ( isFloatingPoint ( arg1 ) || isBigDecimal ( arg1 ) ) { throw new UnsupportedOperationException ( "srini_string" + arg1 + "srini_string" + arg1 . getClass ( ) . getName ( ) + "srini_string" ) ; } return getMath ( arg0 ) . rightShiftImpl ( arg0 , arg1 ) ; } |
33,077 | this is called when you should ask the user for a destination file of a save . concode_field_sep int DEFAULT_WIDTH concode_elem_sep DOM4JSettingsNode rootSettingsNode concode_elem_sep String WINDOW_PREFERENCES_ID concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep String SETTINGS_EXTENSION concode_elem_sep SinglePaneU... | File function ( FileFilter arg0 ) { return getSettingsFile ( ) ; } |
33,078 | unregister an existing connection observer . concode_field_sep Logger logger concode_elem_sep Map<String,MqttBrokerConnection> brokerConnections concode_elem_sep EventPublisher eventPublisher concode_field_sep void unregisterMessageConsumer concode_elem_sep void setEventPublisher concode_elem_sep void stopAllBrokerConn... | void function ( String arg0 , MqttConnectionObserver arg1 ) { getConnection ( arg0 ) . removeConnectionObserver ( arg1 ) ; } |
33,079 | returns a ` priority ' based on the request type . currently the returned priority is used for queue selection . see the simplerpcscheduler as example . it maintains a queue per ` priory type ' high_qos meta requests , replication_qos replication requests , normal_qos user requests . concode_field_sep Log LOG concode_e... | int function ( RequestHeader arg0 , Message arg1 , User arg2 ) { int loc0 = getAnnotatedPriority ( arg0 ) ; if ( loc0 >= 0 ) { return loc0 ; } return getBasePriority ( arg0 , arg1 ) ; } |
33,080 | non-android accessor . concode_field_sep Point wasMovedTo concode_elem_sep float x concode_elem_sep float y concode_elem_sep String quadDescription concode_elem_sep Type type concode_elem_sep List<Point> points concode_field_sep float[] approximate concode_elem_sep void lineTo concode_elem_sep Point getWasMovedTo conco... | List < Point > function ( ) { return points ; } |
33,081 | convert a well-formed but not necessarily valid xml string into a jsonarray using the jsonml transform . each xml tag is represented as a jsonarray in which the first element is the tag name . if the tag has attributes , then the second element will be jsonobject containing the name/value pairs . if the tag contains ch... | JSONArray function ( String arg0 ) { return toJSONArray ( new XMLTokener ( arg0 ) ) ; } |
33,082 | generates password with 16 characters length with spring standard key generator . concode_field_sep int KEY_SIZE concode_elem_sep String SIGNATURE_ALGORITHM concode_elem_sep String KEY_ALGORITHM concode_field_sep PrivateKey getPrivateKeyByBytes concode_elem_sep byte[] sign concode_elem_sep String encodePassword concode... | String function ( ) { StringKeyGenerator loc0 = KeyGenerators . string ( ) ; return loc0 . generateKey ( ) ; } |
33,083 | get the password value . concode_field_sep String sshPublicKey concode_elem_sep String password concode_elem_sep String name concode_elem_sep DateTime expiryTime concode_elem_sep Boolean isAdmin concode_field_sep String sshPublicKey concode_elem_sep ComputeNodeUser withSshPublicKey concode_elem_sep String name concode_... | String function ( ) { return this . password ; } |
33,084 | creates a mutable treeset containing the given elements . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet<T> newHashSet concode_elem_sep HashSet<T> newHashSet concode_elem_sep LinkedHashSet<T> newLinkedHashSet concode_elem_sep LinkedHashSet<T> newLinkedHashSet | TreeSet < T > function ( T ... arg0 ) { if ( arg0 == null ) { return null ; } TreeSet < T > loc0 = newTreeSet ( ) ; java . util . Collections . addAll ( loc0 , arg0 ) ; return loc0 ; } |
33,085 | create an instance of jaxbelement concode_field_sep QName _EPackage_QNAME concode_elem_sep QName _EClassifier_QNAME concode_elem_sep QName _EOperation_QNAME concode_elem_sep QName _EEnum_QNAME concode_elem_sep QName _EObject_QNAME concode_elem_sep QName _EDataType_QNAME concode_elem_sep QName _EParameter_QNAME concode_... | JAXBElement < ENamedElement > function ( final ENamedElement arg0 ) { return new JAXBElement < ENamedElement > ( _ENamedElement_QNAME , ENamedElement . class , null , arg0 ) ; } |
33,086 | checks if the current qso is search and pounce sp concode_field_sep String SNT_TXT concode_elem_sep DateTime utc concode_elem_sep String RCV_TXT concode_elem_sep int MODE_INDEX concode_elem_sep int TYPE_INDEX concode_elem_sep ArrayList<QsoParameter> qsoParams concode_elem_sep int TIME_INDEX concode_elem_sep int CALLSIG... | boolean function ( ) { if ( this . getType ( ) . equals ( "srini_string" ) ) return true ; else return false ; } |
33,087 | indicates whether this scheme allows for layered connections . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFactory getSocketFactory concode_elem_sep String get... | boolean function ( ) { return layered ; } |
33,088 | draws the sprites . concode_field_sep BitmapFactory.Options sBitmapOptions concode_elem_sep boolean mUseVerts concode_elem_sep int[] mTextureNameWorkspace concode_elem_sep int[] mCropWorkspace concode_elem_sep boolean mUseHardwareBuffers concode_elem_sep GLSprite[] mSprites concode_elem_sep Context mContext concode_fie... | void function ( GL10 arg0 ) { if ( mSprites != null ) { arg0 . glMatrixMode ( GL10 . GL_MODELVIEW ) ; if ( mUseVerts ) { Grid . beginDrawing ( arg0 , true , false ) ; } for ( int loc0 = 0 ; loc0 < mSprites . length ; loc0 ++ ) { mSprites [ loc0 ] . draw ( arg0 ) ; } if ( mUseVerts ) { Grid . endDrawing ( arg0 ) ; } } } |
33,089 | gets the guid of the instance represented by this object . concode_field_sep GUID roleChildId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep PDStore getStore concode_elem_sep String getLabel concode_elem_sep String getName concode_ele... | GUID function ( ) { return id ; } |
33,090 | converts a byte array to an int . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep byte[] floatToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytes... | int function ( byte [ ] arg0 ) { return ( arg0 [ 0 ] << 24 ) | ( ( arg0 [ 1 ] & 0xff ) << 16 ) | ( ( arg0 [ 2 ] & 0xff ) << 8 ) | ( arg0 [ 3 ] & 0xff ) ; } |
33,091 | sets the value of the sobjects property . concode_field_sep int maxBatchSize concode_elem_sep List<DescribeGlobalSObjectResultType> sobjects concode_elem_sep String encoding concode_field_sep String getEncoding concode_elem_sep List<DescribeGlobalSObjectResultType> getSobjects concode_elem_sep void setEncoding concode_... | void function ( List < DescribeGlobalSObjectResultType > arg0 ) { this . sobjects = arg0 ; } |
33,092 | gets the type . concode_field_sep String result concode_elem_sep String duration concode_elem_sep String moduletype concode_elem_sep String modulename concode_elem_sep ArrayList<TestStep> testSteps concode_elem_sep String type concode_elem_sep String rid concode_elem_sep int testCaseId concode_field_sep int getTestCase... | String function ( ) { return type ; } |
33,093 | returns the instance of bgp version . concode_field_sep Logger log concode_elem_sep GenericReader GENERIC_READER concode_field_sep BgpMessageReader<BgpMessage> getGenericReader concode_elem_sep BgpMessage readFrom | BgpFactory function ( BgpVersion arg0 ) { switch ( arg0 ) { case BGP_4 : return BgpFactoryVer4 . INSTANCE ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } |
33,094 | read a character . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concod... | char function ( ) { if ( inBuf > 0 ) { -- inBuf ; if ( ++ bufpos == bufsize ) bufpos = 0 ; return buffer [ bufpos ] ; } if ( ++ bufpos >= maxNextCharInd ) FillBuff ( ) ; char loc0 = buffer [ bufpos ] ; UpdateLineColumn ( loc0 ) ; return loc0 ; } |
33,095 | read and return the next float . concode_field_sep String charsetName concode_elem_sep java.util.Locale usLocale concode_elem_sep Pattern EMPTY_PATTERN concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep int position concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep... | float function ( ) { float loc0 = scanner . nextFloat ( ) ; savePosition ( ) ; return loc0 ; } |
33,096 | returns the round trip time of the ntp transaction concode_field_sep int NTP_PACKET_SIZE concode_elem_sep long mNtpTime concode_elem_sep long OFFSET_1900_TO_1970 concode_elem_sep String TAG concode_elem_sep int TRANSMIT_TIME_OFFSET concode_elem_sep int NTP_VERSION concode_elem_sep int REFERENCE_TIME_OFFSET concode_elem... | long function ( ) { return mRoundTripTime ; } |
33,097 | sets the class for a parameter . concode_field_sep Class className concode_elem_sep HashMap parameterDefs concode_elem_sep HashMap parameters concode_elem_sep Configuration config concode_field_sep ObjectDescription getUnconfiguredInstance concode_elem_sep Class getObjectClass concode_elem_sep Iterator getDefinedParame... | void function ( final String arg0 , final Class arg1 ) { if ( arg1 == null ) { this . parameterDefs . remove ( arg0 ) ; } else { this . parameterDefs . put ( arg0 , arg1 ) ; } } |
33,098 | gets the security group name . if nothing has been configured , null is returned . concode_field_sep String securityGroupName concode_elem_sep String iamRole concode_elem_sep int connectionTimeoutSeconds concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String region concode_elem_sep ... | String function ( ) { return securityGroupName ; } |
33,099 | produce a comment in the output . mkp.comment ` string ' is equivalent to mkp.yieldunescaped ' < ! -- string -- > ' . to create an element with the name ` comment ' , you need to supply empty attributes , e.g. : comment ` hello1 ' or mkp.comment ` hello1 ' will produce : < ! -- hello1 -- > while : comment ` hello2 ' , ... | void function ( String arg0 ) { yieldUnescaped ( "srini_string" + arg0 + "srini_string" ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.