code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String arg0 , String arg1 ) { w ( arg0 , arg1 , null ) ; }
prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
void function ( Amount arg0 ) { this . unitPrice = arg0 ; }
sets the value of the unitprice property . concode_field_sep Amount unitPrice concode_elem_sep ProductBusinessObjectProfile product concode_elem_sep Amount amount concode_elem_sep Quantity quantity concode_elem_sep UsageAllocation usageAllocation concode_elem_sep Description description concode_elem_sep Amount discount...
String function ( ) { return clientName ; }
getter/setter methods concode_field_sep int lSourceId concode_elem_sep String clientSinceSCN concode_elem_sep String clientName concode_elem_sep String pSourceURI concode_elem_sep RelayInfo.ClientInfo[] clientInfos concode_elem_sep int pSourceId concode_elem_sep String producerName concode_elem_sep String lSourceURI co...
int function ( ) { return chars . length ; }
get the length of the string . concode_field_sep char[] chars concode_elem_sep int hash concode_field_sep String toStringMethod concode_elem_sep int hashCode concode_elem_sep java.lang.String asString concode_elem_sep String wrap
String function ( ) { return alias ; }
retrieve the defined result alias concode_field_sep LockMode lockMode concode_elem_sep int hashCode concode_elem_sep String alias concode_elem_sep Map<String,String[]> propertyResults concode_field_sep LockMode getLockMode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void traceLog conc...
void function ( ) { }
resets the associated attribute value according to the current value . this should be overridden in descendant classes that associate the angle object with an attribute . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep double[][] K concode_elem_sep float value concode_field_sep float g...
List < String > function ( PropertyUri arg0 ) { List < String > loc0 = arg0 . getValues ( ) ; List < String > loc1 = null ; if ( loc0 == null ) { return loc1 ; } for ( String loc2 : loc0 ) { loc1 . add ( loc2 ) ; } return loc1 ; }
convert a propertyuri to an array of greg values . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep Str...
void function ( final DebugEventListener arg0 ) { listeners . removeListener ( arg0 ) ; }
removes an event listener from the list of listeners that are notified about incoming debug events . concode_field_sep LinkedBlockingQueue<DebuggerReply> eventQueue concode_elem_sep boolean m_run concode_elem_sep ListenerProvider<DebugEventListener> protocolListeners concode_elem_sep ListenerProvider<DebugEventListener...
String function ( ) { return location ; }
returns the bucket location . concode_field_sep String storageClass concode_elem_sep CreateBucketOptions DEFAULT concode_elem_sep String location concode_field_sep String getStorageClass
void function ( Config arg0 , String arg1 , String arg2 , Object ... arg3 ) { HttpHeaders loc0 = new HttpHeaders ( ) ; loc0 . setContentType ( MediaType . APPLICATION_JSON ) ; exchange ( arg0 , buildUrl ( arg0 , arg2 , arg3 ) , HttpMethod . POST , arg1 , loc0 ) ; }
sends a post request to the openmrs server using the given config . this request does not return response . concode_field_sep RestOperations restOperations concode_field_sep String postForJson concode_elem_sep URI buildUrl concode_elem_sep ResponseEntity<String> exchange concode_elem_sep ResponseEntity<String> exchange...
Object function ( Item arg0 , Command arg1 ) { if ( eventPublisher != null && arg0 != null ) { eventPublisher . post ( ItemEventFactory . createCommandEvent ( arg0 . getName ( ) , arg1 ) ) ; } return null ; }
sends a command for a specified item to the event bus . concode_field_sep ItemRegistry itemRegistry concode_elem_sep EventPublisher eventPublisher concode_field_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep void dispose co...
Transaction function ( ) { return tx ; }
returns the active transaction . it is assumed that starttransaction method is called first . concode_field_sep Transaction tx concode_elem_sep Session session concode_field_sep void rollback concode_elem_sep void startTransaction concode_elem_sep void commit concode_elem_sep Session getSession
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 ShardId 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 void toXContent concode_elem_...
boolean function ( Object arg0 ) { last . next = new Node ( arg0 , null ) ; last = last . next ; elementCount ++ ; return true ; }
appends element to the end of this list . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep int elementCount concode_elem_sep Node first concode_field_sep Object set concode_elem_sep int size concode_elem_sep Object get concode_elem_sep Enumeration elements concode_ele...
void function ( java . lang . String arg0 ) { _region . setName ( arg0 ) ; }
sets the name of this region . concode_field_sep Region _region concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boo...
void function ( ) { if ( saslServer != null ) { try { saslServer . dispose ( ) ; } catch ( SaslException loc0 ) { } finally { saslServer = null ; } } }
disposes of any system resources or security-sensitive information the saslserver might be using . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP...
ItemRequestService function ( ) { return itemRequestService ; }
gets item request service . concode_field_sep ItemRequestService itemRequestService concode_elem_sep ItemEDDRequestService itemEDDRequestService concode_elem_sep Logger logger concode_field_sep void lasIngoingQOnCompletion concode_elem_sep void pulBorrowDirectTopicOnMessage concode_elem_sep void requestItemOnMessage co...
String function ( ) { return l3 ; }
getter method to get the escalation level 3 concode_field_sep String ART concode_elem_sep String l1 concode_elem_sep String l2 concode_elem_sep String l3 concode_elem_sep String l4 concode_elem_sep String l5 concode_elem_sep String SLA concode_elem_sep String type concode_elem_sep String percentSLAMet concode_elem_sep ...
Customer function ( ) { return new Customer ( ) ; }
create an instance of customer concode_field_sep QName _StoreSalesOpportunityResponse_QNAME concode_elem_sep QName _StoreSalesOpportunity_QNAME concode_elem_sep QName _FindCustomer_QNAME concode_elem_sep QName _FindCustomerById_QNAME concode_elem_sep QName _FindCustomerResponse_QNAME concode_elem_sep QName _FindCustome...
void function ( boolean arg0 ) { throw new UnsupportedOperationException ( ) ; }
updates statistics min and max using the passed value concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep boolean isSmallerThan concode_elem_sep T genericGetMin concode_elem_sep void setNumNulls concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMaxBytes concode_elem_sep...
String function ( ) { return serviceInterface ; }
returns the service interface of the action event . concode_field_sep String NAMED_PARAMETERS concode_elem_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep String displayName concode_elem_sep String subject concode_elem_sep String name concode_elem_sep String description concode_elem_sep String s...
boolean function ( ) { return createAtomBonds ; }
should we create bonds between atoms when parsing a file ? concode_field_sep int atomCaThreshold concode_elem_sep boolean headerOnly concode_elem_sep boolean updateRemediatedFiles concode_elem_sep boolean parseSecStruc concode_elem_sep boolean alignSeqRes concode_elem_sep boolean loadChemCompInfo concode_elem_sep int M...
JSONWriter function ( ) { mWriter . write ( JSON . RSQUARE ) ; mState = mStack . pop ( ) ; return this ; }
array end , return array value . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState c...
Tag function ( ) { return tag ; }
mytag getter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep void addChild
BOPIS_Create_Order . Extn . HDStorePaymentInfoList function ( ) { return new BOPIS_Create_Order . Extn . HDStorePaymentInfoList ( ) ; }
create an instance of bopis_create_order . extn.hdstorepaymentinfolist concode_field_sep PlaceHolder placeHolder concode_field_sep BOPIS_Create_Order createOrder concode_elem_sep BOPIS_Create_Order.OrderLines.OrderLine.Extn.HDEventList.HDEvent createOrderOrderLinesOrderLineExtnHDEventListHDEvent concode_elem_sep BOPIS_...
int function ( ) { return 3 ; }
todo handle arbitrary level of network names . concode_field_sep String nodeName concode_elem_sep Pattern splitPattern concode_elem_sep String rackName concode_field_sep String process concode_elem_sep LoggedLocation makeLoggedLocation concode_elem_sep int distance concode_elem_sep String nameComponent concode_elem_sep...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
boolean function ( ContactAction < NotificationMessage > arg0 , NotificationContact arg1 ) { if ( arg0 . isVisible ( arg1 . getNotificationMessage ( ) ) ) return true ; return false ; }
indicates if the given contactaction should be visible for the given notificationcontact . concode_field_sep Map<ContactAction<NotificationMessage>,SIPCommButton> customActionButtons concode_elem_sep ContactAction<NotificationMessage> contactAction concode_elem_sep Logger logger concode_elem_sep Hashtable<String,Notifi...
Class < ? extends Annotation > function ( ) { return annotationType ; }
returns the annotation type . concode_field_sep Class<? extends Annotation> annotationType concode_elem_sep String attributeName concode_field_sep Object getValueFrom concode_elem_sep Object getValueFrom concode_elem_sep Object getValueFrom
void function ( String arg0 ) { this . region = arg0 ; }
specify the queue region which could be used with queueownerawsaccountid to build the service url . concode_field_sep Integer delaySeconds concode_elem_sep String amazonSQSEndpoint concode_elem_sep String messageAttributeNames concode_elem_sep Integer maximumMessageSize concode_elem_sep String secretKey concode_elem_se...
String function ( @ ModelAttribute Entry arg0 , Model arg1 ) { Entry loc0 = restTemplate . postForObject ( POST_URL , arg0 , Entry . class ) ; arg1 . addAttribute ( "srini_string" , loc0 ) ; arg1 . addAttribute ( "srini_string" , "srini_string" ) ; return "srini_string" ; }
mapping for create submit concode_field_sep String GET_BY_TITLE concode_elem_sep RestTemplate restTemplate concode_elem_sep String SEARCH concode_elem_sep String POST_URL concode_elem_sep String GET_ENTRY concode_field_sep String createGet concode_elem_sep String deletePost concode_elem_sep String updateSubmitPost conc...
ValueMatcher function ( Object arg0 ) { return new ExactMatcher ( arg0 ) ; }
checks for equality between a value and valuetomatch . returns true if the value is n't null and is equal to valuetomatch , else false . concode_field_sep Object[] valuesToMatch concode_elem_sep ValueMatcher HAS concode_elem_sep Pattern pattern concode_elem_sep Object valueToMatch concode_field_sep ValueMatcher regex c...
void function ( ) { assertFalse ( "srini_string" , browser . input ( new Identification ( How . xpath , "srini_string" ) , "srini_string" ) ) ; }
test method for com.crawljax.browser.embeddedbrowser #input com.crawljax.core.state.identification , java.lang.string . concode_field_sep EmbeddedBrowser browser concode_elem_sep BrowserProvider provider concode_elem_sep RunWithWebServer SERVER concode_field_sep void testCloseOtherWindows concode_elem_sep void testGoTo...
HttpURLConnection function ( URL arg0 ) { return ( HttpURLConnection ) getHttpURLConnection ( arg0 , false ) ; }
get a httpurlconnection from a url . if it is an https : / / link , then this will use the best tls configurationavailable on the device . concode_field_sep Proxy proxy concode_elem_sep Proxy ORBOT_HTTP_PROXY concode_field_sep Proxy getProxy concode_elem_sep void setProxy concode_elem_sep void setProxy concode_elem_sep...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
info 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 setL...
void function ( ) { checkEphemeralPortAssigned ( ) ; Preconditions . checkState ( ! connectionFactory . isAlive ( ) ) ; startNetwork ( ) ; }
starts zookeeper back up on the last used port . concode_field_sep ZooKeeperServer zooKeeperServer concode_elem_sep int port concode_elem_sep ShutdownRegistry shutdownRegistry concode_elem_sep NIOServerCnxn.Factory connectionFactory concode_elem_sep Amount<Integer,Time> DEFAULT_SESSION_TIMEOUT concode_elem_sep Amount<I...
void function ( ByteBuf arg0 ) { streamChunkId . encode ( arg0 ) ; }
encoding does not include ` buffer ' itself . see messageencoder . concode_field_sep StreamChunkId streamChunkId concode_elem_sep ManagedBuffer buffer concode_field_sep int encodedLength concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type concode_elem_sep ChunkFetchSuccess decode
boolean function ( ) { int loc0 = resCounter + 1 ; if ( loc0 % ( resolution ) == 0 ) return true ; return false ; }
is this the last resolution tick in the step concode_field_sep int pressedRow concode_elem_sep int STEP concode_elem_sep int lastTriggeredStep concode_elem_sep int type concode_elem_sep int resolution concode_elem_sep boolean[] trigger concode_elem_sep int MOMENTARY concode_elem_sep int SHOT concode_elem_sep int HIT co...
void function ( NameIDType arg0 ) { this . nameID = arg0 ; }
sets the value of the nameid property . concode_field_sep SubjectConfirmationDataType subjectConfirmationData concode_elem_sep String method concode_elem_sep EncryptedElementType encryptedID concode_elem_sep NameIDType nameID concode_elem_sep long serialVersionUID concode_elem_sep BaseIDAbstractType baseID concode_fiel...
ItemSet function ( ) { return m_consequence ; }
gets the consequence of a rule concode_field_sep double m_accuracy concode_elem_sep long serialVersionUID concode_elem_sep ItemSet m_consequence concode_elem_sep ItemSet m_premise concode_elem_sep int m_genTime concode_field_sep RuleItem generateRuleItem concode_elem_sep ItemSet premise concode_elem_sep boolean equals ...
boolean function ( String arg0 ) { return ! eventCanOccur ( arg0 ) ; }
returns whether or not the given event can occur in the current state concode_field_sep HashSet<String> allEvents concode_elem_sep String current concode_elem_sep HashSet<String> allStates concode_elem_sep Transitioner transitioner concode_elem_sep HashMap<CallbackKey,Callback> callbacks concode_elem_sep HashMap<EventK...
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; }
returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig...
double function ( String arg0 , double arg1 ) { Weight loc0 = ( Weight ) hashMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new Weight ( ) ; hashMap . put ( arg0 , loc0 ) ; } loc0 . increment ( arg1 ) ; return loc0 . getValue ( ) ; }
increment the weight for the given token in the vector by the given amount . concode_field_sep double m_length concode_elem_sep HashMap hashMap concode_field_sep void add concode_elem_sep double getWeight concode_elem_sep void subtract concode_elem_sep void clear concode_elem_sep double length concode_elem_sep double m...
void function ( String arg0 ) { this . m_serviceprincipal = arg0 ; }
configuration : gssapi service principal concode_field_sep String m_domain concode_elem_sep String m_knownusermsg concode_elem_sep Logger M_log concode_elem_sep String m_serviceprincipal concode_elem_sep String m_servicelogincontext concode_elem_sep boolean m_requirelocalaccount concode_elem_sep boolean m_verifyTicket ...
boolean function ( ) { return Log . isDebugEnabled ( ) ; }
returns true , if the log level allows debug messages to be printed . concode_field_sep String contextPrefix concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isInfoEnabled concode_e...
int function ( ) { int loc0 = 5 ; loc0 = 97 * loc0 + this . origin ; loc0 = 97 * loc0 + this . destiny ; loc0 = 97 * loc0 + Objects . hashCode ( this . tipoArco ) ; return loc0 ; }
devuelve el valor del hash code del objeto concode_field_sep int destiny concode_elem_sep typeArch tipoArco concode_elem_sep int origin concode_field_sep void setDestiny concode_elem_sep int getOrigin concode_elem_sep void setOrigin concode_elem_sep typeArch getTypeArch concode_elem_sep boolean equals concode_elem_sep ...
void function ( IRecommender arg0 , String arg1 ) { if ( arg1 == null ) return ; System . err . println ( "srini_string" + arg1 ) ; arg0 . saveModel ( arg1 ) ; }
save the model parameters of a recommender to a file . does not save if filename is an empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep void load concode_elem_sep IRecommender load concode_elem_sep BufferedReader getReader concode_elem_sep PrintWriter getWriter
double function ( ) { return mean ; }
get the arithmetic mean of the aggregate statistics concode_field_sep long min concode_elem_sep long max concode_elem_sep double m2 concode_elem_sep double mean concode_elem_sep long sum concode_elem_sep String operation concode_elem_sep int n concode_field_sep void add concode_elem_sep void add concode_elem_sep double...
void function ( ) { assertAllSearchersClosed ( ) ; assertAllFilesClosed ( ) ; ensureEstimatedStats ( ) ; }
this method checks all the things that need to be checked after each test concode_field_sep Random random concode_elem_sep long seed concode_elem_sep ESLogger logger concode_elem_sep double transportClientRatio concode_field_sep void wipeRepositories concode_elem_sep long seed concode_elem_sep void wipeIndices concode_...
Properties function ( Domain arg0 , String arg1 ) { Properties loc0 = new Properties ( ) ; exportLocalizedPropertiesRecursively ( loc0 , arg0 , arg1 ) ; return loc0 ; }
this method creates a properties bundle containing all the localized strings for a specific locale in a domain concode_field_sep Log logger concode_field_sep List<String> analyzeImport concode_elem_sep String escapeKey concode_elem_sep void importLocalizedProperties concode_elem_sep List<String> splitTokens concode_ele...
void function ( ) { isClosed = true ; if ( notifier != null ) { try { notifier . close ( ) ; } catch ( IOException loc0 ) { } } try { accepterThread . join ( ) ; } catch ( InterruptedException loc0 ) { } if ( processor != null ) { processor . destroy ( true ) ; } processor = null ; }
destroy a work with bluetooth - exits the accepting thread and close notifier . concode_field_sep int IMAGES_NAMES_ATTRIBUTE_ID concode_elem_sep GUIImageServer parent concode_elem_sep boolean isClosed concode_elem_sep Thread accepterThread concode_elem_sep Thread processorThread concode_elem_sep Vector queue concode_el...
void function ( ) { BubbleXYItemLabelGenerator loc0 = new BubbleXYItemLabelGenerator ( ) ; BubbleXYItemLabelGenerator loc1 = ( BubbleXYItemLabelGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testGenerateLabel concode_elem_sep void testHashCode concode_elem_sep void testEquals
String function ( ) { return pubsub ; }
an associated pubsub node for this room or null . concode_field_sep boolean nonanonymous concode_elem_sep boolean moderated concode_elem_sep int maxhistoryfetch concode_elem_sep String subject concode_elem_sep String ldapgroup concode_elem_sep String description concode_elem_sep int occupantsCount concode_elem_sep bool...
T function ( ) { return contenido ; }
retorna contenido del nodo concode_field_sep T contenido concode_elem_sep NodoDoble<T> siguiente concode_elem_sep NodoDoble<T> anterior concode_field_sep void setAnterior concode_elem_sep void setSiguiente concode_elem_sep void setContenido concode_elem_sep NodoDoble<T> getAnterior concode_elem_sep NodoDoble<T> getSigu...
ConfigExportDeliveryInfo function ( java . util . Date arg0 ) { setLastSuccessfulTime ( arg0 ) ; return this ; }
the time of the last successful delivery . concode_field_sep java.util.Date nextDeliveryTime concode_elem_sep java.util.Date lastAttemptTime concode_elem_sep String lastErrorMessage concode_elem_sep String lastErrorCode concode_elem_sep java.util.Date lastSuccessfulTime concode_elem_sep String lastStatus concode_field_...
City function ( ) { return currentCity ; }
gets the currently selected city . concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep List getList concode_elem_sep List getDictionary concode_elem_sep void se...
void function ( boolean arg0 ) { ch_List . setChecked ( arg0 ) ; }
establece el estado del checkbox concode_field_sep CheckBox ch_List concode_field_sep void setCheckBox concode_elem_sep CheckBox getCheckBox concode_elem_sep boolean isChecked
ByteOrder function ( ) { return this . order ; }
get the result object 's byte order . concode_field_sep FileScannerInput input concode_elem_sep Object data concode_elem_sep ArrayList<ResultExporter> exporters concode_elem_sep long start concode_elem_sep FileScannerResultType type concode_elem_sep ArrayList<FileScannerResult> children concode_elem_sep Comparator<File...
String function ( ) { return title ; }
gets the title . concode_field_sep String licenseUrl concode_elem_sep String owners concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_elem_sep String authors concode_field_sep String getVersion concode_elem_sep void setLicenseUrl concode_elem_sep void setVersion concode_el...
void function ( String arg0 , String arg1 ) { if ( table == null ) table = new HashMap ( ) ; table . put ( arg0 . toLowerCase ( ) , arg1 . toLowerCase ( ) ) ; }
sets an option to the the supplied value concode_field_sep Map table concode_field_sep int intValue concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value
String function ( ProgressTicket arg0 ) { if ( arg0 != null ) { return arg0 . getDisplayName ( ) ; } return "srini_string" ; }
returns the current task 's display name , or an empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep void start concode_elem_sep void start concode_elem_sep void progress concode_elem_sep void progress concode_elem_sep void progress concode_elem_sep void progress concode_elem_sep void switchToInd...
void function ( T arg0 ) { pushBack ( ) ; array [ 0 ] = arg0 ; }
add a new value to the array concode_field_sep int size concode_elem_sep Object[] array concode_field_sep void pushBack concode_elem_sep void clear concode_elem_sep T[] toArray
boolean function ( Class < ? > arg0 ) { return arg0 . getAnnotation ( LocalBean . class ) != null ; }
returns true if the sessionbeanclass has a localbean no-interface view annotation . else returns false . concode_field_sep boolean appclient concode_field_sep Collection<Class<?>> getRemoteBusinessInterfaces concode_elem_sep Class<?> getEjbClass concode_elem_sep Collection<Class<?>> getLocalBusinessInterfaces concode_e...
void function ( String arg0 ) { this . selectionType = arg0 ; }
sets the selection type . concode_field_sep String name concode_elem_sep String lovProvider concode_elem_sep String iTypeId concode_elem_sep Integer datasetId concode_elem_sep String description concode_elem_sep String iTypeCd concode_elem_sep Integer id concode_elem_sep boolean multivalue concode_elem_sep SbiDataSet d...
void function ( OutputStream arg0 , short arg1 ) { arg0 . write ( ( byte ) ( 0xff & ( arg1 >> 8 ) ) ) ; arg0 . write ( ( byte ) ( 0xff & arg1 ) ) ; }
writes a specific short value 2 bytes to the output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeByte concode_elem_sep void writeByte concode_elem_sep void write...
void function ( E arg0 ) { }
this method is called before an element is removed . the implementing class can override this method to perform specific logic . concode_field_sep Collection<RegistryChangeListener<E>> listeners concode_elem_sep ManagedProvider<E,K> managedProvider concode_elem_sep Map<Provider<E>,Collection<E>> elementMap concode_elem...
void function ( String arg0 ) { }
shows an alert dialog box . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep Stri...
void function ( StringBuilder arg0 ) { arg0 . append ( lineSeparator ) ; }
utility method . adds a newline character to a stringbuilder . concode_field_sep String lineSeparator concode_field_sep void xmlIndent concode_elem_sep void javaIndent concode_elem_sep Set<String> calculateImports
Array < FileHandle > function ( FileHandle [ ] arg0 , Comparator < FileHandle > arg1 ) { return sortFiles ( arg0 , arg1 , false ) ; }
sorts file list , using this rules : directories first , sorted using provided comparator , then files sorted using provided comparator . concode_field_sep Comparator<FileHandle> FILE_NAME_COMPARATOR concode_elem_sep Comparator<FileHandle> FILE_MODIFIED_DATE_COMPARATOR concode_elem_sep Comparator<FileHandle> FILE_SIZE_...
AuditEvent function ( final Request arg0 , final Result arg1 ) { return RequestAuditEvent . builder ( ) . withTimestamp ( System . currentTimeMillis ( ) ) . withRemoteIp ( arg0 . getRemoteAddress ( ) ) . withRequestType ( arg0 . getRequestType ( ) ) . withUrl ( arg0 . getURI ( ) ) . withResultStatus ( arg1 . getStatus ...
creates a simple auditevent with the details of request and response concode_field_sep Set<Request.Type> requestTypes concode_field_sep Set<ResultStatus.STATUS> getResultStatuses concode_elem_sep Set<Request.Type> getRequestTypes concode_elem_sep Set<Resource.Type> getResourceTypes
int function ( ) { return this . extents . length ; }
get the number of extents stored in this region concode_field_sep int spaceHandle concode_elem_sep int regionToken concode_elem_sep Extent[] extents concode_elem_sep long serialVersionUID concode_elem_sep int federateHandle concode_field_sep Extent getExtent concode_elem_sep void checkIndex concode_elem_sep void setRan...
boolean function ( final boolean arg0 ) { FutureTask < Void > loc0 = new FutureTask < Void > ( new Runnable ( ) { @ Override public void run ( ) { mImpl . start ( arg0 ) ; } } , null ) ; ThreadUtils . runOnUiThread ( loc0 ) ; return true ; }
start listening for location updates until we 're told to quit . may be called in any thread . concode_field_sep LocationProviderFactory.LocationProvider mImpl concode_field_sep void nativeNewLocationAvailable concode_elem_sep void stop concode_elem_sep void newErrorAvailable concode_elem_sep boolean isRunning concode_...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _keHoachVeSinhXaNewLocalService . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep keHoachVeSinhXaNewLocalService _keHoachVeSinhXaNewLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.sol.ns.vesinhmoitruong.dao.model.keHoachVeSinhXaNew fetchkeHoachVeSinhXaNew concode_elem_sep java.uti...
DateTime function ( ) { return DateUtil . newDateTime ( DateUtil . today ( ) , dosageTime ) ; }
returns a datetime for the dosage that should be taken today , by combining the today date and the dosage time . concode_field_sep Set<Medicine> medicines concode_elem_sep LocalDate responseLastCapturedDate concode_elem_sep Long id concode_elem_sep Time dosageTime concode_field_sep Time getDosageTime concode_elem_sep L...
void function ( Vector arg0 ) { values = arg0 ; }
sets header values concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector getV...
TypeContext function ( ) { if ( currentIndex < 0 ) { throw new Error ( "srini_string" ) ; } return stack [ currentIndex ] ; }
get the current top context . concode_field_sep int METHOD_ARGUMENT concode_elem_sep int MEMBER concode_elem_sep int newCode concode_elem_sep boolean trace concode_elem_sep int EXTENDS concode_elem_sep int IMPLEMENTS concode_elem_sep int METHOD_RETURN concode_elem_sep int MEMBER_STATIC concode_elem_sep int TOP concode_...
void function ( BaseAction arg0 ) { actions . add ( arg0 ) ; }
add a channel action to the current list of channel actions . concode_field_sep boolean switchedOn concode_elem_sep List<BaseAction> suspendedActions concode_elem_sep List<BaseAction> actions concode_elem_sep int DMX_MIN_VALUE concode_elem_sep int DMX_MAX_VALUE concode_elem_sep Logger logger concode_elem_sep int value ...
void function ( ) { try { final RenderReportsCmd loc0 = new RenderReportsCmd ( ) ; loc0 . setProject ( null ) ; loc0 . registerRenderer ( null , PMDRuntimeConstants . HTML_REPORT_NAME ) ; loc0 . performExecute ( ) ; Assert . fail ( ) ; } catch ( final UnsetInputPropertiesException loc0 ) { } }
test robustness # 4 concode_field_sep IProject testProject concode_field_sep void testRenderReportCmdBasic concode_elem_sep void testRenderReportCmdNullArg2 concode_elem_sep void setUp concode_elem_sep void testRenderReportCmdNullArg1 concode_elem_sep void testRenderReportCmdNullArg3 concode_elem_sep void testRenderRep...
void function ( Response arg0 ) { this . attributeManager . setAttribute ( "srini_string" , arg0 ) ; }
set the active response received as a result of cloud invocation concode_field_sep long serialVersionUID concode_elem_sep GenericAttributeManager attributeManager concode_field_sep void setRequest concode_elem_sep Request getRequest concode_elem_sep void setPlaceTypes concode_elem_sep String[] getNames concode_elem_sep...
int function ( ) { return conf . getInt ( "srini_string" , 0 ) ; }
number of threads used in the server thread pool . default to 0 , which is 2x #cores . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep int...
String function ( ) { return actionFired ; }
get the modified id of the fired action . concode_field_sep String param concode_elem_sep Effect imageEffect concode_elem_sep String actionFired concode_elem_sep String orientation concode_elem_sep Effect textEffect concode_field_sep void setOrientation concode_elem_sep String getParam concode_elem_sep String getOrient...
int function ( int arg0 , Object arg1 ) { int loc0 = ( arg1 != null ? arg1 . hashCode ( ) : 0 ) ; return 37 * arg0 + loc0 ; }
returns a hash value based on a seed value and an object instance . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCodeForDoubleArray concode_elem_sep int hashCodeForPaint
int function ( final C arg0 ) { final Dimension loc0 = preferredSizeCache . get ( arg0 ) ; return loc0 != null ? loc0 . height : - 1 ; }
returns component preferred height . concode_field_sep Map<Component,Dimension> minimumSizeCache concode_elem_sep Map<Component,Dimension> maximumSizeCache concode_elem_sep Map<Component,Dimension> preferredSizeCache concode_field_sep C setMinimumHeight concode_elem_sep int getMinimumHeight concode_elem_sep int getPref...
List function ( ) { return cityDictionary ; }
gets the citydictionary of cities . concode_field_sep ArrayList cityDictionary concode_elem_sep Log log concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep boolean initialized concode_elem_sep String DATA_RESOURCE_PATH concode_field_sep void init concode_elem_sep int compare concode_elem_sep ArrayList generat...
MetadataEntity function ( final CSWRequest arg0 ) { return new MetadataEntity ( arg0 ) ; }
crates a new instance of metadataentity . its values will be retrieved from the catalog service specified in the request parameter . concode_field_sep CSWRequest request concode_elem_sep Log LOG concode_field_sep void save
Statement function ( ) { return statement ; }
gets the value of the statement property . concode_field_sep Statement statement concode_elem_sep ProductPackageItemAction productPackageItemAction concode_field_sep void setProductPackageItemAction concode_elem_sep void setStatement concode_elem_sep ProductPackageItemAction getProductPackageItemAction
List function ( Geometry arg0 ) { return e . GeometryPropertyType_getProperties ( arg0 ) ; }
helper method used to implement complexbinding #getproperties object for bindings ofgeometry reference types : geometrypropertytype pointpropertytype linestringpropertytype polygonpropertytype concode_field_sep GML3EncodingUtils INSTANCE concode_elem_sep GMLEncodingUtils e concode_elem_sep XSD gml concode_field_sep voi...
void function ( ) { stop ( ) ; start ( ) ; }
resets the restito server by stopping and starting it . concode_field_sep String sourceId concode_elem_sep String defaultQueryResponseResource concode_elem_sep int port concode_elem_sep StubServer cswStubServer concode_elem_sep String defaultCapabilityResponse concode_elem_sep String httpRoot concode_elem_sep Logger LO...
FolderIdWrapper function ( ) { return this . moveFolderId ; }
gets folder id for move action concode_field_sep FolderIdWrapper moveFolderId concode_elem_sep boolean processRightAway concode_elem_sep FolderIdWrapper contextFolderId concode_elem_sep ConversationId conversationId concode_elem_sep DeleteMode deleteType concode_elem_sep Boolean isRead concode_elem_sep ConversationActi...
Lockscope function ( ) { return new Lockscope ( ) ; }
create an instance of lockscope concode_field_sep QName _SyncToken_QNAME concode_elem_sep QName _Dst_QNAME concode_elem_sep QName _SyncLevel_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_elem...
boolean function ( int arg0 , int arg1 ) { return data [ targetSearchColumn ] [ arg0 ] < data [ targetSearchColumn ] [ arg1 ] ; }
check if row indexed i is less than row indexed j concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add concode_elem_sep void swap concode_elem_se...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
boolean function ( String arg0 ) { return arg0 == null || arg0 . length ( ) == 0 ; }
null-safe length check . concode_field_sep String DEFAULT_KEYVALUE_SEPARATOR concode_elem_sep String DEFAULT_SEPARATOR concode_field_sep String padFront concode_elem_sep StringBuilder appendKeyValue concode_elem_sep StringBuilder appendKeyValue concode_elem_sep String repeat concode_elem_sep String domainNamePointerToH...
void function ( HelpManager arg0 ) { this . helpManager = arg0 ; }
set help manager concode_field_sep ResourceLoader msgs concode_elem_sep String searchString concode_elem_sep String showLinkToQuestionTool concode_elem_sep String emailAddress concode_elem_sep HelpManager helpManager concode_elem_sep String numberOfResult concode_elem_sep List searchResults concode_field_sep String get...
AllocateUnassignedDecision function ( @ Nullable String arg0 , @ Nullable Map < String , Decision > arg1 ) { if ( arg0 != null ) { return new AllocateUnassignedDecision ( Type . THROTTLE , AllocationStatus . DECIDERS_THROTTLED , arg0 , null , null , asExplanations ( arg1 ) , null ) ; } else { return getCachedDecision (...
returns a throttle decision , with the given explanation and individual node-level decisions that comprised the final throttle decision if in explain mode . concode_field_sep String finalExplanation concode_elem_sep String assignedNodeId concode_elem_sep Map<String,NodeAllocationResult> nodeDecisions concode_elem_sep T...
Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; }
return an iterator of all children of this node . if there are no children , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_el...
long function ( ) { return sharedPreferences . getLong ( STANDARD_LAUNCH_MAX_KEY , - 1 ) ; }
get the number of launch times max before the rating concode_field_sep String STANDARD_LAUNCH_OVER_KEY concode_elem_sep String PREFERENCE_NAME concode_elem_sep SharedPreferences sharedPreferences concode_elem_sep RatingPreferences instance concode_elem_sep String STANDARD_LAUNCH_MAX_KEY concode_elem_sep String SESSION_...
FileSplitterInput function ( ) { return new FileSplitterInput ( ) ; }
creates an instance of filesplitter concode_field_sep long scanIntervalMillis concode_elem_sep int recordLength concode_elem_sep int minReaders concode_elem_sep long repartitionCheckInterval concode_elem_sep boolean sequentialFileRead concode_elem_sep long blockSize concode_elem_sep int maxReaders concode_elem_sep int ...
String function ( String arg0 ) { return gfsi . get ( ) . getProperty ( arg0 ) ; }
get a gf system property concode_field_sep InheritableThreadLocal<GFSystemImpl> gfsi concode_field_sep void init concode_elem_sep Map<String,String> getProperties concode_elem_sep void setProperty concode_elem_sep GFSystemImpl initialValue
void function ( String arg0 ) { this . roleName = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column quick4j . . role.role _ name concode_field_sep String roleName concode_elem_sep String roleSign concode_elem_sep String description concode_elem_sep Integer id concode_field_sep String getRoleName concode_elem_sep void se...