code
stringlengths
20
663
nl
stringlengths
68
7.19k
TrialContext function ( UUID arg0 , int arg1 , Experiment arg2 ) { return new TrialContext ( arg0 , arg1 , arg2 ) ; }
makes a new trialcontext that can be used to invoke concode_field_sep Module INTERNAL concode_elem_sep Scope SCOPE concode_elem_sep Cache<Key<?>,Object> contextMap concode_elem_sep ThreadLocal<TrialContext> contextLocal concode_field_sep T call concode_elem_sep void bindSeedKey concode_elem_sep Module module concode_el...
void function ( String arg0 , Object arg1 ) { this . beans . put ( arg0 , arg1 ) ; }
add a new singleton bean . will overwrite any existing instance for the given name . concode_field_sep Map<String,Object> beans concode_field_sep String[] getAliases concode_elem_sep String[] getBeanNamesForAnnotation concode_elem_sep boolean containsBeanDefinition concode_elem_sep boolean isSingleton concode_elem_sep ...
boolean function ( ) { return ( flags & C . SAMPLE_FLAG_SYNC ) != 0 ; }
returns whether #flags has c# sample_flag_sync set . 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 concod...
Vec2i function ( ) { int loc0 = loc0 ( ) ; return divide ( loc0 ) ; }
normalizes the vector . concode_field_sep int x concode_elem_sep int y concode_field_sep Vec2i add concode_elem_sep float lengthSquared concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec2i lerp concode_elem_sep Vec2i negate concode_elem_sep Vec2i subtract concode_elem_sep int length concode_elem_sep float dot ...
void function ( Bundle arg0 ) { if ( arg0 != null ) { List < ThingType > loc0 = this . bundleThingTypesMap . get ( arg0 ) ; if ( loc0 != null ) { this . bundleThingTypesMap . remove ( arg0 ) ; removeCachedEntries ( loc0 ) ; } } }
removes all thingtype objects from the internal list associatedwith the specified module . this method returns silently if the module is null . concode_field_sep ThingTypeUID uid concode_elem_sep ThingTypeI18nUtil thingTypeI18nUtil concode_elem_sep Map<Bundle,List<ThingType>> bundleThingTypesMap concode_elem_sep String...
boolean function ( int arg0 , Notification . Type arg1 ) { Notification loc0 = get ( arg0 ) ; return loc0 != null && loc0 . getType ( ) == arg1 ; }
if a notification with an id and type exists . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager...
boolean function ( float arg0 , float arg1 , float arg2 , float arg3 ) { for ( int loc0 = 0 ; loc0 < 6 ; loc0 ++ ) if ( ( planes [ loc0 ] . normal . arg0 * arg0 + planes [ loc0 ] . normal . arg1 * arg1 + planes [ loc0 ] . normal . arg2 * arg2 ) < ( - arg3 - planes [ loc0 ] . d ) ) return false ; return true ; }
returns whether the given sphere is in the frustum . concode_field_sep Vector3[] clipSpacePlanePoints concode_elem_sep Plane[] planes concode_elem_sep float[] clipSpacePlanePointsArray concode_elem_sep float[] planePointsArray concode_elem_sep Vector3 tmpV concode_elem_sep Vector3[] planePoints concode_field_sep boolea...
String function ( IntrospectedTable arg0 ) { Rules loc0 = arg0 . getRules ( ) ; if ( ! loc0 . generateUpdateByPrimaryKeyWithBLOBs ( ) ) { return "srini_string" ; } else if ( loc0 . generateRecordWithBLOBsClass ( ) ) { return "srini_string" ; } else { return "srini_string" ; } }
1 . if this will be the only updatebyprimarykey , then the result should be updatebyprimarykey . 2 . if the other method is enabled , but there are seperate base and blob classes , then the method name should be updatebyprimarykey 3 . else the method name should be updatebyprimarykeywithoutblobs concode_field_sep Place...
long function ( ) { return _kaleoCondition . getPrimaryKey ( ) ; }
returns the primary key of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel ...
void function ( int arg0 ) { this . numFiles = arg0 ; }
sets the number of files of the index . concode_field_sep ArrayList firstWordsInBlocks concode_elem_sep ArrayList firstFilesInBlocks concode_elem_sep boolean firstWordAdded concode_elem_sep int numFiles concode_elem_sep IndexedFile indexedFile concode_elem_sep int blockNum concode_elem_sep int numWords concode_elem_sep...
ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; }
sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl
void function ( boolean arg0 ) { this . isCompound = arg0 ; }
set whether this is a simple or compound glyf concode_field_sep short minY concode_elem_sep short minX concode_elem_sep short maxY concode_elem_sep short maxX concode_elem_sep short numContours concode_elem_sep boolean isCompound concode_field_sep void setMinY concode_elem_sep void setData concode_elem_sep void setMinX...
Number function ( String arg0 , EvaluationContext arg1 ) { return ( Number ) evaluate ( arg0 , arg1 , XPathConstants . NUMBER ) ; }
evaluate given xpath and returns the results as a java.lang.number concode_field_sep String NET_SF_SAXON_XPATH_XPATH_FACTORY_IMPL concode_elem_sep Log log concode_elem_sep String ns concode_elem_sep String JAVAX_XML_XPATH_XPATH_FACTORY concode_field_sep Duration evaluateAsDuration concode_elem_sep boolean evaluateAsBoo...
int function ( ) { return colSpan ; }
returns the column span of the cell . concode_field_sep int groupId concode_elem_sep int colSpan concode_elem_sep int slotId concode_elem_sep int rowIndex concode_elem_sep String drop concode_elem_sep Cell cell concode_elem_sep int rowSpan concode_elem_sep String containerDefnNameOfRow concode_field_sep void setContain...
int function ( ) { return AFTER ; }
this implementation returns binding #after . subclasses should override to change this behaviour . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep Object parse
void function ( ) { getShadowMainLooper ( ) . idle ( ) ; }
runs any immediately runnable tasks previously queued on the ui thread , e.g. by android.app.activity #runonuithread runnable or android.os.asynctask #onpostexecute object . note : calling this method does not pause or un-pause the scheduler . concode_field_sep Looper realObject concode_elem_sep Looper mainLooper conco...
Image function ( Mat arg0 ) { try { return SwingFXUtils . toFXImage ( matToBufferedImage ( arg0 ) , null ) ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" + loc0 ) ; return null ; } }
convert a mat object opencv in the corresponding image for javafx concode_field_sep CheckBox inverse concode_elem_sep ScheduledExecutorService timer concode_elem_sep VideoCapture capture concode_elem_sep ImageView originalFrame concode_elem_sep Slider threshold concode_elem_sep CheckBox canny concode_elem_sep CheckBox ...
boolean function ( float arg0 , float arg1 ) { tmp . set ( arg0 , arg1 ) ; return fixture . testPoint ( tmp ) ; }
test a point for containment in this fixture . concode_field_sep org.jbox2d.dynamics.Fixture fixture concode_elem_sep Object userData concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Vec2 tmp concode_elem_sep Body body concode_field_sep float getRestitution concode_elem_sep Body getBody conc...
void function ( STErrBarType arg0 ) { this . val = arg0 ; }
sets the value of the val property . concode_field_sep STErrBarType val concode_field_sep STErrBarType getVal
String function ( final Configuration arg0 , final InetSocketAddress arg1 , String ... arg2 ) { String [ ] loc0 = DFSUtil . getSuffixIDs ( arg0 , arg1 , arg2 ) ; if ( loc0 != null && loc0 . length > 1 ) { return loc0 [ 1 ] ; } return null ; }
similar to dfsutil #getnameserviceidfromaddress configuration , inetsocketaddress , string concode_field_sep DelegationTokenSelector tokenSelector concode_elem_sep Log LOG concode_field_sep boolean isHAEnabled concode_elem_sep List<ClientProtocol> getProxiesForAllNameNodesInNameservice concode_elem_sep List<ProxyAndInf...
DefaultMutableTreeNode function ( ) { return wrapper ; }
return the value of the wrapper property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep Strin...
BuildRecord function ( BuildRecord arg0 ) { getBuildRecords ( ) . remove ( arg0 ) ; arg0 . setUser ( null ) ; return arg0 ; }
removes the project build record . concode_field_sep String SEQUENCE_NAME concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_SORTING_FIELD concode_elem_sep String loginToken concode_elem_sep Integer id concode_elem_sep String email c...
void function ( String arg0 ) { Label loc0 = label ( ) ; if ( loc0 != null ) { loc0 . setFromString ( arg0 ) ; } }
make a new label with this string as the `` name '' , perhaps by doing some appropriate decoding of the string . concode_field_sep PlaceHolder placeHolder concode_field_sep int start concode_elem_sep Label label concode_elem_sep boolean crosses concode_elem_sep boolean crosses concode_elem_sep Collection<Label> labels ...
int function ( ) { return epochToClarionDate ( System . currentTimeMillis ( ) ) ; }
get date in clarion format concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch concode_elem_s...
void function ( String arg0 ) { this . entityAttribute = arg0 ; }
assigns the attribute . concode_field_sep String entityAttribute concode_elem_sep String entityID concode_elem_sep EntityId entity concode_field_sep int hashCode concode_elem_sep void setEntityID concode_elem_sep boolean equals concode_elem_sep String getEntityID concode_elem_sep String toString concode_elem_sep Entity...
Result function ( String arg0 ) { return new Result ( false , arg0 , null ) ; }
creates an unhealthy result , with the given message . concode_field_sep boolean healthy concode_elem_sep String message concode_elem_sep Throwable error concode_elem_sep Result HEALTHY concode_field_sep Throwable getError concode_elem_sep String getName concode_elem_sep Result healthy concode_elem_sep Result healthy c...
boolean function ( ) { return hasSelected ; }
indicates that at least this or one of the child instances of abstracttext is selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep Rectangle2D.Float textExtractionBounds concode_elem_sep boolean selected concode_elem_sep boolean ...
void function ( Color arg0 ) { int loc0 = arg0 . getRed ( ) ; int loc1 = arg0 . getGreen ( ) ; int loc2 = arg0 . getBlue ( ) ; updatePicture ( this . getAlpha ( ) , loc0 , loc1 , loc2 ) ; }
method to set the pixel color to the passed in color object . concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep ...
float function ( ) { return value ; }
the value assigned to this explanation node . concode_field_sep boolean match concode_elem_sep String description concode_elem_sep List<Explanation> details concode_elem_sep float value concode_field_sep String getSummary concode_elem_sep Explanation noMatch concode_elem_sep Explanation noMatch concode_elem_sep String ...
DescribeRaidArraysResult function ( java . util . Collection < RaidArray > arg0 ) { setRaidArrays ( arg0 ) ; return this ; }
a raidarrays object that describes the specified raid arrays . concode_field_sep com.amazonaws.internal.SdkInternalList<RaidArray> raidArrays concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeRaidArraysResult clone concode_elem_sep String toString concode_elem_sep java.util.List<Ra...
Map < String , Header > function ( ) { return headers ; }
getter for the field headers . concode_field_sep String description concode_elem_sep Map<String,MimeType> body concode_elem_sep Map<String,Header> headers concode_field_sep void setHeaders concode_elem_sep Map<String,MimeType> getBody concode_elem_sep void setDescription concode_elem_sep void setBody concode_elem_sep S...
void function ( STGrouping arg0 ) { this . val = arg0 ; }
sets the value of the val property . concode_field_sep STGrouping val concode_field_sep STGrouping getVal
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String adUnitCode concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setAdUnitCode concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getAdUnitCode
int function ( int arg0 ) { int loc0 = n ; int loc1 = array . length ; if ( n + arg0 >= loc1 ) { byte [ ] loc2 = new byte [ loc1 + blockSize ] ; System . arraycopy ( array , 0 , loc2 , 0 , loc1 ) ; array = loc2 ; } n += arg0 ; return loc0 ; }
this is to implement memory allocation in the array . like malloc . concode_field_sep long serialVersionUID concode_elem_sep byte[] array concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep byte get concode_elem_sep int length ...
void function ( Boolean arg0 ) { this . hasAllInventory = arg0 ; }
sets the value of the hasallinventory property . concode_field_sep Boolean hasAllCompanies concode_elem_sep List<Long> companyIds concode_elem_sep List<String> adUnitIds concode_elem_sep String name concode_elem_sep String description concode_elem_sep Boolean hasAllInventory concode_elem_sep Long id concode_elem_sep Te...
void function ( byte arg0 [ ] ) { stringTable [ tableIndex ++ ] = arg0 ; if ( tableIndex == 511 ) { bitsToGet = 10 ; } else if ( tableIndex == 1023 ) { bitsToGet = 11 ; } else if ( tableIndex == 2047 ) { bitsToGet = 12 ; } }
add a new string to the string table . concode_field_sep int nextBits concode_elem_sep int bitsToGet concode_elem_sep byte stringTable[][] concode_elem_sep int nextData concode_elem_sep int bytePointer concode_elem_sep OutputStream uncompData concode_elem_sep int andTable[] concode_elem_sep byte data[] concode_elem_sep...
PDNewParam function ( PDStore arg0 , GUID arg1 ) { PDInstance loc0 = arg0 . load ( typeId , arg1 ) ; return ( PDNewParam ) loc0 ; }
loads an object for the instance of pdstore type newparam with the given id . if an object for the instance is already available in the given pdstore object , it is returned . concode_field_sep GUID roleTargetShapeListId concode_elem_sep GUID roleTargetShapeId concode_elem_sep GUID roleDataId concode_elem_sep GUID role...
void function ( String arg0 ) { targetSpellAbilityType = arg0 ; }
setter for the field targetspellabilitytype . concode_field_sep String minTargets concode_elem_sep String saValidTargeting concode_elem_sep Target_Choices choice concode_elem_sep String targetSpellAbilityType concode_elem_sep String vtSelection concode_elem_sep String maxTargets concode_elem_sep boolean tgtValid concod...
void function ( ) { punkte -- ; }
verringert die punkte um 1 . concode_field_sep Color farbe concode_elem_sep String name concode_elem_sep int wuerfelErgebnis concode_elem_sep int punkte concode_field_sep String getName concode_elem_sep void erhoehePunkte concode_elem_sep boolean pruefeKasten concode_elem_sep Color getColor concode_elem_sep boolean pru...
String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; }
method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag...
void function ( WorldInfo arg0 ) { }
saves the passed in world info . concode_field_sep String __OBFID concode_field_sep IChunkLoader getChunkLoader concode_elem_sep void flush concode_elem_sep WorldInfo loadWorldInfo concode_elem_sep void saveWorldInfoWithPlayer concode_elem_sep File getWorldDirectory concode_elem_sep File getMapFileFromName concode_elem...
void function ( ) { System . out . println ( "srini_string" ) ; PoissonDistribution loc0 = new PoissonDistribution ( 3.5 ) ; loc0 . rand ( ) ; assertEquals ( 3.5 , loc0 . var ( ) , 1E-7 ) ; }
test of var method , of class poisson . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testEntropy concode_elem_sep void testCdf concode_elem_sep void tearDownClass concode_elem_sep void testNpara concode_elem_sep void testQuantile concode_elem_sep void tearDown concod...
boolean function ( DocIdSet arg0 ) { return arg0 instanceof FixedBitSet ; }
is org.apache.lucene.search.docidsetiterator implemented in a `` fast '' manner.for example , it does not ends up iterating one doc at a time check for its `` value '' . concode_field_sep PlaceHolder placeHolder concode_field_sep DocIdSet toCacheable concode_elem_sep Bits toSafeBits concode_elem_sep long sizeInBytes co...
boolean function ( ) { synchronized ( lock ) { if ( isDisposed ) { return false ; } referenceCount ++ ; return true ; } }
increments the reference count and returns whether it was successful . if the method returns false , the counter has already been disposed . otherwise it returns true . concode_field_sep int disposeOnReferenceCount concode_elem_sep int referenceCount concode_elem_sep boolean isDisposed concode_elem_sep Object lock conc...
Hyperlink function ( ) { String loc0 = getQueryWithoutStartIndex ( ) ; int loc1 = startIndex - limit ; if ( loc1 < 0 ) loc1 = 0 ; if ( loc1 > 0 ) loc0 += RestConstants . REQUEST_PROPERTY_FOR_START_INDEX + "srini_string" + loc1 ; return new Hyperlink ( "srini_string" , request . getRequestURL ( ) . append ( loc0 ) . toS...
assumes this was a search query concode_field_sep HttpServletRequest request concode_elem_sep Integer limit concode_elem_sep Integer startIndex concode_elem_sep Boolean includeAll concode_elem_sep HttpServletResponse response concode_elem_sep Representation representation concode_elem_sep String type concode_field_sep ...
boolean function ( ) { return storeOperational ; }
gets the message store 's health status concode_field_sep boolean storeOperational concode_elem_sep AndesContextStore andesContextStore concode_elem_sep ScheduledExecutorService slotRecoveryTaskService concode_elem_sep Log log concode_elem_sep int SLOT_SUBMIT_TASK_POOL_SIZE concode_elem_sep ClusterAgent clusterAgent co...
String function ( ) { return "srini_string" + participants . size ( ) ; }
convience method to get the number of chat participants as a readable string concode_field_sep MessageLog messageLog concode_elem_sep String password concode_elem_sep int maxParticipants concode_elem_sep boolean autoPlay concode_elem_sep String prefix concode_elem_sep Participant moderator concode_elem_sep String name ...
ArrayList < StoryData > function ( Cursor arg0 ) { ArrayList < StoryData > loc0 = new ArrayList < StoryData > ( ) ; if ( arg0 != null ) { if ( arg0 . moveToFirst ( ) ) { do { loc0 . add ( getStoryDataFromCursor ( arg0 ) ) ; } while ( arg0 . moveToNext ( ) == true ) ; } } return loc0 ; }
get all of the storydata from the passed in cursor . concode_field_sep PlaceHolder placeHolder concode_field_sep StoryData getStoryDataFromCursor concode_elem_sep ContentValues getCVfromStory
void function ( final ShaderProgram arg0 ) { unbind ( arg0 , null ) ; }
unbinds this vertexbufferobject . concode_field_sep IntBuffer tmpHandle concode_elem_sep boolean isStatic concode_elem_sep int vaoHandle concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep VertexAttributes attributes concode_elem_sep int bufferHandle concode_elem_sep FloatBuffer buffer concode_...
int function ( ) { return addInvoiceResult ; }
gets the value of the addinvoiceresult property . concode_field_sep int addInvoiceResult concode_field_sep void setAddInvoiceResult
long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; }
converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
org . eclipse . birt . report . soapengine . api . Vector function ( ) { return decimalPlaces ; }
gets the decimalplaces value for this numbercategorychoice . concode_field_sep org.eclipse.birt.report.soapengine.api.Vector negativeNumberFormat concode_elem_sep org.eclipse.birt.report.soapengine.api.Vector symbol concode_elem_sep org.eclipse.birt.report.soapengine.api.Vector symbolPosition concode_elem_sep org.eclip...
TimeUnit function ( ) { String loc0 = mProperties . getProperty ( GRAPHITE_KEY_UNIT ) ; if ( loc0 == null ) { loc0 = GRAPHITE_DEFAULT_UNIT ; } return TimeUnit . valueOf ( loc0 . toUpperCase ( ) ) ; }
gets the polling time unit . concode_field_sep String GRAPHITE_KEY_HOST concode_elem_sep int GRAPHITE_DEFAULT_PERIOD concode_elem_sep String GRAPHITE_KEY_PORT concode_elem_sep GraphiteReporter mReporter concode_elem_sep String GRAPHITE_DEFAULT_PREFIX concode_elem_sep String GRAPHITE_KEY_PERIOD concode_elem_sep String G...
Boolean function ( ) { return available ; }
gets the value of the available property . concode_field_sep String name concode_elem_sep Boolean available concode_elem_sep List<ServiceMethodRestriction> restrictions concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep void...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; HBaseRowkeySampler loc1 = new HBaseRowkeySampler ( ) ; loc1 . sethBaseTable ( loc0 ) ; }
test of sethbasetable method , of class hbaserowkeysampler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetOmitVars concode_elem_sep void setUpClass concode_elem_sep void testSetRowKey concode_elem_sep void tearDownClass concode_elem_sep void testSetConnectionName concode_elem_sep void tearDow...
void function ( long arg0 ) { this . iFk_projectid = arg0 ; this . iUpdated = true ; }
this method sets the value for the ` fk_projectid ' column concode_field_sep Object[] iKeys concode_elem_sep String TITLE concode_elem_sep String CREATIONDATE concode_elem_sep long iFk_projectid concode_elem_sep String EXPERIMENTID concode_elem_sep String FK_SETTINGSID concode_elem_sep String FK_PROJECTID concode_elem_...
String function ( ) { return name ; }
returns the alias name concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias routing concode_...
ShellServer function ( Class < ? extends ShellServer > arg0 ) { try { return arg0 . newInstance ( ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } }
to get rid of the remoteexception , uses a constructor without arguments . concode_field_sep Map<String,Serializable> NO_INITIAL_SESSION concode_field_sep ShellClient newClient concode_elem_sep ShellClient newClient concode_elem_sep ShellClient newClient concode_elem_sep ShellClient newClient concode_elem_sep ShellClie...
void function ( WizardDescriptor arg0 ) { }
provides the wizard panel with the opportunity to update the settings with its current customized state . rather than updating its settings with every change in the gui , it should collect them , and then only save them when requested to by this method . this method can be called multiple times on one instance of wizar...
ValidationConfig function ( final MessageInterpolator arg0 ) { this . messageInterpolator = arg0 ; return this ; }
defines the message interpolator . if null is passed , the default message interpolator is used . concode_field_sep ParameterNameProvider parameterNameProvider concode_elem_sep MessageInterpolator messageInterpolator concode_elem_sep ConstraintValidatorFactory constraintValidatorFactory concode_elem_sep TraversableReso...
String function ( ) { String loc0 = loc0 ( ) ; if ( loc0 != null ) { return loc0 ; } return firstWebURLWithoutScheme ( ) ; }
return best web url . `` best '' means a web url with a scheme , and failing that , a web url without a scheme . concode_field_sep String GTLD concode_elem_sep List<String> candidates concode_elem_sep Pattern WEB_URL concode_elem_sep String GOOD_GTLD_CHAR concode_elem_sep String IRI concode_elem_sep Pattern IP_ADDRESS ...
void function ( String [ ] arg0 ) { Queue < String > loc0 = new Queue < String > ( ) ; while ( ! StdIn . isEmpty ( ) ) { String loc1 = StdIn . readString ( ) ; if ( ! loc1 . equals ( "srini_string" ) ) loc0 . enqueue ( loc1 ) ; else if ( ! loc0 . isEmpty ( ) ) StdOut . print ( loc0 . dequeue ( ) + "srini_string" ) ; } ...
unit tests the queue data type . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep Node<Item> first concode_elem_sep int n concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iterator<Item> iterator c...
String function ( ) { return this . name ; }
return the name of the repository . concode_field_sep String name concode_elem_sep boolean snapshotsEnabled concode_elem_sep URI uri concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean getSnapshotsEnabled concode_elem_sep URI getUri
StorageLevel function ( boolean arg0 , boolean arg1 , boolean arg2 , boolean arg3 , int arg4 ) { return StorageLevel . apply ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
create a new storagelevel object . concode_field_sep StorageLevel DISK_ONLY_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER concode_elem_sep StorageLevel DISK_ONLY concode_elem_sep StorageLevel MEMORY_ONLY concode_el...
void function ( ItemReader < I > arg0 ) { this . delegate = arg0 ; }
sets the delegate . concode_field_sep ItemReader<I> delegate concode_elem_sep GroupDiscriminator<I> groupDiscriminator concode_elem_sep I lastItem concode_elem_sep Log log concode_field_sep boolean process concode_elem_sep List<I> read concode_elem_sep GroupDiscriminator<I> getGroupDiscriminator concode_elem_sep ItemRe...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; String loc1 = "srini_string" ; Calendar loc2 = DateTime . newCalendar ( 2014 , 03 , 21 ) ; Calendar loc3 = DateTime . parseDate ( loc0 , loc1 ) ; assertEquals ( loc2 , loc3 ) ; }
test of parsedate method , of class datetime . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testJanuaryFirst2014IsWeekOne concode_elem_sep void testLastDayOfWeek13Of2014Is22 concode_elem_sep void testLastDayOfFebruary2012is29 concode_elem_sep void setUp concode_elem_...
void function ( String arg0 , ClassLoaderFile arg1 ) { addFile ( "srini_string" , arg0 , arg1 ) ; }
add a single classloaderfile to the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet...
ParticipantService function ( ) { if ( participantService . get ( ) == null ) { participantService . set ( PrivilegedServiceFactory . getInstance ( ParticipantService . class ) . getService ( ) ) ; } return participantService . get ( ) ; }
fetch a participant service unique to the current thread concode_field_sep ThreadLocal<CompletionInitiatorService> completionInitiatorService concode_elem_sep ThreadLocal<CoordinatorService> coordinatorService concode_elem_sep ThreadLocal<CompletionCoordinatorService> completionCoordinatorService concode_elem_sep Threa...
Documents function ( ) { return documents ; }
gets the value of the documents property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep Res...
Date function ( long arg0 ) { return new Date ( ( arg0 - 2082844800L ) * 1000L ) ; }
converts a long value with seconds since 1/1/1904 to date . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( PlantNode arg0 ) { return ( int ) Math . ceil ( ( ( double ) arg0 . getNumberOfTimesCrossed ( ) ) / maxCrossingsWithPlant ) ; }
get the required number of duplicates of the given plant to perform all scheduled crossings . concode_field_sep int maxCrossingsWithPlant concode_elem_sep String ID concode_field_sep boolean maxCrossingsWithPlantExceeded concode_elem_sep int getMaxCrossingsWithPlant concode_elem_sep boolean isSatisfied concode_elem_sep...
int function ( long arg0 , byte [ ] arg1 ) { return setBytes ( arg0 , arg1 , 0 , arg1 . length ) ; }
writes the given array of bytes to the blob value that this blob object represents , starting at position pos , and returns the number of bytes written . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_se...
String function ( ) { return message ; }
gets the log entry 's message . concode_field_sep Level level concode_elem_sep ThreadLocal<SimpleDateFormat> DATE_FORMAT concode_elem_sep String message concode_elem_sep long timestamp concode_field_sep Level getLevel concode_elem_sep long getTimestamp concode_elem_sep Map<String,Object> toMap concode_elem_sep String t...
int function ( ) { initialize ( ) ; return m_ColumnCount ; }
returns the number of columns in the resultset . concode_field_sep boolean[] m_NumericColumns concode_elem_sep int m_RowCount concode_elem_sep int m_ColumnCount concode_elem_sep String[] m_ColumnNames concode_elem_sep int m_MaxRows concode_elem_sep ResultSet m_ResultSet concode_elem_sep boolean m_Initialized concode_el...
AuthScope function ( ) { return this . authScope ; }
returns actual authscope if available concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep boolean isValid concode_elem_sep void setAuthScheme concode_elem_sep Credentials getCredentials concode_...
DateTime function ( String arg0 , String arg1 ) { DateTimeFormatter loc0 ; if ( arg1 == null ) { loc0 = DateTimeFormat . forPattern ( "srini_string" ) ; } else { loc0 = DateTimeFormat . forPattern ( arg1 ) ; } return loc0 . parseDateTime ( arg0 ) ; }
get the datetime from string with custom format . default format is yyyy-mm-dd concode_field_sep PlaceHolder placeHolder concode_field_sep Date getDateFromString concode_elem_sep DateTime convertDateToDateTime concode_elem_sep ArrayList<DateTime> getFullWeeks concode_elem_sep ArrayList<String> convertToStringList
void function ( Object arg0 ) { Object loc0 = arg0 ; this . val = arg0 ; if ( ! loc0 . equals ( arg0 ) ) { pSupport . firePropertyChange ( null , loc0 , arg0 ) ; } }
set the current value of the property . implementation note sun does not state what exactly this version of the method does . thus , in this implementation , it sets the value , and then if the old and new values are different , it fires a property change event with no property name and the old and new values . concode...
boolean function ( ) { return encryptionFlag && strongEncryptionFlag ; }
whether the current entry is encrypted using strong encryption concode_field_sep int UFT8_NAMES_FLAG concode_elem_sep boolean strongEncryptionFlag concode_elem_sep boolean encryptionFlag concode_elem_sep boolean languageEncodingFlag concode_elem_sep int DATA_DESCRIPTOR_FLAG concode_elem_sep int STRONG_ENCRYPTION_FLAG c...
IntList function ( ) { if ( exitPredecessors == null ) { calcPredecessors ( ) ; } return exitPredecessors ; }
gets the exit predecessors for this instance . concode_field_sep int firstLabel concode_elem_sep IntList[] predecessors concode_elem_sep BasicBlockList blocks concode_elem_sep IntList exitPredecessors concode_field_sep void calcPredecessors concode_elem_sep RopMethod withRegisterOffset concode_elem_sep BasicBlockList g...
void function ( String arg0 ) { fShortHandPointer = arg0 ; fIsFragmentResolved = false ; }
the xpointerprocessor takes care of this . simply set the shorthand pointer here . concode_field_sep int fMatchingChildCount concode_elem_sep String fShortHandPointer concode_elem_sep SymbolTable fSymbolTable concode_elem_sep boolean fIsFragmentResolved concode_field_sep String getSchemeData concode_elem_sep String get...
RepositoriesType function ( ) { return new RepositoriesType ( ) ; }
create an instance of repositoriestype concode_field_sep QName _JbossIdentity_QNAME concode_field_sep JAXBElement<JbossIdentityType> createJbossIdentity concode_elem_sep SupportedIdentityObjectTypesType createSupportedIdentityObjectTypesType concode_elem_sep OptionType createOptionType concode_elem_sep SupportedRelatio...
String function ( ) { return runAsPrincipal ; }
returns the run-as principal associated with this bean . returns ` anonymous ' if no principal was set . concode_field_sep String securityDomain concode_elem_sep SecurityRolesMetaData securityRoles concode_elem_sep Set<String> declaredRoles concode_elem_sep String runAsRole concode_elem_sep String runAsPrincipal concod...
boolean function ( ) { MessageContext loc0 = store . remove ( currentMessageId ) ; if ( loc0 != null ) { store . dequeued ( ) ; return true ; } else { return false ; } }
ack on success message sending by processor concode_field_sep Log logger concode_elem_sep String currentMessageId concode_elem_sep String consumerId concode_elem_sep JDBCMessageStore store concode_field_sep MessageContext receive concode_elem_sep boolean isAlive concode_elem_sep boolean cleanup concode_elem_sep void se...
void function ( int arg0 ) { this . cacheLimit = arg0 ; }
specify the maximum number of entries for this template 's sql cache . default is 256 . concode_field_sep JdbcOperations classicJdbcTemplate concode_elem_sep int cacheLimit concode_elem_sep int DEFAULT_CACHE_LIMIT concode_elem_sep Map<String,ParsedSql> parsedSqlCache concode_field_sep JdbcOperations getJdbcOperations c...
void function ( String arg0 , String arg1 ) { w ( arg0 , arg1 , null ) ; }
prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
LinearClassifier < L , F > function ( Reference < ? extends Collection < Datum < L , F >>> arg0 ) { Collection < Datum < L , F >> loc0 = arg0 . get ( ) ; return trainClassifier ( loc0 ) ; }
takes a reference to a collection of datum objects and gives you back a classifier trained on them concode_field_sep long serialVersionUID concode_elem_sep Index<F> featureIndex concode_elem_sep Index<L> labelIndex concode_field_sep int numFeatures concode_elem_sep int numClasses concode_elem_sep double[][] trainWeight...
Closure < ? super E > function ( ) { return iFalseClosure ; }
gets the closure called when false . concode_field_sep Predicate<? super E> iPredicate concode_elem_sep Closure<? super E> iFalseClosure concode_elem_sep long serialVersionUID concode_elem_sep Closure<? super E> iTrueClosure concode_field_sep Predicate<? super E> getPredicate concode_elem_sep Closure<E> ifClosure conco...
int function ( ) { int loc0 = 0 ; FeatureIterator < F > loc1 = features ( ) ; try { while ( loc1 . hasNext ( ) ) { @ SuppressWarnings ( "srini_string" ) Feature loc2 = loc1 . next ( ) ; loc0 ++ ; } } finally { loc1 . close ( ) ; } return loc0 ; }
returns the number of elements in this collection . concode_field_sep T schema concode_elem_sep String id concode_field_sep FeatureIterator<F> features concode_elem_sep boolean contains concode_elem_sep void accepts concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep Object[] toArray ...
TrustManagerFactoryFactoryBean function ( ) { if ( trustManagerFactory == null ) { return new TrustManagerFactoryFactoryBean ( ) ; } return trustManagerFactory ; }
gets the trust manager factory configuration . concode_field_sep SecureRandomFactoryBean secureRandom concode_elem_sep String protocol concode_elem_sep KeyManagerFactoryFactoryBean keyManagerFactory concode_elem_sep String JSSE_TRUST_STORE_PROPERTY concode_elem_sep String provider concode_elem_sep String JSSE_KEY_STORE...
PaymentRequest function ( ) { return new PaymentRequest ( ) ; }
create an instance of paymentrequest concode_field_sep PlaceHolder placeHolder concode_field_sep PaymentValidationResponse createPaymentValidationResponse concode_elem_sep PaymentResponse createPaymentResponse
byte [ ] function ( AMQP . BasicProperties arg0 , byte [ ] arg1 , AMQP . BasicProperties arg2 ) { return handleCall ( arg1 , arg2 ) ; }
mid-level response method . calls handlecall byte , amqp.basicproperties . concode_field_sep boolean _mainloopRunning concode_elem_sep QueueingConsumer _consumer concode_elem_sep String _queueName concode_elem_sep Channel _channel concode_field_sep void terminateMainloop concode_elem_sep QueueingConsumer setupConsumer ...
ResultMatcher function ( final Matcher < ? super Double > arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { MockHttpServletResponse loc0 = arg1 . getResponse ( ) ; xpathHelper . assertNumber ( loc0 . getContentAsByteArray ( ) , getDefinedEncoding ( loc0 ) , arg0 ...
evaluate the xpath and assert the double value found with thegiven hamcrest matcher . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher string concode_elem_sep ResultMatcher string concode_elem_sep ResultMatcher doesNotExist concode_elem_sep Result...
int function ( ) { return this . runtimeContext . getSuperstepNumber ( ) ; }
gets the number of the superstep , starting at 1 . concode_field_sep Collector<Vertex<K,Tuple3<VV,Long,Long>>> outWithDegrees concode_elem_sep boolean setNewVertexValueCalled concode_elem_sep IterationRuntimeContext runtimeContext concode_elem_sep Vertex<K,VV> outVal concode_elem_sep Vertex<K,Tuple3<VV,Long,Long>> outV...
void function ( ) { this . framesNumber = 0 ; if ( this . tasks != null ) this . tasks . clear ( ) ; this . tasks = null ; }
suddenly stops the executor service and clear instantiated visitors . concode_field_sep GetMapRequest request concode_elem_sep String aparam concode_elem_sep String avalue concode_elem_sep WMS wmsConfiguration concode_elem_sep int framesNumber concode_elem_sep String GIF_FORMAT concode_elem_sep WebMapService wms concod...
UUID function ( ) { return sndNodeId ; }
gets property sendernodeid . concode_field_sep String userVer concode_elem_sep DeploymentMode depMode concode_elem_sep UUID sndNodeId concode_elem_sep ClassLoader parentLdr concode_elem_sep ClassLoader clsLdr concode_elem_sep boolean record concode_elem_sep String clsName concode_elem_sep String alias concode_elem_sep ...
TypeOrSource function ( ) { return typeOrSource ; }
gets the value of the typeorsource property . concode_field_sep String fullValue concode_elem_sep TypeOrSource typeOrSource concode_elem_sep String codeValue concode_field_sep void setFullValue concode_elem_sep void setTypeOrSource concode_elem_sep String getCodeValue concode_elem_sep String getFullValue concode_elem_s...
Stats function ( ) { return value ; }
gets the value of the value property . concode_field_sep Stats value concode_elem_sep Long key concode_field_sep Long getKey concode_elem_sep void setValue concode_elem_sep void setKey
String function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 ; int loc1 ; char [ ] loc2 ; loc1 = ( arg2 + 2 ) / 3 * 4 ; loc2 = new char [ loc1 ] ; for ( loc0 = 0 , loc1 = 0 ; loc1 < loc2 . arg2 ; loc0 += 3 , loc1 += 4 ) { encodeQuantum ( arg0 , arg1 + loc0 , arg2 - loc0 , loc2 , loc1 ) ; } return new String ( loc...
converts a byte array into a base64 encoded string . concode_field_sep int valueDecoding[] concode_elem_sep char ALPHABET[] concode_field_sep void decodeQuantum concode_elem_sep void encodeQuantum concode_elem_sep byte[] decode concode_elem_sep byte[] decode
void function ( int arg0 , Boolean arg1 ) { this . shufflerSelect . set ( arg0 , arg1 ) ; }
sets the shuffler select . concode_field_sep List<Boolean> shufflerSelect concode_field_sep void initAll concode_elem_sep String getShufflerStatus concode_elem_sep List<String> getCurrentState concode_elem_sep void update concode_elem_sep List<Boolean> getShufflerSelect concode_elem_sep boolean getShufflerSelect
SpaceEffGraphEdge function ( ) { return nextOut ; }
get the next out edge . concode_field_sep int INFO_MASK concode_elem_sep SpaceEffGraphEdge nextIn concode_elem_sep int BACK_EDGE concode_elem_sep SpaceEffGraphNode _fromNode concode_elem_sep int scratch concode_elem_sep SpaceEffGraphEdge nextOut concode_elem_sep int DOMINATOR concode_elem_sep SpaceEffGraphNode _toNode ...