idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
22,200 | abstractdelegatingsmartcontextloader does not support the contextloader #loadcontext string method . call #loadcontext mergedcontextconfiguration instead . concode_field_sep Log logger concode_field_sep void processContextConfiguration concode_elem_sep SmartContextLoader getXmlLoader concode_elem_sep String name concod... | ApplicationContext function ( String ... arg0 ) { throw new UnsupportedOperationException ( "srini_string" + "srini_string" ) ; } |
22,201 | get custom deserializer concode_field_sep java.lang.Long microAmount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String currencyCode concode_field_sep void setMicroAmount concode_elem_sep... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
22,202 | ensures that an object reference is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep String checkNotEmpty concode_elem_sep String checkNotEmpty concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkMainThread concode_elem_sep void checkArgument concode_elem_s... | T function ( T arg0 , Object arg1 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && arg0 == null ) { throw new NullPointerException ( String . valueOf ( arg1 ) ) ; } return arg0 ; } |
22,203 | consume a content binding for this viewer . concode_field_sep String viewerId concode_elem_sep String PROP_ENFORCE_HAS_CHILDREN concode_elem_sep Binding actionBinding concode_elem_sep String ATT_PATTERN concode_elem_sep String inheritBindingsFromViewer concode_elem_sep String TAG_ACTION_EXTENSION concode_elem_sep Strin... | void function ( IConfigurationElement arg0 ) { consumeBinding ( arg0 , true ) ; } |
22,204 | the size , in bytes , of the virtual tapes to recover . concode_field_sep String tapeStatus concode_elem_sep java.util.Date tapeRecoveryPointTime concode_elem_sep String tapeARN concode_elem_sep Long tapeSizeInBytes concode_field_sep TapeRecoveryPointInfo withTapeARN concode_elem_sep void setTapeSizeInBytes concode_ele... | Long function ( ) { return this . tapeSizeInBytes ; } |
22,205 | this method is used to send the uid of this node if the received uid < self uid concode_field_sep PlaceHolder placeHolder concode_field_sep void sendPing concode_elem_sep LeaderInterface getLeaderInterface concode_elem_sep void sendRequestNotAccepted concode_elem_sep void main concode_elem_sep void unregisterListenerWi... | void function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( Message . getInstance ( ) . getUidMessage ( ) ) ; System . out . println ( "srini_string" + arg0 ) ; } |
22,206 | set the maximum number of pages to free . concode_field_sep int maxPages concode_elem_sep CompactConfig DEFAULT concode_elem_sep int timeout concode_elem_sep boolean freeListOnly concode_elem_sep boolean freeSpace concode_elem_sep int fillpercent concode_field_sep CompactConfig checkNull concode_elem_sep void setTimeou... | void function ( final int arg0 ) { this . maxPages = arg0 ; } |
22,207 | process the contents of the buffer using the underlying cipher . concode_field_sep AsymmetricBlockCipher cipher concode_elem_sep byte[] buf concode_elem_sep int bufOff concode_elem_sep boolean forEncryption concode_field_sep void init concode_elem_sep void processBytes concode_elem_sep int getBufferPosition concode_ele... | byte [ ] function ( ) { byte [ ] loc0 = cipher . processBlock ( buf , 0 , bufOff ) ; reset ( ) ; return loc0 ; } |
22,208 | return the aggregation buffer for the current group . for efficiency , all calls to this method return the same object . if additional memory could not be allocated , then this method will signal an error by returning null . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKe... | UnsafeRow function ( InternalRow arg0 ) { final UnsafeRow loc0 = this . groupingKeyProjection . apply ( arg0 ) ; return getAggregationBufferFromUnsafeRow ( loc0 ) ; } |
22,209 | util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.CreateImageResponseType localCreateImageResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep vo... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... |
22,210 | add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } |
22,211 | sets the value of the displayname property . concode_field_sep String displayName concode_elem_sep CustomTargetingValueMatchType matchType concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long customTargetingKeyId concode_field_sep Long getCustomTargetingKeyId concode_elem_sep void setName concode... | void function ( String arg0 ) { this . displayName = arg0 ; } |
22,212 | set value for optional field . if left unset or set to null , defaults to false . concode_field_sep ListFolderArg.Builder listFolderArgBuilder concode_elem_sep DbxUserFilesRequests files concode_field_sep ListFolderGetLatestCursorBuilder withIncludeDeleted concode_elem_sep ListFolderGetLatestCursorBuilder withIncludeMe... | ListFolderGetLatestCursorBuilder function ( Boolean arg0 ) { this . listFolderArgBuilder . withRecursive ( arg0 ) ; return this ; } |
22,213 | gets the current value at position i . concode_field_sep long serialVersionUID concode_elem_sep int[] array concode_field_sep int getAndIncrement concode_elem_sep void set concode_elem_sep int incrementAndGet concode_elem_sep boolean weakCompareAndSet concode_elem_sep int length concode_elem_sep int decrementAndGet con... | int function ( int arg0 ) { memoryBarrier ( ) ; return array [ arg0 ] ; } |
22,214 | create a readable and parseable audit log string for a failed event . concode_field_sep Log LOG concode_elem_sep String KEY_VAL_SEPARATOR concode_elem_sep String REFRESH_QUEUE concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String JOBTRACKER concode_elem_sep String REFRES... | void function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { if ( LOG . isWarnEnabled ( ) ) { LOG . warn ( createFailureLog ( arg0 , arg1 , arg2 , arg3 , arg4 ) ) ; } } |
22,215 | returns the empty map . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( ) { return newHashMap ( ) ; } |
22,216 | ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButt... | boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; } |
22,217 | returns the hash code for this qualified name . concode_field_sep String qualifier concode_elem_sep String localName concode_field_sep String getLocalName concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getQualifier | int function ( ) { return ( qualifier == null ? 0 : qualifier . hashCode ( ) ) + localName . hashCode ( ) ; } |
22,218 | sets the mapped id of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel co... | void function ( java . lang . String arg0 ) { _repositoryEntry . setMappedId ( arg0 ) ; } |
22,219 | read the exception from the given cdr stream . concode_field_sep String _id concode_field_sep NotEmpty extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | NotEmpty function ( InputStream arg0 ) { NotEmpty loc0 = new NotEmpty ( ) ; arg0 . read_string ( ) ; return loc0 ; } |
22,220 | gets the value of the benefitdescription property . concode_field_sep Promotion.Summary summary concode_elem_sep String benefitDescription concode_elem_sep String eligibilityRequirementDescription concode_elem_sep String endDate concode_elem_sep String category concode_elem_sep String promotionId concode_elem_sep Strin... | String function ( ) { return benefitDescription ; } |
22,221 | returns the height of the icon in pixels . concode_field_sep CheckBoxIcon checkBoxIcon concode_elem_sep long serialVersionUID concode_elem_sep RadioButtonIcon radioButtonIcon concode_field_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int getIconWidth concode_... | int function ( ) { return 9 ; } |
22,222 | returns the ip address of the remote device we are connected to concode_field_sep boolean connected concode_elem_sep Bitmap receivedBitmap concode_elem_sep boolean currentlyDecodingFrame concode_elem_sep OutputStream tcpOut concode_elem_sep ServerSocket tcpServerSocket concode_elem_sep InputStream tcpIn concode_elem_se... | String function ( ) { return tcpSocket . getRemoteSocketAddress ( ) . toString ( ) ; } |
22,223 | load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov... | void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; } |
22,224 | return the default mime type to use if no messageheaders #content_type header is present . concode_field_sep MimeType defaultMimeType concode_field_sep MimeType resolve concode_elem_sep String toString concode_elem_sep void setDefaultMimeType | MimeType function ( ) { return this . defaultMimeType ; } |
22,225 | starts scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_D... | void function ( ) { if ( ! isScrollingPerformed ) { isScrollingPerformed = true ; listener . onStarted ( ) ; } } |
22,226 | computes all interior intersections in the collection of segmentstring s , and returns their coordinate s. does not node the segstrings . concode_field_sep MCIndexNoder noder concode_elem_sep MCIndexPointSnapper pointSnapper concode_elem_sep double scaleFactor concode_elem_sep Collection nodedSegStrings concode_elem_se... | List function ( Collection arg0 , LineIntersector arg1 ) { InteriorIntersectionFinderAdder loc0 = new InteriorIntersectionFinderAdder ( arg1 ) ; noder . setSegmentIntersector ( loc0 ) ; noder . computeNodes ( arg0 ) ; return loc0 . getInteriorIntersections ( ) ; } |
22,227 | cross product : d = a x b. concode_field_sep ccd_vec3_t[] ccd_points_on_sphere concode_elem_sep double CCD_EPS concode_elem_sep ccd_vec3_t ccd_vec3_origin concode_elem_sep double CCD_ONE concode_elem_sep double M_PI concode_elem_sep double CCD_REAL_MAX concode_elem_sep double v0 concode_elem_sep double v1 concode_elem_... | void function ( ccd_vec3_t arg0 , final ccd_vec3_t arg1 , final ccd_vec3_t arg2 ) { arg0 . v0 = ( arg1 . v1 * arg2 . v2 ) - ( arg1 . v2 * arg2 . v1 ) ; arg0 . v1 = ( arg1 . v2 * arg2 . v0 ) - ( arg1 . v0 * arg2 . v2 ) ; arg0 . v2 = ( arg1 . v0 * arg2 . v1 ) - ( arg1 . v1 * arg2 . v0 ) ; } |
22,228 | average number of shards primary + replicas across the indices concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLIC... | double function ( ) { if ( this . indices == 0 ) { return - 1 ; } return ( ( double ) this . total ) / this . indices ; } |
22,229 | an array of attribute objects containing the ldap attributes that belong to the computer account . concode_field_sep String computerId concode_elem_sep String computerName concode_elem_sep com.amazonaws.internal.SdkInternalList<Attribute> computerAttributes concode_field_sep void setComputerId concode_elem_sep Computer... | void function ( java . util . Collection < Attribute > arg0 ) { if ( arg0 == null ) { this . computerAttributes = null ; return ; } this . computerAttributes = new com . amazonaws . internal . SdkInternalList < Attribute > ( arg0 ) ; } |
22,230 | post a progress value with the option of forcing the post . concode_field_sep Step mParent concode_elem_sep double mLastProgress concode_elem_sep double DEFAULT_MIN_PROGRESS_INC concode_elem_sep double mMinProgressInc concode_elem_sep double mCurrent concode_elem_sep double DEFAULT_END_VALUE concode_elem_sep double mBe... | void function ( double arg0 , boolean arg1 ) { if ( arg1 || okToPost ( arg0 ) ) { mLastProgress = arg0 ; mLastTime = System . currentTimeMillis ( ) ; if ( mTask != null ) { mTask . postProgress ( arg0 ) ; } } } |
22,231 | sets the maximum size allowed in bytes for multipart/form-data requests . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setLocation concode_elem_sep long parseSize concode_elem_sep void setMaxFileSiz... | void function ( long arg0 ) { this . maxRequestSize = arg0 ; } |
22,232 | gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MLBaseUnitType mlBaseUnit 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 concode_elem_se... | String function ( ) { return actuate ; } |
22,233 | verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } |
22,234 | return permission concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep PermissionStatus read concode_elem_sep PermissionStatus applyUMa... | FsPermission function ( ) { return permission ; } |
22,235 | record the fact that a session has been destroyed . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concod... | void function ( HttpSessionEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" ) ; } |
22,236 | returns the plugin 's service name what you 'd use when calling pluginmanger.getplugin concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem... | String function ( ) { return serviceName ; } |
22,237 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Image> images concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeImagesResult clone concode_elem_sep DescribeImagesResult withImages concode_e... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getImages ( ) != null ) loc0 . append ( "srini_string" + getImages ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
22,238 | adds the given state machine to runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep boolean removeStatemachine concode_elem_sep void run | boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . add ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; } |
22,239 | sets the value of the id property . concode_field_sep Object activityName concode_elem_sep Status relationshipStatus concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String relationshipCode concode_field_sep Status getRelationshipStatus concode_elem_sep void setActivityName concode_ele... | void function ( String arg0 ) { this . id = arg0 ; } |
22,240 | sets the viewport 's height in screen coordinates . this is typically set by #update int , int , boolean . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep... | void function ( int arg0 ) { this . screenHeight = arg0 ; } |
22,241 | called when this bundle is stopped so the framework can perform the bundle-specific activities necessary to stop the bundle . in general , this method should undo the work that the bundleactivator.start methodstarted : unregisters persistentmoduletyperesourcebundleprovider , persistenttemplateresourcebundleprovider as ... | void function ( BundleContext arg0 ) { queue . stop ( ) ; tProvider . close ( ) ; mProvider . close ( ) ; rImporter . close ( ) ; tProvider = null ; mProvider = null ; rImporter = null ; } |
22,242 | determine the generic element type of the given collection class if it declares one through a generic superclass or generic interface . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getMapValuePara... | Class < ? > function ( Class < ? extends Collection > arg0 ) { return ResolvableType . forClass ( arg0 ) . asCollection ( ) . resolveGeneric ( ) ; } |
22,243 | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... | void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } |
22,244 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep int rev concode_elem_sep int lon concode_elem_sep int lat concode_field_sep int getLat concode_elem_sep Object getParent concode_elem_sep void setRev concode_elem_sep int ge... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
22,245 | returns an ordered range of all the feeds . 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 queryutil #all_pos will return the full resul... | List < Feed > function ( int arg0 , int arg1 , OrderByComparator < Feed > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; } |
22,246 | keyby operation for connected data stream . assigns keys to the elements of input1 and input2 using keyselector1 and keyselector2 . concode_field_sep StreamExecutionEnvironment environment concode_elem_sep DataStream<IN2> inputStream2 concode_elem_sep DataStream<IN1> inputStream1 concode_field_sep DataStream<IN2> getSe... | ConnectedStreams < IN1 , IN2 > function ( KeySelector < IN1 , ? > arg0 , KeySelector < IN2 , ? > arg1 ) { return new ConnectedStreams < > ( environment , inputStream1 . keyBy ( arg0 ) , inputStream2 . keyBy ( arg1 ) ) ; } |
22,247 | gets the year 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 conc... | String function ( ) { return year ; } |
22,248 | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVpnConnectionRouteResponseType localDeleteVpnConnectionRouteResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep ... | com . amazon . ec2 . DeleteVpnConnectionRouteResponseType function ( ) { return localDeleteVpnConnectionRouteResponse ; } |
22,249 | set a square to a piece value . concode_field_sep long hashKey concode_elem_sep boolean whiteMove concode_elem_sep int A8_CASTLE concode_elem_sep long[] castleHashKeys concode_elem_sep int[] squares concode_elem_sep long whiteHashKey concode_elem_sep int castleMask concode_elem_sep int epSquare concode_elem_sep int ful... | void function ( int arg0 , int arg1 ) { int loc0 = squares [ arg0 ] ; hashKey ^= psHashKeys [ loc0 ] [ arg0 ] ; hashKey ^= psHashKeys [ arg1 ] [ arg0 ] ; squares [ arg0 ] = arg1 ; if ( arg1 == Piece . WKING ) { wKingSq = arg0 ; } else if ( arg1 == Piece . BKING ) { bKingSq = arg0 ; } } |
22,250 | increases the counter by the number specified . concode_field_sep AtomicLongFieldUpdater<CacheStatisticsImpl> EXPIRIES concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> PUT_TIME_TAKEN_NANOS concode_elem_sep long creationTime concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> LAST_UPDATE_TIME concod... | void function ( long arg0 ) { PUTS . addAndGet ( this , arg0 ) ; setLastUpdateTime ( System . currentTimeMillis ( ) ) ; } |
22,251 | gets the value of the msisdn property . concode_field_sep List<PassBasicInfo> passBasicInfo concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_field_sep List<PassBasicInfo> getPassBasicInfo concode_elem_sep void setMsisdn | String function ( ) { return msisdn ; } |
22,252 | sets the description . concode_field_sep String m_description concode_elem_sep String m_name concode_elem_sep boolean m_isGroup concode_field_sep void setName concode_elem_sep void setGroup concode_elem_sep String getName concode_elem_sep boolean isGroup concode_elem_sep String getDescription | void function ( String arg0 ) { m_description = arg0 ; } |
22,253 | called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con... | int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; } |
22,254 | a list of locations that contain the matching revisions . note : this method appends the values to the existing list if any . use #setrevisions java.util.collection or #withrevisions java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep com.amazonaws.inter... | ListApplicationRevisionsResult function ( RevisionLocation ... arg0 ) { if ( this . revisions == null ) { setRevisions ( new com . amazonaws . internal . SdkInternalList < RevisionLocation > ( arg0 . length ) ) ; } for ( RevisionLocation loc0 : arg0 ) { this . revisions . add ( loc0 ) ; } return this ; } |
22,255 | restart the application after a crash i.e. exit code other than 0 concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep Str... | boolean function ( ) { return restartOnCrash ; } |
22,256 | parses the hex string as signed decimal integer . if parsing of the hex string fails , zero is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep int strToInt concode_elem_sep T convert | int function ( String arg0 ) { try { return Integer . parseInt ( arg0 , 16 ) ; } catch ( NumberFormatException loc0 ) { return 0 ; } } |
22,257 | gets collection group designation . concode_field_sep Integer itemId concode_elem_sep String collectionGroupDesignation concode_elem_sep String callNumber concode_elem_sep String useRestriction concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String chronologyAndEnum concode_el... | String function ( ) { return collectionGroupDesignation ; } |
22,258 | generic init . concode_field_sep String END_DOCUMENT concode_elem_sep HttpServletResponse servletRsp concode_elem_sep PrintWriter servletOut concode_elem_sep int bytesSent concode_elem_sep String START_DOCUMENT concode_field_sep void stop concode_elem_sep String event2JavaScript concode_elem_sep void send concode_elem_... | void function ( ) { servletRsp . setStatus ( HttpServletResponse . SC_OK ) ; servletRsp . setContentType ( "srini_string" ) ; servletOut = servletRsp . getWriter ( ) ; send ( START_DOCUMENT ) ; } |
22,259 | sets the rcatg_tm_codigo value for this astfichasdtatgitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String rcATG_Tm_Nombre concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int rcATG_Tm_Codigo concode_field_sep org... | void function ( int arg0 ) { this . rcATG_Tm_Codigo = arg0 ; } |
22,260 | creates and shows the dialog which allows user to choose credentials for login . concode_field_sep int mTitleLinkStart concode_elem_sep ArrayAdapter<Credential> mAdapter concode_elem_sep Credential[] mCredentials concode_elem_sep Context mContext concode_elem_sep Credential mCredential concode_elem_sep int mTitleLinkEn... | AccountChooserDialog function ( WindowAndroid arg0 , long arg1 , Credential [ ] arg2 , String arg3 , int arg4 , int arg5 , String arg6 , String arg7 ) { Activity loc0 = arg0 . getActivity ( ) . get ( ) ; if ( loc0 == null ) return null ; AccountChooserDialog loc1 = new AccountChooserDialog ( loc0 , arg1 , arg2 , arg3 ,... |
22,261 | sets hadoop map-reduce planner , a component which defines job execution plan based on job configuration and current grid topology . concode_field_sep int DFLT_MAX_TASK_QUEUE_SIZE concode_elem_sep boolean extExecution concode_elem_sep int maxTaskQueueSize concode_elem_sep boolean DFLT_EXTERNAL_EXECUTION concode_elem_se... | void function ( HadoopMapReducePlanner arg0 ) { this . planner = arg0 ; } |
22,262 | returns the owner of this setting concode_field_sep SettingOwner owner concode_elem_sep boolean editableWhenMultiple concode_elem_sep String name concode_elem_sep String comment concode_elem_sep Object value concode_elem_sep ArrayList constraints concode_elem_sep String version concode_elem_sep String key concode_elem_... | SettingOwner function ( ) { return owner ; } |
22,263 | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setId | String function ( ) { return id ; } |
22,264 | prints out the given warning and increments the warning count . concode_field_sep int warningCount concode_elem_sep StringMatcher classFilter concode_elem_sep PrintStream printStream concode_field_sep int getWarningCount concode_elem_sep boolean accepts concode_elem_sep boolean accepts | void function ( String arg0 ) { printStream . println ( arg0 ) ; warningCount ++ ; } |
22,265 | set the queue depth for handoffs from the consumer thread to the listener thread . default 1 up to 2 in process . concode_field_sep Pattern topicPattern concode_elem_sep AsyncListenableTaskExecutor consumerTaskExecutor concode_elem_sep long ackTime concode_elem_sep String[] topics concode_elem_sep int DEFAULT_PAUSE_AFT... | void function ( int arg0 ) { this . queueDepth = arg0 ; } |
22,266 | create an url from url components concode_field_sep Controller.RequestContext rc concode_elem_sep boolean wasInline concode_elem_sep Logger LOG concode_elem_sep int nestLevel concode_elem_sep Injector injector concode_elem_sep ViewContext vc concode_field_sep HttpServletRequest request concode_elem_sep boolean wasInlin... | String function ( String ... arg0 ) { return ujoin ( root ( ) , arg0 ) ; } |
22,267 | consulta el primer conductor del taxi concode_field_sep double ingresos concode_elem_sep Conductor conductorUno concode_elem_sep int modelo concode_elem_sep Conductor conductorDos concode_elem_sep String placa concode_elem_sep double gastos concode_field_sep double calcularAhorroConductores concode_elem_sep double darI... | Conductor function ( ) { return conductorUno ; } |
22,268 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
22,269 | sets the value of the argument property . concode_field_sep String argument concode_elem_sep WebpageConditionOperand operand concode_field_sep void setOperand concode_elem_sep WebpageConditionOperand getOperand concode_elem_sep String getArgument | void function ( String arg0 ) { this . argument = arg0 ; } |
22,270 | sets the imei of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void set... | void function ( java . lang . String arg0 ) { _kiemDemVien . setImei ( arg0 ) ; } |
22,271 | sets index . concode_field_sep String totalBibRecordsCount concode_elem_sep boolean showResults concode_elem_sep Integer totalPageCount concode_elem_sep boolean selectAll concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep String totalItemRecordsCount concode_elem_sep List<Stri... | void function ( Integer arg0 ) { this . index = arg0 ; } |
22,272 | gets the tiledmaptile that has the given id . concode_field_sep IntMap<TiledMapTile> tiles concode_elem_sep String name concode_elem_sep MapProperties properties concode_field_sep void setName concode_elem_sep Iterator<TiledMapTile> iterator concode_elem_sep String getName concode_elem_sep int size concode_elem_sep voi... | TiledMapTile function ( int arg0 ) { return tiles . get ( arg0 ) ; } |
22,273 | rounds out the current block to the next block bondary . if we are currently at a block boundary , nothing is done . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concod... | void function ( ) { int loc0 = bytesLeftInBlock ( ) ; if ( loc0 == 0 ) { return ; } write ( ZERO_BLOCK , loc0 ) ; assertAtBlockBoundary ( ) ; } |
22,274 | gets cdma cnap name associated with connection . concode_field_sep int PRESENTATION_PAYPHONE concode_elem_sep int PRESENTATION_RESTRICTED concode_elem_sep String LOG_TAG concode_elem_sep Object userData concode_elem_sep int PRESENTATION_ALLOWED concode_elem_sep int PRESENTATION_UNKNOWN concode_field_sep long getCreateT... | String function ( ) { return null ; } |
22,275 | sets the postpunctuation characters of this token . concode_field_sep String token concode_elem_sep String postpunctuation concode_elem_sep String whitespace concode_elem_sep int lineNumber concode_elem_sep String prepunctuation concode_elem_sep int position concode_field_sep String getWhitespace concode_elem_sep int g... | void function ( String arg0 ) { this . postpunctuation = arg0 ; } |
22,276 | detects common bzip2 suffixes in the given filename . concode_field_sep FileNameUtil fileNameUtil concode_field_sep String getUncompressedFilename concode_elem_sep String getCompressedFilename | boolean function ( final String arg0 ) { return fileNameUtil . isCompressedFilename ( arg0 ) ; } |
22,277 | registers an achievement page . concode_field_sep LinkedList<Achievement> achievements concode_elem_sep String name concode_elem_sep LinkedList<AchievementPage> achievementPages concode_field_sep AchievementPage getAchievementPage concode_elem_sep AchievementPage getAchievementPage concode_elem_sep String getName conco... | void function ( AchievementPage arg0 ) { if ( getAchievementPage ( arg0 . getName ( ) ) != null ) { throw new RuntimeException ( "srini_string" = "srini_string" ) ; } achievementPages . add ( arg0 ) ; } |
22,278 | obtain all property sets or an empty set if no properties were specified in the body . concode_field_sep String m_query concode_elem_sep Map<String,String> m_requestInfoProps concode_elem_sep Set<NamedPropertySet> m_propertySets concode_elem_sep String m_body concode_elem_sep String m_fields concode_field_sep void addR... | Set < NamedPropertySet > function ( ) { return m_propertySets ; } |
22,279 | logs a message to the main log stream . all attached logtargets will also receive this message . if the given log-level is higher than the given debug-level in the main config file , no logging will be done . the exception 's stacktrace will be appended to the log-stream concode_field_sep String contextPrefix concode_f... | void function ( final int arg0 , final Object arg1 , final Exception arg2 ) { if ( this . contextPrefix != null ) { Log . getInstance ( ) . doLog ( arg0 , new Log . SimpleMessage ( this . contextPrefix , "srini_string" , arg1 ) , arg2 ) ; } else { Log . getInstance ( ) . doLog ( arg0 , arg1 , arg2 ) ; } } |
22,280 | returns the cached entity referred to by entityid . concode_field_sep SingletonDoubleCheckedCreator<EntityCachingService> instanceHolder concode_field_sep void add concode_elem_sep EntityCachingService instance concode_elem_sep IEntityCachingService getEntityCachingService concode_elem_sep EntityCachingService createSi... | IBasicEntity function ( EntityIdentifier arg0 ) { return EntityCachingServiceLocator . getEntityCachingService ( ) . get ( arg0 . getType ( ) , arg0 . getKey ( ) ) ; } |
22,281 | remove a named variable from the map . concode_field_sep Environment m_systemWide concode_elem_sep Map<String,String> m_envVars concode_field_sep Set<String> getVariableNames concode_elem_sep void main concode_elem_sep Environment getSystemWide concode_elem_sep boolean containsEnvVariables concode_elem_sep String subst... | void function ( String arg0 ) { m_envVars . remove ( arg0 ) ; } |
22,282 | called to decide the parameter type of struct defined in xml format concode_field_sep boolean isPointer concode_elem_sep int offset concode_elem_sep Vector values concode_elem_sep int size concode_elem_sep String _xmltag concode_elem_sep int arraySize concode_elem_sep _FieldType fieldtype concode_elem_sep _FieldType ty... | boolean function ( Element arg0 ) { if ( arg0 != null && arg0 . getTagName ( ) == _xmltag && arg0 . hasAttribute ( "srini_string" ) && arg0 . getAttribute ( "srini_string" ) . equals ( ctype ) ) { return true ; } else if ( nesctype . equals ( "srini_string" ) && arg0 . getTagName ( ) . equals ( _xmltag ) ) { return tru... |
22,283 | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE c... | String function ( ) { return text ; } |
22,284 | this is called from cell.java when making the final transition to the goal state . this is done to allow feature functions to correct for partial estimates , since they now have the knowledge that the whole sentence is complete . basically , this is only used by languagemodelff , which does not score partial n-grams , ... | float function ( List < FeatureFunction > arg0 , List < HGNode > arg1 , int arg2 , int arg3 , SourcePath arg4 , Sentence arg5 ) { float loc0 = 0 ; for ( FeatureFunction loc1 : arg0 ) { loc0 += loc1 . computeFinalCost ( arg1 . get ( 0 ) , arg2 , arg3 , arg4 , arg5 ) ; } return loc0 ; } |
22,285 | provides the root of the session hierarchy for the given pm . concode_field_sep PlaceHolder placeHolder concode_field_sep T getPmChildOfType concode_elem_sep String getStyleClassesString concode_elem_sep boolean _findChangedPms concode_elem_sep Set<PmCacheApi.CacheKind> cacheKindArrayToSet concode_elem_sep List<PmObjec... | PmConversation function ( PmObject arg0 ) { PmConversation loc0 = arg0 . getPmConversation ( ) ; while ( loc0 . getPmParentConversation ( ) != null ) { loc0 = loc0 . getPmParentConversation ( ) ; } return loc0 ; } |
22,286 | clear the scale octave to save memory concode_field_sep int width concode_elem_sep int height concode_elem_sep float[] SIGMA_DIFF concode_elem_sep FloatArray2D[] d concode_elem_sep int STEPS concode_elem_sep FloatArray2D[][] l1 concode_elem_sep float[] SIGMA concode_elem_sep float K concode_elem_sep float[][] KERNEL_DI... | void function ( ) { this . state = State . EMPTY ; this . d = null ; this . l = null ; this . l1 = null ; } |
22,287 | handle an incoming signal . concode_field_sep boolean registered concode_elem_sep Logger LOG concode_elem_sep sun.misc.SignalHandler prevHandler concode_field_sep void register | void function ( Signal arg0 ) { LOG . info ( "srini_string" , arg0 . getNumber ( ) , arg0 . getName ( ) ) ; prevHandler . handle ( arg0 ) ; } |
22,288 | gets the old value of the property . concode_field_sep T newValue concode_elem_sep String propertyName concode_elem_sep Object source concode_elem_sep T oldValue concode_field_sep Object getSource concode_elem_sep String toString concode_elem_sep T getNewValue concode_elem_sep String getPropertyName | T function ( ) { return oldValue ; } |
22,289 | get the method name . concode_field_sep String[] parameterTypes concode_elem_sep Map<String,Class<?>> PRIMITIVES concode_elem_sep MethodIdentifier HASH_CODE concode_elem_sep int hashCode concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep MethodIdentifier TO_STRING concode_elem_sep Stri... | String function ( ) { return name ; } |
22,290 | describe setaddress method here . concode_field_sep String name concode_elem_sep String password concode_elem_sep String[] numbers concode_elem_sep long id concode_elem_sep String address concode_field_sep void setName concode_elem_sep void setPhoneNumbers concode_elem_sep void setPassword concode_elem_sep void removeP... | void function ( String arg0 ) { this . address = arg0 ; } |
22,291 | gets the value of the href property . concode_field_sep Request request concode_elem_sep List<Response> response concode_elem_sep String name concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> any concod... | String function ( ) { return href ; } |
22,292 | check to see if a file has the correct extension for a jdbc driver . zip and jar files are accepted concode_field_sep String DRIVER_INFO_ELEM_JDBCDRIVER concode_elem_sep String DATA_SOURCE_ID concode_elem_sep String DRIVER_DIRECTORY concode_elem_sep String DRIVER_INFO_EXTENSION concode_elem_sep String DRIVER_INFO_ATTR_... | boolean function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; return loc0 . endsWith ( "srini_string" ) || loc0 . endsWith ( "srini_string" ) ; } |
22,293 | to get single bean of specified type . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<T> getBeansOfType concode_elem_sep Map<String,T> initializeBeans concode_elem_sep Map<String,T> getBeansFromContext concode_elem_sep T getBeanFromContext | T function ( ApplicationContext arg0 , Class < T > arg1 ) { Collection < T > loc0 = getBeansOfType ( arg0 , arg1 ) ; if ( loc0 . size ( ) != 1 ) { throw new NoSuchBeanDefinitionException ( "srini_string" + arg1 . getName ( ) + "srini_string" + arg0 . getDisplayName ( ) ) ; } return loc0 . iterator ( ) . next ( ) ; } |
22,294 | creates a header element . called from #parseheaderelement . concode_field_sep BasicHeaderValueParser INSTANCE concode_elem_sep char[] ALL_DELIMITERS concode_elem_sep char PARAM_DELIMITER concode_elem_sep char ELEM_DELIMITER concode_elem_sep BasicHeaderValueParser DEFAULT concode_field_sep HeaderElement parseHeaderElem... | HeaderElement function ( final String arg0 , final String arg1 , final NameValuePair [ ] arg2 ) { return new BasicHeaderElement ( arg0 , arg1 , arg2 ) ; } |
22,295 | gets host name of the interface that the taskmanager uses to communicate . concode_field_sep String hostname concode_elem_sep Configuration configuration concode_elem_sep long serialVersionUID concode_elem_sep String[] tmpDirectories concode_field_sep Configuration getConfiguration concode_elem_sep String[] getTmpDirec... | String function ( ) { return hostname ; } |
22,296 | create an instance of jaxbelement concode_field_sep QName _AuthnContext_QNAME concode_elem_sep QName _Conditions_QNAME concode_elem_sep QName _Attribute_QNAME concode_elem_sep QName _Audience_QNAME concode_elem_sep QName _Assertion_QNAME concode_elem_sep QName _AuthnStatement_QNAME concode_elem_sep QName _Condition_QNA... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _AuthnContextClassRef_QNAME , String . class , null , arg0 ) ; } |
22,297 | get arrayarrayofmodel concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_... | List < List < ReadOnlyFirst >> function ( ) { return arrayArrayOfModel ; } |
22,298 | returns true if this container has an association to a value for the given key . concode_field_sep ObjectObjectOpenHashMap<KType,VType> map concode_elem_sep ImmutableOpenMap EMPTY concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep... | boolean function ( KType arg0 ) { return map . containsKey ( arg0 ) ; } |
22,299 | get a list of available syllabifier names . concode_field_sep String DEFAULT_SYLLABIFIER_LANG_PROP concode_elem_sep String SYLLABIFIER_LIBRARY_LIST concode_elem_sep List<Syllabifier> availableSyllabifiers concode_elem_sep ResourceLoader<Syllabifier> resLoader concode_elem_sep ExtensionSupport extSupport concode_elem_se... | List < String > function ( ) { final List < String > loc0 = new ArrayList < String > ( ) ; final Iterator < Syllabifier > loc1 = availableSyllabifiers ( ) ; while ( loc1 . hasNext ( ) ) { final Syllabifier loc2 = loc1 . next ( ) ; loc0 . add ( loc2 . getName ( ) ) ; } return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.