idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
37,100 | returns the size of the generic stream | block cipher structure corresponding to the content data of specified size . concode_field_sep Cipher decCipher concode_elem_sep int hash_size concode_elem_sep byte[] read_seq_num concode_elem_sep byte[] write_seq_num concode_elem_sep Logger.Stream logger concode_elem_sep int bl... | int function ( int arg0 ) { return encCipher . getOutputSize ( arg0 + hash_size ) ; } |
37,101 | returns the text for the cancel button . concode_field_sep String NEXT_FINISH_BUTTON_ENABLED_PROPERTY concode_elem_sep String BACK_BUTTON_ICON_PROPERTY concode_elem_sep String BACK_BUTTON_ENABLED_PROPERTY concode_elem_sep String NEXT_FINISH_BUTTON_TEXT_PROPERTY concode_elem_sep Map<String,Boolean> buttonEnabledHashmap ... | Object function ( ) { return buttonTextHashmap . get ( CANCEL_BUTTON_TEXT_PROPERTY ) ; } |
37,102 | call this method before you want to run a device operation . concode_field_sep boolean hostChanged concode_elem_sep CLContext context concode_elem_sep boolean debug concode_elem_sep CLBuffer<FloatBuffer> fBuffer concode_elem_sep float[] linearHostMemory concode_elem_sep CLDevice device concode_elem_sep boolean deviceCh... | void function ( ) { if ( deviceChanged && hostChanged ) throw new RuntimeException ( "srini_string" ) ; if ( hostChanged ) { push ( ) ; hostChanged = false ; } } |
37,103 | the smtp enhanced status code , as defined by rfc 3463 . concode_field_sep String smtpReplyCode concode_elem_sep String sender concode_elem_sep String message concode_elem_sep String topicArn concode_elem_sep String statusCode concode_field_sep String getMessage concode_elem_sep void setMessage concode_elem_sep String ... | void function ( String arg0 ) { this . statusCode = arg0 ; } |
37,104 | returns the angle of this point in polar coordinates . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> POLAR_ORDER concode_elem_sep Comparator<Point2D> ATAN2_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep Comparator<Point2D> DISTANCE_TO_ORDER concode_elem_sep doub... | double function ( ) { return Math . atan2 ( y , x ) ; } |
37,105 | set the statusmessage for status of response concode_field_sep Response response concode_elem_sep Log log concode_field_sep Response buildResponse concode_elem_sep StatusCode buildStatusCode | Status function ( Status arg0 , String arg1 ) { if ( arg1 != null ) { StatusMessage loc0 = new StatusMessageBuilder ( ) . buildObject ( ) ; loc0 . setMessage ( arg1 ) ; arg0 . setStatusMessage ( loc0 ) ; } return arg0 ; } |
37,106 | converts the attribute to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Object toPropertyValue | String function ( final Object arg0 ) { final Float loc0 = ( Float ) arg0 ; return loc0 . toString ( ) ; } |
37,107 | returns the possible file extensions for the content type . concode_field_sep MimeTypes _mimeTypes concode_field_sep String getContentType concode_elem_sep String getContentType concode_elem_sep String getContentType concode_elem_sep String getContentType concode_elem_sep MimeTypes getMimeTypes concode_elem_sep boolean... | Set < String > function ( String arg0 ) { return getMimeTypes ( ) . getExtensions ( arg0 ) ; } |
37,108 | write a string as a utf counted string . concode_field_sep String EMBEDDEDCOPYRIGHT concode_elem_sep byte[] work concode_elem_sep DataOutputStream dis concode_field_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeByte concode_ele... | void function ( String arg0 ) { dis . writeUTF ( arg0 ) ; } |
37,109 | noop concode_field_sep byte METHOD_CHECK_WRITE concode_elem_sep Object resourceId concode_elem_sep long blockTimeout concode_elem_sep long lockTimeout concode_elem_sep byte METHOD_READ_LOCK concode_elem_sep byte METHOD_BLOCK_TIMEOUT_SET concode_elem_sep byte methodName concode_elem_sep byte METHOD_CHECK_READ concode_el... | void function ( long arg0 ) { } |
37,110 | add a value to the to the specified column within this row . concode_field_sep Map<Integer,String> data concode_field_sep String getValue concode_elem_sep void setData concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | TableRow function ( Integer arg0 , String arg1 ) { this . data . put ( arg0 , arg1 ) ; return this ; } |
37,111 | this binding returns objects of type calendar . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep QName getTarget concode_elem_sep int getExecutionMode concode_elem_sep Time parse | Class function ( ) { return Time . class ; } |
37,112 | convenience method to check if this manifestresource has an requires extensions . concode_field_sep int APPLICATION concode_elem_sep int WAR concode_elem_sep int resourceType concode_elem_sep ArrayList<Extension> availableExtensions concode_elem_sep String resourceName concode_elem_sep int SYSTEM concode_elem_sep Array... | boolean function ( ) { return ( requiredExtensions != null ) ? true : false ; } |
37,113 | retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean... | double function ( ) { return total2 . getSuperiorLimit ( ) ; } |
37,114 | test of kurtosis method , of class studentdistribution . concode_field_sep StudentDistribution studentD concode_field_sep void setUpClass concode_elem_sep void testCumulativeDistributionValue concode_elem_sep void testInverseCumulativeValue concode_elem_sep void setUp concode_elem_sep void testGetDof concode_elem_sep v... | void function ( ) { studentD . setDof ( 4 ) ; double loc0 = Double . NaN ; double loc1 = studentD . kurtosis ( ) ; assertEquals ( loc0 , loc1 , 0 ) ; studentD . setDof ( 6 ) ; loc0 = 3.0 ; loc1 = studentD . kurtosis ( ) ; assertEquals ( loc0 , loc1 , 0 ) ; } |
37,115 | invoke the specified javascript function in the javascript runtime . concode_field_sep String variableName concode_elem_sep int objectCounter concode_elem_sep JSObject jsObject concode_elem_sep IJavascriptRuntime runtime concode_elem_sep Map<JSObject,JavascriptObject> peerRegistry concode_field_sep Integer checkInteger... | T function ( String arg0 , Class < T > arg1 , Object ... arg2 ) { Object loc0 = invokeJavascript ( arg0 , arg2 ) ; if ( loc0 != null ) { return ( T ) loc0 ; } else { return null ; } } |
37,116 | returns the user uuid of this course result . concode_field_sep CourseResult _courseResult concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setPassedDate concode_elem_sep boolean isEscapedModel concode_elem_sep void setCourseId concode_elem_sep void se... | java . lang . String function ( ) { return _courseResult . getUserUuid ( ) ; } |
37,117 | returns a set containing all of the mappings in this map . each mapping is an instance of java.util.map.entry . as the set is backed by this map , changes in one will be reflected in the other . concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_s... | Set < Entry < Integer , String >> function ( ) { return mCapabilities . entrySet ( ) ; } |
37,118 | effectively a count down latch where all threads in the group must reach the specified tick before any are allowed to proceed concode_field_sep Logger logger concode_elem_sep String namePrefix concode_elem_sep ConcurrentMap<Integer,CountDownLatch> latchMap concode_elem_sep Map<String,Throwable> uncaughtExceptions conco... | void function ( int arg0 ) { tick ( arg0 , false ) ; } |
37,119 | write an integer to the console . concode_field_sep long int14 concode_elem_sep int minSubstringLength concode_elem_sep Huff substringhuff concode_elem_sep int zipEmptyArray concode_elem_sep long int4 concode_elem_sep int zipArrayString concode_elem_sep byte[] bcd concode_elem_sep MapKeep values concode_elem_sep int[] ... | void function ( int arg0 ) { log ( arg0 + "srini_string" ) ; } |
37,120 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
37,121 | returns list of groups for a user concode_field_sep Log LOG concode_field_sep void cacheGroupsAdd concode_elem_sep List<String> getUnixGroups concode_elem_sep void cacheGroupsRefresh | List < String > function ( String arg0 ) { return getUnixGroups ( arg0 ) ; } |
37,122 | signifies the value for the faultaction response ws-addressing fault action header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebSe... | void function ( URI arg0 ) { this . faultAction = arg0 ; } |
37,123 | return the interpolated error message for this validation error . concode_field_sep String path concode_elem_sep String message concode_elem_sep String messageTemplate concode_elem_sep String invalidValue concode_field_sep String getInvalidValue concode_elem_sep String getPath concode_elem_sep void setMessageTemplate c... | String function ( ) { return message ; } |
37,124 | associates a stream with a single client connection , which is guaranteed to be the only reader of the stream . the getchunk method will be called serially on this connection and once the connection is closed , the stream will never be used again , enabling cleanup . this must be called before the first getchunk on the... | void function ( Channel arg0 , long arg1 ) { } |
37,125 | gets the parent . concode_field_sep String artifactCompleteName concode_elem_sep PathElement parent concode_elem_sep int hashcode concode_elem_sep long serialVersionUID concode_elem_sep String repositoryName concode_elem_sep ChangeType changeType concode_elem_sep Date lastProcessedDate concode_elem_sep String originalN... | PathElement function ( ) { return parent ; } |
37,126 | sets the snapping tolerance which will be used to improved the robustness of the triangulation computation . a tolerance of 0.0 specifies that no snapping will take place . concode_field_sep Map constraintVertexMap concode_elem_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivi... | void function ( double arg0 ) { this . tolerance = arg0 ; } |
37,127 | performs a dynamic query on the database and returns the matching rows . concode_field_sep ServiceTracker<DDMStructureVersionLocalService,DDMStructureVersionLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep int getStructureVersionsCount concode_elem_sep com.lifer... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
37,128 | releases database connection . unlike the underlying connection.close , this method does not throw sqlexception or any other exception . it will fail silently from the perspective of calling code , logging errors using commons logging . concode_field_sep String FLAG_TRUE_OTHER concode_elem_sep String FLAG_FALSE concode... | void function ( final Connection arg0 ) { if ( arg0 != null ) { try { activeConnections . decrementAndGet ( ) ; arg0 . close ( ) ; } catch ( Exception loc0 ) { if ( LOG . isWarnEnabled ( ) ) LOG . warn ( "srini_string" + arg0 , loc0 ) ; } } } |
37,129 | 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 ( ) ; } |
37,130 | gets the value of the custommessage property . concode_field_sep String answerId concode_elem_sep String answerScript concode_elem_sep Boolean refreshValue concode_elem_sep AssessmentMessage systemMessage concode_elem_sep String answerName concode_elem_sep AssessmentMessage customMessage concode_elem_sep long serialVer... | AssessmentMessage function ( ) { return customMessage ; } |
37,131 | adds an input stream to the request . concode_field_sep String fileName concode_elem_sep ConcurrentHashMap<String,ArrayList<String>> urlParamsWithArray concode_elem_sep String ENCODING concode_elem_sep ConcurrentHashMap<String,String> urlParams concode_elem_sep InputStream inputStream concode_elem_sep ConcurrentHashMap... | void function ( String arg0 , InputStream arg1 , String arg2 , String arg3 ) { if ( arg0 != null && arg1 != null ) { fileParams . put ( arg0 , new FileWrapper ( arg1 , arg2 , arg3 ) ) ; } } |
37,132 | reset hourglass to have max time remaining concode_field_sep long stepsRemaining concode_elem_sep long maxSteps concode_field_sep double read concode_elem_sep long cost concode_elem_sep void step concode_elem_sep String toString concode_elem_sep String toXml | void function ( int arg0 ) { if ( arg0 <= 0 ) throw new IllegalArgumentException ( "srini_string" ) ; maxSteps = arg0 ; stepsRemaining = maxSteps ; } |
37,133 | gets the value of the mdmetadataextensioninformation property . concode_field_sep String role concode_elem_sep MDMetadataExtensionInformationType mdMetadataExtensionInformation concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_el... | MDMetadataExtensionInformationType function ( ) { return mdMetadataExtensionInformation ; } |
37,134 | sets if a transaction context should always be propagated on remote calls . concode_field_sep boolean propagateTerminator concode_elem_sep String contextPropMode concode_elem_sep boolean transactionManager concode_elem_sep int commitedTransactionRetryLimit concode_elem_sep boolean supportSubtransactions concode_elem_se... | void function ( boolean arg0 ) { this . alwaysPropagateContext = arg0 ; } |
37,135 | determine window width to use for a scalar multiplication of the given size . concode_field_sep int[] EMPTY_INTS concode_elem_sep int[] DEFAULT_WINDOW_SIZE_CUTOFFS concode_elem_sep byte[] EMPTY_BYTES concode_elem_sep String PRECOMP_NAME concode_field_sep int[] generateCompactNaf concode_elem_sep byte[] generateJSF conc... | int function ( int arg0 ) { return getWindowSize ( arg0 , DEFAULT_WINDOW_SIZE_CUTOFFS ) ; } |
37,136 | returns the topic in the help file which is shown when help for this facet type is requested concode_field_sep FacetTypeId<F> myId concode_elem_sep FacetTypeId myUnderlyingFacetType concode_elem_sep ExtensionPointName<FacetType> EP_NAME concode_elem_sep String myPresentableName concode_elem_sep String myStringId concod... | String function ( ) { return null ; } |
37,137 | gets the value of the reportdownloadoptions property . concode_field_sep ReportDownloadOptions reportDownloadOptions concode_elem_sep Long reportJobId concode_field_sep void setReportDownloadOptions concode_elem_sep Long getReportJobId concode_elem_sep void setReportJobId | ReportDownloadOptions function ( ) { return reportDownloadOptions ; } |
37,138 | gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnectio... | ManagedConnectionMetaData function ( ) { return new ValidManagedConnectionMetaData ( ) ; } |
37,139 | create a tablemetadataprovider based on the database metedata concode_field_sep Log logger concode_field_sep placeholderType placeHolder | TableMetaDataProvider function ( DataSource arg0 , TableMetaDataContext arg1 ) { return createMetaDataProvider ( arg0 , arg1 , null ) ; } |
37,140 | create a new instance of javabeanbooleanpropertybuilder concode_field_sep JavaBeanPropertyBuilderHelper helper concode_field_sep JavaBeanBooleanPropertyBuilder getter concode_elem_sep JavaBeanBooleanPropertyBuilder getter concode_elem_sep JavaBeanBooleanProperty build concode_elem_sep JavaBeanBooleanPropertyBuilder bea... | JavaBeanBooleanPropertyBuilder function ( ) { return new JavaBeanBooleanPropertyBuilder ( ) ; } |
37,141 | returns all skins , including the default skin . 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_sep Array<Ski... | Array < Skin > function ( ) { return skins ; } |
37,142 | close this operationlog when operation is closed . the log file will be removed . concode_field_sep LoggingLevel opLoggingLevel concode_elem_sep File file concode_elem_sep boolean isRemoved concode_elem_sep BufferedReader in concode_elem_sep LogFile logFile concode_elem_sep boolean isShortLogs concode_elem_sep String o... | void function ( ) { if ( isShortLogs ) { logFile . close ( isRemoveLogs ) ; testLogFile . close ( isRemoveLogs ) ; } else { logFile . close ( true ) ; } } |
37,143 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
37,144 | the type of product code . concode_field_sep String productCodeId concode_elem_sep String productCodeType concode_field_sep String getProductCodeId concode_elem_sep ProductCode withProductCodeId concode_elem_sep String getProductCodeType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Pro... | void function ( String arg0 ) { this . productCodeType = arg0 ; } |
37,145 | sets the value of the id property . concode_field_sep VcsRoot vcsRoot concode_elem_sep String checkoutRules concode_elem_sep String id concode_field_sep String getCheckoutRules concode_elem_sep VcsRoot getVcsRoot concode_elem_sep String getId concode_elem_sep void setVcsRoot concode_elem_sep void setCheckoutRules | void function ( String arg0 ) { this . id = arg0 ; } |
37,146 | creates an instance of hashmap concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_ele... | HashMap < K , V > function ( ) { return new HashMap < K , V > ( ) ; } |
37,147 | utility methods not used by jsi ; added to enable this to be used as a generic rectangle class concode_field_sep float minY concode_elem_sep float minX concode_elem_sep float maxY concode_elem_sep float maxX concode_field_sep float area concode_elem_sep float area concode_elem_sep void add concode_elem_sep void add con... | float function ( ) { return maxX - minX ; } |
37,148 | start the thread . concode_field_sep Object result concode_elem_sep Exception ex concode_elem_sep boolean stop concode_elem_sep AtomicInteger counter concode_elem_sep boolean finished concode_elem_sep Thread thread concode_field_sep void call concode_elem_sep void interruptThread concode_elem_sep Exception getException... | Task function ( ) { return execute ( getClass ( ) . getName ( ) + "srini_string" + counter . getAndIncrement ( ) ) ; } |
37,149 | gets the all the consumers created by the client . concode_field_sep long startDelay concode_elem_sep Logger log concode_elem_sep List<AndesJMSPublisher> publishers concode_elem_sep List<AndesJMSConsumer> consumers concode_field_sep double getConsumerTPS concode_elem_sep double getPublisherTPS concode_elem_sep List<And... | List < AndesJMSConsumer > function ( ) { return consumers ; } |
37,150 | calls channelhandlercontext #connect socketaddress , socketaddress , channelpromise to forwardto the next channelhandler in the channelpipeline . sub-classes may override this method to change behavior . concode_field_sep boolean added concode_field_sep void disconnect concode_elem_sep void channelReadComplete concode_... | void function ( ChannelHandlerContext arg0 , SocketAddress arg1 , SocketAddress arg2 , ChannelPromise arg3 ) { arg0 . connect ( arg1 , arg2 , arg3 ) ; } |
37,151 | prismprocessactiondata concode_field_sep PlaceHolder placeHolder concode_field_sep Handler createUse concode_elem_sep Handler createPrismRollback concode_elem_sep Handler createSign concode_elem_sep Handler createPlayerDeath concode_elem_sep Handler createBlock concode_elem_sep Handler createBlock concode_elem_sep Hand... | Handler function ( String arg0 , PrismProcessType arg1 , Player arg2 , String arg3 ) { final PrismProcessAction loc0 = new PrismProcessAction ( ) ; loc0 . setActionType ( arg0 ) ; loc0 . setPlayerName ( arg2 ) ; loc0 . setLoc ( arg2 . getLocation ( ) ) ; loc0 . setProcessData ( arg1 , arg3 ) ; return loc0 ; } |
37,152 | return the fieldname repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep String read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return "srini_string" ; } |
37,153 | returns the message that indicates the cause of this inferenceissue . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint> constraints concode_elem_sep InferredType infe... | String function ( ) { return message ; } |
37,154 | creates the scanner for the given read point concode_field_sep long minSequenceId concode_elem_sep CellComparator comparator concode_elem_sep MemStoreLAB memStoreLAB concode_elem_sep AtomicLong size concode_elem_sep TimeRangeTracker timeRangeTracker concode_elem_sep CellSet cellSet concode_elem_sep boolean tagsPresent ... | SegmentScanner function ( long arg0 ) { return new SegmentScanner ( this , arg0 ) ; } |
37,155 | retrieve generated xml . concode_field_sep StringBuilder buffer concode_elem_sep int CLOSING concode_elem_sep int OPENING concode_elem_sep int NO_CONTENT concode_elem_sep Writer writer concode_field_sep void writeText concode_elem_sep void sendData concode_elem_sep void writeElement concode_elem_sep void writeElement c... | String function ( ) { return buffer . toString ( ) ; } |
37,156 | 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 ... |
37,157 | the meta information of the uploaded server certificate without its certificate body , certificate chain , and private key . concode_field_sep ServerCertificateMetadata serverCertificateMetadata concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UploadServerCertificateResult clone concode_e... | UploadServerCertificateResult function ( ServerCertificateMetadata arg0 ) { setServerCertificateMetadata ( arg0 ) ; return this ; } |
37,158 | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Big... | Layout function ( ) { return layout ; } |
37,159 | should the document be transformed after the source is loaded ? concode_field_sep String[] excludes concode_elem_sep FetchSourceContext DO_NOT_FETCH_SOURCE concode_elem_sep boolean fetchSource concode_elem_sep String[] includes concode_elem_sep FetchSourceContext FETCH_SOURCE concode_elem_sep boolean transformSource co... | boolean function ( ) { return this . transformSource ; } |
37,160 | information about the jobs to take action on . note : this method appends the values to the existing list if any . use #setjobs java.util.collection or #withjobs java.util.collection if you want to override theexisting values . concode_field_sep java.util.List<ThirdPartyJob> jobs concode_field_sep void setJobs concode_... | PollForThirdPartyJobsResult function ( ThirdPartyJob ... arg0 ) { if ( this . jobs == null ) { setJobs ( new java . util . ArrayList < ThirdPartyJob > ( arg0 . length ) ) ; } for ( ThirdPartyJob loc0 : arg0 ) { this . jobs . add ( loc0 ) ; } return this ; } |
37,161 | returns a clone of the object a deeper clone than default to avoid bugs when setting values in cloned object . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concod... | Object function ( ) { ClipPath loc0 = ( ClipPath ) super . loc0 ( ) ; loc0 . xValue = ( double [ ] ) this . xValue . loc0 ( ) ; loc0 . yValue = ( double [ ] ) this . yValue . loc0 ( ) ; return loc0 ; } |
37,162 | set a custom properties file with spark configuration for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS c... | SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . propertiesFile = arg0 ; return this ; } |
37,163 | implements this method in the interface with an empty method body . concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem_sep void mousePressed | void function ( MouseEvent arg0 ) { } |
37,164 | registers this object as an active listener so that it can start getting callbacks invoked . concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep void fireCompleted concode_elem_sep ExtensionList<RunListener> all concode_elem_sep ... | void function ( ) { all ( ) . add ( this ) ; } |
37,165 | set the type value . concode_field_sep String name concode_elem_sep CheckNameResourceTypes type concode_elem_sep Boolean isFqdn concode_field_sep String name concode_elem_sep ResourceNameAvailabilityRequest withIsFqdn concode_elem_sep ResourceNameAvailabilityRequest withName concode_elem_sep CheckNameResourceTypes type... | ResourceNameAvailabilityRequest function ( CheckNameResourceTypes arg0 ) { this . type = arg0 ; return this ; } |
37,166 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; } |
37,167 | method to update and return the message log stored in the faces context concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_ele... | MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; } |
37,168 | get methode fuer lane die aus dem sueden kommt und in die kreuzung reinfuehrt . nicht relevant fuer visualisierung . concode_field_sep LaneModel westIn concode_elem_sep int laneLength concode_elem_sep LaneModel eastIn concode_elem_sep LaneModel eastOut concode_elem_sep LaneModel southOut concode_elem_sep LaneModel west... | LaneModel function ( ) { return southIn ; } |
37,169 | remove mapping of prefix to uri . concode_field_sep HashMap<String,String> mPrefixes concode_elem_sep HashMap<String,String> mUris concode_field_sep void set concode_elem_sep String resolve concode_elem_sep String shrink concode_elem_sep String get concode_elem_sep void clear concode_elem_sep String resolveOrPass | String function ( String arg0 ) { if ( mPrefixes . containsKey ( arg0 ) ) { String loc0 = mPrefixes . get ( arg0 ) ; mPrefixes . remove ( arg0 ) ; mUris . remove ( loc0 ) ; return loc0 ; } else { return null ; } } |
37,170 | deletes a file concode_field_sep Vector<String> hostsList concode_elem_sep String APPLICATION_NAME concode_elem_sep String HOSTNAME_COMMAND_LINE_ARG concode_elem_sep String BACKUP_ALL_COMMAND_LINE_ARG concode_elem_sep Vector<String> configFileList concode_field_sep boolean zip concode_elem_sep boolean createFileList co... | boolean function ( File arg0 ) { boolean loc0 = arg0 . delete ( ) ; try { if ( ! loc0 ) { loc0 = true ; } return loc0 ; } catch ( Exception loc1 ) { System . out . println ( "srini_string" ) ; return false ; } } |
37,171 | knuth-morris-pratt algorithm to find a byte within a byte . concode_field_sep PlaceHolder placeHolder concode_field_sep ID3v2APICFrameBody parseID3v2APICFrameBody concode_elem_sep int[] failure concode_elem_sep ID3v2PRIVFrameBody parseID3v2PRIVFrameBody concode_elem_sep ID3v2TextFrameBody parseID3v2TextFrameBody concod... | int function ( byte [ ] arg0 , byte [ ] arg1 ) { int [ ] loc0 = loc0 ( arg1 ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { while ( loc1 > 0 && arg1 [ loc1 ] != arg0 [ loc2 ] ) loc1 = loc0 [ loc1 - 1 ] ; if ( arg1 [ loc1 ] == arg0 [ loc2 ] ) loc1 ++ ; if ( loc1 == arg1 . length ) return loc2 ... |
37,172 | validate an url with pattern http://developer.android.com/reference/android/util/patterns.html#web_url or #ip_address concode_field_sep String[] WRONG_CLOUD_URLS concode_field_sep boolean isServerNameValid concode_elem_sep String getAccountNameFromURL concode_elem_sep String encodeDocumentUrl concode_elem_sep boolean i... | boolean function ( String arg0 ) { return ( arg0 == null ) ? false : ( Patterns . WEB_URL . matcher ( arg0 ) . matches ( ) || Patterns . IP_ADDRESS . matcher ( arg0 ) . matches ( ) ) ; } |
37,173 | gets the name . concode_field_sep String owner concode_elem_sep String PUBLIC_SCOPE concode_elem_sep String PRIVATE_SCOPE concode_elem_sep Date lastSavingDate concode_elem_sep String scope concode_elem_sep String name concode_elem_sep String description concode_elem_sep Date firstSavingDate concode_elem_sep Integer id ... | String function ( ) { return name ; } |
37,174 | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep WhiteboxRaster raster concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boo... | String function ( ) { return "srini_string" ; } |
37,175 | schedule local notification specified by options object . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep Notifica... | Notification function ( Options arg0 , Class < ? > arg1 ) { Notification loc0 = new Builder ( arg0 ) . setTriggerReceiver ( arg1 ) . build ( ) ; loc0 . schedule ( ) ; return loc0 ; } |
37,176 | tests that a valid property is not resolved if base is not list . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIsReadOnly06 concode_elem_sep void testGetValue01 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void testIsReadOnly02 concode_elem_sep voi... | void function ( ) { doNegativeTest ( new Object ( ) , new Object ( ) , MethodUnderTest . GET_VALUE , true ) ; } |
37,177 | adds a double to the bottom of the context list concode_field_sep CoordinationProtos.DrillbitEndpoint endpoint concode_elem_sep List<String> contextList concode_elem_sep String errorId concode_field_sep String getErrorId concode_elem_sep CoordinationProtos.DrillbitEndpoint getEndpoint concode_elem_sep void push concode... | void function ( String arg0 , double arg1 ) { add ( arg0 + "srini_string" + arg1 ) ; } |
37,178 | sets the value of the inherited property . concode_field_sep ReportSet.Reports reports concode_elem_sep ReportSet.Configuration configuration concode_elem_sep String inherited concode_elem_sep List<String> report concode_elem_sep String id concode_elem_sep List<Element> any concode_field_sep void setReports concode_ele... | void function ( String arg0 ) { this . inherited = arg0 ; } |
37,179 | sets the element value . if the value is non-null the set flag is marked true ; if the value is null it is set to '' '' , the set flag is marked false , and the element image is set to blank . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_B... | void function ( String arg0 ) { if ( arg0 != null ) { if ( arg0 . length ( ) > 0 ) { this . value = arg0 . trim ( ) ; set = true ; return ; } } this . value = "srini_string" ; setImage ( IMAGE_BLANK ) ; set = false ; } |
37,180 | returns the result of the consistency check based only of a ql tbox analysis . it returns one of the following three values : boolean #true to indicate that an abox can not be inconsistent based on the analyzed ql tbox boolean #false to indicate that the analyzed tbox is inconsistent regardless of the consisdered abox ... | Boolean function ( ) { return consistent ; } |
37,181 | todo concode_field_sep long st_ro_evict concode_elem_sep long st_alloc_buckets concode_elem_sep long st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep long st_page_trickle concode_elem_sep int st_pages concode_elem_sep long st_hash_max_nowait concode_elem_sep long st_io_wait concode_elem_sep long st_syn... | long function ( ) { return st_alloc_buckets ; } |
37,182 | returns the result of interpretting the object as an instance of ` pbase object ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep TransientsuperPackage modelPackage concode_field_sep Object casePVersionObject concode_elem_sep Object caseSerializable concode... | Object function ( PBaseObject arg0 ) { return null ; } |
37,183 | add to a particular trader 's inventory of goods concode_field_sep int money concode_elem_sep String name concode_elem_sep String region concode_elem_sep List<Goods> traderGoodsList concode_field_sep void showGoods concode_elem_sep boolean subtractAmount concode_elem_sep Goods findGood | void function ( String arg0 , int arg1 ) { Iterator < Goods > loc0 = traderGoodsList . iterator ( ) ; Goods loc1 ; while ( loc0 . hasNext ( ) ) { loc1 = loc0 . next ( ) ; if ( loc1 . name . equals ( arg0 ) ) { loc1 . quantity += arg1 ; } } } |
37,184 | a call to this method reflects use of the drop down , and we should grab that url concode_field_sep Boolean mUsingEmailNotification concode_elem_sep String UNUSED concode_elem_sep String[] mApplicationURLs concode_elem_sep String mQuickURL concode_elem_sep Boolean mEulaViewed concode_elem_sep int mMode concode_elem_sep... | void function ( int arg0 ) { mHomeUrl = mApplicationURLs [ arg0 ] ; mSelectedIndex = arg0 ; } |
37,185 | ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l... | void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; } |
37,186 | accessor method for the card 's displaycardnumber concode_field_sep int suit concode_elem_sep String displayCardNumber concode_elem_sep int cardNumber concode_field_sep Card parseCard concode_elem_sep int getSuit concode_elem_sep int getCardNumber concode_elem_sep String toString | String function ( ) { return displayCardNumber ; } |
37,187 | caches the browser tracker in the entity cache if it is enabled . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithDy... | void function ( BrowserTracker arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } |
37,188 | constructs a new string by decoding the specified array of bytes using the utf-8 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep byte[] getBytesUnchecked concode_elem_sep byte[] g... | String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . UTF_8 ) ; } |
37,189 | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... | void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } |
37,190 | create an instance of progressgetrequestverb concode_field_sep QName _ProgressRequest_QNAME concode_elem_sep QName _ProgressResponse_QNAME concode_field_sep ProgressResumeRequestVerb createProgressResumeRequestVerb concode_elem_sep ProgressGetResponse createProgressGetResponse concode_elem_sep ProgressPauseResponse cre... | ProgressGetRequestVerb function ( ) { return new ProgressGetRequestVerb ( ) ; } |
37,191 | specifies whether values of this field can be returned in search results and used for ranking . default : false . concode_field_sep String textProcessor concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean resultEnabled concode_field_sep void setDefaultValue concode_elem_s... | Boolean function ( ) { return resultEnabled ; } |
37,192 | sets the value of the extlst property . concode_field_sep Boolean bandRow concode_elem_sep CTPatternFillProperties pattFill concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTTableStyle tableStyle concode_elem_sep Boolean firstCol concode_elem_sep CTEffectList effectLst concode_elem_sep Boolean rtl con... | void function ( CTOfficeArtExtensionList arg0 ) { this . extLst = arg0 ; } |
37,193 | indicates whether to block or allow incoming mail from the specified ip addresses . concode_field_sep String cidr concode_elem_sep String policy concode_field_sep int hashCode concode_elem_sep String getCidr concode_elem_sep boolean equals concode_elem_sep ReceiptIpFilter clone concode_elem_sep String toString concode_... | ReceiptIpFilter function ( String arg0 ) { setPolicy ( arg0 ) ; return this ; } |
37,194 | returns the name of the records concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep void addRR concode_elem_sep void clear concode_elem_sep void deleteRR concode_elem_sep Iterator iterator concode_elem_sep Iterator rrs concode_... | Name function ( ) { return first ( ) . getName ( ) ; } |
37,195 | gets the value of the years property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the years property . for example , to add a new item , do as fol... | List < Integer > function ( ) { if ( years == null ) { years = new ArrayList < Integer > ( ) ; } return this . years ; } |
37,196 | get the number of instances that should be deployed . concode_field_sep int DEFAULT_INSTANCES concode_elem_sep boolean DEFAULT_HA concode_elem_sep String workerPoolName concode_elem_sep int instances concode_elem_sep List<String> extraClasspath concode_elem_sep boolean DEFAULT_MULTI_THREADED concode_elem_sep long maxWo... | int function ( ) { return instances ; } |
37,197 | adds one to the count of false negatives . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String getPrecisionDescription concode_elem_sep void ad... | void function ( ) { addFN ( 1 ) ; } |
37,198 | the code for a country/region 's subdivision e.g. , a province of canada . a subdivision code is only valid with the appropriate country code . constraint : specifying subdivisioncode without countrycode returns an invalidinput error . concode_field_sep String countryCode concode_elem_sep String subdivisionCode concode... | String function ( ) { return this . subdivisionCode ; } |
37,199 | get the list of actionids waiting for a partition concode_field_sep HCatDependencyCache dependencyCache concode_elem_sep HCatDependencyCache cache concode_elem_sep String CACHE_PURGE_INTERVAL concode_elem_sep String CACHE_PURGE_TTL concode_elem_sep boolean purgeEnabled concode_elem_sep ConcurrentMap<String,Long> regist... | Collection < String > function ( HCatURI arg0 ) { return dependencyCache . getWaitingActions ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.