code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
com . liferay . chat . model . Entry function ( long arg0 ) { return _entryLocalService . deleteEntry ( arg0 ) ; } | deletes the entry with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep EntryLocalService _entryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Actiona... |
String function ( ) { return state ; } | retrieves the csrf token . concode_field_sep Long expiresIn concode_elem_sep String state concode_elem_sep String accessToken concode_elem_sep TokenType tokenType concode_elem_sep String refreshToken concode_field_sep String getRefreshToken concode_elem_sep TokenType getTokenType concode_elem_sep Long getExpiresIn conc... |
javax . management . MBeanAttributeInfo [ ] function ( MBeanAttributeInfo [ ] arg0 ) { javax . management . MBeanAttributeInfo [ ] loc0 = new javax . management . MBeanAttributeInfo [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] . toMBeanAttributeInfo ( ) ; } r... | utility method to convert flash friendly attribute info instances to jmx attribute info instances . concode_field_sep MBeanConstructorInfo[] constructors concode_elem_sep MBeanOperationInfo[] operations concode_elem_sep String description concode_elem_sep String className concode_elem_sep MBeanAttributeInfo[] attribute... |
void function ( com . ericsson . otp . erlang . OtpOutputStream arg0 , Any arg1 ) { TypeCode loc0 = arg1 . type ( ) ; arg0 . write_tuple_head ( 3 ) ; arg0 . write_atom ( "srini_string" ) ; TypeCode . marshal ( arg0 , loc0 ) ; arg1 . write_value ( arg0 ) ; } | marshal method for the any class , encodes the any object to the output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep Any unmarshal |
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } } | enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon... |
void function ( String arg0 , List < MailBean > arg1 ) { if ( this . pushFilters . get ( arg0 ) == null ) { PushFilter loc0 = new PushFilter ( arg0 ) ; for ( MailBean loc1 : arg1 ) { String loc2 = loc1 . getOid ( ) ; loc0 . addToFilter ( loc2 ) ; } this . pushFilters . put ( arg0 , loc0 ) ; } } | initializes a pushfilter with oids that must not be sent as push notifications these are email instances that are already synchronized with the device notifications should only be sent for email instances that are newly arrived on the mail server concode_field_sep Map<String,PushFilter> pushFilters concode_elem_sep Mai... |
double [ ] function ( ) { double [ ] loc0 = new double [ 2 ] ; loc0 [ 0 ] = mTotal ; return loc0 ; } | returns the values of the data concode_field_sep UidInfo m_uidInfo concode_elem_sep long mTotal concode_elem_sep int mUid concode_elem_sep Drawable m_icon concode_elem_sep long serialVersionUID concode_field_sep void setTotal concode_elem_sep String getName concode_elem_sep String formatRatio concode_elem_sep String ge... |
String function ( String arg0 , boolean arg1 ) { PropertyPlaceholderHelper loc0 = ( arg1 ? nonStrictHelper : strictHelper ) ; return loc0 . replacePlaceholders ( arg0 , new SystemPropertyPlaceholderResolver ( arg0 ) ) ; } | resolve $ ... placeholders in the given text , replacing them with corresponding system property values . unresolvable placeholders with no default value are ignored and passed through unchanged if the flag is set to true . concode_field_sep String PLACEHOLDER_SUFFIX concode_elem_sep PropertyPlaceholderHelper strictHel... |
void function ( ) { if ( closed . compareAndSet ( false , true ) ) { doClose ( ) ; } } | closes this strategy and releases any zookeeper resources ; but keeps the zookeeper instance open concode_field_sep ZooKeeper zookeeper concode_elem_sep Logger LOG concode_elem_sep List<ACL> acl concode_elem_sep AtomicBoolean closed concode_elem_sep long retryDelay concode_elem_sep int retryCount concode_field_sep Obje... |
boolean function ( ) { if ( componentIndex >= numLines ) return false ; if ( vertexIndex < currentLine . getNumPoints ( ) - 1 ) return false ; return true ; } | checks whether the iterator cursor is pointing to the endpoint of a linestring . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep double segmentFraction concode_elem_sep LineString currentLine concode_field_sep void... |
double function ( ) { return value ; } | the value of the sum concode_field_sep CompensatedSum ZERO concode_elem_sep double NO_CORRECTION concode_elem_sep double delta concode_elem_sep long serialVersionUID concode_elem_sep double value concode_field_sep CompensatedSum add concode_elem_sep CompensatedSum add concode_elem_sep CompensatedSum add concode_elem_se... |
void function ( String arg0 ) { this . text = arg0 ; } | sets the value of the text property . concode_field_sep String textContext concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String text concode_field_sep String getTextContext concode_elem_sep void setTextContext concode_elem_sep String getText concode_elem_sep Map<QName,String> getOtherAttributes |
boolean function ( String arg0 ) { return new File ( arg0 ) . exists ( ) ; } | checks if the specified file path exists concode_field_sep String TAG_READ concode_elem_sep String TAG_WRITE concode_elem_sep int REBOOT_TIMEOUT concode_field_sep String readValue concode_elem_sep void showRebootDialog concode_elem_sep boolean directoryExists concode_elem_sep void showErrorDialog concode_elem_sep boole... |
void function ( Level arg0 ) { this . level = arg0 ; } | sets the level of the game in question concode_field_sep long gameTime concode_elem_sep EventBus events concode_elem_sep List<Player> players concode_elem_sep Level level concode_elem_sep boolean start concode_elem_sep Logger logger concode_elem_sep short nextPlayerNumber concode_elem_sep EventBus temporaryEvents conco... |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSDataClusterPK wsDataClusterPK concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc conco... |
void function ( Database arg0 ) { Iterator loc0 = serverMap . keySet ( ) . iterator ( ) ; for ( ; loc0 . hasNext ( ) ; ) { Server loc1 = ( Server ) loc0 . next ( ) ; HashSet loc2 = ( HashSet ) serverMap . get ( loc1 ) ; if ( loc2 . contains ( arg0 ) ) { loc1 . notify ( ServerConstants . SC_DATABASE_SHUTDOWN , arg0 . da... | notifies all servers that serve the database that the database has been shutdown . concode_field_sep IntKeyHashMap databaseIDMap concode_elem_sep int dbIDCounter concode_elem_sep HashMap fileDatabaseMap concode_elem_sep HsqlTimer timer concode_elem_sep HashMap memDatabaseMap concode_elem_sep HashMap resDatabaseMap conc... |
String function ( ) { return this . artifactId ; } | return the dependency artifact id . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... |
void function ( Scan arg0 ) { this . scan = arg0 ; } | sets the scan defining the actual details like columns etc. . concode_field_sep String LOG_PER_ROW_COUNT concode_elem_sep Method getCounter concode_elem_sep Table htable concode_elem_sep TaskAttemptContext context concode_elem_sep int rowcount concode_elem_sep ResultScanner scanner concode_elem_sep String HBASE_COUNTER... |
JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; } | append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri... |
HashSet < K > function ( ) { return new HashSet < K > ( ) ; } | creates an empty hashset instance.note : if e is an enum type , use enumset #noneof instead.note : if you only need an immutable empty set , use collections #emptyset instead . concode_field_sep PlaceHolder placeHolder concode_field_sep SortedSet<E> newSortedSet concode_elem_sep SortedSet<E> newSortedSet |
List < BigInteger > function ( String [ ] arg0 ) { ArrayList < BigInteger > loc0 = new ArrayList < BigInteger > ( arg0 . length ) ; for ( String loc1 : arg0 ) { loc0 . add ( BigInteger . valueOf ( Long . parseLong ( loc1 ) ) ) ; } return loc0 ; } | convert an array of values to a list of bigintegers . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep ... |
void function ( ) { obtainManager ( ) . registerNotificator ( this ) ; service = new ScheduledThreadPoolExecutor ( CORE_POOL_SIZE ) ; } | starts this notificatorservice . you must run this method on every instance before starting to pass any events to it . run it only once . concode_field_sep ExecutorService service concode_elem_sep Logger LOG concode_elem_sep int CORE_POOL_SIZE concode_field_sep SubscriptionManagerInterfaceForNotificators obtainManager ... |
void function ( ) { checkPresenter ( ) ; mPresenter . detachView ( ) ; mPresenter . pause ( ) ; } | commonly called from fragment 's / activity 's onstop . used for detaching the view from mpresenter , so no memory leaks happen . concode_field_sep PresentationModelSerializer<M> mSerializer concode_elem_sep String mPresentationModelKey concode_elem_sep P mPresenter concode_elem_sep M mPresentationModel concode_field_s... |
int function ( ) { return color ; } | non-android accessor . concode_field_sep PorterDuff.Mode mode concode_elem_sep int color concode_field_sep void setColor concode_elem_sep int hashCode concode_elem_sep void setMode concode_elem_sep PorterDuff.Mode getMode concode_elem_sep void __constructor__ |
long function ( ) { return datum . getStartTime ( ) ; } | get the start time concode_field_sep TaskAttemptStarted datum concode_field_sep TaskID getTaskId concode_elem_sep String getTrackerName concode_elem_sep ContainerId getContainerId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep String getAvataar concode_elem_sep int getHttpPort... |
boolean function ( long arg0 ) { return this . start <= arg0 && arg0 < this . end ; } | check whether a position is within the range . concode_field_sep long start concode_elem_sep long end concode_field_sep long getStart concode_elem_sep String toString concode_elem_sep long getEnd |
void function ( ) { try { httpClient . close ( ) ; } catch ( IOException loc0 ) { logger . error ( loc0 . getMessage ( ) , loc0 ) ; } } | closes the rest client and the underlying http client concode_field_sep ESLogger logger concode_elem_sep CloseableHttpClient httpClient concode_elem_sep Headers headers concode_elem_sep InetSocketAddress[] addresses concode_elem_sep HttpClientConnectionManager connectionPool concode_elem_sep RestSpec restSpec concode_e... |
String function ( CharSequence arg0 , Iterable arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; boolean loc1 = true ; for ( Object loc2 : arg1 ) { if ( loc1 ) { loc1 = false ; } else { loc0 . append ( arg0 ) ; } loc0 . append ( loc2 ) ; } return loc0 . toString ( ) ; } | returns a string containing the tokens joined by delimiters . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equals concode_elem_sep boolean isEmpty |
String function ( ) { return category ; } | gets the value of the category property . concode_field_sep Boolean _default concode_elem_sep String country concode_elem_sep String address3 concode_elem_sep String address2 concode_elem_sep String address1 concode_elem_sep String telephone concode_elem_sep String language concode_elem_sep String name concode_elem_sep... |
void function ( String arg0 ) { command = arg0 . toUpperCase ( ) ; } | set the nikobus command string without cr concode_field_sep int MAX_REPEAT concode_elem_sep long timeout concode_elem_sep String ack concode_elem_sep boolean waitForSilence concode_elem_sep int repeats concode_elem_sep boolean allowDuplicates concode_elem_sep String command concode_elem_sep int maxRetryCount concode_el... |
ModelMap function ( @ PathVariable Long arg0 ) { ModelMap loc0 = new ModelMap ( ) ; Sample loc1 = sampleService . read ( arg0 ) ; addLinksForSample ( Optional . empty ( ) , loc1 ) ; loc0 . addAttribute ( RESTGenericController . RESOURCE_NAME , loc1 ) ; return loc0 ; } | read a sample by its id concode_field_sep ProjectService projectService concode_elem_sep SampleService sampleService concode_elem_sep String REL_PROJECT concode_elem_sep String REL_PROJECT_SAMPLES concode_elem_sep String REL_PROJECT_SAMPLE concode_field_sep ModelMap copySampleToProject concode_elem_sep ModelMap updateS... |
void function ( ) { currentPhase ++ ; } | called during execution to move to the next phase at this level in the tree . concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep float progress conco... |
long function ( Collection < Path > arg0 ) { long loc0 = 0 ; for ( Path loc1 : arg0 ) { loc0 += getRecordCount ( loc1 ) ; } return loc0 ; } | get record count for a list of paths . concode_field_sep PlaceHolder placeHolder concode_field_sep NotImplementedException getNotImplementedException concode_elem_sep Path convertPath |
String function ( @ RequestParam ( required = false ) Long arg0 , Model arg1 ) { if ( arg0 == null ) arg0 = 10000l ; arg1 . addAttribute ( "srini_string" , cpuResourceWaster . findPrimes ( arg0 ) ) ; return "srini_string" ; } | ask the system to find a large number of prime numbers . this is cpu intensive . good for triggering autoscaling . concode_field_sep Logger logger concode_elem_sep Cloud cloud concode_elem_sep CpuResourceWaster cpuResourceWaster concode_field_sep String environment concode_elem_sep String index concode_elem_sep void ki... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _layoutBranchLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep LayoutBranchLocalService _layoutBranchLocalService concode_field_sep com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.ke... |
String function ( FontFileReader arg0 ) { tag [ 0 ] = arg0 . readTTFByte ( ) ; tag [ 1 ] = arg0 . readTTFByte ( ) ; tag [ 2 ] = arg0 . readTTFByte ( ) ; tag [ 3 ] = arg0 . readTTFByte ( ) ; checksum = arg0 . readTTFLong ( ) ; offset = arg0 . readTTFULong ( ) ; length = arg0 . readTTFULong ( ) ; return getTagString ( ) ... | read dir tab . concode_field_sep long offset concode_elem_sep long checksum concode_elem_sep long length concode_elem_sep byte[] tag concode_field_sep long getOffset concode_elem_sep String getTagString concode_elem_sep long getLength concode_elem_sep String toString concode_elem_sep long getChecksum concode_elem_sep b... |
BigInteger function ( ) { return factor ; } | gets the value of the factor property . concode_field_sep BigInteger radix concode_elem_sep String unit concode_elem_sep BigInteger factor concode_elem_sep BigDecimal value concode_field_sep BigDecimal getValue concode_elem_sep void setFactor concode_elem_sep void setValue concode_elem_sep void setUnit concode_elem_sep... |
LegendItem function ( int arg0 ) { return ( LegendItem ) this . items . get ( arg0 ) ; } | returns a legend item from the collection . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep int getItemCount concode_elem_sep boolean equals concode_elem_sep Object clone |
void function ( boolean arg0 ) { mTouchable = arg0 ; } | allow user touch on soilarea . concode_field_sep boolean mTouchable concode_elem_sep Color mHolePolyColor concode_elem_sep VertexBufferObjectManager mVertexBuffObjManager concode_elem_sep Boolean bChange concode_elem_sep Vector<Polygon> mCurrPolygons concode_elem_sep FixtureDef FIXTURE_DEF concode_elem_sep Engine mEngi... |
void function ( long arg0 ) { _attachment . setCompanyId ( arg0 ) ; } | sets the company 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... |
void function ( Configuration arg0 ) { this . conf = arg0 ; if ( arg0 == null ) return ; urlMetaTags = arg0 . getStrings ( CONF_PROPERTY ) ; } | handles conf assignment and pulls the value assignment from the `` urlmeta.tags '' property concode_field_sep String CONF_PROPERTY concode_elem_sep String[] urlMetaTags concode_elem_sep Logger LOG concode_elem_sep Configuration conf concode_field_sep NutchDocument filter concode_elem_sep Configuration getConf |
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; } | the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt... |
String function ( String arg0 , String arg1 ) { return TextProcessor . process ( arg0 , arg1 ) ; } | adds special marks so that that the given string is readable in a bidi environment . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURLPart concode_elem_sep String getFilePattern concode_elem_sep String getResourceName concode_elem_sep String getResourceName concode_elem_sep String getVersionName... |
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; } | determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists |
void function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( "srini_string" ) ; writeInt ( loc0 . length , PREFIX_8_BITS , 0 ) ; out . write ( loc0 ) ; } | writes a utf-8 encoded string . since ascii is a subset of utf-8 , this method can be used to write strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> I... |
int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; } | skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_e... |
long function ( byte [ ] arg0 ) { return hash64 ( arg0 , arg0 . length , DEFAULT_SEED ) ; } | murmur3 64-bit variant . this is essentially msb 8 bytes of murmur3 128-bit variant . concode_field_sep int M concode_elem_sep int C2_32 concode_elem_sep int R1 concode_elem_sep int R3 concode_elem_sep int C1_32 concode_elem_sep int N2 concode_elem_sep int N_32 concode_elem_sep long C1 concode_elem_sep long C2 concode_... |
void function ( String arg0 ) { this . scope = arg0 ; } | sets the value of the scope property . concode_field_sep long code concode_elem_sep String scope concode_elem_sep String description concode_elem_sep String id concode_elem_sep String message concode_field_sep void setCode concode_elem_sep String getMessage concode_elem_sep void setId concode_elem_sep String getId conc... |
String function ( final String arg0 ) { return Constants . CONFIG_VIEWFS_PREFIX + "srini_string" + arg0 ; } | get the config variable prefix for the specified mount table concode_field_sep PlaceHolder placeHolder concode_field_sep void setHomeDirConf concode_elem_sep void setHomeDirConf concode_elem_sep String getHomeDirValue concode_elem_sep String getHomeDirValue concode_elem_sep void addLink concode_elem_sep void addLink |
void function ( ) { JobID loc0 = new JobID ( "srini_string" , 2 ) ; ByteArrayOutputStream loc1 = new ByteArrayOutputStream ( ) ; loc0 . write ( new DataOutputStream ( loc1 ) ) ; assertEquals ( loc0 , JobID . read ( new DataInputStream ( new ByteArrayInputStream ( loc1 . toByteArray ( ) ) ) ) ) ; assertEquals ( "srini_s... | test jobid concode_field_sep PlaceHolder placeHolder concode_field_sep void testTaskCompletionEvent concode_elem_sep void testTaskAttemptID concode_elem_sep void testReporter concode_elem_sep void testDepricatedMethods concode_elem_sep void testJobProfile |
void function ( ) { install ( ) ; } | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void ... |
void function ( ) { agents . clear ( ) ; } | this method is meant for use by tests to purge any cache state between test invocations concode_field_sep boolean offline concode_elem_sep MavenContext mavenContext concode_elem_sep File localMavenRepositoryRoot concode_elem_sep Map<AgentKey,IProvisioningAgent> agents concode_elem_sep LocalRepositoryP2Indices localRepo... |
void function ( LogNode arg0 ) { mNext = arg0 ; } | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext |
void function ( ) { if ( data != null ) { data . clear ( ) ; } } | clears #data . does nothing if #data is null . concode_field_sep int BUFFER_REPLACEMENT_MODE_DISABLED concode_elem_sep int BUFFER_REPLACEMENT_MODE_NORMAL concode_elem_sep ByteBuffer data concode_elem_sep int size concode_elem_sep CryptoInfo cryptoInfo concode_elem_sep long timeUs concode_elem_sep int flags concode_elem... |
String function ( ) { return merkki ; } | palauttaa auton merkin . string merkki = eka.getmerkki ; concode_field_sep int vuosi concode_elem_sep String malli concode_elem_sep String merkki concode_field_sep void setMerkki concode_elem_sep int getVuosi concode_elem_sep String getMalli concode_elem_sep void setVuosi concode_elem_sep int hashCode concode_elem_sep ... |
R function ( ArrayLookup arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; arg0 . f3 . accept ( this ) ; return loc0 ; } | f0 - > primaryexpression f1 - > '' '' f2 - > primaryexpression f3 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
long function ( ) { return in_ . getPos ( ) ; } | returns the current position in the input . concode_field_sep long length_ concode_elem_sep String CONF_NS concode_elem_sep long end_ concode_elem_sep int numRec_ concode_elem_sep int nextStatusRec_ concode_elem_sep long lastMem concode_elem_sep Reporter reporter_ concode_elem_sep long start_ concode_elem_sep int statu... |
void function ( Set < String > arg0 ) { for ( String loc0 : arg0 ) { removeChannelFromFavorites ( loc0 ) ; } settings . setSettingChanged ( FAVORITES_SETTING ) ; } | remove the given set of channels from the favorites . concode_field_sep Settings settings concode_elem_sep String FAVORITES_SETTING concode_elem_sep int DAY concode_elem_sep String HISTORY_SETTING concode_field_sep List<String> favorites concode_elem_sep void favorites concode_elem_sep void removeChannelFromFavorites c... |
String function ( ) { return associateTag ; } | gets the value of the associatetag property . concode_field_sep CartAddRequest shared concode_elem_sep List<CartAddRequest> request concode_elem_sep String marketplaceDomain concode_elem_sep String xmlEscaping concode_elem_sep String awsAccessKeyId concode_elem_sep String associateTag concode_elem_sep String validate c... |
void function ( String arg0 ) { m_userId = arg0 ; } | set the user id to edit . concode_field_sep String m_origValue concode_elem_sep Log M_log concode_elem_sep boolean m_isList concode_elem_sep PreferencesService m_preferencesService concode_elem_sep Collection m_stuff concode_elem_sep boolean m_origIsList concode_elem_sep String m_name concode_elem_sep PreferencesEdit m... |
void function ( int arg0 , int arg1 , int arg2 ) { pixmap . fillCircle ( arg0 , arg1 , arg2 , color ) ; } | fills a circle with the center at x , y and a radius using the current color . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep Blending getBlending concode_elem_sep int getGLFormat concode_elem_sep int getGLType conco... |
void function ( Statement arg0 ) { this . statement = arg0 ; } | sets the value of the statement property . concode_field_sep UserTeamAssociationAction userTeamAssociationAction concode_elem_sep Statement statement concode_field_sep void setUserTeamAssociationAction concode_elem_sep UserTeamAssociationAction getUserTeamAssociationAction concode_elem_sep Statement getStatement |
void function ( String arg0 ) { this . fileName = arg0 ; } | sets file name . concode_field_sep String fileName concode_elem_sep List<DataDumpSuccessReport> dataDumpSuccessReportList concode_elem_sep String requestingInstitution concode_elem_sep String toEmailId concode_elem_sep String fetchType concode_elem_sep String exportFromDate concode_elem_sep String reportType concode_el... |
byte [ ] function ( ) { return parser . getBytes ( ) ; } | gets the bytes for the formula . this takes into account any token mapping necessary because of shared formulas concode_field_sep Parser parser concode_elem_sep Logger logger concode_field_sep void columnInserted concode_elem_sep boolean handleImportedCellReferences concode_elem_sep void columnRemoved concode_elem_sep ... |
ChineseEnglishWordMap function ( ) { return SingletonHolder . INSTANCE ; } | a method for getting a singleton instance of this class . in general , you should use this method rather than the constructor , since each instance of the class is a large data file in memory . concode_field_sep boolean normalized concode_elem_sep String defaultCharset concode_elem_sep boolean DEBUG concode_elem_sep Re... |
void function ( ) { if ( ! loadLibraries ( ) ) { throw mLinkError ; } } | loads libraries if not loaded yet , throws on failure concode_field_sep Boolean mLoadLibraries concode_elem_sep boolean mLibrariesLoaded concode_elem_sep UnsatisfiedLinkError mLinkError concode_elem_sep String TAG concode_elem_sep Object mLock concode_elem_sep List<String> mLibraryNames concode_field_sep UnsatisfiedLin... |
List < ClusterNode > function ( int arg0 ) { assert arg0 >= 0 && arg0 < assignment . size ( ) : "srini_string" + "srini_string" + arg0 + "srini_string" + assignment . size ( ) + ']' ; return assignment . get ( arg0 ) ; } | get affinity nodes for partition . concode_field_sep Set<ClusterNode> primaryPartsNodes concode_elem_sep Map<UUID,Set<Integer>> backup concode_elem_sep List<List<ClusterNode>> assignment concode_elem_sep List<HashSet<UUID>> assignmentIds concode_elem_sep List<List<ClusterNode>> idealAssignment concode_elem_sep long ser... |
int function ( int arg0 ) { int loc0 = 1 ; int loc1 = 1 ; int loc2 = 1 ; for ( int loc3 = 2 ; loc3 <= arg0 ; loc3 ++ ) { loc2 = loc0 + loc1 ; loc0 = loc1 ; loc1 = loc2 ; } return loc2 ; } | dp version where we do not recalculate values but just keep last 2 calculate values concode_field_sep PlaceHolder placeHolder concode_field_sep int fibonacciSeriesRecursive concode_elem_sep void main |
String function ( ) { return unit ; } | the unit is an optional element of a data set . concode_field_sep String unit concode_elem_sep String id concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getId |
Boolean function ( ) { Boolean loc0 = getStrategy ( ) . getFixed ( ) . isEnabled ( ) || getStrategy ( ) . getContent ( ) . isEnabled ( ) ; return ( loc0 ? Boolean . TRUE : this . enabled ) ; } | return whether the resource chain is enabled . return null if nospecific settings are present . concode_field_sep Chain chain concode_elem_sep String[] staticLocations concode_elem_sep boolean addMappings concode_elem_sep Strategy strategy concode_elem_sep String version concode_elem_sep String[] SERVLET_RESOURCE_LOCAT... |
String function ( ) { return sequenceName ; } | gets the value of the sequencename property . concode_field_sep int batchSize concode_elem_sep String sequenceName concode_elem_sep String tableName concode_field_sep void setTableName concode_elem_sep int getBatchSize concode_elem_sep void setBatchSize concode_elem_sep void setSequenceName concode_elem_sep String getT... |
void function ( Predicate < K , V > [ ] arg0 ) { if ( this . predicates == null ) { this . predicates = arg0 ; } else { throw new IllegalStateException ( "srini_string" ) ; } } | visitable predicates are treated as effectively immutable , therefore callers should not make any changes to the array passed as argument after is has been set . concode_field_sep Predicate[] predicates concode_field_sep Set<QueryableEntry> filter concode_elem_sep boolean isIndexed concode_elem_sep void readData concod... |
AsyncSupportConfigurer function ( long arg0 ) { this . timeout = arg0 ; return this ; } | specify the amount of time , in milliseconds , before asynchronous request handling times out . in servlet 3 , the timeout begins after the main request processing thread has exited and ends when the request is dispatched again for further processing of the concurrently produced result . if this value is not set , the ... |
void function ( InputStream arg0 ) { value = IORInterceptor_3_0Helper . read ( arg0 ) ; } | fill in the #value by data from the cdr stream . concode_field_sep IORInterceptor_3_0 value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write |
String function ( ) { try { return res . getString ( "srini_string" ) ; } catch ( Exception loc0 ) { return null ; } } | returns the iso4217 currency code of this currency . concode_field_sep ResourceBundle res concode_elem_sep Locale locale concode_elem_sep long serialVersionUID concode_field_sep int getDefaultFractionDigits concode_elem_sep String toString concode_elem_sep Currency getInstance concode_elem_sep Currency getInstance conc... |
void function ( String arg0 ) { this . prefix = arg0 ; } | prefix the metric name with this string and an underscore . concode_field_sep String DEFAULT_METRIC_NAME concode_elem_sep boolean DEFAULT_WIRE_FORMAT_31X concode_elem_sep String DEFAULT_UNITS concode_elem_sep int DEFAULT_TMAX concode_elem_sep String prefix concode_elem_sep String host concode_elem_sep String spoofHostn... |
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 ) ; } | get custom deserializer concode_field_sep pe.com.grupobbva.rating.pfa.itda.CtEjercicio[] data concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep pe.com.grupobbva.xsd.ps9.CtHeaderRs header concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_se... |
void function ( SockJsMessageCodec arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . messageCodec = arg0 ; } | set the sockjsmessagecodec to use . by default org.springframework.web.socket.sockjs.frame.jackson2sockjsmessagecodec jackson2sockjsmessagecodec is used if jackson is on the classpath . concode_field_sep Log logger concode_elem_sep List<Transport> transports concode_elem_sep boolean running concode_elem_sep boolean web... |
void function ( ) { reporter . start ( period . getQuantity ( ) , period . getUnit ( ) ) ; } | begins reporting metrics using the configured scheduledreporter . concode_field_sep Duration period concode_elem_sep ScheduledReporter reporter concode_field_sep void stop |
DTO function ( Object [ ] arg0 ) { return null ; } | maps null to a dto . the default implementation returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep DTO transform concode_elem_sep DTO transformNonNull |
AutoBuffer function ( AutoBuffer arg0 ) { return icer ( ) . write ( arg0 , ( D ) this ) ; } | standard `` write thyself into the autobuffer '' call , using the fast iced protocol . real work is in the delegate icer classes . concode_field_sep short _ice_id concode_field_sep void writeExternal concode_elem_sep D read concode_elem_sep Icer<D> icer concode_elem_sep D clone concode_elem_sep void readExternal concod... |
void function ( ) { PathMappings < String > loc0 = new PathMappings < > ( ) ; loc0 . put ( new ServletPathSpec ( "srini_string" ) , "srini_string" ) ; loc0 . put ( new ServletPathSpec ( "srini_string" ) , "srini_string" ) ; assertMatch ( loc0 , "srini_string" , "srini_string" ) ; assertMatch ( loc0 , "srini_string" , "... | test the match order rules imposed by the servlet api default vs any concode_field_sep PlaceHolder placeHolder concode_field_sep void assertMatch concode_elem_sep void testMixedMatchUriOrder concode_elem_sep void testBadPathSpecs concode_elem_sep void testMixedMatchOrder concode_elem_sep void testPathMappingsOnlyMatchO... |
String function ( final String arg0 ) { String [ ] loc0 = metadata . get ( arg0 ) ; if ( loc0 == null ) { return null ; } else { return loc0 [ 0 ] ; } } | get the value associated to a metadata name . if many values are assiociated to the specified name , then the first one is returned . concode_field_sep Map<String,String[]> metadata concode_field_sep void add concode_elem_sep void set concode_elem_sep String[] getValues concode_elem_sep String[] _getValues concode_elem... |
DetachedCriteria function ( String arg0 , FetchMode arg1 ) { criteria . setFetchMode ( arg0 , arg1 ) ; return this ; } | set the fetch mode for a given association concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setProjection concode_elem_sep DetachedCriteria forEntityName concode_elem_sep Detach... |
void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) ) { setFaultAction ( new URI ( arg0 ) ) ; } } | signifies the value for the faultaction response ws-addressing fault action header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebSe... |
void function ( List < String > arg0 , boolean arg1 ) { if ( ! arg1 && mRandom . nextInt ( 4 ) == 0 ) generateTimeClause ( arg0 , arg1 ) ; generateAgent ( arg0 , arg1 ) ; generatePredicate ( arg0 , arg1 ) ; } | generates a sentence . concode_field_sep String[] THINGS concode_elem_sep String[] ADJECTIVES concode_elem_sep String[] VERBS_PRESENT concode_elem_sep Random mRandom concode_elem_sep String[] VERBS_PAST concode_field_sep String makeText concode_elem_sep String makeHeadline concode_elem_sep String pickOneOf concode_elem... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } | performs a dynamic query on the database and returns the matching rows . concode_field_sep TestBlobEntryLocalService _service concode_field_sep com.liferay.testblob.model.TestBlobEntryBlobFieldBlobModel getBlobFieldBlobModel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.... |
void function ( ) { unmoderatedSubmissions = dm . getUnmoderatedVideoSubmissions ( 25 ) ; } | retrieves from the datastore the next batch of videos to moderate . concode_field_sep String prevStart concode_elem_sep HttpServletRequest request concode_elem_sep NavigationManager navMan concode_elem_sep Map<String,List<VideoSubmission>> unmoderatedSubmissions concode_elem_sep DatastoreManager dm concode_elem_sep Str... |
boolean function ( ) { return closedVocabulary ; } | the closed attribute of the vocabulary tag for this field as set in input-forms.xml ... . nsrc concode_field_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String dcElement concode_elem_sep String dcSchema concode_elem_s... |
boolean function ( ) { return iAlternative ; } | true , if the request is alternative alternative request can be assigned instead of a non-alternative course requests , if it is left unassigned concode_field_sep boolean iAlternative concode_elem_sep Long iStudentId concode_elem_sep Long iRequestId concode_elem_sep long serialVersionUID concode_elem_sep int iPriority ... |
StructIterator function ( PositionedByteRange arg0 ) { return new StructIterator ( arg0 , fields ) ; } | retrieve an iterator over the values encoded in src . src 's position is consumed by consuming this iterator . concode_field_sep boolean isOrderPreserving concode_elem_sep DataType[] fields concode_elem_sep boolean isSkippable concode_field_sep int encodedLength concode_elem_sep int encode concode_elem_sep boolean isOr... |
PersistentFacesState function ( ) { return state ; } | get the persistentfacesstate . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep PersistentFa... |
void function ( Integer arg0 ) { this . length = arg0 ; } | sets the value of the length property . concode_field_sep Integer length concode_elem_sep Integer index concode_field_sep Integer getIndex concode_elem_sep void setIndex concode_elem_sep Integer getLength |
String function ( ) { return text ; } | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE c... |
void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onInvalidated ( ) ; } } } | notifies observers about invalidating data concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void notifyDataChangedEvent concode_elem_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem |
boolean function ( NetworkIdentity arg0 ) { if ( arg0 . mType == TYPE_WIMAX ) { return true ; } else if ( matchesMobile ( arg0 ) ) { switch ( getNetworkClass ( arg0 . mSubType ) ) { case NETWORK_CLASS_4_G : return true ; } } return false ; } | check if mobile network classified 4g with matching imsi . concode_field_sep int MATCH_WIFI concode_elem_sep int[] DATA_USAGE_NETWORK_TYPES concode_elem_sep int MATCH_MOBILE_3G_LOWER concode_elem_sep int MATCH_MOBILE_4G concode_elem_sep int mMatchRule concode_elem_sep int MATCH_MOBILE_ALL concode_elem_sep int MATCH_ETH... |
void function ( Reminder arg0 ) { this . reminderU = arg0 ; } | sets the value of the reminderu property . concode_field_sep Reminder reminderU concode_elem_sep Long personId concode_field_sep Long getPersonId concode_elem_sep Reminder getReminderU concode_elem_sep void setPersonId |
int function ( Settings arg0 ) { String loc0 = arg0 . get ( INDEX_INDEXING_SLOWLOG_MAX_SOURCE_CHARS_TO_LOG , "srini_string" ) ; try { return Integer . parseInt ( loc0 , 10 ) ; } catch ( NumberFormatException loc1 ) { return Booleans . parseBoolean ( loc0 , true ) ? Integer . MAX_VALUE : 0 ; } } | reads how much of the source to log . the user can specify any value they like and numbers are interpreted the maximum number of characters to log and everything else is interpreted as elasticsearch interprets booleans which is then converted to 0 for false and integer.max _ value for true . concode_field_sep String IN... |
ThreadFactoryBuilder function ( ThreadFactory arg0 ) { this . backingThreadFactory = checkNotNull ( arg0 ) ; return this ; } | sets the backing threadfactory for new threads created with thisthreadfactory . threads will be created by invoking #newthread runnable on this backing threadfactory . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_elem_sep Integer priority concode_elem_sep S... |
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.