code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
List < String > function ( ) { return Lists . newArrayList ( DATASET_FINDER_PATTERN_KEY ) ; } | list of required properties for subclasses of this dataset . the constructor will check that the input java.util.properties contain all properties returned . concode_field_sep String DATASET_BLACKLIST_KEY concode_elem_sep String DATASET_FINDER_PATTERN_KEY concode_elem_sep Path commonRoot concode_elem_sep Map<String,Str... |
void function ( String arg0 , String arg1 ) { try { FileWriter loc0 = new FileWriter ( arg0 ) ; loc0 . loc0 ( arg1 . toCharArray ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } } | method declaration concode_field_sep String[] updateHelp concode_elem_sep String[] insertHelp concode_elem_sep String[] deleteHelp concode_elem_sep String[] createIndexHelp concode_elem_sep String[] shutdownHelp concode_elem_sep String[] setHelp concode_elem_sep String[] checkpointHelp concode_elem_sep Random rRandom c... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId |
Double function ( String arg0 , String arg1 ) { try { return Double . parseDouble ( arg1 ) ; } catch ( Exception loc0 ) { throw new ConfigurationException ( "srini_string" , "srini_string" + arg0 + "srini_string" ) ; } } | parse a double value from a string . concode_field_sep Map<String,LocationConfig> locationConfigs concode_elem_sep Logger logger concode_elem_sep Map<ProviderName,ProviderConfig> providerConfigs concode_elem_sep boolean valid concode_field_sep void parseApiKey concode_elem_sep ProviderName getProviderName concode_elem_... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _projectsEntryLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered 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... |
boolean function ( final char arg0 ) { return hasMoreData ( ) && myText . charAt ( myPosition ) == arg0 ; } | check if the next character is the specified one concode_field_sep String myText concode_elem_sep int myPosition concode_field_sep boolean isEol concode_elem_sep void nextLine concode_elem_sep String spaceToken concode_elem_sep String line concode_elem_sep String line concode_elem_sep String getAllText concode_elem_sep... |
double function ( double [ ] arg0 ) { return bounded . value ( unboundedToBounded ( arg0 ) ) ; } | compute the underlying function value from an unbounded point . this method simply bounds the unbounded point using the mappings set up at construction and calls the underlying function using the bounded point . concode_field_sep UnivariateFunction unboundingFunction concode_elem_sep double lower concode_elem_sep doubl... |
com . liferay . akismet . model . AkismetData function ( long arg0 ) { return getService ( ) . getAkismetData ( arg0 ) ; } | returns the akismet data with the primary key . concode_field_sep AkismetDataLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.akismet.model.AkismetData createAkismetData concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableD... |
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; } | instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel |
int function ( int arg0 , MyType arg1 , int arg2 ) { int loc0 = arg0 ; do { if ( table [ arg0 ] . occupied && table [ arg0 ] . data . equals ( arg1 ) ) return arg0 ; arg0 = ( arg0 + arg2 ) % capacity ; } while ( loc0 != arg0 ) ; return - 1 ; } | find val by double probing of the table - look at hashkey , hashkey + stepsz , hahskey +2 stepsz , hashkey +3 stepsz ... until the value is found or we 've circled around concode_field_sep MyType data concode_elem_sep int numEntries concode_elem_sep boolean occupied concode_elem_sep Cell[] table concode_elem_sep int ca... |
void function ( @ ArquillianResource URL arg0 ) { checkTestProperty ( arg0 , HttpServletResponse . SC_INTERNAL_SERVER_ERROR ) ; } | check as defined standalone.xml property access in application , where not all propertypermissions are granted . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_... |
void function ( Properties arg0 ) { this . cacheManagerProperties = arg0 ; } | specify properties for the to-be-created cachemanager . default is null i.e. no special properties to apply . concode_field_sep Properties cacheManagerProperties concode_elem_sep ClassLoader beanClassLoader concode_elem_sep CacheManager cacheManager concode_elem_sep URI cacheManagerUri concode_field_sep CacheManager ge... |
void function ( String arg0 , ChannelListener < ? super StreamConnection > arg1 , final HttpUpgradeHandshake arg2 ) { addProtocol ( arg0 , null , arg1 , arg2 ) ; } | add a protocol to this handler . concode_field_sep HttpUpgradeHandshake handshake concode_elem_sep HttpHandler nonUpgradeHandler concode_elem_sep CopyOnWriteMap<String,List<Holder>> handlers concode_elem_sep ChannelListener<? super StreamConnection> channelListener concode_elem_sep HttpUpgradeListener listener concode_... |
T function ( ) { return ( T ) response ; } | the actual response indexresponse or deleteresponse . null in case of failure . concode_field_sep ActionWriteResponse response concode_elem_sep Failure failure concode_elem_sep String opType concode_elem_sep String index concode_elem_sep int id concode_elem_sep String type concode_elem_sep String message concode_elem_s... |
void function ( final int arg0 ) { this . totalfailedcount += arg0 ; } | sets the totalfailedcount . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount... |
double function ( Properties arg0 , String arg1 ) { return getDouble ( arg0 , arg1 , 0.0 ) ; } | load a double property . if the key is not present , returns 0.0 . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep String description concode_field_sep Map<String,String> asMap concode_elem_sep Properties extractSelectedProperties concode_elem_sep String defaultValue concode_elem_sep... |
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return TimeZoneBean . displayNameTokenizer ( loc0 . getDisplayName ( ) ) ; } | gets the name of this time zone to be displayed in the ui . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevan... |
byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; } | returns asn .1 encoded form of this certificationrequestinfo . concode_field_sep ASN1Sequence ASN1 concode_elem_sep Name subject concode_elem_sep SubjectPublicKeyInfo subjectPublicKeyInfo concode_elem_sep List<?> attributes concode_elem_sep byte[] encoding concode_elem_sep int version concode_field_sep int getVersion c... |
void function ( ) { nbSuccessIdenticComparison ++ ; } | we successfully matched two objects while trying to find identic objects . concode_field_sep int nbSuccessMaxComparison concode_elem_sep int nbBacktrack concode_elem_sep int nbSuccessIdenticComparison concode_elem_sep int nbNoMatch concode_elem_sep int nbMaxDistComparison concode_elem_sep int nbDoubleCheck concode_elem... |
void function ( Integer arg0 ) { this . height = arg0 ; } | sets the value of the height property . concode_field_sep Boolean isAspectRatio concode_elem_sep Integer width concode_elem_sep Integer height concode_field_sep Integer getHeight concode_elem_sep Boolean isIsAspectRatio concode_elem_sep void setIsAspectRatio concode_elem_sep Integer getWidth concode_elem_sep void setWi... |
LgLoggerIF function ( ) { if ( logger == null ) { Logger loc0 = new Logger ( ) ; loc0 . setDebugEnabled ( SystemVariables . isDebugEnabled ( ) ) ; logger = loc0 ; } return logger ; } | returns a lightweight logger if lightweight is true , otherwise returns the systemresourceservice 's logger . concode_field_sep LgLoggerIF logger concode_field_sep placeholderType placeHolder |
void function ( long arg0 ) { _dlFileRank . setUserId ( arg0 ) ; } | sets the user id of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttrib... |
Boolean function ( ) { return milestoneCompleted ; } | gets the value of the milestonecompleted property . concode_field_sep XMLGregorianCalendar milestoneEstComplete concode_elem_sep String milestoneName concode_elem_sep Boolean milestoneCompleted concode_elem_sep String milestoneComments concode_elem_sep String milestoneOrder concode_field_sep void setMilestoneCompleted ... |
Set < Runnable > function ( ) { Set < Runnable > loc0 = new HashSet < Runnable > ( ) ; for ( QueueEntry loc1 : inProgress ) { loc0 . add ( loc1 . item ) ; } return loc0 ; } | gets runnable s that are currently executed by a live thread . concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,QueueEntry> entries concode_elem_sep Set<QueueEntry> inProgress concode_elem_sep long submissionTime concode_field_sep v... |
void function ( Object arg0 ) { try { getConnectionHolderForSavepoint ( ) . getConnection ( ) . releaseSavepoint ( ( Savepoint ) arg0 ) ; } catch ( Throwable loc0 ) { logger . debug ( "srini_string" , loc0 ) ; } } | this implementation releases the given jdbc 3.0 savepoint . concode_field_sep Integer previousIsolationLevel concode_elem_sep Log logger concode_elem_sep ConnectionHolder connectionHolder concode_elem_sep boolean savepointAllowed concode_field_sep void setSavepointAllowed concode_elem_sep void flush concode_elem_sep Co... |
TypeConverter function ( ) { BeanFactory loc0 = getBeanFactory ( ) ; if ( loc0 instanceof ConfigurableBeanFactory ) { return ( ( ConfigurableBeanFactory ) loc0 ) . getTypeConverter ( ) ; } else { return new SimpleTypeConverter ( ) ; } } | obtain a bean type converter from the beanfactory that this bean runs in . this is typically a fresh instance for each call , since typeconverters are usually not thread-safe . falls back to a simpletypeconverter when not running in a beanfactory . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger c... |
void function ( ) { assumeThat ( System . getProperty ( OS_NAME_PROPERTY ) , containsString ( "srini_string" ) ) ; assumeThat ( isTcpBacklogSettingReadable ( ) , is ( false ) ) ; assertEquals ( NetUtil . DEFAULT_TCP_BACKLOG_WINDOWS , NetUtil . getTcpBacklog ( ) ) ; } | assuming windows concode_field_sep String OS_NAME_PROPERTY concode_field_sep void testNonWindowsSpecifiedTcpBacklog concode_elem_sep void testLocalIpsWithLocalFilter concode_elem_sep void testNonWindowsDefaultTcpBacklog concode_elem_sep void testAllLocalIps concode_elem_sep boolean isTcpBacklogSettingReadable concode_e... |
void function ( String arg0 ) { this . href = arg0 ; } | sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends AbstractCRSType> abstractSingleCRS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep... |
void function ( String arg0 , LogLevel arg1 , String arg2 , Throwable arg3 , String arg4 ) { AdapterLogRecord loc0 = new AdapterLogRecord ( ) ; loc0 . setCategory ( arg0 ) ; loc0 . setMessage ( arg2 ) ; loc0 . setNDC ( arg4 ) ; loc0 . setThrown ( arg3 ) ; if ( arg1 == null ) { loc0 . setLevel ( getDefaultLevel ( ) ) ; ... | log a complete message to the monitor . concode_field_sep int JDK14_LOG_LEVELS concode_elem_sep int LOG4J_LOG_LEVELS concode_elem_sep LogBrokerMonitor _logMonitor concode_elem_sep LogLevel _defaultLevel concode_field_sep void setDefaultLevel concode_elem_sep LogLevel getSevereLevel concode_elem_sep int getDefaultMonito... |
float [ ] function ( ) { return Arrays . copyOf ( hitLocation , hitLocation . length ) ; } | the hit location , as an x , y , z array . concode_field_sep GVRSceneObject sceneObject concode_elem_sep ReentrantLock sFindObjectsLock concode_elem_sep String TAG concode_elem_sep float[] hitLocation concode_field_sep GVREyePointeeHolder[] pickScene concode_elem_sep GVREyePointeeHolder[] pickScene concode_elem_sep lon... |
void function ( ) { states . clear ( ) ; } | clear all states in the set . concode_field_sep Vector states concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep void addAll concode_elem_sep AccessibleState[] toArray concode_elem_sep String toString concode_elem_sep boolean remove |
boolean function ( ) { return this instanceof JobExecutionResult ; } | checks if this jobsubmissionresult is also a jobexecutionresult . see getjobexecutionresult to retrieve the jobexecutionresult . concode_field_sep JobID jobID concode_field_sep JobID getJobID concode_elem_sep JobExecutionResult getJobExecutionResult |
Session function ( ) { Session loc0 = new Session ( sysSession . database , sysSession . getUser ( ) , false , false , sessionIdCount , null , 0 ) ; loc0 . currentSchema = sysSession . database . schemaManager . getDefaultSchemaHsqlName ( ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ... | retrieves a transient transaction session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep void resetLoggedSc... |
V function ( K arg0 ) { ManagedReference < V > loc0 = internalMap . get ( arg0 ) ; if ( loc0 != null ) return loc0 . get ( ) ; return null ; } | returns the value stored for the given key at the point of call . concode_field_sep ConcurrentHashMap<K,ManagedReference<V>> internalMap concode_elem_sep ReferenceBundle bundle concode_field_sep void put concode_elem_sep void setBundle |
void function ( FacesContext arg0 , final UIComponent arg1 , String arg2 , String arg3 ) { ResponseWriter loc0 = arg0 . getResponseWriter ( ) ; writeScriptStart ( loc0 , arg1 , arg3 ) ; loc0 . write ( arg2 ) ; writeScriptEnd ( loc0 ) ; } | write script markup and script code in one method call . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript concode_elem_sep void write concode_elem_sep void write concode_elem_sep void wr... |
String function ( ) { return name ; } | get name concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equals ... |
void function ( final GeneratedMessageLite . GeneratedExtension < ? , ? > arg0 ) { extensionsByNumber . put ( new ObjectIntPair ( arg0 . getContainingTypeDefaultInstance ( ) , arg0 . getNumber ( ) ) , arg0 ) ; } | add an extension from a lite generated file to the registry . concode_field_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_field_sep ExtensionRegistryLite getUnmodifiab... |
void function ( String arg0 ) { scheduledService = Optional . of ( SafeExecutors . newSingleThreadScheduledExecutor ( arg0 ) ) ; } | provide a single thread scheduled executor concode_field_sep Logger log concode_elem_sep Optional<ListeningExecutorService> service concode_elem_sep Optional<ListeningScheduledExecutorService> scheduledService concode_field_sep Optional<ListeningExecutorService> getExecutorServiceOptional concode_elem_sep ListeningExec... |
void function ( String arg0 ) { packages . add ( arg0 ) ; } | registers a package name to use for shortname resolution . concode_field_sep String UNABLE_TO_INSTANTIATE_EXCEPTION_MESSAGE concode_elem_sep String IGNORING_EXCEPTION_MESSAGE concode_elem_sep Log LOG concode_elem_sep ClassLoader moduleClassLoader concode_elem_sep Set<String> packages concode_field_sep Object doMakeObje... |
String function ( ) { return this . codeset ; } | gets the codeset for this xhtmlframesetdocument concode_field_sep head head concode_elem_sep noframes noframes concode_elem_sep String codeset concode_elem_sep long serialVersionUID concode_elem_sep frameset frameset concode_elem_sep html html concode_elem_sep body body concode_elem_sep title title concode_field_sep ht... |
TimestampFilter function ( Date arg0 ) { return new TimestampFilter ( arg0 , TimestampFilter . IS_AFTER ) ; } | factory method : matches all events after a given date concode_field_sep int IS_AFTER concode_elem_sep Date timestamp concode_elem_sep int IS_BEFORE concode_elem_sep int mode concode_elem_sep int IS_EXACTLY concode_field_sep TimestampFilter before concode_elem_sep TimestampFilter before concode_elem_sep TimestampFilter... |
boolean function ( ) { return groupPort != 0 ; } | returns true , if a group port is configured . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_sep int hmIpPort concode_elem_sep int wiredPort concode_elem_sep int DEFAULT_PORT_CUXD concode_elem_sep String ca... |
boolean function ( Class < ? extends java . lang . annotation . Annotation > arg0 ) { return method . isAnnotationPresent ( arg0 ) ; } | returns true if the method includes an annotation of the provided class type . concode_field_sep java.lang.reflect.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isVarArgs concode_elem_se... |
void function ( Reference arg0 ) { log . trace ( "srini_string" ) ; this . reference = arg0 ; } | set the reference instance . concode_field_sep Reference reference concode_elem_sep AnnoManagedConnectionFactory mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep Logger log concode_elem_sep long serialVersionUID concode_field_sep AnnoConnection getConnection concode_elem_sep Reference getRefere... |
DescribeVirtualGatewaysResult function ( java . util . Collection < VirtualGateway > arg0 ) { setVirtualGateways ( arg0 ) ; return this ; } | a list of virtual private gateways . concode_field_sep com.amazonaws.internal.SdkInternalList<VirtualGateway> virtualGateways concode_field_sep java.util.List<VirtualGateway> getVirtualGateways concode_elem_sep void setVirtualGateways concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Descri... |
void function ( short arg0 , String arg1 ) { throw new XRRuntimeException ( "srini_string" ) ; } | not supported , class is immutable . a method to set the string value with the specified unit . concode_field_sep String _cssText concode_elem_sep RGBColor rgbColorValue concode_elem_sep float floatValue concode_elem_sep Rect rectValue concode_elem_sep Counter counter concode_elem_sep short primitiveType concode_field_... |
LN0Type function ( ) { return new LN0Type ( ) ; } | create an instance of ln0type concode_field_sep QName _SCL_QNAME concode_elem_sep QName _DATypeVal_QNAME concode_elem_sep QName _LNTypeDOI_QNAME concode_field_sep ConfLogControlType createConfLogControlType concode_elem_sep JAXBElement<String> createDAITypeVal concode_elem_sep EnumTypeType createEnumTypeType concode_el... |
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 int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se... |
String function ( ) { return this . name ; } | gets the value of the name property . concode_field_sep String name concode_elem_sep Value value concode_field_sep void setName concode_elem_sep Value getValue concode_elem_sep void setValue concode_elem_sep String toString |
double function ( int arg0 , int arg1 ) { throw new UnsupportedOperationException ( ) ; } | the value at a specified point concode_field_sep PlaceHolder placeHolder concode_field_sep int getHeight concode_elem_sep Stream<GridPoint> stream concode_elem_sep Stream<GridPoint> stream concode_elem_sep Stream<GridPoint> stream concode_elem_sep Stream<GridPoint> stream concode_elem_sep void forEach concode_elem_sep ... |
void function ( JSONObject 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... |
void function ( ) { mTestStream . close ( ) ; mThrown . expect ( IllegalStateException . class ) ; mThrown . expectMessage ( PreconditionMessage . ERR_CLOSED_BLOCK_OUT_STREAM . toString ( ) ) ; mTestStream . write ( 0 ) ; } | tests that writing to a closed stream throws an exception . concode_field_sep byte[] INCREASING_BYTES concode_elem_sep long BLOCK_LENGTH concode_elem_sep TestBufferedBlockOutStream mTestStream concode_elem_sep ExpectedException mThrown concode_field_sep void byteArrayAtOffset concode_elem_sep void byteArrayWrite concod... |
void function ( String arg0 ) { this . url = arg0 ; } | the url to the amazon s3-based disk image being imported . the url can either be a https url https : / / . . or an amazon s3 url s3 : / / . . concode_field_sep String snapshotId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String deviceName concode_elem_sep String url concode_elem... |
void function ( ExtensionOnlyType arg0 ) { this . ipSec = arg0 ; } | sets the value of the ipsec property . concode_field_sep ExtensionOnlyType mobileNetworkNoEncryption concode_elem_sep ExtensionOnlyType ipSec concode_elem_sep ExtensionOnlyType adsl concode_elem_sep List<ExtensionType> extension concode_elem_sep ExtensionOnlyType wtls concode_elem_sep ExtensionOnlyType isdn concode_ele... |
boolean function ( Injector arg0 , Key < ? > arg1 ) { Binding < ? > loc0 = getBinding ( arg0 , arg1 ) ; return loc0 != null ; } | returns true if a binding exists for the given key concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstancesOf concode_elem_sep ... |
void function ( String arg0 , String [ ] arg1 ) { Class loc0 ; Method loc1 ; Class [ ] loc2 = { emptyStringArray . getClass ( ) } ; Object [ ] loc3 = { ( arg1 == null ) ? emptyStringArray : arg1 } ; loc0 = Class . forName ( arg0 ) ; loc1 = loc0 . getMethod ( "srini_string" , loc2 ) ; loc1 . invoke ( null , loc3 ) ; } | invokes the static main string method from each specified class . concode_field_sep String LS concode_elem_sep String SYNTAX_MSG concode_elem_sep String[] emptyStringArray concode_field_sep void syntaxFailure concode_elem_sep void main |
JAXBElement < ReferenceType > function ( ReferenceType arg0 ) { return new JAXBElement < ReferenceType > ( _ResourceReference_QNAME , ReferenceType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep... |
Message function ( Body arg0 ) { setBody ( arg0 ) ; return this ; } | the message body . concode_field_sep Content subject concode_elem_sep Body body concode_field_sep Content getSubject concode_elem_sep void setSubject concode_elem_sep Body getBody concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Message clone concode_elem_sep String toString concode_elem_s... |
int function ( int arg0 ) { assert - 1 <= arg0 ; return Integer . MAX_VALUE == arg0 ? - 1 : arg0 ; } | given a ` maxerrors ' value such that-1 < = maxerrors < = integer #max_value this method returns the original input unless it is integer #max_value in which case -1 is returned for user convinience . input of maxerrors < -1 will trip an assertion and otherwise have undefined behavior . concode_field_sep String META_PRE... |
boolean function ( Zone arg0 , Token arg1 , PlayerView arg2 ) { if ( arg2 . isGMView ( ) ) { return true ; } return arg0 . isTokenVisible ( arg1 ) ; } | returns true if the token is visible in the zone . if the view is the gm view then this function always returns true . concode_field_sep File dataDirPath concode_elem_sep String DEFAULT_DATADIR_NAME concode_elem_sep String DATADIR_PROPERTY_NAME concode_elem_sep Logger log concode_elem_sep String CLIENT_ID_FILE concode_... |
String function ( ) { return lastModifiedBy ; } | gets the lastmodifiedby . concode_field_sep Date createdDate concode_elem_sep String createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep String configDoc concode_elem_sep Long id concode_elem_sep String appCode concode_elem_sep Double version concode_field_sep Double... |
List function ( ) { return deleted ; } | returns a list of filenames which has been deleted concode_field_sep List addedFromChangeSet concode_elem_sep List addedFromStream concode_elem_sep List deleted concode_field_sep List getAddedFromStream concode_elem_sep void deleted concode_elem_sep boolean hasBeenAdded concode_elem_sep void addedFromChangeSet concode_... |
boolean function ( Book arg0 , int arg1 ) { int loc0 = searchBook ( arg0 , arg1 ) ; if ( loc0 == - 1 ) { return false ; } if ( ( loc0 < books . length ) && ( loc0 > 0 ) ) { books [ loc0 ] . changeAvailability ( true ) ; return true ; } return false ; } | this method is called from library.java when a library member wants to return a book this method calls the searchbook , which returns the index of this book in the library . this method then uses index to change the status of the returned book to true true representing availability of the book concode_field_sep Book[] ... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; } | returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] values concode_elem_... |
void function ( Map < String , Object > arg0 ) { this . values = arg0 ; } | sets the values . concode_field_sep Map<String,Object> values concode_elem_sep String id concode_field_sep Map<String,Object> getValues concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String toString |
void function ( LogNode arg0 ) { mLogNode = arg0 ; } | sets the lognode data will be sent to . 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 pri... |
void function ( Lab4Parser . ListOfAssignmentsContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterListOfVars concode_elem_sep void enterListOfAssignments concode_elem_sep void exitUnaryOperator concode_elem_sep void exitComputingDescription concode_elem_sep void enterOperand concode_elem_sep void exitList... |
SectionIdentifier . IDValue function ( ) { return idValue ; } | gets the value of the idvalue property . concode_field_sep String datestamp concode_elem_sep SectionIdentifier.IDValue idValue concode_elem_sep String sourcetype concode_elem_sep String sourcename concode_elem_sep SectionIDTypeCode value concode_elem_sep SectionIdentifier.SectionIDType sectionIDType concode_field_sep S... |
void function ( Map < String , String > arg0 ) { this . inputIusToOutputIus . putAll ( arg0 ) ; } | set the mapping of input ius swids to output ius swids that the workflow run should be linked to concode_field_sep List<Integer> iusSwidsToLinkWorkflowRunTo concode_elem_sep StringBuilder outputFiles concode_elem_sep FileAttributes[] files concode_elem_sep Map<String,String> inputIusToOutputIus concode_elem_sep Map<Str... |
void function ( org . talend . mdm . webservice . WSOperatorType arg0 ) { this . operatortype = arg0 ; } | sets the operatortype value for this wsputitembyoperatortype . concode_field_sep java.lang.String xmlString concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSDataModelPK wsDataModelPK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSOperatorT... |
T function ( ) { return root ; } | completes this builder , closing any unclosed objects and returns the built object . concode_field_sep T root concode_elem_sep Stack<Object> json concode_field_sep JsonArray arr concode_elem_sep JsonBuilder<T> nul concode_elem_sep JsonBuilder<T> nul concode_elem_sep JsonBuilder<T> array concode_elem_sep JsonBuilder<T> ... |
Prepared function ( int arg0 ) { try { prep . setInt ( ++ index , arg0 ) ; return this ; } catch ( SQLException loc0 ) { throw convert ( loc0 ) ; } } | set the value of the current parameter . concode_field_sep Connection conn concode_elem_sep Statement stat concode_elem_sep HashMap<String,PreparedStatement> prepared concode_elem_sep PreparedStatement prep concode_elem_sep int index concode_field_sep Prepared prepare concode_elem_sep List<Map<String,Object>> query con... |
void function ( java . lang . String arg0 ) { _lock . setUserName ( arg0 ) ; } | sets the user name of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean isCa... |
String function ( int arg0 ) { return getStringInternal ( arg0 ) ; } | public method that will get obfuscated by the app project . concode_field_sep PlaceHolder placeHolder concode_field_sep String getStringInternal concode_elem_sep String getString |
boolean function ( ) { return isPrimaryKey ; } | is this single column primary key of the table . concode_field_sep NumberSequence sequence concode_elem_sep Expression defaultExpression concode_elem_sep boolean isNullable concode_elem_sep boolean isIdentity concode_elem_sep boolean isPrimaryKey concode_elem_sep Type type concode_elem_sep HsqlName columnName concode_e... |
void function ( Properties arg0 ) { if ( arg0 != null ) { for ( Object loc0 : arg0 . keySet ( ) ) { if ( ! platformSettings . containsKey ( loc0 . toString ( ) ) ) { savePlatformSetting ( loc0 . toString ( ) , arg0 . get ( loc0 ) . toString ( ) ) ; } } } } | merges given default configuration into existing platform settings . keys that already exists wo n't be overwritten . concode_field_sep DateTime lastRun concode_elem_sep Map<String,String> platformSettings concode_elem_sep boolean platformInitialized concode_elem_sep String filePath concode_elem_sep String configFileCh... |
java . lang . String function ( ) { return _bookmarksEntryService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep BookmarksEntryService _bookmarksEntryService concode_field_sep void setWrappedService concode_elem_sep void restoreEntryFromTrash concode_elem_sep java.util.List<com.liferay.bookmarks.model.BookmarksEntry> getGroupEntries concode_elem_sep java.util.List<com.lifera... |
void function ( ) { implCreateIfNeeded ( ) ; impl . close ( ) ; } | closes the socket . concode_field_sep LocalSocketImpl impl concode_elem_sep boolean implCreated concode_elem_sep int SOCKET_UNKNOWN concode_elem_sep int SOCKET_SEQPACKET concode_elem_sep int SOCKET_STREAM concode_elem_sep int SOCKET_DGRAM concode_elem_sep boolean isBound concode_elem_sep LocalSocketAddress localAddress... |
JAXBElement < ? extends AbstractGeneralOperationParameterType > function ( ) { return abstractGeneralOperationParameter ; } | gets the value of the abstractgeneraloperationparameter property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractGeneralOperationParameterType> abstractGeneralOperationParameter concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep L... |
void function ( final String arg0 , final Object arg1 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( Errors . format ( ErrorKeys . NULL_ARGUMENT_$1 , arg0 ) ) ; } } | makes sure that an argument is non-null . concode_field_sep int[] DEFAULT_ARGB concode_field_sep int compare concode_elem_sep DefaultPiecewiseTransform1DElement[] checkPreservingElements concode_elem_sep void checkDimension |
long function ( ) { return System . currentTimeMillis ( ) ; } | get current time in milliseconds concode_field_sep SimpleDateFormat DATE_FORMAT_DATE concode_elem_sep SimpleDateFormat DEFAULT_DATE_FORMAT concode_field_sep String getTime concode_elem_sep String getTime concode_elem_sep String getCurrentTimeInString concode_elem_sep String getCurrentTimeInString |
String function ( int arg0 ) { return table . getColumn ( arg0 ) . getName ( ) . name ; } | retrieves the simple name of the specified column . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep int bestRowTemporary... |
URL function ( URL arg0 ) { URL loc0 = null ; if ( arg0 != null ) { try { loc0 = new URL ( getSiteURL ( arg0 ) , "srini_string" ) ; } catch ( MalformedURLException loc2 ) { } } return loc0 ; } | reuturns the url of the robots.txt resource in the site of the given resource . concode_field_sep PlaceHolder placeHolder concode_field_sep String normalizeStripQuery concode_elem_sep String normalizeBackSlashes concode_elem_sep int getDepth concode_elem_sep URL normalize concode_elem_sep String normalizeDoubleSlashes ... |
void function ( String arg0 , String arg1 ) { login ( arg0 , arg1 , "srini_string" , java . util . Base64 . getEncoder ( ) . encodeToString ( ( arg0 + "srini_string" + arg1 ) . getBytes ( ) ) ) ; } | devmode only concode_field_sep PlaceHolder placeHolder concode_field_sep void logout concode_elem_sep void loginBasicAsAdmin concode_elem_sep void loginAs concode_elem_sep void loginAs concode_elem_sep void login concode_elem_sep void login |
T function ( ) { checkState ( completed ( ) , "srini_string" ) ; if ( error != null ) { throw error ; } return result ; } | returns the result of this call . concode_field_sep T result concode_elem_sep boolean completed concode_elem_sep E error concode_elem_sep List<Callback<T,E>> toBeNotified concode_field_sep void success concode_elem_sep void success concode_elem_sep boolean completed concode_elem_sep void error concode_elem_sep void err... |
void function ( long arg0 ) { if ( myQueues != null ) { for ( int loc0 = 0 ; loc0 < myQueues . length ; loc0 ++ ) { myQueues [ loc0 ] . destroyTimedWait ( arg0 ) ; } } } | destroy a queue . note that the queue can only be destroyed if all of the objects created on it , timers , subscriptions etc , have been destroyed . this function will block until all of the objects have been destroyed and will then destroy the queue . concode_field_sep MamaBridge myBridge concode_elem_sep MamaDispatch... |
Vector function ( ) { return new Vector ( this . targetStartedEvents ) ; } | gets target started events concode_field_sep Vector taskStartedEvents concode_elem_sep Vector buildFinishedEvents concode_elem_sep Vector targetStartedEvents concode_elem_sep Vector buildStartedEvents concode_elem_sep Vector messageLoggedEvents concode_elem_sep Vector taskFinishedEvents concode_elem_sep Vector targetFi... |
void function ( ) { int loc0 = bgpConfig . bgpSpeakers ( ) . size ( ) ; BgpConfig . BgpSpeakerConfig loc1 = createNewSpeaker ( ) ; bgpConfig . addSpeaker ( loc1 ) ; assertEquals ( loc0 + 1 , bgpConfig . bgpSpeakers ( ) . size ( ) ) ; speakers . add ( loc1 ) ; assertEquals ( speakers , bgpConfig . bgpSpeakers ( ) ) ; } | tests addition of new speaker . concode_field_sep ApplicationId APP_ID concode_elem_sep IpAddress IP2 concode_elem_sep String JSON_TREE concode_elem_sep ConfigApplyDelegate delegate concode_elem_sep BgpConfig bgpConfig concode_elem_sep ConnectPoint CONNECT_POINT1 concode_elem_sep String EMPTY_JSON_TREE concode_elem_sep... |
void function ( PasswordPrompt arg0 ) { Authentication . arg0 = arg0 ; } | sets the password prompt concode_field_sep char[] password concode_elem_sep Console console concode_elem_sep Proxies.Proxy proxy concode_elem_sep String password concode_elem_sep PasswordPrompt passwordPrompt concode_elem_sep Keystores keystores concode_elem_sep String alias concode_elem_sep Keystores.Store store conco... |
ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; } | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep H... |
void function ( Long arg0 ) { this . scheduleId = arg0 ; } | setter for scheduleid concode_field_sep Map<String,Object> lastStatus concode_elem_sep Logger log concode_elem_sep Map<String,Integer> tasks concode_elem_sep Map<String,Object> locks concode_elem_sep Long scheduleId concode_field_sep void unmarkTaskRunning concode_elem_sep Long getScheduleId concode_elem_sep boolean is... |
String function ( ) { return this . ifMatch ; } | get the ifmatch value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNoneMatc... |
void function ( String arg0 ) { this . retailerCategory = arg0 ; } | setter method to set the retailer problem type 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_s... |
void function ( int arg0 ) { this . scale = arg0 ; } | sets the scale for division operations . concode_field_sep BigDecimal d concode_elem_sep BigReal ZERO concode_elem_sep int scale concode_elem_sep long serialVersionUID concode_elem_sep BigReal ONE concode_elem_sep RoundingMode roundingMode concode_field_sep BigReal add concode_elem_sep BigDecimal bigDecimalValue concod... |
boolean function ( String arg0 ) { return arg0 != null && arg0 . regionMatches ( true , 0 , DatabaseManager . S_URL_PREFIX , 0 , DatabaseManager . S_URL_PREFIX . length ( ) ) ; } | returns true if the driver thinks that it can open a connection to the given url . typically drivers will return true if they understand the subprotocol specified in the url and false if they do n't . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersi... |
void function ( String arg0 , Endpoint arg1 ) { if ( ! arg0 . equals ( arg1 . addressType ) ) { throw new InvalidRecordException ( arg1 . toString ( ) , "srini_string" + arg1 . addressType + "srini_string" + arg0 ) ; } } | require a specific address type on an endpoint concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> hostnamePortPair concode_elem_sep Map<String,String> hostnamePortPair concode_elem_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri co... |
void function ( final URI arg0 ) { Set < String > loc0 = configuration . get ( arg0 ) . keySet ( ) ; for ( String loc1 : loc0 ) { undeploy ( configuration . get ( arg0 ) . get ( loc1 ) ) ; } configuration . remove ( arg0 ) ; } | undeploys a resource that has been removed concode_field_sep Map<URI,Map<String,Node>> configuration concode_elem_sep DeploymentManager deploymentManager concode_elem_sep String[] configFileNames concode_elem_sep boolean started concode_elem_sep String NAME_ATTR concode_field_sep String getName concode_elem_sep void st... |
long function ( ) { return minimumTtl ; } | returns the minimum ttl for records in the zone if the record has a higher ttl , that value should be used as the ttl . concode_field_sep String responsiblePerson concode_elem_sep int expireTime concode_elem_sep long minimumTtl concode_elem_sep long serial concode_elem_sep int refreshTime concode_elem_sep String primar... |
void function ( Drawable arg0 ) { this . icon = arg0 ; } | set action icon concode_field_sep Drawable icon concode_elem_sep OnClickListener listener concode_elem_sep String title concode_field_sep void setOnClickListener concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep OnClickListener getListener concode_elem_sep Drawable getIcon |
int function ( ) { int loc0 = ( data . length << ADDRESS_BITS ) - 1 ; while ( loc0 >= 0 ) { if ( get ( loc0 ) ) { return loc0 ; } loc0 -- ; } return - 1 ; } | get the index of the last bit that is set . concode_field_sep int ADDRESS_BITS concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep long[] data concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep void setByte concode_elem_sep int getByte concode_elem_sep void set... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.