code
stringlengths
20
663
nl
stringlengths
68
7.19k
Annotation function ( ) { return create ( nextUniqueValue . getAndIncrement ( ) ) ; }
returns an annotation instance that is not equal to any other annotation instances , for use in creating distinct org.elasticsearch.common.inject.key s. concode_field_sep AtomicInteger nextUniqueValue concode_field_sep placeholderType placeHolder
Coordinate function ( ) { return currentLine . getCoordinateN ( vertexIndex ) ; }
gets the first coordinate of the current segment . the coordinate of the current vertex . 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 void next concode_elem_sep boolean ...
void function ( long arg0 ) { _socialRequest . setModifiedDate ( arg0 ) ; }
sets the modified date of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compa...
void function ( ) { TestCase . assertFalse ( tree . remove ( 7 ) ) ; BinarySearchTree < Integer > . Node loc0 = tree . new Node ( - 3 ) ; TestCase . assertFalse ( tree . remove ( loc0 ) ) ; }
tests the remove methods with non-existing values . concode_field_sep BinarySearchTree<Integer> tree concode_elem_sep double GOLDEN_RATIO concode_field_sep double getHeightLimit concode_elem_sep void getDepth concode_elem_sep void isEmpty concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void ge...
Cache . ValueWrapper function ( Cache arg0 , Object arg1 ) { try { return arg0 . get ( arg1 ) ; } catch ( RuntimeException loc0 ) { getErrorHandler ( ) . handleCacheGetError ( loc0 , arg0 , arg1 ) ; return null ; } }
execute cache #get object on the specified cache andinvoke the error handler if an exception occurs . return null if the handler does not throw any exception , which simulates a cache miss in case of error . concode_field_sep CacheErrorHandler errorHandler concode_field_sep void doPut concode_elem_sep CacheErrorHandler...
String [ ] function ( List < UIParameter > arg0 ) { ArrayList loc0 = new ArrayList ( ) ; for ( UIParameter loc1 : arg0 ) { loc0 . add ( loc1 . getName ( ) ) ; loc0 . add ( loc1 . getValue ( ) . toString ( ) ) ; } Object [ ] loc2 = new String [ loc0 . size ( ) ] ; loc0 . toArray ( loc2 ) ; return ( String [ ] ) loc2 ; }
return the name value pairs parameters as a comma separated list . this is simpler for passing to the javascript parameter rebuilding code . concode_field_sep PlaceHolder placeHolder concode_field_sep UIComponent findForm concode_elem_sep boolean superValueIfSet concode_elem_sep boolean iterateEffects concode_elem_sep ...
int function ( ) { return availableRam ; }
gets the available ram in the host . concode_field_sep int availableRam concode_elem_sep int ram concode_field_sep int getAllocatedRamForVm concode_elem_sep int getRam concode_elem_sep void deallocateRamForVm concode_elem_sep boolean isSuitableForVm concode_elem_sep void setAvailableRam concode_elem_sep int getUsedRam ...
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long i concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep long getI concode_el...
Object function ( ) { return object ; }
returns result item object . concode_field_sep Date date concode_elem_sep ResultItemType type concode_elem_sep boolean priority concode_elem_sep Object object concode_field_sep String getTitle concode_elem_sep ResultItemType getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String t...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
sets the arguments parameters used by the plugin . 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 amIActive concode_field_sep String getName concode_...
void function ( String arg0 ) { this . cronString = arg0 ; }
sets the value of the cronstring property . concode_field_sep String uiPassParam concode_elem_sep String cronString concode_elem_sep List<Integer> daysOfMonth concode_elem_sep XMLGregorianCalendar startTime concode_elem_sep XMLGregorianCalendar endTime concode_elem_sep List<Integer> daysOfWeek concode_elem_sep List<Int...
Date function ( ) { return new Date ( _trackbackDateLong ) ; }
get the date of the trackback concode_field_sep long _trackbackDateLong concode_elem_sep BlogEntry _blogEntry concode_elem_sep String _title concode_elem_sep Map _metaData concode_elem_sep String _id concode_elem_sep String _url concode_elem_sep String _excerpt concode_elem_sep String _blogName concode_field_sep void s...
int function ( ) { return code ; }
returns the http status code . concode_field_sep Request request concode_elem_sep Handshake handshake concode_elem_sep Headers.Builder headers concode_elem_sep int code concode_elem_sep long sentRequestAtMillis concode_elem_sep Response networkResponse concode_elem_sep String message concode_elem_sep ResponseBody body ...
void function ( Object arg0 , Map < FieldMetadata < ? , ? > , PersistedData > arg1 , DeserializationContext arg2 , DeserializeFieldCheck arg3 ) { for ( Map . Entry < FieldMetadata < ? , ? > , PersistedData > loc0 : arg1 . entrySet ( ) ) { if ( arg3 . shouldDeserialize ( classMetadata , loc0 . getKey ( ) ) ) { deseriali...
deserializes a collection of name-values onto an object concode_field_sep Logger logger concode_elem_sep ClassMetadata<?,?> classMetadata concode_elem_sep Map<FieldMetadata<?,?>,TypeHandler> fieldHandlers concode_field_sep TypeHandler<?> getHandlerFor concode_elem_sep PersistedData serialize concode_elem_sep PersistedD...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSubnets ( ) != null ) loc0 . append ( "srini_string" + getSubnets ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Subnet> subnets concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeSubnetsResult clone concode_elem_sep java.util.List<Subnet> getSubnets conc...
void function ( ) { }
a noop concode_field_sep DefaultOutputPort<ArrayList<HashMap<K,Integer>>> mergedport concode_elem_sep HashMap<K,Integer> mergedTuple concode_elem_sep Integer lval concode_elem_sep boolean least concode_field_sep void beginWindow concode_elem_sep void process concode_elem_sep void setup concode_elem_sep void setLeast co...
Bitmap function ( byte [ ] arg0 ) { return ( arg0 == null || arg0 . length == 0 ) ? null : BitmapFactory . decodeByteArray ( arg0 , 0 , arg0 . length ) ; }
convert byte array to bitmap concode_field_sep String TAG concode_field_sep String bitmapToString concode_elem_sep Bitmap getSmallBitmap concode_elem_sep byte[] compressBitmapQuiklySmallTo concode_elem_sep Bitmap drawableToBitmap concode_elem_sep boolean saveBitmap concode_elem_sep boolean saveBitmap concode_elem_sep I...
boolean function ( ) { return getNumRunnableApps ( ) > 0 ; }
returns true if queue has at least one app running . concode_field_sep FairScheduler scheduler concode_elem_sep float fairSharePreemptionThreshold concode_elem_sep FSParentQueue parent concode_elem_sep SchedulingPolicy policy concode_elem_sep long fairSharePreemptionTimeout concode_elem_sep long minSharePreemptionTimeo...
void function ( String arg0 ) { save ( new File ( arg0 ) ) ; }
save the picture to a file in a standard image format . the filetype must be . png or . jpg . concode_field_sep BufferedImage image concode_elem_sep String filename concode_elem_sep JFrame frame concode_field_sep void actionPerformed concode_elem_sep void set concode_elem_sep JLabel getJLabel concode_elem_sep Color get...
Map < String , NotificationAction > function ( ) { return actionsTable ; }
returns the set of actions registered for this event notification . concode_field_sep boolean isActive concode_elem_sep Hashtable<String,NotificationAction> actionsTable concode_field_sep Object addAction concode_elem_sep void removeAction concode_elem_sep void setActive concode_elem_sep NotificationAction getAction co...
void function ( TransformsType arg0 ) { this . transforms = arg0 ; }
define el valor de la propiedad transforms . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep ...
void function ( Integer arg0 ) { this . startAt = arg0 ; }
sets the value of the startat property . concode_field_sep STTextAutonumberScheme type concode_elem_sep Integer startAt concode_field_sep STTextAutonumberScheme getType concode_elem_sep int getStartAt concode_elem_sep void setType
List < String > function ( ) { return global ; }
global variables that are used by this function . keep these to a minimum . concode_field_sep int last concode_elem_sep int line concode_elem_sep List<String> labels concode_elem_sep List<String> params concode_elem_sep List<String> closure concode_elem_sep List<String> outer concode_elem_sep List<String> closures conc...
void function ( Long arg0 ) { this . attributeNamesSizeBytes = arg0 ; }
the total size of all unique attribute names in the domain , in bytes . concode_field_sep Integer attributeNameCount concode_elem_sep Integer attributeValueCount concode_elem_sep Long attributeValuesSizeBytes concode_elem_sep Long itemNamesSizeBytes concode_elem_sep Long attributeNamesSizeBytes concode_elem_sep Integer...
SnapshotShardFailure function ( StreamInput arg0 ) { SnapshotShardFailure loc0 = new SnapshotShardFailure ( ) ; loc0 . readFrom ( arg0 ) ; return loc0 ; }
reads shard failure information from stream input concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep voi...
void function ( int arg0 ) { this . port = arg0 ; }
value is ignored if httpserver property is set . default value is 8080 concode_field_sep HttpServer httpServer concode_elem_sep HttpContextBuilder context concode_elem_sep int port concode_field_sep ResteasyDeployment getDeployment concode_elem_sep void setRootResourcePath concode_elem_sep void setSecurityDomain concod...
void function ( ParamStyle arg0 ) { this . style = arg0 ; }
sets the value of the style property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_e...
List < Pair < Integer , T >> function ( ) { return mPendingItemsToInsert ; }
returns a list of pair s with the index and items that are pending to be inserted , in the order they were requested . concode_field_sep Collection<AtomicInteger> mActiveIndexes concode_elem_sep Insertable<T> mInsertable concode_elem_sep List<Pair<Integer,T>> mPendingItemsToInsert concode_field_sep void removeActiveInd...
void function ( Answer arg0 ) { this . answer = arg0 ; }
sets the value of the answer property . concode_field_sep Template template concode_elem_sep Role role concode_elem_sep Test test concode_elem_sep Templates templates concode_elem_sep Surveys surveys concode_elem_sep Staff staff concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep TrafficL...
Shape function ( GlyphVector arg0 , Shape arg1 , int arg2 ) { return layoutGlyphVector ( arg0 , arg1 , arg2 , 0f , ( float ) arg0 . getVisualBounds ( ) . getWidth ( ) , ADJUST_SPACING ) ; }
wraps the glyphvector around the given path . concode_field_sep int ADJUST_SPACING concode_elem_sep int ALIGN_START concode_elem_sep int ALIGN_MIDDLE concode_elem_sep int ADJUST_GLYPHS concode_elem_sep int ALIGN_END concode_field_sep placeholderType placeHolder
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
error log message with printf formatting . 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 co...
boolean function ( UserRegistry arg0 , String arg1 , String arg2 ) { return checkIn ( arg0 , arg1 , arg2 , false ) ; }
method to check-in some filesystem based resources and collections which are files and directories , into a specified registry instance . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isCheckedOut concode_elem_sep boolean update concode_elem_sep boolean update concode_elem_sep boolean checkOut
void function ( String arg0 ) { this . elementName = arg0 ; }
sets the value of the elementname property . concode_field_sep String namespace concode_elem_sep boolean perform concode_elem_sep String textContent concode_elem_sep String algorithm concode_elem_sep String elementName concode_field_sep String getNamespace concode_elem_sep String getAlgorithm concode_elem_sep void setP...
Uri function ( String arg0 ) { return getBaseUri ( ) . buildUpon ( ) . appendPath ( FlipcastDataProvider . PATH_ID ) . appendQueryParameter ( FlipcastDataProvider . QUERY_PARAM_ID , arg0 ) . build ( ) ; }
build uri that can point a @linkplain com.flipkart.flipcast.core.inappmessage with matching id . concode_field_sep String mBaseAuthority concode_field_sep Uri getBaseUri concode_elem_sep Uri generateUriForAllInAppMessages
boolean function ( Object arg0 , long arg1 , int arg2 ) { assert arg2 >= 0 : "srini_string" + arg2 + "srini_string" ; final long loc0 = 1L << ( arg2 & 0x3f ) ; final long loc1 = arg1 + ( arg2 >> 6 ) * WORD_SIZE ; final long loc2 = Platform . getLong ( arg0 , loc1 ) ; return ( loc2 & loc0 ) != 0 ; }
returns true if the bit is set at the specified index . concode_field_sep long WORD_SIZE concode_field_sep void set concode_elem_sep boolean anySet concode_elem_sep int nextSetBit concode_elem_sep void unset
String function ( ) { return dni ; }
return dni concode_field_sep String nombre concode_elem_sep String dni concode_field_sep String getNombre concode_elem_sep String toString
Builder function ( OkHttpClient arg0 ) { this . client = checkNotNull ( arg0 , "srini_string" ) ; return this ; }
the http client used for requests . concode_field_sep List<CallAdapter.Factory> adapterFactories concode_elem_sep List<CallAdapter.Factory> adapterFactories concode_elem_sep BaseUrl baseUrl concode_elem_sep List<Converter.Factory> converterFactories concode_elem_sep List<Converter.Factory> converterFactories concode_el...
boolean function ( ) { return autoIdFlag ; }
return the init param for org.icefaces.autoid . concode_field_sep boolean ariaEnabledFlag concode_elem_sep String ICEFACES_ENV_CONFIG concode_elem_sep boolean autoRenderFlag concode_elem_sep String ICEFACES_AUTOID concode_elem_sep String ICEFACES_AUTO concode_elem_sep boolean autoIdFlag concode_elem_sep Logger log conc...
void function ( ) { messageQueue . clear ( ) ; messageSize = 0 ; }
empty this buffer . concode_field_sep Queue<RTMPMessage> messageQueue concode_elem_sep long messageSize concode_elem_sep long capacity concode_field_sep int getMessageCount concode_elem_sep RTMPMessage peekMessage concode_elem_sep long getMessageSize concode_elem_sep RTMPMessage takeMessage concode_elem_sep void setCap...
void function ( int arg0 ) { this . id = arg0 ; }
sequence id setter concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep void addItem concode_elem_sep void addItem concode_elem_sep void addItem concode_elem_sep Sequence cloneSequenceMinusItems concode_elem_sep int size concode_elem_sep Itemset get conco...
Collection < String > function ( Plugin arg0 ) { return BackendAPI . getRegisteredPlaceholders ( arg0 ) ; }
finds all the placeholders registered by a given plugin . concode_field_sep PlaceHolder placeHolder concode_field_sep void unregisterPlaceholders concode_elem_sep Collection<Hologram> getHolograms concode_elem_sep boolean registerPlaceholder concode_elem_sep boolean unregisterPlaceholder concode_elem_sep boolean isHolo...
void function ( java . lang . String arg0 ) { _country . setName ( arg0 ) ; }
sets the name of this country . concode_field_sep Country _country concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep java.lang.String getName concode_e...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
debug log message with printf formatting . 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 setLogLevel concode_elem_sep void setLogLevel concod...
Object function ( ) { return this . handler ; }
return the handler object to execute . concode_field_sep Object handler concode_elem_sep List<HandlerInterceptor> interceptorList concode_elem_sep HandlerInterceptor[] interceptors concode_field_sep HandlerInterceptor[] getInterceptors concode_elem_sep void addInterceptor concode_elem_sep void initInterceptorList conco...
String function ( ) { return "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" ; }
table definition to use when using a vti that is an instance of a class concode_field_sep double temperature concode_elem_sep double humidity concode_elem_sep String location concode_elem_sep String id concode_elem_sep Timestamp recordedTime concode_field_sep Timestamp getRecordedTime concode_elem_sep String getLocatio...
void function ( MobileServiceTableOperationState arg0 ) { this . operationState = arg0 ; }
sets the operation state concode_field_sep String mItemId concode_elem_sep String mTableName concode_elem_sep MobileServiceTableOperationState operationState concode_elem_sep String mId concode_elem_sep Date mCreatedAt concode_field_sep String getItemId concode_elem_sep Date getCreatedAt concode_elem_sep MobileServiceT...
void function ( int arg0 ) { errorIndex = arg0 ; }
set the index at which a parse error occurred . formatters should set this before returning an error code from their parseobject method . the default value is -1 if this is not set . concode_field_sep int index concode_elem_sep int errorIndex concode_field_sep int getIndex concode_elem_sep void setIndex concode_elem_se...
void function ( boolean arg0 ) { mHasVoiceLoggingInfo = arg0 ; }
record whether or not there has been voice-input activity which needs to be logged . this is called with a value of true by the ime , when logging events such as voiceinputdelivered occur , and is should be set to false after the logging broadcast is sent . concode_field_sep boolean mHasVoiceLoggingInfo concode_field_s...
void function ( float arg0 ) { mChartValuesTextSize = arg0 ; }
sets the chart values text size . concode_field_sep boolean mGradientEnabled concode_elem_sep float mChartValuesTextSize concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mDisplayChartValues concode_elem_sep int mGradientStopColor concode_elem_sep int mColor concode_elem_sep double mGradientStartValue conco...
ConfigurationService function ( ) { return ServiceUtils . getService ( bundleContext , ConfigurationService . class ) ; }
gets the configuration service . concode_field_sep Map<ThunderbirdContactSourceService,ServiceRegistration> registrations concode_elem_sep PhoneNumberI18nService phoneNumberI18nService concode_elem_sep BundleContext bundleContext concode_field_sep void add concode_elem_sep void stop concode_elem_sep ResourceManagementS...
Boolean function ( String arg0 ) { return null ; }
hook for blocking navigation by the cordova webview . this applies both to top-level and iframe navigations . this will be called when the webview 's needs to know whether to navigate to a new page . return false to block the navigation : if any plugin returns false , cordova will block the navigation . if all plugins ...
boolean function ( ) { return this . getRendererMode ( ) == MT4jSettings . P3D_MODE ; }
checks if is p3d mode . concode_field_sep int maxFrameRate concode_elem_sep int P3D_MODE concode_elem_sep String frameTitle concode_elem_sep String DEFAULT_DATA_FOLDER_PATH concode_elem_sep String DEFAULT_3D_MODEL_PATH concode_elem_sep boolean vSync concode_elem_sep int windowHeight concode_elem_sep int ARCHITECTURE_64...
int function ( ) { int loc0 = - 1 ; ++ current ; if ( current < options . size ( ) ) { loc0 = options . get ( current ) . option ; } return loc0 ; }
get the next option in the options string . concode_field_sep String argument concode_elem_sep int current concode_elem_sep String opts concode_elem_sep int optind concode_elem_sep List<Option> options concode_elem_sep String[] argv concode_elem_sep char option concode_field_sep int getOptind concode_elem_sep String ge...
void function ( com . google . api . ads . dfp . axis . v201403 . VideoBumperType arg0 ) { this . videoBumperType = arg0 ; }
sets the videobumpertype value for this videopositiontarget . concode_field_sep com.google.api.ads.dfp.axis.v201403.VideoPositionWithinPod videoPositionWithinPod concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v20...
void function ( String arg0 ) { this . dbSchema = arg0 ; }
sets database schema name . concode_field_sep String dbSchema concode_elem_sep Map<String,String> aliases concode_elem_sep String valType concode_elem_sep Map<String,Class<?>> ascFlds concode_elem_sep long serialVersionUID concode_elem_sep String simpleValType concode_elem_sep String dbTbl concode_elem_sep Collection<C...
double function ( ) { return value ; }
gets the prefix value . concode_field_sep String id concode_elem_sep double value concode_field_sep int length concode_elem_sep String getID concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep int compareTo
NamingStore function ( ) { return namingStore . getValue ( ) ; }
get the naming store value . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep String CAPABILITY_NAME concode_field_sep void stop concode_elem_sep InjectedValue<NamingStore> getNamingStore concode_elem_sep void start
DescribeNotificationConfigurationsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; }
the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep com.amazonaws.internal.SdkInternalList<NotificationConfiguration> notificationConfigurations concode_elem_sep String nextToken concode_field_sep DescribeNotificationConfiguration...
void function ( Component arg0 , Graphics arg1 , int arg2 , int arg3 ) { paintIcon ( null , arg1 , arg2 , arg3 , 0 , 0 ) ; }
paints the icon . this is a cover method for painticon null , g , x , y , 0 , 0 concode_field_sep PlaceHolder placeHolder concode_field_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int getIconHeight concode_elem_sep int getIconHeight concode_elem_sep int getI...
void function ( com . google . api . ads . dfa . axis . v1_19 . ClickThroughUrl arg0 ) { this . clickThroughUrl = arg0 ; }
sets the clickthroughurl value for this creativeassignment . concode_field_sep java.lang.String alternalteText concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar endDate concode_elem_sep com.google.api.ads.dfa.axis.v1_19.ClickThroughUrl clickThroughUrl concode_elem_sep bo...
void function ( Users arg0 ) { userDao . saveUser ( arg0 ) ; AccessRights loc0 = new AccessRights ( ) ; loc0 . setAuthority ( "srini_string" ) ; loc0 . setUser ( arg0 ) ; System . out . println ( arg0 . toString ( ) ) ; accessRightsDao . saveAccessRights ( loc0 ) ; }
save user concode_field_sep AccessRightsDao accessRightsDao concode_elem_sep UserDao userDao concode_field_sep Users getByEmail
BitArray function ( int arg0 , BitArray arg1 ) { if ( arg1 == null || arg1 . getSize ( ) < width ) { arg1 = new BitArray ( width ) ; } int loc0 = arg0 * rowSize ; for ( int loc1 = 0 ; loc1 < rowSize ; loc1 ++ ) { arg1 . setBulk ( loc1 << 5 , bits [ loc0 + loc1 ] ) ; } return arg1 ; }
a fast method to retrieve one row of data from the matrix as a bitarray . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep void set concode_elem_sep int[] getTopLeftOnBit conc...
void function ( ActivityExecution arg0 ) { bpmnActivityBehavior . performDefaultOutgoingBehavior ( arg0 ) ; }
default way of leaving a bpmn 2.0 activity : evaluate the conditions on the outgoing sequence flow and take those that evaluate to true . concode_field_sep BpmnBehaviorLogger LOG concode_elem_sep BpmnActivityBehavior bpmnActivityBehavior concode_field_sep void leaveIgnoreConditions concode_elem_sep void execute concode...
void function ( Input arg0 , Connection arg1 , EventPublisher arg2 ) { for ( Mapping loc0 : this . mappings ) { if ( arg0 . tryVisualization ( loc0 . getTarget ( ) , arg1 , loc0 . getOpenHabCmd ( ) , this . item , arg2 ) ) { return ; } } }
processes received input . concode_field_sep Item item concode_elem_sep String connId concode_elem_sep boolean hasInitialData concode_elem_sep LinkedList<Mapping> mappings concode_elem_sep Command cmd concode_elem_sep Target target concode_field_sep void add concode_elem_sep Target getTarget concode_elem_sep void setIn...
void function ( ConfigurationFromContext arg0 , ConfigurationContext arg1 , Runnable arg2 ) { arg2 . run ( ) ; }
called before a configuration created from context by this producer is first executed . can be used to show additional ui for customizing the created configuration . concode_field_sep ExtensionPointName<RunConfigurationProducer> EP_NAME concode_elem_sep ConfigurationFactory myConfigurationFactory concode_field_sep List...
java . lang . String function ( ) { return _passwordPolicyService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep PasswordPolicyService _passwordPolicyService concode_field_sep void setWrappedService concode_elem_sep void deletePasswordPolicy concode_elem_sep com.liferay.portal.kernel.model.PasswordPolicy addPasswordPolicy concode_elem_sep com.liferay.portal.kernel.model.Pass...
String function ( ) { return service ; }
this is getter method for service concode_field_sep String expiryDate concode_elem_sep String service concode_elem_sep String serviceStatus concode_elem_sep String customerId concode_elem_sep long serialVersionUID concode_field_sep String getServiceStatus concode_elem_sep void setService concode_elem_sep String getExpi...
int function ( ) { return studentId ; }
gets the student id for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep String clear concode_elem_sep ...
TechnoratiError function ( Element arg0 ) { return new TechnoratiError ( arg0 . getTextTrim ( ) ) ; }
parses error packet . concode_field_sep PlaceHolder placeHolder concode_field_sep Date convertToDate concode_elem_sep Element getMandatoryChildElement concode_elem_sep Integer convertToInteger concode_elem_sep TechnoratiResultWeblog parseWeblog concode_elem_sep TechnoratiResponse parseRoot concode_elem_sep int convertT...
void function ( String arg0 ) { out . println ( arg0 ) ; }
print a java string concode_field_sep OutputStream outputStream concode_elem_sep PrintStream out concode_field_sep void printHelp concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void pri...
String function ( ) { AgentFacade loc0 = new AgentFacade ( ) ; boolean loc1 = loc0 . isAccessViaUrl ( ) ; return helper . getCurrentSiteId ( loc1 ) ; }
get the current site id . concode_field_sep String eid concode_elem_sep AgentImpl agent concode_elem_sep String agentString concode_elem_sep boolean accessViaUrl concode_elem_sep String displayIdString concode_elem_sep AgentHelper helper concode_elem_sep long serialVersionUID concode_elem_sep String displayId concode_e...
void function ( STSchemeColorVal arg0 ) { this . val = arg0 ; }
sets the value of the val property . concode_field_sep STSchemeColorVal val concode_elem_sep List<JAXBElement<?>> egColorTransform concode_field_sep STSchemeColorVal getVal concode_elem_sep List<JAXBElement<?>> getEGColorTransform
CtConstructor function ( CtConstructor arg0 , CtClass arg1 , ClassMap arg2 ) { return new CtConstructor ( arg0 , arg1 , arg2 ) ; }
creates a copy of a constructor . this is a convenience method for calling ctconstructor #ctconstructor ctconstructor , ctclass , classmap this constructor . see the description of the constructor for particular behavior of the copying . concode_field_sep int PASS_ARRAY concode_elem_sep int PASS_PARAMS concode_elem_sep...
void function ( Integer arg0 ) { this . pENDING = arg0 ; }
number of instances in the fleet that are starting but not yet active . concode_field_sep Integer tERMINATING concode_elem_sep Integer pENDING concode_elem_sep Integer iDLE concode_elem_sep Integer mINIMUM concode_elem_sep Integer dESIRED concode_elem_sep Integer aCTIVE concode_elem_sep Integer mAXIMUM concode_field_se...
int function ( ) { return genf ; }
gets the generation number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
java . util . Date function ( ) { return this . createDate ; }
the date and time when the saml provider was created . concode_field_sep String sAMLMetadataDocument concode_elem_sep java.util.Date validUntil concode_elem_sep java.util.Date createDate concode_field_sep String getSAMLMetadataDocument concode_elem_sep GetSAMLProviderResult withValidUntil concode_elem_sep void setValid...
boolean function ( Event arg0 ) { if ( -- _count == 0 ) return true ; return false ; }
does the given event match the filter ? concode_field_sep int _count concode_field_sep int getCount
boolean function ( ) { return isQueryResultLimitEnabled ; }
just for testing . concode_field_sep int DISABLED concode_elem_sep boolean isQueryResultLimitEnabled concode_elem_sep boolean isPreCheckEnabled concode_elem_sep int MINIMUM_MAX_RESULT_LIMIT concode_elem_sep MapServiceContext mapServiceContext concode_elem_sep ILogger log concode_elem_sep int maxResultLimit concode_elem...
void function ( ) { blockingSseEnabled . set ( true ) ; }
marks the current thread as processing a blocking sse request . concode_field_sep ThreadLocal<Boolean> blockingSseEnabled concode_field_sep OutboundEvent buildEvent concode_elem_sep boolean shouldAsyncBlock concode_elem_sep Boolean initialValue
XMLGregorianCalendar function ( ) { return lastPaymentDueDate ; }
gets the value of the lastpaymentduedate property . concode_field_sep BigDecimal originalECLB concode_elem_sep String description concode_elem_sep BigDecimal lastAmountOfPayment concode_elem_sep String skuDescription concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal eclmp concode_elem_sep String equipm...
void function ( ) { currentFormat = new SimpleDateFormat ( "srini_string" ) ; serverTimeZone = TimeZone . getDefault ( ) ; selectedTimeZone = TimeZone . getTimeZone ( "srini_string" ) ; checkedTimeZoneList = new ArrayList ( ) ; }
initializes this timezonebean 's properties . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION concode_elem_sep String GMT10DAYLIGHTLOCATION con...
String function ( String arg0 ) { return getExistingProperty ( arg0 ) . getValue ( ) ; }
returns the value of an existing property . concode_field_sep Map<String,T> propertiesMap concode_field_sep String encodeAllAsJsonString concode_elem_sep String encode concode_elem_sep String getPrefix concode_elem_sep boolean changePropertyValue concode_elem_sep T getProperty concode_elem_sep String encodeAsJsonString...
ImageSource function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( ! arg0 . contains ( "srini_string" ) ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 1 ) ; } arg0 = FILE_SCHEME + arg0 ; } return new ImageSource ( Uri . parse ( arg0 ) ) ;...
create an instance from a uri . if the uri does not start with a scheme , it 's assumed to be the uri of a file . concode_field_sep int sHeight concode_elem_sep String ASSET_SCHEME concode_elem_sep Integer resource concode_elem_sep String FILE_SCHEME concode_elem_sep Bitmap bitmap concode_elem_sep boolean tile concode_...
String function ( ) { return color ; }
gets the value of the color property . concode_field_sep String magiccookie concode_elem_sep String color concode_elem_sep String format concode_elem_sep BigDecimal days concode_elem_sep String type concode_elem_sep String value concode_elem_sep String userid concode_field_sep void setType concode_elem_sep String getMa...
float function ( byte [ ] arg0 , int arg1 ) { return Bytes . toFloat ( arg0 , arg1 ) ; }
read a float value from the buffer buff . concode_field_sep PlaceHolder placeHolder concode_field_sep int encodedLength concode_elem_sep int encode concode_elem_sep boolean isOrderPreserving concode_elem_sep Order getOrder concode_elem_sep boolean isNullable concode_elem_sep Class<Float> encodedClass concode_elem_sep i...
void function ( Locale arg0 ) { fLocale = arg0 ; }
set the locale object to use . concode_field_sep String BAD_CODE concode_elem_sep Locale fLocale concode_elem_sep ListResourceBundle XMLBundle concode_elem_sep String FORMAT_FAILED concode_elem_sep String XML_ERROR_RESOURCES concode_field_sep String createXMLMessage concode_elem_sep Locale getLocale concode_elem_sep Li...
String function ( ) { return columnType ; }
the @ link typeinfo of the hive column this is mapping concode_field_sep String columnType concode_elem_sep String mappingSpec concode_elem_sep ColumnEncoding encoding concode_elem_sep String columnName concode_field_sep ColumnEncoding getEncoding concode_elem_sep String getMappingSpec concode_elem_sep String getColumn...
void function ( K arg0 ) { acquireLock ( arg0 ) . await ( ) ; }
waits until the key has been assigned a value . concode_field_sep Map<K,V> cache concode_elem_sep Map<K,CountDownLatch> locks concode_elem_sep K key concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep int size concode_elem_sep Future<V> getFuture concode_elem_sep CountDownLatch acquir...
void function ( String arg0 ) { this . distributionStatusCode = arg0 ; }
sets the code for this distribution status . concode_field_sep long serialVersionUID concode_elem_sep Integer distributionStatusId concode_elem_sep String distributionStatusCode concode_field_sep String getDistributionStatusCode concode_elem_sep Integer getDistributionStatusId concode_elem_sep void setDistributionStatu...
void function ( Class < ? > arg0 , String arg1 ) { if ( isDebug ) { Log . i ( arg0 . getSimpleName ( ) , arg1 + "srini_string" ) ; } }
2014-5-8 concode_field_sep boolean isDebug concode_field_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void w
String function ( ) { return _id ; }
get the repository id of the namecomponent . concode_field_sep String _id concode_field_sep NameComponent extract concode_elem_sep NameComponent read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
String function ( String arg0 ) { return PATH_ESCAPER . escape ( arg0 ) ; }
returns the escaped name for a given relative path as a string . this takes a short relative path and turns it into a string suitable for use as a filename . invalid filename characters are escaped with an '_' + a single character token . concode_field_sep Escaper PATH_ESCAPER concode_field_sep boolean canBeShared conc...
void function ( @ Nonnull Job arg0 , @ Nonnull EnvVars arg1 , @ Nonnull TaskListener arg2 ) { }
contributes environment variables used for a job . this method can be called repeatedly for the same job , thus the computation of this method needs to be efficient . this method gets invoked concurrently for multiple job s , so it must be concurrent-safe . concode_field_sep PlaceHolder placeHolder concode_field_sep Ex...
Base function ( String [ ] arg0 ) { if ( arg0 == null ) { arg0 = new String [ ] { } ; } try { commandLine = new GnuParser ( ) . parse ( Base . getOptions ( ) , arg0 ) ; } catch ( ParseException loc0 ) { HelpFormatter loc1 = new HelpFormatter ( ) ; loc1 . printHelp ( "srini_string" , options ) ; System . exit ( 1 ) ; } ...
set up the command line arguments according to the options . if the arguments do not parse , print an error message and exit with status 1 . concode_field_sep Logger log concode_elem_sep String ONTOLOGIES_DIR concode_elem_sep Options options concode_elem_sep CommandLine commandLine concode_elem_sep String DATA_DIR conc...
Node function ( ) { return currentNode ; }
gets the currently select node . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concode_elem_sep T...
void function ( Integer arg0 ) { this . requestId = arg0 ; }
set the value for requestid . concode_field_sep String rateLevel concode_elem_sep Integer requestId concode_elem_sep String confirmNote concode_field_sep void setConfirmNote concode_elem_sep void setRateLevel concode_elem_sep String getConfirmNote concode_elem_sep String getRateLevel concode_elem_sep Integer getRequest...
net . sf . ehcache . CacheManager function ( ) { return manager ; }
returns the wrapped ehcache net.sf.ehcache.cachemanager cachemanager instance . concode_field_sep String cacheManagerConfigFile concode_elem_sep Logger log concode_elem_sep net.sf.ehcache.CacheManager manager concode_elem_sep boolean cacheManagerImplicitlyCreated concode_field_sep void init concode_elem_sep Cache<K,V> ...
int function ( ) { return sign ; }
the instruction for the person/driver to execute . concode_field_sep InstructionAnnotation annotation concode_elem_sep double distance concode_elem_sep int USE_ROUNDABOUT concode_elem_sep int TURN_SHARP_RIGHT concode_elem_sep int TURN_SLIGHT_LEFT concode_elem_sep int sign concode_elem_sep int TURN_RIGHT concode_elem_se...
IdUniquenessPolicyValue function ( int arg0 ) { try { return enume [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( "srini_string" + arg0 ) ; loc1 . minor = Minor . PolicyType ; throw loc1 ; } }
returns the iduniquenesspolicyvalue , matching the given integer constant . concode_field_sep IdUniquenessPolicyValue MULTIPLE_ID concode_elem_sep int _UNIQUE_ID concode_elem_sep IdUniquenessPolicyValue[] enume concode_elem_sep IdUniquenessPolicyValue UNIQUE_ID concode_elem_sep int _MULTIPLE_ID concode_elem_sep int _va...