code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
URL function ( final GpConfig arg0 , final JobInput arg1 , final String arg2 ) { final String loc0 = arg1 == null ? null : arg1 . getBaseGpHref ( ) ; return initExternalUrl ( arg0 , loc0 , arg2 ) ; } | is the input value an external url ? concode_field_sep BatchGenerator batchGenerator concode_elem_sep HibernateSessionManager mgr concode_elem_sep GpContext taskContext concode_elem_sep Logger log concode_elem_sep GpConfig gpConfig concode_elem_sep boolean hasDirectory concode_elem_sep Map<String,ParameterInfoRecord> p... |
String function ( final FolderEntry arg0 ) { return arg0 . getVirtualFile ( ) . toIoFile ( ) . getAbsolutePath ( ) ; } | build the project absolute path . concode_field_sep SubversionApi subversionApi concode_elem_sep Logger LOG concode_field_sep List<String> getRepositoryUrl concode_elem_sep ValueProvider newInstance concode_elem_sep boolean isSvn |
Connection function ( String arg0 , String arg1 , String arg2 ) { SharedDBConnection loc0 = getInstance ( ) ; Connection loc1 = loc0 . getConnection ( arg0 , arg1 , arg2 ) ; return loc1 ; } | if there do n't exist the connection or it is closed , create and store it . concode_field_sep SharedDBConnection instance concode_elem_sep boolean DEBUG concode_elem_sep Map<String,Connection> sharedConnections concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void c... |
int function ( ) { return getService ( ) . getJIRAChangeGroupsCount ( ) ; } | returns the number of j i r a change groups . concode_field_sep JIRAChangeGroupLocalService _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.dao.orm.DynamicQ... |
void function ( String arg0 ) { this . username = arg0 ; } | sets username . concode_field_sep List<DeAccessionItem> deAccessionItems concode_elem_sep String username concode_field_sep List<DeAccessionItem> getDeAccessionItems concode_elem_sep void setDeAccessionItems concode_elem_sep String getUsername |
byte function ( ) { return green ; } | returns the green component of this colour . concode_field_sep byte red concode_elem_sep byte green concode_elem_sep byte blue concode_elem_sep byte alpha concode_elem_sep boolean hasalpha concode_field_sep byte getRed concode_elem_sep byte[] toArray concode_elem_sep byte getBlue concode_elem_sep byte getAlpha concode_... |
void function ( IConfigurationElement arg0 , String arg1 ) { IExtension loc0 = arg0 . getDeclaringExtension ( ) ; System . err . println ( "srini_string" + loc0 . getContributor ( ) . getName ( ) + "srini_string" + loc0 . getExtensionPointUniqueIdentifier ( ) ) ; System . err . println ( arg1 ) ; } | logs the error in the desktop log using the provided text and the information in the configuration element . concode_field_sep String VALIDITY_EXPORTER_NAME_ATTRIBUTE concode_elem_sep String VALIDITY_EXPORTER_EXTENSION_POINT concode_elem_sep String VALIDITY_EXPORTER_TYPE_ATTRIBUTE concode_elem_sep String VALIDITY_EXPOR... |
String function ( ) { if ( inputSource == null ) { return null ; } else { return inputSource . getSystemId ( ) ; } } | get the base id uri or system id from where uris will be resolved . concode_field_sep String FEATURE concode_elem_sep XMLReader reader concode_elem_sep InputSource inputSource concode_field_sep InputSource sourceToInputSource concode_elem_sep void setSystemId concode_elem_sep void setInputSource concode_elem_sep void s... |
void function ( float arg0 ) { if ( arg0 == rot ) return ; rot = arg0 ; innerRotated = CropMath . getCornersFromRect ( inner ) ; rotateInner ( ) ; if ( ! isConstrained ( ) ) reconstrain ( ) ; } | sets rotation , and re-constrains inner to fit within the rotated bounding rect . concode_field_sep float rot concode_elem_sep RectF outer concode_elem_sep float[] innerRotated concode_elem_sep RectF inner concode_field_sep void reconstrain concode_elem_sep void setToInner concode_elem_sep Matrix getRotMatrix concode_e... |
void function ( String arg0 ) { id = arg0 ; } | set the container id concode_field_sep String businessProcessName concode_elem_sep boolean deletable concode_elem_sep boolean duplicable concode_elem_sep String typeName concode_elem_sep boolean updatable concode_elem_sep String typeDescription concode_elem_sep String typeId concode_elem_sep String id concode_elem_sep ... |
void function ( Integer arg0 ) { this . mId = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column t_match_football_member . m_id concode_field_sep Integer uId concode_elem_sep Date updateDate concode_elem_sep String matchMemberPosition concode_elem_sep Integer mmId concode_elem_sep Integer delsign concode_elem_sep Int... |
java . lang . String function ( ) { return _chiTietYeuCauGiaiTrinh . getMaThongTinPhanAnh ( ) ; } | returns the ma thong tin phan anh of this chi tiet yeu cau giai trinh . concode_field_sep ChiTietYeuCauGiaiTrinh _chiTietYeuCauGiaiTrinh concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep int getSoLuong con... |
void function ( final Collection arg0 , final String arg1 ) { if ( CollectionUtils . isEmpty ( arg0 ) ) { throw new ConfigException ( arg1 ) ; } } | assert that a collection has elements ; that is , it must not be null and must have at least one element . assert.notempty collection , `` collection must have elements '' ; concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void isAssignable concode_elem_sep void contains concode_... |
List < Tag > function ( ) { return tags ; } | get tags 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 Pet addTagsItem concode_elem_sep Str... |
Hashtable function ( ) { return checkboxStates ; } | gets the table of checkbox states . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep TimeZone selec... |
String function ( final String arg0 ) { return new StringBuilder ( ) . append ( m_group . replaceAll ( GROUP_SEPARATOR , FILE_SEPARATOR ) ) . append ( FILE_SEPARATOR ) . append ( m_artifact ) . append ( FILE_SEPARATOR ) . append ( arg0 ) . append ( FILE_SEPARATOR ) . append ( METADATA_FILE ) . toString ( ) ; } | returns the path to metdata file corresponding to this artifact version . concode_field_sep String CLASSIFIER_SEPARATOR concode_elem_sep String m_fullClassifier concode_elem_sep String FILE_SEPARATOR concode_elem_sep String TYPE_SEPARATOR concode_elem_sep String m_artifact concode_elem_sep String m_group concode_elem_s... |
CTShapeProperties function ( ) { return spPr ; } | gets the value of the sppr property . concode_field_sep CTNumDataSource val concode_elem_sep CTSerTx tx concode_elem_sep CTDLbls dLbls concode_elem_sep List<CTErrBars> errBars concode_elem_sep CTExtensionList extLst concode_elem_sep List<CTTrendline> trendline concode_elem_sep CTAxDataSource cat concode_elem_sep CTPict... |
int function ( String arg0 ) { return convertBufferToInt ( getValue ( arg0 ) ) ; } | read an int value . concode_field_sep String path concode_elem_sep RegistryKey root concode_elem_sep int handle concode_elem_sep RegistryKey CLASSES_ROOT concode_elem_sep RegistryKey CURRENT_USER concode_elem_sep RegistryKey LOCAL_MACHINE concode_elem_sep RegistryKey USERS concode_field_sep String getStringValue concod... |
Insets function ( ) { return new Insets ( top , left , bottom , right ) ; } | creates an insets object based on this imminsets . concode_field_sep int top concode_elem_sep ImmInsets _sEmptyInsets concode_elem_sep int left concode_elem_sep int bottom concode_elem_sep int right concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toSt... |
List < CTDefinedNameArgumentDescription > function ( ) { if ( argumentDescription == null ) { argumentDescription = new ArrayList < CTDefinedNameArgumentDescription > ( ) ; } return this . argumentDescription ; } | gets the value of the argumentdescription property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the argumentdescription property . for example , t... |
void function ( java . lang . String arg0 ) { this . numeroCliente = arg0 ; } | sets the numerocliente value for this ctbodyrq . concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.String estado concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String numeroCliente concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String numeroDocume... |
void function ( final byte [ ] arg0 , final int arg1 , final int arg2 ) { if ( arg0 == null ) { processData ( true ) ; } else { bits . read_from ( arg0 , arg1 , arg2 ) ; processData ( false ) ; } } | this is where the actual decoding takes place concode_field_sep short[] outputData concode_elem_sep int outputSize concode_elem_sep String VERSION concode_elem_sep float[] decodedData concode_elem_sep int frameSize concode_elem_sep int channels concode_elem_sep Bits bits concode_elem_sep Decoder decoder concode_elem_se... |
String function ( ) { return effectiveLocalStorageUrl ; } | gets the value of the effectivelocalstorageurl property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String contentResourceURI concode_elem_sep String providerRole concode_elem_sep String provider concode_elem_sep String name concode_elem_sep String format concod... |
void function ( ConnectionEvent arg0 ) { } | a service was disconnected . concode_field_sep PlaceHolder placeHolder concode_field_sep void closed concode_elem_sep void opened |
void function ( int arg0 ) { this . inBoundThreadPoolSize = arg0 ; } | set the default size of the inbound thread pool size concode_field_sep Set<StatementBean> statementBeans concode_elem_sep ComplexEventManager instance concode_elem_sep ConfigurationDBRef configDB concode_elem_sep int timmerThreadPoolSize concode_elem_sep double purgeIntervalSeconds concode_elem_sep int inBoundThreadPoo... |
JAXBElement < GetQuestions > function ( GetQuestions arg0 ) { return new JAXBElement < GetQuestions > ( _GetQuestions_QNAME , GetQuestions . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _GenerateQuiz_QNAME concode_elem_sep QName _GetQuestionsResponse_QNAME concode_elem_sep QName _GradeQuiz_QNAME concode_elem_sep QName _GetQuestions_QNAME concode_elem_sep QName _GradeQuizResponse_QNAME concode_elem_sep QName _GenerateQuizResponse_QNAME concode_f... |
SubnetInfo function ( ) { return new SubnetInfo ( ) ; } | return a subnetinfo instance that contains subnet-specific statistics concode_field_sep Pattern CIDR_PATTERN concode_elem_sep int broadcast concode_elem_sep boolean inclusiveHostCount concode_elem_sep int address concode_elem_sep long UNSIGNED_INT_MASK concode_elem_sep int netmask concode_elem_sep String SLASH_FORMAT c... |
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes |
void function ( ) { assert blinker == null ; blinker = new Thread ( this ) ; blinker . start ( ) ; } | start the listener thread . concode_field_sep Thread blinker concode_elem_sep Map<SocketAddress,ProxyVehicleSimView> sa2ProxyVehicle concode_elem_sep Simulator sim concode_elem_sep int DEFAULT_VEHICLE_UDP_PORT concode_elem_sep int DEFAULT_LISTENER_UDP_PORT concode_elem_sep int udpPort concode_elem_sep DatagramSocket ds... |
long function ( ) { return valueOffset ; } | retrieves the entry 's valueoffset value . concode_field_sep int valueCount concode_elem_sep int tag concode_elem_sep IFDType type concode_elem_sep long valueOffset concode_field_sep IFDType getType concode_elem_sep int getValueCount concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep int g... |
void function ( String arg0 ) { Iterator loc0 = map . values ( ) . iterator ( ) ; Grantee loc1 ; for ( ; loc0 . hasNext ( ) ; ) { loc1 = ( Grantee ) loc0 . next ( ) ; if ( loc1 . hasRoleDirect ( arg0 ) ) { loc1 . revoke ( arg0 ) ; } } } | removes a role from all members concode_field_sep IntKeyHashMap hRightsLists concode_elem_sep Database database concode_elem_sep IntValueHashMap rightsStringLookup concode_elem_sep HashMappedList map concode_elem_sep String[] emptyRightsList concode_elem_sep RoleManager roleManager concode_field_sep String[] getRightsA... |
int function ( ) { return edges . size ( ) ; } | get the number of road segments in the graph concode_field_sep HashSet<MapEdge> edges concode_elem_sep HashMap<GeographicPoint,MapNode> pointNodeMap concode_field_sep List<GeographicPoint> dijkstra concode_elem_sep List<GeographicPoint> dijkstra concode_elem_sep boolean isNode concode_elem_sep List<GeographicPoint> aSt... |
InstanceHealthSummary function ( Integer arg0 ) { setInfo ( arg0 ) ; return this ; } | green . an operation is in progress on an instance . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_elem_sep Integer unknown concode_elem_sep Integer info concode_fie... |
void function ( String arg0 ) { m_description = arg0 ; } | sets the description . concode_field_sep String m_description concode_elem_sep String m_title concode_elem_sep String m_basePath concode_elem_sep String m_path concode_elem_sep CmsUUID m_id concode_elem_sep String m_rootPath concode_field_sep String getBasePath concode_elem_sep String getTitle concode_elem_sep boolean ... |
PixelFormat function ( final int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; final PixelFormat loc0 = new PixelFormat ( this ) ; loc0 . arg0 = arg0 ; return loc0 ; } | returns a new pixelformat object with the same properties as this pixelformat and the new auxiliary buffers value . concode_field_sep int bpp concode_elem_sep int accum_bpp concode_elem_sep int accum_alpha concode_elem_sep int colorSamples concode_elem_sep int samples concode_elem_sep boolean sRGB concode_elem_sep int ... |
HttpHost [ ] function ( HttpHost arg0 ) { if ( arg0 == null ) return EMPTY_HTTP_HOST_ARRAY ; return new HttpHost [ ] { arg0 } ; } | helper to convert a proxy to a proxy chain . concode_field_sep HttpHost targetHost concode_elem_sep TunnelType tunnelled concode_elem_sep InetAddress localAddress concode_elem_sep HttpHost[] proxyChain concode_elem_sep boolean secure concode_elem_sep HttpHost[] EMPTY_HTTP_HOST_ARRAY concode_elem_sep LayerType layered c... |
String function ( Object arg0 ) { if ( arg0 == null ) return null ; else return get ( arg0 . getClass ( ) ) . doRender ( arg0 ) ; } | find the appropriate renderer for the class type of the o parameter . this is accomplished by calling the #get class method . once a renderer is found , it isapplied on the object o and the result is returned as a string . concode_field_sep Hashtable map concode_elem_sep ObjectRenderer defaultRenderer concode_field_sep... |
Color [ ] function ( ) { Color [ ] loc0 = new Color [ this . colors . length ] ; System . arraycopy ( this . colors , 0 , loc0 , 0 , this . colors . length ) ; return loc0 ; } | returns a copy of the array of colors used by this gradient . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[... |
void function ( String arg0 ) { this . userName = arg0 ; } | setter for username concode_field_sep long DEFAULT_MEMORY concode_elem_sep String zookeeperHost concode_elem_sep String password concode_elem_sep Connector connector concode_elem_sep String instanceName concode_elem_sep Logger logger concode_elem_sep BatchWriter batchwriter concode_elem_sep long memoryLimit concode_ele... |
ProgressStep function ( ) { return step ; } | gets the current progress step . concode_field_sep Integer progressRatio concode_elem_sep Message newLogs concode_elem_sep ProgressStep step concode_elem_sep Message currentPhaseSummary concode_field_sep Message getCurrentPhaseSummary concode_elem_sep Integer getProgressRatio concode_elem_sep Message getNewLogs |
String function ( ) { return dictionary . getNameAsString ( COSName . SUB_FILTER ) ; } | returns the subfilter . concode_field_sep COSName FILTER_CICI_SIGNIT concode_elem_sep COSDictionary dictionary concode_elem_sep COSName FILTER_ENTRUST_PPKEF concode_elem_sep COSName SUBFILTER_ADBE_X509_RSA_SHA1 concode_elem_sep COSName SUBFILTER_ADBE_PKCS7_DETACHED concode_elem_sep COSName FILTER_ADOBE_PPKLITE concode_... |
void function ( float arg0 ) { durability . setValue ( UtilityFunctions . and ( durability . getValue ( ) , arg0 ) ) ; } | decrease durability value by a percentage of the remaining range concode_field_sep char MARK concode_elem_sep ShortFloat durability concode_elem_sep ShortFloat priority concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat quality concode_field_sep float summary concode_elem_sep String toStringBrief concode_elem_... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _kaleoNodeLocalService . arg0 ( arg0 ) ; } | performs a dynamic query on the database and returns the matching rows . concode_field_sep KaleoNodeLocalService _kaleoNodeLocalService concode_field_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.p... |
String function ( ) { if ( ! hasNext ( ) ) { throw new NoSuchElementException ( "srini_string" ) ; } String loc0 = cachedLine ; cachedLine = null ; return loc0 ; } | returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep Logger logger concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep String next concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void clos... |
void function ( LabeledExprParser . PrintExprContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterBlank concode_elem_sep void enterEvaluate concode_elem_sep void enterProg concode_elem_sep void exitAddSub concode_elem_sep void enterDouble concode_elem_sep void enterInt concode_elem_sep void enterId concod... |
PaymentChannelServer function ( PaymentChannelServer arg0 , boolean arg1 ) { if ( this . connectedHandler != null && ! arg1 ) return this . connectedHandler ; this . connectedHandler = arg0 ; return arg0 ; } | attempts to connect the given handler to this , returning true if it is the new handler , false if there was already one attached . concode_field_sep Coin bestValueToMe concode_elem_sep long refundTransactionUnlockTimeSecs concode_elem_sep PaymentChannelServer connectedHandler concode_elem_sep Transaction contract conc... |
String function ( String arg0 ) { if ( arg0 == null || arg0 . trim ( ) . isEmpty ( ) ) { return "srini_string" ; } else { return "srini_string" + arg0 + "srini_string" ; } } | creates a refname in the name / shortidentifier form . concode_field_sep Logger logger concode_elem_sep int INSTANCE_SPEC_TYPE_TOKEN concode_elem_sep String displayName concode_elem_sep String URN_PREFIX concode_elem_sep String ITEMS_REGEX concode_elem_sep int MIN_TOKENS concode_elem_sep int MIN_TOKENS concode_elem_sep... |
String function ( ) { return stringData . toString ( ) ; } | returns a string representation of the object . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encry... |
char function ( int arg0 , int arg1 ) { return wordGrid [ arg0 ] [ arg1 ] ; } | return the character at the specified coordinates concode_field_sep char[][] wordGrid concode_field_sep int getGridSize concode_elem_sep void createWordGrid concode_elem_sep void readGridFile concode_elem_sep String toString |
void function ( int arg0 ) { DatePicker . this . scroll ( SwipeElementDirection . RIGHT , arg0 ) ; } | swipes line of dates rightward concode_field_sep AppiumDriver<? extends MobileElement> driver concode_elem_sep MobileElement pickerHeadElement concode_elem_sep String dateItemHeadElementSelector concode_elem_sep PlatformDriver platformDriver concode_elem_sep ArrayList<DateItem> dates concode_elem_sep String headElement... |
void function ( ClientState arg0 ) { state = arg0 ; switch ( state ) { case READY : gamestateCounter = 20 ; } } | changes the state of the client . concode_field_sep int gamestateCounter concode_elem_sep int lastFullPlayerState concode_elem_sep InetSocketAddress address concode_elem_sep Action latestActionPacket concode_elem_sep LinkedList<Snapshot> snapsBuffer concode_elem_sep int RESEND_DELAY concode_elem_sep String name concode... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep vo... |
double function ( ) { return maxGoodPoints == 0 ? 0 : pReleventSum / maxGoodPoints ; } | return the average precision at recall points . concode_field_sep double numPoints concode_elem_sep ArrayList<RecallPoint> recallPoints concode_elem_sep double numGoodPoints concode_elem_sep double pAt[] concode_elem_sep long docNamesExtractTime concode_elem_sep String padd concode_elem_sep long searchTime concode_elem... |
DlvyInstTypeEnumT function ( ) { return instTyp ; } | gets the value of the insttyp property . concode_field_sep String instSrc concode_elem_sep List<SettlPartiesBlockT> pty concode_elem_sep DlvyInstTypeEnumT instTyp concode_field_sep void setInstSrc concode_elem_sep String getInstSrc concode_elem_sep List<SettlPartiesBlockT> getPty concode_elem_sep void setInstTyp |
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } } | saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ... |
void function ( PrintWriter arg0 , byte [ ] arg1 ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { arg0 . print ( loc0 ) ; emitHexByte ( arg0 , arg1 [ loc1 ] ) ; loc0 = ( ( loc1 + 1 ) % 13 == 0 ) ? "srini_string" : "srini_string" ; } arg0 . println ( ) ; } | emits the c++ code corresponding to the binary metadata as a static byte array . concode_field_sep byte[] data concode_elem_sep int copyrightYear concode_elem_sep String typeName concode_elem_sep String headerInclude concode_elem_sep Type type concode_elem_sep String guardName concode_elem_sep char[] UPPER_HEX concode_... |
String function ( String arg0 , String arg1 ) { return HierarchicalUriComponents . encodeUriComponent ( arg0 , arg1 , HierarchicalUriComponents . Type . USER_INFO ) ; } | encodes the given uri user info with the given encoding . concode_field_sep String LAST_PATTERN concode_elem_sep String QUERY_PATTERN concode_elem_sep Pattern URI_PATTERN concode_elem_sep String HTTP_PATTERN concode_elem_sep String USERINFO_PATTERN concode_elem_sep String PORT_PATTERN concode_elem_sep Pattern HTTP_URL_... |
T function ( String arg0 ) { if ( ! m_uniqueIds ) { throw new UnsupportedOperationException ( "srini_string" ) ; } return m_objectsById . get ( arg0 ) ; } | returns the object with the given id . if uniqueids is set to false an object containing a list with all the objects with the given id is returned . if the container no contains any object with the given id , null is returned . concode_field_sep T m_object concode_elem_sep Map<String,List<T>> m_objectsListsById concode... |
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; } | returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se... |
void function ( URL arg0 , int arg1 ) { checkProperty ( arg0 , "srini_string" , arg1 , null ) ; } | check access to ` java.home ' property . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_sep Logger LOGGER concode_elem_sep Asset GRANT_PERMISSIONS_XML concode_e... |
void function ( Map < ? , ? > arg0 ) { if ( arg0 == null || ! ( arg0 instanceof Attributes ) ) { throw new ClassCastException ( arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; } this . map . putAll ( arg0 ) ; } | stores all the key/value pairs in the argument in this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTA... |
void function ( final Properties arg0 , final File arg1 , final String arg2 ) { FileOutputStream loc0 = null ; try { loc0 = new FileOutputStream ( arg1 ) ; arg0 . store ( loc0 , arg2 ) ; } finally { if ( loc0 != null ) { loc0 . close ( ) ; } } } | helper method for saving the given properties instance to the given file . concode_field_sep File buildPropsFile concode_elem_sep Record buildProps concode_elem_sep File gpPropsFile concode_elem_sep Record customProps concode_elem_sep boolean useSystemProperties concode_elem_sep File resourcesDir concode_elem_sep File ... |
void function ( ) { } | initiate the dictionary . retrieve any needed attributes . concode_field_sep Reference pObjectReference concode_elem_sep Hashtable entries concode_elem_sep Library library concode_elem_sep boolean inited concode_field_sep Number getNumber concode_elem_sep Library getLibrary concode_elem_sep void setPObjectReference con... |
String function ( ) { return desc_ ; } | returns the text description of the object . concode_field_sep String objOwner_ concode_elem_sep String objName_ concode_elem_sep Date saveDateTime_ concode_elem_sep int asp_ concode_elem_sep String extObjAttr_ concode_elem_sep int objSize_ concode_elem_sep String aspDevName_ concode_elem_sep long serialVersionUID conc... |
boolean function ( @ NotNull PsiDirectory arg0 ) { return hasChanges ( arg0 . getVirtualFile ( ) , arg0 . getProject ( ) ) ; } | allows to answer if any file below the given directory any level of nesting has changes in comparison with vcs . concode_field_sep Logger LOG concode_elem_sep Key<CharSequence> TEST_REVISION_CONTENT concode_field_sep List<PsiFile> getChangedFiles concode_elem_sep List<TextRange> calculateChangedTextRanges concode_elem_... |
ServerSocket function ( int arg0 , boolean arg1 ) { try { return createServerSocketTry ( arg0 , arg1 ) ; } catch ( SQLException loc0 ) { return createServerSocketTry ( arg0 , arg1 ) ; } } | create a server socket . the system property h2.bindaddress is used if set . concode_field_sep int CACHE_MILLIS concode_elem_sep String cachedLocalAddress concode_elem_sep long cachedLocalAddressTime concode_elem_sep InetAddress bindAddress concode_field_sep Socket createSocket concode_elem_sep Socket createSocket conc... |
String function ( String arg0 , String arg1 , String arg2 ) { Bundle loc0 = new Bundle ( ) ; loc0 . putString ( GET_IMAP_ID_USER , arg0 ) ; loc0 . putString ( GET_IMAP_ID_HOST , arg1 ) ; loc0 . putString ( GET_IMAP_ID_CAPA , arg2 ) ; String loc1 = getPolicy ( GET_IMAP_ID , loc0 ) . getString ( GET_IMAP_ID ) ; return lo... | returns additional key/value pairs for the imap id string . vendor function : select : get_imap_id params : get_imap_id_user string get_imap_id_host string get_imap_id_capabilities string result : get_imap_id string concode_field_sep String GET_IMAP_ID_USER concode_elem_sep String FIND_PROVIDER_NOTE concode_elem_sep Ve... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<WallEntryLocalService,WallEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries concode_elem_sep... |
void function ( String arg0 ) { this . title = arg0 ; } | sets the value of the title property . concode_field_sep String title concode_field_sep String getTitle |
long function ( long arg0 , boolean arg1 , Object arg2 ) { if ( ! arg1 ) { throw new IllegalArgumentException ( String . valueOf ( arg2 ) + "srini_string" + arg0 ) ; } return arg0 ; } | check an argument for false conditions concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; return loc0 ; } | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
int function ( int arg0 , double arg1 ) { return ( int ) ( arg0 * Math . cos ( arg1 ) ) ; } | calculates the x 's position using a angle in radians and a length . concode_field_sep int posX concode_elem_sep int posY concode_elem_sep int diameter concode_elem_sep int[] x concode_elem_sep int[] y concode_elem_sep int radius concode_field_sep int getDiameter concode_elem_sep int calculateY concode_elem_sep void se... |
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . 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 statu... |
void function ( symbol_set arg0 ) { not_null ( arg0 ) ; for ( Enumeration loc0 = arg0 . all ( ) ; loc0 . hasMoreElements ( ) ; ) remove ( ( symbol ) loc0 . nextElement ( ) ) ; } | remove set subtract a complete set . concode_field_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void not_null concode_elem_sep int hashCode concode_elem_sep boolean is_superset_... |
void function ( SignatureType arg0 ) { this . signature = arg0 ; } | sets the value of the signature property . concode_field_sep String tslTag concode_elem_sep SignatureType signature concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep TSLSchemeInformationType schemeInformation concode_elem_sep TrustServiceProviderListType trustServiceProviderList concode... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String name concode_elem_sep Boolean disabled concode_elem_sep String id concode_elem_sep String type concode_elem_sep Properties properties concode_field_sep void setName concode_elem_sep String getType concode_elem_sep void setDisabled concode_elem_sep Propertie... |
int function ( List arg0 , Menu arg1 ) { if ( arg0 == null ) return - 1 ; for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { Menu loc1 = ( Menu ) arg0 . get ( loc0 ) ; if ( loc1 . getMenuId ( ) . intValue ( ) == arg1 . getMenuId ( ) . intValue ( ) ) { return loc0 ; } } return - 1 ; } | check if the menu element in input is already presents into the list concode_field_sep String LAYOUT_ALL_LEFT concode_elem_sep String LAYOUT_ADMIN_MENU concode_elem_sep String LAYOUT_TOP_LEFT concode_elem_sep String DEFAULT_EXTRA concode_elem_sep Logger logger concode_elem_sep String MENU_EXTRA concode_elem_sep String ... |
Date function ( ) { return start ; } | get the start date of the date range concode_field_sep TimeZone tz concode_elem_sep Date start concode_elem_sep Date end concode_field_sep String toString concode_elem_sep boolean inRange concode_elem_sep Date getEnd |
void function ( final String arg0 ) { put ( "srini_string" , arg0 ) ; } | put id . concode_field_sep long id concode_elem_sep String principalId concode_elem_sep Map<String,String> properties concode_elem_sep String type concode_field_sep void putAgent concode_elem_sep void setProperties concode_elem_sep void putTimestamp concode_elem_sep void putServerIpAddress concode_elem_sep String getCl... |
long function ( ) { return streamInitiation . getFile ( ) . getSize ( ) ; } | returns the size in bytes of the file . concode_field_sep FileTransferManager manager concode_elem_sep StreamInitiation streamInitiation concode_field_sep StreamInitiation getStreamInitiation concode_elem_sep String getMimeType concode_elem_sep String getRequestor concode_elem_sep void reject concode_elem_sep String ge... |
void function ( String arg0 ) { this . requestHash = arg0 ; } | this method sets the hash of the request to the cache concode_field_sep long expireTimeMillis concode_elem_sep boolean isSOAP11 concode_elem_sep Map<String,Object> headerProperties concode_elem_sep AtomicBoolean inUse concode_elem_sep String requestHash concode_elem_sep String responseHash concode_elem_sep byte[] respo... |
boolean function ( ) { if ( FileUtils . checkIfDirIsHidden ( this . currentFolder , configuration ) ) { throw new ConnectorException ( Constants . Errors . CKFINDER_CONNECTOR_ERROR_INVALID_REQUEST , false ) ; } return false ; } | checks if current folder is hidden . concode_field_sep Exception exception concode_elem_sep IConfiguration configuration concode_elem_sep String currentFolder concode_elem_sep String userRole concode_elem_sep String type concode_field_sep boolean checkConnector concode_elem_sep void initParams concode_elem_sep void set... |
RestUrlBuilder function ( ) { return usingBaseUrl ( ServletUriComponentsBuilder . fromCurrentServletMapping ( ) . build ( ) . toUriString ( ) ) ; } | extracts the base url from current request concode_field_sep String baseUrl concode_field_sep String getBaseUrl concode_elem_sep RestUrlBuilder fromRequest concode_elem_sep String buildUrl concode_elem_sep RestUrlBuilder usingBaseUrl |
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . fldFilter = arg0 ; } | sets the fldfilter value for this othercustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_el... |
Manifold function ( ) { return m_manifold ; } | get the contact manifold . do not set the point count to zero . instead call disable . concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Manifold oldManifold concode_elem_sep Fixture m_fixtureA concode_elem_sep int m_flags concode_elem_sep IWorl... |
java . lang . String function ( ) { return filter_string ; } | gets the filter_string value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem... |
int function ( int arg0 ) { ExceptionTableEntry loc0 = ( ExceptionTableEntry ) entries . get ( arg0 ) ; return loc0 . catchType ; } | returns catchtype of the n-th entry . concode_field_sep ArrayList entries concode_elem_sep ConstPool constPool concode_elem_sep int catchType concode_elem_sep int endPc concode_elem_sep int startPc concode_elem_sep int handlerPc concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem... |
void function ( String arg0 ) { this . newCgd = arg0 ; } | sets new cgd . concode_field_sep String jobName concode_elem_sep String itemInstitution concode_elem_sep String oldCgd concode_elem_sep String notes concode_elem_sep String itemBarcode concode_elem_sep String jobDescription concode_elem_sep String newCgd concode_elem_sep Date startDate concode_elem_sep String status co... |
ArrayList < Integer > function ( ArrayList < Integer > arg0 , int arg1 , String arg2 , String arg3 ) { int loc0 = arg3 . length ( ) - arg2 . length ( ) ; int loc1 = ( arg1 + arg3 . length ( ) - 1 ) + loc0 * arg0 . size ( ) ; arg0 . add ( loc1 ) ; return arg0 ; } | with start ind of longstr in index , get its index in extended string and add it into ends arraylist concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Integer> strStr concode_elem_sep String replace concode_elem_sep String replace |
Long function ( ) { return petId ; } | get petid concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString concode_... |
Font function ( String arg0 , int arg1 , int arg2 ) { return getFont ( arg0 , arg1 , arg2 , false , false ) ; } | returns a font based on its name , height and style . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idT... |
int function ( Properties arg0 , String arg1 , String arg2 , Object arg3 ) { return IDFinder . get_IDWithColumn ( arg1 , arg2 , arg3 , getClientId ( arg0 ) , getTrxName ( arg0 ) ) ; } | get id from column value for a table . concode_field_sep CLogger log concode_field_sep int copyFile concode_elem_sep TransformerHandler getLogDocument concode_elem_sep String getStringValue concode_elem_sep int getClientId concode_elem_sep int record_log concode_elem_sep String getTrxName concode_elem_sep String getPac... |
void function ( FileSystem arg0 ) { this . proxiedFs = arg0 ; } | setter for proxiedfs . concode_field_sep Logger LOG concode_elem_sep FileSystem proxiedFs concode_field_sep Optional<Token<?>> getTokenFromSeqFile concode_elem_sep FileSystem getProxiedFileSystem concode_elem_sep FileSystem getProxiedFileSystem |
void function ( ) { } | destructor for this list . if a caller created this list using the #sbmlnamespaceslist constructor , the caller should use this method to delete this list object after it is no longer in use . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep long getSize concode_elem_sep SBMLNamespa... |
String function ( ) { String loc0 [ ] = "srini_string" . split ( "srini_string" ) ; return loc0 [ 0 ] + "srini_string" + loc0 [ 1 ] ; } | get compatible version string of this tool concode_field_sep processing.app.Editor editor concode_elem_sep boolean g4p_error_shown concode_elem_sep GuiDesigner dframe concode_field_sep String getVersion concode_elem_sep void init concode_elem_sep boolean guiTabExists concode_elem_sep void run concode_elem_sep int getVe... |
List < T > function ( String arg0 ) { JsonParser loc0 = LoganSquare . JSON_FACTORY . createParser ( arg0 ) ; loc0 . nextToken ( ) ; return parseList ( loc0 ) ; } | parse a list of objects from a string . note : parsing from an inputstream should be preferred over parsing from a string if possible . concode_field_sep PlaceHolder placeHolder concode_field_sep void serialize concode_elem_sep String serialize concode_elem_sep void serialize concode_elem_sep String serialize concode_e... |
Map < String , Integer > function ( String arg0 ) { Map < String , Integer > loc0 = new HashMap < String , Integer > ( ) ; Set < String > loc1 = getURLs ( arg0 ) ; for ( String loc2 : loc1 ) { Integer loc3 = getCount ( loc2 , arg0 ) ; loc2 = loc2 . replace ( "srini_string" , "srini_string" ) ; loc0 . put ( loc2 . subst... | looks up a term and returns a map from url to count . concode_field_sep Jedis jedis concode_field_sep void add concode_elem_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Set<String> urlSetKeys concode_elem_sep void main concode_elem_sep void printIndex concode_elem_sep String termCounterKey... |
T function ( String arg0 , double arg1 , final F . Function0 < T > arg2 ) { return client ( ) . time ( arg0 , arg1 , new AbstractFunction0 < T > ( ) { public T apply ( ) { try { return arg2 . apply ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Throwable loc0 ) { throw new RuntimeException ( loc0 ) ; ... | time the given function and report the timing on the given key at the given rate concode_field_sep PlaceHolder placeHolder concode_field_sep void gauge concode_elem_sep void gauge concode_elem_sep void timing concode_elem_sep void timing concode_elem_sep void increment concode_elem_sep void increment concode_elem_sep v... |
long function ( double arg0 ) { long loc0 = Double . doubleToLongBits ( arg0 ) ; return loc0 ^ ( loc0 >> 63 ) & Long . MAX_VALUE ; } | converts a double value to a sortable long . the value is converted by getting their ieee 754 floating-point bit layout . some bits are swapped to be able to compare the result as long . concode_field_sep PlaceHolder placeHolder concode_field_sep int floatToSortableInt concode_elem_sep float sortableIntToFloat concode_... |
R function ( BooleanType arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; return loc0 ; } | f0 - > `` boolean '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.