idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
30,200
update one-to-many relation without rebuilding the whole entity concode_field_sep RepositoryVersionEntity parent concode_elem_sep StackEntity stack concode_elem_sep String displayName concode_elem_sep Set<HostVersionEntity> hostVersionEntities concode_elem_sep String version concode_elem_sep Logger LOG concode_elem_sep...
void function ( ClusterVersionEntity arg0 ) { clusterVersionEntities . add ( arg0 ) ; }
30,201
dependency injection for the api key . concode_field_sep String _apiKey concode_field_sep void logout concode_elem_sep void cancelCookie concode_elem_sep void afterPropertiesSet
void function ( final String arg0 ) { _apiKey = arg0 ; }
30,202
retrieves and removes a callback stored in the map using the mapped request code obtained from registercallback concode_field_sep int currentCallbackId concode_elem_sep SparseArray<Pair<CordovaPlugin,Integer>> callbacks concode_field_sep int registerCallback
Pair < CordovaPlugin , Integer > function ( int arg0 ) { Pair < CordovaPlugin , Integer > loc0 = callbacks . get ( arg0 ) ; callbacks . remove ( arg0 ) ; return loc0 ; }
30,203
getter method for loggedby concode_field_sep String msisdn concode_elem_sep String subSubCategory concode_elem_sep String subCategory concode_elem_sep String loggedDateAndTime concode_elem_sep String expectedResolutionBy concode_elem_sep String classificationName concode_elem_sep String assignedDepartment concode_elem_...
String function ( ) { return loggedBy ; }
30,204
this implementation copies the behaviour of #tostring list . concode_field_sep Logger logger concode_elem_sep int node concode_elem_sep ArrayList list concode_elem_sep QueryEvaluator evaluator concode_field_sep void getAncestors concode_elem_sep int getPredicate concode_elem_sep boolean isAbsolute concode_elem_sep void...
String function ( ) { if ( list == null ) evaluate ( ) ; return toString ( this . list ) ; }
30,205
logs the occurance of a diffexception . concode_field_sep PlaceHolder placeHolder concode_field_sep void logArticleProcessed concode_elem_sep void logArticleProcessed concode_elem_sep void logInvalidTaskType concode_elem_sep void logReadTaskOutOfMemoryError concode_elem_sep void logStartArticleProcessing concode_elem_s...
void function ( final Logger arg0 , final DiffException arg1 ) { arg0 . logException ( Level . SEVERE , "srini_string" , arg1 ) ; }
30,206
construct a new report builder . concode_field_sep Throwable exception concode_elem_sep long rateLimit concode_elem_sep Object[] messageParameters concode_elem_sep ReportType type concode_elem_sep Object[] callerParameters concode_field_sep long getRateLimit concode_elem_sep ReportBuilder rateLimit concode_elem_sep Rep...
ReportBuilder function ( ReportType arg0 ) { return new ReportBuilder ( ) . arg0 ( arg0 ) ; }
30,207
description get configuration value concode_field_sep AdminService adminService concode_field_sep BaseWrapper getCityListFromStateId concode_elem_sep BaseWrapper addCompanyInfo concode_elem_sep BaseWrapper updateCmpnyDetails concode_elem_sep BaseWrapper fillContactDetails concode_elem_sep BaseWrapper getStateList conco...
BaseWrapper function ( @ PathVariable ( "srini_string" ) String arg0 ) { return adminService . getConfigurationValue ( arg0 ) ; }
30,208
initializes the extractor to output to the provided singletrackoutput , and configures it to receive data from a new chunk . concode_field_sep SingleTrackOutput output concode_elem_sep boolean seenTrack concode_elem_sep boolean extractorInitialized concode_elem_sep Extractor extractor concode_field_sep void seekMap con...
void function ( SingleTrackOutput arg0 ) { this . output = arg0 ; if ( ! extractorInitialized ) { extractor . init ( this ) ; extractorInitialized = true ; } else { extractor . seek ( ) ; } }
30,209
print an error message to the error stream . this message includes the line number , and info message . concode_field_sep boolean _verbose concode_elem_sep int _errCount concode_elem_sep int _warnCount concode_elem_sep int _indent concode_elem_sep String _tab concode_elem_sep PrintStream _err concode_field_sep void set...
void function ( String arg0 ) { logError ( "srini_string" , arg0 , null ) ; }
30,210
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
JSONArray function ( JSONArray arg0 , JSONTokener arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } JSONArray loc0 = new JSONArray ( ) ; for ( ; ; ) { JSONObject loc1 = rowToJSONObject ( arg0 , arg1 ) ; if ( loc1 == null ) { break ; } loc0 . put ( loc1 ) ; } if ( loc0 . length ( ) == 0 ) { return...
30,211
gets the tab placement , either top or bottom . concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String co...
String function ( ) { return tabPlacement ; }
30,212
returns the replacements to perform in form of a comma-separated list of `` key = value '' tokens . concode_field_sep String m_workPath concode_elem_sep SortedMap m_tags2replacementTags concode_elem_sep String PROPERTY_CONTENTOOLS_TAGREPLACE concode_elem_sep Set m_deleteTags concode_elem_sep Log LOG concode_elem_sep Cm...
SortedMap function ( ) { return m_tags2replacementTags ; }
30,213
gets the value of the transition property . concode_field_sep Boolean userDrawn concode_elem_sep CTColorMappingOverride clrMapOvr concode_elem_sep Boolean showMasterPhAnim concode_elem_sep CommonSlideData cSld concode_elem_sep CTSlideTiming timing concode_elem_sep CTExtensionListModify extLst concode_elem_sep Boolean s...
CTSlideTransition function ( ) { return transition ; }
30,214
checking if the month has thirty days . concode_field_sep int month concode_elem_sep int year concode_elem_sep int day concode_field_sep void setMonth concode_elem_sep void dayPassed concode_elem_sep boolean isThirtyOneDayMonth concode_elem_sep void daysOfMonth concode_elem_sep boolean isLeapYear concode_elem_sep void ...
boolean function ( ) { return month == 4 || month == 6 || month == 9 || month == 11 ; }
30,215
get the series name - guaranteed non-null concode_field_sep String number concode_elem_sep String series concode_field_sep String getNumber concode_elem_sep String toString
String function ( ) { return ( ( series == null ) ? "srini_string" : series ) ; }
30,216
sets the name concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setOther concode_elem_sep void init concode_elem_sep String getName concode_elem...
void function ( String arg0 ) { this . name = arg0 ; }
30,217
removes top header concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector getV...
void function ( ) { values . removeElementAt ( 0 ) ; }
30,218
set the id concode_field_sep UUID catalogId concode_elem_sep ScreenSize screenSize concode_elem_sep Timestamp versionTimestamp concode_elem_sep UUID componentId concode_elem_sep Version finalPlatformVersion concode_elem_sep String observations concode_elem_sep Version finalWalletVersion concode_elem_sep Version initial...
void function ( UUID arg0 ) { this . id = arg0 ; }
30,219
returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren...
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
30,220
sets the user id1 of this social relation . concode_field_sep SocialRelation _socialRelation concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscape...
void function ( long arg0 ) { _socialRelation . setUserId1 ( arg0 ) ; }
30,221
converts a string of text that is hopefully the string version of an object in this class to an object of this class ' type . default is `` none '' , assuming the output does n't match anything else . concode_field_sep OutlierResponse NONE concode_elem_sep String name concode_elem_sep OutlierResponse REMOVE concode_ele...
OutlierResponse function ( String arg0 ) { if ( OutlierResponse . WARN . toString ( ) . equals ( arg0 ) ) { return ( OutlierResponse . WARN ) ; } else if ( OutlierResponse . REMOVE . toString ( ) . equals ( arg0 ) ) { return ( OutlierResponse . REMOVE ) ; } else { return ( OutlierResponse . NONE ) ; } }
30,222
gets the started racers concode_field_sep LinkedList<Racer> startedRacers concode_elem_sep LinkedList<Racer> finishedRacers concode_elem_sep LinkedList<Racer> pendingRacers concode_field_sep LinkedList<Racer> getFinishedRacers concode_elem_sep ArrayList<Racer> getAllRacers concode_elem_sep LinkedList<Racer> getPendingR...
LinkedList < Racer > function ( ) { return startedRacers ; }
30,223
use environment to check if external storage is writable . concode_field_sep String EXT_STORAGE_PATH_PREFIX concode_elem_sep String EXT_STORAGE_FILES_PATH_SUFFIX concode_elem_sep Object[] DATA_LOCK concode_elem_sep String EXT_STORAGE_CACHE_PATH_SUFFIX concode_field_sep boolean copyFile concode_elem_sep boolean writeStr...
boolean function ( ) { return Environment . getExternalStorageState ( ) . equals ( Environment . MEDIA_MOUNTED ) ; }
30,224
creates a new ewma which is equivalent to the unix five minute load average and which expects to be ticked every 5 seconds . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted...
EWMA function ( ) { return new EWMA ( M5_ALPHA , 5 , TimeUnit . SECONDS ) ; }
30,225
whether the callback is authorized or not concode_field_sep String responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep AuthenticatedUser resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope concode_el...
boolean function ( ) { return authorized ; }
30,226
this is package permissions for testing purposes . concode_field_sep LogType logType concode_elem_sep String logClassName concode_elem_sep String LOG_TYPE_SYSTEM_PROPERTY concode_elem_sep String detectClassName concode_field_sep boolean isAvailable concode_elem_sep boolean isAvailable concode_elem_sep Log createLog con...
boolean function ( ) { try { Class . forName ( detectClassName ) ; return true ; } catch ( Exception loc0 ) { return false ; } }
30,227
checks if this object 's password attibute equals specified argument , else throws . concode_field_sep IntValueHashMap rightsMap concode_elem_sep User uPublic concode_elem_sep String sName concode_elem_sep boolean isAdministrator concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void se...
void function ( String arg0 ) { Trace . check ( arg0 . equals ( sPassword ) , Trace . ACCESS_IS_DENIED ) ; }
30,228
deserialize the thrift object from a java string , using a specified character set for decoding . concode_field_sep TProtocolFactory protocolFactory_ concode_field_sep void toString
void function ( TBase arg0 , String arg1 , String arg2 ) { try { deserialize ( arg0 , arg1 . getBytes ( arg2 ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg2 ) ; } }
30,229
resets the channel so that writing to it will overwrite the existing buffer . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep int write concode_elem_sep void close concode_elem_sep byte[] getData
void function ( ) { offset = 0 ; }
30,230
get custom deserializer concode_field_sep java.lang.String opcionAplicacion concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String usuario concode_elem_sep java.lang.String terminalContable c...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
30,231
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean i1 concode_elem_sep boolean i2 concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface conco...
void function ( ) { }
30,232
blocks until the event becomes the signaled state . this method blocks infinitely until a value is offered . concode_field_sep boolean signaled concode_elem_sep Object lock concode_field_sep void signal concode_elem_sep boolean isSignaled
void function ( ) { synchronized ( lock ) { while ( ! signaled ) lock . wait ( ) ; } }
30,233
see layoutstate #has_new_layout . concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsTextNode concode_elem_sep MeasureFunction mMeasure...
boolean function ( ) { return mLayoutState == LayoutState . HAS_NEW_LAYOUT ; }
30,234
returns a collection of all unique elements of this set including subsets in an implementation-specified order as a collection . if you do not need a collection and an iterable is enough , use the nested set itself as an iterable . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<E> toSet concode_elem_se...
Collection < E > function ( ) { return toList ( ) ; }
30,235
returns the dl sync event with the primary key . concode_field_sep DLSyncEventLocalService _dlSyncEventLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc...
com . liferay . document . library . kernel . model . DLSyncEvent function ( long arg0 ) { return _dlSyncEventLocalService . getDLSyncEvent ( arg0 ) ; }
30,236
auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.AttachInternetGatewayResponseType localAttachInternetGatewayResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.AttachInternetGatewayResponseType getAttachInternetGate...
void function ( com . amazon . ec2 . AttachInternetGatewayResponseType arg0 ) { this . localAttachInternetGatewayResponse = arg0 ; }
30,237
return the template of the email concode_field_sep String template concode_elem_sep String emailAddress concode_elem_sep Properties properties concode_field_sep void setTemplate concode_elem_sep String getEmailAddress concode_elem_sep Properties getProperties concode_elem_sep void setProperties concode_elem_sep void se...
String function ( ) { return template ; }
30,238
gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn
String function ( ) { return _return ; }
30,239
sets the list of multipart uploads . concode_field_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String nextKeyMarker concode_elem_sep List<String> commonPrefixes concode_elem_sep String delimiter concode_elem_sep String prefix concode_elem_sep String uploadIdMarker concode_elem_sep int ma...
void function ( List < MultipartUpload > arg0 ) { this . multipartUploads = arg0 ; }
30,240
returns the next available packet . the method call will block not return until a packet is available . concode_field_sep LinkedList<Packet> resultQueue concode_elem_sep int MAX_PACKETS concode_elem_sep boolean cancelled concode_elem_sep PacketFilter packetFilter concode_elem_sep PacketReader packetReader concode_field...
Packet function ( ) { while ( resultQueue . isEmpty ( ) ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { } } return resultQueue . removeLast ( ) ; }
30,241
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity con...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
30,242
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterUnary_message concode_elem_sep void enterTemporaries concode_elem_sep void enterBinary_expression concode_elem_sep void exitKeyword concode_elem_sep void exitUnary_selector concode_elem_sep void exitPrimitive...
void function ( SmalltalkParser . ExpressionContext arg0 ) { }
30,243
returns true if the specified glyph is one of the glyphs considered as first by this kerning entry . returns false otherwise . concode_field_sep UnicodeRange[] secondUnicodeRanges concode_elem_sep int[] firstGlyphCodes concode_elem_sep int[] secondGlyphCodes concode_elem_sep UnicodeRange[] firstUnicodeRanges concode_el...
boolean function ( int arg0 , char arg1 ) { if ( firstGlyphCodes != null ) { int loc0 = Arrays . binarySearch ( firstGlyphCodes , arg0 ) ; if ( loc0 >= 0 ) return true ; } for ( int loc0 = 0 ; loc0 < firstUnicodeRanges . length ; loc0 ++ ) { if ( firstUnicodeRanges [ loc0 ] . contains ( arg1 ) ) return true ; } return ...
30,244
returns an artifact containing launch storyboard for this bundle , can be null . concode_field_sep Artifact entitlements concode_elem_sep String INVALID_FAMILIES_ERROR concode_elem_sep Artifact launchStoryboard concode_elem_sep String artifactPrefix concode_elem_sep String launchImage concode_elem_sep String bundleId c...
Artifact function ( ) { return launchStoryboard ; }
30,245
create a new geodistance aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder rang...
GeoDistanceAggregationBuilder function ( String arg0 , GeoPoint arg1 ) { return new GeoDistanceAggregationBuilder ( arg0 , arg1 ) ; }
30,246
returns the maximum depth for applying expressions . concode_field_sep boolean followArgLink concode_elem_sep Configuration configuration concode_elem_sep int maxDepth concode_elem_sep CommandFactory commandFactory concode_elem_sep PrintStream err concode_elem_sep InputStream in concode_elem_sep long startTime concode_...
int function ( ) { return this . maxDepth ; }
30,247
returns the index for which #keyat would return thespecified key , or a negative number if the specified key is not mapped . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep int keyAt concode_elem_sep int size concode_elem_sep long get concode_elem_sep long get ...
int function ( int arg0 ) { return ContainerHelpers . binarySearch ( mKeys , mSize , arg0 ) ; }
30,248
get the gamma control parameter used within the position update strategy . concode_field_sep ControlParameter alpha concode_elem_sep DistanceMeasure distanceMeasure concode_elem_sep ControlParameter betaMin concode_elem_sep ControlParameter gamma concode_field_sep void setGamma concode_elem_sep Vector updatePosition co...
ControlParameter function ( ) { return this . gamma ; }
30,249
sets the group id of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep...
void function ( long arg0 ) { _kbComment . setGroupId ( arg0 ) ; }
30,250
gets the value of the style property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position c...
String function ( ) { return style ; }
30,251
returns the nth header name this may be used to iterate through all header fields . an exception is thrown if the index is not valid size concode_field_sep int NEED_NEXT concode_elem_sep int LAST concode_elem_sep int nextPos concode_elem_sep int count concode_elem_sep MessageBytes name concode_elem_sep Field nextSameHa...
MessageBytes function ( int arg0 ) { return fields [ arg0 ] . name ; }
30,252
fast forwards the count-down to zero and returns true iff the count down reached zero with this fast forward call otherwise false concode_field_sep int originalCount concode_elem_sep AtomicInteger countDown concode_field_sep boolean isCountedDown concode_elem_sep boolean countDown
boolean function ( ) { assert originalCount > 0 ; assert countDown . get ( ) >= 0 ; return countDown . getAndSet ( 0 ) > 0 ; }
30,253
gets the name value for this projectdata . concode_field_sep java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc c...
java . lang . String function ( ) { return name ; }
30,254
builder concode_field_sep boolean viewToSelect concode_elem_sep int mElement concode_elem_sep View viewToClick concode_elem_sep CardElementUI cardElementUIToClick concode_elem_sep boolean enableForCode concode_elem_sep boolean useLongClick concode_field_sep View getViewToClick concode_elem_sep ViewToClickToExpand setup...
ViewToClickToExpand function ( ) { return new ViewToClickToExpand ( ) ; }
30,255
if true is returned , additional gestures will not be triggered . no event is provided because this event is triggered by time passing , not by an inputevent . concode_field_sep Actor actor concode_elem_sep Vector2 tmpCoords concode_elem_sep Vector2 tmpCoords2 concode_elem_sep InputEvent event concode_elem_sep Actor to...
boolean function ( Actor arg0 , float arg1 , float arg2 ) { return false ; }
30,256
closes the static system audio input line concode_field_sep int INTERNAL_BUFFER_SIZE concode_elem_sep boolean DEBUG concode_elem_sep AudioInputStream audio_input_stream concode_elem_sep TargetDataLine target_line concode_field_sep void play concode_elem_sep void init concode_elem_sep void println concode_elem_sep void ...
void function ( ) { target_line . close ( ) ; }
30,257
throws , traces , and logs a cancellation 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 IClipboardSuppor...
void function ( String arg0 ) { throwException ( arg0 , new OperationCanceledException ( "srini_string" ) ) ; }
30,258
returns the file that provides the backend of this entity . concode_field_sep ContentLocation parent concode_elem_sep File backend concode_elem_sep Repository repository concode_elem_sep long serialVersionUID concode_field_sep boolean setAttribute concode_elem_sep ContentLocation getParent concode_elem_sep String getNa...
File function ( ) { return backend ; }
30,259
ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ...
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } }
30,260
returns snapshot concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep List<SnapshotIndexShardStatus> shards concode_elem_sep String SNAPSHOT concode_elem_sep String REPOSITORY concode_elem_sep String INDICES concode_elem_sep SnapshotStats stats concode_elem_sep String UUID concode_elem_sep State state con...
Snapshot function ( ) { return snapshot ; }
30,261
called to parse a received frame and attempt delivery of any completed messages . must be called from the transport thread . concode_field_sep Phase outboundPhase concode_elem_sep Phase inboundPhase concode_elem_sep MessageFramer framer concode_elem_sep IdT id concode_elem_sep MessageDeframer deframer concode_field_sep...
void function ( Buffer arg0 , boolean arg1 ) { try { deframer . deframe ( arg0 , arg1 ) ; } catch ( Throwable loc0 ) { deframeFailed ( loc0 ) ; } }
30,262
returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s...
List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; }
30,263
returns true if this writer has encountered and suppressed an error . used by printwriters as an alternative to checked exceptions . concode_field_sep String TOKEN_NULL concode_elem_sep Object lock concode_field_sep void flush concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_e...
boolean function ( ) { return false ; }
30,264
value . concode_field_sep InstancesHeader instanceHeader concode_elem_sep double weight concode_elem_sep InstanceData instanceData concode_field_sep int classIndex concode_elem_sep void insertAttributeAt concode_elem_sep Attribute outputAttribute concode_elem_sep Attribute classAttribute concode_elem_sep void setClassV...
double function ( Attribute arg0 ) { int loc0 = this . instanceHeader . indexOf ( arg0 ) ; return value ( loc0 ) ; }
30,265
translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( ServerProperties . sc_key_address ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( ServerProperties . sc_key_address , SC_DEFAULT_ADDRESS ) ; } }
30,266
move the paddle when notify that time passed . if pressed left arrow move left , if pressed right arrow move right . concode_field_sep biuoop.KeyboardSensor keyboard concode_elem_sep double rightBoundary concode_elem_sep Rectangle shape concode_elem_sep Color color concode_elem_sep double leftBoundary concode_elem_sep ...
void function ( ) { if ( keyboard . isPressed ( KeyboardSensor . LEFT_KEY ) ) { this . moveLeft ( ) ; } else if ( keyboard . isPressed ( KeyboardSensor . RIGHT_KEY ) ) { this . moveRight ( ) ; } }
30,267
this parameter is not currently supported . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> values concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep jav...
Filter function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . values = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < String > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . values...
30,268
returns the pretty print for the rule concode_field_sep ValueRange outputs concode_elem_sep Set<String> variables concode_elem_sep Set<Effect> effects concode_elem_sep Map<Assignment,RuleOutput> cache concode_elem_sep boolean relevant concode_elem_sep Logger log concode_elem_sep ValueRange inputs concode_elem_sep Rule ...
String function ( ) { return rule . toString ( ) ; }
30,269
returns an environmentdescription list . concode_field_sep com.amazonaws.internal.SdkInternalList<EnvironmentDescription> environments concode_field_sep java.util.List<EnvironmentDescription> getEnvironments concode_elem_sep ComposeEnvironmentsResult withEnvironments concode_elem_sep ComposeEnvironmentsResult withEnvir...
void function ( java . util . Collection < EnvironmentDescription > arg0 ) { if ( arg0 == null ) { this . environments = null ; return ; } this . environments = new com . amazonaws . internal . SdkInternalList < EnvironmentDescription > ( arg0 ) ; }
30,270
appends a tag that allows to set the fonts for a span of text . concode_field_sep StringBuilder text concode_field_sep void appendCloseUnorderedListTag concode_elem_sep void appendLineItemTag concode_elem_sep void appendBrTag concode_elem_sep void appendOpenCiteTag concode_elem_sep void appendCloseHeaderTag concode_ele...
void function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; if ( arg0 != null ) { loc0 . append ( "srini_string" = "srini_string" ) ; } loc0 . append ( "srini_string" ) ; text . append ( loc0 . toString ( ) ) ; }
30,271
whether or not this step is visible within the progress bar . a step is only visible if it has been assigned a heading , otherwise it 's invisible concode_field_sep String xmlBindingClassName concode_elem_sep String heading concode_elem_sep boolean workflowEditable concode_elem_sep String jspBindingClassName concode_el...
boolean function ( ) { return ( ( heading != null ) && ( heading . length ( ) > 0 ) ) ; }
30,272
gets query to retrieve logs . concode_field_sep LogQuery query concode_elem_sep boolean INCLUDE_APP_LOG concode_elem_sep long startTime concode_elem_sep long endTime concode_elem_sep LogLevel MIN_LOG_LEVEL concode_elem_sep int BATCH_SIZE concode_field_sep long getEndTime concode_elem_sep void setTimePeriod concode_elem...
LogQuery function ( ) { return query ; }
30,273
get the client . concode_field_sep Logger logger concode_elem_sep String node concode_elem_sep String password concode_elem_sep int port concode_elem_sep String userName concode_elem_sep AerospikeClient client concode_field_sep void setPassword concode_elem_sep void disconnect concode_elem_sep void setUserName concode_...
AerospikeClient function ( ) { return client ; }
30,274
return the type of message that has been received given the message string concode_field_sep MaxCulMsgType msgType concode_elem_sep boolean flgReadyToSend concode_elem_sep int PKT_POS_SRC_ADDR_LEN concode_elem_sep int PKT_CHARS_PER_BYTE concode_elem_sep byte len concode_elem_sep byte[] payload concode_elem_sep byte[] d...
MaxCulMsgType function ( String arg0 ) { if ( pktLenOk ( arg0 ) == false ) return MaxCulMsgType . UNKNOWN ; return MaxCulMsgType . fromByte ( ( byte ) ( Integer . parseInt ( arg0 . substring ( PKT_POS_MSG_TYPE , PKT_POS_MSG_TYPE + PKT_POS_MSG_TYPE_LEN ) , 16 ) & 0xff ) ) ; }
30,275
creates an orientationhelper for the given layoutmanager and orientation . concode_field_sep int VERTICAL concode_elem_sep int HORIZONTAL concode_elem_sep RecyclerView.LayoutManager mLayoutManager concode_elem_sep int INVALID_SIZE concode_elem_sep int mLastTotalSpace concode_field_sep OrientationHelper createVerticalHe...
OrientationHelper function ( RecyclerView . LayoutManager arg0 , int arg1 ) { switch ( arg1 ) { case HORIZONTAL : return createHorizontalHelper ( arg0 ) ; case VERTICAL : return createVerticalHelper ( arg0 ) ; } throw new IllegalArgumentException ( "srini_string" ) ; }
30,276
closes socket , ignoring any checked exceptions . does nothing if socket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY co...
void function ( Socket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
30,277
get this node 's align items , as defined by style . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsT...
CSSAlign function ( ) { return style . alignSelf ; }
30,278
returns the currently active workbench window shell or null if none . concode_field_sep PlaceHolder placeHolder concode_field_sep void runInUiThread concode_elem_sep IWorkbenchWindow getActiveWorkbenchWindow concode_elem_sep Display getStandardDisplay
Shell function ( ) { if ( CommonUIUtils . getActiveWorkbenchWindow ( ) != null ) { return CommonUIUtils . getActiveWorkbenchWindow ( ) . getShell ( ) ; } return null ; }
30,279
return the spark user for authenticating sasl connections . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_elem_sep void registerApp concode_elem_se...
String function ( String arg0 ) { return SPARK_SASL_USER ; }
30,280
sets the extra data of this social request . concode_field_sep SocialRequest _socialRequest 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 concode_el...
void function ( java . lang . String arg0 ) { _socialRequest . setExtraData ( arg0 ) ; }
30,281
get the use date of the test credit card associated with the guid . concode_field_sep CallbackHelper mOnPersonalDataChangedHelper concode_field_sep void registerDataObserver concode_elem_sep long getProfileUseDateForTesting concode_elem_sep long getCurrentDateForTesting concode_elem_sep CreditCard getCreditCard concode...
long function ( final String arg0 ) { return ThreadUtils . runOnUiThreadBlocking ( new Callable < Long > ( ) { @ Override public Long call ( ) { return PersonalDataManager . getInstance ( ) . getCreditCardUseDateForTesting ( arg0 ) ; } } ) ; }
30,282
get class type - metamatrix runtime types . concode_field_sep List<Object> resultSetIDs concode_elem_sep Expression expression concode_elem_sep int parameterType concode_elem_sep boolean usingDefault concode_elem_sep int IN concode_elem_sep int RESULT_SET concode_elem_sep ElementSymbol parameterSymbol concode_elem_sep ...
Class < ? > function ( ) { return this . parameterSymbol . getType ( ) ; }
30,283
total number of shards concode_field_sep String FAILED concode_elem_sep String STARTED concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep String DONE concode_elem_sep String TOTAL concode_elem_sep String FINALIZING ...
int function ( ) { return totalShards ; }
30,284
set the pod number for this message concode_field_sep byte canNode concode_elem_sep byte podNumber concode_elem_sep ByteBuffer buffer concode_elem_sep Logger logger concode_field_sep void setCanNode concode_elem_sep int getValue concode_elem_sep void debug concode_elem_sep boolean hasPortnumber concode_elem_sep Message...
void function ( int arg0 ) { buffer . put ( 1 , ( byte ) ( arg0 & 0xf ) ) ; }
30,285
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String ipOwnerId concode_elem_sep String publicIp concode_field_sep String getPublicIp concode_elem_sep void setIpOwnerId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep InstanceNetworkIn...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( publicIp != null ) loc0 . append ( "srini_string" + publicIp + "srini_string" ) ; if ( ipOwnerId != null ) loc0 . append ( "srini_string" + ipOwnerId + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return ...
30,286
obtains all web service beans and publishes them as jax-ws endpoints . concode_field_sep String bindingType concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep WebServiceFeature[] endpointFeatures concode_elem_sep Executor executor concode_elem_sep Map<String,Object> endpointProperties concode_elem_sep Ob...
void function ( BeanFactory arg0 ) { if ( ! ( arg0 instanceof ListableBeanFactory ) ) { throw new IllegalStateException ( getClass ( ) . getSimpleName ( ) + "srini_string" ) ; } this . beanFactory = ( ListableBeanFactory ) arg0 ; }
30,287
format an array of stackframe s with the error title to a string . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode_field_sep StackFrame[] convertJavaStackTrace concode_elem_sep int getLine concode_elem_sep i...
String function ( String arg0 , StackFrame [ ] arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( arg0 ) . append ( "srini_string" ) ; for ( StackFrame loc1 : arg1 ) { loc0 . append ( loc1 . getMethod ( ) ) . append ( "srini_string" ) . append ( "srini_string" ) . append ( formatFrameSource ( loc1 ) ...
30,288
an identity pool id in the format region : guid . concode_field_sep String identityPoolName concode_elem_sep String identityPoolId concode_field_sep void setIdentityPoolId concode_elem_sep String getIdentityPoolName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IdentityPoolShortDescript...
IdentityPoolShortDescription function ( String arg0 ) { setIdentityPoolId ( arg0 ) ; return this ; }
30,289
setter for the field resources . concode_field_sep List<Map<String,Template>> resourceTypes concode_elem_sep List<Map<String,Template>> traits concode_elem_sep List<DocumentationItem> documentation concode_elem_sep String mediaType concode_elem_sep String title concode_elem_sep String version concode_elem_sep List<Map<...
void function ( Map < String , Resource > arg0 ) { this . resources = arg0 ; }
30,290
verbose log message with printf formatting . 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 ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; }
30,291
gets the node . if it was null , but has in the meantime been created , this will return the current node . concode_field_sep Node _node concode_elem_sep Element _element concode_elem_sep String _fieldName concode_elem_sep Hashtable _elementFieldNodeHashtables concode_elem_sep int _debugLevel concode_field_sep String g...
Node function ( ) { _node = _element . getAttributeNode ( _fieldName ) ; if ( _node == null && ( _fieldName . equalsIgnoreCase ( "srini_string" ) ) ) { _node = getTextNode ( _element ) ; } return _node ; }
30,292
returns the problem code . concode_field_sep String fPluginId concode_elem_sep int fSeverity concode_elem_sep String fMessage concode_elem_sep int NO_CODE concode_elem_sep Object fData concode_elem_sep int fCode concode_elem_sep RefactoringStatusContext fContext concode_field_sep boolean isFatalError concode_elem_sep b...
int function ( ) { return fCode ; }
30,293
compare this card with the argument . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String toString concode_elem_sep String suit
boolean function ( Card arg0 ) { return suit . equals ( arg0 . suit ( ) ) && rank . equals ( arg0 . rank ( ) ) && pointValue == arg0 . pointValue ( ) ; }
30,294
the currently used charset for filename encoding/decoding . concode_field_sep Connection conn concode_elem_sep String filename concode_elem_sep String charsetName concode_elem_sep long length concode_field_sep void setCharset concode_elem_sep void readResponse concode_elem_sep SCPInputStream get concode_elem_sep String...
String function ( ) { return charsetName ; }
30,295
synonym for seturl string . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concod...
void function ( String arg0 ) { this . url = arg0 ; }
30,296
must be called one time per frame before any particle effect drawing operation will occur . concode_field_sep Array<ParticleBatch<?>> batches concode_elem_sep Array<ParticleEffect> effects concode_elem_sep ParticleSystem instance concode_field_sep void add concode_elem_sep void add concode_elem_sep void removeAll conco...
void function ( ) { for ( ParticleBatch < ? > loc0 : batches ) loc0 . begin ( ) ; }
30,297
it means the page size concode_field_sep List<String> paramNames concode_elem_sep Class<T> nativeSqlResultClass concode_elem_sep String dir concode_elem_sep int maxResults concode_elem_sep int defaultCount concode_elem_sep int firstResult concode_elem_sep String ql concode_elem_sep List<Object> params concode_elem_sep ...
void function ( int arg0 ) { this . maxResults = arg0 ; }
30,298
returns a range of all the recent layout revisions . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.qu...
java . util . List < com . liferay . portal . model . RecentLayoutRevision > function ( int arg0 , int arg1 ) { return getService ( ) . getRecentLayoutRevisions ( arg0 , arg1 ) ; }
30,299
add a path to reap children from concode_field_sep Reaper.Mode mode concode_elem_sep int reapingThresholdMs concode_elem_sep int DEFAULT_REAPING_THRESHOLD_MS concode_elem_sep AtomicReference<State> state concode_elem_sep Collection<String> paths concode_elem_sep Future<?> task concode_elem_sep CloseableScheduledExecuto...
ChildReaper function ( String arg0 ) { paths . add ( PathUtils . validatePath ( arg0 ) ) ; return this ; }