idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,500 | this method was generated by mybatis generator . this method returns the value of the database column boss_rates . create_time concode_field_sep Integer rateRound concode_elem_sep String rateName concode_elem_sep String description concode_elem_sep Integer rule concode_elem_sep long serialVersionUID concode_elem_sep St... | Date function ( ) { return createTime ; } |
8,501 | asserts that filters with the given configuration accept the given record . concode_field_sep PlaceHolder placeHolder concode_field_sep GlobFilter newGlobFilter concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep vo... | void function ( SubsetConfiguration arg0 , MetricsRecord arg1 ) { assertTrue ( "srini_string" + arg1 , newGlobFilter ( arg0 ) . accepts ( arg1 ) ) ; assertTrue ( "srini_string" + arg1 , newRegexFilter ( arg0 ) . accepts ( arg1 ) ) ; } |
8,502 | set if this completionoperation would allow an separator to be appended . by default this is true . concode_field_sep int cursor concode_elem_sep int offset concode_elem_sep boolean ignoreNonEscapedSpace concode_elem_sep List<TerminalString> completionCandidates concode_elem_sep boolean ignoreStartsWith concode_elem_se... | void function ( boolean arg0 ) { this . appendSeparator = arg0 ; } |
8,503 | run discovery service once if device has been removed to trigger disconnected webcam discovery event and keep webcams list up-to-date . concode_field_sep List<IpCamDevice> DEVICES concode_field_sep boolean unregister concode_elem_sep boolean unregister concode_elem_sep List<IpCamDevice> getIpCameras concode_elem_sep bo... | void function ( ) { WebcamDiscoveryService loc0 = Webcam . getDiscoveryServiceRef ( ) ; if ( loc0 != null ) { loc0 . scan ( ) ; } } |
8,504 | adds a pitch this chord . concode_field_sep Fraction duration concode_elem_sep Stem stem concode_elem_sep Beam beam concode_elem_sep List<Slur> slurs concode_elem_sep Tuplet tuplet concode_elem_sep List<Direction> directions concode_elem_sep boolean cue concode_elem_sep List<Note> notes concode_elem_sep Grace grace con... | void function ( Pitch arg0 ) { addNote ( new Note ( arg0 ) ) ; } |
8,505 | resets #nexttlsmode to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co... | void function ( ) { nextTlsMode = ( address . getSslSocketFactory ( ) != null ) ? TLS_MODE_MODERN : TLS_MODE_COMPATIBLE ; } |
8,506 | read the structure from the cdr stram . concode_field_sep String id concode_field_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | StructureToPass function ( InputStream arg0 ) { StructureToPass loc0 = new StructureToPass ( ) ; loc0 . a = arg0 . read_string ( ) ; loc0 . b = arg0 . read_wstring ( ) ; return loc0 ; } |
8,507 | add an alias/password pair to the callback mechanism . concode_field_sep Map<String,String> passwords concode_field_sep void handle | void function ( String arg0 , String arg1 ) { passwords . put ( arg0 , arg1 ) ; } |
8,508 | returns an instance of the encoder class of this codec . #see gsm_encoder concode_field_sep GSM_Decoder _decoder concode_elem_sep GSM_Encoder _encoder concode_field_sep int getFrameSize concode_elem_sep DecoderFace getDecoder concode_elem_sep String getName concode_elem_sep long getCodec concode_elem_sep float getSampl... | EncoderFace function ( ) { return _encoder ; } |
8,509 | this is mainly for testing . concode_field_sep Random random concode_elem_sep int DEFAULT_LIST_SIZE concode_elem_sep int DEFAULT_WORD_SIZE concode_elem_sep Log LOG concode_elem_sep long DEFAULT_SEED concode_elem_sep String[] words concode_elem_sep String GRIDMIX_DATAGEN_RANDOMTEXT_WORDSIZE concode_elem_sep String GRIDM... | List < String > function ( ) { return Arrays . asList ( words ) ; } |
8,510 | returns the current stopwatchtreenode . concode_field_sep StopWatchTree tree concode_elem_sep HashMap<StopWatchTreeNode,List<StopWatchTreeNode>> removedNodes concode_elem_sep Stack<StopWatchTreeNode> stack concode_field_sep StopWatchTreePath pop concode_elem_sep TimingTree getCurrentTiming concode_elem_sep TimingTreeNo... | StopWatchTreeNode function ( ) { return stack . peek ( ) ; } |
8,511 | the linestrips element may have any number of p elements . gets the value of the ps 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 ps p... | List < JAXBElement < List < BigInteger >>> function ( ) { if ( ps == null ) { ps = new ArrayList < JAXBElement < List < BigInteger >>> ( ) ; } return this . ps ; } |
8,512 | the root node in the resource . may be null . concode_field_sep ITextViewer viewer concode_elem_sep String selectedText concode_elem_sep int offset concode_elem_sep XtextResource resource concode_elem_sep String prefix concode_elem_sep INode currentNode concode_elem_sep List<AbstractElement> mutableFirstSetGrammarEleme... | ICompositeNode function ( ) { return rootNode ; } |
8,513 | gets the value of the imgw property . concode_field_sep Integer imgH concode_elem_sep Integer imgW concode_elem_sep CTExtensionList extLst concode_elem_sep String name concode_elem_sep Pic pic concode_elem_sep String id concode_elem_sep Boolean showAsIcon concode_field_sep void setName concode_elem_sep CTExtensionList ... | Integer function ( ) { return imgW ; } |
8,514 | warning 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 s... | void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; } |
8,515 | set the element container . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep String reset concode_elem_sep FormElementContainer getElementContainer | void function ( FormElementContainer arg0 ) { this . elementContainer = arg0 ; } |
8,516 | return the notice header concode_field_sep String characters concode_elem_sep Message header concode_elem_sep Outcome outcome concode_elem_sep Message message concode_elem_sep boolean continuep concode_elem_sep Map<String,Object> parameters concode_elem_sep List<String> errors concode_field_sep void addError concode_el... | String function ( ) { if ( this . header != null ) { return this . header . getKey ( ) ; } return null ; } |
8,517 | gets transport of the listeningpoint . concode_field_sep SipProviderImpl sipProvider concode_elem_sep SipStackImpl sipStack concode_elem_sep MessageProcessor messageProcessor concode_elem_sep int port concode_elem_sep String transport concode_field_sep String getKey concode_elem_sep MessageProcessor getMessageProcessor... | String function ( ) { return messageProcessor . getTransport ( ) ; } |
8,518 | adds action output of a particular type to metadata files . only adds the first output that matches the given file type . concode_field_sep Collection<String> dependencyAttributes concode_elem_sep LocalMetadataCollector NO_METADATA_COLLECTOR concode_elem_sep FileTypeSet instrumentedFileTypes concode_elem_sep boolean sp... | void function ( NestedSetBuilder < Artifact > arg0 , ActionAnalysisMetadata arg1 , FileType arg2 ) { for ( Artifact loc0 : arg1 . getOutputs ( ) ) { if ( arg2 . matches ( loc0 . getFilename ( ) ) ) { arg0 . add ( loc0 ) ; break ; } } } |
8,519 | returns the other box . concode_field_sep JCheckBox box1 concode_elem_sep JCheckBox box2 concode_field_sep void stateChanged | JCheckBox function ( JCheckBox arg0 ) { return arg0 == box1 ? box2 : box1 ; } |
8,520 | true if analysis is currently being performed . concode_field_sep AnalysisStatus[] EMPTY_ARRAY concode_elem_sep List<AnalysisStatus> EMPTY_LIST concode_elem_sep boolean isAnalyzing concode_elem_sep String analysisTarget concode_field_sep JsonObject toJson concode_elem_sep int hashCode concode_elem_sep boolean equals co... | boolean function ( ) { return isAnalyzing ; } |
8,521 | prints this histogram in a human readable ascii format . this is equivalent to calling #printasciibucket on everybucket . concode_field_sep int[] buckets concode_elem_sep short interval concode_elem_sep int cutoff concode_elem_sep short num_linear_buckets concode_elem_sep short exp_bucket_shift concode_field_sep int lo... | void function ( final StringBuilder arg0 ) { for ( int loc0 = 0 ; loc0 < buckets . length ; loc0 ++ ) { printAsciiBucket ( arg0 , loc0 ) ; } } |
8,522 | draws this particle to standard draw . concode_field_sep double vx concode_elem_sep double vy concode_elem_sep Color color concode_elem_sep double INFINITY concode_elem_sep double rx concode_elem_sep double ry concode_elem_sep double mass concode_elem_sep int count concode_elem_sep double radius concode_field_sep doubl... | void function ( ) { StdDraw . setPenColor ( color ) ; StdDraw . filledCircle ( rx , ry , radius ) ; } |
8,523 | buildresourceinterfacename . concode_field_sep String EXAMPLE_PREFIX concode_elem_sep String MULTIPLE_RESPONSE_HEADERS_ARGUMENT_NAME concode_elem_sep String GENERIC_PAYLOAD_ARGUMENT_NAME concode_field_sep boolean canBenumConstantName concode_elem_sep String getShortMimeType concode_elem_sep String buildMimeTypeInfix co... | String function ( final Resource arg0 , Configuration arg1 ) { final String loc0 = buildJavaFriendlyName ( defaultIfBlank ( arg0 . getDisplayName ( ) , arg0 . getRelativeUri ( ) ) ) ; return isBlank ( loc0 ) ? "srini_string" : loc0 . concat ( arg1 . getInterfaceNameSuffix ( ) ) ; } |
8,524 | calculates the x-coordinate of the mactionbarbackbtn edge given the other sides of the rectangle and an aspect ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep float calculateAspectRatio concode_elem_sep float calculateAspectRatio concode_elem_sep float calculateTop concode_elem_sep float calculateWi... | float function ( float arg0 , float arg1 , float arg2 , float arg3 ) { final float loc0 = arg2 - arg0 ; final float loc1 = arg1 - ( arg3 * loc0 ) ; return loc1 ; } |
8,525 | returns the state observed at time step t. t = 0 refers to the initial state . concode_field_sep List<State> stateSequence concode_elem_sep List<Double> rewardSequence concode_elem_sep List<Action> actionSequence concode_field_sep double reward concode_elem_sep Episode read concode_elem_sep String actionString concode_... | State function ( int arg0 ) { if ( arg0 >= this . stateSequence . size ( ) ) { throw new RuntimeException ( "srini_string" + arg0 ) ; } return stateSequence . get ( arg0 ) ; } |
8,526 | return whether to perform a dependency check for object references in the bean instance after autowiring . concode_field_sep int AUTOWIRE_BY_TYPE concode_elem_sep String beanName concode_elem_sep boolean isDefaultBeanName concode_elem_sep int autowireMode concode_elem_sep boolean dependencyCheck concode_elem_sep int AU... | boolean function ( ) { return this . dependencyCheck ; } |
8,527 | this method is used to insert the new user id creation data into the database . concode_field_sep PlaceHolder placeHolder concode_field_sep List findAllCircle concode_elem_sep boolean editAgent concode_elem_sep List findAllDepartment concode_elem_sep List findAllDepartment concode_elem_sep List findAllLevel concode_ele... | boolean function ( AgentVO arg0 ) { boolean loc0 = false ; AgentDAO loc1 = new AgentDAO ( ) ; loc0 = loc1 . createAgent ( arg0 ) ; return loc0 ; } |
8,528 | fields left as null will be replaced with their default before the request is made . concode_field_sep Integer checkIntervalSec concode_elem_sep String description concode_elem_sep Integer timeoutSec concode_elem_sep int DEFAULT_TIMEOUT_SEC concode_elem_sep int DEFAULT_HEALTHY_THRESHOLD concode_elem_sep Integer port co... | HttpHealthCheckCreationOptions function ( ) { return HttpHealthCheckCreationOptions . createWithDefaults ( host , requestPath , port , checkIntervalSec , timeoutSec , unhealthyThreshold , healthyThreshold , description ) ; } |
8,529 | called at the end of the simulation . concode_field_sep Vector3 TMP_V3 concode_elem_sep Matrix4 TMP_M4 concode_elem_sep Quaternion TMP_Q2 concode_elem_sep ParticleController controller concode_elem_sep Vector3 TMP_V1 concode_elem_sep Vector3 TMP_V2 concode_elem_sep Vector3 TMP_V6 concode_elem_sep Quaternion TMP_Q conco... | void function ( ) { } |
8,530 | write a distanceunit to a streamoutput concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeters... | void function ( StreamOutput arg0 , DistanceUnit arg1 ) { arg0 . writeByte ( ( byte ) arg1 . ordinal ( ) ) ; } |
8,531 | return the size in bytes of a block of a given size class concode_field_sep int BLOCK_SIZE_CLASSES concode_elem_sep int LOG_BYTES_IN_BLOCK_META concode_elem_sep int LOG_MIN_BLOCK concode_elem_sep int MAX_BLOCK_PAGE_OFFSET concode_elem_sep int BLOCK_PAGE_OFFSET_SHIFT concode_elem_sep Extent META_DATA_EXTENT concode_elem... | int function ( int arg0 ) { return 1 << ( LOG_MIN_BLOCK + arg0 ) ; } |
8,532 | returns the event type as a class objectin this example , this method is used by the eventdispatcher todispatch events depending on their type . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Class < ? extends Message > function ( ) { return getClass ( ) ; } |
8,533 | sets the numconvertedclicks value for this conversiontrackerstats . concode_field_sep java.lang.String mostRecentConversionDate concode_elem_sep java.lang.Integer numConversionEvents concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.Money conversionValue concode_elem_sep java.lang.Integer numConvertedClicks c... | void function ( java . lang . Integer arg0 ) { this . numConvertedClicks = arg0 ; } |
8,534 | the identifier of the vpc in which the ad connector is created . concode_field_sep String customerUserName concode_elem_sep String vpcId concode_elem_sep com.amazonaws.internal.SdkInternalList<String> customerDnsIps concode_elem_sep com.amazonaws.internal.SdkInternalList<String> subnetIds concode_field_sep void setCust... | void function ( String arg0 ) { this . vpcId = arg0 ; } |
8,535 | write an xml attribute concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix con... | void function ( XMLStreamWriter arg0 , String arg1 , String arg2 , String arg3 ) { try { arg0 . writeAttribute ( arg1 , arg2 , arg3 ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } } |
8,536 | create an new pe object for the object file . concode_field_sep ARHeader[] headers concode_elem_sep String filename concode_elem_sep long strtbl_pos concode_elem_sep long size concode_elem_sep long elf_offset concode_elem_sep String object_name concode_elem_sep RandomAccessFile rfile concode_field_sep long getSize conc... | PE function ( ) { return new PE ( filename , elf_offset ) ; } |
8,537 | validate and set layout version from properties concode_field_sep int namespaceID concode_elem_sep NodeType storageType concode_elem_sep long cTime concode_elem_sep String clusterID concode_elem_sep int layoutVersion concode_elem_sep String STORAGE_FILE_VERSION concode_field_sep Map<Integer,SortedSet<LayoutFeature>> ge... | void function ( Properties arg0 , StorageDirectory arg1 ) { int loc0 = Integer . parseInt ( getProperty ( arg0 , arg1 , "srini_string" ) ) ; if ( loc0 < getServiceLayoutVersion ( ) ) { throw new IncorrectVersionException ( getServiceLayoutVersion ( ) , loc0 , "srini_string" + arg1 . root . getAbsolutePath ( ) ) ; } lay... |
8,538 | sets the company id of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMod... | void function ( long arg0 ) { _mbThreadFlag . setCompanyId ( arg0 ) ; } |
8,539 | free the memory associated with this map . this is idempotent and can be called multiple times . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKeySchema concode_elem_sep byte[] emptyAggregationBuffer concode_elem_sep boolean enablePerfMetrics concode_elem_sep StructType ag... | void function ( ) { map . free ( ) ; } |
8,540 | returns a string representation of the form key = value . concode_field_sep long serialVersionUID concode_elem_sep RemovalCause cause concode_elem_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep boolean wasEvicted concode_elem_sep int hashCode concode_elem_sep ... | String function ( ) { return getKey ( ) + "srini_string" + getValue ( ) ; } |
8,541 | gets the value of the mean property . concode_field_sep BigDecimal obs concode_elem_sep String atom0 concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal z concode_elem_sep String atom1 concode_elem_sep BigDecimal stdev concode_field_sep String getAtom1 concode_elem_sep BigDecimal getObs concode_elem_sep String... | BigDecimal function ( ) { return mean ; } |
8,542 | moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction . concode_field_sep double acv concode_elem_sep double ah concode_elem_sep double h concode_elem_sep int index concode_elem_sep double ctrlpts[][] concode_elem_sep GAff... | void function ( ) { index ++ ; } |
8,543 | extract the definition kind from the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep SetOverrideType read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | SetOverrideType function ( Any arg0 ) { return ( ( SetOverrideTypeHolder ) arg0 . extract_Streamable ( ) ) . value ; } |
8,544 | returns whether this block has any associated exception handlers . this is just a shorthand for inspecting the last instruction in the block to see if it could throw , and if so , whether it in fact has any associated handlers . concode_field_sep InsnList insns concode_elem_sep IntList successors concode_elem_sep int p... | boolean function ( ) { Insn loc0 = insns . getLast ( ) ; return loc0 . getCatches ( ) . size ( ) != 0 ; } |
8,545 | add a new attribute name to the set of names accepted by this filter . concode_field_sep HashSet<String> names concode_elem_sep long serialVersionUID concode_field_sep boolean isNotificationEnabled concode_elem_sep void clear concode_elem_sep String[] getNames concode_elem_sep void removeAttribute | void function ( String arg0 ) { synchronized ( names ) { names . add ( arg0 ) ; } } |
8,546 | this method was generated by mybatis generator . this method returns the value of the database column boss_service . logo_path concode_field_sep String creator concode_elem_sep Integer markDelete concode_elem_sep String logoPath concode_elem_sep String manageUrl concode_elem_sep String showDetailUrl concode_elem_sep lo... | String function ( ) { return logoPath ; } |
8,547 | sets whether the device should be scanned at startup concode_field_sep String IpAddress concode_elem_sep int ping concode_elem_sep boolean scanDevice concode_elem_sep String ipAddress concode_elem_sep String RetryPolling concode_elem_sep String Ping concode_elem_sep String ScanDevice concode_elem_sep int retryPolling c... | void function ( boolean arg0 ) { this . scanDevice = arg0 ; } |
8,548 | define valor do atributo pesquisa . concode_field_sep String pesquisa concode_elem_sep String grava concode_elem_sep String deleta concode_elem_sep Integer idPerfilAcesso concode_elem_sep Date dataFim concode_elem_sep Integer idMenu concode_elem_sep Date dataInicio concode_field_sep void setIdPerfilAcesso concode_elem_... | void function ( String arg0 ) { this . pesquisa = arg0 ; } |
8,549 | retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag... | long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } } |
8,550 | method to check the graph path is displayed in the ui for given graph . concode_field_sep WebDriver driverServer concode_elem_sep GraphHandler handler concode_elem_sep Log log concode_elem_sep Map<String,Graph> graphMap concode_elem_sep WebDriver driverDevice concode_elem_sep UIElementMapper uiElementMapper concode_fie... | boolean function ( String arg0 ) { WebElement loc0 = handler . getGraphById ( arg0 ) ; if ( loc0 != null ) { return handler . isPathAvailable ( loc0 ) ; } else { log . error ( String . format ( "srini_string" , arg0 ) ) ; return false ; } } |
8,551 | refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc... | Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; } |
8,552 | set an object that will be used to resolve uris used in fn : document and related functions . concode_field_sep ErrorListener errorListener concode_elem_sep int validationMode concode_elem_sep DateTimeValue currentDateTime concode_elem_sep TraceListener traceListener concode_elem_sep Item contextItem concode_elem_sep H... | void function ( URIResolver arg0 ) { uriResolver = arg0 ; } |
8,553 | number of shards with the snapshot in the initializing stage concode_field_sep String FAILED concode_elem_sep String STARTED concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep String DONE concode_elem_sep String TOT... | int function ( ) { return initializingShards ; } |
8,554 | creates the log-entry format with level warn and logs under the loggers name org.openhab.model.script . < loggername > concode_field_sep String LOGGER_NAME_PREFIX concode_field_sep void logError concode_elem_sep void logInfo concode_elem_sep void logDebug | void function ( String arg0 , String arg1 , Object ... arg2 ) { LoggerFactory . getLogger ( LOGGER_NAME_PREFIX . concat ( arg0 ) ) . warn ( arg1 , arg2 ) ; } |
8,555 | retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... | String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; } |
8,556 | sets the surname of a clubmember concode_field_sep String firstname concode_elem_sep String surname concode_elem_sep int yearOfJoining concode_field_sep void setFirstName concode_elem_sep int getYearOfJoining concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setYearOfJoining concode... | void function ( String arg0 ) { this . surname = arg0 ; } |
8,557 | makes a list with its generic type inferred from whatever it 's being assigned to . concode_field_sep float CHM_LOAD_FACTOR concode_elem_sep int CHM_CONCURRENCY_LEVEL concode_elem_sep int CHM_INITIAL_CAPACITY concode_field_sep Set<E> set concode_elem_sep Set<T> set concode_elem_sep Set<E> concurrentSet concode_elem_sep... | List < T > function ( ) { return new ArrayList < T > ( ) ; } |
8,558 | returns the node for a given index , using the ordinal position of the index within the table object . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void ke... | Node function ( int arg0 ) { Node loc0 = nPrimaryNode ; while ( arg0 -- > 0 ) { loc0 = loc0 . nNext ; } return loc0 ; } |
8,559 | returns the provider forecast url , some providers needs a second http request . concode_field_sep WeatherConfig config concode_elem_sep WeatherParser parser concode_elem_sep HttpClient httpClient concode_elem_sep Logger logger concode_field_sep String getWeatherUrl concode_elem_sep Weather getWeather concode_elem_sep ... | String function ( ) { return null ; } |
8,560 | test basic hsync cases concode_field_sep PlaceHolder placeHolder concode_field_sep void testHSyncWithReplication concode_elem_sep void testHSyncOperation concode_elem_sep void testHSyncWithAppend concode_elem_sep void testHSyncBlockBoundary concode_elem_sep void testSequenceFileSync concode_elem_sep void checkSyncMetri... | void function ( ) { testHSyncOperation ( false ) ; } |
8,561 | sets record num . concode_field_sep String headerName concode_elem_sep String headerValue concode_elem_sep Integer reportDataId concode_elem_sep String recordNum concode_field_sep String getHeaderName concode_elem_sep void setReportDataId concode_elem_sep String getRecordNum concode_elem_sep Integer getReportDataId con... | void function ( String arg0 ) { this . recordNum = arg0 ; } |
8,562 | get builder for kafkareporter override if testing an extension of kafkareporter concode_field_sep PlaceHolder placeHolder concode_field_sep KafkaReporter.Builder<? extends KafkaReporter.Builder> getBuilderFromContext concode_elem_sep void expectMetricsWithValues concode_elem_sep void expectMetrics concode_elem_sep void... | KafkaReporter . Builder < ? extends KafkaReporter . Builder > function ( KafkaPusher arg0 ) { return KafkaReporter . BuilderFactory . newBuilder ( ) . withKafkaPusher ( arg0 ) ; } |
8,563 | returns the filter queries concode_field_sep List<String> fieldPresentQueries concode_elem_sep int facetOffset concode_elem_sep String query concode_elem_sep int facetLimit concode_elem_sep List<DiscoverFacetField> facetFields concode_elem_sep List<String> facetQueries concode_elem_sep List<String> filterQueries concod... | List < String > function ( ) { return filterQueries ; } |
8,564 | formats the start subsequence that has been buffered by this class . this method will clear the buffer , but will do nothing if the start buffer is null . concode_field_sep EventSequence start concode_elem_sep EventSequence end concode_elem_sep EventSequence sequence1 concode_elem_sep EventSequence sequence2 concode_fi... | void function ( DiffXFormatter arg0 ) { if ( this . start == null ) return ; for ( int loc0 = 0 ; loc0 < this . start . size ( ) ; loc0 ++ ) { arg0 . format ( this . start . getEvent ( loc0 ) ) ; } this . start = null ; } |
8,565 | databinding method to get an xml representation of this object concode_field_sep com.amazon.ec2.RunInstancesType localRunInstances concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void w... | javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localRunInstances . getPullParser ( MY_QNAME ) ; } |
8,566 | logs an error message and throws a newly created axisfault . concode_field_sep Log log concode_field_sep void writeHessianMessage concode_elem_sep void writeTo concode_elem_sep void convertAndWriteHessianFault concode_elem_sep URL getTargetAddress concode_elem_sep String formatSOAPAction concode_elem_sep SynapseBinaryD... | void function ( String arg0 ) { log . error ( arg0 ) ; throw new AxisFault ( arg0 ) ; } |
8,567 | gets the name . concode_field_sep long init concode_elem_sep long committed concode_elem_sep long max concode_elem_sep String name concode_elem_sep long used concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep void setMax concode_elem_sep long getInit concode_elem_sep... | String function ( ) { return name ; } |
8,568 | sets the reference instant by default the system time when the streaming app is created . this instant with #expirebefore is used to calculate the #start and #end . concode_field_sep Duration bucketSpan concode_elem_sep PurgeListener purgeListener concode_elem_sep Duration expireBefore concode_elem_sep long bucketSpanM... | void function ( Instant arg0 ) { this . referenceInstant = arg0 ; } |
8,569 | verbose log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
8,570 | sets the value of the rejtype property . concode_field_sep String conflictedSocMSISDN concode_elem_sep boolean autoResolveIndicator concode_elem_sep String conflictedSocCode concode_elem_sep long serialVersionUID concode_elem_sep String rejType concode_elem_sep String rejDesc concode_field_sep void setAutoResolveIndica... | void function ( String arg0 ) { this . rejType = arg0 ; } |
8,571 | checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry... | boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; } |
8,572 | returns the name of the stored type . concode_field_sep PlaceHolder placeHolder concode_field_sep String getQualifiedName concode_elem_sep IPackageFragmentRoot getPackageFragmentRoot concode_elem_sep IType getType concode_elem_sep String getTypeQualifiedName concode_elem_sep int getModifiers concode_elem_sep String get... | String function ( ) { String loc0 = getType ( ) . getElementName ( ) ; int loc1 = loc0 . lastIndexOf ( "srini_string" ) ; if ( loc1 >= 0 ) loc0 = loc0 . substring ( loc1 + 1 ) ; return loc0 ; } |
8,573 | remove the tracks from the given artist concode_field_sep TrackReader reader concode_elem_sep ArrayList<Track> tracks concode_elem_sep MusicPlayer player concode_field_sep void playShuffle concode_elem_sep void setLengthOf concode_elem_sep void isPlaying concode_elem_sep void listTrack concode_elem_sep void removeTrack... | void function ( String arg0 ) { Iterator < Track > loc0 = tracks . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Track loc1 = loc0 . next ( ) ; if ( loc1 . getArtist ( ) . contains ( arg0 ) ) { loc0 . remove ( ) ; } } } |
8,574 | ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ... | void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } } |
8,575 | returns the text used to terminate a record . by default , the line separator is set using the ` line.separator ' system property . concode_field_sep boolean alwaysQuote concode_elem_sep char delimiter concode_elem_sep Character escape concode_elem_sep String[] comments concode_elem_sep char quote concode_elem_sep bool... | String function ( ) { return recordTerminator ; } |
8,576 | maximum lifespan of a cache entry , after which the entry is expired cluster-wide , in milliseconds . -1 means the entries never expire . concode_field_sep long evictionWakeUpInterval concode_elem_sep String cacheName concode_elem_sep Set<String> overridden concode_elem_sep int evictionMaxEntries concode_elem_sep Evict... | void function ( long arg0 ) { markAsOverriden ( "srini_string" ) ; this . expirationLifespan = arg0 ; } |
8,577 | returns the creator organization - used for mets header concode_field_sep HashMap<String,IMetsElement> pidElements concode_elem_sep MetsElement rootElement concode_elem_sep String packageID concode_elem_sep JhoveContext jhoveContext concode_elem_sep Map<String,String> fsParentMap concode_elem_sep String path concode_el... | String function ( ) { return creatorOrganization ; } |
8,578 | returns the port used by the jetty http server during bundle integration tests . this will always return the port used during the build , even if jetty will not be available given that test . this is specified using the org.osgi.service.http.port variable . concode_field_sep int DEFAULT_JETTY_PORT concode_elem_sep int ... | int function ( ) { return getPort ( "srini_string" , DEFAULT_JETTY_PORT ) ; } |
8,579 | sets the value of the plneurcenyspisovyznak property . concode_field_sep String jednoduchySpisovyZnak concode_elem_sep String oduvodneni concode_elem_sep String plneUrcenySpisovyZnak concode_field_sep void setJednoduchySpisovyZnak concode_elem_sep void setOduvodneni concode_elem_sep String getJednoduchySpisovyZnak conc... | void function ( String arg0 ) { this . plneUrcenySpisovyZnak = arg0 ; } |
8,580 | get current remove wait timeout concode_field_sep boolean inAdd concode_elem_sep long removeWaitTimeout concode_elem_sep boolean checkLock concode_elem_sep long addWaitTimeout concode_elem_sep boolean enabled concode_elem_sep boolean timeWait concode_elem_sep SingleRemoveSynchronizedAddLock lock concode_elem_sep int si... | long function ( ) { removeWaitTimeout = lock . getRemoveWaitTimeout ( ) ; return removeWaitTimeout ; } |
8,581 | sets the value of the zip property . concode_field_sep String zip concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String country concode_elem_sep String address concode_elem_sep String city concode_elem_sep String company concode_elem_sep String state concode_field_sep void setCountr... | void function ( String arg0 ) { this . zip = arg0 ; } |
8,582 | lookup object with identity oid in objecttable . returns null if no matching id is found concode_field_sep String regionName concode_elem_sep String DEFAULT_REGION concode_elem_sep JCS jcsCache concode_field_sep void cache concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep String getRegionNam... | Object function ( Identity arg0 ) { return jcsCache . get ( arg0 . toString ( ) ) ; } |
8,583 | based on the matching elements op to based on condition to with function function concode_field_sep PlaceHolder placeHolder concode_field_sep boolean or concode_elem_sep boolean or concode_elem_sep boolean and concode_elem_sep boolean and | void function ( INDArray arg0 , Condition arg1 , Function < Number , Number > arg2 ) { INDArray loc0 = arg0 . linearView ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . linearView ( ) . length ( ) ; loc1 ++ ) if ( arg1 . apply ( loc0 . getFloat ( loc1 ) ) ) { loc0 . putScalar ( loc1 , arg2 . apply ( loc0 . getDouble ( loc1 ) ... |
8,584 | overridden tostring method concode_field_sep HashMap<Integer,Integer> assignedStudents concode_elem_sep char courseId concode_field_sep HashMap<Integer,Integer> getAssignedStudents concode_elem_sep void setAssignedStudents concode_elem_sep void setCourseId concode_elem_sep char getCourseId | String function ( ) { return "srini_string" + courseId + "srini_string" + Arrays . toString ( assignedStudents . keySet ( ) . toArray ( ) ) ; } |
8,585 | returns the search date . concode_field_sep ProteinHitList visMetaProteins concode_elem_sep boolean raw concode_elem_sep ProteinHitList metaProteins concode_elem_sep String experimentTitle concode_elem_sep Date searchDate concode_elem_sep int totalSpectra concode_elem_sep long serialVersionUID concode_elem_sep String p... | Date function ( ) { return searchDate ; } |
8,586 | this method removes all whitespaces from the text . concode_field_sep int[] tableSizes concode_elem_sep boolean function concode_elem_sep int NAME_LENGTH concode_elem_sep String name concode_elem_sep int TYPE_LENGTH concode_elem_sep int pointerLevel concode_elem_sep String type concode_elem_sep Object value concode_ele... | void function ( StringBuilder arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; ++ loc0 ) { if ( Character . isWhitespace ( arg0 . charAt ( loc0 ) ) ) { arg0 . deleteCharAt ( loc0 ) ; -- loc0 ; } } } |
8,587 | returns the ke hoach kiem dem nuoc with the primary key or returns null if it could not be found . concode_field_sep KeHoachKiemDemNuocPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<KeHoachKiemDemNuoc> findWithDynamicQuer... | vn . dtt . sol . ns . tramcap . dao . model . KeHoachKiemDemNuoc function ( int arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; } |
8,588 | check that the rest of the block has been padded with zeroes . concode_field_sep InputStream in concode_elem_sep int available concode_elem_sep long nrBits concode_elem_sep int unread concode_field_sep long nrBits concode_elem_sep int read concode_elem_sep boolean bit | boolean function ( int arg0 ) { boolean loc0 = true ; int loc1 = ( int ) this . nrBits % arg0 ; if ( loc1 < 0 ) { loc1 += arg0 ; } if ( loc1 != 0 ) { int loc2 = arg0 - loc1 ; while ( loc2 > 0 ) { if ( bit ( ) ) { loc0 = false ; } loc2 -= 1 ; } } return loc0 ; } |
8,589 | returns the lower bound of the y-interval . concode_field_sep double yHigh concode_elem_sep double yLow concode_elem_sep double xHigh concode_elem_sep double y concode_elem_sep double xLow concode_field_sep double getY concode_elem_sep double getXLow concode_elem_sep boolean equals concode_elem_sep double getYHigh conc... | double function ( ) { return this . yLow ; } |
8,590 | default visit implementation . returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep V visitNoScoping concode_elem_sep V visitScope concode_elem_sep V visitScopeAnnotation concode_elem_sep V visitEagerSingleton | V function ( ) { return null ; } |
8,591 | the flags for the span . concode_field_sep int mMaximum concode_elem_sep HeightSpan mNext concode_elem_sep int mFlags concode_elem_sep int mMinimum concode_field_sep HeightSpan next concode_elem_sep void setMax concode_elem_sep void setMin concode_elem_sep int min concode_elem_sep int max concode_elem_sep void setNext ... | int function ( ) { return mFlags ; } |
8,592 | returns the node from which all activities will be attached . concode_field_sep boolean activitiesChanged concode_elem_sep ArrayList processingActivities concode_elem_sep boolean animating concode_elem_sep List activities concode_elem_sep PRoot root concode_elem_sep Timer activityTimer concode_elem_sep long serialVersi... | PRoot function ( ) { return root ; } |
8,593 | sets the group id of this definition . concode_field_sep Definition _definition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_... | void function ( long arg0 ) { _definition . setGroupId ( arg0 ) ; } |
8,594 | get the arguments to this event . concode_field_sep List<ParsedEvent> givenEvents concode_elem_sep List<ParsedEvent> baseEvents concode_field_sep void defineRelationships concode_elem_sep void defineTruthTable concode_elem_sep List<ParsedEvent> getBaseEvents concode_elem_sep List<ParsedEvent> getGivenEvents concode_ele... | int [ ] function ( BayesianNetwork arg0 ) { int [ ] loc0 = new int [ givenEvents . size ( ) ] ; for ( int loc1 = 0 ; loc1 < givenEvents . size ( ) ; loc1 ++ ) { ParsedEvent loc2 = this . givenEvents . get ( loc1 ) ; BayesianEvent loc3 = arg0 . getEvent ( loc2 . getLabel ( ) ) ; loc0 [ loc1 ] = loc2 . resolveValue ( loc... |
8,595 | tests to ensure httpurlconnection #getinputstream is called when 200 is returned . concode_field_sep OutputStream mOutputStreamMock concode_elem_sep HttpURLConnection mHttpConMock concode_elem_sep ExpectedException mThrown concode_field_sep void testCloseError concode_elem_sep void before concode_elem_sep void testFlus... | void function ( ) { when ( mHttpConMock . getResponseCode ( ) ) . thenReturn ( 200 ) ; SwiftOutputStream loc0 = new SwiftOutputStream ( mHttpConMock ) ; loc0 . close ( ) ; verify ( mHttpConMock ) . getInputStream ( ) ; verify ( mHttpConMock ) . disconnect ( ) ; } |
8,596 | obtains the classloader used to read the version information . this is just the tostring output of the classloader , since the version information should not keep a reference to the classloader itself . that could prevent garbage collection . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease conc... | String function ( ) { return infoClassloader ; } |
8,597 | initializes the inputwriter . this method has to be called before calling any of the other methods . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeKey concode_elem_sep void writeValue | void function ( PipeMapRed arg0 ) { } |
8,598 | return true iff the input is both equal in terms of payload , and also shares transient values such as timestamps . concode_field_sep boolean deleted concode_elem_sep long sortIndex concode_elem_sep String guid concode_elem_sep String collection concode_elem_sep long lastModified concode_elem_sep long ttl concode_elem_... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Record ) ) { return false ; } Record loc0 = ( Record ) arg0 ; return equalTimestamps ( loc0 ) && equalSortIndices ( loc0 ) && equalAndroidIDs ( loc0 ) && equalPayloads ( arg0 ) ; } |
8,599 | remove a triangle in relationship with the edge . concode_field_sep boolean border concode_elem_sep Vertex eV concode_elem_sep List<Edge> incidentEdges concode_elem_sep Vertex oV concode_elem_sep LineSegment geometry concode_elem_sep int id concode_elem_sep List<Triangle> triangles concode_field_sep void setIncidentEdg... | boolean function ( Triangle arg0 ) { return getTriangles ( ) . remove ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.