idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
3,300 | returns the list of partition members . concode_field_sep String leader concode_elem_sep List<String> members concode_elem_sep String name concode_elem_sep long term concode_field_sep String leader concode_elem_sep String name concode_elem_sep long term | List < String > function ( ) { return members ; } |
3,301 | this method returns the m/z of the feature to annotate . concode_field_sep double iErrorMargin concode_elem_sep String iLabel concode_elem_sep Color iColor concode_elem_sep Logger logger concode_elem_sep double iMZ concode_field_sep String getLabel concode_elem_sep double getErrorMargin concode_elem_sep Color getColor | double function ( ) { return iMZ ; } |
3,302 | gets the value of the opspassword property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opspa... | JAXBElement < String > function ( ) { return opspassword ; } |
3,303 | returns the last value corresponding to the specified field , or null . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Co... | String function ( String arg0 ) { for ( int loc0 = namesAndValues . size ( ) - 2 ; loc0 >= 0 ; loc0 -= 2 ) { if ( arg0 . equalsIgnoreCase ( namesAndValues . get ( loc0 ) ) ) { return namesAndValues . get ( loc0 + 1 ) ; } } return null ; } |
3,304 | retrieve context from which field s prior to sorting/grouping on this property ? concode_field_sep Logger logger concode_elem_sep Hits hits concode_elem_sep boolean reverse concode_elem_sep List<Integer> contextIndices concode_field_sep String serialize concode_elem_sep int compare concode_elem_sep String getName conco... | List < String > function ( ) { return null ; } |
3,305 | the configuration information of the domain requested in the describeelasticsearchdomainconfig request . concode_field_sep ElasticsearchDomainConfig domainConfig concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeElasticsearchDomainConfigResult clone concode_elem_sep String toString... | void function ( ElasticsearchDomainConfig arg0 ) { this . domainConfig = arg0 ; } |
3,306 | by default , the following paste options are supported : pasteoption #normal : always others : never concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResourc... | boolean function ( EObject arg0 , EStructuralFeature arg1 , PasteOption arg2 ) { if ( arg2 . equals ( PasteOption . NORMAL ) ) { return true ; } else { return false ; } } |
3,307 | convenience method to read a string from the resources concode_field_sep Context context concode_field_sep Resources getResources concode_elem_sep void setContext concode_elem_sep Context getContext | String function ( int arg0 , Object ... arg1 ) { return context . getString ( arg0 , arg1 ) ; } |
3,308 | unifier process function implementation . concode_field_sep DefaultOutputPort<ArrayList<K>> sort concode_elem_sep DefaultInputPort<ArrayList<K>> data concode_elem_sep ArrayList<K> mergedList concode_field_sep void beginWindow concode_elem_sep ArrayList<K> processMergeList concode_elem_sep K[] compare concode_elem_sep U... | void function ( ArrayList < K > arg0 ) { mergedList = processMergeList ( mergedList , arg0 ) ; } |
3,309 | the private ip address of a node within a cluster . concode_field_sep String privateIPAddress concode_elem_sep String nodeRole concode_elem_sep String publicIPAddress concode_field_sep ClusterNode withNodeRole concode_elem_sep String getPublicIPAddress concode_elem_sep String getNodeRole concode_elem_sep void setPublic... | String function ( ) { return privateIPAddress ; } |
3,310 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { QuarterDateFormat loc0 = new QuarterDateFormat ( TimeZone . getTimeZone ( "srini_string" ) , new String [ ] { "srini_string" , "srini_string" , "srini_string" , "srini_string" } ) ; QuarterDateFormat loc1 = null ; loc1 = ( QuarterDateFormat ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTr... |
3,311 | prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl... | void function ( String arg0 , String arg1 ) { e ( arg0 , arg1 , null ) ; } |
3,312 | moves to after last . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep boolean useBufferRowExplicit concode_elem_sep MysqlIO io concode_elem_sep boolean wasEmpty concode_elem_sep int columnCount concode_elem_sep boolean noMoreRows concode_elem_sep ExceptionInterceptor exceptionIn... | void function ( ) { notSupported ( ) ; } |
3,313 | computes the cross-product of two vectors p and q and places the result in out . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer concode_elem_sep float TWO_PI c... | void function ( float [ ] arg0 , float [ ] arg1 , float [ ] arg2 ) { arg2 [ 0 ] = arg0 [ 1 ] * arg1 [ 2 ] - arg0 [ 2 ] * arg1 [ 1 ] ; arg2 [ 1 ] = arg0 [ 2 ] * arg1 [ 0 ] - arg0 [ 0 ] * arg1 [ 2 ] ; arg2 [ 2 ] = arg0 [ 0 ] * arg1 [ 1 ] - arg0 [ 1 ] * arg1 [ 0 ] ; } |
3,314 | finish the task . concode_field_sep int progress100 concode_elem_sep int progressTotal concode_elem_sep String displayName concode_elem_sep boolean started concode_elem_sep int currentUnit concode_elem_sep boolean finished concode_elem_sep ProgressHandle handle concode_field_sep String getDisplayName concode_elem_sep v... | void function ( ) { if ( handle != null && started && ! finished ) { try { handle . finish ( ) ; finished = true ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" ) ; } } } |
3,315 | returns the filter operation . concode_field_sep Filter filter concode_elem_sep Filter INTERSECT concode_elem_sep String expression concode_elem_sep Map<String,String> nsMap concode_elem_sep Filter SUBTRACT concode_elem_sep String operation concode_elem_sep Filter UNION concode_field_sep String getExpression concode_el... | Filter function ( ) { return filter ; } |
3,316 | get the current @linkplain comparator instance . concode_field_sep Comparator<E> comparator concode_elem_sep long serialVersionUID concode_elem_sep LinkedList<E> list concode_field_sep boolean add concode_elem_sep void add concode_elem_sep List<E> subList concode_elem_sep E set concode_elem_sep SortedList<E> getClone c... | Comparator < E > function ( ) { return comparator ; } |
3,317 | returns the company id of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_e... | long function ( ) { return _syncDevice . getCompanyId ( ) ; } |
3,318 | transforms the segment by the specified matrix concode_field_sep Vector endPoint concode_elem_sep Vector startPoint concode_field_sep Vector getStartPoint concode_elem_sep Rectangle getBoundingRectange concode_elem_sep Vector getEndPoint concode_elem_sep Rectangle getBoundingRectangle concode_elem_sep boolean containsS... | LineSegment function ( Matrix arg0 ) { Vector loc0 = startPoint . cross ( arg0 ) ; Vector loc1 = endPoint . cross ( arg0 ) ; return new LineSegment ( loc0 , loc1 ) ; } |
3,319 | test if the two vectors are orthogonal concode_field_sep double z concode_elem_sep double x concode_elem_sep double y concode_field_sep Vector3D crossProduct concode_elem_sep Vector3D minus concode_elem_sep Vector3D opposite concode_elem_sep double dotProduct concode_elem_sep Vector3D plus concode_elem_sep double norm ... | boolean function ( Vector3D arg0 , Vector3D arg1 ) { arg0 = arg0 . normalize ( ) ; arg1 = arg1 . normalize ( ) ; double loc0 = Vector3D . dotProduct ( arg0 , arg1 ) ; return Math . abs ( loc0 ) < Shape3D . ACCURACY ; } |
3,320 | removes all the entries added into extractedvalues . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep String eventMessage concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> extractedValues concode_elem_sep Long eventNumber concode_field_sep voi... | MetricFilterMatchRecord function ( ) { this . extractedValues = null ; return this ; } |
3,321 | returns the exec root as a derived root . the exec root should never be treated as a derived root , but this is currently allowed . do not add any further uses besides the ones that already exist ! concode_field_sep Path path concode_elem_sep PathFragment execPath concode_elem_sep Path execRoot concode_elem_sep boolean... | Root function ( Path arg0 ) { return new Root ( arg0 , arg0 ) ; } |
3,322 | should notices be shown in the server window instead in the focused window ? concode_field_sep SharedPreferences preferences concode_elem_sep Resources resources concode_field_sep boolean showJoinPartAndQuit concode_elem_sep boolean autoCapSentences concode_elem_sep int getFontSize concode_elem_sep boolean imeExtract c... | boolean function ( ) { return preferences . getBoolean ( resources . getString ( R . string . key_notice_server_window ) , Boolean . parseBoolean ( resources . getString ( R . string . default_notice_server_window ) ) ) ; } |
3,323 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Integer sizeInMBs concode_elem_sep Integer intervalInSeconds concode_field_sep void setSizeInMBs concode_elem_sep Integer getSizeInMBs concode_elem_sep BufferingHints withSizeInMBs concode_elem_sep int hashCode concode... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSizeInMBs ( ) != null ) loc0 . append ( "srini_string" + getSizeInMBs ( ) + "srini_string" ) ; if ( getIntervalInSeconds ( ) != null ) loc0 . append ( "srini_string" + getIntervalInSeconds ( ) ) ; loc0 . append... |
3,324 | get the byte stream that was set with setbytestream . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reader ge... | InputStream function ( ) { return inputStream ; } |
3,325 | return an identifier for this history item . if an item is a copy of another item , the identifiers will be the same even if they are not the same object . concode_field_sep String mUrl concode_elem_sep String mOriginalUrl concode_elem_sep byte[] mFlattenedData concode_elem_sep String mTouchIconUrlFromLink concode_elem... | int function ( ) { return mId ; } |
3,326 | sets the value of the wtd property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String pta concode_field_sep boole... | void function ( String arg0 ) { this . wtd = arg0 ; } |
3,327 | check if file is zip or not concode_field_sep Logger log concode_field_sep List<StatusEntry> importSystem concode_elem_sep void updateResponsePostImport concode_elem_sep void cleanFolderAndStatus concode_elem_sep void updateResponseFeedback concode_elem_sep void execute concode_elem_sep boolean updateResponse | boolean function ( File arg0 ) { return arg0 . getName ( ) . toLowerCase ( Locale . ENGLISH ) . endsWith ( "srini_string" ) ; } |
3,328 | get custom deserializer concode_field_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String statusIMS concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apac... | 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 ) ; } |
3,329 | sets the value of the phoneturnedoff property . concode_field_sep MsisdnList neverAllowedList concode_elem_sep boolean block411 concode_elem_sep BigDecimal totalMRCLimit concode_elem_sep boolean phoneTurnedOff concode_elem_sep boolean blockWebpack concode_elem_sep long serialVersionUID concode_elem_sep MsisdnList alway... | void function ( boolean arg0 ) { this . phoneTurnedOff = arg0 ; } |
3,330 | sets context component which is later required for zk component injection concode_field_sep ThreadLocal<Component> components concode_field_sep void clearContextComponent concode_elem_sep Component getContextComponent concode_elem_sep void setSelfContextComponent concode_elem_sep Component getSelfContextComponent | void function ( Component arg0 ) { components . set ( arg0 ) ; } |
3,331 | retrieves the child properties for the given key . transparent properties ca n't be retrieved this way . concode_field_sep PropertyElement next concode_elem_sep Map<String,PropertyType<?>> suffixes concode_elem_sep Map<Class<?>,PropertyType<?>> types concode_elem_sep String transparent concode_elem_sep Map<Class<?>,Pro... | TreeProperties function ( String arg0 ) { return ( TreeProperties ) getProperty ( arg0 , "srini_string" + child , true ) ; } |
3,332 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { CategoryLineAnnotation loc0 = new CategoryLineAnnotation ( "srini_string" , 1.0 , "srini_string" , 2.0 , Color . red , new BasicStroke ( 1.0f ) ) ; CategoryLineAnnotation loc1 = ( CategoryLineAnnotation ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . get... |
3,333 | converts a float to a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytesToShort concode_elem_sep byte[] shor... | byte [ ] function ( float arg0 ) { return intToBytes ( Float . floatToRawIntBits ( arg0 ) ) ; } |
3,334 | returns the number of differences between the two objects . concode_field_sep String DIFFERS_STRING concode_elem_sep String OBJECTS_SAME_STRING concode_elem_sep Object lhs concode_elem_sep ToStringStyle style concode_elem_sep List<Diff<?>> diffs concode_elem_sep Object rhs concode_field_sep Iterator<Diff<?>> iterator c... | int function ( ) { return diffs . size ( ) ; } |
3,335 | creates an association path alias within this detachedcriteria . the alias can then be used in further alias creations or restrictions , etc. . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep D... | DetachedCriteria function ( String arg0 , String arg1 ) { criteria . createAlias ( arg0 , arg1 ) ; return this ; } |
3,336 | call the method , if one exists , that is annotated with @ predestroy or with < pre-destroy > in web.xml concode_field_sep HashMap<String,List<LifeCycleCallback>> preDestroyCallbacksMap concode_elem_sep String LIFECYCLE_CALLBACK_COLLECTION concode_elem_sep HashMap<String,List<LifeCycleCallback>> postConstructCallb... | void function ( Object arg0 ) { if ( arg0 == null ) return ; Class < ? extends Object > loc0 = arg0 . getClass ( ) ; List < LifeCycleCallback > loc1 = preDestroyCallbacksMap . get ( loc0 . getName ( ) ) ; if ( loc1 == null ) return ; for ( int loc2 = 0 ; loc2 < loc1 . size ( ) ; loc2 ++ ) ( ( LifeCycleCallback ) loc1 .... |
3,337 | helper for success callbacks that just returns the status.ok 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 g... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
3,338 | returns the mvcc version of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel c... | long function ( ) { return _emailAddress . getMvccVersion ( ) ; } |
3,339 | calculates the hash key for the given level . concode_field_sep int KIDS concode_elem_sep int size concode_elem_sep int MASK concode_elem_sep TrieNode EMPTY concode_field_sep TrieNode add concode_elem_sep TrieNode add concode_elem_sep TrieNode add concode_elem_sep TrieNode add concode_elem_sep TrieNode add concode_elem... | int function ( final int arg0 , final int arg1 ) { return arg0 >>> arg1 * Map . BITS & MASK ; } |
3,340 | returns tiff_double data as an array of doubles . a classcastexception will be thrown if the field is not of type tiff_double . concode_field_sep int TIFF_SSHORT concode_elem_sep int TIFF_SBYTE concode_elem_sep Object data concode_elem_sep int TIFF_SRATIONAL concode_elem_sep int TIFF_BYTE concode_elem_sep int TIFF_DOUB... | double [ ] function ( ) { return ( double [ ] ) data ; } |
3,341 | sets health of enemy object to new value concode_field_sep int x concode_elem_sep int health concode_elem_sep int y concode_elem_sep int location concode_field_sep void removeHealth concode_elem_sep int getValue concode_elem_sep int getx concode_elem_sep int gety concode_elem_sep void setLocation concode_elem_sep void ... | void function ( int arg0 ) { health = arg0 ; } |
3,342 | 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 ) ; } |
3,343 | sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co... | int function ( ) { return sampleDependsOn ; } |
3,344 | renders the xml file as a pdf file at the target location . concode_field_sep Map versionMap concode_field_sep Character checkVersion concode_elem_sep void usage concode_elem_sep void doRenderToPDF concode_elem_sep void main | void function ( File arg0 , String arg1 , Character arg2 ) { ITextRenderer loc0 = new ITextRenderer ( ) ; loc0 . setDocument ( arg0 ) ; if ( arg2 != null ) loc0 . setPDFVersion ( arg2 . charValue ( ) ) ; doRenderToPDF ( loc0 , arg1 ) ; } |
3,345 | returns a hash code value for the object . concode_field_sep DomainOrder NONE concode_elem_sep DomainOrder ASCENDING concode_elem_sep String name concode_elem_sep DomainOrder DESCENDING concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String to... | int function ( ) { return this . name . hashCode ( ) ; } |
3,346 | setheadervalue concode_field_sep Object identifier concode_elem_sep int preferredWidth concode_elem_sep String CELL_RENDERER_PROPERTY concode_elem_sep boolean isResizable concode_elem_sep TableCellRenderer cellRenderer concode_elem_sep Object headerValue concode_elem_sep int resizedPostingDisableCount concode_elem_sep ... | void function ( Object arg0 ) { Object loc0 ; loc0 = this . headerValue ; this . headerValue = arg0 ; firePropertyChange ( HEADER_VALUE_PROPERTY , loc0 , arg0 ) ; } |
3,347 | close the cluster . concode_field_sep Path sysDir concode_elem_sep Path jobHistoryDir concode_elem_sep ClientProtocolProvider clientProtocolProvider concode_elem_sep UserGroupInformation ugi concode_elem_sep Log LOG concode_elem_sep ServiceLoader<ClientProtocolProvider> frameworkLoader concode_elem_sep ClientProtocol c... | void function ( ) { clientProtocolProvider . close ( client ) ; } |
3,348 | sets the value of the aircraft property . concode_field_sep long number concode_elem_sep String aircraft concode_elem_sep String flightId concode_elem_sep String company concode_field_sep long getNumber concode_elem_sep String getCompany concode_elem_sep String getAircraft concode_elem_sep void setFlightId concode_elem... | void function ( String arg0 ) { this . aircraft = arg0 ; } |
3,349 | check for a conflict where the second text was changed similar to the first one , but the second texts modification covers one more line . concode_field_sep MergeFormatter fmt concode_elem_sep boolean newlineAtEnd concode_elem_sep boolean[] newlineAtEndDataPoints concode_field_sep void testSeparateModifications concode... | void function ( ) { assertEquals ( t ( "srini_string" ) , merge ( "srini_string" , "srini_string" , "srini_string" ) ) ; } |
3,350 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ComparePackage modelPackage concode_field_sep Object casePropertyDifference concode_elem_sep Object caseDifferenceDescriptor concode_elem_sep Object caseDifferenceReport concode_elem_sep Object defa... | Object function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
3,351 | gets the status phrase of the response object . concode_field_sep File file concode_elem_sep String phrase concode_elem_sep Map<String,String> header concode_elem_sep char[] body concode_elem_sep OutputStream outStream concode_elem_sep String version concode_elem_sep int status concode_field_sep String getVersion conco... | String function ( ) { return phrase ; } |
3,352 | returns the kaleo definition id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean getTerminal c... | long function ( ) { return _kaleoNode . getKaleoDefinitionId ( ) ; } |
3,353 | sets the value of the id property . concode_field_sep String id concode_field_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
3,354 | returns the user id of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conc... | long function ( ) { return _attachment . getUserId ( ) ; } |
3,355 | gets the wstransformerpk value for this wsexiststransformer . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSTransformerPK wsTransformerPK concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axi... | org . talend . mdm . webservice . WSTransformerPK function ( ) { return wsTransformerPK ; } |
3,356 | an array of eventsourcemappingconfiguration objects . note : this method appends the values to the existing list if any . use #seteventsourcemappings java.util.collection or #witheventsourcemappings java.util.collection if you want tooverride the existing values . returns a reference to this object so that method calls... | ListEventSourceMappingsResult function ( EventSourceMappingConfiguration ... arg0 ) { if ( getEventSourceMappings ( ) == null ) setEventSourceMappings ( new java . util . ArrayList < EventSourceMappingConfiguration > ( arg0 . length ) ) ; for ( EventSourceMappingConfiguration loc0 : arg0 ) { getEventSourceMappings ( ) ... |
3,357 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
3,358 | removes tags with given names from a bag file . concode_field_sep BagService myBagService concode_elem_sep Logger myLogger concode_field_sep BagUpdateStatus updateBags concode_elem_sep BagTreeNode[] getTreeNode concode_elem_sep void getVideo concode_elem_sep void initBinder concode_elem_sep void setTagForBags concode_e... | void function ( @ RequestParam String [ ] arg0 , @ RequestParam Long arg1 ) { myLogger . info ( "srini_string" + Joiner . on ( ',' ) . join ( arg0 ) + "srini_string" + arg1 ) ; myBagService . removeTagForBag ( Lists . newArrayList ( arg0 ) , arg1 ) ; myLogger . info ( "srini_string" ) ; } |
3,359 | slow parsing of a suspicious value rounding takes place if the value is inside the bad interval concode_field_sep String SUSPICIOUS_DIGITS concode_elem_sep BigDecimal LOWER concode_elem_sep Double LOWER_DOUBLE concode_elem_sep BigDecimal TWO concode_elem_sep Double UPPER_DOUBLE concode_elem_sep BigDecimal MIDDLE concod... | Double function ( String arg0 ) { Double loc0 ; BigDecimal loc1 = new BigDecimal ( arg0 ) ; if ( isDangerous ( loc1 ) ) { if ( loc1 . compareTo ( MIDDLE ) >= 0 ) { loc0 = UPPER_DOUBLE ; } else { loc0 = LOWER_DOUBLE ; } } else { loc0 = Double . valueOf ( arg0 ) ; } return loc0 ; } |
3,360 | returns a hash code . concode_field_sep long serialVersionUID concode_elem_sep ArrayList keys concode_elem_sep ArrayList values concode_elem_sep HashMap indexMap concode_field_sep void sortByValues concode_elem_sep Comparable getKey concode_elem_sep int getIndex concode_elem_sep void rebuildIndex concode_elem_sep void ... | int function ( ) { return ( this . keys != null ? this . keys . hashCode ( ) : 0 ) ; } |
3,361 | ensures that an object reference passed as a parameter to the calling method is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | T function ( T arg0 , Object arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( String . valueOf ( arg1 ) ) ; } return arg0 ; } |
3,362 | check to see if the data associated with the key is required to be populated in the contact object . concode_field_sep String[] whereArgs concode_elem_sep CordovaInterface mApp concode_elem_sep String where concode_elem_sep String LOG_TAG concode_field_sep JSONArray search concode_elem_sep JSONObject getContactById con... | boolean function ( String arg0 , HashMap < String , Boolean > arg1 ) { Boolean loc0 = arg1 . get ( arg0 ) ; return ( loc0 == null ) ? false : loc0 . booleanValue ( ) ; } |
3,363 | hook that is called after the class is loaded , before #cleanup is called . this method may be called mutiple times , if the proxy is definined in multiple class loaders concode_field_sep ClassFile classFile concode_elem_sep ClassLoader classLoader concode_elem_sep Class<T> superClass concode_elem_sep ProtectionDomain ... | void function ( Class < ? > arg0 ) { } |
3,364 | validatoe the given file concode_field_sep Logger LOGGER concode_elem_sep Schema schema concode_elem_sep InputSource core concode_elem_sep String defaultTalkbankSchemaLoc concode_elem_sep String schemaFileName concode_field_sep Source loadEmbeddedSchema concode_elem_sep String getSystemId concode_elem_sep void setCerti... | boolean function ( File arg0 ) { return validate ( arg0 , null ) ; } |
3,365 | method declaration concode_field_sep int FOREIGN_KEY concode_elem_sep Table tMain concode_elem_sep Table tRef concode_elem_sep int iColMain[] concode_elem_sep Object oMain[] concode_elem_sep int iType concode_elem_sep int iColRef[] concode_elem_sep Index iMain concode_elem_sep int MAIN concode_elem_sep Index iRef conco... | void function ( Object arg0 [ ] ) { if ( iType == FOREIGN_KEY || iType == UNIQUE ) { return ; } for ( int loc0 = 0 ; loc0 < iLen ; loc0 ++ ) { Object loc1 = arg0 [ iColMain [ loc0 ] ] ; if ( loc1 == null ) { return ; } oRef [ iColRef [ loc0 ] ] = loc1 ; } Trace . check ( iRef . find ( oRef ) == null , Trace . INTEGRITY... |
3,366 | returns the delay in seconds for sending the datapoint . concode_field_sep Double delay concode_elem_sep Boolean forceUpdate concode_field_sep void setForceUpdate concode_elem_sep String toString concode_elem_sep void setDelay concode_elem_sep boolean isForceUpdate | double function ( ) { return delay == null ? 0.0 : delay ; } |
3,367 | returns the address of the proxy server . concode_field_sep String protocol concode_elem_sep SocketAddress destinationAddress concode_elem_sep String strVal concode_elem_sep String authScheme concode_elem_sep SocketAddress proxyAddress concode_field_sep String protocol concode_elem_sep T destinationAddress concode_elem... | T function ( ) { return ( T ) proxyAddress ; } |
3,368 | test of setutilizador method , of class gestor . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void tearDownClass concode_elem_sep void testGetUtilizador | void function ( ) { System . out . println ( "srini_string" ) ; Utilizador loc0 = new Utilizador ( ) ; Gestor loc1 = new Gestor ( ) ; loc1 . setUtilizador ( loc0 ) ; } |
3,369 | add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get | String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l... |
3,370 | sets the function to display . concode_field_sep boolean general concode_elem_sep List<AggregateFunction<T>> functions concode_elem_sep AggregateFunction<T> function concode_elem_sep HierarchyWizardModelGrouping<T> model concode_elem_sep EditorSelection editor1 concode_elem_sep EditorString editor2 concode_elem_sep Agg... | void function ( AggregateFunction < T > arg0 ) { if ( ! general && arg0 == model . getDefaultFunction ( ) ) { arg0 = defaultFunction ; } this . function = arg0 ; this . update ( ) ; } |
3,371 | get the counter state . concode_field_sep int count concode_field_sep void increase concode_elem_sep void decrease | int function ( ) { return this . count ; } |
3,372 | returns the framing rectangle2d that defines the overall shape of this object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth concode_elem_sep Rectangle getB... | Rectangle2D function ( ) { return new Rectangle2D . Double ( getX ( ) , getY ( ) , getWidth ( ) , getHeight ( ) ) ; } |
3,373 | makes a new ordered spannearquery with additional asserts from the provided terms concode_field_sep PlaceHolder placeHolder concode_field_sep SpanQuery spanQuery concode_elem_sep SpanQuery spanPositionRangeQuery concode_elem_sep SpanQuery spanContainingQuery concode_elem_sep SpanQuery spanFirstQuery concode_elem_sep Sp... | SpanQuery function ( String arg0 , int arg1 , String ... arg2 ) { SpanQuery [ ] loc0 = new SpanQuery [ arg2 . length ] ; for ( int loc1 = 0 ; loc1 < arg2 . length ; loc1 ++ ) { loc0 [ loc1 ] = spanTermQuery ( arg0 , arg2 [ loc1 ] ) ; } return spanNearOrderedQuery ( arg1 , loc0 ) ; } |
3,374 | isemptyresponsereturnvoid . concode_field_sep boolean useJsr303Annotations concode_elem_sep AnnotationStyle jsonMapper concode_elem_sep boolean generateClientInterface concode_elem_sep Class customAnnotator concode_elem_sep Map<String,String> jsonMapperConfiguration concode_elem_sep boolean emptyResponseReturnVoid conc... | boolean function ( ) { return emptyResponseReturnVoid ; } |
3,375 | get the singleton instance of mimetypemap . concode_field_sep MimeTypeMap sMimeTypeMap concode_field_sep String mimeTypeFromExtension concode_elem_sep boolean hasMimeType concode_elem_sep String getExtensionFromMimeType concode_elem_sep String getMimeTypeFromExtension concode_elem_sep String getFileExtensionFromUrl con... | MimeTypeMap function ( ) { return sMimeTypeMap ; } |
3,376 | gets the second element concode_field_sep X x concode_elem_sep Y y concode_field_sep X getX concode_elem_sep void setY concode_elem_sep void setX | Y function ( ) { return y ; } |
3,377 | get user by usermapping concode_field_sep Log _log concode_field_sep List<UserMapping> findUser concode_elem_sep int getUserType concode_elem_sep User getUser concode_elem_sep int countUser concode_elem_sep UserMapping getUserMapping concode_elem_sep UserMapping getUserMapping concode_elem_sep List<UserMapping> getByTy... | UserMapping function ( long arg0 ) { UserMapping loc0 = null ; try { loc0 = UserMappingLocalServiceUtil . getByUserId ( arg0 ) ; } catch ( Exception loc1 ) { return null ; } return loc0 ; } |
3,378 | check is this is a valid url concode_field_sep PlaceHolder placeHolder concode_field_sep boolean checkNumeric concode_elem_sep boolean isValidString concode_elem_sep boolean checkDecimal concode_elem_sep boolean checkPhoneNumber concode_elem_sep void paint concode_elem_sep int constrainedSize concode_elem_sep String ge... | boolean function ( char [ ] arg0 ) { return true ; } |
3,379 | retrieve the named option concode_field_sep List requiredOpts concode_elem_sep List _addedOpts concode_elem_sep Map shortOpts concode_elem_sep Map longOpts concode_elem_sep boolean _sortAsAdded concode_elem_sep Map optionGroups concode_field_sep OptionGroup getOptionGroup concode_elem_sep Options addOption concode_elem... | Option function ( String arg0 ) { Option loc0 = null ; if ( arg0 . length ( ) == 1 ) { loc0 = ( Option ) shortOpts . get ( "srini_string" + arg0 ) ; } else if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = ( Option ) longOpts . get ( arg0 ) ; } else { loc0 = ( Option ) shortOpts . get ( arg0 ) ; } return ( loc0 == n... |
3,380 | method to check the state of an object being passed in . concode_field_sep boolean travel concode_field_sep String getTravelFlag concode_elem_sep boolean isAdjacent concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep boolean getTravel concode_elem_sep void setTravel | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( arg0 == null ) return false ; if ( getClass ( ) != arg0 . getClass ( ) ) return false ; Central loc0 = ( Central ) arg0 ; if ( travel != loc0 . travel ) return false ; return true ; } |
3,381 | fast forwards the count-down to zero and returns true iff the count down reached zero with this fast forward call otherwise false concode_field_sep int originalCount concode_elem_sep AtomicInteger countDown concode_field_sep boolean isCountedDown concode_elem_sep boolean countDown | boolean function ( ) { assert originalCount > 0 ; assert countDown . get ( ) >= 0 ; return countDown . getAndSet ( 0 ) > 0 ; } |
3,382 | validate mail concode_field_sep PlaceHolder placeHolder concode_field_sep boolean dateValidator concode_elem_sep boolean validateBirthDate concode_elem_sep boolean validatePwd concode_elem_sep boolean validateFirstName concode_elem_sep boolean validateLastName concode_elem_sep boolean validateIdCardNumber | boolean function ( String arg0 ) { return arg0 != null && arg0 . matches ( "srini_string" ) ; } |
3,383 | gets the value of the firstsliceang property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTPieSer> ser concode_elem_sep CTFirstSliceAng firstSliceAng concode_elem_sep CTDLbls dLbls concode_elem_sep CTExtensionList extLst concode_elem_sep CTHoleSize holeSize concode_field_sep void setHoleSize concode_... | CTFirstSliceAng function ( ) { return firstSliceAng ; } |
3,384 | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine | ITimedStatemachine function ( ) { return statemachine ; } |
3,385 | command-line entry point . concode_field_sep String TAG concode_field_sep void showUsage concode_elem_sep float lerp concode_elem_sep void sendTap concode_elem_sep void injectMotionEvent concode_elem_sep void run concode_elem_sep void sendSwipe concode_elem_sep void injectKeyEvent concode_elem_sep void sendKeyEvent con... | void function ( String [ ] arg0 ) { ( new Input ( ) ) . run ( arg0 ) ; } |
3,386 | the real loading method concode_field_sep URL modelURL concode_elem_sep String texturePath concode_field_sep void main | AC3DModel function ( ) { AC3DModel loc0 = new AC3DModel ( org . newdawn . loaders . ac3d . AC3DLoader . load ( modelURL ) , texturePath ) ; return loc0 ; } |
3,387 | write the script markup and then gradually write the script code by calling the ` write ' write methods on the scriptwriter instance . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript co... | ScriptWriter function ( FacesContext arg0 , final UIComponent arg1 ) { return new ScriptWriter ( arg0 . getResponseWriter ( ) , arg1 ) ; } |
3,388 | invoked when the mouse has been clicked on a component . concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode... | void function ( MouseEvent arg0 ) { } |
3,389 | get recognized data from a flac file . this method will automatically set the language to en-us , or english concode_field_sep String language concode_elem_sep String languageCode concode_elem_sep boolean profanityFilter concode_elem_sep String GOOGLE_RECOGNIZER_URL concode_field_sep String substringBetween concode_ele... | GoogleResponse function ( String arg0 ) { return getRecognizedDataForFlac ( arg0 , 1 ) ; } |
3,390 | sets number of pages . concode_field_sep int fromIndex concode_elem_sep int values concode_elem_sep int pageSize concode_elem_sep int toIndex concode_field_sep int getFromIndex concode_elem_sep int pageCount concode_elem_sep int getPageSize concode_elem_sep int getToIndex concode_elem_sep boolean nextPage concode_elem_... | PageRange function ( int arg0 ) { this . pageSize = ( int ) Math . ceil ( ( double ) values / arg0 ) ; return this ; } |
3,391 | sets the value of the contractenddate property . concode_field_sep String level concode_elem_sep FreeIndicatorEnum myFavesIndicator concode_elem_sep String soc concode_elem_sep XMLGregorianCalendar contractEndDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep ServiceIdentif... | void function ( XMLGregorianCalendar arg0 ) { this . contractEndDate = arg0 ; } |
3,392 | info 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 setL... | void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } |
3,393 | add a single timelineputerror instance into the existing list concode_field_sep int FORBIDDEN_RELATION concode_elem_sep int IO_EXCEPTION concode_elem_sep int EXPIRED_ENTITY concode_elem_sep String entityType concode_elem_sep int ACCESS_DENIED concode_elem_sep int errorCode concode_elem_sep String entityId concode_elem_... | void function ( TimelinePutError arg0 ) { errors . add ( arg0 ) ; } |
3,394 | set the string value . only necessary for manipulating a registered value , for example in beanfactorypostprocessors . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class<?> ge... | void function ( String arg0 ) { this . value = arg0 ; } |
3,395 | gets the predecessors associated with the given block . this throws an exception if there is no block with the given label . concode_field_sep int firstLabel concode_elem_sep IntList[] predecessors concode_elem_sep BasicBlockList blocks concode_elem_sep IntList exitPredecessors concode_field_sep void calcPredecessors c... | IntList function ( int arg0 ) { if ( exitPredecessors == null ) { calcPredecessors ( ) ; } IntList loc0 = predecessors [ arg0 ] ; if ( loc0 == null ) { throw new RuntimeException ( "srini_string" + Hex . u2 ( arg0 ) ) ; } return loc0 ; } |
3,396 | load the profile-specific properties from the specified resource if any and add it as the first source . concode_field_sep List<PropertySourceLoader> loaders concode_elem_sep Log logger concode_elem_sep MutablePropertySources propertySources concode_field_sep boolean canLoadFileExtension concode_elem_sep boolean isFile... | PropertySource < ? > function ( Resource arg0 , String arg1 ) { return load ( arg0 , arg0 . getDescription ( ) , arg1 ) ; } |
3,397 | gets the signature algorithm . concode_field_sep TimestampParameters archiveTimestampParameters concode_elem_sep DigestAlgorithm digestAlgorithm concode_elem_sep TimestampParameters signatureTimestampParameters concode_elem_sep EncryptionAlgorithm encryptionAlgorithm concode_elem_sep TimestampParameters contentTimestam... | SignatureAlgorithm function ( ) { return signatureAlgorithm ; } |
3,398 | sets the value of the querymethod property . concode_field_sep String groupName concode_elem_sep QueryType.QueryMethod.MethodParams methodParams concode_elem_sep String resultTypeMapping concode_elem_sep String ejbQl concode_elem_sep String methodName concode_elem_sep Object noCacheFlush concode_elem_sep QueryType.Quer... | void function ( final QueryType . QueryMethod arg0 ) { this . queryMethod = arg0 ; } |
3,399 | delegates to the istraceenabled method of the wrapped org.slf4j.logger instance . concode_field_sep long serialVersionUID concode_elem_sep LocationAwareLogger logger concode_elem_sep String name concode_elem_sep String FQCN concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_... | boolean function ( ) { return logger . isTraceEnabled ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.