code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( java . io . Reader arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; }
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
int function ( String arg0 , int arg1 ) { if ( arg0 . length ( ) > PROP_NAME_MAX ) { throw new IllegalArgumentException ( "srini_string" + PROP_NAME_MAX ) ; } return native_get_int ( arg0 , arg1 ) ; }
get the value for the given key , and return as an integer . concode_field_sep int PROP_VALUE_MAX concode_elem_sep int PROP_NAME_MAX concode_field_sep boolean native_get_boolean concode_elem_sep long getLong concode_elem_sep void native_set concode_elem_sep void set concode_elem_sep String native_get concode_elem_sep S...
boolean function ( int arg0 ) { return MATCH_SINGLELINE_COMMENT . matcher ( line ( arg0 ) ) . matches ( ) ; }
checks if the specified line is a single-line comment without code . concode_field_sep String fileName concode_elem_sep String MATCH_SINGLELINE_COMMENT_PAT concode_elem_sep Map<Integer,TextBlock> cppComments concode_elem_sep Map<Integer,List<TextBlock>> clangComments concode_elem_sep Map<Integer,TextBlock> javadocComme...
void function ( String arg0 , int arg1 ) { map . put ( arg0 , arg1 ) ; }
adds a term to the map with a given count . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep int size concode_elem_sep Integer get concode_elem_sep void main concode_e...
Set < Integer > function ( ) { return optionContainers . keySet ( ) ; }
returns a sorted set of container names . concode_field_sep SortedMap<Integer,OptionContainer> optionContainers concode_field_sep String getOptionValueString concode_elem_sep Object getOptionValue concode_elem_sep Object getOptionValue concode_elem_sep boolean addOptionValue concode_elem_sep String toString concode_ele...
List < CTFtnEdn > function ( ) { if ( footnote == null ) { footnote = new ArrayList < CTFtnEdn > ( ) ; } return this . footnote ; }
gets the value of the footnote 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 footnote property . for example , to add a new item , do ...
void function ( Segment arg0 , Segment arg1 ) { Linear loc0 = null , loc1 = null ; if ( arg0 instanceof Linear ) loc0 = ( Linear ) arg0 ; if ( arg1 instanceof Linear ) loc1 = ( Linear ) arg1 ; subdivide ( loc0 , loc1 ) ; }
subdivides this linear segment into two segments at t = 0.5 . can be done with getsegment but this is more efficent . concode_field_sep Point2D.Double p1 concode_elem_sep Point2D.Double p2 concode_field_sep double maxY concode_elem_sep double maxX concode_elem_sep Point2D.Double evalDt concode_elem_sep Segment reverse ...
void function ( ) { setUp ( FixedWindows . of ( Duration . millis ( 10 ) ) ) ; tester . injectElements ( 37 ) ; verify ( mockTrigger ) . onElement ( Mockito . < Trigger < IntervalWindow > . OnElementContext > any ( ) ) ; }
tests that onelement correctly passes the data on to the subtrigger . concode_field_sep Trigger<IntervalWindow> mockTrigger concode_elem_sep SimpleTriggerTester<IntervalWindow> tester concode_field_sep Trigger<IntervalWindow>.TriggerContext anyTriggerContext concode_elem_sep void testRepeatedlyElementCount concode_elem...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String fromAppId concode_elem_sep String toAppId concode_elem_sep int major concode_elem_sep int minor concode_elem_sep String sourceIPAddress concode_elem_sep String name concode_elem_sep List<WSContext.WSNameValue> wsNameValue concode_elem_sep WSContext.Version...
void function ( ) { verifyIncrementalBlockReports ( false ) ; }
incremental brs from all storages combined in a single message . concode_field_sep String NN_METRICS concode_elem_sep MiniDFSCluster cluster concode_elem_sep int NUM_BLOCKS concode_elem_sep DataNode dn0 concode_elem_sep DatanodeRegistration dn0Reg concode_elem_sep Configuration conf concode_elem_sep DistributedFileSyst...
void function ( ) { if ( in != null ) { in . close ( ) ; } if ( out != null ) { out . flush ( ) ; out . close ( ) ; } }
close all streams data associated with this object concode_field_sep boolean readEOF concode_elem_sep InputStream in concode_elem_sep int bits concode_elem_sep int bits_left concode_elem_sep OutputStream out concode_elem_sep int masks[] concode_field_sep int getBits concode_elem_sep boolean atEndOfFile concode_elem_sep...
TokenInformation function ( ) { TokenInformation loc0 = new TokenInformation ( ) ; loc0 . features = features ; loc0 . isEntity1 = isEntity1 ; loc0 . isEntity2 = isEntity2 ; return loc0 ; }
returns a copy of this token information without the information of being in the shortest path concode_field_sep boolean isEntity1 concode_elem_sep List<String> features concode_elem_sep boolean isInShortestPath concode_elem_sep long serialVersionUID concode_elem_sep boolean isEntity2 concode_field_sep void add concode...
Object function ( ) { Object loc0 = check ( ) ; if ( loc0 == null ) { loc0 = reconstitute ( ) ; setThing ( loc0 ) ; } return loc0 ; }
returns a pointer to the object referenced by this ref . if the object has been thrown away by the garbage collector , it will be reconstituted . this method does everything necessary to ensure that the garbage collector throws things away in least recently used lru order . applications should never override this metho...
String function ( ) { return SliderUtils . join ( argumentList , "srini_string" ) ; }
build the command line concode_field_sep List<String> argumentList concode_field_sep void add concode_elem_sep int size concode_elem_sep void addOutAndErrFiles concode_elem_sep String toString concode_elem_sep String elt concode_elem_sep List<String> getArgumentList
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String statusMsg concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.omniture.www.Report report concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String status concode_...
String function ( ) { return values [ POS_TYPE ] ; }
get type concode_field_sep HashMap<String,Class<?>> prefixClasses concode_elem_sep String CONFIG_SEPARATOR concode_elem_sep int POS_ID concode_elem_sep int POS_VALUES concode_elem_sep Logger logger concode_elem_sep String[] values concode_elem_sep int POS_TYPE concode_field_sep ZibaseBindingConfig factory concode_elem_...
Element function ( String arg0 , String arg1 ) { if ( endTextElementListener != null ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } if ( children == null ) { children = new Children ( ) ; } return children . getOrCreate ( this , arg0 , arg1 ) ; }
gets the child element with the given name . concode_field_sep String localName concode_elem_sep Element parent concode_elem_sep ArrayList<Element> requiredChilden concode_elem_sep int depth concode_elem_sep Children children concode_elem_sep EndElementListener endElementListener concode_elem_sep EndTextElementListener...
int function ( ) { return sampleHasRedundancy ; }
sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad...
void function ( String arg0 ) { this . locationIdentifier = arg0 ; }
sets the value of the locationidentifier property . concode_field_sep String price concode_elem_sep String name concode_elem_sep Boolean applySSK concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String sku concode_elem_sep String locationIdentifier concode_field_sep void setName concod...
void function ( StoreDescription arg0 ) { String loc0 = arg0 . getId ( ) ; if ( loc0 == null || "srini_string" . equals ( loc0 ) ) loc0 = arg0 . getTagClass ( ) ; descriptors . put ( loc0 , arg0 ) ; if ( log . isDebugEnabled ( ) ) log . debug ( "srini_string" + loc0 + "srini_string" + arg0 . getTag ( ) + "srini_string"...
register a new description concode_field_sep Class<?> interfaces[] concode_elem_sep String encoding concode_elem_sep Map<String,StoreDescription> descriptors concode_elem_sep String name concode_elem_sep Log log concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_el...
BaseValidateAccResponse function ( ) { return new BaseValidateAccResponse ( ) ; }
create an instance of basevalidateaccresponse concode_field_sep QName _BaseValidateIBANRequest_QNAME concode_elem_sep QName _BaseValidateDomesticAccRequest_QNAME concode_elem_sep QName _BaseValidateAccResponse_QNAME concode_field_sep BaseValidateIBANRequest createBaseValidateIBANRequest concode_elem_sep JAXBElement<Bas...
void function ( File arg0 ) { if ( arg0 != null && arg0 . getName ( ) . length ( ) > 0 ) { updateModificationTime ( arg0 , true ) ; } }
updates the input modification time based on the given file or directory recursively . concode_field_sep Configuration configuration concode_elem_sep long inputModificationTime concode_elem_sep long outputModificationTime concode_field_sep void updateModificationTime concode_elem_sep void updateModificationTime concode...
ApplicationViewsSupport function ( ) { if ( sharedInstance == null ) sharedInstance = new ApplicationViewsSupport ( ) ; return sharedInstance ; }
returns singleton instance of applicationviewssupport . concode_field_sep ApplicationSnapshotOverviewViewProvider applicationSnapshotOverviewView concode_elem_sep ApplicationViewsSupport sharedInstance concode_elem_sep ApplicationSnapshotMonitorViewProvider applicationSnapshotMonitorView concode_elem_sep ApplicationSna...
Long function ( ) { return myID ; }
return the field 's id . concode_field_sep long serialVersionUID concode_elem_sep Long myID concode_elem_sep String myTag concode_field_sep void setId concode_elem_sep void setTag concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep String getTag
void function ( String [ ] arg0 ) { LinkedStack < String > loc0 = new LinkedStack < String > ( ) ; while ( ! StdIn . isEmpty ( ) ) { String loc1 = StdIn . readString ( ) ; if ( ! loc1 . equals ( "srini_string" ) ) loc0 . push ( loc1 ) ; else if ( ! loc0 . isEmpty ( ) ) StdOut . print ( loc0 . pop ( ) + "srini_string" )...
unit tests the linkedstack data type . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item pop concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep int size concode_elem_sep boolean...
void function ( final RunnableEx arg0 ) { Display . getDefault ( ) . syncExec ( new Runnable ( ) { @ Override public void run ( ) { ExecutionUtils . runRethrow ( arg0 ) ; } } ) ; }
runs given runnableex inside of ui thread , using display #syncexec runnable . concode_field_sep Throwable throwable concode_field_sep void runRethrow concode_elem_sep void sleep concode_elem_sep T runObjectUI concode_elem_sep T runObjectIgnore concode_elem_sep boolean runLog concode_elem_sep T runObjectCore concode_el...
void function ( URI arg0 , Proxy arg1 ) { this . hasNextProxy = true ; if ( arg1 != null ) { this . userSpecifiedProxy = arg1 ; } else { List < Proxy > loc0 = proxySelector . select ( arg0 ) ; if ( loc0 != null ) { this . proxySelectorProxies = loc0 . iterator ( ) ; } } }
resets #nextproxy to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns conc...
void function ( int arg0 ) { total = total - arg0 ; history = history + "srini_string" + arg0 ; }
subtract - subtracts value from total . string history is appended with '' - '' + value . concode_field_sep int total concode_elem_sep String history concode_field_sep void add concode_elem_sep String getHistory concode_elem_sep int getTotal concode_elem_sep void divide concode_elem_sep void multiply
CacheJdbcBlobStoreFactory < K , V > function ( String arg0 ) { this . delQry = arg0 ; return this ; }
sets delete entry query . concode_field_sep String createTblQry concode_elem_sep Object appCtx concode_elem_sep String updateQry concode_elem_sep long serialVersionUID concode_elem_sep String delQry concode_elem_sep boolean initSchema concode_elem_sep String connUrl concode_elem_sep String dataSrcBean concode_elem_sep ...
void function ( ) { schemaMap . clear ( ) ; sqlLookup . clear ( ) ; csidMap . clear ( ) ; sessionUseMap . clear ( ) ; useMap . clear ( ) ; next_cs_id = 0 ; }
clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id...
void function ( int arg0 , float arg1 ) { Convert . setFloatValue ( arg1 , schema . fieldOffset ( arg0 ) , data ) ; }
sets a float field . concode_field_sep Schema schema concode_elem_sep byte[] data concode_field_sep RID insertIntoFile concode_elem_sep Object[] getAllFields concode_elem_sep void setAllFields concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep int getIntFld concode_elem_sep Object getField c...
boolean function ( ) { return false ; }
will always return false . concode_field_sep boolean updating concode_elem_sep IElementUpdater updater concode_field_sep void updateElement concode_elem_sep void execute
void function ( ) { this . currentMessage = null ; receivedLines . clear ( ) ; currentMessageType = null ; numberOfRequiredLines = null ; }
resets the current status and processed lines . should be used after processing a message concode_field_sep MessageType currentMessageType concode_elem_sep Message currentMessage concode_elem_sep Logger logger concode_elem_sep Integer numberOfRequiredLines concode_elem_sep List<String> receivedLines concode_elem_sep St...
DevicePoolCompatibilityResult function ( IncompatibilityMessage ... arg0 ) { if ( this . incompatibilityMessages == null ) { setIncompatibilityMessages ( new java . util . ArrayList < IncompatibilityMessage > ( arg0 . length ) ) ; } for ( IncompatibilityMessage loc0 : arg0 ) { this . incompatibilityMessages . add ( loc...
information about the compatibility . note : this method appends the values to the existing list if any . use #setincompatibilitymessages java.util.collection or #withincompatibilitymessages java.util.collection if you want tooverride the existing values . concode_field_sep java.util.List<IncompatibilityMessage> incomp...
IMarker function ( List arg0 , String arg1 ) { if ( arg1 == null ) throw new NullPointerException ( ) ; return getDisplayMarker ( arg0 . iterator ( ) , arg1 ) ; }
returns the marker from the list that should be displayed . this takes into account the priority , visible , and anchorpoint attributes of the markers . all markers in the list must be subtypes of the graphicalmarker type defined in this plugin . concode_field_sep Map markerTypeMap concode_elem_sep String DECORATION_MA...
java . util . Set < String > function ( ) { java . util . Set < String > loc0 = new java . util . HashSet < String > ( ) ; loc0 . add ( USERINFO_EMAIL ) ; return java . util . Collections . unmodifiableSet ( loc0 ) ; }
returns an unmodifiable set that contains all scopes declared by this class . concode_field_sep String USERINFO_EMAIL concode_field_sep placeholderType placeHolder
long function ( ) { return missCount ; }
returns the number of times cache lookup methods have returned an uncached newlyloaded value , or null . multiple concurrent calls to cache lookup methods on an absentvalue can result in multiple misses , all returning the results of a single cache load operation . concode_field_sep long totalLoadTime concode_elem_sep ...
void function ( InetAddress arg0 ) { m_Address = arg0 ; }
sets the destination inetaddress of this udpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep UDPMasterTerminal m_Terminal concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep boolean m_Connected concode_field_sep void setTimeout concode_elem_sep UDPTerminal getTerminal ...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
boolean function ( Object arg0 ) { return ! ( readOnlyContexts . containsKey ( arg0 ) ) ; }
returns if a context is writable . concode_field_sep Hashtable securityTokens concode_elem_sep Hashtable readOnlyContexts concode_field_sep void setWritable concode_elem_sep void setSecurityToken concode_elem_sep void unsetSecurityToken concode_elem_sep boolean checkSecurityToken concode_elem_sep void setReadOnly
E function ( final String arg0 , @ Nullable final ArrayList < SharePhoto > arg1 ) { this . bundle . putParcelableArrayList ( arg0 , arg1 ) ; return ( E ) this ; }
sets an array of photo values in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem_sep E putLong concode_ele...
void function ( String arg0 ) { this . javaOpts = arg0 ; }
sets the value of the javaopts property . concode_field_sep PREPARE prepare concode_elem_sep List<String> jobXml concode_elem_sep String javaOpts concode_elem_sep List<String> file concode_elem_sep String mainClass concode_elem_sep CONFIGURATION configuration concode_elem_sep List<String> javaOpt concode_elem_sep List<...
void function ( ) { createNotification ( ) ; EventController . getInstance ( ) . fireDownloadEvent ( EventConstants . EVT_DOWNLOAD_ON_START , this ) ; }
trigger a start download event . concode_field_sep String mUrl concode_elem_sep String mErrorMessage concode_elem_sep String mFileName concode_elem_sep DownloadRunnable mRunnable concode_elem_sep Notification mNotification concode_elem_sep int mProgress concode_elem_sep boolean mIsAborted concode_elem_sep boolean mIsFi...
long function ( ) { return System . currentTimeMillis ( ) ; }
get the number of milliseconds since midnight , january 1 , 1970 utc . concode_field_sep long maxTimestampAgeMsec concode_elem_sep String sortKey concode_elem_sep long DEFAULT_MAX_TIMESTAMP_AGE concode_elem_sep long DEFAULT_TIMESTAMP_WINDOW concode_elem_sep Set<UsedNonce> usedNonces concode_elem_sep double maxVersion c...
void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . remove ( arg0 ) ; }
removes an already registered connection event listener from the managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_fie...
DescribeTrustedAdvisorCheckSummariesResult function ( TrustedAdvisorCheckSummary ... arg0 ) { if ( this . summaries == null ) { setSummaries ( new com . amazonaws . internal . SdkInternalList < TrustedAdvisorCheckSummary > ( arg0 . length ) ) ; } for ( TrustedAdvisorCheckSummary loc0 : arg0 ) { this . summaries . add (...
the summary information for the requested trusted advisor checks . note : this method appends the values to the existing list if any . use #setsummaries java.util.collection or #withsummaries java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<Trust...
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 java.util.Calendar milestoneEstComplete concode_elem_sep java.lang.String milestoneName concode_elem_sep java.lang.Boolean milestoneCompleted concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.S...
ConditionEvaluationReport function ( ) { return this . parent ; }
the parent report from a parent beanfactory if there is one . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedCondition ANCESTOR_CONDITION co...
void function ( int arg0 ) { int loc0 = peekBufferPosition + arg0 ; if ( loc0 > peekBuffer . arg0 ) { peekBuffer = Arrays . copyOf ( peekBuffer , Math . max ( peekBuffer . arg0 * 2 , loc0 ) ) ; } }
ensures peekbuffer is large enough to store at least length bytes from thecurrent peek position . concode_field_sep int peekBufferLength concode_elem_sep int peekBufferPosition concode_elem_sep long streamLength concode_elem_sep byte[] peekBuffer concode_elem_sep long position concode_elem_sep DataSource dataSource con...
void function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( VERSION ) ) { version = V1 ; } else { throw new IOException ( "srini_string" + "srini_string" ) ; } }
delete the attribute value . concode_field_sep String VERSION concode_elem_sep int V3 concode_elem_sep int V2 concode_elem_sep int version concode_elem_sep int V1 concode_elem_sep String IDENT concode_elem_sep String NAME concode_field_sep int getVersion concode_elem_sep void encode concode_elem_sep int compare concode...
boolean function ( boolean arg0 ) { return this . request != null && request . cancel ( arg0 ) ; }
attempts to cancel this request . this attempt will fail if the request has already completed , has already been cancelled , or could not be cancelled for some other reason . if successful , and this request has not started when cancel is called , this request should never run . if the request has already started , the...
String function ( ) { }
tostring . concode_field_sep boolean isQuestioned concode_elem_sep Map<String,MimeType> body concode_elem_sep Resource resource concode_elem_sep String description concode_elem_sep Map<String,QueryParameter> queryParameters concode_elem_sep ActionType type concode_elem_sep List<String> is concode_elem_sep Map<String,He...
void function ( Date arg0 ) { this . createDate = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column hsprd.tb _ trade_record . create_date concode_field_sep Date updateDate concode_elem_sep String orderId concode_elem_sep String transId concode_elem_sep String mobile concode_elem_sep int operateType concode_elem_sep Stri...
void function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; reserveChantierRepository . delete ( arg0 ) ; reserveChantierSearchRepository . delete ( arg0 ) ; }
delete the reservechantier by id . concode_field_sep ReserveChantierRepository reserveChantierRepository concode_elem_sep ReserveChantierMapper reserveChantierMapper concode_elem_sep ReserveChantierSearchRepository reserveChantierSearchRepository concode_elem_sep Logger log concode_field_sep Page<ReserveChantierDTO> se...
T function ( SharedPreferences arg0 , Class < T > arg1 ) { try { return arg1 . cast ( Proxy . newProxyInstance ( arg1 . getClassLoader ( ) , new Class < ? > [ ] { arg1 } , new ChoiceInvocationHandler ( arg0 ) ) ) ; } catch ( ClassCastException loc0 ) { return null ; } }
build the service with annotated methods to be used for getting prefs concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 , boolean arg1 , boolean arg2 ) { assertEquals ( arg0 , Boolean . valueOf ( arg1 ) , Boolean . valueOf ( arg2 ) ) ; }
asserts that two booleans are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void ...
void function ( final String arg0 , final Class < ? > arg1 , final Set < String > arg2 , final EntityGraph arg3 ) { if ( ! arg2 . isEmpty ( ) ) { if ( FilteringHelper . filterableEntityClass ( arg1 ) ) { arg3 . addSubgraph ( arg0 , arg1 , arg2 ) ; } else { arg3 . addField ( arg0 , arg2 ) ; } } }
add entity-filtering scopes of a field to an entity-graph . the method determines whether the field should be added as a simple field or a subgraph . concode_field_sep PlaceHolder placeHolder concode_field_sep EntityProcessor.Result process concode_elem_sep Result process concode_elem_sep void addGlobalScopes concode_e...
boolean function ( ) { return cursor + 1 < mementoStateHistory . size ( ) ; }
gets the status of the redo command . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep void undo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep void addState
Position function ( ) { if ( myPosition == null ) { myPosition = getInterfaceOfType ( Position . class ) ; } return myPosition ; }
returns the position interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress conco...
String function ( String arg0 ) { int loc0 = ( this . inComment ? endComment ( arg0 ) : startComment ( arg0 ) ) ; return ( loc0 == - 1 ? null : arg0 . substring ( loc0 ) ) ; }
consume the next comment token , update the `` incomment '' flag and return the remaining content . concode_field_sep String START_COMMENT concode_elem_sep int VALIDATION_NONE concode_elem_sep int VALIDATION_AUTO concode_elem_sep String END_COMMENT concode_elem_sep boolean inComment concode_elem_sep String DOCTYPE conc...
String function ( ) { return rank ; }
accesses this card 's rank . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep int pointValue concode_elem_sep String toString concode_elem_sep String suit concode_elem_sep boolean matches
com . google . api . ads . adwords . axis . v201406 . cm . ExperimentDeltaStatus function ( ) { return experimentDeltaStatus ; }
gets the experimentdeltastatus value for this biddableadgroupcriterionexperimentdata . concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.ExperimentDeltaStatus experimentDeltaStatus concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.AdGroupCriterionExperimentBidMultiplier experimentBidMultiplier conc...
String function ( ) { int loc0 = readByte ( ) ; int loc1 = readInt ( loc0 , PREFIX_8_BITS ) ; byte [ ] loc2 = new byte [ loc1 ] ; bytesLeft -= loc1 ; in . readFully ( loc2 ) ; return new String ( loc2 , "srini_string" ) ; }
reads a utf-8 encoded string . since ascii is a subset of utf-8 , this method may be used to read strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INI...
Server function ( ) { return createServer ( extendedConfiguratorCoreConfig ) ; }
creates a server instance using the default configuration file found on class-path . concode_field_sep ListenerFactory listenerFactory concode_elem_sep IServerSettingsManager serverSettingsManager concode_elem_sep Throwable asyncException concode_elem_sep String extendedConfiguratorCoreConfig concode_elem_sep List<ILis...
boolean function ( ) { return true ; }
this element should be stretched concode_field_sep AccountingLineViewColumnsDefinition definition concode_elem_sep List<AccountingLineViewField> fields concode_field_sep String getName concode_elem_sep void removeUnviewableBlocks concode_elem_sep void joinRow concode_elem_sep void setFields concode_elem_sep List<Accoun...
List < String > function ( ) { return Arrays . asList ( safeSplitString ( VM_OPTIONS ) ) ; }
returns the list of vm options . concode_field_sep String NEW_LINE concode_elem_sep long DEFAULT_TEST_TIMEOUT concode_elem_sep String VM_OPTIONS concode_elem_sep String JAVA_OPTIONS concode_elem_sep int BUFFER_SIZE concode_elem_sep Pattern useGcPattern concode_elem_sep double TIMEOUT_FACTOR concode_field_sep List<Strin...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
Boolean function ( ) { return this . returnClientRequestId ; }
get the returnclientrequestid value . concode_field_sep String filter concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTime startTime concode_elem_sep DateTime endTime concode_elem_sep...
String function ( ) { return "srini_string" ; }
returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc...
int function ( ) { return seqReserveSize ; }
gets default number of sequence values reserved for igniteatomicsequence instances . aftera certain number has been reserved , consequent increments of sequence will happen locally , without communication with other nodes , until the next reservation has to be made . default value is #dflt_atomic_sequence_reserve_size ...
Response function ( ) { return redirectedBy ; }
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
void function ( ) { }
the first step of stopping the task scheduler service . this would typically be used to stop allocating new resources . shutdown will typically be used to unregister from external services - especially yarn for instance , so that the app is not killed concode_field_sep TaskSchedulerContext taskSchedulerContext concode_...
String function ( ) { return marker ; }
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
boolean function ( ) { return submit ; }
gets is this effect should fire partial submit when finished 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_e...
void function ( String arg0 ) { this . statusDescription = arg0 ; }
setter method for statusdescription concode_field_sep int totalCount concode_elem_sep String statusDescription concode_field_sep void setTotalCount concode_elem_sep String getStatusDescription concode_elem_sep int getTotalCount
Integer function ( ) { return quantity ; }
get quantity concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_...
Paging function ( ) { return paging ; }
gets the value of the paging property . concode_field_sep AlertQuery query concode_elem_sep Paging paging concode_field_sep void setQuery concode_elem_sep void setPaging concode_elem_sep AlertQuery getQuery
boolean function ( AbstractManagedObjectDefinition < ? , ? > arg0 ) { String loc0 = resource . getString ( arg0 , "srini_string" ) ; return Boolean . parseBoolean ( loc0 ) ; }
determines if instances of the specified managed object definition are to be used for customization . concode_field_sep ManagedObjectDefinitionResource resource concode_elem_sep CLIProfile INSTANCE concode_field_sep String getNamingArgument concode_elem_sep Set<String> getDefaultListPropertyNames concode_elem_sep CLIPr...
ContactQuery function ( String arg0 ) { return createContactQuery ( arg0 , GoogleContactsQuery . GOOGLECONTACTS_MAX_RESULTS ) ; }
queries this search source for the given querystring . concode_field_sep GoogleContactsConnection cnx concode_elem_sep Logger logger concode_elem_sep AccountSettingsForm settings concode_elem_sep String login concode_elem_sep String phoneNumberprefix concode_elem_sep List<GoogleContactsQuery> queries concode_elem_sep b...
int function ( ) { return E ; }
returns the number of edges in this graph . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep Bag<Integer>[] adj concode_field_sep int V concode_elem_sep Iterable<Integer> adj concode_elem_sep int degree concode_elem_sep String toString concode_elem_sep void main concode_el...
void function ( Workgroup arg0 , AgentSession arg1 ) { for ( WorkgroupEventListener loc0 : listeners ) { try { loc0 . agentJoined ( arg0 , arg1 ) ; } catch ( Exception loc1 ) { Log . error ( loc1 . getMessage ( ) , loc1 ) ; } } }
notification message that an agent has joined a workgroup . concode_field_sep List<WorkgroupEventListener> listeners concode_elem_sep Logger Log concode_field_sep void agentDeparted concode_elem_sep void workgroupDeleting concode_elem_sep void workgroupDeleted concode_elem_sep void agentJoinedChatSupport concode_elem_s...
List < User > function ( HttpSession arg0 ) { User loc0 = ( User ) arg0 . getAttribute ( "srini_string" ) ; LOGGER . info ( "srini_string" + loc0 . getCg_id ( ) ) ; List < User > loc1 = departmentService . getUsersByCorporate ( loc0 ) ; return loc1 ; }
param concode_field_sep IDepartmentService departmentService concode_elem_sep Logger LOGGER concode_field_sep ModelAndView editDepartment concode_elem_sep ModelAndView addDepartment concode_elem_sep ModelAndView allocateVdcToCorporateGroups concode_elem_sep int getVDCdetails concode_elem_sep int getAllocatedVDCforDpt c...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _counterLocalService . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep CounterLocalService _counterLocalService concode_field_sep java.util.List<com.liferay.counter.model.Counter> getCounters concode_elem_sep CounterLocalService getWrappedCounterLocalService concode_elem_sep com.liferay.counter.model.Counter getCoun...
Scheduler function ( ) { return INSTANCE . mainThreadScheduler ; }
a scheduler which executes actions on the android ui thread . concode_field_sep Scheduler mainThreadScheduler concode_elem_sep AndroidSchedulers INSTANCE concode_field_sep Scheduler from
String function ( ) { return errorMessage ; }
return the error message concode_field_sep String MEDIA_CC_1_3 concode_elem_sep String TYPE_IMPORTITEM concode_elem_sep String ACCEPT_MEDIA_TYPES concode_elem_sep JSONArray graph concode_elem_sep String MEDIA_CC_1_1 concode_elem_sep JSONObject contentItem concode_elem_sep String errorMessage concode_elem_sep String bas...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; }
rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder...
BlockStoreMeta function ( BlockMetadataManager arg0 ) { return new BlockStoreMeta ( arg0 , true ) ; }
factory method to return a blockstoremeta instance with blockids . concode_field_sep Map<Pair<String,String>,Long> mCapacityBytesOnDirs concode_elem_sep Map<String,List<Long>> mBlockIdsOnTiers concode_elem_sep Map<Pair<String,String>,Long> mUsedBytesOnDirs concode_elem_sep Map<String,Long> mUsedBytesOnTiers concode_ele...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep com.netsuite.webservices.setup.customization_2014_2.types.CustomizationAccessLevel accessLevel concode_elem_sep com.netsuite.webservices.setup.customization_2014_2.types.CustomizationSearchLevel searchLevel concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean...
void function ( Class < T > arg0 ) { @ SuppressWarnings ( "srini_string" ) AbstractDao < T , ? > loc0 = ( AbstractDao < T , ? > ) getDao ( arg0 ) ; loc0 . deleteAll ( ) ; }
convenient call for abstractdao #deleteall . concode_field_sep Map<Class<?>,AbstractDao<?,?>> entityToDao concode_elem_sep SQLiteDatabase db concode_field_sep V callInTxNoException concode_elem_sep long insert concode_elem_sep void refresh concode_elem_sep void update concode_elem_sep void runInTx concode_elem_sep List...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef toSubsidiary concode_elem_sep java.lang.Object __e...
void function ( final int arg0 ) { fireEvent ( new DebugEvent ( this , DebugEvent . SUSPEND , arg0 ) ) ; }
fires a suspend event for this element with the given detail . concode_field_sep boolean suspended concode_elem_sep EventDispatcher eventDispatcher concode_elem_sep ILaunch launch concode_elem_sep IProgressMonitor monitor concode_elem_sep EngineThread thread concode_elem_sep boolean terminated concode_elem_sep IDebugTa...
java . lang . Long function ( ) { return feedMappingId ; }
gets the feedmappingid value for this feeditemvalidationdetail . concode_field_sep com.google.api.ads.adwords.axis.v201409.cm.FeedItemValidationDetailApprovalStatus approvalStatus concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.FeedItemAttributeError[] validati...
JDK8TriggerBuilder < T > function ( final String arg0 ) { m_aJobKey = new JobKey ( arg0 , null ) ; return this ; }
set the identity of the job which should be fired by the produced trigger - a jobkey will be produced with the given name and default group . concode_field_sep String m_sDescription concode_elem_sep LocalDateTime m_aEndTime concode_elem_sep JobDataMap m_aJobDataMap concode_elem_sep TriggerKey m_aTriggerKey concode_elem...
boolean function ( ) { if ( subprocedures != null ) { for ( Procedure loc0 : subprocedures ) { if ( loc0 == null ) { return false ; } } } return true ; }
called on store load by the procedureexecutor to validate the procedure stack . concode_field_sep int running concode_elem_sep ArrayList<Procedure> subprocedures concode_elem_sep State state concode_elem_sep Log LOG concode_field_sep boolean setRollback concode_elem_sep void unsetRollback concode_elem_sep boolean isFai...
Buffer function ( ) { limit = position ; position = 0 ; mark = UNSET_MARK ; return this ; }
flips this buffer . the limit is set to the current position , then the position is set to zero , and the mark is cleared . the content of this buffer is not changed . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concod...
ListRetirableGrantsResult function ( String arg0 ) { setNextMarker ( arg0 ) ; return this ; }
when truncated is true , this value is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep com.amazonaws.internal.SdkInternalList<GrantListEntry> grants concode_elem_sep String nextMarker concode_elem_sep Boolean truncated concode_field_sep Boolean isTru...
Object function ( ) { return AopUtils . invokeJoinpointUsingReflection ( this . target , this . method , this . arguments ) ; }
invoke the joinpoint using reflection . subclasses can override this to use custom invocation . concode_field_sep Object proxy concode_elem_sep Method method concode_elem_sep Map<String,Object> userAttributes concode_elem_sep Class<?> targetClass concode_elem_sep List<?> interceptorsAndDynamicMethodMatchers concode_ele...
float function ( ) { return style . position [ POSITION_LEFT ] ; }
get this node 's position left , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLay...
String function ( ) { return m_IDStr ; }
returns the idstr concode_field_sep long serialVersionUID concode_elem_sep String m_Readable concode_elem_sep String m_IDStr concode_elem_sep int m_ID concode_field_sep void setReadable concode_elem_sep String toOptionSynopsis concode_elem_sep String getIDStr concode_elem_sep void setIDStr concode_elem_sep void setID c...
String function ( ) { return value ; }
get the value of the tag concode_field_sep String value concode_elem_sep MetricsInfo info concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep String description concode_elem_sep String toString concode_elem_sep MetricsInfo info