idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
12,300 | sets the value of the numrequests property . concode_field_sep List<String> path concode_elem_sep List<AdUnitSize> suggestedAdUnitSizes concode_elem_sep List<AdUnitParent> parentPath concode_elem_sep Long numRequests concode_elem_sep String id concode_elem_sep TargetPlatform targetPlatform concode_elem_sep AdUnitTarget... | void function ( Long arg0 ) { this . numRequests = arg0 ; } |
12,301 | go to previous page in history . we manage our own history 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 parentWebV... | boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; } |
12,302 | generate the random prefix . copied from : com.vportal.portlet.newsadmin.utils.newsutils concode_field_sep PlaceHolder placeHolder concode_field_sep String dateParser concode_elem_sep Date dateParser concode_elem_sep String trimString | String function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; String loc1 = String . valueOf ( loc0 . getTimeInMillis ( ) ) ; if ( Validator . isNotNull ( loc1 ) && loc1 . length ( ) > 23 ) { loc1 = loc1 . substring ( 10 , 23 ) ; } return loc1 ; } |
12,303 | returns the object . concode_field_sep long serialVersionUID concode_elem_sep Comparable key concode_elem_sep Object object concode_field_sep Comparable getKey concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void setObject | Object function ( ) { return this . object ; } |
12,304 | gets the minimum y coordinate of the rendering-independent image data . concode_field_sep ContextualRenderedImageFactory myCRIF concode_elem_sep Rectangle2D boundingBox concode_elem_sep ParameterBlock paramBlock concode_field_sep RenderedImage createRendering concode_elem_sep Object getProperty concode_elem_sep boolean... | float function ( ) { if ( boundingBox == null ) { boundingBox = myCRIF . getBounds2D ( paramBlock ) ; } return ( float ) boundingBox . getMinY ( ) ; } |
12,305 | gets the rolename value for this userrecord . concode_field_sep java.lang.Long roleId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String roleName concode_elem_sep boolean __hashCodeCalc co... | java . lang . String function ( ) { return roleName ; } |
12,306 | checks if there is any note added for this response . concode_field_sep String note concode_elem_sep String type concode_elem_sep String url concode_field_sep String getURL concode_elem_sep String getNoteDisplay concode_elem_sep String getType concode_elem_sep String getNote | boolean function ( ) { return ( this . note != null ) ; } |
12,307 | getstatus concode_field_sep URL DEFAULT_INVOKE_URL concode_elem_sep boolean m_verbose concode_elem_sep Status m_status concode_elem_sep URL m_invokeURL concode_field_sep void queryStatus concode_elem_sep void setInvokeURL concode_elem_sep boolean isVerbose concode_elem_sep void main concode_elem_sep void setVerbose con... | Status function ( ) { return m_status ; } |
12,308 | show as local notification when in background . 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_... | void function ( ) { int loc0 = getOptions ( ) . getId ( ) ; if ( Build . VERSION . SDK_INT <= 15 ) { getNotMgr ( ) . notify ( loc0 , builder . getNotification ( ) ) ; } else { getNotMgr ( ) . notify ( loc0 , builder . build ( ) ) ; } } |
12,309 | start reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions ... | void function ( ) { presenter . addAllPositions ( removedPositions ) ; removedPositionCount = removedPositions . size ( ) ; } |
12,310 | sadece tip adi ve indeksine gore belirlenir . concode_field_sep boolean ekKisitlayici concode_elem_sep boolean sesliEkIleOlusur concode_elem_sep boolean yapiBozucu concode_elem_sep KokOzelDurumTipi tip concode_elem_sep Set<Ek> gelebilecekEkler concode_elem_sep boolean secimlik concode_field_sep Set geleibilecekEkler co... | int function ( ) { return tip . ad ( ) . hashCode ( ) * tip . indeks ( ) ; } |
12,311 | returns the composite type which corresponds to this instance of compositedata . concode_field_sep SortedMap<String,Object> contents concode_elem_sep long serialVersionUID concode_elem_sep CompositeType compositeType concode_field_sep Object[] getAll concode_elem_sep boolean containsKey concode_elem_sep int hashCode co... | CompositeType function ( ) { return compositeType ; } |
12,312 | sets the green value of the color . value must be within the range 0 , 255 . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep String OUTOFRANGE concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_se... | void function ( int arg0 ) { if ( withinRange ( arg0 ) ) { this . green = arg0 ; } else { throw new IllegalArgumentException ( OUTOFRANGE + arg0 ) ; } } |
12,313 | this will set the list of thread beads . concode_field_sep PDResources pageResources concode_elem_sep PDRectangle mediaBox concode_elem_sep COSDictionary page concode_field_sep PDRectangle getBBox concode_elem_sep void setActions concode_elem_sep PDRectangle getArtBox concode_elem_sep int getRotation concode_elem_sep P... | void function ( List < PDThreadBead > arg0 ) { page . setItem ( COSName . B , COSArrayList . converterToCOSArray ( arg0 ) ) ; } |
12,314 | updates the min/max cache to include this point . concode_field_sep Set<MinMaxChangeListener> xMinMaxListeners concode_elem_sep double maxX concode_elem_sep XYPlotLine line concode_elem_sep double maxY concode_elem_sep double oldMinX concode_elem_sep DoubleData yData concode_elem_sep double oldMinY concode_elem_sep Set... | void function ( double arg0 , double arg1 ) { if ( arg0 > maxX ) { maxX = arg0 ; } if ( arg0 < minX ) { minX = arg0 ; } if ( arg1 > maxY ) { maxY = arg1 ; } if ( arg1 < minY ) { minY = arg1 ; } } |
12,315 | gets the value of the index property . concode_field_sep String index concode_elem_sep List<Position> position concode_field_sep List<Position> getPosition concode_elem_sep void setIndex | String function ( ) { return index ; } |
12,316 | getter method for customerid concode_field_sep String fatherName concode_elem_sep String education concode_elem_sep String gender concode_elem_sep String houseStatus concode_elem_sep String panNo concode_elem_sep String maritialStatus concode_elem_sep String drivLicNo concode_elem_sep Date docDate concode_elem_sep long... | Integer function ( ) { return customerId ; } |
12,317 | create an instance of userprofilesandpermissionsresponse concode_field_sep QName _UserProfilesAndPermissionsResponse_QNAME concode_elem_sep QName _ValidateAuthenticatedCookieRequest_QNAME concode_elem_sep QName _QueryAuthenticationAndAuthorizationResponse_QNAME concode_elem_sep QName _ResetUserPasswordRequest_QNAME con... | UserProfilesAndPermissionsResponse function ( ) { return new UserProfilesAndPermissionsResponse ( ) ; } |
12,318 | if arrays are of different lengths , this method expands the shorter array with zeros so that both are of equal length . concode_field_sep double[] initialState concode_elem_sep double[] aCoefficients concode_elem_sep int numberOfCoefficients concode_elem_sep double[] bCoefficients concode_field_sep RealVector calculat... | void function ( ) { int loc0 = Math . max ( aCoefficients . length , bCoefficients . length ) ; bCoefficients = ArrayOperations . padArrayWithZerosToSize ( bCoefficients , loc0 ) ; aCoefficients = ArrayOperations . padArrayWithZerosToSize ( aCoefficients , loc0 ) ; } |
12,319 | returns the singleton instance of jinglemanager , creating it if necessary . concode_field_sep JingleStateManager singleton concode_elem_sep Object LOCK concode_elem_sep Map<ChatRoom,JingleRoomState> jingleRooms concode_field_sep void removeJingleSession concode_elem_sep JingleRoomState getJingleRoomState concode_elem_... | JingleStateManager function ( ) { synchronized ( LOCK ) { if ( null == singleton ) { JingleStateManager loc0 = new JingleStateManager ( ) ; singleton = loc0 ; return loc0 ; } } return singleton ; } |
12,320 | instructs the specified browser to back off from ajax push listen for the specified number of milliseconds . concode_field_sep int browserCounter concode_elem_sep PushGroupManager pushGroupManager concode_elem_sep int subCounter concode_elem_sep Logger log concode_elem_sep String BrowserIDCookieName concode_field_sep v... | void function ( final String arg0 , final long arg1 ) { pushGroupManager . backOff ( arg0 , arg1 ) ; } |
12,321 | allows to define if the program is running on a windows operating system . concode_field_sep int SCARD_PROTOCOL_T0 concode_elem_sep int SCARD_ABSENT concode_elem_sep int SCARD_PRESENT_MUSCLE concode_elem_sep int SCARD_POWERED_MUSCLE concode_elem_sep int SCARD_UNKNOWN concode_elem_sep int SCARD_NEGOTIABLE concode_elem_s... | boolean function ( ) { return ( getPlatformName ( ) . contains ( "srini_string" ) ) ; } |
12,322 | sets the world space coordinates of the lens flare . make sure this is the same position as the light position for which to apply the lens flare effect . concode_field_sep Number3D mPosition concode_elem_sep Number3D mScreenPosition concode_elem_sep int mSize concode_elem_sep float mDistance concode_elem_sep float mOpa... | void function ( Number3D arg0 ) { mPosition . setAllFrom ( arg0 ) ; } |
12,323 | get the normalised value of the string . concode_field_sep PlaceHolder placeHolder concode_field_sep QName toQName concode_elem_sep String toQualifiedName concode_elem_sep String toQualifiedName | String function ( final String arg0 ) { if ( arg0 == null ) { return "srini_string" ; } else { return arg0 ; } } |
12,324 | sets the ip validation . concode_field_sep String consentAuthnReq concode_elem_sep String eIDSectorShare concode_elem_sep String protocolBinding concode_elem_sep String formatEntity concode_elem_sep boolean friendlyName concode_elem_sep Properties samlCoreProp concode_elem_sep boolean oneTimeUse concode_elem_sep Intege... | void function ( final boolean arg0 ) { this . ipValidation = arg0 ; } |
12,325 | get query status . concode_field_sep int[] attrTypes concode_elem_sep int total concode_elem_sep int status concode_elem_sep SphinxWordInfo[] words concode_elem_sep String error concode_elem_sep float time concode_elem_sep String warning concode_elem_sep String[] fields concode_elem_sep int totalFound concode_elem_sep ... | int function ( ) { return status ; } |
12,326 | get custom deserializer concode_field_sep com.netsuite.webservices.platform.faults_2014_2.types.StatusDetailCodeType code concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String message concod... | 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 ) ; } |
12,327 | sets the charset to be used when encoding ch.boye.httpclientandroidlib.auth.credentials . concode_field_sep PlaceHolder placeHolder concode_field_sep String getCredentialCharset | void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( AuthPNames . CREDENTIAL_CHARSET , arg1 ) ; } |
12,328 | tests an empty begin / commit concode_field_sep String nodeName concode_elem_sep String MODULE_NAME concode_elem_sep Logger logger concode_elem_sep String APP_NAME concode_field_sep void testEmptyTxRollback concode_elem_sep void testMandatoryTxOnSLSB concode_elem_sep void beforeTest concode_elem_sep Archive<?> createDe... | void function ( ) { final UserTransaction loc0 = EJBClient . getUserTransaction ( nodeName ) ; loc0 . begin ( ) ; loc0 . commit ( ) ; } |
12,329 | sets the value of the numberoffileslimited property . concode_field_sep String logFilename concode_elem_sep Boolean loggingEnabled concode_elem_sep Boolean rotateLogOnStartup concode_elem_sep String rotationType concode_elem_sep String rotationTime concode_elem_sep BigInteger fileTimeSpan concode_elem_sep String id con... | void function ( final Boolean arg0 ) { this . numberOfFilesLimited = arg0 ; } |
12,330 | set the system identifier for this locator . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep int getColumnNu... | void function ( String arg0 ) { this . systemId = arg0 ; } |
12,331 | writes len characters of str , starting at character offset , to the clob value that this clob represents . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep java.io.OutputStream setAsciiStream concode_elem_sep void truncate concode_elem_sep long length concode_elem_sep ... | int function ( long arg0 , String arg1 , int arg2 , int arg3 ) { throw jdbcDriver . notSupported ; } |
12,332 | verify that the current time is within the validity period . concode_field_sep String NAME concode_elem_sep Date notAfter concode_elem_sep String IDENT concode_elem_sep String NOT_AFTER concode_elem_sep String NOT_BEFORE concode_elem_sep Date notBefore concode_elem_sep long YR_2050 concode_field_sep void encode concode... | void function ( ) { Date loc0 = new Date ( ) ; valid ( loc0 ) ; } |
12,333 | reads a template file and substitutes variables of the format $ foo . concode_field_sep ListMultimap<String,RuleDocumentationAttribute> attributeDocEntries concode_elem_sep String javaSourceFilePath concode_elem_sep ConfiguredRuleClassProvider ruleClassProvider concode_elem_sep String LS concode_elem_sep Collection<Rul... | String function ( String arg0 , final Map < String , String > arg1 ) { final StringBuilder loc0 = new StringBuilder ( ) ; readTextFile ( arg0 , new ReadAction ( ) { @ Override public void readLineImpl ( String arg2 ) { loc0 . append ( expandVariables ( arg2 , arg1 ) ) . append ( LS ) ; } } ) ; return loc0 . toString ( ... |
12,334 | sets the value of the governingagreements property . concode_field_sep List<ExtensionType> extension concode_elem_sep NymType nym concode_elem_sep ExtensionOnlyType writtenConsent concode_elem_sep PhysicalVerification physicalVerification concode_elem_sep GoverningAgreementsType governingAgreements concode_field_sep vo... | void function ( GoverningAgreementsType arg0 ) { this . governingAgreements = arg0 ; } |
12,335 | returns the number of the last excuted or redone operation . numbering : the first executed operation since history startup or since the last history cleanup , is numbered 1 . concode_field_sep int firstNewOp concode_elem_sep Vector ops concode_field_sep boolean containsOperation concode_elem_sep Object redoOperation c... | int function ( ) { return firstNewOp ; } |
12,336 | called when a dictionary is added to the sdchmanager for the target url . override this method if caller would like to get notified . concode_field_sep ConditionVariable mAddBlock concode_elem_sep boolean mDictionaryAlreadyPresent concode_field_sep void onAddSdchObserverCompleted concode_elem_sep void onDictionarySetAl... | void function ( ) { } |
12,337 | implements pathhandler #linetoabs float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep void curvetoCub... | void function ( float arg0 , float arg1 ) { path . lineTo ( xCenter = currentX = arg0 , yCenter = currentY = arg1 ) ; } |
12,338 | set the thread local log info with the context of the given action bean . concode_field_sep PlaceHolder placeHolder concode_field_sep void clearLogPrefix concode_elem_sep XLog setLogPrefix | void function ( WorkflowActionBean arg0 ) { XLog . Info . get ( ) . setParameter ( DagXLogInfoService . JOB , arg0 . getJobId ( ) ) ; XLog . Info . get ( ) . setParameter ( DagXLogInfoService . TOKEN , arg0 . getLogToken ( ) ) ; XLog . Info . get ( ) . setParameter ( DagXLogInfoService . ACTION , arg0 . getId ( ) ) ; X... |
12,339 | returns the index of the value in a option list . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueTyp... | int function ( String arg0 ) { if ( options != null ) { for ( int loc0 = 0 ; loc0 < options . length ; loc0 ++ ) { String loc1 = options [ loc0 ] ; if ( arg0 . equalsIgnoreCase ( loc1 ) ) { return loc0 ; } } } return - 1 ; } |
12,340 | adds the structure to the intent to look like an app link and returns the extras section which is where the messenger parameters go . concode_field_sep ContentResolver mMockContentResolver concode_elem_sep PackageManager mMockPackageManager concode_elem_sep Activity mMockActivity concode_field_sep void testShareToMesse... | Bundle function ( Intent arg0 ) { Bundle loc0 = new Bundle ( ) ; arg0 . putExtra ( "srini_string" , loc0 ) ; Bundle loc1 = new Bundle ( ) ; loc0 . putBundle ( "srini_string" , loc1 ) ; return loc1 ; } |
12,341 | return the compressed bytes . concode_field_sep byte[] bytes concode_elem_sep int crc32 concode_field_sep void writeTo concode_elem_sep String string concode_elem_sep int hashCode concode_elem_sep void assertConsistent concode_elem_sep CompressedXContent readCompressedString concode_elem_sep boolean equals concode_elem... | byte [ ] function ( ) { return this . bytes ; } |
12,342 | gets the contents . concode_field_sep int[] tableResource concode_elem_sep int[] cellTypes concode_elem_sep int[] rowTextColor concode_elem_sep String[] titles concode_elem_sep int[] rowTextSize concode_elem_sep AbTable mAbTable concode_elem_sep int mScreenWidth concode_elem_sep int[] cellWidth concode_elem_sep AbOnIte... | List < String [ ] > function ( ) { return contents ; } |
12,343 | indicates the strict mode for this nysiis encoder . concode_field_sep char[] CHARS_C concode_elem_sep char[] CHARS_G concode_elem_sep char[] CHARS_SSS concode_elem_sep char[] CHARS_N concode_elem_sep char[] CHARS_S concode_elem_sep int TRUE_LENGTH concode_elem_sep Pattern PAT_MAC concode_elem_sep Pattern PAT_KN concode... | boolean function ( ) { return this . strict ; } |
12,344 | reads the raw packet data from the data stream . concode_field_sep int entityId concode_elem_sep byte yaw concode_field_sep byte getYaw concode_elem_sep void writePacketData concode_elem_sep void processPacket concode_elem_sep Entity getEntity | void function ( PacketBuffer arg0 ) { this . entityId = arg0 . readVarIntFromBuffer ( ) ; this . yaw = arg0 . readByte ( ) ; } |
12,345 | constructs and returns an objectanimator that animates coordinates along a path usingtwo properties . a path animation moves in two dimensions , animating coordinates x , y together to follow the line . in this variation , the coordinates are integersthat are set to separate properties designated by xpropertyname and y... | ObjectAnimator function ( Object arg0 , String arg1 , String arg2 , Path arg3 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . LOLLIPOP ) { return ObjectAnimatorCompatLollipop . ofInt ( arg0 , arg1 , arg2 , arg3 ) ; } return ObjectAnimatorCompatBase . ofInt ( arg0 , arg1 , arg2 , arg3 ) ; } |
12,346 | sets the value of the configpropertytype property . concode_field_sep Description description concode_elem_sep ConfigPropertyName configPropertyName concode_elem_sep ConfigPropertyValue configPropertyValue concode_elem_sep String id concode_elem_sep ConfigPropertyType configPropertyType concode_field_sep ConfigProperty... | void function ( ConfigPropertyType arg0 ) { this . configPropertyType = arg0 ; } |
12,347 | set the name of the associated blueprint . ' concode_field_sep BlueprintEntity blueprint concode_elem_sep Collection<HostGroupComponentEntity> components concode_elem_sep String blueprintName concode_elem_sep Collection<HostGroupConfigEntity> configurations concode_elem_sep String name concode_elem_sep String cardinali... | void function ( String arg0 ) { this . blueprintName = arg0 ; } |
12,348 | get the class . concode_field_sep String pluginClass concode_elem_sep String service concode_elem_sep boolean onload concode_elem_sep CordovaPlugin plugin concode_field_sep CordovaPlugin createPlugin concode_elem_sep boolean isCordovaPlugin | Class function ( final String arg0 ) { Class loc0 = null ; if ( ( arg0 != null ) && ! ( "srini_string" . equals ( arg0 ) ) ) { loc0 = Class . forName ( arg0 ) ; } return loc0 ; } |
12,349 | return an empty matcher which matches no stops . concode_field_sep long serialVersionUID concode_elem_sep HashSet<AgencyAndId> agencyAndStopIds concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isEmpty concode_elem_sep StopMatcher clone concode_elem_sep String toString concode_elem... | StopMatcher function ( ) { return new StopMatcher ( ) ; } |
12,350 | the type of alarm history item . constraints : allowed values : configurationupdate , stateupdate , action concode_field_sep String historySummary concode_elem_sep String historyItemType concode_elem_sep String alarmName concode_elem_sep String historyData concode_elem_sep java.util.Date timestamp concode_field_sep Str... | void function ( HistoryItemType arg0 ) { this . historyItemType = arg0 . toString ( ) ; } |
12,351 | gets the value of the id property . concode_field_sep ResSharingScopeType resSharingScope concode_elem_sep FullyQualifiedClassType resType concode_elem_sep List<InjectionTargetType> injectionTarget concode_elem_sep JndiNameType resRefName concode_elem_sep List<DescriptionType> description concode_elem_sep ResAuthType r... | java . lang . String function ( ) { return id ; } |
12,352 | increments multiple counters by their amounts in another counters instance . concode_field_sep Log LOG concode_elem_sep Map<String,G> fgroups concode_elem_sep Map<String,String> legacyMap concode_elem_sep Limits limits concode_elem_sep Map<String,G> groups concode_elem_sep Map<Enum<?>,C> cache concode_elem_sep CounterG... | void function ( AbstractCounters < C , G > arg0 ) { for ( G loc0 : arg0 ) { String loc1 = loc0 . getName ( ) ; G loc2 = ( isFrameworkGroup ( loc1 ) ? fgroups : groups ) . get ( loc1 ) ; if ( loc2 == null ) { loc2 = addGroup ( loc1 , loc0 . getDisplayName ( ) ) ; } loc2 . incrAllCounters ( loc0 ) ; } } |
12,353 | sets the maximum number of lines . concode_field_sep float leading concode_elem_sep int NO_MORE_COLUMN concode_elem_sep int alignment concode_elem_sep ArrayList chunks concode_elem_sep String splittedChunkText concode_elem_sep int NO_MORE_TEXT concode_elem_sep PdfChunk currentStandbyChunk concode_elem_sep int maxLines ... | void function ( int arg0 ) { this . maxLines = arg0 ; } |
12,354 | setter method for callbackdetails concode_field_sep int subSubCatId concode_elem_sep int subCatId concode_elem_sep long serialVersionUID concode_elem_sep String caseType concode_elem_sep String description concode_elem_sep int callBackTemplateID concode_elem_sep List caseTypeDetails concode_elem_sep int educationalTemp... | void function ( List arg0 ) { this . callBackDetails = arg0 ; } |
12,355 | retrieve a previously recorded indexsearcher , if it has not yet been closed note : this may return null when the requested searcher has already timed out . when this happens you should notify your user that their session timed out and that they 'll have to restart their search . if this returns a non-null result , you... | IndexSearcher function ( long arg0 ) { ensureOpen ( ) ; final SearcherTracker loc0 = searchers . get ( arg0 ) ; if ( loc0 != null && loc0 . searcher . getIndexReader ( ) . tryIncRef ( ) ) { return loc0 . searcher ; } return null ; } |
12,356 | adds an linked item to the list of linked items this is an internal method that must not be called by clients . concode_field_sep ChannelUID uid concode_elem_sep ChannelTypeUID channelTypeUID concode_elem_sep Configuration configuration concode_elem_sep String description concode_elem_sep Set<Item> linkedItems concode_... | void function ( Item arg0 ) { this . linkedItems . add ( arg0 ) ; } |
12,357 | find a method to handle the given exception type . this can beuseful if an exception instance is not available e.g. for tools . concode_field_sep Method NO_METHOD_FOUND concode_elem_sep Map<Class<? extends Throwable>,Method> exceptionLookupCache concode_elem_sep Map<Class<? extends Throwable>,Method> mappedMethods conc... | Method function ( Class < ? extends Exception > arg0 ) { Method loc0 = this . exceptionLookupCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = getMappedMethod ( arg0 ) ; this . exceptionLookupCache . put ( arg0 , ( loc0 != null ? loc0 : NO_METHOD_FOUND ) ) ; } return ( loc0 != NO_METHOD_FOUND ? loc0 : null ) ; } |
12,358 | helper method to check if message is initialized . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode... | MessageType function ( MessageType arg0 ) { if ( arg0 != null && ! arg0 . isInitialized ( ) ) { throw newUninitializedMessageException ( arg0 ) . asInvalidProtocolBufferException ( ) . setUnfinishedMessage ( arg0 ) ; } return arg0 ; } |
12,359 | returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode... | void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len... |
12,360 | withtreelock concode_field_sep PollEvent m_cause concode_elem_sep Scope m_scope concode_elem_sep PollableContainer m_parent concode_elem_sep PollStatus m_status concode_elem_sep boolean m_statusChanged concode_elem_sep boolean m_deleted concode_field_sep PollableElement selectPollElement concode_elem_sep void visitThis... | T function ( Callable < T > arg0 , long arg1 ) { try { obtainTreeLock ( arg1 ) ; return arg0 . call ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Throwable loc0 ) { throw new RuntimeException ( loc0 ) ; } finally { releaseTreeLock ( ) ; } } |
12,361 | pre : cierto post : devuelve el titulo . concode_field_sep String descripcion concode_elem_sep String especie concode_elem_sep String estado concode_elem_sep double precio concode_elem_sep String titulo concode_elem_sep String rutaImagen concode_elem_sep int idAnuncio concode_elem_sep String tipoIntercambio concode_ele... | String function ( ) { return titulo ; } |
12,362 | removes bottom header concode_field_sep boolean compact concode_elem_sep Vector<String> values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep ... | void function ( ) { values . removeElementAt ( values . size ( ) - 1 ) ; } |
12,363 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.MediaSize key concode_field_sep com.googl... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
12,364 | returns a hash code value for this bit array . concode_field_sep byte[][] NYBBLE concode_elem_sep byte[] repn concode_elem_sep int BYTES_PER_LINE concode_elem_sep int length concode_elem_sep int BITS_PER_UNIT concode_field_sep boolean[] toBooleanArray concode_elem_sep void set concode_elem_sep int subscript concode_ele... | int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < repn . length ; loc1 ++ ) loc0 = 31 * loc0 + repn [ loc1 ] ; return loc0 ^ length ; } |
12,365 | append the string to this stringbuffer . concode_field_sep int DEFAULT_CAPACITY concode_elem_sep int count concode_elem_sep char[] value concode_field_sep void ensureCapacity_unsynchronized concode_elem_sep String toString | StringBuffer function ( String arg0 ) { if ( arg0 == null ) arg0 = "srini_string" ; int loc0 = arg0 . length ( ) ; ensureCapacity_unsynchronized ( count + loc0 ) ; arg0 . getChars ( 0 , loc0 , value , count ) ; count += loc0 ; return this ; } |
12,366 | returns a new array containing all of a , with additional extra space added zero initialized . concode_field_sep PlaceHolder placeHolder concode_field_sep void print concode_elem_sep void print concode_elem_sep int argmax concode_elem_sep void forEach concode_elem_sep void forEach concode_elem_sep boolean equals concod... | double [ ] function ( double [ ] arg0 , int arg1 ) { double [ ] loc0 = new double [ arg0 . length + arg1 ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; return loc0 ; } |
12,367 | get the application context associated with this request . concode_field_sep boolean privileged concode_elem_sep boolean backgroundThread concode_elem_sep boolean skipNetwork concode_elem_sep int targetSize concode_elem_sep boolean skipDisk concode_elem_sep boolean skipMemory concode_elem_sep Context context concode_el... | Context function ( ) { return context ; } |
12,368 | if network hardware on a node was replaced , the identity will change . concode_field_sep String identity concode_elem_sep Logger log concode_elem_sep String NODE_IDENTITY concode_elem_sep ArrayList<String> formerIdentities concode_elem_sep NodeIdentity instance concode_elem_sep String FORMER_IDENTITIES concode_elem_se... | List < String > function ( ) { if ( instance == null ) { instance = new NodeIdentity ( ) ; log . info ( "srini_string" , instance . identity ) ; } return new ArrayList < String > ( instance . formerIdentities ) ; } |
12,369 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity concode_elem_sep String eTag concode_field_sep UpdateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity concode_elem_sep String getETag... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( cloudFrontOriginAccessIdentity != null ) loc0 . append ( "srini_string" + cloudFrontOriginAccessIdentity + "srini_string" ) ; if ( eTag != null ) loc0 . append ( "srini_string" + eTag + "srini_string" ) ; loc0 . a... |
12,370 | return the response that #dofilter has been called with . concode_field_sep Servlet delegateServlet concode_elem_sep ServletRequest request concode_elem_sep Iterator<Filter> iterator concode_elem_sep ServletResponse response concode_elem_sep List<Filter> filters concode_field_sep void init concode_elem_sep ServletReque... | ServletResponse function ( ) { return this . response ; } |
12,371 | write trace information as a method call in the form objectname.methodname param where the parameter is formatted as a long value . concode_field_sep int XID concode_elem_sep int XA_DATA_SOURCE concode_elem_sep int PREPARED_STATEMENT concode_elem_sep int SAVEPOINT concode_elem_sep int CLOB concode_elem_sep int DATA_SOU... | void function ( String arg0 , long arg1 ) { if ( trace . isDebugEnabled ( ) ) { trace . debugCode ( getTraceObjectName ( ) + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } } |
12,372 | this method was generated by mybatis generator . this method returns the value of the database column weiz_content . detailgrouping concode_field_sep String summary concode_elem_sep Integer catlogid concode_elem_sep Integer sequence concode_elem_sep Date createtime concode_elem_sep Integer detailgrouping concode_elem_s... | Integer function ( ) { return detailgrouping ; } |
12,373 | detail typu + update a delete concode_field_sep HttpServletRequest request concode_elem_sep String REST_PREFIX concode_field_sep String centreHours concode_elem_sep String logout concode_elem_sep String host concode_elem_sep String reservation concode_elem_sep String reservation concode_elem_sep String centre concode_e... | String function ( long arg0 ) { return host ( ) + "srini_string" + REST_PREFIX + "srini_string" + arg0 ; } |
12,374 | sets the wrapped log handler . concode_field_sep Level logLevel concode_elem_sep LogHandler wrapped concode_field_sep void ensureLogHandler concode_elem_sep Level getLevel concode_elem_sep void onLog concode_elem_sep void setLevel | void function ( LogHandler arg0 ) { this . wrapped = arg0 ; } |
12,375 | it used to be that for commons-upload fileuploadioexception exceptions , fileinfo.getexception would return a fileuploadioexception , and inputfile.getuploadexception would return the actual useful subclass , gotten from fileinfo.getexception . getcause . now , they both return the same useful subclass . concode_field_... | Exception function ( ) { return exception ; } |
12,376 | writes a map header . concode_field_sep ThreadLocal<TypedBytesOutput> TB_OUT concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeFloat concode_elem_sep void writeBool conc... | void function ( int arg0 ) { out . write ( Type . MAP . code ) ; out . writeInt ( arg0 ) ; } |
12,377 | returns the user id mapper with the primary key . concode_field_sep UserIdMapperLocalService _userIdMapperLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.model.UserIdMapper fetchUserIdMapper concode_elem_sep UserIdMapperLocalService getWrappedUserIdMapperLocalService concode_el... | com . liferay . portal . model . UserIdMapper function ( long arg0 ) { return _userIdMapperLocalService . getUserIdMapper ( arg0 ) ; } |
12,378 | documentation pending concode_field_sep boolean negative concode_elem_sep Integer hours concode_elem_sep Integer months concode_elem_sep Integer weeks concode_elem_sep boolean bounded concode_elem_sep Log log concode_elem_sep Integer minutes concode_elem_sep long WEEKS concode_elem_sep Integer years concode_elem_sep Lo... | void function ( ) { log . debug ( "srini_string" ) ; this . reset ( ) ; this . createIso8601TimeInterval ( ) ; } |
12,379 | returns the primary key of this adv item . concode_field_sep AdvItem _advItem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode... | long function ( ) { return _advItem . getPrimaryKey ( ) ; } |
12,380 | gets the value of the radionuclidedetail property . concode_field_sep HazardousCommodityQuantityDetail quantity concode_elem_sep List<HazardousCommodityInnerReceptacleDetail> innerReceptacles concode_elem_sep HazardousCommodityOptionDetail options concode_elem_sep HazardousCommodityDescription description concode_elem_... | RadionuclideDetail function ( ) { return radionuclideDetail ; } |
12,381 | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concod... | void function ( int arg0 , int arg1 , Intent arg2 ) { } |
12,382 | return the track speed concode_field_sep double heading concode_elem_sep double alt concode_elem_sep double lon concode_elem_sep double time concode_elem_sep double lat concode_elem_sep double speed concode_field_sep Point4D asPoint4D concode_elem_sep double getLongitude concode_elem_sep double getAltitude concode_elem... | double function ( ) { return speed ; } |
12,383 | returns the name of this command . this can be the field , function or query grouped by . concode_field_sep String _name concode_elem_sep Integer _ngroups concode_elem_sep int _matches concode_elem_sep List<Group> _values concode_field_sep void add concode_elem_sep Integer getNGroups concode_elem_sep List<Group> getVal... | String function ( ) { return _name ; } |
12,384 | returns the sql statement which retrieves the total number of bytes within a site-level collection skiping user folders . knl-1084 , sak-22169 concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql co... | String function ( ) { return "srini_string" ; } |
12,385 | returns a hash code for this instance . concode_field_sep String formatPattern concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_LABEL_FORMAT concode_field_sep boolean equals concode_elem_sep Object clone concode_elem_sep Object[] createItemArray concode_elem_sep String generateLabel | int function ( ) { int loc0 = 127 ; loc0 = HashUtilities . hashCode ( loc0 , this . formatPattern ) ; return loc0 ; } |
12,386 | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<AppLocalService,AppLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.marketplace.mod... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
12,387 | returns a range of all the o auth consumers . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil... | java . util . List < com . liferay . opensocial . model . OAuthConsumer > function ( int arg0 , int arg1 ) { return _oAuthConsumerLocalService . getOAuthConsumers ( arg0 , arg1 ) ; } |
12,388 | called before first message receiving concode_field_sep String path concode_elem_sep Mailbox mailbox concode_elem_sep ActorContext context concode_field_sep void initActor concode_elem_sep void finallyStop concode_elem_sep void drop concode_elem_sep ActorSystem system concode_elem_sep ActorRef sender concode_elem_sep S... | void function ( ) { } |
12,389 | returns the corresponding module class name . concode_field_sep String moduleClassName concode_elem_sep ModuleSource parent concode_elem_sep InMemoryStackTraceElement[] partialCallStack concode_field_sep StackTraceElement[] getPartialCallStack concode_elem_sep int getPartialCallStackSize concode_elem_sep ModuleSource g... | String function ( ) { return moduleClassName ; } |
12,390 | for tests only : sets the downloadresumptionscheduler . concode_field_sep String TAG concode_elem_sep int ONE_DAY_IN_SECONDS concode_elem_sep DownloadResumptionScheduler sDownloadResumptionScheduler concode_elem_sep String TASK_TAG concode_elem_sep Context mContext concode_field_sep void handleDownloadResumption concod... | void function ( DownloadResumptionScheduler arg0 ) { sDownloadResumptionScheduler = arg0 ; } |
12,391 | write a file 's content atomically . concode_field_sep FileNameMap MIMETYPES concode_field_sep void extractResourceFile concode_elem_sep void deleteTree concode_elem_sep byte[] readFile concode_elem_sep String getContentType concode_elem_sep String getContentType concode_elem_sep void deleteEmptyParents concode_elem_se... | void function ( final File arg0 , final File arg1 , final byte [ ] arg2 ) { writeFile ( arg0 , arg2 ) ; File loc0 = arg1 . getAbsoluteFile ( ) . getParentFile ( ) ; if ( ! loc0 . exists ( ) ) { loc0 . mkdirs ( ) ; } arg0 . renameTo ( arg1 ) ; } |
12,392 | allows to wait for all non master nodes to reply to the publish event up to a timeout concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onResponse concode_elem_sep void onFailure concode_elem_sep DiscoveryNode[] pendingNodes | boolean function ( TimeValue arg0 ) { boolean loc0 = latch . await ( arg0 . millis ( ) , TimeUnit . MILLISECONDS ) ; assert ! loc0 || pendingNodes . isEmpty ( ) : "srini_string" ; return loc0 ; } |
12,393 | test of find method , of class driveroperations . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetDeviceList_boolean_boolean concode_elem_sep void testDelete concode_elem_sep void testRescan concode_elem_sep void testGetDeviceList_String concode_elem_sep void testRemove concode_elem_sep void tes... | void function ( ) { Log . level4Debug ( "srini_string" ) ; DriverOperations loc0 = new DriverOperations ( ) ; assert ( loc0 . find ( "srini_string" ) . contains ( "srini_string" ) ) ; } |
12,394 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex conc... | void function ( ) { Year loc0 = new Year ( 1988 ) ; Year loc1 = new Year ( 1988 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
12,395 | like predicate sample concode_field_sep PlaceHolder placeHolder concode_field_sep void existProperty concode_elem_sep void comparisonPredicate concode_elem_sep void expressionToCQLExpression concode_elem_sep void betweenPredicate concode_elem_sep void isNullPredicate concode_elem_sep void listOfPredicates concode_elem_... | void function ( ) { Filter loc0 = CQL . toFilter ( "srini_string" ) ; Assert . assertTrue ( loc0 instanceof PropertyIsLike ) ; } |
12,396 | gets the value of the actor property . concode_field_sep ActorReferenceType actor concode_elem_sep CodedDescriptionType description concode_field_sep void setActor concode_elem_sep void setDescription concode_elem_sep CodedDescriptionType getDescription | ActorReferenceType function ( ) { return actor ; } |
12,397 | gets the value of the creditedindicator property . concode_field_sep String bucketName concode_elem_sep String roaming concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep String bucketBalanceBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep String callDirection concode_elem_sep S... | String function ( ) { return creditedIndicator ; } |
12,398 | gets the raw generated html version of a question concode_field_sep String content concode_elem_sep Long itemId concode_elem_sep String meta concode_field_sep Long getItemId concode_elem_sep void setContent concode_elem_sep String getMeta concode_elem_sep void setMeta concode_elem_sep void setItemId | String function ( ) { return content ; } |
12,399 | check whether to keep the monitoring thread alive , i.e. whether there are still entries being tracked . concode_field_sep ReferenceQueue<Object> handleQueue concode_elem_sep Thread monitoringThread concode_elem_sep Log logger concode_elem_sep Map<Reference<?>,ReleaseListener> trackedEntries concode_field_sep ReleaseLi... | boolean function ( ) { synchronized ( WeakReferenceMonitor . class ) { if ( ! trackedEntries . isEmpty ( ) ) { return true ; } else { logger . debug ( "srini_string" ) ; monitoringThread = null ; return false ; } } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.