code
stringlengths
20
663
nl
stringlengths
68
7.19k
Collection < SubRegion > function ( ) { if ( typeMap == null ) { return Collections . emptyList ( ) ; } return Collections . unmodifiableCollection ( typeMap . values ( ) ) ; }
returns a collection of all of the constants in this class . this collection maintains a reference to the constants in this class , so if a new constant is created , the collection returned by this method will be modified . beware of concurrentmodificationexceptions concode_field_sep int ordinalCount concode_elem_sep S...
void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; }
reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_...
String function ( ) { long loc0 = elapsedNanos ( ) ; TimeUnit loc1 = chooseUnit ( loc0 ) ; double loc2 = ( double ) loc0 / NANOSECONDS . convert ( 1 , loc1 ) ; return String . format ( Locale . ROOT , "srini_string" , loc2 , abbreviate ( loc1 ) ) ; }
returns a string representation of the current elapsed time . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createUnstarted concode_elem_se...
int function ( ) { int loc0 = 2 ; return ( ( hopsNumber - loc0 ) + 1 ) / loc0 ; }
returns the number of hops that this packet has traversed . since the packet takes a round trip , the same router may have been traversed twice . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_se...
String function ( ) { return mapdustKey ; }
returns the mapdust api key concode_field_sep String mapdustWiki concode_elem_sep Configuration INSTANCE concode_elem_sep String mapdustBugDetailsUrl concode_elem_sep String mapdustUrl concode_elem_sep String mapdustKey concode_elem_sep ResourceBundle properties concode_field_sep String getMapdustWiki concode_elem_sep ...
int function ( GL10 arg0 , Drawable arg1 , int arg2 , int arg3 ) { return add ( arg0 , arg1 , null , null , arg2 , arg3 ) ; }
call to add a label concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mFullColor concode_elem...
void function ( Concept arg0 ) { this . concept = arg0 ; }
public setter concode_field_sep PropertyList propertyList concode_elem_sep AssociationList associationList concode_elem_sep Concept concept concode_elem_sep GroupProperties groupProperties concode_elem_sep RoleList roleList concode_elem_sep List<FullConcept> fullConcept concode_elem_sep long serialVersionUID concode_el...
void function ( String arg0 , Object arg1 ) { Set < Object > loc0 = primaryFilters . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < Object > ( ) ; primaryFilters . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; }
add a single piece of primary filter to the existing primary filter map concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_...
String function ( ) { return name ; }
get the name of this permission . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep void checkGuard concode_elem_sep PermissionCollection newPermissionCollection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getActions concode_elem_sep String ...
void function ( String arg0 , String arg1 , String arg2 ) { if ( cv != null ) { cv . visitOuterClass ( arg0 , arg1 , arg2 ) ; } }
visits the enclosing class of the class . this method must be called only if the class has an enclosing class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_s...
boolean function ( ) { if ( Environment . MEDIA_MOUNTED . equals ( Util . getExternalStorageState ( ) ) ) return true ; return false ; }
get exter store is can read/write concode_field_sep String TAG concode_field_sep float getScreenDensity concode_elem_sep int dip2px concode_elem_sep void hideSoftInput concode_elem_sep String getExternalStoragePath concode_elem_sep String getExternalStorageState concode_elem_sep boolean isEmpty concode_elem_sep boolean...
String function ( int arg0 ) { return uuid ( arg0 , CHARS . length ) ; }
generate a random uuid of the specified length . example : uuid 15 returns `` vcydxgltxrvzstv '' concode_field_sep char[] CHARS concode_field_sep placeholderType placeHolder
String function ( ) { return "srini_string" ; }
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct...
String function ( ) { return accountId ; }
gets the value of the accountid property . concode_field_sep String accountId concode_elem_sep BigDecimal amount concode_elem_sep String desc concode_field_sep String getDesc concode_elem_sep void setDesc concode_elem_sep void setAccountId concode_elem_sep void setAmount concode_elem_sep BigDecimal getAmount
LockBookSeatResponse function ( ) { return new LockBookSeatResponse ( ) ; }
create an instance of lockbookseatresponse concode_field_sep QName _LockBookSeat_QNAME concode_elem_sep QName _NotAuthenticatedException_QNAME concode_elem_sep QName _GetFlightByID_QNAME concode_elem_sep QName _ParseException_QNAME concode_elem_sep QName _FlightDoesNotExistException_QNAME concode_elem_sep QName _GetFli...
Session function ( Database arg0 , User arg1 , boolean arg2 ) { Session loc0 = new Session ( arg0 , arg1 , true , arg2 , sessionIdCount ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally from database #connect string , string database.connect username , password as the final step , when a successful connection has been made . concode_field_sep IntKeyHashMap sessionMap conc...
void function ( int arg0 ) { this . intTotalExemption = arg0 ; }
method settotalexemption concode_field_sep int intTotalPage concode_elem_sep StringMatrix smtDevList concode_elem_sep StringMatrix smtGroupList concode_elem_sep Collection colExemption concode_elem_sep int intCurrentPage concode_elem_sep int intTotalExemption concode_field_sep StringMatrix getGroupList concode_elem_sep...
void function ( ) { Task loc0 = new Task ( "srini_string" , new Date ( 1 ) , new Date ( 2 ) ) ; Task loc1 = ( Task ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetSubTaskCount concode_elem_sep void testCloning concode_elem_sep void testEquals
int function ( ) { return this . taskCount ; }
return the number of tasks timed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_sep String ...
List < ValueHint > function ( ) { return this . keyHints ; }
the list of well-defined keys , if any . only applicable if the type of the related item is a java.util.map . if no extra valueprovider provider isspecified , these values are to be considered a closed-set of the available keys for the map . concode_field_sep List<ValueHint> keyHints concode_elem_sep List<ValueProvider...
ThingStatusDetail function ( ) { return statusDetail ; }
gets the detail of the status . concode_field_sep String description concode_elem_sep ThingStatusDetail statusDetail concode_elem_sep ThingStatus status concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep ThingStatus getStatus concode_elem_sep String getDescr...
void function ( String arg0 ) { this . _abstract = arg0 ; }
document me ! concode_field_sep int QUERY_OPERATION concode_elem_sep int NO_OPERATION concode_elem_sep int DELETE_OPERATION concode_elem_sep int UPDATE_OPERATION concode_elem_sep List keywords concode_elem_sep Envelope latLongBoundingBox concode_elem_sep String title concode_elem_sep String _abstract concode_elem_sep i...
String [ ] function ( String arg0 , FilenameFilter arg1 ) { File loc0 = new File ( arg0 ) ; String [ ] loc1 = loc0 . list ( arg1 ) ; return loc1 ; }
gets the files . concode_field_sep String file concode_elem_sep Vector<String> s1Dirs concode_elem_sep FilenameFilter pdffilter concode_elem_sep String source1 concode_elem_sep Vector<String> s2Dirs concode_elem_sep String source2 concode_elem_sep FilenameFilter txtfilter concode_elem_sep FilenameFilter txtfilter2 conc...
int function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < nextIndex ; loc0 += 1 ) { if ( objects [ loc0 ] == arg0 ) { return offsets [ loc0 ] ; } } return - 1 ; }
returns the offset for a visited object , or -1 if never visited . concode_field_sep int[] offsets concode_elem_sep Object PROHIBIT_REF_OBJECT concode_elem_sep Object[] objects concode_elem_sep int nextIndex concode_elem_sep int INIT_LEN concode_elem_sep int PRI_KEY_VISITED_OFFSET concode_elem_sep int PROHIBIT_REF_OFFS...
void function ( ) { jodaTimeContextHolder . remove ( ) ; }
reset the jodatimecontext for the current thread . concode_field_sep ThreadLocal<JodaTimeContext> jodaTimeContextHolder concode_field_sep void setJodaTimeContext concode_elem_sep JodaTimeContext getJodaTimeContext concode_elem_sep DateTimeFormatter getFormatter
File function ( Context arg0 ) { return getCacheDirectory ( arg0 , true ) ; }
returns application cache directory . cache directory will be created on sd card '' / android/data / app_package_name / cache '' if card is mounted and app has appropriate permission . else - android defines cache directory on device 's file system . concode_field_sep String INDIVIDUAL_DIR_NAME concode_elem_sep String ...
XContentGenerator function ( OutputStream arg0 ) { return createGenerator ( arg0 , null , true ) ; }
creates a new generator using the provided output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep byte streamSeparator concode_elem_sep XContentParser createParser concode_elem_sep XContentParser createParser concode_elem_sep XContentParser createParser concode_elem_sep XContentParser createParser ...
void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetIn arg0 ) { this . ossTurbonetIn = arg0 ; }
sets the ossturbonetin value for this operarcgnatin . concode_field_sep java.lang.String designador concode_elem_sep com.gvt.www.ws.eai.oss.OSSTurbonetOperarCGNAT.OperacaoCGNAT operacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturb...
Object function ( ) { if ( head == null ) { throw new QueueEmptyException ( ) ; } else { Object loc0 = head . item ; head = head . next ; size -- ; if ( size == 0 ) { tail = null ; } return loc0 ; } }
dequeue removes and returns the object at the front of the queue . concode_field_sep SListNode head concode_elem_sep int size concode_elem_sep SListNode tail concode_field_sep void enqueue concode_elem_sep Object nth concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_ele...
String function ( int arg0 ) { String loc0 ; if ( table . getTableType ( ) != TableBase . INFO_SCHEMA_TABLE ) { return table . getColumn ( arg0 ) . getName ( ) . comment ; } loc0 = getName ( ) + "srini_string" + getColName ( arg0 ) ; return ResourceBundleHandler . getString ( hnd_column_remarks , loc0 ) ; }
retrieves the remarks , if any , recorded against the specified column . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep...
String function ( ) { return "srini_string" ; }
get the poa current repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep Current extract concode_elem_sep Current read concode_elem_sep void insert concode_elem_sep Current narrow concode_elem_sep TypeCode type concode_elem_sep void write
int function ( ) { int loc0 = 19 ; loc0 = 37 * loc0 + this . categoryAnchor . hashCode ( ) ; loc0 = 37 * loc0 + this . labelAnchor . hashCode ( ) ; loc0 = 37 * loc0 + this . rotationAnchor . hashCode ( ) ; return loc0 ; }
returns a hash code for this object . concode_field_sep float widthRatio concode_elem_sep TextBlockAnchor labelAnchor concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType widthType concode_elem_sep RectangleAnchor categor...
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Error . error ( ErrorCode . X_22521 , loc0 . toString ( ) ) ; } }
this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep...
int function ( ) { return HostList . getFreePesNumber ( getHostList ( ) ) ; }
gets the total number of free or non-busy pes for all machines . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_...
Marker function ( final String arg0 ) { title = arg0 ; return this ; }
the title of the marker . if null then marker has no title . this method returns the marker for convenient method chaining . concode_field_sep String snippet concode_elem_sep double latitude concode_elem_sep Bitmap bitmap concode_elem_sep Anchor anchor concode_elem_sep int icon concode_elem_sep String title concode_ele...
ValidatorFactory function ( ) { return validatorFactory ; }
returns the application 's validator factory . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep HealthCheckRegistry healthCheckRegistry concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_ele...
Class function ( ) { return _class ; }
returns the method 's declaring class concode_field_sep long _methodId concode_elem_sep Class _class concode_elem_sep int SIZE concode_field_sep void writeId concode_elem_sep String getName concode_elem_sep VMMethod readId concode_elem_sep boolean equals concode_elem_sep VariableTable getVariableTable concode_elem_sep ...
MediaType function ( T arg0 ) { List < MediaType > loc0 = getSupportedMediaTypes ( ) ; return ( ! loc0 . isEmpty ( ) ? loc0 . get ( 0 ) : null ) ; }
returns the default content type for the given type . called when #write is invoked without a specified content type parameter . by default , this returns the first element of the #setsupportedmediatypes list supportedmediatypes property , if any.can be overridden in subclasses . concode_field_sep List<MediaType> suppo...
void function ( BeanComponentDefinition arg0 ) { }
hook method called after the primary parsing of a beancomponentdefinition but before the beancomponentdefinition has been registered with a org.springframework.beans.factory.support.beandefinitionregistry . derived classes can override this method to supply any custom logic that is to be executed after all the parsing ...
void function ( PDPConfig arg0 ) { LOGGER . debug ( "srini_string" , PDP . class . getName ( ) ) ; pdp = new PDP ( arg0 ) ; LOGGER . debug ( "srini_string" ) ; }
creates the balana pdp . concode_field_sep long DEFAULT_POLLING_INTERVAL_IN_SECONDS concode_elem_sep String XACML_PREFIX concode_elem_sep JAXBContext jaxbContext concode_elem_sep Logger LOGGER concode_elem_sep String XACML30_NAMESPACE concode_elem_sep String NULL_DIRECTORY_EXCEPTION_MSG concode_elem_sep Set<String> xac...
FunctionInfo [ ] function ( ) { return functions ; }
an array describing the functions that are defined in this tag library . concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep FunctionInfo[] functions concode_elem_sep String prefix concode_elem_sep String uri concode_elem_sep String shortname concode_elem_sep TagFileInfo[] tagFiles concode...
java . util . List < ReservedInstances > function ( ) { if ( reservedInstances == null ) { reservedInstances = new java . util . ArrayList < ReservedInstances > ( ) ; } return reservedInstances ; }
the list of described reserved instances . concode_field_sep java.util.List<ReservedInstances> reservedInstances concode_field_sep void setReservedInstances concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep DescribeReservedInstancesResult withReservedInstanc...
void function ( ) { }
called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St...
RealMatrix function ( ) { if ( cachedQ == null ) { cachedQ = getQT ( ) . transpose ( ) ; } return cachedQ ; }
returns the matrix q of the transform . q is an orthogonal matrix , i.e. its transpose is also its inverse . concode_field_sep double[] secondary concode_elem_sep RealMatrix cachedT concode_elem_sep double householderVectors[][] concode_elem_sep double[] main concode_elem_sep RealMatrix cachedQt concode_elem_sep RealMa...
void function ( InputStream arg0 , JSONHandler arg1 ) { JSON_Parser loc0 = new JSON_Parser ( arg0 ) ; parse ( loc0 , arg1 ) ; }
parse to get a json object concode_field_sep PlaceHolder placeHolder concode_field_sep void parseAny concode_elem_sep void parseAny concode_elem_sep void parseAny
void function ( ) { mc . stop ( ) ; gp . resetData ( name , level ) ; mc . setPaintListener ( gp ) ; mc . start ( ) ; }
start concode_field_sep ImoListener il concode_elem_sep int level concode_elem_sep ImoCanvas mc concode_elem_sep String name concode_elem_sep GamePaint gp concode_elem_sep ImageList imageList concode_field_sep void gameReset concode_elem_sep void gameExit concode_elem_sep void repaint concode_elem_sep void gameEnd conc...
Icon function ( ) { return buttonIconHashmap . get ( NEXT_FINISH_BUTTON_ICON_PROPERTY ) ; }
returns the icon for the next/finish button . concode_field_sep String NEXT_FINISH_BUTTON_ENABLED_PROPERTY concode_elem_sep String BACK_BUTTON_ICON_PROPERTY concode_elem_sep String BACK_BUTTON_ENABLED_PROPERTY concode_elem_sep String NEXT_FINISH_BUTTON_TEXT_PROPERTY concode_elem_sep Map<String,Boolean> buttonEnabledHas...
String function ( Map < String , Set < String >> arg0 ) { if ( ( arg0 == null ) || arg0 . isEmpty ( ) ) { return null ; } ArrayList < String > loc0 = new ArrayList < > ( arg0 . keySet ( ) ) ; return TagUtils . concatenateTagValues ( loc0 , null ) ; }
concatenate all values of the value/name map concode_field_sep PlaceHolder placeHolder concode_field_sep void checkArtistDirectory concode_elem_sep String pathEscape concode_elem_sep int determineNumberOfAlbumDigits concode_elem_sep void checkAlbumDirectory concode_elem_sep void check concode_elem_sep void checkFilenam...
ModelAndViewContainer function ( Map < String , ? > arg0 ) { if ( arg0 != null ) { for ( String loc0 : arg0 . keySet ( ) ) { getModel ( ) . remove ( loc0 ) ; } } return this ; }
remove the given attributes from the model . concode_field_sep boolean requestHandled concode_elem_sep Object view concode_elem_sep boolean redirectModelScenario concode_elem_sep ModelMap defaultModel concode_elem_sep SessionStatus sessionStatus concode_elem_sep ModelMap redirectModel concode_elem_sep boolean ignoreDef...
byte [ ] function ( ) { final int loc0 = size ; if ( loc0 == 0 ) return EMPTY ; size = 0 ; return Arrays . copyOf ( chars , loc0 ) ; }
returns the token as byte array and resets the token buffer . the call of this function is identical to calling #toarray and #reset . concode_field_sep int BOLD concode_elem_sep int NORM concode_elem_sep int size concode_elem_sep int HLINE concode_elem_sep int MARK concode_elem_sep int PRIVATE_END concode_elem_sep byte...
void function ( String arg0 ) { loginModuleName = arg0 ; }
set the name to use to index into the config file of loginmodules . concode_field_sep String[] roleClassNames concode_elem_sep String loginModuleName concode_elem_sep String DEFAULT_ROLE_CLASS_NAME concode_elem_sep String realmName concode_elem_sep String callbackHandlerClass concode_elem_sep RoleCheckPolicy roleCheckP...
void function ( String arg0 ) { if ( arg0 != null ) { root . setName ( KEY_STYLE , arg0 ) ; } else { root . removeItem ( KEY_STYLE ) ; } }
sets the numbering style for this page range . concode_field_sep String STYLE_LETTERS_UPPER concode_elem_sep COSDictionary root concode_elem_sep COSName KEY_STYLE concode_elem_sep String STYLE_ROMAN_LOWER concode_elem_sep String STYLE_DECIMAL concode_elem_sep String STYLE_ROMAN_UPPER concode_elem_sep COSName KEY_START ...
void function ( String arg0 ) { this . agentId = arg0 ; }
set the agent id of the mbeanserver to locate.default is none . if specified , this will result in an automatic attempt being made to locate the attendant mbeanserver , and importantly if said mbeanserver can not be located no attempt will be made to create a new mbeanserver and an mbeanservernotfoundexception will be ...
SparseVector function ( InstanceList arg0 ) { return stddev ( arg0 , true ) ; }
square root of unbiased variance . concode_field_sep PlaceHolder placeHolder concode_field_sep SparseVector variance concode_elem_sep SparseVector variance concode_elem_sep SparseVector variance concode_elem_sep SparseVector variance concode_elem_sep SparseVector mean concode_elem_sep SparseVector mean concode_elem_sep...
Position function ( ) { return this . currentPosition ; }
get the position random or selected by the player concode_field_sep Position currentPosition concode_field_sep void setCurrentPosition
List < TypeInfo > function ( Schema arg0 ) { return generateColumnTypes ( arg0 , null ) ; }
generate a list of of typeinfos from an avro schema . this method is currently public due to some weirdness in deserializing unions , but will be made private once that is resolved . concode_field_sep Map<Schema.Type,TypeInfo> primitiveTypeToTypeInfo concode_elem_sep InstanceCache<Schema,TypeInfo> typeInfoCache concode...
String function ( ) { return message ; }
get message concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_ele...
String function ( ) { return this . name ; }
gets the name of the group that will be created . concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCreationContent build concode_elem_s...
String function ( ) { return statusDescription ; }
gets the value of the statusdescription property . concode_field_sep String statusDescription concode_elem_sep long serialVersionUID concode_elem_sep String explanation concode_elem_sep String referenceId concode_elem_sep String statusCode concode_field_sep void setReferenceId concode_elem_sep String getStatusCode conc...
ByteVector function ( final int arg0 ) { int loc0 = this . length ; if ( loc0 + 2 > loc1 . loc0 ) { enlarge ( 2 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) ( arg0 >>> 8 ) ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; this . length = loc0 ; return this ; }
puts a short into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void enlarge concode_elem_sep ByteVector putU...
long function ( ) { return _wsrpConsumerPortlet . getWsrpConsumerPortletId ( ) ; }
returns the wsrp consumer portlet id of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
String function ( ) { return m_description ; }
returns the description string of the database . concode_field_sep ListenerProvider<IDatabaseListener> m_listeners concode_elem_sep String m_description concode_elem_sep String m_host concode_elem_sep String m_identity concode_elem_sep String m_name concode_elem_sep String m_driver concode_elem_sep String m_password co...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
int function ( byte [ ] arg0 , int arg1 , int arg2 , OutputStream arg3 ) { for ( int loc0 = arg1 ; loc0 < ( arg1 + arg2 ) ; loc0 ++ ) { int loc1 = arg0 [ loc0 ] & 0xff ; arg3 . write ( encodingTable [ ( loc1 >>> 4 ) ] ) ; arg3 . write ( encodingTable [ loc1 & 0xf ] ) ; } return arg2 * 2 ; }
encode the input data producing a hex output stream . concode_field_sep byte[] decodingTable concode_elem_sep byte[] encodingTable concode_field_sep void initialiseDecodingTable concode_elem_sep boolean ignore concode_elem_sep int decode concode_elem_sep int decode
void function ( String arg0 ) { this . name = arg0 ; }
not-null value ; ensure this value is available before it is saved to the database . concode_field_sep String birthday concode_elem_sep String categoryNum concode_elem_sep String education concode_elem_sep String gender concode_elem_sep String managerUnit concode_elem_sep String famliyHistories concode_elem_sep String ...
int function ( ) { return calories ; }
gets the value of the calories property . concode_field_sep float price concode_elem_sep String name concode_elem_sep String description concode_elem_sep int calories concode_elem_sep String category concode_elem_sep List<Menu.Food> food concode_field_sep void setName concode_elem_sep String getName concode_elem_sep vo...
String function ( Hashtable < ? , ? > arg0 ) { final String loc0 = "srini_string" ; String loc1 = null ; if ( arg0 != null ) { loc1 = ( String ) arg0 . get ( Context . PROVIDER_URL ) ; } return ( ( loc1 != null ) ? loc1 : loc0 ) ; }
reads environment to find url of initial context . the default url is `` rmi : '' . concode_field_sep String ADDRESS_TYPE concode_field_sep Context URLToContext concode_elem_sep Context getInitialContext concode_elem_sep Object getObjectInstance concode_elem_sep Object URLsToObject concode_elem_sep boolean isRegistryRe...
void function ( Context arg0 ) { String loc0 = getGcmId ( arg0 ) ; if ( loc0 != null ) { unregister ( arg0 , loc0 ) ; } }
unregister the current gcm id when we sign-out concode_field_sep String PROPERTY_REGISTERED_TS concode_elem_sep String PREFERENCES concode_elem_sep int MAX_ATTEMPTS concode_elem_sep Random sRandom concode_elem_sep String TAG concode_elem_sep String PROPERTY_REG_ID concode_elem_sep String PROPERTY_GCM_KEY concode_elem_s...
String function ( ) { return getPropertyName ( ) + "srini_string" + getValue ( ) . toString ( ) ; }
converts to a string representation of the object . concode_field_sep org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue concode_elem_sep boolean identIsSet concode_elem_sep int origin concode_elem_sep int USER_NORMAL concode_elem_sep String _fingerprint concode_elem_sep String propName concode_elem_sep int AUTHOR_NOR...
boolean function ( Result arg0 ) { return ( arg0 instanceof StAXResult || arg0 instanceof StaxResult ) ; }
indicate whether the given result is a jaxp 1.4 stax result orcustom stax result . concode_field_sep PlaceHolder placeHolder concode_field_sep XMLReader createXMLReader concode_elem_sep XMLReader createXMLReader concode_elem_sep boolean isStaxSource concode_elem_sep ContentHandler createContentHandler concode_elem_sep ...
void function ( java . lang . String arg0 ) { _yeuCauGiaiTrinh . setMaHuyen ( arg0 ) ; }
sets the ma huyen of this yeu cau giai trinh . concode_field_sep YeuCauGiaiTrinh _yeuCauGiaiTrinh concode_field_sep java.lang.String getMaYeuCauGiaiTrinh concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep bo...
void function ( String arg0 ) { this . orientation = arg0 ; }
set the orientation of the menu `` horizontal '' or `` vertical '' . concode_field_sep String param concode_elem_sep String actionFired concode_elem_sep String orientation concode_field_sep String getParam concode_elem_sep String getOrientation concode_elem_sep String getActionFired concode_elem_sep void setParam conco...
int function ( ) { final String loc0 = agiReply . getAttribute ( "srini_string" ) ; return loc0 == null ? 0 : Integer . valueOf ( loc0 ) ; }
returns the confidence score for the first recognition result . this is an integer between 0 lowest confidence and 1000 highest confidence . concode_field_sep int score concode_elem_sep String grammar concode_elem_sep AgiReply agiReply concode_elem_sep long serialVersionUID concode_elem_sep String text concode_field_se...
List < PersonalFundingCostAlternativeDTO > function ( ) { return alternatives ; }
returns a list of alternatives that are full of the data that corrisponds to the headers concode_field_sep List<PersonalFundingCostAlternativeDTO> alternatives concode_elem_sep List<String> headers concode_field_sep void setHeaders concode_elem_sep void setAlternatives concode_elem_sep List<String> getHeaders
boolean function ( ) { return ascending ; }
is the sort ascending ? concode_field_sep String sort concode_elem_sep boolean ascending concode_field_sep void setSort concode_elem_sep String getSort concode_elem_sep boolean isDefaultAscending concode_elem_sep void setAscending concode_elem_sep void sort concode_elem_sep void sort
String function ( ) { return resultMessage ; }
gets the result message . concode_field_sep int resultCode concode_elem_sep String resultMessage concode_field_sep int getResultCode concode_elem_sep void setResultMessage concode_elem_sep void setResultCode
void function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > 0 ) { CWin . arg0 ( Clarion . newString ( arg0 ) , Clarion . newString ( "srini_string" ) , Icon . HAND ) ; } System . exit ( 0 ) ; }
stop program concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep vo...
com . liferay . portal . workflow . kaleo . model . KaleoAction function ( long arg0 ) { return getService ( ) . createKaleoAction ( arg0 ) ; }
creates a new kaleo action with the primary key . does not add the kaleo action to the database . concode_field_sep ServiceTracker<KaleoActionLocalService,KaleoActionLocalService> _serviceTracker concode_field_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem_sep java....
void function ( int arg0 ) { out . write ( Type . VECTOR . code ) ; out . writeInt ( arg0 ) ; }
writes a vector header . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeFloat concode_elem_sep void writeBool concode_elem_sep void writeMap concode_elem_sep void writeLi...
List < Object > function ( ) { if ( citationOrProtocol == null ) { citationOrProtocol = new ArrayList < Object > ( ) ; } return this . citationOrProtocol ; }
gets the value of the citationorprotocol property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the citationorprotocol property . for example , to ...
Element function ( Document arg0 , Element arg1 , String arg2 ) { Element loc0 = arg0 . createElementNS ( LayoutDevicesXsd . NS_LAYOUT_DEVICE_XSD , arg2 ) ; loc0 . setPrefix ( arg0 . lookupPrefix ( LayoutDevicesXsd . NS_LAYOUT_DEVICE_XSD ) ) ; arg1 . appendChild ( loc0 ) ; return loc0 ; }
creates and returns a new ns-enabled node . concode_field_sep FolderConfiguration mConfig concode_elem_sep List<DeviceConfig> mROList concode_elem_sep float mXDpi concode_elem_sep String mName concode_elem_sep ArrayList<DeviceConfig> mConfigs concode_elem_sep float mYDpi concode_field_sep String getName concode_elem_se...
String function ( ) { return key ; }
returns the key for the entry . concode_field_sep List<AmqpTableEntry> tableEntries concode_elem_sep AmqpType type concode_elem_sep Object value concode_elem_sep String key concode_field_sep void add concode_elem_sep Object getValue concode_elem_sep AmqpType getType concode_elem_sep List<AmqpTableEntry> getEntries conc...
List function ( String arg0 ) { return templateDAO . getTemplatesByName ( arg0 ) ; }
get templates by name . concode_field_sep TemplateDAO templateDAO concode_elem_sep Log log concode_elem_sep MessageSender messageSender concode_elem_sep MessagePreparator messagePreparator concode_field_sep void setTemplateDAO concode_elem_sep List getAllTemplates concode_elem_sep Template getTemplate concode_elem_sep ...
String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } } return arg0 ; }
extracts the first word from a timezone displayname . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZo...
void function ( long arg0 ) { _browserTracker . setCompanyId ( arg0 ) ; }
sets the company id of this browser tracker . concode_field_sep BrowserTracker _browserTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEsca...
void function ( FacesContext arg0 , UIComponent arg1 ) { for ( Iterator < UIComponent > loc0 = arg1 . getChildren ( ) . loc0 ( ) ; loc0 . hasNext ( ) ; ) { UIComponent loc1 = ( UIComponent ) loc0 . next ( ) ; renderChild ( arg0 , loc1 ) ; } }
renders the childrens of a component concode_field_sep String OFFSET concode_elem_sep String COLMD concode_field_sep void encodeColumn concode_elem_sep void addClass2Component concode_elem_sep void decorateComponent concode_elem_sep void encodeHTML4DHTMLAttrs concode_elem_sep String findComponentFormId concode_elem_sep...
XMLReader function ( XMLStreamReader arg0 ) { return new StaxStreamXMLReader ( arg0 ) ; }
create a sax xmlreader that reads from the given stax xmlstreamreader . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStaxSource concode_elem_sep boolean isStaxResult concode_elem_sep ContentHandler createContentHandler concode_elem_sep ContentHandler createContentHandler concode_elem_sep XMLStr...
String function ( ) { return absoluteValue ; }
gets the value of the absolutevalue property . concode_field_sep String generalType concode_elem_sep String absoluteValue concode_elem_sep String rcc8Value concode_elem_sep String directionId concode_elem_sep String specificType concode_elem_sep String foR concode_elem_sep String qualitativeValue concode_elem_sep Strin...
ArrayList < Object [ ] > function ( ) { return results ; }
get the result array . concode_field_sep Object serverDerby concode_elem_sep Connection conn concode_elem_sep Statement stat concode_elem_sep DatabaseTest test concode_elem_sep boolean TRACE concode_elem_sep int totalTime concode_elem_sep ArrayList<String[]> replace concode_elem_sep long startTimeNs concode_elem_sep in...
String function ( ) { return cookieDomain ; }
returns domain attribute of the cookie . 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_sep long serialVersionUID ...
void function ( ConfigurationTransition arg0 , Collection < Class < ? >> arg1 ) { requiredConfigurationFragments . putAll ( arg0 , arg1 ) ; }
declares that the implementation of the associated rule class requires the given fragments to be present in the specified configuration . valid transition values are host for the host configuration and none for the target configuration . the value is inherited by subclasses . concode_field_sep SetMultimap<Configuration...
Diagnostic function ( IProgressMonitor arg0 ) { return fExector . loadTransformation ( arg0 ) ; }
attempts to load the transformation referred by this executor and checks if it is valid for execution . remark : only the first performs the actual transformation loading , subsequent calls to this method will return the existing diagnostic . concode_field_sep BlackboxRegistry INSTANCE concode_elem_sep TracesAwareExecu...
Rect function ( ) { return mPosition ; }
returns the current layer position . concode_field_sep int positionHandle concode_elem_sep Rect mNewPosition concode_elem_sep RectF viewport concode_elem_sep Rect mPosition concode_elem_sep boolean mInTransaction concode_elem_sep float mResolution concode_elem_sep RectF pageRect concode_elem_sep int textureHandle conco...
void function ( long arg0 ) { _orgGroupRole . setOrganizationId ( arg0 ) ; }
sets the organization id of this org group role . concode_field_sep OrgGroupRole _orgGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupI...
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
set the frames per second of this effect . max is 25 concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep ...
void function ( String arg0 , long arg1 , ObjectNode arg2 ) { parent . exec ( arg0 , arg1 , arg2 ) ; }
allows one request handler to pass the event on to another for further processing . note that the message handlers must be defined in the same parent . concode_field_sep UiMessageHandler parent concode_elem_sep ObjectMapper MAPPER concode_elem_sep String eventType concode_field_sep void process concode_elem_sep String ...
T [ ] function ( T ... arg0 ) { return arg0 ; }
small syntactical helper . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> subListPage concode_elem_sep T lastItemOrNull concode_elem_sep int getItemPos concode_elem_sep T listToFirstItemOrNull concode_elem_sep List<T> emptyListToNull concode_elem_sep List<T> collectionsToList concode_elem_sep List<...
int function ( ) { return callout ; }
access the callout 's callout number . concode_field_sep int line concode_elem_sep int type concode_elem_sep String otherType concode_elem_sep int OTHER concode_elem_sep int col concode_elem_sep int CALS_PAIR concode_elem_sep int LINE_RANGE concode_elem_sep Element area concode_elem_sep int callout concode_elem_sep int...
void function ( ) { String loc0 = view . getTaskText ( ) . trim ( ) ; if ( loc0 . equals ( "srini_string" ) ) return ; ToDoItem loc1 = new ToDoItem ( loc0 ) ; view . clearTaskText ( ) ; todos . add ( loc1 ) ; taskStateChanged ( ) ; }
adds a new task based on the user input field . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep List<ToDoItem> todos concode_elem_sep String STORAG...