idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
12,900
sets the color for filling of the under the line area . concode_field_sep int dotRadius concode_elem_sep Font indexLabelFont concode_elem_sep int mainLineWidth concode_elem_sep Color gridLineColor concode_elem_sep Color backgroundColor concode_elem_sep int indexLabelBorderWidth concode_elem_sep int indexLabelHeight con...
void function ( Color arg0 ) { this . fillColor = arg0 ; }
12,901
sets the value of the address property . concode_field_sep MetadataType metadata concode_elem_sep AttributedURIType address concode_elem_sep ReferenceParametersType referenceParameters concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep List<Object> any concode_field_sep void setMetadata concode_elem_se...
void function ( AttributedURIType arg0 ) { this . address = arg0 ; }
12,902
convenience function concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encodeToSha256
String function ( final byte arg0 [ ] ) { return HexUtilities . toHexStringWithoutSeparator ( encodeToSha256 ( arg0 ) ) ; }
12,903
retrieve the result score concode_field_sep double score concode_elem_sep T assignedClass concode_field_sep T getAssignedClass
double function ( ) { return score ; }
12,904
ajax used by genecombo.js concode_field_sep GeneSearchService geneSearchService concode_elem_sep GeneSetSearch geneSetSearch concode_elem_sep SessionListManager sessionListManager concode_elem_sep TaxonService taxonService concode_elem_sep GeneCoreService geneCoreService concode_elem_sep GeneService geneService concode...
Collection < GeneValueObject > function ( String arg0 , Long arg1 ) { return geneCoreService . searchGenes ( arg0 , arg1 ) ; }
12,905
obtains a description of this worker . concode_field_sep Log log concode_elem_sep Thread workerThread concode_elem_sep RefQueueHandler refHandler concode_elem_sep ReferenceQueue<?> refQueue concode_field_sep void run concode_elem_sep void shutdown
String function ( ) { return "srini_string" + this . workerThread ; }
12,906
updates the state of the action . default implementation does nothing . override this method to provide the ability to dynamically change action 's state and or presentation depending on the context for example when your action state depends on the selection you can check for selection and change the state accordingly ...
void function ( AnActionEvent arg0 ) { }
12,907
sets the max value . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Objec...
void function ( Number arg0 ) { this . maxValue = arg0 ; }
12,908
checks for mashing of the keyboard concode_field_sep int chatCount concode_elem_sep ChatbotUser myUser concode_elem_sep ArrayList<String> userInputList concode_elem_sep ArrayList<String> memeList concode_elem_sep String name concode_field_sep void setName concode_elem_sep String introduceUser concode_elem_sep String ge...
boolean function ( String arg0 ) { boolean loc0 = false ; if ( arg0 . indexOf ( "srini_string" ) > - 1 ) { loc0 = true ; } return loc0 ; }
12,909
adds ssrc groups for media described in given jiongle content list . concode_field_sep String authenticatedIdentity concode_elem_sep MediaSSRCGroupMap ssrcGroupsToAdd concode_elem_sep XmppChatMember roomMember concode_elem_sep MediaSSRCMap ssrcs concode_elem_sep boolean isSipGateway concode_elem_sep boolean hasBundleSu...
void function ( List < ContentPacketExtension > arg0 ) { for ( ContentPacketExtension loc0 : arg0 ) { List < SSRCGroup > loc1 = SSRCGroup . getSSRCGroupsForContent ( loc0 ) ; ssrcGroups . addSSRCGroups ( loc0 . getName ( ) , loc1 ) ; } }
12,910
get the absolute number of mispredictions . concode_field_sep int m_incorrect concode_elem_sep boolean m_prediction concode_elem_sep int m_correct concode_elem_sep boolean m_history[] concode_field_sep double getStatsPredPrecision concode_elem_sep boolean getPrediction concode_elem_sep String getPredictionAsStr concode...
int function ( ) { return m_incorrect ; }
12,911
computes m total bits of bloom filter which is expected to achieve , for the specified expected insertions , the required false positive probability . see http://en.wikipedia.org/wiki/bloom_filter#probability_of_false_positives for the formula . concode_field_sep double DEFAULT_FPP concode_elem_sep int versionNumber co...
long function ( long arg0 , double arg1 ) { return ( long ) ( - arg0 * Math . log ( arg1 ) / ( Math . log ( 2 ) * Math . log ( 2 ) ) ) ; }
12,912
returns the logger for the common utils component . concode_field_sep Field urlsField concode_elem_sep Field jarFileField concode_elem_sep boolean isInitialized concode_elem_sep String URLCLASSLOADER_UCP_FIELD_NAME concode_elem_sep String URLCLASSPATH_URLS_FIELD_NAME concode_elem_sep Field loadersField concode_elem_sep...
Logger function ( ) { return LogDomains . getLogger ( ClassLoaderUtil . class , LogDomains . UTIL_LOGGER ) ; }
12,913
the marker to use when requesting the next set of results . if there are no additional results , the string is empty . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<LoadBalancerDescription> loadBalancerDescriptions concode_field_sep java.util.List<LoadBalancerDesc...
String function ( ) { return nextMarker ; }
12,914
ice-4417 migrate method for setting focus id . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep String getFocusId concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int ...
void function ( String arg0 ) { }
12,915
return the path of the scope of the nodes to select , or null if scope is not relevant . a node will be selected if its path or its parent 's path equals the specified path . concode_field_sep PlaceHolder placeHolder concode_field_sep ModelPath getParent concode_elem_sep ModelPath getPath concode_elem_sep boolean match...
ModelPath function ( ) { return null ; }
12,916
returns the osgi service identifier . concode_field_sep KBCommentService _kbCommentService concode_field_sep com.liferay.knowledgebase.model.KBComment getKBComment concode_elem_sep void setWrappedService concode_elem_sep com.liferay.knowledgebase.model.KBComment updateStatus concode_elem_sep java.util.List<com.liferay....
java . lang . String function ( ) { return _kbCommentService . getOSGiServiceIdentifier ( ) ; }
12,917
this method is invoked when this component is deactivated to stop the separate thread if still running . concode_field_sep boolean shared concode_elem_sep boolean running concode_elem_sep AbstractResourceBundleProvider<E> provider concode_elem_sep List<BundleEvent> queue concode_elem_sep Thread runningThread concode_el...
void function ( ) { synchronized ( this ) { closed = true ; notifyAll ( ) ; } Thread loc0 = this . runningThread ; if ( loc0 != null ) { try { loc0 . join ( 30000 ) ; } catch ( InterruptedException loc1 ) { } } }
12,918
returns whether or not the statbase-derived class is a statistic running counter or an achievement one-shot . concode_field_sep IStatType formatter concode_elem_sep String statId concode_elem_sep Class<? extends IJsonSerializable> serializableClazz concode_elem_sep boolean isIndependent concode_elem_sep IScoreCriteria ...
boolean function ( ) { return false ; }
12,919
because we implement iactiondelegate2 , this is called instead of the old #run iaction run . this simply calls that method , which must be invoked since a subclass may have overridden it . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep void setActiveEditor concode_elem_sep void s...
void function ( IAction arg0 , Event arg1 ) { run ( arg0 ) ; }
12,920
set the jdk concurrent executor to use for dispatching incoming requests . concode_field_sep HttpServer server concode_elem_sep String hostname concode_elem_sep Log logger concode_elem_sep int backlog concode_elem_sep Executor executor concode_elem_sep int shutdownDelay concode_elem_sep Map<String,HttpHandler> contexts...
void function ( Executor arg0 ) { this . executor = arg0 ; }
12,921
hashes a filename into the corresponding local directory , in a manner consistent with spark 's diskblockmanager.getfile . concode_field_sep Executor directoryCleaner concode_elem_sep String appId concode_elem_sep ConcurrentMap<AppExecId,ExecutorShuffleInfo> executors concode_elem_sep TransportConf conf concode_elem_se...
File function ( String [ ] arg0 , int arg1 , String arg2 ) { int loc0 = JavaUtils . nonNegativeHash ( arg2 ) ; String loc1 = arg0 [ loc0 % arg0 . length ] ; int loc2 = ( loc0 / arg0 . length ) % arg1 ; return new File ( new File ( loc1 , String . format ( "srini_string" , loc2 ) ) , arg2 ) ; }
12,922
get tenant id from config context concode_field_sep PlaceHolder placeHolder concode_field_sep void initializeTenantTransports concode_elem_sep void setTenantTransports concode_elem_sep ConfigurationContext getTenantConfigurationContext concode_elem_sep ConfigurationContext getTenantConfigurationContextFromUrl concode_e...
int function ( ConfigurationContext arg0 ) { return MultitenantUtils . getTenantId ( arg0 ) ; }
12,923
translates orientation enum from trafficsimulation.xsd concode_field_sep int _maxCarsInSim concode_elem_sep String ATTR_CONN_FROM concode_elem_sep String ATTR_XING_HASTF concode_elem_sep String NODE_CONS concode_elem_sep Logger _logger concode_elem_sep String ATTR_CONN_TO concode_elem_sep String ATTR_CONN_LEN concode_e...
Orientation function ( String arg0 ) { Orientation loc0 ; if ( "srini_string" . equals ( arg0 ) ) { loc0 = Orientation . NORTH_SOUTH ; } else { loc0 = Orientation . EAST_WEST ; } return loc0 ; }
12,924
executes an unpublish signal . concode_field_sep State m_state concode_elem_sep I_CmsPublishItemStatusUpdateHandler m_handler concode_elem_sep boolean m_disabled concode_elem_sep CmsUUID m_id concode_field_sep State getState concode_elem_sep void signalUnremove concode_elem_sep void handleSignal concode_elem_sep boolea...
void function ( ) { if ( m_state == State . publish ) { m_state = State . normal ; } }
12,925
verifies that this fixture 's font is not bold . concode_field_sep String BOLD_PROPERTY concode_elem_sep String NAME_PROPERTY concode_elem_sep String FAMILY_PROPERTY concode_elem_sep String SIZE_PROPERTY concode_elem_sep Description description concode_elem_sep String PROPERTY_SEPARATOR concode_elem_sep String PLAIN_PR...
FontFixture function ( ) { return requireBold ( false ) ; }
12,926
builds a name to be used in the perf trace framework . the framework has length requirements for names , so this ensures the generated name does not exceed the maximum trimming the base name if necessary . concode_field_sep List<String> sFilter concode_elem_sep String MEMORY_TRACE_NAME_SUFFIX concode_elem_sep boolean s...
String function ( String arg0 , String arg1 ) { int loc0 = arg1 . length ( ) ; if ( arg0 . length ( ) + loc0 > MAX_NAME_LENGTH ) { arg0 = arg0 . substring ( 0 , MAX_NAME_LENGTH - loc0 ) ; } return arg0 + arg1 ; }
12,927
return the hihgest score with values note this may be an approximation due to binning concode_field_sep Class THIS_CLASS concode_elem_sep int[] m_FalseSumBin concode_elem_sep boolean m_Dirty concode_elem_sep int[] m_TrueSumBin concode_elem_sep int MAX_SIZE concode_elem_sep String m_AlgorithmName concode_elem_sep FalseD...
double function ( ) { for ( int loc0 = m_TrueBin . length - 1 ; loc0 >= 0 ; loc0 -- ) { if ( m_TrueBin [ loc0 ] > 0 ) return FDRUtilities . fromBin ( loc0 ) ; if ( m_FalseBin [ loc0 ] > 0 ) return FDRUtilities . fromBin ( loc0 ) ; } return FDRUtilities . fromBin ( FDRUtilities . NUMBER_BINS ) ; }
12,928
get a configuration property as a long concode_field_sep Logger log concode_field_sep boolean isConfigured concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep String getProperty concode_elem_sep String getProper...
long function ( String arg0 ) { return DSpaceServicesFactory . getInstance ( ) . getConfigurationService ( ) . getLongProperty ( arg0 ) ; }
12,929
gets the @linkplain controlparameter representing the cognitivecomponent within this velocityprovider . concode_field_sep ControlParameter cognitiveAcceleration concode_elem_sep ControlParameter inertiaWeight concode_elem_sep long serialVersionUID concode_elem_sep ControlParameter socialAcceleration concode_field_sep P...
ControlParameter function ( ) { return cognitiveAcceleration ; }
12,930
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep String val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep String getVal concode_elem_sep void setParent concode_elem_sep void setVal
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
12,931
the source of the document as a string . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesRefe...
String function ( ) { if ( loc0 == null ) { return null ; } BytesReference loc0 = sourceRef ( ) ; try { return XContentHelper . convertToJson ( loc0 , false ) ; } catch ( IOException loc1 ) { throw new ElasticsearchParseException ( "srini_string" ) ; } }
12,932
determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate
boolean function ( Class arg0 ) { return arg0 . equals ( Form . class ) ; }
12,933
readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readnextheaderblock continues working through the tar file from the current point until it finds a block with a non-0 first byte . concode_field_sep byte[] readBuffer concode_elem_sep long byt...
boolean function ( ) { try { while ( readStream . available ( ) > 0 ) { readBlock ( ) ; if ( readBuffer [ 0 ] != 0 ) { return true ; } } } catch ( EOFException loc0 ) { } close ( ) ; return false ; }
12,934
the version of this environment tier . concode_field_sep String name concode_elem_sep String type concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setVersion concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep boolean equals ...
String function ( ) { return this . version ; }
12,935
get the nsdname value . concode_field_sep String nsdname concode_field_sep NsRecord withNsdname
String function ( ) { return this . nsdname ; }
12,936
sets the value of the expanded property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded con...
void function ( boolean arg0 ) { this . expanded = arg0 ; }
12,937
create an instance of jaxbelement concode_field_sep QName _AddEmployeeResponse_QNAME concode_elem_sep QName _UpdateEmployeeResponse_QNAME concode_elem_sep QName _GetAllEmployeesResponse_QNAME concode_elem_sep QName _UpdateEmployee_QNAME concode_elem_sep QName _GetAllEmployees_QNAME concode_elem_sep QName _DeleteEmploye...
JAXBElement < CountEmployees > function ( CountEmployees arg0 ) { return new JAXBElement < CountEmployees > ( _CountEmployees_QNAME , CountEmployees . class , null , arg0 ) ; }
12,938
sets the value of the legacydrawing property . concode_field_sep CTSheetProtection sheetProtection concode_elem_sep CTSheetFormatPr sheetFormatPr concode_elem_sep Object parent concode_elem_sep CTSheetPr sheetPr concode_elem_sep CTControls controls concode_elem_sep CTExtensionList extLst concode_elem_sep CTPageMargins ...
void function ( CTLegacyDrawing arg0 ) { this . legacyDrawing = arg0 ; }
12,939
set the provideskey that provides keys for list items . concode_field_sep long serialVersionUID concode_elem_sep ProvidesKey<T> keyProvider concode_elem_sep int length concode_elem_sep int start concode_elem_sep Delegate delegate concode_elem_sep Set<ListView<T>> views concode_field_sep void onRangeChanged concode_elem...
void function ( ProvidesKey < T > arg0 ) { this . keyProvider = arg0 ; }
12,940
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
12,941
start building a new criteria . concode_field_sep boolean built concode_elem_sep List<Symbol> symbols concode_field_sep void add concode_elem_sep void expand concode_elem_sep List<Symbol> getSymbols concode_elem_sep String toString concode_elem_sep void close
StartState function ( ) { return new StartState ( new Criteria ( ) ) ; }
12,942
add . concode_field_sep ArrayList<AbstractType> types concode_field_sep Iterator<AbstractType> iterator concode_elem_sep AbstractType getType concode_elem_sep Collection<AbstractType> getTypes
void function ( AbstractType arg0 ) { types . add ( arg0 ) ; }
12,943
get the name assigned to this controller . concode_field_sep PlaceHolder placeHolder concode_field_sep int getAxisCount concode_elem_sep float getRZAxisDeadZone concode_elem_sep float getZAxisDeadZone concode_elem_sep float getRYAxisDeadZone concode_elem_sep int getIndex concode_elem_sep float getRXAxisDeadZone concode...
String function ( ) { return "srini_string" ; }
12,944
gets the next available batch item or null if no more are available concode_field_sep int whichBatch concode_elem_sep String batchFile concode_elem_sep int skip concode_elem_sep int curItem concode_elem_sep int totalBatches concode_elem_sep List<String> items concode_field_sep String getFilename concode_elem_sep void s...
BatchItem function ( ) { if ( curItem >= items . size ( ) ) { return null ; } else { String loc0 = items . get ( curItem ++ ) ; return new BatchItem ( BatchFile . getFilename ( loc0 ) , BatchFile . getReference ( loc0 ) ) ; } }
12,945
setter method for status concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDate ...
void function ( Integer arg0 ) { this . status = arg0 ; }
12,946
returns the chat room wrapper contained in this provider that corresponds to the chat room with the given id . concode_field_sep ChatRoomWrapper systemRoomWrapper concode_elem_sep ProtocolProviderService protocolProvider concode_elem_sep List<ChatRoomWrapper> chatRoomsOrderedCopy concode_elem_sep Logger logger concode_...
ChatRoomWrapper function ( String arg0 ) { for ( ChatRoomWrapper loc0 : chatRoomsOrderedCopy ) { if ( loc0 . getChatRoomID ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; }
12,947
return the urlloader for this resource . concode_field_sep URLLoader loader concode_field_sep URL getURL concode_elem_sep Certificate[] getCertificates concode_elem_sep int getLength concode_elem_sep CodeSource getCodeSource concode_elem_sep InputStream getInputStream
URLLoader function ( ) { return loader ; }
12,948
flush out the remaining data concode_field_sep boolean hex concode_elem_sep File outFile concode_elem_sep char[] characterView concode_elem_sep int screenIndex concode_elem_sep boolean toFile concode_elem_sep boolean numberNext concode_field_sep void output concode_elem_sep String dataToString concode_elem_sep void dum...
void function ( ) { for ( int loc0 = screenIndex ; loc0 < 16 ; loc0 ++ ) { System . out . print ( "srini_string" ) ; if ( loc0 == 8 ) { System . out . print ( "srini_string" ) ; } } dumpCharacters ( ) ; System . out . println ( ) ; }
12,949
the name of the document source field to add to this indexfield . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 64 pattern : a-z a-z0-9 _ concode_field_sep String defaultValue concode_elem_sep String language concode_elem_sep String sourceName concode_elem_...
SourceDataTrimTitle function ( String arg0 ) { this . sourceName = arg0 ; return this ; }
12,950
translation-time validation of the attributes . request-time attributes are indicated as such in the tagdata parameter . note that the preferred way to do validation is with the validate method , since it can return more detailed information . concode_field_sep VariableInfo[] ZERO_VARIABLE_INFO concode_elem_sep TagInfo...
boolean function ( TagData arg0 ) { return true ; }
12,951
emits a tuple to the specified output stream with a null message id . heron will not track this message so ack and fail will never be called for this tuple . the emitted values must be immutable . concode_field_sep ISpoutOutputCollector delegate concode_field_sep void reportError concode_elem_sep void emitDirect concod...
List < Integer > function ( String arg0 , List < Object > arg1 ) { return emit ( arg0 , arg1 , null ) ; }
12,952
. concode_field_sep String activity_plan concode_elem_sep int PK_major_doc concode_elem_sep String activity_record concode_elem_sep int FK_majors_major_doc concode_elem_sep int FK_terms_major_doc concode_elem_sep String summarize concode_elem_sep String set_plan concode_elem_sep String plan concode_field_sep String get...
int function ( ) { return PK_major_doc ; }
12,953
returns the encoded key bytes . concode_field_sep byte[] encodedKey concode_field_sep String getFormat
byte [ ] function ( ) { byte [ ] loc0 = new byte [ encodedKey . length ] ; System . arraycopy ( encodedKey , 0 , loc0 , 0 , loc0 . length ) ; return loc0 ; }
12,954
calculate score authentication risk score . concode_field_sep CasEventRepository casEventRepository concode_elem_sep Logger LOGGER concode_elem_sep CasConfigurationProperties casProperties concode_field_sep Collection<CasEvent> getCasTicketGrantingTicketCreatedEventsFor concode_elem_sep BigDecimal getFinalAveragedScore...
BigDecimal function ( final HttpServletRequest arg0 , final Authentication arg1 , final RegisteredService arg2 , final Collection < CasEvent > arg3 ) { return HIGHEST_RISK_SCORE ; }
12,955
returns the element which got created for the given selection . concode_field_sep Map fCreations concode_field_sep void markAsCreated concode_elem_sep Object[] getCreatedElements concode_elem_sep Object[] getSelectedElements
Object function ( Object arg0 ) { return fCreations . get ( arg0 ) ; }
12,956
get the current transform concode_field_sep float tw concode_elem_sep Point2D.Float prevEnd concode_elem_sep AffineTransform cur concode_elem_sep float fsize concode_elem_sep AffineTransform line concode_elem_sep float tr concode_elem_sep boolean inuse concode_elem_sep int tm concode_elem_sep float tc concode_elem_sep ...
AffineTransform function ( ) { return this . cur ; }
12,957
test check #nonnull object , string in failure scenario . concode_field_sep String CHECK_MESSAGE concode_field_sep void testConditionFailure2 concode_elem_sep void testNonNullFailure1 concode_elem_sep void testConditionFailure1 concode_elem_sep void testSuccess
void function ( ) { Check . nonNull ( null , CHECK_MESSAGE ) ; }
12,958
equivalent to calling flush flushable , true , but with no ioexception in thesignature . concode_field_sep Logger logger concode_field_sep void flush
void function ( Flushable arg0 ) { try { flush ( arg0 , true ) ; } catch ( IOException loc0 ) { logger . log ( Level . SEVERE , "srini_string" , loc0 ) ; } }
12,959
test case for compress-94 . concode_field_sep PlaceHolder placeHolder concode_field_sep void testExtraFields concode_elem_sep void testExtraFieldMerging concode_elem_sep void testCopyConstructor concode_elem_sep void testAddAsFirstExtraField concode_elem_sep void testUnixMode
void function ( ) { ZipEntry loc0 = new ZipEntry ( "srini_string" ) ; ZipEntry loc1 = new ZipEntry ( "srini_string" ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; }
12,960
does nothing if value is null . concode_field_sep String RIGHT_ANGLE_BRACKET concode_elem_sep LazyStringBuilder sb concode_field_sep XmlStringBuilder optBooleanAttributeDefaultTrue concode_elem_sep XmlStringBuilder optIntElement concode_elem_sep XmlStringBuilder optBooleanAttribute concode_elem_sep XmlStringBuilder con...
XmlStringBuilder function ( String arg0 , String arg1 ) { }
12,961
the `` mtime '' of the plugin has slightly different semantics than other `` mtime '' values found elsewhere . the `` mtime '' will typically be the time that the content field was modified , not necessarily the time when any field was modified . in other words , look at `` mtime '' if you want to know when the actual ...
long function ( ) { return this . mtime ; }
12,962
the id assigned to the mlmodel during creation . this value should be identical to the value of the mlmodelid in the request . concode_field_sep String mLModelId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateMLModelResult clone concode_elem_sep String toString concode_elem_sep St...
void function ( String arg0 ) { this . mLModelId = arg0 ; }
12,963
gets the requested abstractkerberosdescriptor implementation using a type name and a relevant descriptor name . implementation classes should override this method to handle relevant descriptor types . concode_field_sep String name concode_elem_sep AbstractKerberosDescriptor parent concode_elem_sep String descriptorName...
AbstractKerberosDescriptor function ( Type arg0 , String arg1 ) { return null ; }
12,964
the current number of merges executing . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilderString TOTAL_THROTTLE_BYTES_PER_...
long function ( ) { return this . current ; }
12,965
sets the value of the type property . concode_field_sep GetServerListRequest.Server server concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep String value concode_elem_sep String status concode_field_sep GetServerListRequest.Server getServer concode_elem_sep void setNa...
void function ( String arg0 ) { this . type = arg0 ; }
12,966
returns the class p k 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_...
long function ( ) { return _socialRequest . getClassPK ( ) ; }
12,967
modifies events in-place . concode_field_sep String host concode_elem_sep String USE_IP concode_elem_sep boolean preserveExisting concode_elem_sep Logger logger concode_elem_sep boolean preserveExisting concode_elem_sep String HOST concode_elem_sep String PRESERVE concode_elem_sep String HOST_HEADER concode_elem_sep St...
Event function ( Event arg0 ) { Map < String , String > loc0 = arg0 . getHeaders ( ) ; if ( preserveExisting && loc0 . containsKey ( header ) ) { return arg0 ; } if ( host != null ) { loc0 . put ( header , host ) ; } return arg0 ; }
12,968
sets the foo . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag con...
void function ( Foo arg0 ) { this . foo = arg0 ; }
12,969
gets the source position . concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_elem_sep Rop opcode concode_field_sep String toHumanWithInline concode_elem_sep Insn withRegisterOffset concode_elem_sep boolean equalsHandleNulls concode_elem_sep ...
SourcePosition function ( ) { return position ; }
12,970
get the byte stream for this input source . the getencoding method will return the character encoding for this byte stream , or null if unknown . concode_field_sep String systemId concode_elem_sep Reader characterStream concode_elem_sep InputStream byteStream concode_elem_sep String encoding concode_elem_sep String pub...
InputStream function ( ) { return byteStream ; }
12,971
stopsync requests sync manager to stop sync . remove any sync_message in the queue to break the sync loop concode_field_sep android.webkit.WebViewDatabase mDataBase concode_elem_sep java.lang.String LOGTAG concode_elem_sep android.os.Handler mHandler concode_field_sep void onSyncInit concode_elem_sep Object clone conco...
void function ( ) { }
12,972
sets the value of the country property . concode_field_sep CountryTextCodeType country concode_elem_sep String academicYear concode_elem_sep MobilityProgrammeCoursesUnitsType coursesUnits concode_elem_sep XMLGregorianCalendar dateTo concode_elem_sep String receivingInstitutionName concode_elem_sep String type concode_e...
void function ( CountryTextCodeType arg0 ) { this . country = arg0 ; }
12,973
gets the allowvoting value for this remoteconfiguration . concode_field_sep int timeTrackingDaysPerWeek concode_elem_sep boolean allowIssueLinking concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean allowSubTasks concode_elem_sep boolean allowU...
boolean function ( ) { return allowVoting ; }
12,974
gets the value of the bankaddress property . concode_field_sep String routingNumber concode_elem_sep Contact contact concode_elem_sep String swiftCode concode_elem_sep List<String> bankName concode_elem_sep long serialVersionUID concode_elem_sep Address bankAddress concode_field_sep void setSwiftCode concode_elem_sep v...
Address function ( ) { return bankAddress ; }
12,975
called when he system received an ssl client certificate request . plugin can use the supplied clientcertrequest to process this certificate challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName ...
boolean function ( CordovaWebView arg0 , ICordovaClientCertRequest arg1 ) { return false ; }
12,976
sets the documentinfo . concode_field_sep double[] values concode_elem_sep WVTDocumentInfo documentInfo concode_field_sep WVTDocumentInfo getDocumentInfo concode_elem_sep double[] getValues concode_elem_sep void setValues
void function ( WVTDocumentInfo arg0 ) { this . documentInfo = arg0 ; }
12,977
sets network gateway ip address concode_field_sep String name concode_elem_sep String guid concode_elem_sep Map<String,MacAddress> portToMac concode_elem_sep String gateway concode_field_sep void setName concode_elem_sep void clearHosts concode_elem_sep boolean removeHost concode_elem_sep void addHost
void function ( String arg0 ) { this . gateway = arg0 ; return ; }
12,978
the path into the application the interceptor is mapped to . concode_field_sep String[] excludePatterns concode_elem_sep String[] includePatterns concode_elem_sep PathMatcher pathMatcher concode_elem_sep HandlerInterceptor interceptor concode_field_sep void postHandle concode_elem_sep void afterCompletion concode_elem_...
String [ ] function ( ) { return this . includePatterns ; }
12,979
start a routine that will take time and allow progress updates . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep P...
void function ( ActionEvent arg0 ) { setPercent ( 1 ) ; Thread loc0 = new Thread ( new LongOperationRunner ( this , PersistentFacesState . getInstance ( ) ) ) ; loc0 . start ( ) ; }
12,980
get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Thread get concode_elem_sep Obje...
Object function ( ) { return value ; }
12,981
iterate z _ n +1 = z _ n ^ 2 + c to determine whether complex number c is in the mandelbrot set or not . values of c which remain bounded after an infinite number of iterations are in the set , all others are not . we use a finite number of iterations to approximately determine membership . this function returns the nu...
int function ( CDouble arg0 ) { if ( Thread . interrupted ( ) ) { throw new InterruptedException ( ) ; } CDouble loc0 = CDouble . ZERO ; for ( int loc1 = 0 ; loc1 < maxIter ; loc1 ++ ) { loc0 = loc0 . squared ( ) . add ( arg0 ) ; if ( loc0 . abs2 ( ) > 10.0 ) return loc1 ; } return - 1 ; }
12,982
returns the location of a word on an array concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLong concode_elem_sep String plural concode_elem_sep String friendlyBlockType concode_elem_sep double distance concode_elem_sep Player matchExactPlayer concode_elem_sep String formatLocation concode_elem_sep...
int function ( String [ ] arg0 , String arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] . equals ( arg1 ) ) { return loc0 ; } } return - 1 ; }
12,983
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
12,984
gets the value of the username property . concode_field_sep String username concode_field_sep void setUsername
String function ( ) { return username ; }
12,985
returns a hash code for this instance . concode_field_sep String formatPattern concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_LABEL_FORMAT concode_field_sep boolean equals concode_elem_sep Object clone concode_elem_sep Object[] createItemArray concode_elem_sep String generateLabel
int function ( ) { int loc0 = 127 ; loc0 = HashUtilities . hashCode ( loc0 , this . formatPattern ) ; return loc0 ; }
12,986
pushes all metrics in a collector , replacing only previously pushed metrics of the same name , job and grouping key . this is useful for pushing a single gauge . this uses the put http method . concode_field_sep int SECONDS_PER_MILLISECOND concode_elem_sep String address concode_field_sep void doRequest concode_elem_s...
void function ( CollectorRegistry arg0 , String arg1 , Map < String , String > arg2 ) { doRequest ( arg0 , arg1 , arg2 , "srini_string" ) ; }
12,987
boolean value returns a reference to this object so that method calls can be chained together . concode_field_sep String volumeId concode_elem_sep java.util.List<ProductCode> productCodes concode_elem_sep Boolean autoEnableIO concode_field_sep Boolean isAutoEnableIO concode_elem_sep DescribeVolumeAttributeResult withPr...
DescribeVolumeAttributeResult function ( Boolean arg0 ) { this . autoEnableIO = arg0 ; return this ; }
12,988
sets the bridge value for this bridgemulticastparametros . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String b...
void function ( java . lang . String arg0 ) { this . bridge = arg0 ; }
12,989
unload score screen . concode_field_sep Level10Resource _level10Resource concode_elem_sep ScoreSceneResource _scoreSceneResource concode_elem_sep Level11Resource _level11Resource concode_elem_sep MainMenuSceneResource _mainMenuSceneResource concode_elem_sep Level09Resource _level09Resource concode_elem_sep ResourcesMan...
void function ( ) { if ( _scoreSceneResource != null ) { _scoreSceneResource . unload ( ) ; _scoreSceneResource = null ; } }
12,990
returns the video size for the encoding process . concode_field_sep String codec concode_elem_sep Integer bitRate concode_elem_sep VideoSize size concode_elem_sep long serialVersionUID concode_elem_sep String tag concode_elem_sep String DIRECT_STREAM_COPY concode_elem_sep Integer frameRate concode_field_sep Integer get...
VideoSize function ( ) { return size ; }
12,991
returns a complete list of the values in the counter . concode_field_sep int refCount concode_elem_sep Object id concode_elem_sep Map mapIdToRec concode_elem_sep Object value concode_field_sep int removeRef concode_elem_sep int removeRef concode_elem_sep boolean isNotReferenced concode_elem_sep Object getValue concode_...
List function ( ) { int loc0 = mapIdToRec . loc0 ( ) ; ArrayList loc1 = new ArrayList ( loc0 ) ; Iterator loc2 = mapIdToRec . values ( ) . iterator ( ) ; while ( loc2 . hasNext ( ) ) { RefRec loc3 = ( RefRec ) loc2 . next ( ) ; loc1 . add ( loc3 . getValue ( ) ) ; } return loc1 ; }
12,992
draw text via input method with composed text information . this method can draw texts with some underlines to illustrate converting characters . this method is workaround for textareapainter . because , textareapainter ca n't treat attributedcharacteriterator directly . attributedcharacteriterator has very important i...
void function ( Graphics arg0 , Color arg1 ) { assert ( composedTextLayout != null ) ; Point loc0 = getCaretLocation ( ) ; refillComposedArea ( arg1 , loc0 . x , loc0 . y ) ; composedTextLayout . draw ( ( Graphics2D ) arg0 , loc0 . x , loc0 . y ) ; }
12,993
gets the name of this time zone to be displayed in the ui . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevan...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return TimeZoneBean . displayNameTokenizer ( loc0 . getDisplayName ( ) ) ; }
12,994
returns true if there is just one element in the buffer . in other words , if there were no elements before the last #put operation completed . concode_field_sep LoggingEvent[] buf concode_elem_sep int numElements concode_elem_sep int first concode_elem_sep int next concode_elem_sep int maxSize concode_field_sep int ge...
boolean function ( ) { return numElements == 1 ; }
12,995
given the current time and the time until a token expires , return the time when the expiry occurs concode_field_sep long expires concode_elem_sep String clientID concode_elem_sep Logger log concode_elem_sep Map<String,OAuthSession> tokenSessionMap concode_elem_sep OAuthManager oauthManager concode_elem_sep Map<String,...
long function ( long arg0 ) { Date loc0 = new Date ( ) ; return loc0 . getTime ( ) + ( arg0 * 1000 ) ; }
12,996
evaluate the json path expression against the response content and assert that an empty value exists at the given path . for the semantics of empty , consult the javadoc for org.springframework.util.objectutils #isempty object . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_elem_sep String prefix ...
ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) throws Exception { String loc0 = getContent ( arg0 ) ; jsonPathHelper . assertValueIsEmpty ( loc0 ) ; } } ; }
12,997
removes the tag with a given tid and ifd . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE...
void function ( short arg0 , int arg1 ) { IfdData loc0 = mIfdDatas [ arg1 ] ; if ( loc0 == null ) { return ; } loc0 . removeTag ( arg0 ) ; }
12,998
. concode_field_sep String UNKNOWN concode_elem_sep Hashtable<String,Element> testElements concode_elem_sep Element rootElement concode_elem_sep Hashtable failedTests concode_elem_sep Hashtable<String,Test> skippedTests concode_elem_sep Hashtable<String,Long> testStarts concode_elem_sep Document doc concode_elem_sep Ha...
void function ( final String arg0 ) { formatOutput ( SYSTEM_ERR , arg0 ) ; }
12,999
used to get the type of the pentomino . concode_field_sep int pentID concode_elem_sep Point[] locations concode_field_sep void rotate concode_elem_sep Point[] getLocation concode_elem_sep void reflect concode_elem_sep void unrotate concode_elem_sep Pentomino copy
int function ( ) { return pentID ; }