idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
16,000
get signature format : xades_bes , xades_epes , xades_baseline_t . . / . . cades_bes ... concode_field_sep TimestampParameters archiveTimestampParameters concode_elem_sep DigestAlgorithm digestAlgorithm concode_elem_sep TimestampParameters signatureTimestampParameters concode_elem_sep EncryptionAlgorithm encryptionAlgo...
SignatureLevel function ( ) { return signatureLevel ; }
16,001
copy the current immutable object by setting a value for the abstractregisteredservice #name name attribute.a shallow reference equality check is used to prevent copying of the same value by returning this . concode_field_sep long INIT_BIT_URL concode_elem_sep long initBits concode_elem_sep long INIT_BIT_NAME concode_e...
RegisteredService function ( String arg0 ) { if ( this . name == arg0 ) return this ; String loc0 = Preconditions . checkNotNull ( arg0 , "srini_string" ) ; return new RegisteredService ( this , loc0 , this . url ) ; }
16,002
execute a callback with autosave being disabled . must be called outside a writelock , as this method locks itself ! concode_field_sep boolean m_bPendingChanges concode_elem_sep boolean m_bAutoSaveEnabled concode_elem_sep ReadWriteLock s_aRWLock concode_elem_sep boolean DEFAULT_AUTO_SAVE_ENABLED concode_elem_sep IDAOIO...
RETURNTYPE function ( @ Nonnull final INonThrowingCallable < RETURNTYPE > arg0 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; beginWithoutAutoSave ( ) ; try { return arg0 . call ( ) ; } finally { endWithoutAutoSave ( ) ; } }
16,003
setid concode_field_sep String m_description concode_elem_sep boolean m_allowAccess concode_elem_sep String m_displayName concode_elem_sep String m_repositoryId concode_elem_sep boolean m_isOnline concode_elem_sep String m_id concode_field_sep boolean getIsOnline concode_elem_sep String getRepositoryId concode_elem_sep...
void function ( String arg0 ) { m_repositoryId = arg0 ; }
16,004
deleting a user concode_field_sep TenantMgtAdminServiceStub tenantAdminStub concode_elem_sep UserProfileMgtServiceStub profileMgtServiceStub concode_elem_sep ResourceAdminServiceStub resourceAdminStub concode_elem_sep UserAdminStub userAdminStub concode_field_sep void setUserProfile concode_elem_sep void setRoleResourc...
void function ( String arg0 ) { userAdminStub . deleteUser ( arg0 ) ; }
16,005
utility method to get the schema path for given list of schema path . concode_field_sep Joiner SCHEMA_PATH_JOINER concode_elem_sep org.slf4j.Logger logger concode_field_sep SchemaPlus findSchema concode_elem_sep SchemaPlus findSchema concode_elem_sep AbstractSchema resolveToMutableDrillSchema concode_elem_sep Workspace...
String function ( List < String > arg0 ) { return SCHEMA_PATH_JOINER . join ( arg0 ) ; }
16,006
gets the value of the male property . concode_field_sep String name concode_elem_sep Float id concode_elem_sep Double age concode_elem_sep Boolean male concode_field_sep void setName concode_elem_sep Double getAge concode_elem_sep void setMale concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep...
Boolean function ( ) { return male ; }
16,007
sets the name of the method that is the source of this log record . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String message c...
void function ( String arg0 ) { sourceInitialized = true ; this . sourceMethodName = arg0 ; }
16,008
information about the artifacts . concode_field_sep String nextToken concode_elem_sep java.util.List<Artifact> artifacts concode_field_sep void setArtifacts concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep ListArtifactsResult withArtifacts concode_elem_sep ListArtifactsResult withArtifa...
java . util . List < Artifact > function ( ) { return artifacts ; }
16,009
the maximum number of artifacts allowed for the action type . concode_field_sep Integer maximumCount concode_elem_sep Integer minimumCount concode_field_sep void setMaximumCount concode_elem_sep Integer getMinimumCount concode_elem_sep int hashCode concode_elem_sep ArtifactDetails withMinimumCount concode_elem_sep bool...
Integer function ( ) { return this . maximumCount ; }
16,010
initializes the shuffleclient , specifying this executor 's appid . must be called before any other method on the shuffleclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void fetchBlocks
void function ( String arg0 ) { }
16,011
set boltzmann selection concode_field_sep double alphaDecayPower concode_elem_sep IRewardStore memory concode_elem_sep double count concode_elem_sep double tau concode_elem_sep double decayAlpha concode_elem_sep double alpha concode_elem_sep double epsilon concode_elem_sep boolean epsilonGreedy concode_elem_sep boolean...
void function ( ) { epsilonGreedy = false ; rouletteWheel = false ; boltzmann = true ; }
16,012
gets the delegate . concode_field_sep ItemReader<I> delegate concode_elem_sep GroupDiscriminator<I> groupDiscriminator concode_elem_sep I lastItem concode_elem_sep Log log concode_field_sep boolean process concode_elem_sep List<I> read concode_elem_sep GroupDiscriminator<I> getGroupDiscriminator concode_elem_sep void s...
ItemReader < I > function ( ) { return delegate ; }
16,013
returns a string representation of this object ; useful for testing and debugging . concode_field_sep InstanceProfile instanceProfile concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetInstanceProfileResult clone concode_elem_sep GetInstanceProfileResult withInstanceProfile concode_elem_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getInstanceProfile ( ) != null ) loc0 . append ( "srini_string" + getInstanceProfile ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
16,014
load a class given the owner bundle and the class name . the bundle will be resolved to the last version of the bundle in case when different bundle versions are found concode_field_sep Bundle bundle concode_elem_sep Class<?> clazz concode_field_sep Class<?>[] loadClasses concode_elem_sep Class<?>[] loadClasses concode...
Class < ? > function ( String arg0 , String arg1 ) { Bundle [ ] loc0 = Activator . getInstance ( ) . getPackageAdmin ( ) . getBundles ( arg0 , null ) ; if ( loc0 != null ) { return loc0 [ 0 ] . loadClass ( arg1 ) ; } else { throw new BundleNotFoundException ( arg0 ) ; } }
16,015
gets the minimum compatible layout version . concode_field_sep LayoutFeature[] specialFeatures concode_elem_sep int ancestorLV concode_elem_sep boolean reserved concode_elem_sep int BUGFIX_HDFS_2991_VERSION concode_elem_sep String description concode_elem_sep int lv concode_elem_sep FeatureInfo info concode_elem_sep In...
int function ( LayoutFeature [ ] arg0 ) { return getLastNonReservedFeature ( arg0 ) . getInfo ( ) . getMinimumCompatibleLayoutVersion ( ) ; }
16,016
sets the value of the return property . concode_field_sep JAXBElement<OpenstackBasicResp> _return concode_field_sep JAXBElement<OpenstackBasicResp> getReturn
void function ( JAXBElement < OpenstackBasicResp > arg0 ) { this . _return = arg0 ; }
16,017
returns the sourceast object on which this input is based . concode_field_sep SourceAst ast concode_elem_sep List<String> requires concode_elem_sep Set<String> provides concode_elem_sep CodingConvention codingConvention concode_elem_sep JSModule module concode_elem_sep boolean generatedDependencyInfoFromSource concode_...
SourceAst function ( ) { return ast ; }
16,018
returns the current clientawsconfig . it is possible that null is returned if no sslconfig has been concode_field_sep boolean redoOperation concode_elem_sep SocketInterceptorConfig socketInterceptorConfig concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptLimit concode_elem_sep int connectionAtt...
ClientAwsConfig function ( ) { return clientAwsConfig ; }
16,019
return type metadata object concode_field_sep SIPV2190b.CarpetasSDTCarpetasSDTItem[] carpetassdt concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer conco...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
16,020
obtains a hash code consistent with #equals . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep boolean isComparable concode_elem_sep boolean equals concode_el...
int function ( ) { return this . protocol . hashCode ( ) ^ ( this . major * 100000 ) ^ this . minor ; }
16,021
determines if the specified coordinate is in the target touch zone for a vertical bar handle . concode_field_sep int TARGET_RADIUS_DP concode_field_sep boolean isInHorizontalTargetZone concode_elem_sep boolean focusCenter concode_elem_sep boolean isInCornerTargetZone concode_elem_sep Handle getPressedHandle concode_ele...
boolean function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { if ( Math . abs ( arg0 - arg2 ) <= arg5 && arg1 > arg3 && arg1 < arg4 ) { return true ; } return false ; }
16,022
some checks for the clear method . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void seriesChanged concode_elem_sep void...
void function ( ) { YIntervalSeries loc0 = new YIntervalSeries ( "srini_string" ) ; loc0 . addChangeListener ( this ) ; loc0 . clear ( ) ; assertNull ( this . lastEvent ) ; assertTrue ( loc0 . isEmpty ( ) ) ; loc0 . add ( 1.0 , 2.0 , 3.0 , 4.0 ) ; assertFalse ( loc0 . isEmpty ( ) ) ; loc0 . clear ( ) ; assertNotNull ( ...
16,023
sets the value of the reasoncode property . concode_field_sep List<String> calculation concode_elem_sep Amount amount concode_elem_sep Float discountPercent concode_elem_sep TimePeriod effectivePeriod concode_elem_sep Boolean prePaidIndicator concode_elem_sep Amount discountAmount concode_elem_sep List<String> descript...
void function ( String arg0 ) { this . reasonCode = arg0 ; }
16,024
sets the value of the style property . concode_field_sep String src concode_elem_sep String alt concode_elem_sep String language concode_elem_sep String title concode_elem_sep String dir concode_elem_sep String longdesc concode_elem_sep String ismap concode_elem_sep List<String> clazzs concode_elem_sep String width con...
void function ( String arg0 ) { this . style = arg0 ; }
16,025
hash code is always valid . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep long position concode_elem_sep TableBase table concode_field_sep boolean isBlock concode_elem_sep boolean keepInMemory concode_elem_sep long getId concode_elem_sep int getDefaultCapacity concode_elem_sep...
int function ( ) { return ( int ) position ; }
16,026
sets the accountnumber attribute value . concode_field_sep String chartOfAccountsCode concode_elem_sep List<String> errorMessages concode_elem_sep String documentNumber concode_elem_sep long serialVersionUID concode_elem_sep String accountNumber concode_elem_sep String status concode_field_sep String getDocumentNumber ...
void function ( String arg0 ) { this . accountNumber = arg0 ; }
16,027
find an atmosphereresource based on its org.atmosphere.cpr.atmosphereresource #uuid . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,AtmosphereResource> resources concode_elem_sep AtmosphereHandler voidAtmosphereHandler concode_elem_sep BroadcasterFactory broadcasterFactory concode_elem_sep B...
AtmosphereResource function ( String arg0 ) { if ( arg0 == null ) return null ; return resources . get ( arg0 ) ; }
16,028
gets the service object the change applies to . concode_field_sep ServiceObject serviceObject concode_elem_sep ChangeType changeType concode_elem_sep ServiceId id concode_field_sep ServiceId createId concode_elem_sep void setServiceObject concode_elem_sep void setId concode_elem_sep ServiceId getId concode_elem_sep Cha...
ServiceObject function ( ) { return this . serviceObject ; }
16,029
the executor on which callback methods are invoked when returning call fromyour service method . concode_field_sep List<CallAdapter.Factory> adapterFactories concode_elem_sep List<CallAdapter.Factory> adapterFactories concode_elem_sep BaseUrl baseUrl concode_elem_sep List<Converter.Factory> converterFactories concode_e...
Builder function ( Executor arg0 ) { this . callbackExecutor = checkNotNull ( arg0 , "srini_string" ) ; return this ; }
16,030
returns a free port number encoded as a string concode_field_sep PlaceHolder placeHolder concode_field_sep int findFreePort
String function ( ) { return Integer . toString ( findFreePort ( ) ) ; }
16,031
sets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep String getTitle concode_elem_sep Resourc...
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; }
16,032
check to see if the glyph outline contains any outline data . concode_field_sep GeneralPath path concode_field_sep void addTextSprite concode_elem_sep Shape getGlyphOutlineClip
boolean function ( ) { return path == null ; }
16,033
send a participantcancelcompletedrace request . concode_field_sep ParticipantStub PARTICIPANT_STUB concode_field_sep void cancel concode_elem_sep void mixedOutcome concode_elem_sep void exit concode_elem_sep void fail concode_elem_sep void cannotComplete concode_elem_sep void unsolicitedComplete concode_elem_sep void p...
void function ( final String arg0 , final CoordinationContextType arg1 ) { final String loc0 = MessageId . getMessageId ( ) ; final MAP loc1 = AddressingHelper . createRequestContext ( arg0 , loc0 ) ; SyncParticipantClient . getClient ( ) . sendParticipantCancelCompletedRace ( arg1 , loc1 ) ; }
16,034
load level7 resource concode_field_sep Level10Resource _level10Resource concode_elem_sep ScoreSceneResource _scoreSceneResource concode_elem_sep Level11Resource _level11Resource concode_elem_sep MainMenuSceneResource _mainMenuSceneResource concode_elem_sep Level09Resource _level09Resource concode_elem_sep ResourcesMana...
void function ( ) { _level07Resource = new Level07Resource ( ) ; _level07Resource . load ( ) ; }
16,035
gets the value of the j property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSeed ...
byte [ ] function ( ) { return j ; }
16,036
creates the icon url concode_field_sep ImageRegistry NAVIGATOR_PLUGIN_REGISTRY concode_elem_sep URL ICONS_LOCATION concode_field_sep ImageDescriptor createManaged concode_elem_sep Image get
URL function ( String arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( arg0 ) ; loc0 . append ( arg1 ) ; try { return new URL ( ICONS_LOCATION , loc0 . toString ( ) ) ; } catch ( MalformedURLException loc1 ) { return null ; } }
16,037
returns password changed users list filtered by given time range duration duration should be week , month or year according to the definitions of webconstants concode_field_sep List<User> passwordResetting concode_elem_sep List<User> userCreations concode_elem_sep List<User> inactiveUsers concode_field_sep List<User> g...
List < User > function ( int arg0 ) { List < User > loc0 = new ArrayList < User > ( ) ; Iterator < User > loc1 = passwordResetting . iterator ( ) ; while ( loc1 . hasNext ( ) ) { User loc2 = loc1 . next ( ) ; if ( getFilteredListByDayRange ( loc2 . getLifeCycleInfo ( ) . getCreatedTimestamp ( ) ) == arg0 ) { loc0 . add...
16,038
returns the owner of this setting concode_field_sep SettingOwner owner concode_elem_sep boolean editableWhenMultiple concode_elem_sep String name concode_elem_sep String comment concode_elem_sep Object value concode_elem_sep ArrayList constraints concode_elem_sep String version concode_elem_sep String key concode_elem_...
SettingOwner function ( ) { return owner ; }
16,039
add new container to the end of chain . concode_field_sep PicoContainer last concode_elem_sep List chain concode_field_sep void stop concode_elem_sep void start concode_elem_sep PicoContainer getLast
void function ( PicoContainer arg0 ) { chain . add ( arg0 ) ; last = arg0 ; }
16,040
creates a new trigger that fires once system time passes the end of the window . concode_field_sep long serialVersionUID concode_field_sep TriggerResult onEventTime concode_elem_sep TriggerResult onElement concode_elem_sep TriggerResult onProcessingTime concode_elem_sep String toString
ProcessingTimeTrigger function ( ) { return new ProcessingTimeTrigger ( ) ; }
16,041
returns a shortest path from the source vertex s to vertex v. concode_field_sep IndexMinPQ<Double> pq concode_elem_sep DirectedEdge[] edgeTo concode_elem_sep double[] distTo concode_field_sep double distTo concode_elem_sep void relax concode_elem_sep boolean hasPathTo concode_elem_sep void main concode_elem_sep boolean...
Iterable < DirectedEdge > function ( int arg0 ) { if ( ! hasPathTo ( arg0 ) ) return null ; Stack < DirectedEdge > loc0 = new Stack < DirectedEdge > ( ) ; for ( DirectedEdge loc1 = edgeTo [ arg0 ] ; loc1 != null ; loc1 = edgeTo [ loc1 . from ( ) ] ) { loc0 . push ( loc1 ) ; } return loc0 ; }
16,042
returns number of files in the snapshot concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep List<SnapshotIndexShardStatus> shards concode_elem_sep SnapshotId snapshotId concode_elem_sep XContentBuilderString STATE concode_elem_sep SnapshotStats stats concode_elem_sep XContentBuilderString SNAPSHOT concod...
SnapshotStats function ( ) { return stats ; }
16,043
gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuidref...
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } }
16,044
this method gets triggered when server side gets a message concode_field_sep ConfigurationContext configurationContext concode_elem_sep Packet packet concode_elem_sep XMPPConnectionFactory xmppConnectionFactory concode_elem_sep Log log concode_elem_sep String CONTENT_TYPE concode_elem_sep Executor workerPool concode_fi...
void function ( Packet arg0 ) { log . debug ( "srini_string" + arg0 . toXML ( ) ) ; if ( arg0 instanceof Message ) { workerPool . execute ( new Worker ( arg0 ) ) ; } }
16,045
display all markers of type for resource specified within constructor concode_field_sep IResource resource concode_field_sep IMarker[] getMarkers concode_elem_sep IMarker[] getMarkers concode_elem_sep String getMarkerResourceName concode_elem_sep String getMarkerResourceLocation concode_elem_sep void checkForMarker con...
void function ( String arg0 ) { displayMarkers ( getMarkers ( arg0 ) ) ; }
16,046
create new builder for virtualfileinfo concode_field_sep String path concode_elem_sep String contentUrl concode_elem_sep boolean isReadOnly concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep HasProjectConfig project concode_elem_sep Promise<Void> updateContent concode_elem_sep String cont...
Builder function ( ) { return new VirtualFileInfo ( ) . new Builder ( ) ; }
16,047
returns the modified date of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
Date function ( ) { return _ddmStructureLayout . getModifiedDate ( ) ; }
16,048
returns the interval of the specified dimension . concode_field_sep ArrayList<CLIQUEInterval> intervals concode_elem_sep ModifiableDBIDs ids concode_elem_sep boolean assigned concode_field_sep double selectivity concode_elem_sep boolean contains concode_elem_sep ArrayList<CLIQUEInterval> getIntervals concode_elem_sep b...
CLIQUEInterval function ( int arg0 ) { for ( CLIQUEInterval loc0 : intervals ) { if ( loc0 . getDimension ( ) == arg0 ) { return loc0 ; } } return null ; }
16,049
get one photo by id . concode_field_sep Logger log concode_elem_sep PhotoRepository photoRepository concode_field_sep Photo save concode_elem_sep List<Photo> findAll concode_elem_sep void delete
Photo function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; Photo loc0 = photoRepository . findOne ( arg0 ) ; return loc0 ; }
16,050
create a module based on the provided moduledescriptor and moduledeploymentproperties . concode_field_sep ApplicationContext globalContext concode_elem_sep Module module concode_elem_sep ApplicationContext context concode_elem_sep List<Plugin> plugins concode_elem_sep Map<String,Map<Integer,Module>> deployedModules con...
Module function ( ModuleDescriptor arg0 , ModuleDeploymentProperties arg1 ) { return moduleFactory . createModule ( arg0 , arg1 ) ; }
16,051
helper method for overscrolling that encapsulates all of the necessary function . this version of the call is used for views that need to specify a scroll range but scroll back to it 's edge correctly . concode_field_sep String LOG_TAG concode_elem_sep float DEFAULT_OVERSCROLL_SCALE concode_field_sep boolean isAndroidO...
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final int arg5 , final boolean arg6 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , 0 , DEFAULT_OVERSCROLL_SCALE , arg6 ) ; }
16,052
method that never returns , e.g. to keep a daemon running . concode_field_sep boolean showStackTrace concode_elem_sep Object sleepLock concode_elem_sep boolean running concode_field_sep Die die concode_elem_sep Die die concode_elem_sep String getName concode_elem_sep int main concode_elem_sep int run
int function ( ) { synchronized ( sleepLock ) { while ( running ) { try { sleepLock . wait ( 60 * 60 * 1000L ) ; } catch ( InterruptedException loc0 ) { continue ; } } return 0 ; } }
16,053
method setgroupname . concode_field_sep String strFullName concode_elem_sep String strTypeOfView concode_elem_sep String strLoginName concode_elem_sep String __SESSION_INFOMATION_OBJECT_NAME concode_elem_sep SessionInfoBaseBean sessionExtObject concode_elem_sep String strStatus concode_elem_sep SessionInfoBaseBean sess...
void function ( String arg0 ) { if ( arg0 != null ) { strGroupName = arg0 ; } }
16,054
returns whether to cut source range or not default : false concode_field_sep String KEY_SRC_RANGE concode_elem_sep String KEY_SRC_SHEET concode_elem_sep String KEY_IS_CUT concode_field_sep int getDefaultPasteType
boolean function ( Spreadsheet arg0 ) { return Boolean . valueOf ( ( Boolean ) arg0 . getAttribute ( KEY_IS_CUT ) ) ; }
16,055
error 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 set...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; }
16,056
adds groups to cache , no need to do that for this provider concode_field_sep Log LOG concode_field_sep List<String> getUnixGroups concode_elem_sep void cacheGroupsRefresh concode_elem_sep List<String> getGroups
void function ( List < String > arg0 ) { }
16,057
removes attributes from this set if they are found in the given set . only attributes whose key and value are removed . removes attributes only from this set , not from the resolving parent . since the resolving parent is stored as an attribute , if attributes has the same resolving parent as this set , the parent will...
void function ( AttributeSet arg0 ) { Enumeration loc0 = arg0 . getAttributeNames ( ) ; while ( loc0 . hasMoreElements ( ) ) { Object loc1 = loc0 . nextElement ( ) ; Object loc2 = arg0 . getAttribute ( loc1 ) ; if ( containsAttributeLocally ( loc1 , loc2 ) ) removeAttribute ( loc1 ) ; } }
16,058
sets the value of the rptid property . concode_field_sep String optFields concode_elem_sep String trgOps concode_elem_sep String cbName concode_elem_sep String datSet concode_elem_sep String rptID concode_elem_sep String value concode_elem_sep String intgPd concode_elem_sep String bufTime concode_field_sep String getTr...
void function ( String arg0 ) { this . rptID = arg0 ; }
16,059
schedules the next request . concode_field_sep int numRetriesLeft concode_elem_sep long maxAgeMSec concode_elem_sep long nextRequestTimeStamp concode_elem_sep int numTries concode_elem_sep boolean isActive concode_elem_sep long currRequestTimeStamp concode_field_sep void onRequestSent concode_elem_sep boolean isFailed ...
void function ( long arg0 , long arg1 ) { this . isActive = true ; this . nextRequestTimeStamp = arg1 + arg0 * 1000000L ; }
16,060
this method is not appropriate for the local objects and just throws an exception . concode_field_sep String INAPPROPRIATE concode_field_sep org.omg.CORBA.Object _get_interface concode_elem_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int ...
boolean function ( ) { throw new NO_IMPLEMENT ( INAPPROPRIATE ) ; }
16,061
whether the request is a force auth request or not concode_field_sep boolean passiveAuth concode_elem_sep Map<String,String[]> requestQueryParams concode_elem_sep long serialVersionUID concode_elem_sep String commonAuthCallerPath concode_elem_sep boolean forceAuth concode_elem_sep String type concode_elem_sep Map<Strin...
boolean function ( ) { return forceAuth ; }
16,062
none concode_field_sep PlaceHolder placeHolder concode_field_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java.util.List<T> asJava concode_elem_s...
scala . Option < T > function ( ) { return ( scala . Option < T > ) scala . None$ . MODULE$ ; }
16,063
sets the desired bit to 0 . concode_field_sep BitSet _data concode_field_sep void GIM_BITSET_CLEAR_ALL concode_elem_sep boolean GIM_BITSET_GET concode_elem_sep void GIM_DYNARRAY_DESTROY concode_elem_sep GimBitSet GIM_BITSET_CREATE_SIZED concode_elem_sep void GIM_BITSET_SET
void function ( int arg0 ) { _data . clear ( arg0 ) ; }
16,064
checks whether a character is a #separators separator . concode_field_sep BasicHeaderValueFormatter INSTANCE concode_elem_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatName...
boolean function ( final char arg0 ) { return SEPARATORS . indexOf ( arg0 ) >= 0 ; }
16,065
generates the raw metadata associated with the file entry . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanUp concode_elem_sep void cleanUp concode_elem_sep void saveMetadata concode_elem_sep RawMetadataProcessor getRawMetadataProcessor concode_elem_sep boolean isSupported concode_elem_sep boolea...
void function ( FileVersion arg0 ) { RawMetadataProcessor loc0 = getRawMetadataProcessor ( ) ; if ( loc0 != null ) { loc0 . generateMetadata ( arg0 ) ; } }
16,066
gets the new logs for the install progress . concode_field_sep Integer progressRatio concode_elem_sep Message newLogs concode_elem_sep ProgressStep step concode_elem_sep Message currentPhaseSummary concode_field_sep Message getCurrentPhaseSummary concode_elem_sep Integer getProgressRatio concode_elem_sep ProgressStep g...
Message function ( ) { return newLogs ; }
16,067
given a comma separated string , get the tokens as a list concode_field_sep PicketLinkLogger logger concode_field_sep boolean isNotNull concode_elem_sep String getSystemPropertyAsString concode_elem_sep String[] split concode_elem_sep boolean isNullOrEmpty concode_elem_sep void match concode_elem_sep Map<String,String>...
List < String > function ( String arg0 ) { return tokenize ( arg0 , "srini_string" ) ; }
16,068
gets the value of the attributecrmdisplayname property . concode_field_sep String mappingName concode_elem_sep String attributeCrmDisplayName concode_elem_sep String attributeCrmName concode_elem_sep String attributeExchangeDisplayName concode_elem_sep long serialVersionUID concode_elem_sep Integer allowedSyncDirection...
String function ( ) { return attributeCrmDisplayName ; }
16,069
returns true if the collection contains an element for the key . concode_field_sep int valueTable[] concode_elem_sep int elementSize concode_elem_sep Object keyTable[] concode_elem_sep int threshold concode_field_sep int size concode_elem_sep int hashCode concode_elem_sep int get concode_elem_sep void clear concode_ele...
boolean function ( Object arg0 ) { int loc0 = hashCode ( arg0 ) , loc1 = this . keyTable . loc1 ; while ( this . keyTable [ loc0 ] != null ) { if ( this . keyTable [ loc0 ] == arg0 ) return true ; if ( ++ loc0 == loc1 ) { loc0 = 0 ; } } return false ; }
16,070
sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext
void function ( LogNode arg0 ) { mNext = arg0 ; }
16,071
kills the soundpool and all other resources concode_field_sep List<Boolean> wasPlaying concode_elem_sep AudioManager manager concode_elem_sep SoundPool soundPool concode_elem_sep List<AndroidMusic> musics concode_field_sep void resume concode_elem_sep AudioRecorder newAudioRecorder concode_elem_sep AudioDevice newAudio...
void function ( ) { synchronized ( musics ) { ArrayList < AndroidMusic > loc0 = new ArrayList < AndroidMusic > ( musics ) ; for ( AndroidMusic loc1 : loc0 ) { loc1 . dispose ( ) ; } } soundPool . release ( ) ; }
16,072
removes the querytype parameter concode_field_sep String MIN_RESOLUTION concode_elem_sep String DISTANCE concode_elem_sep String MASK concode_elem_sep String SDO_NUM_RES concode_elem_sep String QUERYTYPE concode_elem_sep String SDO_BATCH_SIZE concode_elem_sep String MAX_RESOLUTION concode_elem_sep String UNIT concode_e...
void function ( ) { this . params . remove ( QUERYTYPE ) ; }
16,073
commit the #getentitystream entity stream unless already committed . concode_field_sep ContainerRequest requestContext concode_elem_sep OutboundMessageContext messageContext concode_elem_sep boolean closed concode_elem_sep boolean mappedFromException concode_elem_sep Response.StatusType status concode_field_sep URI get...
void function ( ) { messageContext . commitStream ( ) ; }
16,074
returns whether the checks are turned off or not . concode_field_sep long serialVersionUID concode_elem_sep boolean m_ChecksTurnedOff concode_elem_sep Instances m_data concode_elem_sep boolean m_Debug concode_field_sep Enumeration listOptions concode_elem_sep Kernel makeCopy concode_elem_sep Kernel forName concode_elem...
boolean function ( ) { return m_ChecksTurnedOff ; }
16,075
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
16,076
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitHaltStatement concode_elem_sep void enterValue concode_elem_sep void exitDeclareStatement concode_elem_sep void exitEveryRule concode_elem_sep void enterLabelStatement concode_elem_sep void exitLabelStatement ...
void function ( @ NotNull TurdParser . VariableContext arg0 ) { }
16,077
returns the number of rows matching the dynamic query . concode_field_sep UserTrackerPathLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.UserTra...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
16,078
return the default comparator used by jface to sort strings . concode_field_sep Comparator<Object> viewerComparator concode_elem_sep boolean TRACE_ACTIONS concode_elem_sep StatusHandler statusHandler concode_elem_sep ILogger log concode_elem_sep boolean DEBUG_DIALOG_NO_PARENT concode_elem_sep AnimatorFactory animatorFa...
Comparator < Object > function ( ) { return ( s1 , s2 ) -> ( ( String ) s1 ) . compareTo ( ( String ) s2 ) ; }
16,079
add a certain time duration to a timestamp . concode_field_sep String UCUM_MEAN_GREGORIAN_YEAR concode_elem_sep Long MILLIS_MINUTE concode_elem_sep String UCUM_WEEK concode_elem_sep Map<String,Long> timeUomsRegistry concode_elem_sep Long MILLIS_MEAN_JULIAN_MONTH concode_elem_sep Long MILLIS_MILLIS concode_elem_sep Long...
String function ( String arg0 , Double arg1 , String arg2 ) { DateTime loc0 = isoFmt . parseDateTime ( fix ( arg0 ) ) ; DateTime loc1 = loc0 . plus ( ( long ) ( getMillis ( arg2 ) * arg1 ) ) ; return loc1 . toString ( ) ; }
16,080
get the parameter sql type . concode_field_sep int parameterType concode_elem_sep int sqlType concode_elem_sep boolean nullable concode_elem_sep String typeName concode_elem_sep String parameterName concode_field_sep String getParameterName concode_elem_sep boolean isNullable concode_elem_sep String getTypeName concode...
int function ( ) { return sqlType ; }
16,081
factory method to create metadata object concode_field_sep String schema concode_elem_sep String qualifier concode_elem_sep String language concode_elem_sep String value concode_elem_sep String element concode_field_sep String getValue concode_elem_sep String toString concode_elem_sep boolean matches
DtoMetadata function ( String arg0 , String arg1 , String arg2 ) { String [ ] loc0 = MetadataUtilities . parseCompoundForm ( arg0 ) ; String loc1 = null ; if ( loc0 . length > 2 ) { loc1 = loc0 [ 2 ] ; } return create ( loc0 [ 0 ] , loc0 [ 1 ] , loc1 , arg1 , arg2 ) ; }
16,082
register the supplied beandefinitionholder bean with the supplied beandefinitionregistry registry . subclasses can override this method to control whether or not the supplied beandefinitionholder bean is actually even registered , or toregister even more beans . the default implementation registers the supplied beandef...
void function ( BeanDefinitionHolder arg0 , BeanDefinitionRegistry arg1 ) { BeanDefinitionReaderUtils . registerBeanDefinition ( arg0 , arg1 ) ; }
16,083
an array of structures that contain information about the bundles . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<WorkspaceBundle> bundles concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeWorkspaceBund...
DescribeWorkspaceBundlesResult function ( java . util . Collection < WorkspaceBundle > arg0 ) { setBundles ( arg0 ) ; return this ; }
16,084
set the extra field data in the local file data - without header-id or length specifier . concode_field_sep byte[] centralData concode_elem_sep byte[] localData concode_elem_sep ZipShort headerId concode_field_sep ZipShort getLocalFileDataLength concode_elem_sep void parseFromLocalFileData concode_elem_sep void setHead...
void function ( byte [ ] arg0 ) { localData = ZipUtil . copy ( arg0 ) ; }
16,085
routes a request to all registers globalrouters within the live assistant server . concode_field_sep String UPDATE_RULE_POSITION concode_elem_sep RoutingManager singleton concode_elem_sep Logger Log concode_elem_sep Comparator<RoutingRule> positionComparator concode_elem_sep Comparator<RequestQueue> queueComparator con...
void function ( Workgroup arg0 , UserRequest arg1 ) { getBestQueue ( arg0 , arg1 ) . addRequest ( arg1 ) ; }
16,086
moves the trash entry with the entity class name and primary key , restoring it to a new location identified by the destination container model id . this method throws a trashpermissionexception if the user did nothave the permission to perform one of the necessary operations . the exception is created with a type spec...
void function ( java . lang . String arg0 , long arg1 , long arg2 , com . liferay . portal . service . ServiceContext arg3 ) { _trashEntryService . moveEntry ( arg0 , arg1 , arg2 , arg3 ) ; }
16,087
convenience method for constructing composite formats . given operation op , object class inf , set of paths p return : tbl , , tbl , , ... , tbl , concode_field_sep Parser.Node root concode_field_sep ComposableRecordReader<K,TupleWritable> getRecordReader concode_elem_sep void setFormat concode_elem_sep void addUserId...
String function ( String arg0 , Class < ? extends InputFormat > arg1 , Path ... arg2 ) { ArrayList < String > loc0 = new ArrayList < String > ( arg2 . length ) ; for ( Path loc1 : arg2 ) { loc0 . add ( loc1 . toString ( ) ) ; } return compose ( arg0 , arg1 , loc0 . toArray ( new String [ 0 ] ) ) ; }
16,088
retrieves the system specific custom cursor named cursor names are , for example : `` invalid .16 x16 '' . concode_field_sep int PREDEFINED_COUNT concode_elem_sep String[] NAMES concode_elem_sep int CROSSHAIR_CURSOR concode_elem_sep int W_RESIZE_CURSOR concode_elem_sep int SE_RESIZE_CURSOR concode_elem_sep int WAIT_CUR...
Cursor function ( String arg0 ) { if ( GraphicsEnvironment . isHeadless ( ) ) throw new HeadlessException ( ) ; return null ; }
16,089
sets the value of the group property . concode_field_sep String password concode_elem_sep String firstname concode_elem_sep WSDate createdDate concode_elem_sep String phone concode_elem_sep WSDate loginDate concode_elem_sep String project concode_elem_sep String email concode_elem_sep String username concode_elem_sep S...
void function ( WSUserGroup arg0 ) { this . group = arg0 ; }
16,090
returns a localized string . concode_field_sep Logger _logger concode_elem_sep String _resourceBundleName concode_elem_sep String NO_DEFAULT concode_elem_sep ClassLoader _classLoader concode_elem_sep Hashtable managers concode_elem_sep ResourceBundle _resourceBundle concode_field_sep String getStringWithDefault concode...
String function ( String arg0 ) { return getStringWithDefault ( arg0 , NO_DEFAULT ) ; }
16,091
return true when globalmutex hold the reference of readerlock concode_field_sep int currentReaderCount concode_elem_sep ReadLock readerLock concode_elem_sep Object readerMutex concode_elem_sep WriteLock writerLock concode_elem_sep Set<Object> globalMutex concode_field_sep Lock writeLock concode_elem_sep void unlock con...
boolean function ( ) { return globalMutex . contains ( readerLock ) ; }
16,092
return the id of the next item . concode_field_sep TableRowIterator itemRows concode_elem_sep Context ourContext concode_elem_sep Iterator<Integer> iditr concode_field_sep Item next concode_elem_sep int nextByRowID concode_elem_sep Item nextByRow concode_elem_sep int nextByIDID concode_elem_sep boolean hasNext concode_...
int function ( ) { if ( iditr != null ) { return nextByIDID ( ) ; } else if ( itemRows != null ) { return nextByRowID ( ) ; } return - 1 ; }
16,093
always use these options , they set -- pretty_print option for easy verification . concode_field_sep String DATA_DIR concode_field_sep void compileAndCompare concode_elem_sep void compileAndCompare concode_elem_sep void compileAndCompare concode_elem_sep boolean compare concode_elem_sep String compile concode_elem_sep ...
CompilerOptions function ( ) { CompilerOptions loc0 = new CompilerOptions ( ) ; loc0 . setPrettyPrint ( true ) ; return loc0 ; }
16,094
returns all keys with the given prefix . concode_field_sep Configuration parent concode_field_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep Object clone concode_elem_sep boolean getBoolProperty concode_elem_sep boolean getBoolProperty concode_elem_sep boolean isPropertySet concode_elem_sep...
Iterator function ( final String arg0 ) { return this . parent . findPropertyKeys ( arg0 ) ; }
16,095
called by the reactor when we have selected readable . concode_field_sep boolean bPaused concode_elem_sep SocketChannel channel concode_elem_sep long binding concode_elem_sep SSLContext sslContext concode_elem_sep boolean bWatchOnly concode_elem_sep SSLEngine sslEngine concode_elem_sep boolean bAttached concode_elem_se...
void function ( ByteBuffer arg0 ) { if ( channel . read ( arg0 ) == - 1 ) throw new IOException ( "srini_string" ) ; }
16,096
returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ...
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) { loc0 . add ( loc1 . getSku ( ) ) ; } } return loc0 ; }
16,097
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 ( String arg0 , Throwable arg1 ) { w ( arg0 , null , arg1 ) ; }
16,098
gets the value of the dstdirectorypath property . concode_field_sep GuestAuthentication auth concode_elem_sep ManagedObjectReference vm concode_elem_sep String srcDirectoryPath concode_elem_sep ManagedObjectReference _this concode_elem_sep String dstDirectoryPath concode_field_sep void setThis concode_elem_sep ManagedO...
String function ( ) { return dstDirectoryPath ; }
16,099
a name-spaced guid for example , us-east-1 :23 ec4050-6aea-7089-a2dd-08002example created by amazon cognito . guid generation is unique within a region . concode_field_sep Integer datasetCount concode_elem_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep Long dataStorage concode_e...
String function ( ) { return this . identityPoolId ; }