idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
2,300 | obtains a scheme by name . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme get concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme register | Scheme function ( String arg0 ) { Scheme loc0 = get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } |
2,301 | a function that sends the clients old password to the server . concode_field_sep DataOutputStream output concode_elem_sep DataInputStream input concode_elem_sep LoginToServer loginToServer concode_elem_sep LoginGUI gui2 concode_elem_sep ConnectGUI gui concode_elem_sep Socket socket concode_elem_sep String message conco... | void function ( String arg0 ) { try { output . writeUTF ( "srini_string" + MD5 . encryption ( arg0 ) ) ; output . flush ( ) ; } catch ( Exception loc0 ) { } } |
2,302 | email address associated with the user concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean tlsVerify concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer m... | void function ( String arg0 ) { this . email = arg0 ; } |
2,303 | removes all elements from the element selection list . concode_field_sep Color elementOverlayStrokeColor concode_elem_sep JSVGCanvas canvas concode_elem_sep Overlay elementOverlay concode_elem_sep ElementOverlayController controller concode_elem_sep ArrayList elements concode_elem_sep boolean xorMode concode_elem_sep C... | void function ( ) { elements . clear ( ) ; repaint ( ) ; } |
2,304 | handles the org.motechproject.ivr.exception.ivrtemplateexception . the error code from the exception will be return this allows templates to manipulate the error code , code 500 is returned if it is not set . the message of the exception will be returned as the response body . concode_field_sep ConfigService configServ... | String function ( IvrTemplateException arg0 , HttpServletResponse arg1 ) { LOGGER . error ( "srini_string" , arg0 ) ; if ( arg0 . getErrorCode ( ) != null ) { arg1 . setStatus ( arg0 . getErrorCode ( ) . value ( ) ) ; } else { arg1 . setStatus ( HttpStatus . INTERNAL_SERVER_ERROR . value ( ) ) ; } return arg0 . getMess... |
2,305 | base64-decode the given byte array from an utf-8 string using the rfc 4648 `` url and filename safe alphabet '' . concode_field_sep Base64Delegate delegate concode_elem_sep org.apache.commons.codec.binary.Base64 base64 concode_elem_sep Charset DEFAULT_CHARSET concode_elem_sep org.apache.commons.codec.binary.Base64 base... | byte [ ] function ( String arg0 ) { assertDelegateAvailable ( ) ; return delegate . decodeUrlSafe ( arg0 . getBytes ( DEFAULT_CHARSET ) ) ; } |
2,306 | returns entity content as a byte array if set using #setbinary byte method . concode_field_sep File file concode_elem_sep boolean gzipCompress concode_elem_sep InputStream stream concode_elem_sep byte[] binary concode_elem_sep String contentEncoding concode_elem_sep boolean chunked concode_elem_sep String text concode_... | byte [ ] function ( ) { return binary ; } |
2,307 | returns the sql statement which updates the resource uuid in the content_resource table for a given resource id . concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql concode_elem_sep String getDrop... | String function ( ) { return "srini_string" ; } |
2,308 | get the forwardrequest repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ForwardRequest extract concode_elem_sep ForwardRequest read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return "srini_string" ; } |
2,309 | sets that the listener 's beforecompletion method was called , whether it failed , and how long the call took concode_field_sep long beforeCompletionTime concode_elem_sep boolean beforeCompletionCalled concode_elem_sep String name concode_elem_sep long afterCompletionTime concode_elem_sep boolean beforeCompletionFailed... | void function ( boolean arg0 , long arg1 ) { beforeCompletionCalled = true ; beforeCompletionFailed = arg0 ; beforeCompletionTime = arg1 ; } |
2,310 | sets the value of the notextedit property . concode_field_sep Boolean noResize concode_elem_sep Boolean noChangeShapeType concode_elem_sep Boolean noTextEdit concode_elem_sep Boolean noAdjustHandles concode_elem_sep Boolean noSelect concode_elem_sep Boolean noGrp concode_elem_sep CTOfficeArtExtensionList extLst concode... | void function ( Boolean arg0 ) { this . noTextEdit = arg0 ; } |
2,311 | creates a new local alluxio master with an isolated work directory and port . concode_field_sep Supplier<String> mClientSupplier concode_elem_sep Logger LOG concode_elem_sep String mJournalFolder concode_elem_sep ClientPool mClientPool concode_elem_sep AlluxioMasterService mAlluxioMaster concode_elem_sep Thread mMaster... | LocalAlluxioMaster function ( ) { String loc0 = uniquePath ( ) ; UnderFileSystemUtils . deleteDirIfExists ( loc0 ) ; UnderFileSystemUtils . mkdirIfNotExists ( loc0 ) ; Configuration . set ( PropertyKey . WORK_DIR , loc0 ) ; return new LocalAlluxioMaster ( ) ; } |
2,312 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.List<Instance> instances concode_field_sep java.util.List<Instance> getInstances concode_elem_sep void setInstances concode_elem_sep DeregisterInstancesFromLoadBalancerResult withInstances concode_elem_sep De... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( instances != null ) loc0 . append ( "srini_string" + instances + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
2,313 | get the next available name-number combination and add it to the reserved list . concode_field_sep NameGen instance concode_elem_sep Set<String> words concode_field_sep void add concode_elem_sep NameGen instance concode_elem_sep void reset concode_elem_sep boolean used concode_elem_sep void addReservedWords concode_ele... | String function ( String arg0 ) { int loc0 = 0 ; do { loc0 ++ ; } while ( words . contains ( arg0 + loc0 ) ) ; arg0 = arg0 + loc0 ; words . add ( arg0 ) ; return arg0 ; } |
2,314 | skips from the peek buffer . concode_field_sep int peekBufferLength concode_elem_sep int peekBufferPosition concode_elem_sep long streamLength concode_elem_sep byte[] peekBuffer concode_elem_sep long position concode_elem_sep DataSource dataSource concode_elem_sep byte[] SCRATCH_SPACE concode_field_sep int readFromData... | int function ( int arg0 ) { int loc0 = Math . min ( peekBufferLength , arg0 ) ; updatePeekBuffer ( loc0 ) ; return loc0 ; } |
2,315 | checks if a value is a valid e-mail address according to a certain regular expression . concode_field_sep String EMAIL_ADDRESS_PATTERN concode_elem_sep Pattern s_aPattern concode_field_sep String getUnifiedEmailAddress | boolean function ( @ Nullable final String arg0 ) { if ( arg0 == null ) return false ; final String loc0 = getUnifiedEmailAddress ( arg0 ) ; return s_aPattern . matcher ( loc0 ) . matches ( ) ; } |
2,316 | returns the indegree . concode_field_sep long serialVersionUID concode_elem_sep int CONSTANT concode_elem_sep int MAX concode_elem_sep int varsPerInd concode_elem_sep int mlag concode_elem_sep int MEAN concode_elem_sep int indegreeType concode_elem_sep int indegree concode_elem_sep double percentUnregulated concode_fie... | int function ( ) { return this . indegree ; } |
2,317 | set the maximum age for shared caches in days relative to the request time . similar to max-age , except that it only applies to shared e.g. , proxy caches . concode_field_sep boolean m_bPublic concode_elem_sep List<String> m_aExtensions concode_elem_sep Long m_aSharedMaxAgeSeconds concode_elem_sep boolean m_bNoTransfo... | CacheControlBuilder function ( @ Nonnegative final long arg0 ) { return setSharedMaxAgeSeconds ( arg0 * CGlobal . SECONDS_PER_DAY ) ; } |
2,318 | checks the default value for the tickmarksvisible flag . concode_field_sep double EPSILON concode_field_sep void testRefreshTicksWithZeroTickUnit concode_elem_sep void testCloning concode_elem_sep void testAutoRange3 concode_elem_sep void testAutoRange1 concode_elem_sep void testXYAutoRange2 concode_elem_sep void testS... | void function ( ) { LogAxis loc0 = new LogAxis ( "srini_string" ) ; assertTrue ( loc0 . isTickMarksVisible ( ) ) ; } |
2,319 | gets the value of the vm property . concode_field_sep GuestAuthentication auth concode_elem_sep GuestAuthSubject subject concode_elem_sep ManagedObjectReference vm concode_elem_sep String base64Cert concode_elem_sep ManagedObjectReference _this concode_elem_sep String username concode_field_sep void setThis concode_ele... | ManagedObjectReference function ( ) { return vm ; } |
2,320 | gets the value of the jobtracker property . concode_field_sep PREPARE prepare concode_elem_sep List<String> jobXml concode_elem_sep STREAMING streaming concode_elem_sep List<String> file concode_elem_sep CONFIGURATION configuration concode_elem_sep String jobTracker concode_elem_sep String configClass concode_elem_sep ... | String function ( ) { return jobTracker ; } |
2,321 | conjugate the quaternion . concode_field_sep float w concode_elem_sep Quaternion tmp2 concode_elem_sep float x concode_elem_sep float NORMALIZATION_TOLERANCE concode_elem_sep Quaternion tmp1 concode_elem_sep float y concode_elem_sep float z concode_elem_sep long serialVersionUID concode_field_sep Quaternion set concode... | Quaternion function ( ) { x = - x ; y = - y ; z = - z ; return this ; } |
2,322 | the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt... | void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; } |
2,323 | returns the server id concode_field_sep String password concode_elem_sep String id concode_elem_sep String username concode_field_sep String getPassword concode_elem_sep void isValid concode_elem_sep String getUsername | String function ( ) { return id ; } |
2,324 | given a source object and a source one of the same type , fill in any missing attributes of the target object with ones from the source object . any non-null values in the target are not overwritten by corresponding values in the source . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType place... | void function ( Object arg0 , Object arg1 ) { complete ( arg0 , arg1 , false ) ; } |
2,325 | returns the portlet id of this portlet preferences . concode_field_sep PortletPreferences _portletPreferences concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setOwnerType concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.m... | java . lang . String function ( ) { return _portletPreferences . getPortletId ( ) ; } |
2,326 | dom : the stoppropagation method is used prevent further propagation of an event during event flow . if this method is called by any eventlistener the event will cease propagating through the tree . the event will complete dispatch to all listeners on the current eventtarget before event flow stops . this method may be... | void function ( ) { this . stopPropagation = true ; } |
2,327 | reads the raw packet data from the data stream . concode_field_sep String[] matches concode_field_sep String[] getMatches concode_elem_sep void writePacketData concode_elem_sep void processPacket | void function ( PacketBuffer arg0 ) { this . matches = new String [ arg0 . readVarIntFromBuffer ( ) ] ; for ( int loc0 = 0 ; loc0 < this . matches . length ; ++ loc0 ) { this . matches [ loc0 ] = arg0 . readStringFromBuffer ( 32767 ) ; } } |
2,328 | returns the default coder to use for the output of thissingle-output ptransform when applied to the given input . concode_field_sep String name concode_field_sep String getName concode_elem_sep String getKindString concode_elem_sep OutputT apply concode_elem_sep void populateDisplayData concode_elem_sep void writeObjec... | Coder < ? > function ( @ SuppressWarnings ( "srini_string" ) InputT arg0 ) { return getDefaultOutputCoder ( ) ; } |
2,329 | get the id of the node that manages the shard which allocation should be canceled concode_field_sep ParseField COMMAND_NAME_FIELD concode_elem_sep String node concode_elem_sep String NAME concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep boolean allowPrimary concode_field_sep void writeTo conc... | String function ( ) { return this . node ; } |
2,330 | return true if it 's base64 encoded concode_field_sep String mimeType concode_elem_sep String charset concode_elem_sep Map parameters concode_elem_sep boolean contentTransferEncSet concode_elem_sep Log log concode_elem_sep String boundary concode_elem_sep String transferEncoding concode_elem_sep boolean contentTypeSet ... | boolean function ( ) { return "srini_string" . equals ( transferEncoding ) ; } |
2,331 | retrieves a single connection from the given guacamolesession . concode_field_sep PlaceHolder placeHolder concode_field_sep UserContext retrieveUserContext concode_elem_sep ConnectionGroup retrieveConnectionGroup concode_elem_sep ConnectionGroup retrieveConnectionGroup concode_elem_sep User retrieveUser concode_elem_se... | Connection function ( GuacamoleSession arg0 , String arg1 , String arg2 ) { UserContext loc0 = retrieveUserContext ( arg0 , arg1 ) ; return retrieveConnection ( loc0 , arg2 ) ; } |
2,332 | readabledatasource #getall concode_field_sep Collection<ReadableDataSource<K,V>> readableDataSources concode_elem_sep Collection<WriteableDataSource<K,V>> writeableDataSources concode_elem_sep Collection<CacheDataSource<K,V>> cacheDataSources concode_field_sep void addCacheDataSources concode_elem_sep V getValueFromCac... | Collection < V > function ( ) { return getAll ( ReadPolicy . READ_ALL ) ; } |
2,333 | add new server concode_field_sep int lastServedId concode_elem_sep List<Server> servers concode_elem_sep int id concode_field_sep int getLastServedId concode_elem_sep int getNoOfServers concode_elem_sep void serverRequest | void function ( Server arg0 ) { synchronized ( servers ) { servers . add ( arg0 ) ; } } |
2,334 | returns a bag of all components this entity has . you need to reset the bag yourself if you intend to fill it more than once . concode_field_sep World world concode_elem_sep int id concode_field_sep BitVector getComponentBits concode_elem_sep void deleteFromWorld concode_elem_sep World getWorld concode_elem_sep EntityE... | Bag < Component > function ( Bag < Component > arg0 ) { return world . getComponentManager ( ) . getComponentsFor ( id , arg0 ) ; } |
2,335 | start the timer to run at fixed intervals . concode_field_sep long interval concode_elem_sep Timer rotationTimer concode_elem_sep AtomicBoolean rotationTimerTriggered concode_elem_sep long milliSeconds concode_field_sep long getInterval concode_elem_sep long getMilliSeconds concode_elem_sep void reset concode_elem_sep ... | void function ( ) { rotationTimer = new Timer ( true ) ; TimerTask loc0 = new TimerTask ( ) { @ Override public void run ( ) { rotationTimerTriggered . set ( true ) ; } } ; rotationTimer . scheduleAtFixedRate ( loc0 , interval , interval ) ; } |
2,336 | sets the selection state for the editor to reveal the position of the given eobject . it searches in the different diagrams the occurrences of the eobject and ask the user to select the destination if the given eobject has several graphical representation . concode_field_sep PlaceHolder placeHolder concode_field_sep Ed... | void function ( IEditorPart arg0 , List < EObject > arg1 , boolean arg2 ) { if ( arg0 == null ) { arg0 = getActiveEditor ( ) ; } if ( arg0 instanceof Modeler ) { ( ( Modeler ) arg0 ) . gotoEObjects ( arg1 , arg2 ) ; } } |
2,337 | this method returns the field identifier value for this object . concode_field_sep int field_id concode_elem_sep int end concode_elem_sep int begin concode_field_sep int getEndIndex concode_elem_sep boolean equals concode_elem_sep void setEndIndex concode_elem_sep String toString concode_elem_sep int getBeginIndex conc... | int function ( ) { return field_id ; } |
2,338 | add one or more resource locations from which to serve static content . each location must point to a valid directory . multiple locations may be specified as a comma-separated list , and the locations will be checked for a given resource in the order specified . for example , '' / '' , `` classpath : / meta-inf/public... | ResourceHandlerRegistration function ( String ... arg0 ) { for ( String loc0 : arg0 ) { this . locations . add ( resourceLoader . getResource ( loc0 ) ) ; } return this ; } |
2,339 | notifica un cambio de estado a todos los jugadores y observadores concode_field_sep MainActivity mainActivity concode_elem_sep Accion porConfirmar concode_elem_sep Tablero tablero concode_elem_sep ArrayList<Jugador> jugadores concode_elem_sep ArrayList<PartidaListener> observadores concode_elem_sep boolean[] confirmaci... | void function ( String arg0 , Accion arg1 ) { Evento loc0 = new Evento ( Evento . EVENTO_CAMBIO , arg0 , this , arg1 ) ; for ( Jugador loc1 : jugadores ) { loc1 . onCambioEnPartida ( loc0 ) ; } for ( PartidaListener loc1 : observadores ) { loc1 . onCambioEnPartida ( loc0 ) ; } } |
2,340 | number of processed files concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processed... | int function ( ) { return processedFiles ; } |
2,341 | intended for test purposes only . concode_field_sep Map<Class<?>,Boolean> cache concode_elem_sep Class<?>[] EXCL_CLASSES concode_elem_sep Class<?>[] INCL_CLASSES concode_field_sep boolean isExcluded0 concode_elem_sep boolean isExcluded | void function ( ) { cache . clear ( ) ; } |
2,342 | indicates whether there were validation errors , and the pipeline definition is stored but can not be activated until you correct the pipeline and call putpipelinedefinition to commit the corrected pipeline . concode_field_sep com.amazonaws.internal.SdkInternalList<ValidationWarning> validationWarnings concode_elem_sep... | void function ( Boolean arg0 ) { this . errored = arg0 ; } |
2,343 | this method overrides the close method and called when user logout . this method closes the open chat windows for the given client . this method also calls the close method for closing the stream associated with the client . concode_field_sep String strClientName concode_elem_sep ObjectInputStream dataReader concode_el... | void function ( boolean arg0 ) { if ( arg0 ) { if ( hmChatWindows != null ) { for ( ChatWindowFrame loc0 : hmChatWindows . values ( ) ) { loc0 . dispose ( ) ; } hmChatWindows . clear ( ) ; hmChatWindows = null ; } } this . close ( ) ; } |
2,344 | stops recording time for this profile type . concode_field_sep int PROFILE_PAGE_FLIP concode_elem_sep int PROFILE_FRAME concode_elem_sep ProfileRecorder sSingleton concode_elem_sep long mMinTime concode_elem_sep ProfileRecord[] mProfiles concode_elem_sep int PROFILE_SIM concode_elem_sep int mFrameCount concode_elem_sep... | void function ( int arg0 ) { if ( arg0 < PROFILE_COUNT ) { mProfiles [ arg0 ] . stop ( SystemClock . uptimeMillis ( ) ) ; } } |
2,345 | set the enabledfortemplatedeployment value . concode_field_sep Boolean enabledForDeployment concode_elem_sep List<AccessPolicyEntry> accessPolicies concode_elem_sep Boolean enabledForDiskEncryption concode_elem_sep Boolean enabledForTemplateDeployment concode_elem_sep UUID tenantId concode_elem_sep String vaultUri conc... | VaultProperties function ( Boolean arg0 ) { this . enabledForTemplateDeployment = arg0 ; return this ; } |
2,346 | create a new builder for a message with the given payload . concode_field_sep T payload concode_elem_sep MessageHeaderAccessor headerAccessor concode_elem_sep Message<T> originalMessage concode_field_sep MessageBuilder<T> setHeaders concode_elem_sep MessageBuilder<T> removeHeaders concode_elem_sep MessageBuilder<T> cop... | MessageBuilder < T > function ( T arg0 ) { return new MessageBuilder < T > ( arg0 , new MessageHeaderAccessor ( ) ) ; } |
2,347 | returns an array containing all the registered listeners . the resulting array is unaffected by subsequent adds or removes . if there are no listeners registered , the result is an empty array singleton instance no garbage is created . use this method when notifying listeners , so that any modifications to the listener... | Object [ ] function ( ) { if ( fSize == 0 ) { return EmptyArray ; } Object [ ] loc0 = new Object [ fSize ] ; System . arraycopy ( fListeners , 0 , loc0 , 0 , fSize ) ; return loc0 ; } |
2,348 | sets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode... | void function ( String arg0 ) { this . queue = arg0 ; ea . add ( "srini_string" , arg0 ) ; } |
2,349 | use the given registry instance . concode_field_sep HttpRequestRetryHandler httpRequestRetryHandler concode_elem_sep CredentialsProvider credentialsProvider concode_elem_sep Environment environment concode_elem_sep String environmentName concode_elem_sep DnsResolver resolver concode_elem_sep Registry<ConnectionSocketFa... | HttpClientBuilder function ( Registry < ConnectionSocketFactory > arg0 ) { this . registry = arg0 ; return this ; } |
2,350 | get a probability estimate for a value concode_field_sep KernelEstimator[] m_Estimators concode_elem_sep DiscreteEstimator m_Weights concode_field_sep String toString concode_elem_sep void main concode_elem_sep Estimator getEstimator concode_elem_sep void addValue concode_elem_sep String getRevision | double function ( double arg0 , double arg1 ) { return getEstimator ( arg1 ) . getProbability ( arg0 ) ; } |
2,351 | get custom serializer concode_field_sep java.lang.String descripcion concode_elem_sep java.lang.String codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setDescripcion concode_elem_sep org.a... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
2,352 | the access token . can also be configured on the twittercomponent level instead . concode_field_sep String keywords concode_elem_sep String httpProxyHost concode_elem_sep Double latitude concode_elem_sep String consumerSecret concode_elem_sep Twitter twitter concode_elem_sep String userIds concode_elem_sep String dista... | String function ( ) { return accessToken ; } |
2,353 | convert long array to long array concode_field_sep PlaceHolder placeHolder concode_field_sep String nullStrToEmpty concode_elem_sep int compare concode_elem_sep Integer[] transformIntArray concode_elem_sep int[] transformIntArray concode_elem_sep boolean isEquals | Long [ ] function ( long [ ] arg0 ) { Long [ ] loc0 = new Long [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] ; } return loc0 ; } |
2,354 | gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount... | String function ( ) { return formatCurrentTime ( serverFormat ) ; } |
2,355 | returns the other object type id if an object digest info is used . concode_field_sep Holder holder concode_field_sep Principal[] getIssuer concode_elem_sep BigInteger getSerialNumber concode_elem_sep boolean match concode_elem_sep boolean match concode_elem_sep int getDigestedObjectType concode_elem_sep Object[] getNa... | String function ( ) { if ( holder . getObjectDigestInfo ( ) != null ) { return holder . getObjectDigestInfo ( ) . getDigestAlgorithm ( ) . getObjectId ( ) . getId ( ) ; } return null ; } |
2,356 | pluralize or singularize a word based on the passed in count . concode_field_sep Map<String,String> irregularPlurals concode_elem_sep Pluralizer PLURALIZER concode_elem_sep Set<String> uncountables concode_elem_sep Map<String,String> irregularSingles concode_elem_sep List<Pair<Pattern,String>> pluralRules concode_elem_... | String function ( String arg0 , int arg1 , boolean arg2 ) { String loc0 = arg1 == 1 ? singular ( arg0 ) : plural ( arg0 ) ; return ( arg2 ? arg1 + "srini_string" : "srini_string" ) + notNullize ( loc0 , arg0 ) ; } |
2,357 | gets the value of `` framework.server.name '' property concode_field_sep IPropertyLookup lookup concode_elem_sep INodeDesc nodedesc concode_field_sep IPropertyLookup getLookup concode_elem_sep String getFrameworkNodeHostname concode_elem_sep INodeSet filterAuthorizedNodes concode_elem_sep void setLookup concode_elem_se... | String function ( ) { String loc0 = getLookup ( ) . getProperty ( "srini_string" ) ; if ( null != loc0 ) { return loc0 . trim ( ) ; } else { return loc0 ; } } |
2,358 | checks the operation of getportpairgroups method . concode_field_sep String description concode_elem_sep VtnStorageServiceTest storageService concode_elem_sep PortPairGroupManager portPairGroupMgr concode_elem_sep PortPairGroup portPairGroup concode_elem_sep List<PortPairId> portPairIdList concode_elem_sep TenantId ten... | void function ( ) { testCreatePortPairGroup ( ) ; final Iterable < PortPairGroup > loc0 = portPairGroupMgr . getPortPairGroups ( ) ; assertThat ( loc0 , is ( notNullValue ( ) ) ) ; assertThat ( loc0 . iterator ( ) . hasNext ( ) , is ( true ) ) ; } |
2,359 | returns the compilation target concode_field_sep IAndroidTarget mTarget concode_elem_sep BuildToolInfo mBuildToolInfo concode_field_sep BuildToolInfo getBuildTools | IAndroidTarget function ( ) { return mTarget ; } |
2,360 | removing headers is not supported . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_sep boolean filterHeader | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
2,361 | indicate that we just deleted a directory through wasb . 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 WA... | void function ( ) { numberOfDirectoriesDeleted . incr ( ) ; } |
2,362 | returns whether this response is considered successful . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> success concode_elem_sep void onErrorResponse concode_elem_s... | boolean function ( ) { return error == null ; } |
2,363 | asserts that permission is granted to the given fs/user for the given file . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertPermission concode_elem_sep void assertFilePermissionDenied concode_elem_sep AclEntry aclEntry concode_elem_sep AclEntry aclEntry concode_elem_sep AclEntry aclEntry concode... | void function ( FileSystem arg0 , UserGroupInformation arg1 , Path arg2 ) { try { DFSTestUtil . readFileBuffer ( arg0 , arg2 ) ; } catch ( AccessControlException loc0 ) { fail ( "srini_string" + arg1 + "srini_string" + arg2 ) ; } } |
2,364 | generates a label for the specified item . the label is typically a formatted version of the data value , but any text can be used . concode_field_sep long serialVersionUID concode_field_sep double round concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String ... | String function ( XYDataset arg0 , int arg1 , int arg2 ) { return null ; } |
2,365 | sets the value of the city property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName co... | void function ( String arg0 ) { this . city = arg0 ; } |
2,366 | sets the authenticated client id . this is meant to be used by the authentication layer . trying to set a different client id after it 's been set will result in an exception . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean tim... | void function ( String arg0 ) { Preconditions . checkState ( clientId == null , "srini_string" ) ; this . clientId = arg0 ; } |
2,367 | gets the value of the type property . concode_field_sep MultiplicityRangeType multiplicityRange concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type conc... | String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } |
2,368 | a complex type that contains information about vpcs associated with the specified hosted zone . concode_field_sep HostedZone hostedZone concode_elem_sep DelegationSet delegationSet concode_elem_sep com.amazonaws.internal.SdkInternalList<VPC> vPCs concode_field_sep void setDelegationSet concode_elem_sep void setHostedZo... | GetHostedZoneResult function ( java . util . Collection < VPC > arg0 ) { setVPCs ( arg0 ) ; return this ; } |
2,369 | gets a read-only iterator over the variables . concode_field_sep Map<String,Object> variables concode_elem_sep int iteration concode_elem_sep String[] PRE_LOAD concode_field_sep void incIteration concode_elem_sep Object getObject concode_elem_sep Set<Entry<String,Object>> entrySet concode_elem_sep int getIteration conc... | Iterator < Entry < String , Object >> function ( ) { return Collections . unmodifiableMap ( variables ) . entrySet ( ) . iterator ( ) ; } |
2,370 | throws an assertionexception if the current thread is the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread | void function ( ) { SoftAssertions . assertCondition ( ! isOnUiThread ( ) , "srini_string" ) ; } |
2,371 | generic equality comparison . concode_field_sep String _label concode_field_sep boolean is_action concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep String label | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof production_part ) ) return false ; else return equals ( ( production_part ) arg0 ) ; } |
2,372 | this is called by the datamaintainer whenever one of the monitor points that you are subscribed to has an updated value available . concode_field_sep PlaceHolder placeHolder concode_field_sep void printArchive concode_elem_sep void main | void function ( Object arg0 , PointEvent arg1 ) { PointData loc0 = arg1 . getPointData ( ) ; System . out . print ( loc0 . getName ( ) ) ; System . out . print ( "srini_string" + loc0 . getTimestamp ( ) . toString ( AbsTime . Format . UTC_STRING ) + "srini_string" ) ; System . out . println ( "srini_string" + loc0 . ge... |
2,373 | gets the apps string . concode_field_sep String description concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_elem_sep String appsString concode_elem_sep List<Application> applications concode_field_sep String getVersion concode_elem_sep String getTitle concode_elem_sep vo... | String function ( ) { return appsString ; } |
2,374 | get/set datapointid concode_field_sep Integer createBy concode_elem_sep String comments concode_elem_sep String VO_ARRAY_LABEL concode_elem_sep String TRACE_TAG concode_elem_sep Integer conditionCodeId concode_elem_sep Integer itemResponsepointsSeqNum concode_elem_sep Date createdDateTime concode_elem_sep Integer itemS... | Integer function ( ) { return this . datapointId ; } |
2,375 | sets the bootstrap 's class loader . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep HealthCheckRegistry healthCheckRegistry concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_elem_sep bool... | void function ( ClassLoader arg0 ) { this . classLoader = arg0 ; } |
2,376 | returns the number of times #get returned null or required a newvalue to be created . 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_el... | int function ( ) { return missCount ; } |
2,377 | store mapping between neurons srcneuronid and destneuronid and the connection that mutated between them via neat add connection mutation , newconnectionid concode_field_sep String ID_XML_TAG concode_elem_sep String SRC_NEURON_ID_XML_TAG concode_elem_sep Map connectionToConnectionId concode_elem_sep String neatIdMapFile... | void function ( Long arg0 , Long arg1 , Long arg2 ) { connectionToConnectionId . put ( buildList ( arg0 , arg1 ) , arg2 ) ; } |
2,378 | returns the canonical instance on deserialization in case of no target class , thus protecting the singleton pattern . concode_field_sep boolean isStatic concode_elem_sep EmptyTargetSource INSTANCE concode_elem_sep Class<?> targetClass concode_elem_sep long serialVersionUID concode_field_sep boolean isStatic concode_el... | Object function ( ) { return ( this . targetClass == null && this . isStatic ? INSTANCE : this ) ; } |
2,379 | on test skipped . concode_field_sep String prevDataProvider concode_elem_sep ReportBase reporter concode_elem_sep String browser concode_elem_sep HashMap<String,DataTable> tables concode_elem_sep List<String> tableHeaders concode_elem_sep int dataIteration concode_field_sep List<String> getTableHeaders concode_elem_sep... | void function ( final ITestResult arg0 ) { endTestReporting ( "srini_string" ) ; } |
2,380 | gets the value of the classname property . concode_field_sep String className concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep Class<? extends Annotation> annotationType concode_elem_sep Class<? extends Exception> className concode_elem_sep void setClassNam... | String function ( ) { return className ; } |
2,381 | return external representation of given name , converting ' / ' to ' . ' . concode_field_sep int CONSTANT_Float concode_elem_sep int CONSTANT_NameandType concode_elem_sep int minor concode_elem_sep int MAX_CODE concode_elem_sep int MAX_DIMENSIONS concode_elem_sep int CONSTANT_InterfaceMethodref concode_elem_sep Type ty... | byte [ ] function ( Name arg0 ) { return externalize ( arg0 . getByteArray ( ) , arg0 . getByteOffset ( ) , arg0 . getByteLength ( ) ) ; } |
2,382 | gets label . concode_field_sep Object display concode_elem_sep String label concode_elem_sep Integer value concode_field_sep Integer getValue concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep Object getDisplay | String function ( ) { return label ; } |
2,383 | by default the result of a sockjs `` info '' request , including whether the server has websocket disabled and how long the request took used for calculating transport timeout time is cached . this method can be used to clear that cache hence causing it to re-populate . concode_field_sep Log logger concode_elem_sep Set... | void function ( ) { this . serverInfoCache . clear ( ) ; } |
2,384 | obtains the connroutepnames #default_proxy default_proxy parameter value . #no_host will be mapped to null , to allow unsetting in a hierarchy . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep HttpRoute getForcedRoute concode_elem_sep void s... | HttpHost function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; HttpHost loc0 = ( HttpHost ) arg0 . getParameter ( DEFAULT_PROXY ) ; if ( ( loc0 != null ) && NO_HOST . equals ( loc0 ) ) { loc0 = null ; } return loc0 ; } |
2,385 | returns the next available generation number of the live docs file . concode_field_sep Map<Integer,Set<String>> dvUpdatesFiles concode_elem_sep long delGen concode_elem_sep long fieldInfosGen concode_elem_sep long nextWriteDocValuesGen concode_elem_sep Set<String> fieldInfosFiles concode_elem_sep long docValuesGen conc... | long function ( ) { return nextWriteDelGen ; } |
2,386 | do n't add artifact into sparkcontext sc.addjar concode_field_sep String groupArtifactVersion concode_elem_sep boolean local concode_elem_sep List<String> exclusions concode_field_sep boolean isDist concode_elem_sep boolean isLocalFsArtifact concode_elem_sep boolean equals concode_elem_sep Dependency exclude concode_el... | Dependency function ( ) { local = true ; return this ; } |
2,387 | tests if this map contains a mapping for the given key . concode_field_sep boolean nullKeyExists concode_elem_sep Reporter reporter concode_elem_sep int updateCounter concode_elem_sep float DEFAULT_LOAD_FACTOR concode_elem_sep Object nullKeyMapping concode_elem_sep int initCounter concode_elem_sep int DEFAULT_INITIAL_C... | boolean function ( Object arg0 ) { if ( arg0 == null ) { return nullKeyExists ; } return table . containsKey ( arg0 ) ; } |
2,388 | implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep Serializable deseri... | int function ( InputStream arg0 , OutputStream arg1 ) { } |
2,389 | prints out every card in the hand and the size of the hand concode_field_sep ArrayList<Card> hand concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep Card getCardAtPosition concode_elem_sep boolean remove concode_elem_sep Card remove concode_elem_sep int getNumSpades | String function ( ) { return hand . toString ( ) + "srini_string" + hand . size ( ) ; } |
2,390 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep void setVersion concode_elem_sep int hashCode concode_elem_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) + "srini_string" ) ; if ( getVersion ( ) != null ) loc0 . append ( "srini_string" + getVersion ( ) ) ; loc0 . append ( "srini_string" ) ; return l... |
2,391 | register the entry here if the registry is the leaf node or continue to traverse the tree concode_field_sep NotificationHandlerNodeSubregistry parent concode_elem_sep Collection<ConcreteNotificationHandlerRegistration.NotificationHandlerEntry> entries concode_elem_sep Map<String,NotificationHandlerNodeSubregistry> chil... | void function ( ListIterator < PathElement > arg0 , ConcreteNotificationHandlerRegistration . NotificationHandlerEntry arg1 ) { if ( ! arg0 . hasNext ( ) ) { entries . add ( arg1 ) ; return ; } PathElement loc0 = arg0 . next ( ) ; NotificationHandlerNodeSubregistry loc1 = getOrCreateSubregistry ( loc0 . getKey ( ) ) ; ... |
2,392 | returns the node id / address byte array in it 's hexidecimal string representation in the following format : xx-xx-xx-xx-xx-xx where each xx represents a hexidecimal value . concode_field_sep int NODE_ID_BYTE_LENGTH concode_elem_sep short MAC_ADDRESS_TOKEN_COUNT concode_elem_sep short SHIFT_BY_BYTE concode_elem_sep sh... | String function ( byte [ ] arg0 ) { char [ ] loc0 = Hex . encodeHex ( arg0 ) ; StringBuffer loc1 = new StringBuffer ( MAC_ADDRESS_CHAR_LENGTH ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 . append ( loc0 [ loc2 ] ) ; if ( loc2 != loc0 . length - 1 && loc2 % 2 != 0 ) { loc1 . append ( "srini_string" )... |
2,393 | method to listen for the change in color in the graph concode_field_sep List deleteList concode_elem_sep boolean is3D concode_elem_sep int deletInex concode_elem_sep List data concode_elem_sep List labels concode_elem_sep String label concode_elem_sep boolean pieNeedsRendering concode_elem_sep Color selectedColor conco... | void function ( ValueChangeEvent arg0 ) { if ( arg0 . getNewValue ( ) != null ) { selectedColor = new Color ( Integer . parseInt ( arg0 . getNewValue ( ) . toString ( ) , 16 ) ) ; System . out . println ( "srini_string" + Integer . parseInt ( arg0 . getNewValue ( ) . toString ( ) , 16 ) ) ; } } |
2,394 | draws a line on private iplimage drawing concode_field_sep CvSize cs concode_elem_sep IplImage img concode_elem_sep IplImage temp concode_elem_sep IplImage gray concode_elem_sep BackgroundSubtractorMOG2 bg concode_elem_sep IplImage hsbImg concode_elem_sep IplImage background concode_elem_sep IplImage drawing concode_el... | void function ( CvPoint arg0 , CvPoint arg1 ) { if ( arg0 != null && arg1 != null ) { cvLine ( drawing , arg0 , arg1 , CvScalar . GREEN , 2 , 8 , 0 ) ; } } |
2,395 | sets the new side mode . the possible side modes are : sides_normal : show cards in regular front-to-flip mode . sides_flipped : show cards in flip-to-front mode . sides_random : show cards with randomly selected normal or flipped sides mode . sides_both : show both sides of cards as specified in #setamounttotest boole... | void function ( int arg0 ) { m_sides = arg0 ; } |
2,396 | return hibernate configuration concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep void rebuildSessionFactory concode... | Configuration function ( ) { return configuration ; } |
2,397 | indicates the y coordinate of the upper left corner of the crop window . concode_field_sep int mHeight concode_elem_sep int mWidth concode_elem_sep long mFrameHandle concode_elem_sep SensorType mSensorType concode_elem_sep boolean mIsCropping concode_elem_sep VideoMode mVideoMode concode_elem_sep ByteBuffer mData conco... | int function ( ) { return mCropOrigY ; } |
2,398 | gets the value of the show property . concode_field_sep SVOperationMetadataType svOperationMetadata concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type ... | String function ( ) { return show ; } |
2,399 | this method is called at the start of each iteration of each `` computational chunk . '' the set of vertices in the graph are typically not processed with full parallelism . the vertex set is split into subsets and a worker is assigned to call the vertexprogram #execute method.the default implementation is a no-op . co... | void function ( final Memory arg0 ) { } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.