idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
0 | setter for the titleurl . concode_field_sep String authorEmail concode_elem_sep String thumbnail concode_elem_sep String author concode_elem_sep String description concode_elem_sep String screenshot concode_elem_sep String title concode_elem_sep String titleUrl concode_field_sep void setAuthorEmail concode_elem_sep Str... | void function ( String arg0 ) { this . titleUrl = arg0 ; } |
1 | removes registered handler , if exists , for the given pattern . concode_field_sep UriPatternMatcher matcher concode_field_sep HttpRequestHandler lookup concode_elem_sep boolean matchUriRequestPattern concode_elem_sep void setHandlers concode_elem_sep void register | void function ( final String arg0 ) { matcher . unregister ( arg0 ) ; } |
2 | enables or disables all components bound to properties that begin with given prefix . concode_field_sep Map _bindings concode_elem_sep boolean _modified concode_elem_sep Map _optComponents concode_field_sep Bindings add concode_elem_sep Bindings add concode_elem_sep Bindings add concode_elem_sep Bindings add concode_el... | void function ( String arg0 , boolean arg1 ) { for ( Iterator loc0 = _bindings . values ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { Binding loc1 = ( Binding ) loc0 . next ( ) ; if ( loc1 . getProperty ( ) . startsWith ( arg0 ) ) { loc1 . setEnabled ( arg1 ) ; } } } |
3 | returns total number of spdy connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab... | int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; } |
4 | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer in event myintevent : integer concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getResource concode... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
5 | fetches current time in mins concode_field_sep Map<Class<?>,Map<Integer,Object>> enumOrdinalCache concode_field_sep Set<Integer> toEnumOrdinals concode_elem_sep List<T> convertBeans concode_elem_sep T convertBean concode_elem_sep String toString concode_elem_sep Set<E> toEnums concode_elem_sep void validateEntityForUpd... | long function ( ) { return System . currentTimeMillis ( ) / 60000L ; } |
6 | hashes a filename into the corresponding local directory , in a manner consistent with spark 's diskblockmanager.getfile . concode_field_sep StoreVersion CURRENT_VERSION concode_elem_sep Executor directoryCleaner concode_elem_sep TransportConf conf concode_elem_sep List<String> knownManagers concode_elem_sep String exe... | File function ( String [ ] arg0 , int arg1 , String arg2 ) { int loc0 = JavaUtils . nonNegativeHash ( arg2 ) ; String loc1 = arg0 [ loc0 % arg0 . length ] ; int loc2 = ( loc0 / arg0 . length ) % arg1 ; return new File ( new File ( loc1 , String . format ( "srini_string" , loc2 ) ) , arg2 ) ; } |
7 | sets the value of the filters property . concode_field_sep String access concode_elem_sep String method concode_elem_sep String requestMatcher concode_elem_sep String pattern concode_elem_sep Boolean useExpressions concode_elem_sep String id concode_elem_sep Boolean lowercaseComparisons concode_elem_sep String filters ... | void function ( String arg0 ) { this . filters = arg0 ; } |
8 | the stack id . concode_field_sep String createdAt concode_elem_sep String instanceId concode_elem_sep String stackId concode_elem_sep String serviceErrorId concode_elem_sep String type concode_elem_sep String message concode_field_sep ServiceError withServiceErrorId concode_elem_sep String getInstanceId concode_elem_se... | void function ( String arg0 ) { this . stackId = arg0 ; } |
9 | gets type literal for the given class instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concod... | TypeLiteral < T > function ( Class < T > arg0 ) { return new TypeLiteral < > ( arg0 ) ; } |
10 | returns a new inputregister instance with a given value . concode_field_sep PlaceHolder placeHolder concode_field_sep DigitalIn createDigitalIn concode_elem_sep DigitalIn createDigitalIn concode_elem_sep ProcessImageImplementation createProcessImageImplementation concode_elem_sep DigitalOut createDigitalOut concode_ele... | InputRegister function ( byte arg0 , byte arg1 ) { return new SimpleInputRegister ( arg0 , arg1 ) ; } |
11 | get the agent email . concode_field_sep AuthzGroupService authzGroupService concode_elem_sep AgentImpl agent concode_elem_sep Logger log concode_field_sep String getEid concode_elem_sep String getRole concode_elem_sep String getDisplayId concode_elem_sep AgentImpl getAgent concode_elem_sep String getEidById concode_ele... | String function ( String arg0 ) { String loc0 = "srini_string" ; try { if ( ! arg0 . startsWith ( "srini_string" ) ) loc0 = UserDirectoryService . getUser ( arg0 ) . getEmail ( ) ; } catch ( Exception loc1 ) { log . warn ( loc1 . getMessage ( ) ) ; } return loc0 ; } |
12 | returns the number of rows matching the dynamic query . concode_field_sep JIRAActionLocalService _jiraActionLocalService concode_field_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep java.lang.String getOSGiServi... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _jiraActionLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
13 | answer if the lock is unexpired . concode_field_sep Class entityType concode_elem_sep Date expirationTime concode_elem_sep IEntityLockService service concode_elem_sep String entityKey concode_elem_sep String lockOwner concode_elem_sep int lockType concode_field_sep void release concode_elem_sep void setEntityKey concod... | boolean function ( ) { return getExpirationTime ( ) . after ( new Date ( ) ) ; } |
14 | return the configured default destination . concode_field_sep Log logger concode_elem_sep MessageConverter converter concode_elem_sep D defaultDestination concode_elem_sep String CONVERSION_HINT_HEADER concode_field_sep void setDefaultDestination concode_elem_sep D getRequiredDefaultDestination concode_elem_sep Message... | D function ( ) { return this . defaultDestination ; } |
15 | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep List<String> getPhoto... | StatusEnum function ( ) { return status ; } |
16 | gets the value of the networkcode property . concode_field_sep String effectiveRootAdUnitId concode_elem_sep String propertyCode concode_elem_sep Long contentBrowseCustomTargetingKeyId concode_elem_sep Boolean isTest concode_elem_sep String displayName concode_elem_sep String networkCode concode_elem_sep String timeZon... | String function ( ) { return networkCode ; } |
17 | parameters used to set up ebs volumes automatically when the instance is launched . concode_field_sep String noDevice concode_elem_sep String virtualName concode_elem_sep ScheduledInstancesEbs ebs concode_elem_sep String deviceName concode_field_sep ScheduledInstancesEbs getEbs concode_elem_sep ScheduledInstancesBlockD... | void function ( ScheduledInstancesEbs arg0 ) { this . ebs = arg0 ; } |
18 | creates a random password filling the specified byte array . concode_field_sep char[] PRINTABLE_ALPHABET concode_elem_sep Logger LOGGER concode_elem_sep int DefaultPasswordLength concode_field_sep char[] getRandomPasswordWithDefaultLength | void function ( byte [ ] arg0 ) { SecureRandom loc0 = new SecureRandom ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = loc0 . nextInt ( ) % PRINTABLE_ALPHABET . length ; if ( loc2 < 0 ) loc2 += PRINTABLE_ALPHABET . length ; arg0 [ loc1 ] = ( byte ) PRINTABLE_ALPHABET [ loc2 ] ; } } |
19 | sets the `` in '' direction filter regular expression pattern . the `` in '' direction is referred to copying headers from an external message to a camel message . if the pattern matches a header , the header will be filtered out . concode_field_sep Set<String> outFilter concode_elem_sep boolean allowNullValues concode... | void function ( String arg0 ) { if ( arg0 == null ) { inFilterPattern = null ; } else { inFilterPattern = Pattern . compile ( arg0 ) ; } } |
20 | get the density of this fixture . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep World getWorld concode_elem_sep float jniGetRestitution concode_elem_sep boolean testP... | float function ( ) { return jniGetDensity ( addr ) ; } |
21 | process a new node corresponding to a given actor in a given graph . this method should be overridden to implement specialized conversion aspects that operate at the level of individual nodes . concode_field_sep HashMap _actorMap concode_elem_sep boolean _debug concode_field_sep Object _computeNodeWeight concode_elem_s... | void function ( Graph arg0 , Node arg1 , Actor arg2 ) { return ; } |
22 | defines a dtd used to validate the report definition . your xmlparser must be a validating parser for this feature to work . concode_field_sep HashMap dtds concode_elem_sep ParserEntityResolver singleton concode_elem_sep HashMap deprecatedDTDs concode_elem_sep Log logger concode_field_sep ParserEntityResolver getDefaul... | boolean function ( final String arg0 , final URL arg1 ) { if ( isValid ( arg1 ) ) { this . dtds . put ( arg0 , arg1 ) ; return true ; } else { logger . warn ( "srini_string" + arg0 + "srini_string" + arg1 ) ; return false ; } } |
23 | instantiates a new spark client . concode_field_sep String CONF_CLIENT_ID concode_elem_sep RpcServer server concode_elem_sep String CONF_KEY_IN_PROCESS concode_elem_sep String CONF_KEY_SECRET concode_field_sep void stop concode_elem_sep void initialize | SparkClient function ( Map < String , String > arg0 , HiveConf arg1 ) { Preconditions . checkState ( server != null , "srini_string" ) ; return new SparkClientImpl ( server , arg0 , arg1 ) ; } |
24 | create an instance of xmlwebserviceclient concode_field_sep QName _JavaWsdlMapping_QNAME concode_field_sep JavaWsdlMappingType.JavaMethods createJavaWsdlMappingTypeJavaMethods concode_elem_sep JavaMethod.JavaParams createJavaMethodJavaParams concode_elem_sep XmlWebServiceRef createWebServiceRef concode_elem_sep XmlWebF... | XmlWebServiceClient function ( ) { return new XmlWebServiceClient ( ) ; } |
25 | verbose log message with printf formatting . 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 ... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
26 | returns the number of stars in the rating . concode_field_sep String date concode_elem_sep String author concode_elem_sep String comment concode_elem_sep int stars concode_field_sep void setAuthor concode_elem_sep String getAuthor concode_elem_sep void setStars concode_elem_sep void setComment concode_elem_sep void set... | int function ( ) { return stars ; } |
27 | returns log #sb content . concode_field_sep Logger LOGGER concode_field_sep void logLifecycleAction | String function ( ) { return Log . SB . toString ( ) ; } |
28 | remove all plans concode_field_sep boolean hasUserKqmlReceived concode_elem_sep List<Plan> varPlans concode_elem_sep Trigger TE_JAG_AWAKING concode_elem_sep Map<PredicateIndicator,List<Plan>> relPlans concode_elem_sep Trigger TE_JAG_SLEEPING concode_elem_sep AtomicInteger lastPlanLabel concode_elem_sep List<Plan> plans... | void function ( ) { planLabels . clear ( ) ; plans . clear ( ) ; varPlans . clear ( ) ; relPlans . clear ( ) ; } |
29 | look up an attribute 's type by index . the attribute type is one of the strings `` cdata '' , `` id '' , `` idref '' , `` idrefs '' , `` nmtoken '' , `` nmtokens '' , `` entity '' , `` entities '' , or `` notation '' always in upper case . if the parser has not read a declaration for the attribute , or if the parser d... | String function ( final int arg0 ) { return attributes . getType ( arg0 ) ; } |
30 | selects k random elements from the given source . concode_field_sep Logger logger concode_elem_sep boolean acceptRepeated concode_elem_sep Pivotable<O> pivotable concode_elem_sep Random r concode_field_sep O getObject concode_elem_sep void enableAcceptRepeated concode_elem_sep O[] selectO concode_elem_sep int max conco... | long [ ] function ( int arg0 , Random arg1 , LongArrayList arg2 , Index < O > arg3 , LongArrayList arg4 ) { return selectUnique ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } |
31 | check if the right-hand side type may be assigned to the left-hand side type , assuming setting by reflection . considers primitive wrapper classes as assignable to the corresponding primitive types . concode_field_sep Map<Class,Class> primitiveWrappers concode_elem_sep Map<Class,Class> wrapperPrimitives concode_field_... | boolean function ( Class arg0 , Class arg1 ) { return ( arg0 . isAssignableFrom ( arg1 ) || arg0 . equals ( wrapperPrimitives . get ( arg1 ) ) ) ; } |
32 | define valor do atributo datafim . concode_field_sep String nomePerfilAcesso concode_elem_sep Collection<PerfilAcessoMenuDTO> acessoMenus concode_elem_sep String aprovaBaseConhecimento concode_elem_sep String permiteLeituraGravacao concode_elem_sep Integer idPerfilAcesso concode_elem_sep Date dataFim concode_elem_sep S... | void function ( Date arg0 ) { this . dataFim = arg0 ; } |
33 | gets a hexadecimal stringbuffer representation of this object 's data , which is in fact the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString... | StringBuilder function ( ) { return stringData ; } |
34 | sets the value of the pristupnost property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TUzavreni uzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniDilu trideni concode_elem_sep TPuvodSeskupeni puvod concode... | void function ( TPristupnost arg0 ) { this . pristupnost = arg0 ; } |
35 | returns the packagemanager instance of the package manager . concode_field_sep boolean bootDone concode_elem_sep boolean bootInProgress concode_elem_sep Configuration globalConfig concode_elem_sep ExtendedConfigurationWrapper extWrapper concode_elem_sep PackageManager packageManager concode_field_sep ExtendedConfigurat... | PackageManager function ( ) { if ( this . packageManager == null ) { this . packageManager = PackageManager . createInstance ( this ) ; } return this . packageManager ; } |
36 | stop the task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage concode_elem_sep MessageFormat search... | void function ( ) { canceled = true ; dialogMessage = null ; } |
37 | invoke the notify method of each of the notifiers in group concode_field_sep Set<EventNotifier> _group concode_field_sep Collection<EventNotifier> getNotifiers concode_elem_sep boolean addNotifier concode_elem_sep boolean addNotifiers concode_elem_sep boolean removeNotifiers concode_elem_sep boolean removeNotifier | void function ( EventTrigger arg0 , EventState < ? > arg1 , long arg2 ) { for ( EventNotifier loc0 : _group ) { loc0 . notify ( arg0 , arg1 , arg2 ) ; } } |
38 | set system property to value . if securitymanager denies property modification , silently ignore property change . if value is null , property wo n't be set . concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_... | void function ( String arg0 , Object arg1 ) { try { Properties loc0 = System . getProperties ( ) ; if ( arg1 != null ) { loc0 . put ( arg0 , arg1 ) ; } } catch ( SecurityException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } } |
39 | constructs a join plan of the specified plan and the table . the plan will use an indexjoin , if possible . which means that if an indexselect is also possible , the indexjoin operator takes precedence . the method returns null if no join is possible . concode_field_sep Predicate mypred concode_elem_sep Map<String,Inde... | Plan function ( Plan arg0 ) { Schema loc0 = arg0 . schema ( ) ; Predicate loc1 = mypred . joinPred ( myschema , loc0 ) ; if ( loc1 == null ) return null ; Plan loc2 = makeIndexJoin ( arg0 , loc0 ) ; if ( loc2 == null ) loc2 = makeProductJoin ( arg0 , loc0 ) ; return loc2 ; } |
40 | returns the total width of the specified string concode_field_sep long serialVersionUID concode_elem_sep Font font concode_field_sep int charWidth concode_elem_sep int charWidth concode_elem_sep int getMaxDecent concode_elem_sep int getMaxDescent concode_elem_sep int charsWidth concode_elem_sep int getAscent concode_el... | int function ( String arg0 ) { char [ ] loc0 = new char [ arg0 . length ( ) ] ; arg0 . getChars ( 0 , arg0 . length ( ) , loc0 , 0 ) ; return ( charsWidth ( loc0 , 0 , loc0 . length ) ) ; } |
41 | set the real upper case comparison string . concode_field_sep String mPattern concode_elem_sep Locale mLocale concode_elem_sep String mUpperPattern concode_elem_sep boolean mCaseSensitive concode_field_sep boolean getCaseSensitive concode_elem_sep void setCaseSensitive concode_elem_sep void setPattern concode_elem_sep ... | void function ( ) { if ( getCaseSensitive ( ) ) mUpperPattern = getPattern ( ) ; else mUpperPattern = getPattern ( ) . toUpperCase ( getLocale ( ) ) ; } |
42 | sets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ShowType show concode_elem_sep JAXBElement<? extends AbstractGeometryType> geometry concode_elem_sep ActuateType actuate concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_sep... | void function ( String arg0 ) { this . role = arg0 ; } |
43 | shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO... | void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } } |
44 | removes the part at the specified position . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concod... | PduPart function ( int arg0 ) { return mParts . remove ( arg0 ) ; } |
45 | the returned completablefuture completes when the number of items specified are available . thenumber returned will be equal to or less than that number . they will only be less if the stream is completed and there are less than that number specified available . concode_field_sep ResultQueue resultQueue concode_elem_se... | CompletableFuture < List < Result >> function ( final int arg0 ) { return resultQueue . await ( arg0 ) ; } |
46 | this method returns an iterator over the list of friends associated with the profile . concode_field_sep String name concode_elem_sep String status concode_elem_sep GImage image concode_elem_sep ArrayList<String> friends concode_field_sep boolean removeFriend concode_elem_sep boolean addFriend concode_elem_sep String g... | Iterator < String > function ( ) { return friends . iterator ( ) ; } |
47 | create an instance of jaxbelement concode_field_sep QName _ConfigBody_QNAME concode_elem_sep QName _ConfigHeader2_QNAME concode_elem_sep QName _ConfigHeader3_QNAME concode_elem_sep QName _ConfigHeader1_QNAME concode_field_sep JAXBElement<ConfigHeader> createConfigHeader1 concode_elem_sep JAXBElement<ConfigHeader> creat... | JAXBElement < ConfigHeader > function ( ConfigHeader arg0 ) { return new JAXBElement < ConfigHeader > ( _ConfigHeader3_QNAME , ConfigHeader . class , null , arg0 ) ; } |
48 | loads a custom font from an url . in the case of type 1 fonts , the pfb file must be specified . concode_field_sep Logger log concode_elem_sep FontResolver resolver concode_elem_sep CustomFont returnFont concode_elem_sep boolean embedded concode_elem_sep boolean loaded concode_elem_sep boolean useKerning concode_elem_s... | CustomFont function ( URL arg0 , String arg1 , boolean arg2 , EncodingMode arg3 , FontResolver arg4 ) { return loadFont ( arg0 . toExternalForm ( ) , arg1 , arg2 , arg3 , true , arg4 ) ; } |
49 | returns the string representation for this object in units of millimeters . . the returned string is in the form '' x , y - > width , height unitsname '' . concode_field_sep int INCH concode_elem_sep long serialVersionUID concode_elem_sep int w concode_elem_sep int x concode_elem_sep int h concode_elem_sep int y concod... | String function ( int arg0 , String arg1 ) { if ( arg0 < 1 ) throw new IllegalArgumentException ( "srini_string" ) ; String loc0 = "srini_string" + getX ( arg0 ) + "srini_string" + getY ( arg0 ) + "srini_string" + getWidth ( arg0 ) + "srini_string" + getHeight ( arg0 ) + "srini_string" ; return arg1 == null ? loc0 : lo... |
50 | the name label of a player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep void setName concode_elem_sep String getModel concode_elem_sep String getMacAddress concode_elem_sep String getIpAddr co... | String function ( ) { return name ; } |
51 | removes a inode from the bucket containing it if the inode is in one of the buckets , otherwise , do nothing . assume that no inode in the buckets has ttl value that equals constants #no_ttl . if a inode with valid ttl value is inserted to the buckets and its ttl value is going to be set to constants #no_ttl later , be... | void function ( Inode < ? > arg0 ) { TtlBucket loc0 = getBucketContaining ( arg0 ) ; if ( loc0 != null ) { loc0 . removeInode ( arg0 ) ; } } |
52 | constructs a standard enclosingmethod annotation . concode_field_sep CstString ACCESS_FLAGS_STRING concode_elem_sep CstString VALUE_STRING concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstString NAME_STRING concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode_elem_sep CstType ENCLOSING_CLASS_TYPE concode... | Annotation function ( CstMethodRef arg0 ) { Annotation loc0 = new Annotation ( ENCLOSING_METHOD_TYPE , SYSTEM ) ; loc0 . put ( new NameValuePair ( VALUE_STRING , arg0 ) ) ; loc0 . setImmutable ( ) ; return loc0 ; } |
53 | linear interpolation between p1 and p2 , at position t between t1 and t2 , where t1 is the coordinate of p1 and t2 is the coordinate of p2 . concode_field_sep float pi concode_field_sep Point2f rotate concode_elem_sep Point2f normalVector concode_elem_sep Point2f normalVector concode_elem_sep float distance concode_ele... | float function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 ) { return arg0 + ( arg1 - arg0 ) * ( arg4 - arg2 ) / ( arg3 - arg2 ) ; } |
54 | gets the stock number of this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_el... | int function ( ) { return stock ; } |
55 | accepts and applies contents from a persistencerow . concode_field_sep Thread lockingThread concode_elem_sep boolean movedOn concode_elem_sep int marked concode_elem_sep boolean closed concode_elem_sep LinkedList<LockElement> waitingThreadList concode_elem_sep Thread thread concode_elem_sep boolean locked concode_elem_... | void function ( PersistenceRow arg0 ) { throw new UnsupportedOperationException ( "srini_string" + this + "srini_string" + getClass ( ) ) ; } |
56 | helper sorting functions concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep boolean isSorted concode_elem_sep boolean isSorted concode_elem_sep boolean eq | boolean function ( Comparable arg0 , Comparable arg1 ) { return ( arg0 . compareTo ( arg1 ) < 0 ) ; } |
57 | indicates whether the provider must provide speed information . not all fixes are guaranteed to contain such information . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep Parcelable.Creator<Criteria> CREATOR concode_elem_sep int mHorizontalAc... | void function ( boolean arg0 ) { mSpeedRequired = arg0 ; } |
58 | returns the base url of the rest application this method should be used to compute any absolute urls to resources within the rest application . this will be the same as uriinfo.getbaseuri , unless the user has configured a different url . concode_field_sep String urlBase concode_field_sep String computeRestBaseUri | String function ( UriInfo arg0 ) { if ( urlBase != null ) { return urlBase ; } else { return arg0 . getBaseUri ( ) . toString ( ) ; } } |
59 | creates a byte array from the given bytebuffer , the position property of input bytebuffer remains unchanged . concode_field_sep Logger LOG concode_elem_sep Method sCleanerCleanMethod concode_elem_sep Method sByteBufferCleanerMethod concode_field_sep boolean equalConstantByteArray concode_elem_sep ByteBuffer getIncreas... | byte [ ] function ( ByteBuffer arg0 ) { final int loc0 = arg0 . remaining ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg0 . duplicate ( ) . get ( loc1 , 0 , loc0 ) ; return loc1 ; } |
60 | the current offset in the partition . this refers to the offset last element that we retrieved and emitted successfully . it is the offset that should be stored in a checkpoint . concode_field_sep KafkaTopicPartition partition concode_elem_sep KPH kafkaPartitionHandle concode_elem_sep long offset concode_elem_sep long ... | long function ( ) { return offset ; } |
61 | test of getidentificador method , of class fae . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testSetUtilizador concode_elem_sep void testAumentarExperienciaFAE concode_elem_sep void testToString concode_elem_sep void testSetIdentificador concode_elem_sep void testCo... | void function ( ) { System . out . println ( "srini_string" ) ; FAE loc0 = new FAE ( ) ; String loc1 = "srini_string" ; loc0 . setIdentificador ( loc1 ) ; String loc2 = "srini_string" ; String loc3 = loc0 . getIdentificador ( ) ; assertEquals ( loc2 , loc3 ) ; } |
62 | sets the value of the max property . concode_field_sep String min concode_elem_sep String max concode_field_sep void setMin concode_elem_sep String getMin concode_elem_sep String getMax | void function ( String arg0 ) { this . max = arg0 ; } |
63 | returns the number of contacts . concode_field_sep ContactLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.Contact addContact concode_elem... | int function ( ) { return getService ( ) . getContactsCount ( ) ; } |
64 | add the specified interface to the list of interfaces to introduce . concode_field_sep Advice advice concode_elem_sep Set<Class<?>> interfaces concode_elem_sep int order concode_field_sep void setOrder concode_elem_sep int hashCode concode_elem_sep int getOrder concode_elem_sep boolean equals concode_elem_sep Class<?>[... | void function ( Class < ? > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; if ( ! arg0 . isInterface ( ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 . getName ( ) + "srini_string" ) ; } this . interfaces . add ( arg0 ) ; } |
65 | gets the value of the firstpartykey property . concode_field_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String ownershipPercent concode_elem_sep String csm1 concode_elem_sep String secondPartyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_... | String function ( ) { return firstPartyKey ; } |
66 | gets the value of the tag4 property . concode_field_sep String tag1 concode_elem_sep String msgTypeId concode_elem_sep Boolean checkProfilePreference concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep String tag4 concode_elem_sep String msisdn concode_elem_sep String tag2 concode_e... | String function ( ) { return tag4 ; } |
67 | the text of the event . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Date date concode_elem_sep String sourceIdentifier concode_elem_sep String sourceType concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep String getSourc... | Event function ( String arg0 ) { this . message = arg0 ; return this ; } |
68 | returns a range of all the bars . 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 #all_pos wi... | java . util . List < com . liferay . testtransaction . model . Bar > function ( int arg0 , int arg1 ) { return getService ( ) . getBars ( arg0 , arg1 ) ; } |
69 | matches a specific file length . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<File> hasNumberOfFiles concode_elem_sep Matcher<File> hasFiles concode_elem_sep Matcher<File> hasName concode_elem_sep Matcher<Long> beforeNow concode_elem_sep Matcher<File> isEmpty concode_elem_sep Matcher<File> exists... | Matcher < File > function ( final long arg0 ) { return hasLength ( equalTo ( arg0 ) ) ; } |
70 | sets bitmap processor which will be process bitmaps before they will be cached in memory . so memory cache will contain bitmap processed by incoming preprocessor . image will be pre-processed even if caching in memory is disabled . concode_field_sep Handler handler concode_elem_sep int delayBeforeLoading concode_elem_s... | Builder function ( BitmapProcessor arg0 ) { this . preProcessor = arg0 ; return this ; } |
71 | gets the user name . concode_field_sep String ownerType concode_elem_sep String password concode_elem_sep String displayName concode_elem_sep boolean deleted concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep boolean isDeleted concode_elem_sep void s... | String function ( ) { return userName ; } |
72 | predicate - is authority value required for field ? concode_field_sep int defaultMinConfidence concode_elem_sep Map<String,Boolean> controlled concode_elem_sep Logger log concode_elem_sep MetadataAuthorityManager cached concode_elem_sep Map<String,Boolean> isAuthorityRequired concode_elem_sep Map<String,Integer> minCon... | boolean function ( String arg0 , String arg1 , String arg2 ) { return isAuthorityRequired ( makeFieldKey ( arg0 , arg1 , arg2 ) ) ; } |
73 | are both ranges disjoint ? i.e. , no overlap ? concode_field_sep int creates concode_elem_sep int a concode_elem_sep int b concode_elem_sep int misses concode_elem_sep int hits concode_elem_sep int outOfRange concode_elem_sep Interval INVALID concode_elem_sep Interval[] cache concode_elem_sep int INTERVAL_POOL_MAX_VALU... | boolean function ( Interval arg0 ) { return startsBeforeDisjoint ( arg0 ) || startsAfterDisjoint ( arg0 ) ; } |
74 | returns a filter that returns true if the file is bigger than a certain size . concode_field_sep IOFileFilter svnFilter concode_elem_sep IOFileFilter cvsFilter concode_field_sep IOFileFilter fileFileFilter concode_elem_sep IOFileFilter nameFileFilter concode_elem_sep IOFileFilter makeFileOnly concode_elem_sep IOFileFil... | IOFileFilter function ( long arg0 ) { return new SizeFileFilter ( arg0 ) ; } |
75 | sets the bcc mail id . concode_field_sep String[] ccMailList concode_elem_sep String[] bccMailList concode_elem_sep String ccMailId concode_elem_sep String bccMailId concode_elem_sep String fromMailId concode_field_sep String[] getCcMailList concode_elem_sep String getBccMailId concode_elem_sep String getFromMailId con... | void function ( String arg0 ) { this . bccMailId = arg0 ; } |
76 | returns the dependencyresolutioncontext . concode_field_sep ClassNode classNode concode_elem_sep GroovyClassLoader loader concode_elem_sep DependencyResolutionContext dependencyResolutionContext concode_field_sep String getVersion concode_elem_sep String getVersion concode_elem_sep DependencyCustomizer ifAllMissingClas... | DependencyResolutionContext function ( ) { return this . dependencyResolutionContext ; } |
77 | returns the distance to another point in kilometers concode_field_sep float latitude concode_elem_sep float[][] coordinates concode_elem_sep SpatialContext CTX concode_elem_sep float longitude concode_field_sep Point getPoint concode_elem_sep Point getPoint concode_elem_sep boolean intersect concode_elem_sep float getL... | double function ( Point arg0 ) { return DistanceUtils . degrees2Dist ( CTX . getDistCalc ( ) . distance ( getSpatial4jPoint ( ) , arg0 . getSpatial4jPoint ( ) ) , DistanceUtils . EARTH_MEAN_RADIUS_KM ) ; } |
78 | signals that an new page has to be started . this does nothing . has to be overridden if needed . concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream concode_elem_s... | boolean function ( ) { if ( ! open ) { return false ; } return true ; } |
79 | get all active assessments . concode_field_sep Logger log concode_field_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep void removeAssessment concode_elem_sep AssessmentIfc createAssessmentWithoutDefaultSection concode_elem_sep List getBasicInfoOfAll... | List function ( String arg0 ) { try { AssessmentService loc0 = new AssessmentService ( ) ; return loc0 . getAllActiveAssessments ( arg0 ) ; } catch ( Exception loc0 ) { throw new AssessmentServiceException ( loc0 ) ; } } |
80 | sets the value of the name property . concode_field_sep String owner concode_elem_sep String path concode_elem_sep Boolean isFolder concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Boolean runAfterImport concode_elem_sep String createdBy concode_elem_sep String name concode_elem_sep String description... | void function ( String arg0 ) { this . name = arg0 ; } |
81 | specify the binding type to use , overriding the value of the jax-ws javax.xml.ws.bindingtype annotation . concode_field_sep String bindingType concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep WebServiceFeature[] endpointFeatures concode_elem_sep Executor executor concode_elem_sep Map<String,Object> en... | void function ( String arg0 ) { this . bindingType = arg0 ; } |
82 | check if this cluster is disjoint with another cluster . this function assumes that the two clusters in comparison use the same set of tax and taxon orderings . concode_field_sep D _data concode_elem_sep BitSet _cluster concode_elem_sep String _taxa[] concode_field_sep void setCluster concode_elem_sep boolean containsC... | boolean function ( STITreeCluster arg0 ) { assert ( _taxa != null && _taxa . length > 0 ) ; if ( arg0 == null || arg0 . _cluster == null ) { System . err . println ( "srini_string" ) ; return false ; } return isDisjoint ( arg0 . _cluster ) ; } |
83 | returns total number of spdy connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab... | int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; } |
84 | check if this class is one of the supported types . if the class is supported , returns true . otherwise , returns false . concode_field_sep Class<?> NO_PARAMS[] concode_elem_sep String strArray[] concode_elem_sep Class realClass concode_elem_sep Logger log concode_elem_sep Map<String,AccessibleObject> getAttMap concod... | boolean function ( Class < ? > arg0 ) { for ( int loc0 = 0 ; loc0 < supportedTypes . length ; loc0 ++ ) { if ( arg0 == supportedTypes [ loc0 ] ) { return true ; } } if ( isBeanCompatible ( arg0 ) ) { return true ; } return false ; } |
85 | performs a dynamic query on the database and returns the matching rows . concode_field_sep UserTrackerPathLocalService _userTrackerPathLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuer... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _userTrackerPathLocalService . arg0 ( arg0 ) ; } |
86 | the instance type size that the dedicated host supports e.g. , m3.medium . concode_field_sep Integer totalVCpus concode_elem_sep Integer cores concode_elem_sep String instanceType concode_elem_sep Integer sockets concode_field_sep void setCores concode_elem_sep Integer getSockets concode_elem_sep void setSockets concod... | HostProperties function ( String arg0 ) { setInstanceType ( arg0 ) ; return this ; } |
87 | parses a string as xml and adds the resulting nodes to the specified parent . concode_field_sep QueryContext qc concode_elem_sep StaticScope module concode_elem_sep InputInfo info concode_field_sep void annotation concode_elem_sep FElem elem concode_elem_sep FElem elem concode_elem_sep QueryParser parseQuery concode_el... | void function ( final byte [ ] arg0 , final FElem arg1 ) { try { final Parser loc0 = new XMLParser ( new IOContent ( arg0 ) , MainOptions . get ( ) , true ) ; for ( final ANode loc1 : new DBNode ( loc0 ) . children ( ) ) arg1 . add ( loc1 . copy ( ) ) ; } catch ( final IOException loc0 ) { Util . debug ( loc0 ) ; arg1 ... |
88 | gets the value of the src property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String height concode_field_sep void setSrc concode_elem_sep Label getLabel con... | String function ( ) { return src ; } |
89 | returns a short string describing the termination status . e.g. `` exit 1 '' or `` hangup '' . concode_field_sep int waitResult concode_elem_sep int SIGNAL_1 concode_elem_sep int SIGNAL_63 concode_elem_sep String[] SIGNAL_STRINGS concode_field_sep String getSignalString concode_elem_sep boolean success concode_elem_sep... | String function ( ) { return exited ( ) ? ( "srini_string" + getExitCode ( ) ) : ( getSignalString ( getTerminatingSignal ( ) ) ) ; } |
90 | adds the first key-val pair to the passed builder in the following format key = value concode_field_sep String KEY_VAL_SEPARATOR concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep Log LOG concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void ... | void function ( Keys arg0 , String arg1 , StringBuilder arg2 ) { arg2 . append ( arg0 . name ( ) ) . append ( AuditConstants . KEY_VAL_SEPARATOR ) . append ( arg1 ) ; } |
91 | how many iterations to run when generating keys . see some discussion about this at : http://security.stackexchange.com/q/3959 the default value was picked for speed , since it assumes that the secret has good entropy 128 bits by default , which is not generally the case with user passwords . concode_field_sep String S... | int function ( ) { return conf . getInt ( "srini_string" , 1024 ) ; } |
92 | records a log entry for the specified sql statement , on behalf of the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog co... | void function ( Session arg0 , String arg1 ) { if ( lLog != null ) { lLog . writeStatement ( arg0 , arg1 ) ; } } |
93 | extract urls from plain text . concode_field_sep Pattern LINKS_PATTERN concode_elem_sep String LINKS_REGEX concode_field_sep placeholderType placeHolder | List < String > function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return Collections . emptyList ( ) ; } List < String > loc0 = new ArrayList < String > ( ) ; final Matcher loc1 = LINKS_PATTERN . loc1 ( arg0 ) ; while ( loc1 . find ( ) ) { loc0 . add ( loc1 . group ( ) ) ; } return loc0 ; } |
94 | inform client user has long clicked on a date concode_field_sep PlaceHolder placeHolder concode_field_sep void onChangeMonth concode_elem_sep void onCaldroidViewCreated concode_elem_sep void onSelectDate | void function ( Date arg0 , View arg1 ) { } |
95 | gets the value of the title property . concode_field_sep List<String> clazzs concode_elem_sep List<Serializable> dtsAndDds concode_elem_sep String style concode_elem_sep String language concode_elem_sep String id concode_elem_sep String title concode_elem_sep String lang concode_elem_sep String dir concode_field_sep St... | String function ( ) { return title ; } |
96 | adds the edges in a collection of geometry s to the graph . may be called multiple times . any dimension of geometry may be added . concode_field_sep EdgeGraph graph concode_field_sep EdgeGraph build concode_elem_sep EdgeGraph getGraph | void function ( Collection arg0 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { Geometry loc1 = ( Geometry ) loc0 . next ( ) ; add ( loc1 ) ; } } |
97 | generates an open stream message with the specified local id and destination . concode_field_sep int CMD_CLSE concode_elem_sep int magic concode_elem_sep int CONNECT_VERSION concode_elem_sep int payloadLength concode_elem_sep int AUTH_TYPE_RSA_PUBLIC concode_elem_sep int CMD_AUTH concode_elem_sep int CMD_WRTE concode_e... | byte [ ] function ( int arg0 , String arg1 ) { ByteBuffer loc0 = ByteBuffer . allocate ( arg1 . length ( ) + 1 ) ; loc0 . put ( arg1 . getBytes ( "srini_string" ) ) ; loc0 . put ( ( byte ) 0 ) ; return generateMessage ( CMD_OPEN , arg0 , 0 , loc0 . array ( ) ) ; } |
98 | intermediate notification sent when the given participant is finished contributing . the default implementation of this method does nothing . subclasses may override . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterParticipant concode_elem_sep void acceptSearchMatch concode_elem_sep void beginRep... | void function ( SearchParticipant arg0 ) { } |
99 | public getter concode_field_sep String inputNui2 concode_elem_sep String inputNui1 concode_elem_sep String inputIdString concode_elem_sep String inputConceptName concode_elem_sep String inputRoleName concode_elem_sep long serialVersionUID concode_elem_sep String inputPropertyValue concode_elem_sep String inputAssociati... | String function ( ) { return this . inputAssociationName ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.