idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
6,500 | create an evolutions reader based on a simple map of database names to evolutions . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.api.db.evolutions.Evoluti... | play . api . db . arg0 . EvolutionsReader function ( Map < String , List < Evolution >> arg0 ) { return new SimpleEvolutionsReader ( arg0 ) ; } |
6,501 | extracts one gaussian from the gmm concode_field_sep float[][] means concode_elem_sep float[] loglikes concode_elem_sep int ngauss concode_elem_sep int ncoefs concode_elem_sep float distFloor concode_elem_sep int nT concode_elem_sep LogMath logMath concode_elem_sep float[] weights concode_elem_sep float[][] covar conco... | GMMDiag function ( int arg0 ) { GMMDiag loc0 = new GMMDiag ( 1 , getNcoefs ( ) ) ; System . arraycopy ( means [ arg0 ] , 0 , loc0 . means [ 0 ] , 0 , getNcoefs ( ) ) ; System . arraycopy ( covar [ arg0 ] , 0 , loc0 . covar [ 0 ] , 0 , getNcoefs ( ) ) ; loc0 . setWeight ( 0 , 1 ) ; loc0 . precomputeDistance ( ) ; return... |
6,502 | get the next unique id within the given pagecontext for the supplied name . concode_field_sep String PAGE_CONTEXT_ATTRIBUTE_PREFIX concode_field_sep placeholderType placeHolder | String function ( String arg0 , PageContext arg1 ) { String loc0 = PAGE_CONTEXT_ATTRIBUTE_PREFIX + arg0 ; Integer loc1 = ( Integer ) arg1 . getAttribute ( loc0 ) ; loc1 = ( loc1 != null ? loc1 + 1 : 1 ) ; arg1 . setAttribute ( loc0 , loc1 ) ; return ( arg0 + loc1 ) ; } |
6,503 | returns the group id of this message boards stats user . concode_field_sep MBStatsUser _mbStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getStatsUserId concode_elem_sep void setGroupId concode_elem_sep int getMessageCount concode_elem_sep boolean isEscapedModel concode_elem_sep boolea... | long function ( ) { return _mbStatsUser . getGroupId ( ) ; } |
6,504 | sets the primary key of this trash version . concode_field_sep TrashVersion _trashVersion concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes... | void function ( long arg0 ) { _trashVersion . setPrimaryKey ( arg0 ) ; } |
6,505 | creates arguments holder with required parameters . concode_field_sep String registry concode_elem_sep String tag concode_elem_sep String repository concode_field_sep PushParams withTag concode_elem_sep String getRegistry concode_elem_sep PushParams withRepository concode_elem_sep int hashCode concode_elem_sep String g... | PushParams function ( @ NotNull String arg0 ) { return new PushParams ( ) . withRepository ( arg0 ) ; } |
6,506 | mark this holder as containing converted values only i.e. no runtime resolution needed anymore . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep MutablePropertyValues add concode_elem_sep void removePropertyVal... | void function ( ) { this . converted = true ; } |
6,507 | sets the value of the labelid property . concode_field_sep Long labelId concode_elem_sep Long campaignId concode_field_sep Long getLabelId concode_elem_sep Long getCampaignId concode_elem_sep void setCampaignId | void function ( Long arg0 ) { this . labelId = arg0 ; } |
6,508 | determines whether the given path is the path to a document directory . concode_field_sep boolean dirty concode_elem_sep Data data concode_elem_sep int[] pathOrder concode_elem_sep IntList docList concode_elem_sep boolean pathIndex concode_elem_sep TokenList pathList concode_field_sep void read concode_elem_sep void in... | boolean function ( final byte [ ] arg0 ) { final byte [ ] loc0 = concat ( arg0 , SLASH ) ; for ( final byte [ ] loc1 : paths ( ) ) if ( startsWith ( loc1 , loc0 ) ) return true ; return false ; } |
6,509 | converts string to long . concode_field_sep Map<Class<?>,Class<?>> WRAPPER_TYPES concode_elem_sep Map<String,Method> CONVERTERS concode_field_sep String integerToString concode_elem_sep void initWrappers concode_elem_sep List<T> stringToList concode_elem_sep Float stringToFloat concode_elem_sep String booleanToString c... | Long function ( String arg0 ) { return Long . valueOf ( trim ( arg0 ) ) ; } |
6,510 | getdisplayname concode_field_sep Object propertyLock concode_elem_sep Map<String,Object> _customProperties concode_elem_sep String _displayName concode_elem_sep String _path concode_elem_sep Map<String,List<AbstractElement>> ELEMENTS_BY_PATH concode_field_sep String toSource concode_elem_sep String toSource concode_ele... | String function ( ) { return this . _displayName ; } |
6,511 | add a new value to thte histogram concode_field_sep IntHistogram hist concode_field_sep int maxVal concode_elem_sep int minVal concode_elem_sep double avgSelectivity concode_elem_sep double estimateSelectivity concode_elem_sep int stringToInt | void function ( String arg0 ) { int loc0 = stringToInt ( arg0 ) ; hist . addValue ( loc0 ) ; } |
6,512 | returns true if we activate for the given eobject concode_field_sep EStructuralFeature CLASS_STRUCTURAL_FEATURE concode_elem_sep String CLASS_VALUE concode_field_sep String getMyCustomTaskName | boolean function ( EObject arg0 ) { return arg0 instanceof ServiceTask && CLASS_VALUE . equals ( arg0 . eGet ( CLASS_STRUCTURAL_FEATURE ) ) ; } |
6,513 | closes this stream and releases any system resources associated with it . concode_field_sep BufferedReader bufferedReader concode_elem_sep int linesRead concode_field_sep Message readMessage concode_elem_sep List<String> readBody concode_elem_sep String readLine concode_elem_sep int readSize | void function ( ) { bufferedReader . close ( ) ; } |
6,514 | returns the service instance . concode_field_sep int instanceId concode_elem_sep long requestId concode_elem_sep int retryCount concode_elem_sep long msecClockTime concode_elem_sep String serviceName concode_elem_sep StatusCode statusCode concode_field_sep StatusCode getStatusCode concode_elem_sep String getServiceName... | int function ( ) { return instanceId ; } |
6,515 | return 1-dimensional row-based array of the matrix coordinates . concode_field_sep double[][] values concode_field_sep Matrix add concode_elem_sep void set concode_elem_sep Matrix getInverse concode_elem_sep Matrix subtract concode_elem_sep int getNumberOfColumns concode_elem_sep double get concode_elem_sep boolean equ... | double [ ] function ( ) { double [ ] loc0 = new double [ getNumberOfRows ( ) * getNumberOfColumns ( ) ] ; for ( int loc1 = 0 ; loc1 < getNumberOfRows ( ) ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < getNumberOfColumns ( ) ; loc2 ++ ) { loc0 [ loc1 * getNumberOfColumns ( ) + loc2 ] = get ( loc1 , loc2 ) ; } } return loc0 ;... |
6,516 | returns the clock interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concode_... | Clock function ( ) { if ( myClock == null ) { myClock = getInterfaceOfType ( Clock . class ) ; } return myClock ; } |
6,517 | add all elements from provider , and propagate them to any transitive dependers on this objcprovider . concode_field_sep Key<Artifact> SOURCE concode_elem_sep Key<Artifact> INSTRUMENTED_SOURCE concode_elem_sep Key<PathFragment> BUNDLE_IMPORT_DIR concode_elem_sep Key<PathFragment> INCLUDE concode_elem_sep Key<Artifact> ... | Builder function ( ObjcProvider arg0 ) { for ( Map . Entry < Key < ? > , NestedSet < ? >> loc0 : arg0 . items . entrySet ( ) ) { uncheckedAddTransitive ( loc0 . getKey ( ) , loc0 . getValue ( ) , true ) ; } return this ; } |
6,518 | creates a new chm with an aggressive concurrency level , aimed at high concurrent update rate long living maps . concode_field_sep int aggressiveConcurrencyLevel concode_elem_sep boolean useLinkedTransferQueue concode_field_sep ConcurrentMap<K,V> newConcurrentMap concode_elem_sep ConcurrentMapLong<V> newConcurrentMapLo... | ConcurrentMap < K , V > function ( ) { return new ConcurrentHashMap < > ( 16 , 0.75f , aggressiveConcurrencyLevel ) ; } |
6,519 | number of tiers returned . \ n concode_field_sep String previous concode_elem_sep String createdTime concode_elem_sep String lastUpdatedTime concode_elem_sep List<TierDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep String getPrevious concode_elem_sep void setLastUpdatedTime conco... | Integer function ( ) { return count ; } |
6,520 | get the iproject containing the given statechart concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep Featur... | IProject function ( Statechart arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
6,521 | enables per-message compression , if an encoding type has been negotiated . if no message encoding has been negotiated , this is a no-op . by default per-message compression is enabled , but may not have any effect if compression is not enabled on the call . concode_field_sep PlaceHolder placeHolder concode_field_sep v... | void function ( boolean arg0 ) { } |
6,522 | retrieves the table object on which this object is currently reporting . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep... | Table function ( ) { return this . table ; } |
6,523 | compares two unboxed boolean values . concode_field_sep Boolean FALSE concode_elem_sep Class<Boolean> TYPE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep Boolean valueOf concode_elem_sep Boolean valueOf concode_elem_sep int hashCode concode_elem_sep... | int function ( boolean arg0 , boolean arg1 ) { return Boolean . valueOf ( arg0 ) . compareTo ( Boolean . valueOf ( arg1 ) ) ; } |
6,524 | adds a record referencing the record set . concode_field_sep ServiceTracker<DDLRecordService,DDLRecordService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void revertRecord concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord deleteRecordLocale concode_elem_se... | com . liferay . dynamic . data . lists . model . DDLRecord function ( long arg0 , long arg1 , int arg2 , com . liferay . dynamic . data . mapping . storage . Fields arg3 , com . liferay . portal . kernel . service . ServiceContext arg4 ) { return getService ( ) . addRecord ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } |
6,525 | gets the value of the referencedataintact property . concode_field_sep MultiValuesConstraint acceptablePolicies concode_elem_sep LevelConstraint referenceDataExistence concode_elem_sep CertificateConstraints signingCertificate concode_elem_sep LevelConstraint signatureIntact concode_elem_sep LevelConstraint structuralV... | LevelConstraint function ( ) { return referenceDataIntact ; } |
6,526 | sends a tablemodelevent to all registered listeners to informthem that the table data has changed . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep T[] getListeners concode_elem_sep void addTableModelListener concode_elem_sep void removeTableModelListener concod... | void function ( ) { fireTableChanged ( new TableModelEvent ( this , 0 , Integer . MAX_VALUE ) ) ; } |
6,527 | flips bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_elem_sep int getSizeInBytes concode... | void function ( int arg0 ) { bits [ arg0 >> 5 ] ^= 1 << ( arg0 & 0x1F ) ; } |
6,528 | lets anyone waiting for the file transfer to be complete know that the file transfer is complete . concode_field_sep Condition userHasntSelected concode_elem_sep Condition fileReceiverNotInitialized concode_elem_sep ClientView clientView concode_elem_sep Lock lock concode_elem_sep Condition fileTransferNotDone concode_... | void function ( ) { lock . lock ( ) ; try { waitingForFile = false ; fileTransferNotDone . signalAll ( ) ; } finally { lock . unlock ( ) ; } } |
6,529 | function which recovers the fault lines close to the user , it simplifies geometries concode_field_sep double distToFault concode_elem_sep Point Location concode_field_sep Point getLocation concode_elem_sep double theoreticalAzimuthToPOI concode_elem_sep double theoreticalPitchToPOI concode_elem_sep double getDistToFau... | Polyline function ( GeometryEngine arg0 , Polyline arg1 , SpatialReference arg2 , double arg3 , Unit arg4 ) { Polyline loc0 = new Polyline ( ) ; Point loc1 = this . getLocation ( ) ; Geometry loc2 = arg0 . loc2 ( loc1 , arg2 , arg3 , arg4 ) ; GeoInfo loc3 ; loc0 = ( Polyline ) arg0 . intersect ( arg1 , loc2 , arg2 ) ; ... |
6,530 | returns true iff the routing tables for all indices have changed between the previous cluster state and the current cluster state . note that this is an object reference equality test , not an equals test . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState st... | boolean function ( ) { return state . routingTable ( ) != previousState . routingTable ( ) ; } |
6,531 | sets the msmzhit_index value . concode_field_sep int MSMZHit_mz concode_elem_sep int MSMZHit_index concode_elem_sep MSMZHit_moreion MSMZHit_moreion concode_elem_sep int MSMZHit_number concode_elem_sep MSMZHit_ion MSMZHit_ion concode_elem_sep int MSMZHit_charge concode_elem_sep MSMZHit_annotation MSMZHit_annotation conc... | void function ( String arg0 ) { this . MSMZHit_index = Integer . valueOf ( arg0 ) ; } |
6,532 | returns the array of fields in the database row . if the table has no primary index , an extra internal field is included in the last position of this array . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row newRow concode_elem_sep Row getUpdatedRow concode_elem_sep boolean isDe... | Object [ ] function ( ) { return oData ; } |
6,533 | sets the value of the purpose property . concode_field_sep AccessAuthorizationType updateAccessAuthorization concode_elem_sep String creator concode_elem_sep AccessAuthorizationType readAccessAuthorization concode_elem_sep InfoboxTypeType infoboxType concode_elem_sep String purpose concode_elem_sep UserConfirmationType... | void function ( String arg0 ) { this . purpose = arg0 ; } |
6,534 | create an instance of application.program.course concode_field_sep PlaceHolder placeHolder concode_field_sep Application.Workhistory createApplicationWorkhistory concode_elem_sep Application createApplication concode_elem_sep Application.Program createApplicationProgram | Application . Program . Course function ( ) { return new Application . Program . Course ( ) ; } |
6,535 | receives an array of commands ended with a ack or nack concode_field_sep Thread commandQueueThread concode_elem_sep String ip concode_elem_sep int port concode_elem_sep Socket commandSk concode_elem_sep Socket monitorSk concode_elem_sep PriorityCommandQueue commandQueue concode_elem_sep Semaphore commandMutex concode_f... | String [ ] function ( final Socket arg0 ) { BufferedReader loc0 = new BufferedReader ( new InputStreamReader ( arg0 . getInputStream ( ) ) ) ; String [ ] loc1 = MyHomeSocketFactory . readUntilAckNack ( loc0 ) ; return loc1 ; } |
6,536 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | int function ( ) { return sampleHasRedundancy ; } |
6,537 | retrieves the operating system specific singleton-instance of monitormanager . concode_field_sep MonitorManager INSTANCE concode_field_sep void loadManagers concode_elem_sep void closeMonitors concode_elem_sep Optional<Monitor> getMainMonitor concode_elem_sep List<Monitor> getMonitors | MonitorManager function ( ) { if ( INSTANCE == null ) { loadManagers ( ) ; } return INSTANCE ; } |
6,538 | sets the value of the deliverymethod property . concode_field_sep BudgetBudgetPeriod period concode_elem_sep Money amount concode_elem_sep BudgetBudgetDeliveryMethod deliveryMethod concode_elem_sep Integer referenceCount concode_elem_sep String name concode_elem_sep Boolean isExplicitlyShared concode_elem_sep Long budg... | void function ( BudgetBudgetDeliveryMethod arg0 ) { this . deliveryMethod = arg0 ; } |
6,539 | get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_el... | Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret... |
6,540 | get name concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep String toString co... | String function ( ) { return name ; } |
6,541 | load the file from the caller classloader that loaded this class concode_field_sep XSLTLiaison liaison concode_elem_sep FileUtils FILE_UTILS concode_field_sep void testTransform concode_elem_sep void testEncoding concode_elem_sep Document parseXML concode_elem_sep void setUp concode_elem_sep XSLTLiaison createLiaison | File function ( String arg0 ) { URL loc0 = getClass ( ) . getResource ( arg0 ) ; if ( loc0 == null ) { throw new FileNotFoundException ( "srini_string" + arg0 + "srini_string" ) ; } return new File ( FILE_UTILS . fromURI ( loc0 . toExternalForm ( ) ) ) ; } |
6,542 | matches : / items / _ id / concode_field_sep String _ID concode_elem_sep String THUMB_URL concode_elem_sep String ASPECT_RATIO concode_elem_sep String CONTENT_ITEM_TYPE concode_elem_sep String PHOTO_URL concode_elem_sep String CONTENT_TYPE concode_elem_sep String SERVER_ID concode_elem_sep String AUTHOR concode_elem_se... | Uri function ( long arg0 ) { return BASE_URI . buildUpon ( ) . appendPath ( "srini_string" ) . appendPath ( Long . toString ( arg0 ) ) . build ( ) ; } |
6,543 | set the widget enable state concode_field_sep boolean enabled concode_field_sep boolean isEnabled | Widget function ( boolean arg0 ) { this . enabled = arg0 ; return this ; } |
6,544 | sets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . this method should only be used by the pdf parser . use of this method outside the context of the pdf parser may... | void function ( Reference arg0 ) { pObjectReference = arg0 ; } |
6,545 | sets the value of the image property for this object . returns a reference to this object so that method calls can be chained together . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_s... | ImportVolumeTaskDetails function ( DiskImageDescription arg0 ) { this . image = arg0 ; return this ; } |
6,546 | sets the decoded frames . only used if the imagedecodeoptions were configured todecode all frames at decode time . concode_field_sep int mFrameForPreview concode_elem_sep CloseableReference<Bitmap> mPreviewBitmap concode_elem_sep AnimatedImage mImage concode_elem_sep List<CloseableReference<Bitmap>> mDecodedFrames conc... | AnimatedImageResultBuilder function ( List < CloseableReference < Bitmap >> arg0 ) { mDecodedFrames = CloseableReference . cloneOrNull ( arg0 ) ; return this ; } |
6,547 | creates a new instance of a manifest . concode_field_sep String testResultsDirName concode_elem_sep JavaVersion targetCompat concode_elem_sep String docsDirName concode_elem_sep JavaVersion srcCompat concode_elem_sep ProjectInternal project concode_elem_sep String testReportDirName concode_elem_sep String dependencyCac... | Manifest function ( ) { return manifest ( null ) ; } |
6,548 | searches for the block in the blocksmap and returns iterable of the storages the block belongs to . concode_field_sep BlockInfoContiguous blockInfo concode_elem_sep GSet<Block,BlockInfoContiguous> blocks concode_elem_sep int nextIdx concode_elem_sep int capacity concode_field_sep DatanodeStorageInfo next concode_elem_s... | Iterable < DatanodeStorageInfo > function ( Block arg0 ) { return getStorages ( blocks . get ( arg0 ) ) ; } |
6,549 | sets the value of the recordsetcount property . concode_field_sep CodeType queryCode concode_elem_sep BigInteger maxItems concode_elem_sep BigInteger recordSetCount concode_elem_sep ResponseFilterType responseFilter concode_elem_sep BigInteger recordSetStart concode_elem_sep List<QueryCriteriaType> queryCriteria concod... | void function ( BigInteger arg0 ) { this . recordSetCount = arg0 ; } |
6,550 | returns the typecode corresponding to the value held in this byteholder object . concode_field_sep byte value concode_field_sep void _read concode_elem_sep void _write | org . omg . CORBA . TypeCode function ( ) { return ORB . init ( ) . get_primitive_tc ( TCKind . tk_octet ) ; } |
6,551 | ends a com.codahale.metrics.timer.context only if it exists . concode_field_sep boolean instrumentationEnabled concode_elem_sep MetricContext metricContext concode_elem_sep Random RAND concode_elem_sep String METRIC_CONTEXT_NAME_KEY concode_elem_sep Closer closer concode_field_sep boolean isLineageInstrumented concode_... | void function ( Optional < Timer . Context > arg0 ) { arg0 . transform ( new Function < Timer . Context , Timer . Context > ( ) { @ Override public Timer . Context apply ( @ Nonnull Timer . Context arg1 ) { arg1 . close ( ) ; return arg1 ; } } ) ; } |
6,552 | method checks if the robot 's position is the startpoint . concode_field_sep boolean single_step_ concode_elem_sep LabyrinthField lab_field_ concode_elem_sep Component component_ concode_elem_sep int num_visited_ concode_elem_sep Robot robot_ concode_elem_sep InstructionList instruct_list_ concode_elem_sep InstructionL... | boolean function ( ) { boolean loc0 = false ; int loc1 = robot_ . getPosRow ( ) ; int loc2 = robot_ . getPosCol ( ) ; if ( lab_field_ . isStartpoint ( loc1 , loc2 ) ) { loc0 = true ; } return loc0 ; } |
6,553 | adds katharsis controller to the registry . should be called at initialization time . concode_field_sep List<BaseController> controllers concode_field_sep BaseController getController | void function ( BaseController arg0 ) { controllers . add ( arg0 ) ; } |
6,554 | returns the name of the i th column in this metadata . concode_field_sep String keyspace concode_elem_sep String name concode_elem_sep ColumnDefinitions EMPTY concode_elem_sep Map<String,int[]> byName concode_elem_sep Definition[] byIdx concode_elem_sep DataType type concode_elem_sep String table concode_field_sep void... | String function ( int arg0 ) { return byIdx [ arg0 ] . name ; } |
6,555 | returns the provider associated with this algorithmparametergenerator . concode_field_sep SecureRandom RANDOM concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep AlgorithmParameterGeneratorSpi spiImpl concode_elem_sep String algorithm concode_field_sep void... | Provider function ( ) { return provider ; } |
6,556 | ciphertext that contains the encrypted data key . you must store the blob and enough information to reconstruct the encryption context so that the data encrypted by using the key can later be decrypted . you must provide both the ciphertext blob and the encryption context to the decrypt api to recover the plaintext dat... | GenerateDataKeyResult function ( java . nio . ByteBuffer arg0 ) { setCiphertextBlob ( arg0 ) ; return this ; } |
6,557 | register some signal handlers . concode_field_sep boolean registered concode_elem_sep LogAdapter LOG concode_elem_sep SignalHandler prevHandler concode_field_sep void handle | void function ( final Log arg0 ) { register ( LogAdapter . create ( arg0 ) ) ; } |
6,558 | the mapping from the path to an indirect dependency to its build label . concode_field_sep ImmutableSet<String> blacklistedProcessors concode_elem_sep ImmutableList<String> sources concode_elem_sep String targetLabel concode_elem_sep ImmutableMap.Builder<String,String> indirectJarsToTargets concode_elem_sep ImmutableSe... | ImmutableMap < String , String > function ( ) { return indirectJarsToTargets ; } |
6,559 | compares this instance for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep double width concode_elem_sep double height concode_field_sep double getHeight concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep double getWidth concode_elem_sep void set... | boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof Size2D ) ) { return false ; } final Size2D loc0 = ( Size2D ) arg0 ; if ( this . width != loc0 . width ) { return false ; } if ( this . height != loc0 . height ) { return false ; } return true ; } |
6,560 | reset internal state for reuse . registered handlers will be set to null . concode_field_sep Logger LOG concode_elem_sep HashMap<String,String> namespaceDecls concode_elem_sep NamespaceSupport nsSupport concode_elem_sep ContentHandler contentHandler concode_elem_sep String[] prefixes concode_elem_sep LexicalHandler lex... | void function ( ) { nsSupport . reset ( ) ; namespaceDecls . clear ( ) ; stack . clear ( ) ; contentHandler = null ; lexicalHandler = null ; } |
6,561 | instantiates a new instance which uses widevine cdm . call #release when the instanceis no longer required . concode_field_sep ConditionVariable conditionVariable concode_elem_sep HandlerThread handlerThread concode_elem_sep DefaultDrmSessionManager<T> drmSessionManager concode_field_sep byte[] downloadLicense concode_... | OfflineLicenseHelper < FrameworkMediaCrypto > function ( String arg0 , Factory arg1 ) { return newWidevineInstance ( new HttpMediaDrmCallback ( arg0 , arg1 ) , null ) ; } |
6,562 | sends fatal alert concode_field_sep int length concode_field_sep int getType concode_elem_sep int length concode_elem_sep void send | void function ( byte arg0 , String arg1 ) { throw new AlertException ( arg0 , new SSLHandshakeException ( arg1 ) ) ; } |
6,563 | gets the value of the jc property . concode_field_sep Object parent concode_elem_sep CTOMathJc jc concode_field_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setJc | CTOMathJc function ( ) { return jc ; } |
6,564 | returns the beeper interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concode... | Beeper function ( ) { if ( myBeeper == null ) { myBeeper = getInterfaceOfType ( Beeper . class ) ; } return myBeeper ; } |
6,565 | sets the value of the videobumpertype property . concode_field_sep VideoPositionWithinPod videoPositionWithinPod concode_elem_sep VideoBumperType videoBumperType concode_elem_sep VideoPosition videoPosition concode_field_sep VideoBumperType getVideoBumperType concode_elem_sep void setVideoPosition concode_elem_sep Vide... | void function ( VideoBumperType arg0 ) { this . videoBumperType = arg0 ; } |
6,566 | parses a path string of the form and returns the specific element node for that tag , or null if it does not exist . if multiple elements exists with same path the first is returned concode_field_sep PlaceHolder placeHolder concode_field_sep void visitChildrenElements concode_elem_sep void visitElement concode_elem_sep... | XMLNode function ( XMLNode arg0 , String arg1 ) { if ( arg0 == null ) return null ; if ( arg1 == null || arg1 . length ( ) == 0 ) return arg0 ; int loc0 = arg1 . indexOf ( '>' ) ; String loc1 = arg1 . substring ( 1 , loc0 ) ; String loc2 = arg1 . substring ( loc0 + 1 ) ; return findElementPath ( findChildElement ( arg0... |
6,567 | determines whether the tag is added to new instances as they are launched in the group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep Tag with... | void function ( Boolean arg0 ) { this . propagateAtLaunch = arg0 ; } |
6,568 | the damping coefficient for when the suspension is compressed . set to k 2.0 fastmath.sqrt m_suspensionstiffness so k is proportional to critical damping . k = 0.0 undamped & bouncy , k = 1.0 critical damping 0.1 to 0.3 are good values concode_field_sep float maxSuspensionForce concode_elem_sep com.bulletphysics.dynami... | void function ( float arg0 ) { this . wheelsDampingCompression = arg0 ; applyInfo ( ) ; } |
6,569 | sets the upper bound of the ` stat ' cache . this cache is unbounded by default . concode_field_sep FileStatus NO_STATUS concode_elem_sep int maxStats concode_elem_sep LoadingCache<Pair<Path,Symlinks>,Pair<Collection<Dirent>,IOException>> readdirCache concode_elem_sep int concurrencyLevel concode_elem_sep int UNSET con... | Builder function ( int arg0 ) { this . maxStats = arg0 ; return this ; } |
6,570 | checks whether checkpointing is enabled . concode_field_sep CheckpointingMode DEFAULT_MODE concode_elem_sep long DEFAULT_TIMEOUT concode_elem_sep CheckpointingMode checkpointingMode concode_elem_sep long checkpointTimeout concode_elem_sep long minPauseBetweenCheckpoints concode_elem_sep long serialVersionUID concode_el... | boolean function ( ) { return checkpointInterval > 0 ; } |
6,571 | setter for property repositoryrevision . concode_field_sep String stickyTag concode_elem_sep File file concode_elem_sep String stickyDate concode_elem_sep String stickyOptions concode_elem_sep String repositoryFileName concode_elem_sep String repositoryRevision concode_elem_sep String workingRevision concode_elem_sep S... | void function ( String arg0 ) { this . repositoryRevision = arg0 ; } |
6,572 | returns the system cursor matching the specific id . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idTo... | Cursor function ( int arg0 ) { Integer loc0 = Integer . valueOf ( arg0 ) ; Cursor loc1 = m_idToCursorMap . get ( loc0 ) ; if ( loc1 == null ) { loc1 = new Cursor ( Display . getDefault ( ) , arg0 ) ; m_idToCursorMap . put ( loc0 , loc1 ) ; } return loc1 ; } |
6,573 | retrieves the name of the course . concode_field_sep CourseGrading courseGrading concode_elem_sep String courseCode concode_elem_sep ArrayList<FacultyMember> coordinators concode_elem_sep ArrayList<CourseSession> tutorialGroups concode_elem_sep ArrayList<CourseSession> labGroups concode_elem_sep String name concode_ele... | String function ( ) { return name ; } |
6,574 | a value that you use to access the second and subsequent pages of results , if any . when the presets fit on one page or when you 've reached the last page of results , the value of nextpagetoken is null . constraints : pattern : ^ \ d 13 - \ w 6 $ concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Pres... | String function ( ) { return nextPageToken ; } |
6,575 | set the rmode for all the characters being in this object . rmode can have the following values : 0 - fill text . 1 - stroke text . 2 - fill , then stroke text . 3 - neither fill nor stroke text invisible . 4 - fill text and add to path for clipping . 5 - stroke text and add to path for clipping . 6 - fill , then strok... | void function ( int arg0 ) { if ( arg0 >= 0 ) { this . rmode = arg0 ; } } |
6,576 | return the height of the high speed video configuration . concode_field_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mFpsMax concode_elem_sep Size mSize concode_elem_sep int mFpsMin concode_elem_sep Range<Integer> mFpsRange concode_field_sep Range<Integer> getFpsRange concode_elem_sep Size getSize c... | int function ( ) { return mHeight ; } |
6,577 | the name of the replaceable item . concode_field_sep String name concode_elem_sep java.util.List<ReplaceableAttribute> attributes concode_field_sep void setName concode_elem_sep ReplaceableItem withAttributes concode_elem_sep ReplaceableItem withAttributes concode_elem_sep java.util.List<ReplaceableAttribute> getAttrib... | String function ( ) { return name ; } |
6,578 | example of getting the blob 's latest information , if its generation does not match the blob #getgeneration value , otherwise a storageexception is thrown . concode_field_sep Blob blob concode_field_sep boolean deleteAcl concode_elem_sep URL signUrlWithSigner concode_elem_sep void reader concode_elem_sep byte[] getCon... | Blob function ( ) { Blob loc0 = blob . reload ( BlobSourceOption . generationNotMatch ( ) ) ; if ( loc0 == null ) { } return loc0 ; } |
6,579 | fetches attribute map of the context concode_field_sep ThreadLocal<WebutilsContext> threadLocal concode_elem_sep Map<String,Object> attributeMap concode_field_sep Object getAttribute concode_elem_sep WebutilsContext addAttribute concode_elem_sep WebutilsContext getContext | Map < String , Object > function ( ) { return attributeMap ; } |
6,580 | whether the key exists in the memory . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep boolean or concode_elem_sep long incr concode_elem_sep Set<String> keys concode_elem_sep Map<String,Object> asMap concode_elem_sep void incrIteration concode_elem_sep void setRuntime concode_elem... | boolean function ( final String arg0 ) { return this . keys ( ) . contains ( arg0 ) ; } |
6,581 | a url link for more information about the revision , such as a commit details page . concode_field_sep ActionRevision currentRevision concode_elem_sep String revisionUrl concode_elem_sep String entityUrl concode_elem_sep String actionName concode_elem_sep ActionExecution latestExecution concode_field_sep void setAction... | ActionState function ( String arg0 ) { setRevisionUrl ( arg0 ) ; return this ; } |
6,582 | return address reference for specified object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep void untie concode_elem_sep int getAddressPrototype conco... | int function ( Object arg0 ) { return CMemoryImpl . getInstance ( ) . address ( arg0 ) ; } |
6,583 | returns the algorithmparameters of this signaturespi instance . concode_field_sep SecureRandom appRandom concode_field_sep void engineInitVerify concode_elem_sep void engineInitSign concode_elem_sep void engineInitSign concode_elem_sep Object engineGetParameter concode_elem_sep Object clone concode_elem_sep void engine... | AlgorithmParameters function ( ) { throw new UnsupportedOperationException ( ) ; } |
6,584 | gets the view with a given react test id in the ui hierarchy . react test id is currently propagated into view content description . concode_field_sep List<ModuleSpec> mModuleSpecList concode_elem_sep Context mContext concode_elem_sep JavaScriptModuleRegistry.Builder mJSModuleRegistryBuilder concode_field_sep View find... | View function ( View arg0 , String arg1 ) { return findChild ( arg0 , hasTagValue ( arg1 ) ) ; } |
6,585 | only for testing concode_field_sep int NO_MATCH concode_elem_sep Set fMatches concode_elem_sep String fName concode_elem_sep boolean fQualified concode_elem_sep int fStartPosition concode_elem_sep String fQualifier concode_elem_sep int MATCH_UNQUALIFIED concode_elem_sep int MATCH_QUALIFIED concode_elem_sep IScanner fSc... | void function ( String arg0 ) { char [ ] loc0 = arg0 . toCharArray ( ) ; fMatches = new HashSet ( ) ; fScanner = ToolFactory . createScanner ( true , true , false , true ) ; fScanner . setSource ( loc0 ) ; doScan ( ) ; fScanner = null ; } |
6,586 | sets the value of the sourceobject property . concode_field_sep String destinationFile concode_elem_sep Object parent concode_elem_sep Boolean autoRepublish concode_elem_sep String sourceObject concode_elem_sep long id concode_elem_sep String title concode_elem_sep String divId concode_field_sep Object getParent concod... | void function ( String arg0 ) { this . sourceObject = arg0 ; } |
6,587 | gets pokemon by pokemon id . concode_field_sep PokemonGo instance concode_elem_sep List<Pokemon> pokemons concode_field_sep Pokemon getPokemonById concode_elem_sep void addPokemon concode_elem_sep void removePokemon concode_elem_sep void reset | List < Pokemon > function ( final PokemonIdOuterClass . PokemonId arg0 ) { return Stream . of ( pokemons ) . filter ( new Predicate < Pokemon > ( ) { @ Override public boolean test ( Pokemon arg1 ) { return arg1 . getPokemonId ( ) . equals ( arg0 ) ; } } ) . collect ( Collectors . < Pokemon > toList ( ) ) ; } |
6,588 | called when this bundle is stopped so the framework can perform the bundle-specific activities necessary to stop the bundle . concode_field_sep CredentialsStorageService credService concode_elem_sep ConfigurationService configService concode_elem_sep VerifyCertificateDialogService certificateDialogService concode_elem_... | void function ( BundleContext arg0 ) { configService = null ; resourcesService = null ; credService = null ; certificateDialogService = null ; } |
6,589 | to get the xml file before start of processing . concode_field_sep Logger LOGGER concode_elem_sep CMISExporter cmisExporter concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep String getAuthenticationURL concode_elem_sep Map<String,String> getTokensMap concode_elem_sep void deleteDocument conco... | void function ( final BatchInstanceID arg0 , String arg1 ) { Assert . notNull ( arg0 ) ; final String loc0 = arg0 . getID ( ) ; BackUpFileService . backUpBatch ( loc0 , batchInstanceService . getSystemFolderForBatchInstanceId ( loc0 ) ) ; } |
6,590 | borra un recurso de un trabajo concode_field_sep FachadaTrabajo trabajos concode_field_sep List<TRecurso> LlstarRecursosTrabajo concode_elem_sep TTrabajo crearTrabajo concode_elem_sep String borrarTrabajo concode_elem_sep boolean addRecursos concode_elem_sep List<TTrabajo> listarTrabajos concode_elem_sep TTrabajo modif... | boolean function ( String arg0 , String arg1 ) { return trabajos . delRecursos ( arg0 , arg1 ) ; } |
6,591 | generates an activation key . concode_field_sep int DEF_COUNT concode_field_sep String generateResetKey concode_elem_sep String generatePassword | String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; } |
6,592 | passes messages to velocity 's logchute at `` warn '' level . concode_field_sep String category concode_elem_sep Log target concode_field_sep void debug concode_elem_sep void debug concode_elem_sep boolean isWarnEnabled concode_elem_sep void error concode_elem_sep void error concode_elem_sep boolean isFatalEnabled conc... | void function ( Object arg0 ) { getTarget ( ) . warn ( category + arg0 ) ; } |
6,593 | provides check for verifying if this element is a json object or not . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem... | boolean function ( ) { return this instanceof JsonObject ; } |
6,594 | called by stripes internally in order to execute the asynchonous event . you should neved need to invoke this method yourself . concode_field_sep HttpServletRequest request concode_elem_sep Method handler concode_elem_sep Runnable cleanupCallback concode_elem_sep Log log concode_elem_sep boolean handlerInvoked concode_... | void function ( HttpServletRequest arg0 , HttpServletResponse arg1 ) { if ( handlerInvoked ) { throw new StripesRuntimeException ( "srini_string" ) ; } handlerInvoked = true ; log . debug ( "srini_string" , handler . getName ( ) , "srini_string" , bean ) ; handler . invoke ( bean , this ) ; } |
6,595 | clicks in the middle of the given element . equivalent to : actions.movetoelement onelement . click concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep Actions release concode_elem_sep Actions release concode_elem_s... | Actions function ( WebElement arg0 ) { action . addAction ( new ClickAction ( mouse , ( Locatable ) arg0 ) ) ; return this ; } |
6,596 | parse a binary encoded geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep LineString parseLineString concode_elem_sep void parseGeometryArray concode_elem_sep GeometryCollection parseCollection concode_elem_sep MultiLineString parseMultiLineString concode_elem_sep MultiPolygon parseMultiPolygon conc... | Geometry function ( byte [ ] arg0 ) { BinaryByteGetter loc0 = new ByteGetter . BinaryByteGetter ( arg0 ) ; return parseGeometry ( valueGetterForEndian ( loc0 ) ) ; } |
6,597 | set the plus object type concode_field_sep String objectSubtype concode_elem_sep Hashtable<PLUSObjectType,Class<? extends PLUSObject>> registeredClasses concode_elem_sep String objectType concode_field_sep void setObjectSubtype concode_elem_sep Class<? extends PLUSObject> getRegisteredClass concode_elem_sep boolean com... | void function ( String arg0 ) { this . objectType = arg0 == null ? "srini_string" : arg0 ; } |
6,598 | obtains value of the coreconnectionpnames #so_timeout parameter.if not set , defaults to 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout co... | int function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; return arg0 . getIntParameter ( CoreConnectionPNames . SO_TIMEOUT , 0 ) ; } |
6,599 | performs a dynamic query on the database and returns the matching rows . concode_field_sep KaleoNotificationLocalService _kaleoNotificationLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamic... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _kaleoNotificationLocalService . arg0 ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.