idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
30,600
returns the collection that this basicdatum was constructed with . concode_field_sep List<double[]> featureVals concode_elem_sep List<FEAT> features concode_elem_sep long serialVersionUID concode_elem_sep LAB label concode_field_sep List<double[]> asFeatureVals concode_elem_sep int hashCode concode_elem_sep boolean equ...
List < FEAT > function ( ) { return features ; }
30,601
tests if this bitvector has the msb leftmost as the first bit i.e. at index 0 . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_field_sep void setBytes concode_elem_sep void setBytes conco...
boolean function ( ) { return m_MSBAccess ; }
30,602
returns the elements in the input , which must be either an array or a collection . concode_field_sep ArrayContentProvider instance concode_field_sep ArrayContentProvider getInstance
Object [ ] function ( Object arg0 ) { if ( arg0 instanceof Object [ ] ) { return ( Object [ ] ) arg0 ; } if ( arg0 instanceof Collection ) { return ( ( Collection ) arg0 ) . toArray ( ) ; } return new Object [ 0 ] ; }
30,603
set the log logger that is to be used to report warnings.if set to null then a default log logger set tothe name of the instance class will be used . concode_field_sep Log logger concode_field_sep void warning concode_elem_sep void error concode_elem_sep void fatal
void function ( Log arg0 ) { this . logger = ( arg0 != null ? arg0 : LogFactory . getLog ( getClass ( ) ) ) ; }
30,604
move into a terminal state with an exception . call drain anytime after . serialized access is expected with respect to element emission . concode_field_sep Throwable exception concode_elem_sep BackpressureQueueCallback actual concode_elem_sep long requestedCount concode_elem_sep AtomicLongFieldUpdater<BackpressureDrai...
void function ( Throwable arg0 ) { if ( ! terminated ) { exception = arg0 ; terminated = true ; } }
30,605
returns the label of the associated target . concode_field_sep Iterable<PathFragment> headerSearchPaths concode_elem_sep Iterable<Artifact> objcHdrs concode_elem_sep SourceType sourceType concode_elem_sep Label targetLabel concode_elem_sep Iterable<Artifact> objcSrcs concode_elem_sep PathFragment objcFilePath concode_f...
Label function ( ) { return targetLabel ; }
30,606
gets the value of the value property . concode_field_sep String fragment concode_elem_sep int mass concode_elem_sep int length concode_elem_sep String checksum concode_elem_sep Boolean precursor concode_elem_sep XMLGregorianCalendar modified concode_elem_sep String value concode_elem_sep int version concode_field_sep i...
String function ( ) { return value ; }
30,607
log a message at fatal level . concode_field_sep String name concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug conco...
void function ( Object arg0 , Throwable arg1 ) { log ( Level . FATAL , arg0 , arg1 ) ; }
30,608
create a new teamtag concode_field_sep ProgramPersistence programPersistence concode_elem_sep ClientPersistence clientPersistence concode_elem_sep EncounterPersistence encounterPersistence concode_elem_sep PatientSelfRegConfigurationPersistence patientSelfRegConfigurationPersistence concode_elem_sep UserClientTeamRoleP...
TeamTag function ( Team arg0 , Tag arg1 ) { TeamTag loc0 = new TeamTag ( arg0 , arg1 ) ; return teamTagPersistence . saveTeamTag ( loc0 ) ; }
30,609
gets the value of the example 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 void setTemplateRef concode_elem_sep String ...
Example function ( ) { return example ; }
30,610
get the destinationaddressprefix value . concode_field_sep List<String> expandedSourceAddressPrefix concode_elem_sep String destinationAddressPrefix concode_elem_sep SecurityRuleProtocol protocol concode_elem_sep String sourcePortRange concode_elem_sep SecurityRuleAccess access concode_elem_sep String sourceAddressPref...
String function ( ) { return this . destinationAddressPrefix ; }
30,611
encrypt the data using the encryptionkey and objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_e...
byte [ ] function ( Reference arg0 , byte [ ] arg1 , byte [ ] arg2 ) { return securityHandler . encrypt ( arg0 , arg1 , arg2 ) ; }
30,612
specifies the password needed to open the keystore you also need to specify a #keystorefilename string alternatively specify an array of #keymanagers keymanager concode_field_sep boolean requireClientAuth concode_elem_sep ProtocolServerConfigurationChildBuilder<T,S> parentConfigurationBuilder concode_elem_sep Map<Strin...
SslConfigurationBuilder function ( char [ ] arg0 ) { defaultDomainConfigurationBuilder . arg0 ( arg0 ) ; return this ; }
30,613
sets the display surface while in a transaction . concode_field_sep Rect mCurrentDisplayRect concode_elem_sep Rect mCurrentLayerStackRect concode_elem_sep DisplayAdapter mDisplayAdapter concode_elem_sep int mCurrentLayerStack concode_elem_sep Surface mCurrentSurface concode_elem_sep IBinder mDisplayToken concode_elem_s...
void function ( Surface arg0 ) { if ( mCurrentSurface != arg0 ) { mCurrentSurface = arg0 ; SurfaceControl . setDisplaySurface ( mDisplayToken , arg0 ) ; } }
30,614
determine if location data is available . concode_field_sep GeoListener owner concode_elem_sep boolean running concode_elem_sep Location cLoc concode_elem_sep boolean hasData concode_elem_sep LocationManager mLocMan concode_elem_sep PhonegapActivity mCtx concode_field_sep Location getLocation concode_elem_sep void onPr...
boolean function ( ) { return this . hasData ; }
30,615
this is the default as per web and ios . we want to be consistent across platforms . concode_field_sep PlaceHolder placeHolder concode_field_sep ScalingUtils.ScaleType toScaleType
ScalingUtils . ScaleType function ( ) { return ScalingUtils . ScaleType . CENTER_CROP ; }
30,616
sets the user name of this feed . concode_field_sep Feed _feed concode_field_sep java.lang.String getTwitterScreenName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_s...
void function ( java . lang . String arg0 ) { _feed . setUserName ( arg0 ) ; }
30,617
gets the value of the stats property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_sep Da...
LineItemCreativeAssociationStats function ( ) { return stats ; }
30,618
the dkim attributes for an email address or a domain . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,IdentityDkimAttributes> dkimAttributes concode_field_sep java.util.Map<String,IdentityDkimAttributes> getDkimAttributes concode_elem_sep void setDkimAttributes concode_elem_sep int hashCode concode_elem...
GetIdentityDkimAttributesResult function ( java . util . Map < String , IdentityDkimAttributes > arg0 ) { setDkimAttributes ( arg0 ) ; return this ; }
30,619
sets the dayparts value for this dayparttargeting . concode_field_sep com.google.api.ads.dfp.axis.v201403.DayPart[] dayParts concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v201403.DeliveryTimeZone timeZone concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.a...
void function ( com . google . api . ads . dfp . axis . v201403 . DayPart [ ] arg0 ) { this . dayParts = arg0 ; }
30,620
request to be notified of the closest display vsync events . listener.onvsync will be called soon after the upcoming vsync pulses . it will be called at most max_vsync_count times unless requestupdate is called again . concode_field_sep long mRefreshPeriodNano concode_elem_sep long NANOSECONDS_PER_SECOND concode_elem_s...
void function ( ) { mTriggerNextVSyncCount = MAX_VSYNC_COUNT ; mLastUpdateRequestNano = getCurrentNanoTime ( ) ; postCallback ( ) ; }
30,621
sets new snapshot stage concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSi...
void function ( Stage arg0 ) { this . stage = arg0 ; }
30,622
determines the brightness of the given bulb . concode_field_sep SettingsTree settingsData concode_elem_sep Map<String,Object> dataMap concode_elem_sep Logger logger concode_field_sep int getColorTemperature concode_elem_sep SettingsTree node concode_elem_sep boolean isReachable concode_elem_sep boolean isValidId concod...
int function ( String arg0 ) { if ( settingsData == null ) { logger . error ( "srini_string" ) ; return 0 ; } return ( Integer ) settingsData . node ( "srini_string" ) . node ( arg0 ) . node ( "srini_string" ) . value ( "srini_string" ) ; }
30,623
getter for property ` target ' . same as #getimplementation except that this method will not force initialization . concode_field_sep String sessionFactoryUuid concode_elem_sep String entityName concode_elem_sep SharedSessionContractImplementor session concode_elem_sep Boolean readOnlyBeforeAttachedToSession concode_el...
Object function ( ) { return target ; }
30,624
returns the currently in-flight delete operations concode_field_sep String INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep String NOOP_UPDATE_TOTAL concode_elem_sep String DELETE_CURRENT concode_elem_sep Map<String,Stats> typeStats concode_elem_sep String DELETE_TOTAL concode_elem_sep String DELETE_TIME...
long function ( ) { return deleteCurrent ; }
30,625
get the total elapsed time in msec between the start of profiling and the buildfinished event . concode_field_sep long buildFinished concode_elem_sep Map<String,ContinuousOperation> dependencySets concode_elem_sep long projectsEvaluated concode_elem_sep long settingsEvaluated concode_elem_sep long projectsLoaded concod...
long function ( ) { return buildFinished - profilingStarted ; }
30,626
returns the percent formatter . concode_field_sep long serialVersionUID concode_elem_sep NumberFormat numberFormat concode_elem_sep String labelFormat concode_elem_sep NumberFormat percentFormat concode_field_sep NumberFormat getNumberFormat concode_elem_sep String getLabelFormat concode_elem_sep int hashCode concode_e...
NumberFormat function ( ) { return this . percentFormat ; }
30,627
get the id component from the ` command header ' integer . concode_field_sep int CMD_HDR_LEN_MAX concode_elem_sep int CLOSE_PATH_HDR concode_field_sep int cmdHdr concode_elem_sep int getCmdLength concode_elem_sep GeomCmd getCmd concode_elem_sep int closePathCmdHdr
int function ( int arg0 ) { return arg0 & 0x7 ; }
30,628
returns the revision string . concode_field_sep boolean m_smoothPredictions concode_elem_sep double[] m_splitVals concode_elem_sep double m_minNumInstances concode_elem_sep int LEFT concode_elem_sep long serialVersionUID concode_elem_sep int[] m_splitAtts concode_elem_sep boolean m_regressionTree concode_elem_sep int R...
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
30,629
indicates the reason . for example reason `` running linux '' results inthe message `` running linux '' . 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_el...
ConditionMessage function ( String arg0 ) { if ( StringUtils . isEmpty ( arg0 ) ) { return new ConditionMessage ( ConditionMessage . this , this . condition ) ; } return new ConditionMessage ( ConditionMessage . this , this . condition + ( StringUtils . isEmpty ( this . condition ) ? "srini_string" : "srini_string" ) +...
30,630
return the singleton instance . concode_field_sep CustomSQLExceptionTranslatorRegistry instance concode_elem_sep Map<String,SQLExceptionTranslator> translatorMap concode_elem_sep Log logger concode_field_sep SQLExceptionTranslator findTranslatorForDatabase concode_elem_sep void registerTranslator
CustomSQLExceptionTranslatorRegistry function ( ) { return instance ; }
30,631
configures http digest authentication for a specific path . concode_field_sep PathConfigurationBuilder parentBuilder concode_elem_sep AuthenticationMethodConfigurationBuilder authenticationMethodConfigurationBuilder concode_field_sep X509AuthenticationConfigurationBuilder x509 concode_elem_sep FormAuthenticationConfigu...
DigestAuthenticationConfigurationBuilder function ( ) { this . authenticationMethodConfigurationBuilder = new DigestAuthenticationConfigurationBuilder ( this . parentBuilder ) ; return ( DigestAuthenticationConfigurationBuilder ) this . authenticationMethodConfigurationBuilder ; }
30,632
sets the minimum number of threads to keep alive for background revalidations due to the stale-while-revalidate directive . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIE...
void function ( int arg0 ) { this . asynchronousWorkersCore = arg0 ; }
30,633
when a ua failed on un registering . concode_field_sep PresenceAgent pa concode_elem_sep PrintStream stdout concode_elem_sep BufferedReader stdin concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onPaNotificationFailure concode_elem_sep void subscribe concode_elem_sep void unregister con...
void function ( RegisterAgent arg0 , NameAddress arg1 , NameAddress arg2 , String arg3 ) { printLog ( "srini_string" + arg3 , LogLevel . HIGH ) ; }
30,634
begins a named object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep S...
JSONBuilder function ( String arg0 ) { appendCommaAndKey ( arg0 ) ; params . append ( "srini_string" ) ; return this ; }
30,635
prints a character to standard output and then terminates the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_...
void function ( char arg0 ) { out . println ( arg0 ) ; }
30,636
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ComplianceSummary complianceSummary concode_elem_sep String resourceType concode_field_sep int hashCode concode_elem_sep String getResourceType concode_elem_sep ComplianceSummaryByResourceType withResourceType concode_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getResourceType ( ) != null ) loc0 . append ( "srini_string" + getResourceType ( ) + "srini_string" ) ; if ( getComplianceSummary ( ) != null ) loc0 . append ( "srini_string" + getComplianceSummary ( ) ) ; loc0 . ...
30,637
compare by start position . concode_field_sep Pattern SUGGESTION_PATTERN concode_elem_sep int fromLine concode_elem_sep int endColumn concode_elem_sep String shortMessage concode_elem_sep int endLine concode_elem_sep Rule rule concode_elem_sep int fromPos concode_elem_sep List<String> suggestedReplacements concode_elem...
int function ( final RuleMatch arg0 ) { Objects . requireNonNull ( arg0 ) ; return Integer . compare ( getFromPos ( ) , arg0 . getFromPos ( ) ) ; }
30,638
gets the value of the additionaldescription property . concode_field_sep String longDescription concode_elem_sep String displayName concode_elem_sep String additionalDescription concode_elem_sep String pageTitle concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String keyword c...
String function ( ) { return additionalDescription ; }
30,639
sets the user uuid of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCached...
void function ( java . lang . String arg0 ) { _entry . setUserUuid ( arg0 ) ; }
30,640
gets the value of the queryoperator property . concode_field_sep String collatorRef concode_elem_sep String id concode_elem_sep String queryOperator concode_field_sep void setQueryOperator concode_elem_sep String getCollatorRef concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setCollatorR...
String function ( ) { return queryOperator ; }
30,641
returns the cached sample for the given file , if it exists , null otherwise . concode_field_sep File baseDir concode_elem_sep Logger LOGGER concode_elem_sep Catalog catalog concode_elem_sep GeoServerResourceLoader loader concode_elem_sep String LEGEND_SAMPLES_FOLDER concode_elem_sep String DEFAULT_SAMPLE_FORMAT concod...
File function ( StyleInfo arg0 ) { String loc0 = getSampleFileName ( arg0 ) ; return getSampleFile ( loc0 ) ; }
30,642
returns a snapshot of the connections in this pool , ordered from newest to oldest . waits for the cleanup callable to run if it is currently scheduled . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEF...
List < Connection > function ( ) { waitForCleanupCallableToRun ( ) ; synchronized ( this ) { return new ArrayList < Connection > ( connections ) ; } }
30,643
add the given collection of trees to the statistics counted . can be called multiple times with different trees . concode_field_sep String featureDir concode_elem_sep LinearClassifier scorer concode_elem_sep Distribution<String> tagDist concode_elem_sep Pattern bigramPattern concode_elem_sep Pair<Pattern,Integer> charT...
void function ( Collection < Tree > arg0 , double arg1 ) { for ( Tree loc0 : arg0 ) { train ( loc0 , arg1 ) ; } }
30,644
returns the spine version used to export this data , or null . concode_field_sep Array<SlotData> slots concode_elem_sep Array<IkConstraintData> ikConstraints concode_elem_sep Array<Animation> animations concode_elem_sep Array<BoneData> bones concode_elem_sep Skin defaultSkin concode_elem_sep String version concode_elem...
String function ( ) { return version ; }
30,645
returns the tag messagepattern . concode_field_sep Pattern compiledTagPattern concode_elem_sep Logger.Level level concode_elem_sep String messagePattern concode_elem_sep String tagPattern concode_elem_sep Pattern compiledMessagePattern concode_field_sep Logger.Level getLevel concode_elem_sep void print concode_elem_sep...
String function ( ) { return tagPattern ; }
30,646
clear user store manager to in-memory map concode_field_sep Map<String,Map<String,String>> userStoreManagers concode_field_sep Set<String> getAvailableDomainNames concode_elem_sep void addUserStoreManager concode_elem_sep Map<String,String> convertArrayToMap concode_elem_sep Map<String,String> getUserStoreManager
void function ( ) { UserStoreMgtDataKeeper . userStoreManagers . clear ( ) ; }
30,647
sets the value of the href property . concode_field_sep List<Param> param concode_elem_sep List<String> profile concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String mediaType concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> any co...
void function ( String arg0 ) { this . href = arg0 ; }
30,648
escape and encode a string regarded as within the query component of an uri . concode_field_sep String HTML_TAIL concode_field_sep PrintWriter initHTML concode_elem_sep String percentageGraph concode_elem_sep String percentageGraph concode_elem_sep long parseLongParam concode_elem_sep String encodePath concode_elem_sep...
String function ( final String arg0 ) { try { return URIUtil . encodeWithinQuery ( arg0 , "srini_string" ) ; } catch ( URIException loc0 ) { throw new AssertionError ( "srini_string" ) ; } }
30,649
extracts the linear components from a single geometry and adds them to the provided collection . concode_field_sep Collection lines concode_elem_sep boolean isForcedToLineString concode_field_sep void filter concode_elem_sep Geometry getGeometry concode_elem_sep Geometry getGeometry concode_elem_sep void setForceToLine...
Collection function ( Geometry arg0 , Collection arg1 ) { if ( arg0 instanceof LineString ) { arg1 . add ( arg0 ) ; } else { arg0 . apply ( new LinearComponentExtracter ( arg1 ) ) ; } return arg1 ; }
30,650
modifies the predicate to be the conjunction of itself and the specified predicate . concode_field_sep List<Term> terms concode_field_sep Constant equatesWithConstant concode_elem_sep int reductionFactor concode_elem_sep Predicate selectPred concode_elem_sep boolean isSatisfied concode_elem_sep String equatesWithField ...
void function ( Predicate arg0 ) { terms . addAll ( arg0 . terms ) ; }
30,651
adds a new modality . concode_field_sep BidiMap<Integer,String> tagNameMappings concode_elem_sep Set<TagValue> nDICOMFields concode_elem_sep boolean indexAllModalities concode_elem_sep HashMap<Integer,TagValue> tagValueMappings concode_elem_sep boolean deepSearchModalities concode_elem_sep Semaphore sem concode_elem_se...
void function ( String arg0 ) { this . modalitiesSet . add ( arg0 ) ; }
30,652
returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato...
int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; }
30,653
a convenience method that specifies both request path and file system path bindings for serving files . the path specified is relative to the context 's pathbinding and filesystembinding at request time.the default value is effectively '' '' , which means that existing path binding and file system binding is used . imp...
FileHandlerSpec function ( String arg0 ) { return arg0 ( arg0 ) . dir ( arg0 ) ; }
30,654
returns the size of all the attributes in this attribute list . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep ByteVector write concode_elem_sep int getCou...
int function ( final ClassWriter arg0 , final byte [ ] arg1 , final int arg2 , final int arg3 , final int arg4 ) { Attribute loc0 = this ; int loc1 = 0 ; while ( loc0 != null ) { arg0 . newUTF8 ( loc0 . type ) ; loc1 += loc0 . write ( arg0 , arg1 , arg2 , arg3 , arg4 ) . length + 6 ; loc0 = loc0 . next ; } return loc1 ...
30,655
get class loader concode_field_sep Map<Class<?>,Class<?>> primitiveWrapperTypeMap concode_elem_sep String ARRAY_SUFFIX concode_elem_sep String INTERNAL_ARRAY_PREFIX concode_elem_sep Map<String,Class<?>> primitiveTypeNameMap concode_field_sep ClassLoader getCallerClassLoader concode_elem_sep Class<?> resolvePrimitiveCla...
ClassLoader function ( Class < ? > arg0 ) { ClassLoader loc0 = null ; try { loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) ; } catch ( Throwable loc1 ) { } if ( loc0 == null ) { loc0 = arg0 . getClassLoader ( ) ; } return loc0 ; }
30,656
creates a java.awt.color from a dhis style color string , e.g. ' #ff3200 ' is an orange color . concode_field_sep int DEFAULT_MAP_WIDTH concode_elem_sep int TITLE_HEIGHT concode_elem_sep int COLOR_RADIX concode_elem_sep String COLOR_PREFIX concode_field_sep boolean nodeIsNonEmpty concode_elem_sep BufferedImage createEr...
Color function ( String arg0 ) { if ( arg0 == null || arg0 . trim ( ) . isEmpty ( ) ) { return null ; } arg0 = arg0 . startsWith ( COLOR_PREFIX ) ? arg0 . substring ( 1 ) : arg0 ; return new Color ( Integer . parseInt ( arg0 , COLOR_RADIX ) ) ; }
30,657
returns the previous element in the iteration . concode_field_sep int currentPos concode_elem_sep LinkedList<T> records concode_field_sep T next concode_elem_sep boolean hasPrev concode_elem_sep T prevRecord concode_elem_sep boolean hasNext concode_elem_sep T nextRecord concode_elem_sep void remove
T function ( ) { this . currentPos -- ; if ( this . currentPos < 0 ) { throw new NoSuchElementException ( ) ; } return records . get ( this . currentPos ) ; }
30,658
make the zero-valued initial txnego for a partition concode_field_sep long SEQUENCE_MAX_VALUE concode_elem_sep long SEQUENCE_BITS concode_elem_sep long PARTITIONID_BITS concode_elem_sep long VOLT_EPOCH concode_elem_sep int PARTITIONID_MAX_VALUE concode_elem_sep long UNUSED_SIGN_BITS concode_elem_sep long m_txnId concod...
TxnEgo function ( final long arg0 ) { return new TxnEgo ( SEQUENCE_ZERO , arg0 ) ; }
30,659
allocates array that can hold all key indices returned by #getkeyindexandnearbycodes method . the maximum size of the array should be computed by #getmaxnearbykeys . concode_field_sep int mCorrectionY concode_elem_sep int NOT_A_CODE concode_elem_sep int mCorrectionX concode_elem_sep boolean DEBUG concode_elem_sep Keybo...
int [ ] function ( ) { int [ ] loc0 = new int [ getMaxNearbyKeys ( ) ] ; Arrays . fill ( loc0 , NOT_A_CODE ) ; return loc0 ; }
30,660
checks that file is in cache . concode_field_sep String fileName concode_elem_sep int SHIFT_4 concode_elem_sep String CONFIG_HASH_KEY concode_elem_sep char[] HEX_CHARS concode_elem_sep int MASK_0X0F concode_elem_sep Configuration config concode_elem_sep Properties details concode_field_sep String getConfigHashCode conc...
boolean function ( String arg0 , long arg1 ) { final String loc0 = details . getProperty ( arg0 ) ; return loc0 != null && loc0 . equals ( Long . toString ( arg1 ) ) ; }
30,661
atomically sets the element at position i to the givenupdated value if the current value == the expected value.may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep Object[] array concode_elem_sep int shift concode_elem_sep long ...
boolean function ( int arg0 , E arg1 , E arg2 ) { return compareAndSet ( arg0 , arg1 , arg2 ) ; }
30,662
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
30,663
this method is used to update screen size and adjust rendering of current game state accordingly concode_field_sep Game game concode_elem_sep Stack<GameState> gameStates concode_field_sep void pop concode_elem_sep void pushState concode_elem_sep void setState concode_elem_sep void update concode_elem_sep void dispose c...
void function ( int arg0 , int arg1 ) { if ( ! gameStates . isEmpty ( ) ) gameStates . peek ( ) . resize ( arg0 , arg1 ) ; }
30,664
gets the value of the resourceadaptortyperef property . concode_field_sep ActivityContextInterfaceFactoryName activityContextInterfaceFactoryName concode_elem_sep Description description concode_elem_sep String id concode_elem_sep ResourceAdaptorTypeRef resourceAdaptorTypeRef concode_elem_sep List<ResourceAdaptorEntity...
ResourceAdaptorTypeRef function ( ) { return resourceAdaptorTypeRef ; }
30,665
returns the upper frame edge . concode_field_sep DrawSurface surface concode_elem_sep Point lowerFrameEdge concode_elem_sep Point upperFrameEdge concode_elem_sep List<Collidable> collidables concode_field_sep DrawSurface getSurface concode_elem_sep void addCollidable concode_elem_sep void setSurface concode_elem_sep vo...
Point function ( ) { return upperFrameEdge ; }
30,666
closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_elem_sep...
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } }
30,667
immediately force a commit or rollback of the current test-managed transaction , according to the @linkplain #isflaggedforrollback rollback flag . concode_field_sep PlaceHolder placeHolder concode_field_sep void flagForRollback concode_elem_sep void start concode_elem_sep void flagForCommit concode_elem_sep Transaction...
void function ( ) { requireCurrentTransactionContext ( ) . endTransaction ( ) ; }
30,668
searches policy for the given principal . concode_field_sep boolean isModified concode_elem_sep ArrayList<JcrPolicy> entries concode_elem_sep long serialVersionUID concode_elem_sep JcrPermission[] PERMISSIONS concode_field_sep void add concode_elem_sep void modify concode_elem_sep Collection<JcrPolicy> entries concode_...
JcrPolicy function ( String arg0 ) { for ( JcrPolicy loc0 : entries ) { if ( loc0 . getPrincipal ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; }
30,669
adds vector u to this vector concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void setY concode_elem_sep void setX concode_elem_sep void setZ concode_elem_sep float angleBetween concode_elem_sep float3 reflect concode_elem_sep float3 xyx concode_elem_sep void normalize conco...
float3 function ( float3 arg0 ) { return new float3 ( x + arg0 . x , y + arg0 . y , z + arg0 . z ) ; }
30,670
create a post request for the given url concode_field_sep Gson gson concode_elem_sep String baseUrl concode_elem_sep Song[] EMPTY_SONGS concode_elem_sep String USER_AGENT concode_elem_sep Song[] songs concode_elem_sep String token concode_field_sep String encode concode_elem_sep void unstar concode_elem_sep void star c...
HttpRequest function ( final String arg0 ) { String loc0 = HttpRequest . encode ( baseUrl + arg0 ) ; return HttpRequest . post ( loc0 ) . authorization ( token ) . userAgent ( USER_AGENT ) ; }
30,671
start the toast displayed in the center of the screen . concode_field_sep String messageTxt concode_elem_sep long displayTime concode_elem_sep boolean closeWhenClicked concode_elem_sep Color messageBackground concode_elem_sep Logger LOGGER concode_elem_sep Color messgaeForeground concode_elem_sep long DEFAULT_DISPLAY_T...
void function ( ) { start ( null , ToastTask . CENTER_X , ToastTask . CENTER_Y ) ; }
30,672
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally as the final step , when a successful connection has been made . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap con...
Session function ( Database arg0 , User arg1 , boolean arg2 , boolean arg3 , String arg4 , int arg5 ) { Session loc0 = new Session ( arg0 , arg1 , arg3 , arg2 , sessionIdCount , arg4 , arg5 ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
30,673
sets the value of the v property . concode_field_sep Object parent concode_elem_sep long v concode_field_sep long getV concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
void function ( long arg0 ) { this . v = arg0 ; }
30,674
returns the user name of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEsca...
java . lang . String function ( ) { return _team . getUserName ( ) ; }
30,675
set the height of this texture concode_field_sep int texWidth concode_elem_sep float widthRatio concode_elem_sep int width concode_elem_sep int textureID concode_elem_sep int texHeight concode_elem_sep float heightRatio concode_elem_sep int target concode_elem_sep int height concode_field_sep float getHeight concode_el...
void function ( int arg0 ) { this . texHeight = arg0 ; setHeight ( ) ; }
30,676
appends the style to the list . if the replace value is false and the list already contains the key , it will not be replaced . concode_field_sep LFUMap<BorderEdge,String> cachedBorderStyle concode_elem_sep StyleBuilderFactory factory concode_elem_sep String INDENT concode_elem_sep LFUMap<BorderCorner,String> cachedCor...
void function ( final CSSKeys arg0 , final String arg1 , final boolean arg2 ) { if ( arg2 == false ) { final Object loc0 = usedStyles [ arg0 . ordinal ( ) ] ; if ( loc0 != null ) { return ; } } final StyleCarrier loc1 = new StyleCarrier ( arg0 , HtmlEncoderUtil . encodeCSS ( arg1 , prepareBuffer ( ) ) , null ) ; usedSt...
30,677
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
ManagedObjectReference function ( ) { return returnval ; }
30,678
returns the next element , if one exists , otherwise throws an exception concode_field_sep LiveSetElement current concode_field_sep boolean hasMoreElements
RegisterOperand function ( ) { if ( current != null ) { LiveSetElement loc0 = current ; current = current . getNext ( ) ; return loc0 . getRegisterOperand ( ) ; } else { throw new NoSuchElementException ( "srini_string" ) ; } }
30,679
set trx name concode_field_sep String TRXNAME_None concode_elem_sep boolean m_active concode_elem_sep Connection m_connection concode_elem_sep CCache<String,Trx> s_cache concode_elem_sep long m_startTime concode_elem_sep String m_trxName concode_elem_sep CLogger log concode_field_sep boolean rollback concode_elem_sep b...
void function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) throw new IllegalArgumentException ( "srini_string" ) ; m_trxName = arg0 ; }
30,680
this method is called to process the character data between element tags . concode_field_sep RootXmlReadHandler rootHandler concode_elem_sep boolean firstCall concode_elem_sep String tagName concode_field_sep void init concode_elem_sep void endElement concode_elem_sep void startElement concode_elem_sep void startParsin...
void function ( final char [ ] arg0 , final int arg1 , final int arg2 ) { }
30,681
converts unit code to regular integer concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep boolean s_isValidAddress concode_elem_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep String s...
int function ( byte arg0 ) { Integer loc0 = s_unitCodeToInt . get ( new Integer ( arg0 & 0xff ) ) ; return ( loc0 == null ) ? - 1 : loc0 ; }
30,682
sets the port to be listened to . concode_field_sep InetAddress m_Address concode_elem_sep int m_Port concode_elem_sep boolean m_Listening concode_elem_sep int c_RequestCounter concode_elem_sep Thread m_Listener concode_elem_sep int m_FloodProtection concode_elem_sep int REQUESTS_TOGC concode_elem_sep ThreadPool m_Thre...
void function ( int arg0 ) { m_Port = arg0 ; }
30,683
sets the concept name associated with this word . concode_field_sep String synonym concode_elem_sep ConceptName conceptName concode_elem_sep long serialVersionUID concode_elem_sep Integer conceptWordId concode_elem_sep Concept concept concode_elem_sep Double weight concode_elem_sep Locale locale concode_elem_sep String...
void function ( ConceptName arg0 ) { this . conceptName = arg0 ; }
30,684
gets property depmode . concode_field_sep String userVer concode_elem_sep DeploymentMode depMode concode_elem_sep UUID sndNodeId concode_elem_sep ClassLoader parentLdr concode_elem_sep ClassLoader clsLdr concode_elem_sep boolean record concode_elem_sep String clsName concode_elem_sep String alias concode_elem_sep Ignit...
DeploymentMode function ( ) { return depMode ; }
30,685
returns true if a query is to be pursued recursively . concode_field_sep boolean recursionDesired concode_elem_sep DnsMessage parent concode_elem_sep int TYPE_RESPONSE concode_elem_sep int OPCODE_QUERY concode_elem_sep int z concode_elem_sep int OPCODE_IQUERY concode_elem_sep int id concode_elem_sep int opcode concode_...
boolean function ( ) { return recursionDesired ; }
30,686
checks whether this pose matches the other given pose given rounding errors and wildcard fields nan . note that this comparison is reflexive and symmetric , but not transitive . concode_field_sep Quaternion rotation concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep long seri...
boolean function ( Pose3D arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
30,687
sets the value of the point property . concode_field_sep String name concode_elem_sep String styleUrl concode_elem_sep Point point concode_field_sep void setName concode_elem_sep Point getPoint concode_elem_sep String getName concode_elem_sep void setStyleUrl concode_elem_sep String getStyleUrl
void function ( Point arg0 ) { this . point = arg0 ; }
30,688
writes a counted string from the stream . a counted string is a one byte value indicating string length , followed by bytes of data . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_pos concode_field_sep int current concode_elem_sep void writeByteArray concode_elem_sep void writeByteA...
void function ( byte [ ] arg0 ) { if ( arg0 . length > 0xFF ) { throw new IllegalArgumentException ( "srini_string" ) ; } need ( 1 + arg0 . length ) ; array [ pos ++ ] = ( byte ) ( arg0 . length & 0xFF ) ; writeByteArray ( arg0 , 0 , arg0 . length ) ; }
30,689
returns whether the given class member has a special new name . concode_field_sep MemberVisitor memberVisitor concode_field_sep void visitLibraryMethod concode_elem_sep void visitProgramField concode_elem_sep void visitProgramMethod concode_elem_sep void visitLibraryField
boolean function ( Member arg0 ) { return SpecialNameFactory . isSpecialName ( MemberObfuscator . newMemberName ( arg0 ) ) ; }
30,690
look up the value of a given response datum . concode_field_sep String UTF_8 concode_elem_sep String statusValue concode_elem_sep HttpResponse response concode_elem_sep Logger log concode_elem_sep Map<String,String> attributes concode_elem_sep String status concode_field_sep String getEZIDStatus concode_elem_sep String...
String function ( String arg0 ) { return attributes . get ( arg0 ) ; }
30,691
add retrieval of related sobject fields by identifier . for example account has a relation to createdby . to fetch fields from that related object user sobject use : batch.addgetrelated `` account '' , identifier , `` createdby '' , `` name '' , `` id '' concode_field_sep String apiPrefix concode_elem_sep List<BatchReq...
SObjectBatch function ( final String arg0 , final String arg1 , final String arg2 , final String ... arg3 ) { version . requireAtLeast ( 36 , 0 ) ; final String loc0 = composeFieldsParameter ( arg3 ) ; addBatchRequest ( new BatchRequest ( Method . GET , rowBaseUrl ( arg0 , arg1 ) + "srini_string" + notEmpty ( arg2 , "s...
30,692
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se...
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; }
30,693
sets the value of the etablissementid property . concode_field_sep String codePorteur concode_elem_sep String ville concode_elem_sep List<Ent.Etablissement> etablissement concode_elem_sep String etablissementUid concode_elem_sep String telephone concode_elem_sep String codePostal concode_elem_sep String fax concode_ele...
void function ( String arg0 ) { this . etablissementId = arg0 ; }
30,694
generate a random mime boundary as bytes , often used in multipart mime types . concode_field_sep String IMAGE_JPEG_VALUE concode_elem_sep MimeType TEXT_HTML concode_elem_sep MimeType ALL concode_elem_sep MimeType TEXT_XML concode_elem_sep Random RND concode_elem_sep String IMAGE_PNG_VALUE concode_elem_sep MimeType IMA...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ RND . nextInt ( 11 ) + 30 ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = BOUNDARY_CHARS [ RND . nextInt ( BOUNDARY_CHARS . length ) ] ; } return loc0 ; }
30,695
getter for exchange rates . concode_field_sep Map<String,String> currencyNames concode_elem_sep Logger logger concode_elem_sep TimeZone timeZone concode_elem_sep Date issueDate concode_elem_sep long serialVersionUID concode_elem_sep Map<Date,Map<String,Double>> currencies concode_field_sep List<String> getCodes concode...
Map < Date , Map < String , Double >> function ( ) { return currencies ; }
30,696
creates a new dynamic image renderer concode_field_sep boolean onMacOSX concode_field_sep Renderer createRenderer concode_elem_sep ImageRenderer createStaticImageRenderer
ImageRenderer function ( ) { if ( onMacOSX ) return new MacRenderer ( ) ; return new DynamicRenderer ( ) ; }
30,697
gets the spellthreshold value for this wsgetfullpathvalues . concode_field_sep java.lang.String fullPath concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep int spellThreshold concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String orderBy concode_elem_sep boolean ...
int function ( ) { return spellThreshold ; }
30,698
return whether this modelandview object is empty , i.e. whether it does not hold any view and does not contain a model . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel concode_elem_sep void ...
boolean function ( ) { return ( this . view == null && CollectionUtils . isEmpty ( this . model ) ) ; }
30,699
if input stream is org.apache.hadoop.fs.seekable , return it 's current position , otherwise return 0 ; concode_field_sep int MIN_BUFFER_SIZE concode_field_sep void checkCodec concode_elem_sep int checkBufferSize concode_elem_sep int getBufferSize concode_elem_sep void freeDB
long function ( InputStream arg0 ) { if ( arg0 instanceof Seekable ) { return ( ( Seekable ) arg0 ) . getPos ( ) ; } return 0 ; }