idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
1,400
returns the number of trash versions . concode_field_sep TrashVersionLocalService _trashVersionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem...
int function ( ) { return _trashVersionLocalService . getTrashVersionsCount ( ) ; }
1,401
return the late reflection delay . concode_field_sep float earlyReflectionIntensity concode_elem_sep int lateReflectionDelay concode_elem_sep int decayTime concode_elem_sep String name concode_elem_sep int earlyReflectionDelay concode_elem_sep float lateReflectionIntensity concode_field_sep int getEarlyReflectionDelay ...
int function ( ) { return lateReflectionDelay ; }
1,402
returns the sync device with the matching uuid and company . concode_field_sep SyncDeviceLocalService _syncDeviceLocalService concode_field_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice ...
com . liferay . sync . model . SyncDevice function ( java . lang . String arg0 , long arg1 ) { return _syncDeviceLocalService . fetchSyncDeviceByUuidAndCompanyId ( arg0 , arg1 ) ; }
1,403
gets the fill green . concode_field_sep MTColor fillColor concode_elem_sep short lineStipplePattern concode_elem_sep GLMaterial material concode_elem_sep boolean drawSmooth concode_elem_sep boolean noStroke concode_elem_sep boolean noFill concode_elem_sep int fillDrawMode concode_elem_sep float strokeWeight concode_ele...
float function ( ) { return this . fillColor . getG ( ) ; }
1,404
sets the retry count . concode_field_sep String mode concode_elem_sep Integer topicId concode_elem_sep Logger LOGGER concode_elem_sep Integer retryCount concode_elem_sep HttpAgent httpAgentImpl concode_elem_sep String topic concode_elem_sep String callbackUrl concode_elem_sep Long retryInterval concode_elem_sep HubSubs...
void function ( Integer arg0 ) { this . retryCount = arg0 ; }
1,405
set the name of the event . concode_field_sep String TIMESTAMP concode_elem_sep HashMap<String,String> eventMap concode_elem_sep String EVENT concode_elem_sep String MODULE concode_elem_sep String MEETING concode_field_sep HashMap<String,String> toMap concode_elem_sep void setModule concode_elem_sep void setMeetingId c...
void function ( String arg0 ) { eventMap . put ( EVENT , arg0 ) ; }
1,406
visits children of the specified iterable pre-order parent first . children aredetermined by calling iterable #iterator . concode_field_sep T singleton concode_field_sep Iterator<T> iterator concode_elem_sep R visit concode_elem_sep R visit concode_elem_sep void visitPostOrderHelper concode_elem_sep R visitPostOrder co...
R function ( final Iterable < ? super S > arg0 , final IVisitor < S , R > arg1 ) { return visitChildren ( arg0 , arg1 , IVisitFilter . ANY ) ; }
1,407
order the given proposals . concode_field_sep IContextInformationValidator fValidator concode_elem_sep CompletionProposalComparator fComparator concode_elem_sep TemplateEngine fJavaEngine concode_elem_sep String fErrorMessage concode_elem_sep TemplateEngine fStatementEngine concode_elem_sep ScriptContext fContext conco...
IJavaCompletionProposal [ ] function ( IJavaCompletionProposal [ ] arg0 ) { Arrays . sort ( arg0 , fComparator ) ; return arg0 ; }
1,408
verifies that the given array ends with the given sequence of values , without any other values between them . similar to #assertcontainssequence assertioninfo , int , int , but it also verifies that the last element in the sequence is also the last element of the given array . concode_field_sep Arrays arrays concode_e...
void function ( AssertionInfo arg0 , int [ ] arg1 , int [ ] arg2 ) { arrays . assertEndsWith ( arg0 , failures , arg1 , arg2 ) ; }
1,409
return the value associated with the column : description . concode_field_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep String enumName conc...
String function ( ) { return this . description ; }
1,410
return true if the ticket is currently valid . this is true if the system time is between the ticket 's start and end times . concode_field_sep int INITIAL concode_elem_sep int NUM_FLAGS concode_elem_sep KerberosPrincipal server concode_elem_sep int RENEWABLE concode_elem_sep KeyImpl sessionKey concode_elem_sep byte[] ...
boolean function ( ) { long loc0 = System . currentTimeMillis ( ) ; return startTime . getTime ( ) <= loc0 && loc0 <= endTime . getTime ( ) ; }
1,411
tests getting the percent complete in the error . concode_field_sep ReferenceFileRepository referenceFileRepository concode_elem_sep AnalysisExecutionServiceGalaxyCleanupAsync analysisExecutionService concode_elem_sep AnalysisSubmission analysisSubmission concode_elem_sep AnalysisSubmissionServiceImpl analysisSubmissio...
void function ( ) { when ( analysisSubmission . getAnalysisState ( ) ) . thenReturn ( AnalysisState . ERROR ) ; analysisSubmissionServiceImpl . getPercentCompleteForAnalysisSubmission ( ID ) ; }
1,412
sets the user uuid of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId co...
void function ( java . lang . String arg0 ) { _mbDiscussion . setUserUuid ( arg0 ) ; }
1,413
gets isreported . concode_field_sep Calendar datetime concode_elem_sep boolean isreported concode_elem_sep double latitude concode_elem_sep SimpleDateFormat df concode_elem_sep String userid concode_elem_sep double longitude concode_field_sep void setLatitude concode_elem_sep void setDatetime concode_elem_sep void setD...
boolean function ( ) { return isreported ; }
1,414
return the new flags for the message concode_field_sep MessageUid uid concode_elem_sep Flags modifiedFlags concode_elem_sep Flags newFlags concode_elem_sep Optional<Long> modSeq concode_elem_sep Flags oldFlags concode_elem_sep long modSeq concode_field_sep boolean isUnchanged concode_elem_sep boolean isModifiedToSet co...
Flags function ( ) { return newFlags ; }
1,415
returns whether this torrents is actively seeding or not . concode_field_sep Date dateDone concode_elem_sep int seedersKnown concode_elem_sep Parcelable.Creator<Torrent> CREATOR concode_elem_sep int rateUpload concode_elem_sep float available concode_elem_sep int seedersConnected concode_elem_sep int leechersConnected ...
boolean function ( boolean arg0 ) { return statusCode == TorrentStatus . Seeding && ( ! arg0 || rateUpload > 0 ) ; }
1,416
due to the optional field can be duplicated at the end of serialized bytes , which will make the serialized size changed after lazyfield parsed . be careful when using this method . concode_field_sep ByteString delayedBytes concode_elem_sep ExtensionRegistryLite extensionRegistry concode_elem_sep ExtensionRegistryLite ...
int function ( ) { if ( delayedBytes != null ) { return delayedBytes . size ( ) ; } else if ( memoizedBytes != null ) { return memoizedBytes . size ( ) ; } else if ( value != null ) { return value . getSerializedSize ( ) ; } else { return 0 ; } }
1,417
get the timeout value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep ComputeNodeUpdateUserOptions withReturnClientRequestId concode_elem_sep ComputeNod...
Integer function ( ) { return this . timeout ; }
1,418
returns a name for this input . must be unique across all inputs . 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 c...
InputId function ( ) { return id ; }
1,419
determines whether the supplied password is authorized to view the pdf document . if a password is rejected , the user should be restricted from viewing the document . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_se...
boolean function ( String arg0 ) { return securityHandler . isAuthorized ( arg0 ) ; }
1,420
inject new values and update the submit button . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep PhaseId getPhaseId
void function ( PhaseEvent arg0 ) { Application loc0 = FacesContext . getCurrentInstance ( ) . getApplication ( ) ; AddressFormProcessor loc1 = ( ( AddressBean ) loc0 . createValueBinding ( "srini_string" ) . getValue ( FacesContext . getCurrentInstance ( ) ) ) . getAddressFormProcessor ( ) ; loc1 . inject ( ) ; loc1 ....
1,421
databinding method to get an xml representation of this object concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteNetworkAclEntryType localDeleteNetworkAclEntry concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize conco...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localDeleteNetworkAclEntry . getPullParser ( MY_QNAME ) ; }
1,422
generate a sql clause that will always evaluate to true e.g. ' 0 = 0 ' . concode_field_sep String EXCEPTION_MESSAGE_KEY_QUERY_IN_CLAUSE_INVALID_PARAMETER_TYPE concode_elem_sep String EXCEPTION_MESSAGE_KEY_QUERY_IN_CLAUSE_DB_COLUMN_TOKEN_MISSING concode_elem_sep String CLAUSE_TRUISM concode_elem_sep int POSITION_PARAMET...
void function ( JRQueryClauseContext arg0 ) { arg0 . queryBuffer ( ) . append ( CLAUSE_TRUISM ) ; }
1,423
execute . concode_field_sep ArrayList<Command> a concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Iterator<Command> iterator concode_elem_sep int size concode_elem_sep Command get concode_elem_sep void clear concode_elem_sep Command remove
void function ( ) { for ( int loc0 = 0 ; loc0 < size ( ) ; loc0 ++ ) get ( loc0 ) . execute ( ) ; }
1,424
see #currentvalidationpolicy concode_field_sep XmlDom signingCertificate concode_elem_sep String contextName concode_elem_sep XmlDom bvData concode_elem_sep POEExtraction poe concode_elem_sep ValidationPolicy countersignatureValidationPolicy concode_elem_sep XmlDom ltvData concode_elem_sep XmlDom tsData concode_elem_se...
ValidationPolicy function ( ) { return currentValidationPolicy ; }
1,425
returns acceptance status for given state . concode_field_sep int[] classmap concode_elem_sep Automaton automaton concode_elem_sep int size concode_elem_sep int initial concode_elem_sep int maxInterval concode_elem_sep int[] transitions concode_elem_sep boolean[] accept concode_elem_sep int[] points concode_field_sep i...
boolean function ( int arg0 ) { return accept [ arg0 ] ; }
1,426
this method is used for getting the id of the module . it is unique in scope of the rule . concode_field_sep Configuration configuration concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_field_sep String getTypeUID concode_elem_sep String g...
String function ( ) { return id ; }
1,427
get failed max elapsed . concode_field_sep AtomicInteger failed concode_elem_sep AtomicLong totalElapsed concode_elem_sep AtomicInteger active concode_elem_sep AtomicLong succeededMaxElapsed concode_elem_sep ConcurrentMap<String,RpcStatus> SERVICE_STATISTICS concode_elem_sep ConcurrentMap<String,ConcurrentMap<String,Rp...
long function ( ) { return failedMaxElapsed . get ( ) ; }
1,428
set the title of the trackback concode_field_sep long _trackbackDateLong concode_elem_sep BlogEntry _blogEntry concode_elem_sep String _title concode_elem_sep Map _metaData concode_elem_sep String _id concode_elem_sep String _url concode_elem_sep String _excerpt concode_elem_sep String _blogName concode_field_sep void ...
void function ( String arg0 ) { _title = arg0 ; }
1,429
returns the first condition . concode_field_sep CSSCondition secondCondition concode_elem_sep CSSCondition firstCondition concode_field_sep short getConditionType concode_elem_sep Condition getSecondCondition
Condition function ( ) { return firstCondition ; }
1,430
this is to get canceled tokens from token store concode_field_sep Log log concode_field_sep Token[] getExpiredTokens concode_elem_sep void addToken concode_elem_sep Connection getDBConnection concode_elem_sep Token[] getValidTokens concode_elem_sep void updateToken concode_elem_sep String[] getAllTokenKeys concode_elem...
Token [ ] function ( int arg0 ) { return getTokens ( arg0 ) ; }
1,431
close . concode_field_sep String EMBEDDED_COPYRIGHT concode_elem_sep byte[] work concode_elem_sep InputStream is concode_elem_sep DataInputStream dis concode_field_sep int read concode_elem_sep String readLine concode_elem_sep char readChar concode_elem_sep int skipBytes concode_elem_sep String readUTF concode_elem_sep...
void function ( ) { dis . close ( ) ; }
1,432
tells the reader loop that it should stop . concode_field_sep Thread readerThread concode_elem_sep String name concode_elem_sep boolean isStopping concode_field_sep void start concode_elem_sep void readerLoop
void function ( ) { this . isStopping = true ; if ( this . readerThread != null ) this . readerThread . interrupt ( ) ; }
1,433
get the defined any object . concode_field_sep Boolean calledSomething concode_elem_sep Integer intNumber concode_elem_sep Long longNumber concode_elem_sep String stringValue concode_elem_sep Object anyObject concode_elem_sep Date dateValue concode_field_sep void setStringValue concode_elem_sep void setAnyObject concod...
Object function ( ) { return anyObject ; }
1,434
changes the default account details to be used if no account is configured . concode_field_sep String mServerAddress concode_elem_sep String mUsername concode_elem_sep boolean mUseSsl concode_elem_sep boolean USE_SSL concode_elem_sep AccountDetails sDefaultAccountDetails concode_elem_sep int mServerPort concode_elem_se...
void function ( AccountDetails arg0 ) { sDefaultAccountDetails = arg0 ; }
1,435
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
DescribeClusterSnapshotsResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
1,436
traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe...
void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; }
1,437
get the order index of an url concode_field_sep long serialVersionUID concode_elem_sep List<String> order concode_field_sep int compare concode_elem_sep int hashCode concode_elem_sep List<String> getOrder concode_elem_sep boolean equals
int function ( URL arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; String loc0 = arg0 . getFile ( ) ; int loc1 = Integer . MAX_VALUE ; for ( int loc2 = 0 ; loc2 < order . size ( ) ; loc2 ++ ) { String loc3 = order . get ( loc2 ) ; if ( loc0 . endsWith ( loc3 ) ) loc1 = loc2 ; } retu...
1,438
this method is invoked after the entity bean is processed successfully by a camel endpoint concode_field_sep Logger LOG concode_elem_sep String address concode_elem_sep int step concode_elem_sep Long id concode_field_sep void setAddress concode_elem_sep int getStep concode_elem_sep void setId concode_elem_sep void befo...
void function ( ) { setStep ( getStep ( ) + 1 ) ; LOG . info ( "srini_string" , getStep ( ) ) ; }
1,439
remove a pobject from the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged concode_elem_sep Iterator<PO...
void function ( PObject arg0 ) { changes . remove ( arg0 . getReference ( ) ) ; }
1,440
convert a time parameter such as 50s , 100ms , or 250us to milliseconds for internal use . if no suffix is provided , the passed number is assumed to be in ms. concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Immutab...
long function ( String arg0 ) { return timeStringAs ( arg0 , TimeUnit . MILLISECONDS ) ; }
1,441
changes the extents of the box as needed to include the given org.sunflow.math.point3 point into this box . does nothing if the parameter is null . concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep Point3 getCenter concode_elem_sep boolean intersects concode_elem_sep boolean isEmpty con...
void function ( Point3 arg0 ) { if ( arg0 != null ) { if ( arg0 . x < minimum . x ) minimum . x = arg0 . x ; if ( arg0 . x > maximum . x ) maximum . x = arg0 . x ; if ( arg0 . y < minimum . y ) minimum . y = arg0 . y ; if ( arg0 . y > maximum . y ) maximum . y = arg0 . y ; if ( arg0 . z < minimum . z ) minimum . z = ar...
1,442
callback for when an option with an argument is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_FILES concode_elem_sep String PRO...
boolean function ( String arg0 , String arg1 ) { throw new UnsupportedOperationException ( ) ; }
1,443
gets the criterionid value for this adgroupcriterionlabel . concode_field_sep java.lang.Long criterionId concode_elem_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lan...
java . lang . Long function ( ) { return criterionId ; }
1,444
sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
1,445
by setting the unregister flag accordingly , information about the thread is not removed from the action . concode_field_sep ThreadLocal<Deque<BasicAction>> _threadList concode_elem_sep ArrayList<ThreadSetup> _threadSetups concode_field_sep void purgeActions concode_elem_sep void purgeActions concode_elem_sep void purg...
BasicAction function ( String arg0 , boolean arg1 ) { Deque < BasicAction > loc0 = _threadList . get ( ) ; if ( loc0 != null ) { BasicAction loc1 = loc0 . pop ( ) ; if ( loc1 != null && arg1 ) { loc1 . removeChildThread ( arg0 ) ; } if ( loc0 . size ( ) == 0 ) { _threadList . set ( null ) ; } return loc1 ; } return nul...
1,446
gets the value of the digestvalue property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep Transfo...
byte [ ] function ( ) { return digestValue ; }
1,447
the list of directorydescription objects that were retrieved . it is possible that this list contains less than the number of items specified in the limit member of the request . this occurs if there are less than the requested number of items left to retrieve , or if the limitations of the operation have been exceeded...
DescribeDirectoriesResult function ( java . util . Collection < DirectoryDescription > arg0 ) { setDirectoryDescriptions ( arg0 ) ; return this ; }
1,448
request removal of all definitions . concode_field_sep DeploymentUnitType deploymentUnitType concode_elem_sep boolean deployments concode_elem_sep DeploymentValidator validator concode_elem_sep A resourceAssemblerSupport concode_elem_sep AbstractInstancePersistingDeployer<D,I> deployer concode_elem_sep DeploymentMessag...
void function ( ) { deploymentMessagePublisher . poll ( new DeploymentMessage ( deploymentUnitType ) . setDeploymentAction ( DeploymentAction . destroyAll ) ) ; }
1,449
returns the value of serialnumber field of the structure . concode_field_sep Extensions extensions concode_elem_sep BigInteger serialNumber concode_elem_sep boolean[] issuerUniqueID concode_elem_sep ASN1Sequence ASN1 concode_elem_sep AlgorithmIdentifier signature concode_elem_sep Name subject concode_elem_sep SubjectPu...
BigInteger function ( ) { return serialNumber ; }
1,450
throws an assertionexception if the current thread is the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread
void function ( ) { SoftAssertions . assertCondition ( ! isOnUiThread ( ) , "srini_string" ) ; }
1,451
returns a short description of what this link does . this text is the one that 's displayed in grey . this can include html , although the use of block tags is highly discouraged . optional . concode_field_sep List<ManagementLink> LIST concode_field_sep ExtensionList<ManagementLink> all concode_elem_sep String getUrlNa...
String function ( ) { return "srini_string" ; }
1,452
clean up the state of a broadcast previously initiated by calling #beginbroadcast . this must always be called when you are done with a broadcast . concode_field_sep HashMap<IBinder,Callback> mCallbacks concode_elem_sep IInterface[] mActiveBroadcast concode_elem_sep boolean mKilled concode_elem_sep E mCallback concode_...
void function ( ) { IInterface [ ] loc0 = mActiveBroadcast ; if ( loc0 != null ) { final int loc1 = loc0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { loc0 [ loc2 ] = null ; } } }
1,453
in the callback , applications may override the uploaded files ' statuses , if the files fail the application 's custom validation , by using this method . they can even set a custom status , with its own message format for the faces message . concode_field_sep String fileName concode_elem_sep long totalSize concode_el...
void function ( FileEntryStatus arg0 , boolean arg1 ) { if ( arg0 != null ) { status = arg0 ; } if ( arg1 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; loc0 . validationFailed ( ) ; loc0 . renderResponse ( ) ; } }
1,454
get int32 minimum : 20.0 maximum : 200.0 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_elem_...
Integer function ( ) { return int32 ; }
1,455
utility method for generating random double values in the range specified by the low and high attributes . used during the storeiventory initialization . concode_field_sep Random random concode_elem_sep RandomNumberGenerator randomNumberGenerator concode_field_sep void main concode_elem_sep RandomNumberGenerator getIns...
int function ( int arg0 , int arg1 ) { return ( int ) getRandomDouble ( arg0 , arg1 ) ; }
1,456
addspacer concode_field_sep PaletteCategory m_currentCategory concode_elem_sep Palette m_palette concode_field_sep PaletteBuilder addItem concode_elem_sep Palette getPalette concode_elem_sep PaletteBuilder addCategory
PaletteBuilder function ( ) { m_currentCategory . addItem ( PaletteItem . SPACER ) ; return this ; }
1,457
the optional value portion of a tag defined by a user . for more information , see controlling user access to pipelines in the aws data pipeline developer guide . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep int hashCode con...
Tag function ( String arg0 ) { setValue ( arg0 ) ; return this ; }
1,458
given two events , coalesce them into a single event that will be sent to js instead of two separate events . by default , just chooses the one the is more recent . two events will only ever try to be coalesced if they have the same event name , view id , and coalescing key . concode_field_sep int mUniqueID concode_ele...
T function ( T arg0 ) { return ( T ) ( getTimestampMs ( ) > arg0 . getTimestampMs ( ) ? this : arg0 ) ; }
1,459
factory method to return a new empty conditionmessage . concode_field_sep String reason concode_elem_sep Builder condition concode_elem_sep String plural concode_elem_sep String singular concode_elem_sep String message concode_field_sep ConditionMessage atAll concode_elem_sep Builder andCondition concode_elem_sep Build...
ConditionMessage function ( ) { return new ConditionMessage ( ) ; }
1,460
check whether there is already a proxy class generated . concode_field_sep HashMap<Class<?>,Class<?>> proxyMap concode_elem_sep TreeMap<String,Method> methods concode_elem_sep Constructor<?> constructor concode_elem_sep String className concode_elem_sep String packageName concode_elem_sep TreeSet<String> imports concod...
boolean function ( Class < ? > arg0 ) { return proxyMap . containsKey ( arg0 ) ; }
1,461
clamps a float number to specified limits : if value isgreater than max then max will be returned.if value is greater than min then min will be returned . concode_field_sep Random RANDOM concode_field_sep int binarySearchCeil concode_elem_sep double normalizeDegrees concode_elem_sep double ceil concode_elem_sep int bin...
float function ( float arg0 , float arg1 , float arg2 ) { if ( arg0 > arg2 ) { return arg2 ; } if ( arg0 < arg1 ) { return arg1 ; } return arg0 ; }
1,462
instructs guice to require a binding to the given key . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Stage currentStage concode_elem_sep void configure concode_elem_sep void configure concode_elem_sep void requestIn...
void function ( Key < ? > arg0 ) { binder . getProvider ( arg0 ) ; }
1,463
set the maximum time to wait for an action to complete set the maximum time to wait for an action to complete before returning control to the invoking application . control is returned when : the action completes or when the timeout if exceeded or when the client is disconnect/shutdown the default value is -1 which mea...
void function ( long arg0 ) { if ( timeToWait < - 1 ) { throw new IllegalArgumentException ( ) ; } this . timeToWait = arg0 ; }
1,464
retrieves whether values for the designated parameter can be signed numbers . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] class...
boolean function ( int arg0 ) { checkRange ( arg0 ) ; Boolean loc0 = Types . isUnsignedAttribute ( types [ -- arg0 ] ) ; return loc0 != null && ! loc0 . booleanValue ( ) && ! isIdentity [ arg0 ] ; }
1,465
sets the value of the throttledspeedunit property . concode_field_sep String upsellStatus concode_elem_sep String throttleStatus concode_elem_sep BigDecimal normalSpeed concode_elem_sep DataAttributes usageAlerts concode_elem_sep BigDecimal upsellLimit concode_elem_sep String upsellLimitUnit concode_elem_sep BigDecimal...
void function ( String arg0 ) { this . throttledSpeedUnit = arg0 ; }
1,466
sends the result of the future downstream . concode_field_sep PlaceHolder placeHolder concode_field_sep Downstream<T> onError concode_elem_sep void success concode_elem_sep Downstream<T> onComplete concode_elem_sep void error concode_elem_sep void complete concode_elem_sep Downstream<O> onSuccess
void function ( CompletableFuture < ? extends T > arg0 ) { arg0 . handle ( ( value , failure ) -> { if ( failure == null ) { success ( value ) ; } else { error ( failure ) ; } return null ; } ) ; }
1,467
specifies the status of a daily automated snapshot . concode_field_sep SnapshotOptions options concode_elem_sep OptionStatus status concode_field_sep SnapshotOptionsStatus withStatus concode_elem_sep SnapshotOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Snapsho...
void function ( OptionStatus arg0 ) { this . status = arg0 ; }
1,468
get the scope note - information about the dc type and its use concode_field_sep Context ourContext concode_elem_sep MetadataField field concode_field_sep String[] quickFind concode_elem_sep void update concode_elem_sep int getID concode_elem_sep DCType[] findAll concode_elem_sep void delete concode_elem_sep DCType fin...
String function ( ) { return field . getScopeNote ( ) ; }
1,469
conditional debug output assert log object , prefix , suffix concode_field_sep PlaceHolder placeHolder concode_field_sep boolean log$
void function ( Object arg0 , String ... arg1 ) { assert log$ ( arg0 , arg1 ) ; }
1,470
returns a new dependency that is not attached to an injection point . the returned dependency is nullable . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey concode_elem_sep InjectionPoint ge...
Dependency < T > function ( Key < T > arg0 ) { return new Dependency < > ( null , arg0 , true , - 1 ) ; }
1,471
the session token portion of the credentials concode_field_sep String accessKeyId concode_elem_sep String secretKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep void setSecretKey concode_elem_sep String getSecretKey concode_elem_sep void setAccessKeyId concode_elem_s...
Credentials function ( String arg0 ) { setSessionToken ( arg0 ) ; return this ; }
1,472
checks if the specified state has at least one entry action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasExitAction concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstEntryActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
1,473
set a custom spark installation location for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_s...
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . childEnv . put ( ENV_SPARK_HOME , arg0 ) ; return this ; }
1,474
check whether the arguments form a strictly increasing sequence . concode_field_sep double DEFAULT_FUNCTION_VALUE_ACCURACY concode_elem_sep double searchMax concode_elem_sep double functionValueAccuracy concode_elem_sep double searchMin concode_elem_sep FUNC function concode_elem_sep double relativeAccuracy concode_ele...
boolean function ( final double arg0 , final double arg1 , final double arg2 ) { return UnivariateSolverUtils . isSequence ( arg0 , arg1 , arg2 ) ; }
1,475
presmerovanie na chybovu hlasku 400 concode_field_sep PrispevkyServiceInterface prispevkyServiceInterface concode_field_sep String getLogin concode_elem_sep String unAuthorizedError concode_elem_sep String index concode_elem_sep String notFoundError concode_elem_sep String internalServerError
String function ( ) { return "srini_string" ; }
1,476
returns the first element in the linked list . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node position concode_elem_sep Node first concode_field_sep void next concode_elem_sep void add concode_elem_sep void addLast concode_elem_se...
Object function ( ) { if ( first == null ) { throw new NoSuchElementException ( ) ; } return first . data ; }
1,477
requests the connection to communicate with the remote computer to determine a new value for the #getreturntriptime return trip time . when the connection receives a frameworkmessage.ping object with ping #isreply isreply set to true , the new return trip time is available . concode_field_sep TcpConnection tcp concode_...
void function ( ) { Ping loc0 = new Ping ( ) ; loc0 . id = lastPingID ++ ; lastPingSendTime = System . currentTimeMillis ( ) ; sendTCP ( loc0 ) ; }
1,478
helper method for subclasses to reduce null checks concode_field_sep PlaceHolder placeHolder concode_field_sep boolean accepts concode_elem_sep Object unpack
Object function ( org . opengis . filter . arg0 . Expression arg0 , Object arg1 , Class arg2 ) { if ( arg0 == null ) return null ; return arg0 . evaluate ( arg1 , arg2 ) ; }
1,479
gets the value of the id property . concode_field_sep String path concode_elem_sep List<Param> param concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<String> type concode_elem_sep List<Object> any concode_elem_sep List<Object> methodOrRes...
String function ( ) { return id ; }
1,480
per the jdbc 3.0 spec , this commits the transaction for the specified xid , not necessarily for the transaction associated with this xaresource object . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED c...
void function ( Xid arg0 , boolean arg1 ) { System . err . println ( "srini_string" + ( arg1 ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; JDBCXAResource loc0 = xaDataSource . getResource ( arg0 ) ; if ( loc0 == null ) { throw new XAException ( "srini_string" + arg0 ) ; } loc0 . commitThis ( arg1 ) ; ...
1,481
method to check whether the requested resource is a versioned resource . concode_field_sep boolean loggedIn concode_elem_sep String[] validationProperties concode_elem_sep String pathWithVersion concode_elem_sep String[] lifecycleProperties concode_elem_sep String isWriteLocked concode_elem_sep String isDeleteLocked co...
boolean function ( ) { return versionView ; }
1,482
sets the name of the extension point . concode_field_sep Class<?> entityType concode_elem_sep String name concode_field_sep String getName concode_elem_sep Class<?> getEntityType concode_elem_sep void setEntityType
void function ( String arg0 ) { this . name = arg0 ; }
1,483
retrieves a sinkinput by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_SINKS ...
SinkInput function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) && loc0 instanceof SinkInput ) return ( SinkInput ) loc0 ; } return null ; }
1,484
adapt a sax2 end prefix mapping event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName con...
void function ( String arg0 ) { }
1,485
getst the bounds of the text that makes up this sprite . the bounds are defined pdf space and are relative to the current ctm . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem...
Rectangle2D . Float function ( ) { return bounds ; }
1,486
get a resource given bundle name and key concode_field_sep PlaceHolder placeHolder concode_field_sep String getLookupKey concode_elem_sep String getCounterGroupName concode_elem_sep ResourceBundle getBundle concode_elem_sep String getCounterName
T function ( String arg0 , String arg1 , String arg2 , T arg3 ) { T loc0 ; try { ResourceBundle loc1 = getBundle ( arg0 ) ; loc0 = ( T ) loc1 . getObject ( getLookupKey ( arg1 , arg2 ) ) ; } catch ( Exception loc1 ) { return arg3 ; } return loc0 ; }
1,487
write the message into the standard error concode_field_sep String directory concode_elem_sep String log_file concode_field_sep void infoTime concode_elem_sep void timeExampleStandard concode_elem_sep void time concode_elem_sep void info_no_new_line concode_elem_sep void clean concode_elem_sep void log2File concode_ele...
void function ( String arg0 ) { System . err . println ( "srini_string" + arg0 ) ; }
1,488
gets value . concode_field_sep Object display concode_elem_sep String label concode_elem_sep String value concode_field_sep String getLabel concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep Object getDisplay
String function ( ) { return value ; }
1,489
reads from the given offset until a token is reached and returns the offset after the token . concode_field_sep int endPosition concode_elem_sep int LEXICAL_ERROR concode_elem_sep IScanner scanner concode_elem_sep int END_OF_FILE concode_elem_sep int DOCUMENT_ERROR concode_field_sep int getCurrentStartOffset concode_el...
int function ( int arg0 , int arg1 ) { readToToken ( arg0 , arg1 ) ; return getCurrentEndOffset ( ) ; }
1,490
get the type of the concrete joint . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep float[] tmp concode_elem_sep Vector2f anchorA concode_elem_sep Vector2f anchorB concode_elem_sep Vector2f reactionForce concode_elem_sep long addr concode_field...
JointType function ( ) { int loc0 = jniGetType ( addr ) ; for ( int loc1 = 0 ; loc1 < JointType . values ( ) . length ; loc1 ++ ) if ( JointType . values ( ) [ loc1 ] . getValue ( ) == loc0 ) return JointType . values ( ) [ loc1 ] ; return JointType . Unknown ; }
1,491
namespace id of the file system . assigned to the file system at formatting and never changes after that . shared by all file system components . concode_field_sep int namespaceID concode_elem_sep NodeType storageType concode_elem_sep long cTime concode_elem_sep String clusterID concode_elem_sep int layoutVersion conco...
int function ( ) { return namespaceID ; }
1,492
sets the outputreader class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class outputKeyCla...
void function ( Class < ? extends OutputReader > arg0 ) { this . outputReaderClass = arg0 ; }
1,493
a list of datasource that meet the search criteria . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<DataSource> results concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeDataSourcesResult clone concode_e...
java . util . List < DataSource > function ( ) { if ( results == null ) { results = new com . amazonaws . internal . SdkInternalList < DataSource > ( ) ; } return results ; }
1,494
returns a comparator that compares two byte arrayslexicographically . that is , it compares , using #compare byte , byte , the first pair of values that follow any common prefix , or when one array is a prefix of the other , treats the shorter array as the lesser . for example , the returned comparator is inconsistent ...
Comparator < byte [ ] > function ( ) { return LexicographicalComparator . INSTANCE ; }
1,495
gets the queue associated with this queue browser . concode_field_sep Message next concode_elem_sep AtomicBoolean closed concode_elem_sep JmsSession session concode_elem_sep Logger LOG concode_elem_sep JmsDestination destination concode_elem_sep String selector concode_elem_sep JmsMessageConsumer consumer concode_field...
Queue function ( ) { return ( Queue ) destination ; }
1,496
sets the date of the new moon . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep i...
void function ( Calendar arg0 ) { this . _new = arg0 ; }
1,497
returns either the table name if explicit or if there is an associated table , the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name concode_field_sep NamingStrategy INSTANCE concode_field_sep String classToTableName concode_elem...
String function ( String arg0 , String arg1 , String arg2 , String arg3 ) { if ( arg0 != null ) { return arg0 ; } else { return new StringBuffer ( arg1 ) . append ( "srini_string" ) . append ( arg2 != null ? arg2 : StringHelper . unqualify ( arg3 ) ) . toString ( ) ; } }
1,498
returns the full instrumentation command line syntax for the provided instrumentation arguments . returns an empty string if no arguments were specified . concode_field_sep String PACKAGE_ARG_NAME concode_elem_sep String DEBUG_ARG_NAME concode_elem_sep IDevice mRemoteDevice concode_elem_sep String LOG_TAG concode_elem_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Entry < String , String > loc1 : mArgMap . entrySet ( ) ) { final String loc2 = String . format ( "srini_string" , loc1 . getKey ( ) , loc1 . getValue ( ) ) ; loc0 . append ( loc2 ) ; } return loc0 . toString ( ) ; }
1,499
tranlates unspecified no_system_exit property to false , the default typically required when a server is started from the command line . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatabaseProper...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } arg0 . setPropertyIfNotExists ( ServerProperties . sc_key_no_system_exit , "srini_string" ) ; }