code
stringlengths
20
663
nl
stringlengths
68
7.19k
List < Throwable > function ( Throwable arg0 ) { checkNotNull ( arg0 ) ; List < Throwable > loc0 = new ArrayList < Throwable > ( 4 ) ; while ( arg0 != null ) { loc0 . add ( arg0 ) ; arg0 = arg0 . getCause ( ) ; } return Collections . unmodifiableList ( loc0 ) ; }
gets a throwable cause chain as a list . the first entry in thelist will be throwable followed by its cause hierarchy . notethat this is a snapshot of the cause chain and will not reflect any subsequent changes to the cause chain . here 's an example of how it can be used to find specific types of exceptions in the cau...
long function ( ) { return this . value ; }
returns the current maximum limit that was set on creation . concode_field_sep boolean reached concode_elem_sep long value concode_field_sep void reached concode_elem_sep boolean isReached
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 String defaultPath2 concode_elem_sep boolean normalized concode_elem_sep String defaultPath concode_elem_sep...
String function ( ) { return cidrBlock ; }
the cidr block for this subnet . concode_field_sep String subnetId concode_elem_sep ImmutableMap.Builder<String,String> tags concode_elem_sep State subnetState concode_elem_sep int availableIpAddressCount concode_elem_sep String vpcId concode_elem_sep String cidrBlock concode_elem_sep String availabilityZone concode_el...
Socket function ( InetSocketAddress arg0 ) { Socket loc0 = null ; try { loc0 = new Socket ( arg0 . getAddress ( ) , arg0 . getPort ( ) ) ; } catch ( IOException loc1 ) { throw new IOException ( "srini_string" + arg0 + "srini_string" , loc1 ) ; } LOGGER . debug ( "srini_string" + loc0 . getLocalPort ( ) ) ; return loc0 ...
creates socket to host pointed by commaddress . concode_field_sep Logger LOGGER concode_elem_sep AtomicBoolean isRunning_ concode_elem_sep SendOperationIdentifier id_ concode_elem_sep AtomicBoolean isShutdown_ concode_elem_sep ByteSendResult result_ concode_elem_sep ReadLock readLock_ concode_elem_sep InetSocketAddress...
void function ( ) { this . controller . getCommandsManagerRegistration ( ) . register ( this . getClass ( ) ) ; }
a shorter way to register the class as a command handler . concode_field_sep OpenAuth controller concode_elem_sep LogHandler log concode_elem_sep String name concode_field_sep void onTeardown concode_elem_sep String getName concode_elem_sep void registerListeners concode_elem_sep boolean hasCommandMethods concode_elem_...
String function ( ) { return etag ; }
gets the entity tag of this cache entry . concode_field_sep long expires concode_elem_sep String contentdisposition concode_elem_sep InputStream inStream concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep OutputStream outStream concode_elem_sep File outFile concode_elem_sep String localP...
JSONBuilder function ( String arg0 , Double arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . doubleValue ( ) ) ; }
adds a double property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBui...
Object function ( ) { return allSignedDataObjects ; }
gets the value of the allsigneddataobjects property . concode_field_sep Object allSignedDataObjects concode_elem_sep ObjectIdentifierType commitmentTypeId concode_elem_sep List<String> objectReference concode_elem_sep CommitmentTypeQualifiersListType commitmentTypeQualifiers concode_field_sep void setCommitmentTypeQual...
Integer function ( ) { return this . dynamicCount ; }
get the dynamiccount value . concode_field_sep List<USqlDirectedColumn> keys concode_elem_sep Integer count concode_elem_sep Integer type concode_elem_sep Integer dynamicCount concode_field_sep USqlDistributionInfo withKeys concode_elem_sep USqlDistributionInfo withCount concode_elem_sep List<USqlDirectedColumn> keys c...
void function ( Boolean arg0 ) { this . iamAnnualEIPDisclosureFlag = arg0 ; }
sets the value of the iamannualeipdisclosureflag property . concode_field_sep List<OfferPreference> offers concode_elem_sep List<AssociatedLineAccount> associatedLines concode_elem_sep Boolean iamEmailNewsletterFlag concode_elem_sep Boolean mail concode_elem_sep ProgramOffer.DeliveryPreferences deliveryPreferences conc...
JDK8TriggerBuilder < T > function ( ) { return startAt ( PDTFactory . getCurrentLocalDateTime ( ) ) ; }
set the time the trigger should start at to the current moment - the trigger may or may not fire at this time - depending upon the schedule configured for the trigger . concode_field_sep String m_sDescription concode_elem_sep LocalDateTime m_aEndTime concode_elem_sep JobDataMap m_aJobDataMap concode_elem_sep TriggerKey...
void function ( ) { System . out . println ( "srini_string" ) ; Candidatura loc0 = new Candidatura ( ) ; boolean loc1 = false ; boolean loc2 = loc0 . setCandidaturaRetirada ( ) ; assertEquals ( loc1 , loc2 ) ; }
test of setcandidaturaretirada method , of class candidatura . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetMorada concode_elem_sep void testSetProdutos concode_elem_sep void testSetCandidaturaAceite concode_elem_sep void tearDownClass concode_elem_sep void testSetStand concode_elem_sep void ...
boolean function ( Object arg0 ) { return ( arg0 instanceof NounGroup && ( ( NounGroup ) arg0 ) . original . equals ( original ) ) ; }
checks if the originals match concode_field_sep String head concode_elem_sep FinalSet<String> prepositions concode_elem_sep String adjective concode_elem_sep String original concode_elem_sep Set<String> determiners concode_elem_sep String preModifier concode_elem_sep String preposition concode_elem_sep String determine...
AbstractDataExporter function ( IModel < String > arg0 ) { this . dataFormatNameModel = arg0 ; return this ; }
sets the data format name model . concode_field_sep String fileNameExtension concode_elem_sep IModel<String> dataFormatNameModel concode_elem_sep String contentType concode_field_sep IModel<String> getDataFormatNameModel concode_elem_sep AbstractDataExporter setFileNameExtension concode_elem_sep String getContentType c...
void function ( String arg0 ) { if ( arg0 == null || countOnly ) return ; if ( ! didIndent ) { textOutput . append ( indentString + arg0 ) ; didIndent = true ; } else { textOutput . append ( arg0 ) ; } if ( DEBUG ) System . out . println ( arg0 ) ; }
add a string to the current line of the output concode_field_sep boolean countOnly concode_elem_sep String copyright concode_elem_sep StringBuffer textOutput concode_elem_sep int indentCount concode_elem_sep String indentString concode_elem_sep int lineCount concode_elem_sep boolean DEBUG concode_elem_sep boolean didIn...
String function ( ) { return caption ; }
optional . concode_field_sep int date concode_elem_sep Document document concode_elem_sep List<PhotoSize> newChatPhoto concode_elem_sep Sticker sticker concode_elem_sep int messageId concode_elem_sep List<PhotoSize> photo concode_elem_sep boolean groupChatCreated concode_elem_sep String caption concode_elem_sep User fo...
void function ( ) { setLength ( 0 ) ; r_seen = n_seen = false ; }
prepare for parsing the new document . concode_field_sep boolean r_seen concode_elem_sep int[] line concode_elem_sep char[] chr concode_elem_sep int current_line concode_elem_sep int length concode_elem_sep boolean n_seen concode_elem_sep int INITIAL_SIZE concode_elem_sep int[] position concode_field_sep void setLength...
void function ( ) { iBalance = - 2 ; nLeft = nRight = nParent = null ; iLeft = iRight = iParent = 0 ; }
method declaration concode_field_sep int iRight concode_elem_sep Node nNext concode_elem_sep Node nParent concode_elem_sep int iId concode_elem_sep Node nLeft concode_elem_sep Node nRight concode_elem_sep Row rData concode_elem_sep int iLeft concode_elem_sep int iParent concode_elem_sep int iBalance concode_field_sep i...
int function ( ) { return cache . getCacheSize ( ) ; }
gets the maximal number of items in the cache concode_field_sep WireCache cache concode_elem_sep IMacro[] macros concode_elem_sep IParseFile[] basicFilesArray concode_elem_sep Map<IParseFile,LocalCallback> files concode_elem_sep Map<String,IMacro> macroCollection concode_elem_sep Set<IParseFile> basicFiles concode_elem...
Short function ( byte [ ] arg0 , TFieldIdEnum arg1 , TFieldIdEnum ... arg2 ) { return ( Short ) partialDeserializeField ( TType . I16 , arg0 , arg1 , arg2 ) ; }
deserialize only an i16 field addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 concode_...
void function ( Object ... arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { setField ( loc0 , arg0 [ loc0 ] ) ; } }
sets all fields , given generic values . concode_field_sep Schema schema concode_elem_sep byte[] data concode_field_sep RID insertIntoFile concode_elem_sep Object[] getAllFields concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep int getIntFld concode_elem_sep void setFloatFld concode_elem_se...
HomematicContext function ( ) { if ( instance == null ) { instance = new HomematicContext ( ) ; instance . stateHolder = new StateHolder ( instance ) ; } return instance ; }
create or returns the instance of this class . concode_field_sep HomematicContext instance concode_elem_sep HomematicClient homematicClient concode_elem_sep StateHolder stateHolder concode_elem_sep EventPublisher eventPublisher concode_elem_sep HomematicConfig config concode_elem_sep ServerId serverId concode_elem_sep ...
String function ( Context arg0 ) { ActivityManager loc0 = ( ActivityManager ) arg0 . getSystemService ( Context . ACTIVITY_SERVICE ) ; List < RunningTaskInfo > loc1 = loc0 . getRunningTasks ( 1 ) ; if ( loc1 != null ) return loc1 . get ( 0 ) . topActivity . getClassName ( ) ; else return "srini_string" ; }
get top activity concode_field_sep String TAG concode_field_sep String getMessageDigest concode_elem_sep void setAppUserInitialLetter concode_elem_sep void setUserInitialLetter concode_elem_sep boolean isSdcardExist concode_elem_sep EMConversationType getConversationType concode_elem_sep String getString concode_elem_s...
void function ( ) { partDb . close ( ) ; supplierDb . close ( ) ; shipmentDb . close ( ) ; javaCatalog . close ( ) ; env . close ( ) ; }
close all databases and the environment . concode_field_sep String SHIPMENT_STORE concode_elem_sep String SUPPLIER_STORE concode_elem_sep Database partDb concode_elem_sep Database shipmentDb concode_elem_sep Environment env concode_elem_sep StoredClassCatalog javaCatalog concode_elem_sep String CLASS_CATALOG concode_el...
boolean function ( World arg0 , int arg1 , int arg2 , int arg3 ) { return getSparkForBlock ( arg0 , arg1 , arg2 , arg3 ) != null ; }
gets if the block in the coords passed in has a spark attached . note that the coords passed in are for the block that the spark will be on , not the coords of the spark itself . concode_field_sep int lastRequestExtractions concode_elem_sep List<ICorporeaAutoCompleteController> autoCompleteControllers concode_elem_sep ...
void function ( ViewGroup . MarginLayoutParams arg0 , int arg1 ) { IMPL . setMarginEnd ( arg0 , arg1 ) ; }
set the relative end margin . on platform versions supporting bidirectional text and layouts this value will be resolved into the layoutparams object 's left or right margin as appropriate when the associated view is attached to a window or when the layout direction of that view changes . concode_field_sep MarginLayout...
CTShape function ( ) { return new CTShape ( ) ; }
create an instance of ctshape concode_field_sep QName _WsDr_QNAME concode_field_sep CTGroupShape createCTGroupShape concode_elem_sep CTGraphicalObjectFrameNonVisual createCTGraphicalObjectFrameNonVisual concode_elem_sep CTAbsoluteAnchor createCTAbsoluteAnchor concode_elem_sep CTGraphicalObjectFrame createCTGraphicalObj...
COSBase function ( ) { return rangeArray ; }
convert this standard java object to a cos object . concode_field_sep COSArray rangeArray concode_elem_sep int startingIndex concode_field_sep void setMax concode_elem_sep void setMin concode_elem_sep float getMin concode_elem_sep float getMax concode_elem_sep String toString concode_elem_sep COSArray getCOSArray
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep EventTypeVersion eventTypeVersion concode_elem_sep EventTypeName eventTypeName concode_elem_sep String id concode_elem_sep EventTypeVendor eventTypeVendor concode_field_sep void setEventTypeName concode_elem_sep void setEventTypeVendor concode_elem_sep EventTypeVers...
List < Map < String , Map < String , Object >>> function ( Statement arg0 ) { this . logger . log ( Level . FINE , arg0 . getQuery ( ) ) ; Response loc0 = sendRequest ( new MultiStatementBuilder ( ) . add ( arg0 ) . build ( ) ) ; List < Map < String , Map < String , Object >>> loc1 = responseParser . parseSimpleStateme...
rows with maps representing columns with maps with the entity attributes . each column is a different entity . match p : person - r : owns - > target : uuid return person , r , t concode_field_sep Endpoint endpoint concode_elem_sep StatementBuilder helper concode_elem_sep Logger logger concode_elem_sep ResponseStreamin...
void function ( List < Pkg > arg0 ) { this . pkg = arg0 ; }
public setter concode_field_sep String rxnScdId concode_elem_sep Characteristics characteristics concode_elem_sep List<Ingredient> ingredient concode_elem_sep String splId concode_elem_sep Integer productId concode_elem_sep boolean isOtc concode_elem_sep String deaSchedule concode_elem_sep long serialVersionUID concode...
void function ( float arg0 ) { fixture . setRestitution ( arg0 ) ; }
set the coefficient of restitution . 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 concode_elem_s...
String function ( ) { return nextMarker ; }
a string , present if there are more event source mappings . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EventSourceMappingConfiguration> eventSourceMappings concode_field_sep ListEventSourceMappingsResult withEventSourceMappings concode_elem_sep ListEventSource...
byte [ ] function ( BufferedImage arg0 , String arg1 , float arg2 , boolean arg3 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 , arg2 , arg3 ) ; return loc0 . encode ( arg0 ) ; }
encode the image in a specific format . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage
Polygon function ( ) { return mapPolygon ; }
gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId
Builder function ( Object arg0 ) { this . tag = arg0 ; return this ; }
attaches tag to the request . it can be used later to cancel therequest . if the tag is unspecified or null , the request is canceled by using the request itself as the tag . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_el...
void function ( int arg0 ) { this . day = arg0 ; }
sets the day value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep int getMonthWithJanuary...
void function ( String arg0 ) { this . issuer = arg0 ; if ( LOG . isLoggable ( Level . FINE ) ) { LOG . fine ( "srini_string" + arg0 ) ; } }
set the sts issuer name concode_field_sep Object encryptionCryptoProperties concode_elem_sep Bus bus concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logger LOG concode_elem_sep String issuer concode_elem_sep EncryptionProperties encryptionProperties conc...
int function ( int arg0 ) { return this . offset + arg0 ; }
translates a zero-based offset into the allocation to the corresponding #data offset . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep placeholderType placeHolder
PropertyObject function ( ClarionObject arg0 ) { return CWin . getControl ( arg0 ) ; }
get current control based on target setting concode_field_sep PlaceHolder placeHolder concode_field_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep ClarionObject getClarionObject concode_elem_sep ClarionNumber newNumber concode_elem_sep ClarionNumber newNum...
PlaneSide function ( Vector3 arg0 ) { float loc0 = normal . dot ( arg0 ) + d ; if ( loc0 == 0 ) return PlaneSide . OnPlane ; else if ( loc0 < 0 ) return PlaneSide . Back ; else return PlaneSide . Front ; }
returns on which side the given point lies relative to the plane and its normal . planeside.front refers to the side the plane normal points to . concode_field_sep float d concode_elem_sep long serialVersionUID concode_elem_sep Vector3 normal concode_field_sep Vector3 getNormal concode_elem_sep void set concode_elem_se...
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 com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.metadata.NomeValor[] parametros concode_elem_sep org.apache.axis.description.TypeDesc typeDesc...
void function ( String arg0 , String arg1 , char [ ] arg2 ) { vault . store ( arg0 , arg1 , arg2 , null ) ; attributeCreatedDisplay ( arg0 , arg1 ) ; }
add secured attribute to specified vault block . this method can be called only after successful startvaultsession call . after successful storage the secured attribute information will be displayed at standard output . for silent method @see addsecuredattribute concode_field_sep int iterationCount concode_elem_sep Str...
void function ( String arg0 ) { this . arn = arg0 ; }
the amazon resource name arn . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep ScheduledInstancesIamInstanceProfile withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ScheduledInstancesIamInstan...
void function ( ) { suppressAutoUpdate = true ; }
for unit test purposes , suppresses auto-update of the metrics from the dedicated thread . concode_field_sep int windowSizeMs concode_elem_sep Thread uploadBandwidthUpdater concode_elem_sep long bytesTransferred concode_elem_sep Log LOG concode_elem_sep Date endDate concode_elem_sep boolean suppressAutoUpdate concode_e...
char [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , arg0 . length ) ; }
encodes a byte array into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep String encodeString concode_elem_sep String decodeString concode_elem_sep byte[] decode concode_elem_sep byte[] decode
void function ( ) { if ( ! hasNext ( ) ) return ; vertexIndex ++ ; if ( vertexIndex >= currentLine . getNumPoints ( ) ) { componentIndex ++ ; loadCurrentLine ( ) ; vertexIndex = 0 ; } }
moves the iterator ahead to the next vertex and possibly linear component . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep LineString currentLine concode_field_sep boolean isEndOfLine concode_elem_sep int segmentE...
String function ( ) { return String . valueOf ( get ( ) ) ; }
returns the string representation of the current value . concode_field_sep Unsafe unsafe concode_elem_sep long serialVersionUID concode_elem_sep long valueOffset concode_elem_sep V value concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep V get c...
void function ( String arg0 ) { this . nextToken = arg0 ; }
if not null , more results are available . pass this value for the nexttoken parameter in a subsequent call to this operation to retrieve the next set of items . this token is valid for one day and must be used within that timeframe . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInterna...
void function ( boolean arg0 ) { this . selected = arg0 ; }
sets if the configuration is selected concode_field_sep Map<String,String> configs concode_elem_sep Map<String,Map<String,String>> configsAttributes concode_elem_sep String serviceConfigVersionNote concode_elem_sep boolean selected concode_elem_sep String clusterName concode_elem_sep String tag concode_elem_sep String ...
void function ( String arg0 ) { this . callMetaDataContext . setProcedureName ( arg0 ) ; }
set the name of the stored procedure . concode_field_sep String callString concode_elem_sep Log logger concode_elem_sep CallableStatementCreatorFactory callableStatementFactory concode_elem_sep Map<String,RowMapper> declaredRowMappers concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep boolean compiled concode_...
R function ( ArrayAssignmentStatement arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; arg0 . f3 . accept ( this , arg1 ) ; arg0 . f4 . accept ( this , arg1 ) ; arg0 . f5 . accept ( this , arg1 ) ; arg0 . f6 . accept ( this ...
f0 - > identifier f1 - > '' '' f2 - > expression f3 - > '' '' f4 - > '' = '' f5 - > expression f6 - > '' ; '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
RxWebTarget < RxCompletionStageInvoker > function ( final WebTarget arg0 , final ExecutorService arg1 ) { return Rx . from ( arg0 , RxCompletionStageInvoker . class , arg1 ) ; }
create a new org.glassfish.jersey.client.rx.rxwebtarget reactive client target instance initialized with givenjax-rs client web target instance and parametrized with invoker based on the java.util.concurrent.completionstage completion stage from java 8 . reactive requests , invoked using org.glassfish.jersey.client.rx....
long function ( ) { return _announcementsDelivery . getPrimaryKey ( ) ; }
returns the primary key of this announcements delivery . concode_field_sep AnnouncementsDelivery _announcementsDelivery concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
boolean function ( int arg0 , int arg1 ) { GridElement loc0 = grid [ arg0 ] [ arg1 ] ; if ( loc0 . isVisited ( ) == false ) { if ( loc0 . gridtype == GridType . EMPTY ) { return true ; } else return false ; } else return false ; }
this function checks if that particular tile is empty . concode_field_sep int gridHeight concode_elem_sep GridElement grid[][] concode_elem_sep int gridWidth concode_field_sep int getGridWidth concode_elem_sep GridElement[][] getGrid concode_elem_sep int randomValue concode_elem_sep void GenerateGrid concode_elem_sep A...
Long function ( String arg0 , DateFormat [ ] arg1 ) { Date loc0 = null ; for ( int loc1 = 0 ; ( loc0 == null ) && ( loc1 < arg1 . length ) ; loc1 ++ ) { try { loc0 = arg1 [ loc1 ] . parse ( arg0 ) ; } catch ( ParseException loc2 ) { } } if ( loc0 == null ) { return null ; } return new Long ( loc0 . getTime ( ) ) ; }
parses date with given formatters . concode_field_sep TimeZone gmtZone concode_elem_sep SimpleDateFormat format concode_elem_sep String currentDate concode_elem_sep HashMap<String,Long> parseCache concode_elem_sep SimpleDateFormat[] formats concode_elem_sep long currentDateGenerated concode_elem_sep HashMap<Long,String...
int [ ] function ( ) { return null ; }
returns null . cookies prior to rfc2965 do not set this attribute concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_s...
void function ( ) { GenericEvent loc0 = new GenericEvent ( "srini_string" ) ; Exception loc1 = new Exception ( ) ; EventException loc2 = new EventException ( loc0 , loc1 ) ; assertTrue ( loc1 == loc2 . getCause ( ) ) ; assertTrue ( loc0 == loc2 . getCausingEvent ( ) ) ; }
test method for com.petrivirkkula.toolbox.eventmgr.eventexception #eventexception com.petrivirkkula.toolbox.eventmgr.event , java.lang.throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEventExceptionEventString concode_elem_sep void testEventExceptionThrowable concode_elem_sep void testEv...
View function ( MenuItemImpl arg0 , View arg1 , ViewGroup arg2 ) { MenuView . ItemView loc0 ; if ( arg1 instanceof MenuView . ItemView ) { loc0 = ( MenuView . ItemView ) arg1 ; } else { loc0 = createItemView ( arg2 ) ; } bindItemView ( arg0 , loc0 ) ; return ( View ) loc0 ; }
prepare an item view for use . see adapterview for the basic idea at work here . this may require creating a new item view , but well-behaved implementations will re-use the view passed as convertview if present . the returned view will be populated with data from the item parameter . concode_field_sep MenuView mMenuVi...
void function ( String arg0 ) { this . portName = arg0 ; }
method setportname . concode_field_sep int FORTYFIVE concode_elem_sep int ELEVEN concode_elem_sep String details concode_elem_sep int TWOTWOFIVE concode_elem_sep String portName concode_elem_sep int portId concode_elem_sep int userId concode_field_sep void setPortId concode_elem_sep String getPortName concode_elem_sep ...
void function ( Set < Integer > arg0 ) { this . nodeids . clear ( ) ; arg0 . addAll ( arg0 ) ; }
setter for the field nodeids . concode_field_sep String elem2Type concode_elem_sep String elem1Type concode_elem_sep int numberOfLinks concode_elem_sep int linkTypeId concode_elem_sep Set<Integer> nodeids concode_elem_sep Map<String,Integer> vlinkStatusMap concode_elem_sep String linkStatusString concode_elem_sep Strin...
Tag function ( int arg0 ) { return deepCopy ( "srini_string" + arg0 + "srini_string" ) ; }
create deep copy of this tag for array or set . concode_field_sep String name concode_elem_sep int tagType concode_elem_sep int tagNumber concode_elem_sep boolean constructed concode_elem_sep boolean optional concode_elem_sep int tagClass concode_elem_sep boolean explicit concode_field_sep void readTag concode_elem_sep...
void function ( ) { cacheMap . clear ( ) ; cacheBytesLength = 0 ; }
clears out the memory cache concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode_elem_sep StopWatch saveAllTimer concode_elem_...
String function ( ) { return this . language ; }
the programming language to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_...
String function ( List < String > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return "srini_string" ; } return arrayToCommaDelimitedString ( arg0 . toArray ( ) ) ; }
convert a list of strings to a csv format . concode_field_sep String LINEFEED concode_field_sep String nullIfEmpty concode_elem_sep boolean isLowerCase concode_elem_sep String[] convertCsvToStringArray concode_elem_sep List<String> convertCsvToStringList concode_elem_sep String getLF concode_elem_sep boolean containsIg...
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; }
creates an instance of defaulthttpresponsefactory to be usedby http connections for creating httpresponse objects . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep SSLIOSessionHandler sslHandler concode_elem_sep NHttp...
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } }
from ioutils.closequietly but replicated for open source version . concode_field_sep PlaceHolder placeHolder concode_field_sep HprofData readSnapshot concode_elem_sep HprofData read concode_elem_sep boolean startsWithMagic concode_elem_sep HprofData readHprof concode_elem_sep void usage concode_elem_sep void main conco...
String function ( ) { addressFormProcessor . reset ( ) ; elementContainer . reset ( ) ; return "srini_string" ; }
restores the application to its original state . returns a string as described in the navigation rules . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep void setElementConta...
BundleContext function ( ) { return bundleContext ; }
returns the bundlecontext that we received when we were started . concode_field_sep SSHAccountRegistrationWizard sshWizard concode_elem_sep Logger logger concode_elem_sep WizardContainer wizardContainer concode_elem_sep BundleContext bundleContext concode_elem_sep UIService uiService concode_field_sep void stop concode...
boolean function ( ) { if ( canceled ) printInfo ( Module . GUI , "srini_string" ) ; return canceled ; }
check to see if the current task should be aborted . concode_field_sep int verbosity concode_elem_sep UserInterface ui concode_elem_sep boolean canceled concode_field_sep void printDetailed concode_elem_sep void printWarning concode_elem_sep void taskStart concode_elem_sep void taskUpdate concode_elem_sep void set conc...
Type function ( ) { return returnType ; }
return the return type for this function signature concode_field_sep MethodType methodType concode_elem_sep Type[] paramTypes concode_elem_sep String descriptor concode_elem_sep Type returnType concode_field_sep Type[] typeArray concode_elem_sep Type[] objectArgs concode_elem_sep int size concode_elem_sep MethodType ge...
boolean function ( ) { return ( m_index == - 1 ) ; }
tests if this stack is empty . concode_field_sep int m_allocatedSize concode_elem_sep boolean m_values[] concode_elem_sep int m_index concode_field_sep boolean pop concode_elem_sep void setTop concode_elem_sep boolean peekOrTrue concode_elem_sep void grow concode_elem_sep int size concode_elem_sep boolean peekOrFalse c...
String function ( ) { return url . getFile ( ) ; }
calls the getfile method on the url used to instantiate the object . concode_field_sep URLConnection url_conn concode_elem_sep URL url concode_field_sep URL getURL concode_elem_sep String getContentType concode_elem_sep OutputStream getOutputStream concode_elem_sep InputStream getInputStream
Logger function ( String arg0 , String arg1 ) { return new Logger ( arg0 + "srini_string" + arg1 ) ; }
create a logger instance given the logger name with the given suffix . this will include a logger seperator between classname and suffix concode_field_sep LoggerPlugin loggerDelegate concode_elem_sep String LOG4J_PLUGIN_CLASS_NAME concode_elem_sep String pluginClassName concode_elem_sep Class pluginClass concode_elem_s...
Selector function ( ) { return selector ; }
gets the value of the selector property . concode_field_sep Selector selector concode_field_sep void setSelector
long function ( ) { return _assetTagStats . getCompanyId ( ) ; }
returns the company id of this asset tag stats . concode_field_sep AssetTagStats _assetTagStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr...
Long function ( ) { return this . id ; }
returns the id . concode_field_sep String password concode_elem_sep Long id concode_elem_sep String blogId concode_elem_sep Email email concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setBlogId concode_elem_sep String getBlogId concode_elem_sep void setEmail concode_elem_sep...
com . jio . portlet . arg0 . model . Jurys function ( com . jio . portlet . arg0 . model . Jurys arg0 ) { return _jurysLocalService . deleteJurys ( arg0 ) ; }
deletes the jurys from the database . also notifies the appropriate model listeners . concode_field_sep JurysLocalService _jurysLocalService concode_field_sep com.jio.portlet.jurys.model.Jurys getJurys concode_elem_sep void setWrappedService concode_elem_sep int getJurysesCount concode_elem_sep com.jio.portlet.jurys.mo...
void function ( ) { try { executorService . submit ( new Runnable ( ) { @ Override public void run ( ) { } } ) . get ( ) ; } catch ( Exception loc0 ) { throw new AssertionError ( ) ; } }
blocks until the executor service has processed all currently enqueued jobs . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP ...
String function ( ) { return circleID ; }
getter method for circleid concode_field_sep Date endDate concode_elem_sep String departmentID concode_elem_sep String circleID concode_elem_sep Date startDate concode_field_sep Date getStartDate concode_elem_sep void setStartDate concode_elem_sep void setDepartmentID concode_elem_sep Date getEndDate concode_elem_sep v...
PhoneBucket function ( ) { return bucket ; }
gets the value of the bucket property . concode_field_sep PhoneBucket bucket concode_elem_sep SegmentStatus segmentStatus concode_elem_sep RetentionOfferStatus retentionStatus concode_elem_sep List<ProcessType> processType concode_elem_sep GetRetentionStatusResponse.ProcessTypes processTypes concode_field_sep Retention...
int function ( byte arg0 , byte [ ] arg1 ) { arg1 [ 0 ] = arg0 ; return SIZE ; }
converts the specified byte into ibm i format in the specified byte array . concode_field_sep byte MIN_VALUE concode_elem_sep byte MAX_VALUE concode_elem_sep int SIZE concode_elem_sep byte DEFAULT_VALUE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep Object clone concode_elem...
Record function ( ) { List loc0 = sections [ Section . QUESTION ] ; if ( loc0 == null || loc0 . size ( ) == 0 ) return null ; return ( Record ) loc0 . get ( 0 ) ; }
returns the first record in the question section . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_elem_sep int TSIG_FAIL...
String function ( byte [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( arg0 . length * 2 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( ( ( int ) arg0 [ loc1 ] & 0xff ) < 0x10 ) loc0 . append ( "srini_string" ) ; loc0 . append ( Integer . toHexString ( ( int ) arg0 [ loc1 ] & 0xff ) ) ; } return l...
returns an hex representation of the byte array concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_elem_sep ...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String name concode_elem_sep List<Object> content concode_field_sep void setName concode_elem_sep List<Object> getContent
String function ( String arg0 ) { return toLowerUnderscore ( ) . replace ( "srini_string" , arg0 ) ; }
returns the name in lower case , with a custom separator between components . concode_field_sep String identifier concode_elem_sep CaseFormat caseFormat concode_elem_sep List<NamePiece> namePieces concode_elem_sep CasingMode casingMode concode_field_sep Name upperCamelInternal concode_elem_sep boolean isUpperUnderscore...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { char loc2 = arg0 . charAt ( loc1 ) ; if ( ( ( loc2 >= 'A' ) && ( loc2 <= 'Z' ) ) || ( ( loc2 >= 'a' ) && ( loc2 <= 'z' ) ) || ( ( loc2 >= '0' ) && ( loc2 <= '9' ) ) ) loc0 . append ...
remove characters from s that are not safe to use in a filename . concode_field_sep String openExchangeDir concode_elem_sep Object nativeLock concode_field_sep boolean isOpenExchangeEngine concode_elem_sep String openExchangeFileName concode_elem_sep boolean chmod concode_elem_sep String internalStockFishName concode_e...
es . eina . tfg . model . Power function ( es . eina . tfg . service . persistence . PowerPK arg0 ) { return getService ( ) . createPower ( arg0 ) ; }
creates a new power with the primary key . does not add the power to the database . concode_field_sep PowerLocalService _service concode_field_sep es.eina.tfg.model.Power updatePower concode_elem_sep int getPowersCount concode_elem_sep es.eina.tfg.model.Power addPower concode_elem_sep java.util.List<es.eina.tfg.model.P...
boolean function ( AudioSignal arg0 ) { return signals . contains ( arg0 ) ; }
returns true if s is in the chain . concode_field_sep Vector<AudioSignal> signals concode_elem_sep float[] tmpL concode_elem_sep Vector<AudioSignal> signalsToRemove concode_elem_sep float[] tmpR concode_elem_sep HashSet<AudioSignal> enabled concode_field_sep void add concode_elem_sep boolean hasEnabled concode_elem_sep...
GetBalanceAndDBRResponse function ( ) { return new GetBalanceAndDBRResponse ( ) ; }
create an instance of getbalanceanddbrresponse concode_field_sep PlaceHolder placeHolder concode_field_sep GetDailyBurnRateResponse createGetDailyBurnRateResponse concode_elem_sep InvokeKenanNRC createInvokeKenanNRC concode_elem_sep InvokeKenanNRCResponse createInvokeKenanNRCResponse concode_elem_sep GetBalanceResponse...
Text function ( ByteBuffer arg0 ) { return new Text ( ByteBuffers . getString ( arg0 , StandardCharsets . UTF_8 ) , arg0 ) ; }
return the text encoded in bytes so long as those bytes adhereto the format specified by the #getbytes method . this methodassumes that all the bytes in the bytes belong to the text . ingeneral , it is necessary to get the appropriate text slice from the parent bytebuffer using bytebuffers #slice bytebuffer , int , int...
void function ( Function < Optional < String > , Path > arg0 , ProjectFilesystem arg1 , BuildRuleFactoryParams arg2 , Object arg3 , ImmutableSet . Builder < BuildTarget > arg4 , ImmutableSet . Builder < BuildTargetPattern > arg5 , Map < String , ? > arg6 ) { populate ( arg0 , arg1 , arg2 , arg3 , arg4 , arg6 , false ) ...
use the information contained in the params to fill in the public fields and settableproperties of dto . the following rules are used : boolean values are set to true or false . buildtarget s are resolved and will be fully qualified . numeric values are handled as if being cast from long . sourcepath instances will be ...
void function ( double arg0 ) { this . maxPower = arg0 ; }
sets the max power . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep void setStaticPower concode_elem_s...
ThreadCategory function ( ) { return ThreadCategory . getInstance ( getClass ( ) ) ; }
log concode_field_sep OnmsSnmpCollection m_snmpCollection concode_elem_sep CollectionAgent m_agent concode_elem_sep Collection<SnmpAttributeType> m_attributeTypes concode_field_sep Collection<SnmpAttributeType> loadAttributeTypes concode_elem_sep String getCollectionName concode_elem_sep OnmsSnmpCollection getCollectio...
void function ( Command arg0 ) { }
subclass hook called before a command is run . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandClasses concode_elem_sep String name concode_elem_sep Class<?>[] hiddenCommandClasses concode_elem_sep List<Command> commands concode_field_sep String getName conco...
int function ( MultipleObjectsBundle arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . metaLength ( ) ; loc0 < loc1 ; ++ loc0 ) { if ( TypeUtil . CLASSLABEL . isAssignableFromType ( arg0 . meta ( loc0 ) ) ) { return loc0 ; } } return - 1 ; }
find the class label column in the given data set . concode_field_sep int labelcol concode_elem_sep MultipleObjectsBundle bundle concode_elem_sep ArrayList<ClassLabel> labels concode_field_sep ArrayList<ClassLabel> getLabels concode_elem_sep ArrayList<ClassLabel> allClassLabels concode_elem_sep ArrayList<ClassLabel> al...
Matcher < Calendar > function ( ) { return CalendarMatchers . isJuly ( ) ; }
verify that the calendar calendaris in july . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<LocalTime> localTimeIsSecond concode_elem_sep Matcher<Calendar> calendarIsDecember concode_elem_sep Matcher<Calendar> calendarIsApril concode_elem_sep Matcher<Calendar> calendarIsTuesday concode_elem_sep Ma...
Integer function ( ) { return m_uniqueID ; }
get the unique id for this item . concode_field_sep UUID m_guid concode_elem_sep byte[] m_unknown concode_elem_sep String m_description concode_elem_sep Integer m_parentId concode_elem_sep Integer m_uniqueID concode_elem_sep Object m_value concode_field_sep UUID getGuid concode_elem_sep Object getValue concode_elem_sep...
ItemAbstractionPair function ( ) { if ( size ( ) > 1 ) { return getIthElement ( size ( ) - 2 ) ; } return null ; }
it obtains the last but one element of the pattern concode_field_sep BitSet appearingIn concode_elem_sep List<ItemAbstractionPair> elements concode_field_sep void add concode_elem_sep String toStringToFile concode_elem_sep Pattern clonePattern concode_elem_sep void clear concode_elem_sep void setElements concode_elem_s...