idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,400 | retrieve the number of files currently being tracked , and therefore awaiting deletion . concode_field_sep FileCleaningTracker theInstance concode_field_sep void exitWhenFinished concode_elem_sep FileCleaningTracker getInstance concode_elem_sep void track concode_elem_sep void track concode_elem_sep void track concode_... | int function ( ) { return theInstance . getTrackCount ( ) ; } |
8,401 | determines the index of the next header . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep boolean filterHeader | int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . length - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; } |
8,402 | calculates a digest representing the rule context . we use the digest instead of the original value as the original value might lead to a filename that is too long . by using a digest , tools can deterministically find all extra_action outputs for a given target , without having to open every file in the package . conc... | String function ( RuleContext arg0 ) { Fingerprint loc0 = new Fingerprint ( ) ; loc0 . addString ( arg0 . getLabel ( ) . toString ( ) ) ; return loc0 . hexDigestAndReset ( ) ; } |
8,403 | sets the value of the src property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Label ... | void function ( String arg0 ) { this . src = arg0 ; } |
8,404 | test node logic emits correct results concode_field_sep Logger log concode_field_sep void testNodeProcessingSchema | void function ( ) { testNodeProcessingSchema ( new TopN < String , Integer > ( ) ) ; testNodeProcessingSchema ( new TopN < String , Double > ( ) ) ; testNodeProcessingSchema ( new TopN < String , Float > ( ) ) ; testNodeProcessingSchema ( new TopN < String , Short > ( ) ) ; testNodeProcessingSchema ( new TopN < String ... |
8,405 | gets the dadoscgnat value for this operarcgnatout . concode_field_sep com.gvt.www.ws.eai.oss.CGNAT.DadosCGNAT dadosCGNAT concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_... | com . gvt . www . ws . eai . oss . CGNAT . DadosCGNAT function ( ) { return dadosCGNAT ; } |
8,406 | remove account from device concode_field_sep String KEY_ACCOUNT_TYPE concode_elem_sep String TAG concode_elem_sep String KEY_USER_ACCOUNT_VERSION concode_field_sep List<OUser> getAllAccounts concode_elem_sep boolean cancelUserSync concode_elem_sep OUser getActiveUser concode_elem_sep boolean logout concode_elem_sep Str... | boolean function ( Context arg0 , String arg1 ) { OUser loc0 = getDetails ( arg0 , arg1 ) ; if ( loc0 != null ) { AccountManager loc1 = AccountManager . get ( arg0 ) ; loc1 . removeAccount ( loc0 . getAccount ( ) , null , null ) ; return true ; } return false ; } |
8,407 | visits a nested annotation value of the annotation . concode_field_sep AnnotationVisitor av concode_elem_sep int api concode_field_sep AnnotationVisitor visitArray concode_elem_sep void visitEnd concode_elem_sep void visit concode_elem_sep void visitEnum | AnnotationVisitor function ( String arg0 , String arg1 ) { if ( av != null ) { return av . visitAnnotation ( arg0 , arg1 ) ; } return null ; } |
8,408 | traces and logs a caught exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep IClipboardSupport getClipboardOperationHelper concode_elem_sep void th... | void function ( String arg0 , Exception arg1 ) { ClipboardPlugin . catching ( getClass ( ) , arg0 , arg1 ) ; } |
8,409 | adds the given variable to the given index . if a variable which is being added is already in a index , it is moved to the new index . this information is used specifically by algorithm such as purify and mim build . the first variation only put an integer associated with the index , i.e. , the clusterings forms a part... | void function ( int arg0 , String arg1 ) { if ( isClustersBounded ( ) && arg0 >= getNumClusters ( ) ) { throw new IllegalArgumentException ( ) ; } clusters . put ( arg1 , arg0 ) ; } |
8,410 | returnerer id concode_field_sep IntegerProperty tables concode_elem_sep StringProperty lumber concode_elem_sep IntegerProperty year concode_elem_sep ObservableList<Equipment> equipment concode_elem_sep StringProperty name concode_elem_sep StringProperty lumberLast concode_elem_sep StringProperty extras concode_elem_sep... | IntegerProperty function ( ) { return ID ; } |
8,411 | sets additional dependencies to be added to the action that creates the deploy jar so that we force the runtime dependencies to be built . concode_field_sep boolean includeBuildData concode_elem_sep IterablesChain.Builder<Artifact> runtimeJarsBuilder concode_elem_sep String SINGLEJAR_MAX_MEMORY concode_elem_sep Compres... | DeployArchiveBuilder function ( @ Nullable Artifact arg0 ) { this . runfilesMiddleman = arg0 ; return this ; } |
8,412 | extracts a specific value from the last saved response concode_field_sep ESLogger logger concode_elem_sep RestResponse response concode_elem_sep RestClient restClient concode_elem_sep Stash stash concode_elem_sep RestSpec restSpec concode_field_sep String actualBody concode_elem_sep String bodyAsString concode_elem_sep... | Object function ( String arg0 ) { return response . evaluate ( arg0 , stash ) ; } |
8,413 | gets the value of the spatialindicatorid property . concode_field_sep String generalType concode_elem_sep String absoluteValue concode_elem_sep String rcc8Value concode_elem_sep String directionId concode_elem_sep String specificType concode_elem_sep String foR concode_elem_sep String qualitativeValue concode_elem_sep ... | String function ( ) { return spatialIndicatorId ; } |
8,414 | adds a connection event listener to the managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConn... | void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . add ( arg0 ) ; } |
8,415 | method taking two functions ! concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep int getY concode_elem_sep boolean overloadedStatic concode_elem_sep boolean overloadedStatic | Object function ( Function < Object , Object > arg0 , Function < Object , Object > arg1 ) { return arg0 . apply ( arg1 . apply ( x ) ) ; } |
8,416 | sets the value of the lineitemcreatereturn property . concode_field_sep LineItem lineItemCreateReturn concode_field_sep LineItem getLineItemCreateReturn | void function ( LineItem arg0 ) { this . lineItemCreateReturn = arg0 ; } |
8,417 | returns the number of rows matching the dynamic query . concode_field_sep KaleoTimerLocalService _kaleoTimerLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoTimer updateKaleoTimer concode_elem_sep void setWrappedService concode_elem_s... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _kaleoTimerLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
8,418 | return the system property for java.io.tmpdir ensuring a file #separator is at the end . concode_field_sep Method UNMAP_BUFFER concode_elem_sep int MAP_READ_WRITE concode_elem_sep int BLOCK_SIZE concode_elem_sep Method MAP_ADDRESS concode_elem_sep int MAP_PRIVATE concode_elem_sep int MAP_READ_ONLY concode_elem_sep Meth... | String function ( ) { String loc0 = System . getProperty ( "srini_string" ) ; if ( ! loc0 . endsWith ( File . separator ) ) { loc0 += File . separator ; } return loc0 ; } |
8,419 | sets the value of the attributeselector property . concode_field_sep AttributeValueType attributeValue concode_elem_sep AttributeSelectorType attributeSelector concode_elem_sep String matchId concode_elem_sep AttributeDesignatorType environmentAttributeDesignator concode_field_sep String getMatchId concode_elem_sep Att... | void function ( AttributeSelectorType arg0 ) { this . attributeSelector = arg0 ; } |
8,420 | sets the html safe mode flag . default : false concode_field_sep Decorator decorator concode_elem_sep boolean allowSpacesInFencedDelimiters concode_elem_sep SpanEmitter specialLinkEmitter concode_elem_sep Configuration DEFAULT concode_elem_sep boolean allowSpacesInFencedDelimiters concode_elem_sep String encoding conco... | Builder function ( final boolean arg0 ) { this . safeMode = arg0 ; return this ; } |
8,421 | produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c... | JSONArray function ( JSONArray arg0 , JSONTokener arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } JSONArray loc0 = new JSONArray ( ) ; for ( ; ; ) { JSONObject loc1 = rowToJSONObject ( arg0 , arg1 ) ; if ( loc1 == null ) { break ; } loc0 . put ( loc1 ) ; } if ( loc0 . length ( ) == 0 ) { return... |
8,422 | return the number of active threads concode_field_sep ServerSocket _server concode_elem_sep boolean listening concode_elem_sep LIModuleGUI _gui concode_elem_sep int numberConnections concode_elem_sep HoneyRJ _parent concode_elem_sep TreeMap<Date,LogFile> _logFiles concode_elem_sep LIProtocol _protocol concode_elem_sep ... | int function ( ) { return numberConnections ; } |
8,423 | returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def... | HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0... |
8,424 | use the given port in the resulting configuration . concode_field_sep Field PORT concode_elem_sep Field DATABASE concode_elem_sep Field USER concode_elem_sep Field PASSWORD concode_elem_sep Set<String> ALL_KNOWN_FIELDS concode_elem_sep Field HOSTNAME concode_field_sep String getPortAsString concode_elem_sep JdbcConfigu... | Builder function ( int arg0 ) { return with ( PORT , arg0 ) ; } |
8,425 | gets the name . concode_field_sep long serialVersionUID concode_elem_sep PathElement parent concode_elem_sep int hashcode concode_elem_sep String name concode_elem_sep String completePathCache concode_field_sep void setName concode_elem_sep PathElement getParent concode_elem_sep boolean isRootElement concode_elem_sep S... | String function ( ) { return name ; } |
8,426 | reads in a sequence of strings from standard input , shuffles them , and prints out the results . concode_field_sep PlaceHolder placeHolder concode_field_sep void shuffle | void function ( String [ ] arg0 ) { String [ ] loc0 = StdIn . readAllStrings ( ) ; Knuth . shuffle ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) StdOut . println ( loc0 [ loc1 ] ) ; } |
8,427 | should we show survey question ? concode_field_sep boolean showFillInTheBlank concode_elem_sep boolean showMultipleChoiceMultipleCorrect concode_elem_sep boolean selectFromQuestionPool concode_elem_sep boolean showCalculatedQuestion concode_elem_sep boolean showSurvey concode_elem_sep long serialVersionUID concode_elem... | boolean function ( ) { return ServerConfigurationService . getBoolean ( "srini_string" , showSurvey ) ; } |
8,428 | get the name of the queue to which the job is submitted . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_ele... | String function ( ) { return queueName ; } |
8,429 | equivalent to calling flush flushable , true , but with no ioexception in thesignature . concode_field_sep Logger logger concode_field_sep void flush | void function ( Flushable arg0 ) { try { flush ( arg0 , true ) ; } catch ( IOException loc0 ) { logger . log ( Level . SEVERE , "srini_string" , loc0 ) ; } } |
8,430 | sets the value of the featuredetectionmethod property . concode_field_sep HostOrganismList hostOrganismList concode_elem_sep Names names concode_elem_sep Xref xref concode_elem_sep ConfidenceList confidenceList concode_elem_sep CvType interactionDetectionMethod concode_elem_sep AttributeList attributeList concode_elem_... | void function ( CvType arg0 ) { this . featureDetectionMethod = arg0 ; } |
8,431 | generates a certpath a certificate chain from the provided inputstream . the default encoding scheme is applied . concode_field_sep Engine engine concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep CertificateFactorySpi spiImpl concode_elem_sep String type concode_field_sep Certificate g... | CertPath function ( InputStream arg0 ) { Iterator < String > loc0 = getCertPathEncodings ( ) ; if ( ! loc0 . hasNext ( ) ) { throw new CertificateException ( "srini_string" ) ; } return spiImpl . engineGenerateCertPath ( arg0 , loc0 . next ( ) ) ; } |
8,432 | the name should have parenthesis at the right place to preserve the tree structure . concode_field_sep JenkinsRule j concode_field_sep void laxParsing concode_elem_sep void parseAndVerify concode_elem_sep void parseShouldFail concode_elem_sep void parserError concode_elem_sep void setLabelString concode_elem_sep void d... | void function ( ) { LabelAtom loc0 = j . jenkins . getLabelAtom ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . not ( ) . not ( ) . getName ( ) ) ; assertEquals ( "srini_string" , loc0 . or ( loc0 ) . and ( loc0 ) . getName ( ) ) ; assertEquals ( "srini_string" , loc0 . and ( loc0 ) . or ( loc0 ) . getName ... |
8,433 | return type metadata object concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilt... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
8,434 | gets the build value for this issueversion . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef build concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.pla... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return build ; } |
8,435 | sets the value of the key property . concode_field_sep ManagedObjectReference _this concode_elem_sep String key concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getKey | void function ( String arg0 ) { this . key = arg0 ; } |
8,436 | divide two fixed-point values . concode_field_sep int ONE concode_field_sep int toFixed concode_elem_sep int[] toFixed concode_elem_sep void toFixed concode_elem_sep int sqrt concode_elem_sep float toFloat concode_elem_sep float[] toFloat concode_elem_sep void toFloat concode_elem_sep int multiply | int function ( int arg0 , int arg1 ) { long loc0 = ( ( ( long ) arg0 ) << 32 ) ; return ( int ) ( ( loc0 / arg1 ) >> 16 ) ; } |
8,437 | interface method implementation . checks for mandatory dependencies concode_field_sep BootstrapConfig bootstrapConfig concode_field_sep DefaultBootstrapServer getObject concode_elem_sep void setBootstrapConfig concode_elem_sep Class<DefaultBootstrapServer> getObjectType concode_elem_sep boolean isSingleton concode_elem... | void function ( ) { Assert . notNull ( this . bootstrapConfig , "srini_string" ) ; } |
8,438 | get the properties value . concode_field_sep String unit concode_elem_sep String timeGrain concode_elem_sep String resourceId concode_elem_sep ResourceMetricName name concode_elem_sep DateTime startTime concode_elem_sep DateTime endTime concode_elem_sep String id concode_elem_sep List<ResourceMetricProperty> properties... | List < ResourceMetricProperty > function ( ) { return this . properties ; } |
8,439 | sets the version of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMod... | void function ( java . lang . String arg0 ) { _app . setVersion ( arg0 ) ; } |
8,440 | returns the system settings storage implementation used in the config subsystem . concode_field_sep ConfigFactory factory concode_elem_sep ConfigStorage userStorage concode_elem_sep ConfigStorage systemStorage concode_elem_sep String CONFIG_TARGET_KEY concode_field_sep ConfigStorage getUserStorage concode_elem_sep void... | ConfigStorage function ( ) { return systemStorage ; } |
8,441 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<BigDecimal> arrayNumber concode_field_sep List<BigDecimal> getArrayNumber concode_elem_sep void setArrayNumber concode_elem_sep ArrayOfNumberOnly arrayNumber concode_elem_sep int hashCode concode_elem_s... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
8,442 | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... | ListAccessKeysResult function ( Boolean arg0 ) { this . isTruncated = arg0 ; return this ; } |
8,443 | returns the name of this command . this can be the field , function or query grouped by . concode_field_sep String _name concode_elem_sep Integer _ngroups concode_elem_sep int _matches concode_elem_sep List<Group> _values concode_field_sep void add concode_elem_sep Integer getNGroups concode_elem_sep List<Group> getVal... | String function ( ) { return _name ; } |
8,444 | returns the path of the resource . for example : realms - realm list realms/master - master realm realms/clients/00d4b16f-f 1f9-4e73-8366-d76b18f3e0e1 - client within the master realm concode_field_sep String realmId concode_elem_sep String resourcePath concode_elem_sep OperationType operationType concode_elem_sep long... | String function ( ) { return resourcePath ; } |
8,445 | this method tests this object for equality against the specified object . the objects will be considered equal if and only if : the specified object is not null . the specified object is an instance of fieldposition . the specified object has the same field identifier and beginning and ending index as this object . con... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof FieldPosition ) ) return false ; FieldPosition loc0 = ( FieldPosition ) arg0 ; return ( field_id == loc0 . field_id && begin == loc0 . begin && end == loc0 . end ) ; } |
8,446 | the destination port that the client should connect to . -1 is returned if not yet known concode_field_sep InetAddress sourceNetworkAddress concode_elem_sep String destinationAddress concode_elem_sep byte sourceNetworkMaskBits concode_elem_sep int destinationPort concode_field_sep int getSourceNetworkMaskBits concode_e... | int function ( ) { return destinationPort ; } |
8,447 | sets the quart properties file . concode_field_sep boolean continueOnJsonError concode_elem_sep boolean help concode_elem_sep List<File> additionalJars concode_elem_sep File jsonDirOrFile concode_elem_sep boolean runEndlessly concode_elem_sep int runPeriod concode_elem_sep String quartPropertiesFile concode_field_sep v... | void function ( String arg0 ) { this . quartPropertiesFile = arg0 ; } |
8,448 | event handler for the west border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend... | void function ( ValueChangeEvent arg0 ) { setRenderWest ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
8,449 | gets the value of the ban property . concode_field_sep BigDecimal remainingFinancedAmount concode_elem_sep List<InstallmentScheduleType> installmentSchedule concode_elem_sep CreditLineType creditLine concode_elem_sep BigInteger totalNoOfMonths concode_elem_sep BigDecimal monthlyPayment concode_elem_sep String installme... | String function ( ) { return ban ; } |
8,450 | create an instance of jaxbelement concode_field_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep SimilarUserList createSimilarUserList concode_elem_sep Rule createRule concode_elem_sep LogicalUserListOperand createLogicalUserLi... | JAXBElement < ApiException > function ( ApiException arg0 ) { return new JAXBElement < ApiException > ( _ApiExceptionFault_QNAME , ApiException . class , null , arg0 ) ; } |
8,451 | tests is user is loggin in . true if usercontainer exists has been created . concode_field_sep Logger LOGGER concode_elem_sep String PROXY_PARAM concode_field_sep Map parseOptionParameter concode_elem_sep String getBaseUrl concode_elem_sep String appendQueryString concode_elem_sep String getBaseJspUrl concode_elem_sep ... | boolean function ( HttpServletRequest arg0 ) { Authentication loc0 = SecurityContextHolder . getContext ( ) . getAuthentication ( ) ; return ( loc0 != null ) && ! ( loc0 instanceof AnonymousAuthenticationToken ) ; } |
8,452 | return the normalized vector as a new vector concode_field_sep float x concode_elem_sep float z concode_elem_sep float y concode_field_sep GL_Vector add concode_elem_sep GL_Vector add concode_elem_sep GL_Vector add concode_elem_sep GL_Vector getNormal concode_elem_sep GL_Vector getNormal concode_elem_sep GL_Vector vect... | GL_Vector function ( GL_Vector arg0 ) { float loc0 = arg0 . length ( ) ; if ( loc0 == 0 ) return arg0 ; float loc1 = 1f / loc0 ; return new GL_Vector ( arg0 . x * loc1 , arg0 . y * loc1 , arg0 . z * loc1 ) ; } |
8,453 | gets the labels . concode_field_sep long serialVersionUID concode_elem_sep List<T> datasets concode_elem_sep List<String> labels concode_field_sep List<T> getDatasets concode_elem_sep void setLabels concode_elem_sep void setDatasets | List < String > function ( ) { if ( labels == null ) { labels = new ArrayList < String > ( ) ; } return labels ; } |
8,454 | begins reading the elements of an array , returning the array 's size . the caller must follow up by calling a read method for each element in the array . for example , this reads a byte array : int arraysize = readarray ; for int i = 0 , i concode_field_sep int ENCODED_NULL concode_elem_sep ByteInput in concode_elem_s... | int function ( ) { checkType ( ENCODED_ARRAY ) ; type = MUST_READ ; return Leb128 . readUnsignedLeb128 ( in ) ; } |
8,455 | alias description . constraints : length : 0 - 256 concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep UpdateAliasResult withFunctionVersion concode_elem_sep String getName concode_elem... | void function ( String arg0 ) { this . description = arg0 ; } |
8,456 | gets the value of the responsemetadata property . concode_field_sep SendMessageResult sendMessageResult concode_elem_sep ResponseMetadata responseMetadata concode_field_sep void setSendMessageResult concode_elem_sep void setResponseMetadata concode_elem_sep SendMessageResult getSendMessageResult | ResponseMetadata function ( ) { return responseMetadata ; } |
8,457 | creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep NHttpServiceHandler handler concode_elem_sep By... | ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; } |
8,458 | gets the fully qualified name of some given module name . concode_field_sep Logger logger concode_elem_sep String ENTRIES concode_elem_sep Map cache concode_field_sep void init concode_elem_sep int size | String function ( String arg0 ) { Properties loc0 = ( Properties ) cache . get ( ENTRIES ) ; if ( loc0 == null ) { logger . error ( "srini_string" + arg0 + "srini_string" + JForumExecutionContext . getRequest ( ) . getQueryString ( ) ) ; return null ; } return loc0 . getProperty ( arg0 ) ; } |
8,459 | test nested catalogpath . test that the nested dtd element is used when resolver.jar is not present . this test should pass either way . concode_field_sep String TASKDEFS_DIR concode_elem_sep BuildFileRule buildRule concode_field_sep void testUtf8 concode_elem_sep void testXmlCatalogNested concode_elem_sep void testXml... | void function ( ) { buildRule . executeTarget ( "srini_string" ) ; } |
8,460 | gibt den feldnamen type zurueck . concode_field_sep int mode concode_elem_sep String path concode_elem_sep long lastModified concode_elem_sep int attributes concode_elem_sep int TYPE_FILE concode_elem_sep byte[] data concode_elem_sep String name concode_elem_sep int TYPE_DIRECTORY concode_elem_sep int type concode_fiel... | int function ( ) { return this . type ; } |
8,461 | put in output stream 32 bit integer big endian byte order . concode_field_sep int NEXT_BIT_MASK concode_elem_sep int VALUE_MASK concode_elem_sep int NEXT_BIT_SHIFT concode_field_sep void moveBufferToStream concode_elem_sep int intFitsIn concode_elem_sep void copyBufferToStream concode_elem_sep void copyFromStreamToBuff... | void function ( OutputStream arg0 , final int arg1 ) { for ( int loc0 = Bytes . SIZEOF_INT - 1 ; loc0 >= 0 ; -- loc0 ) { arg0 . write ( ( byte ) ( arg1 >>> ( loc0 * 8 ) ) ) ; } } |
8,462 | dummy maxsparethreads property . concode_field_sep StringManager sm concode_elem_sep String CIPHER_SUITE_KEY concode_elem_sep String SESSION_ID_KEY concode_elem_sep boolean paused concode_elem_sep Executor executor concode_elem_sep InetAddress address concode_elem_sep boolean daemon concode_elem_sep int sequence concod... | int function ( ) { return 0 ; } |
8,463 | remove whitespaces and redundant spaces then return lower case . concode_field_sep T[] terms concode_elem_sep int minWordLength concode_elem_sep WordPermutation wordPermutations concode_elem_sep TreeMap<String,Set<Integer>> searchIndex concode_elem_sep String EXCLUDE_PATTERN concode_elem_sep String SPACE concode_elem_s... | String function ( String arg0 ) { arg0 = arg0 . replaceAll ( EXCLUDE_PATTERN , EMPTY ) ; arg0 = arg0 . replaceAll ( "srini_string" , SPACE ) ; arg0 = arg0 . trim ( ) ; arg0 = Alphabets . Turkish . toLowerCase ( arg0 ) ; return arg0 ; } |
8,464 | indicates if the current item is a data node or not . concode_field_sep String INOUTPUTTYPE concode_elem_sep String DEFAULTTYPE concode_elem_sep String INPUTTYPE concode_elem_sep String OUTPUTTYPE concode_elem_sep boolean dataNode concode_elem_sep Object value concode_elem_sep String direction concode_field_sep String ... | Boolean function ( ) { return dataNode ; } |
8,465 | sets the page orientation . orientation must be one of the constants : portrait , landscape , or reverse_landscape . concode_field_sep int REVERSE_LANDSCAPE concode_elem_sep int LANDSCAPE concode_elem_sep Paper mPaper concode_elem_sep int mOrientation concode_elem_sep int PORTRAIT concode_field_sep double getHeight con... | void function ( int arg0 ) { if ( 0 <= arg0 && arg0 <= REVERSE_LANDSCAPE ) { mOrientation = arg0 ; } else { throw new IllegalArgumentException ( ) ; } } |
8,466 | gets the value of the tool property . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep TermUseType tool concode_elem_sep List<CreationToolType.Setting> setting concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getNa... | TermUseType function ( ) { return tool ; } |
8,467 | tests the equals implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddParameterMapOverridingParameters concode_elem_sep void testHrefWithParameters concode_elem_sep void testHrefWithMultipleParameters concode_elem_sep void testAddParameter concode_elem_sep void testHrefWithEmptyAncho... | void function ( ) { String loc0 = "srini_string" ; Href loc1 = new DefaultHref ( loc0 ) ; Href loc2 = new DefaultHref ( loc0 ) ; Assert . assertEquals ( loc1 , loc2 ) ; } |
8,468 | returns a map of active connection ids to the set of permissions granted for that active connection . if no permissions are granted to a particular active connection , its id will not be present as a key in the map . this map is mutable , and changes to this map will affect the permission set directly . concode_field_s... | Map < String , Set < ObjectPermission . Type >> function ( ) { return activeConnectionPermissions ; } |
8,469 | starts derby server in embedded mode . concode_field_sep NetworkServerControl server concode_elem_sep String DERBY_SERVER_MODE_SYS_PROPERTY concode_elem_sep Logger logger concode_field_sep void startDerbyInServerMode concode_elem_sep void stopDerbyServer | void function ( ) { Class . forName ( "srini_string" ) ; DriverManager . getConnection ( "srini_string" ) . close ( ) ; } |
8,470 | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep IKnowledge knowledge concode_elem_sep IndTestType testType concode_elem_sep Graph sourceGraph concode_elem_sep FciIndTestParams indTestParams2 concode_elem_sep List varNames concode_field_sep IKnow... | FciSearchParams function ( ) { return new FciSearchParams ( ) ; } |
8,471 | check if the specified field is a partition tag field concode_field_sep String serviceDeletionPath concode_elem_sep String[] partitions concode_elem_sep Logger LOG concode_elem_sep Class<? extends TaggedLogAPIEntity> entityClass concode_elem_sep String prefix concode_elem_sep Map<String,Method> qualifierGetterMap conco... | boolean function ( String arg0 ) { if ( partitions == null || ( ! isTag ( arg0 ) ) ) { return false ; } for ( String loc0 : partitions ) { if ( loc0 . equals ( arg0 ) ) { return true ; } } return false ; } |
8,472 | writes tag and array_value in member_value . this method must be followed by numvalues calls to constvalueindex , enumconstvalue , etc. . concode_field_sep OutputStream output concode_elem_sep ConstPool pool concode_field_sep void annotation concode_elem_sep void annotation concode_elem_sep void memberValuePair concode... | void function ( int arg0 ) { output . write ( '[' ) ; write16bit ( arg0 ) ; } |
8,473 | the android context object can not be created until the android has created the application object . the androidcontext object must be initialized before other singletons can use it . concode_field_sep AndroidContext sInstance concode_elem_sep Context mContext concode_field_sep AndroidContext instance concode_elem_sep ... | void function ( @ NonNull Context arg0 ) { if ( sInstance == null ) { sInstance = new AndroidContext ( arg0 ) ; } } |
8,474 | insert the dynvalue into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep DynValue extract concode_elem_sep DynValue read concode_elem_sep DynValue narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynValue unchecked_narrow | void function ( Any arg0 , DynValue arg1 ) { arg0 . insert_Object ( arg1 ) ; } |
8,475 | adds several query words to the sample set . the expected output is determined by means of the specified membership oracle . concode_field_sep List<DefaultQuery<I,D>> testQueries concode_elem_sep boolean removeUnsuccessful concode_field_sep SampleSetEQOracle<I,D> add concode_elem_sep boolean test concode_elem_sep boole... | SampleSetEQOracle < I , D > function ( MembershipOracle < I , D > arg0 , Word < I > ... arg1 ) { return addAll ( arg0 , Arrays . asList ( arg1 ) ) ; } |
8,476 | returns the result of calling #getname . concode_field_sep int m_native concode_field_sep String getName concode_elem_sep int intValue concode_elem_sep AclId _getSessionUser concode_elem_sep AclId _fromName concode_elem_sep AclId getUser concode_elem_sep boolean isSuperuser concode_elem_sep boolean hasSchemaCreatePermi... | String function ( ) { return this . getName ( ) ; } |
8,477 | adds the d d m template version to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<DDMTemplateVersionLocalService,DDMTemplateVersionLocalService> _serviceTracker concode_field_sep com.liferay.dynamic.data.mapping.model.DDMTemplateVersion createDDMTemplateVersion concode_e... | com . liferay . dynamic . data . mapping . model . DDMTemplateVersion function ( com . liferay . dynamic . data . mapping . model . DDMTemplateVersion arg0 ) { return getService ( ) . addDDMTemplateVersion ( arg0 ) ; } |
8,478 | convert an uppercase character to a lowercase one concode_field_sep CaseConverter caseConverter concode_elem_sep String[] upperCharacters concode_elem_sep Map<Character,Character> lower2UpperMap concode_elem_sep String[] lowerCharacters concode_elem_sep Map<Character,Character> upper2LowerMap concode_field_sep void ini... | char function ( char arg0 ) { Character loc0 = ( Character ) upper2LowerMap . get ( new Character ( arg0 ) ) ; return loc0 . charValue ( ) ; } |
8,479 | application navigation hierarchy , one-to-one relationship with content-descriptor concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent con... | Navigation function ( ) { return navigation ; } |
8,480 | get byte array from pool of any size . concode_field_sep int _size concode_elem_sep byte[][] _pool concode_elem_sep ArrayList __pools concode_elem_sep int _out concode_elem_sep int _in concode_elem_sep int __POOL_SIZE concode_elem_sep int __lastSize concode_elem_sep int _bufSize concode_elem_sep int __MAX_POOLS concode... | byte [ ] function ( ) { return getByteArray ( __lastSize ) ; } |
8,481 | sets the value of the val property . concode_field_sep int val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep int getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent | void function ( int arg0 ) { this . val = arg0 ; } |
8,482 | delete / clients / : id : delete the `` id '' client . concode_field_sep ClientService clientService concode_elem_sep Logger log concode_field_sep ResponseEntity<ClientDTO> createClient concode_elem_sep ResponseEntity<List<ClientDTO>> searchClients concode_elem_sep ResponseEntity<ClientDTO> updateClient concode_elem_se... | ResponseEntity < Void > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; clientService . delete ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createEntityDeletionAlert ( "srini_string" , arg0 . toString ( ) ) ) . build ( ) ; } |
8,483 | returns the tool tip text for the widget with the given id . the default implementation of this framework method does nothing and returns null . subclasses may override . concode_field_sep String description concode_elem_sep ImageDescriptor imageDescriptor concode_elem_sep String title concode_elem_sep Image image conc... | String function ( int arg0 ) { return null ; } |
8,484 | used to search the play store for `` apollo themes '' . concode_field_sep String APP_URI concode_elem_sep String mThemePackage concode_elem_sep String sApolloSearch concode_elem_sep String APOLLO_PACKAGE concode_elem_sep int mCurrentThemeColor concode_elem_sep String PACKAGE_NAME concode_elem_sep PackageManager mPackag... | void function ( final Context arg0 ) { final Intent loc0 = new Intent ( Intent . ACTION_VIEW ) ; loc0 . setData ( Uri . parse ( String . format ( SEARCH_URI , Uri . encode ( sApolloSearch ) ) ) ) ; loc0 . addFlags ( Intent . FLAG_ACTIVITY_NEW_TASK ) ; loc0 . addFlags ( Intent . FLAG_ACTIVITY_CLEAR_TASK ) ; arg0 . start... |
8,485 | add a name-value where a string is the value . concode_field_sep int indentLevel concode_elem_sep EncogAnalyst analyst concode_elem_sep StringBuilder contents concode_field_sep int getIndentLevel concode_elem_sep void indentIn concode_elem_sep EncogAnalyst getAnalyst concode_elem_sep int[] createActivations concode_ele... | void function ( final String arg0 , final String arg1 ) { final StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( arg0 ) ; loc0 . append ( "srini_string" ) ; if ( arg1 == null ) { loc0 . append ( getNullArray ( ) ) ; } else { loc0 . append ( arg1 ) ; } loc0 . append ( "srini_string" ) ; addLine ( loc0 . toSt... |
8,486 | alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_... | int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; } |
8,487 | this method resets the incoming events time events included . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SC... | void function ( ) { sCInterface . clearEvents ( ) ; } |
8,488 | do the category splitting of the tree passed in . this method defensively copies its argument , which is not changed . concode_field_sep TreeFactory tf concode_elem_sep TreebankLangParserParams tlpParams concode_elem_sep TrainOptions trainOptions concode_elem_sep HeadFinder hf concode_field_sep List<String> listBasicCa... | Tree function ( Tree arg0 ) { Tree loc0 = arg0 . deepCopy ( tf ) ; if ( trainOptions . markStrahler ) { markStrahler ( loc0 ) ; } return transformTreeHelper ( loc0 , loc0 ) ; } |
8,489 | get the throwable associated with this logrecord . concode_field_sep String _location concode_elem_sep long _sequenceNumber concode_elem_sep long _seqCount concode_elem_sep String _message concode_elem_sep String _ndc concode_elem_sep Throwable _thrown concode_elem_sep LogLevel _level concode_elem_sep String _thread co... | Throwable function ( ) { return ( _thrown ) ; } |
8,490 | return my column value from the current row of my tableiterator . this column must be resolved . concode_field_sep TableIterator _rowSource concode_elem_sep Table _table concode_elem_sep int _index concode_elem_sep String _columnName concode_field_sep void resolve concode_elem_sep String name | String function ( ) { assert _rowSource != null ; return _rowSource . value ( _index ) ; } |
8,491 | a factory method for the chromesignincontroller . concode_field_sep String SIGNED_IN_ACCOUNT_KEY concode_elem_sep Object LOCK concode_elem_sep Context mApplicationContext concode_elem_sep String TAG concode_elem_sep ChromeSigninController sChromeSigninController concode_elem_sep ObserverList<Listener> mListeners concod... | ChromeSigninController function ( Context arg0 ) { synchronized ( LOCK ) { if ( sChromeSigninController == null ) { sChromeSigninController = new ChromeSigninController ( arg0 ) ; } } return sChromeSigninController ; } |
8,492 | auto generated getter method concode_field_sep com.amazon.ec2.EmptyElementType localCreateVolumePermission concode_elem_sep boolean localCreateVolumePermissionTracker concode_field_sep void writeQName concode_elem_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep void writeQNameAttribute concode_elem_... | com . amazon . ec2 . EmptyElementType function ( ) { return localCreateVolumePermission ; } |
8,493 | copy this instance to another , used to find the earliest collision . concode_field_sep float T_EPSILON concode_elem_sep float t concode_elem_sep float newSpeedY concode_elem_sep float newSpeedX concode_field_sep void reset concode_elem_sep float getNewX concode_elem_sep float getNewY concode_elem_sep double getImpactY... | void function ( CollisionResponse arg0 ) { this . t = arg0 . t ; this . newSpeedX = arg0 . newSpeedX ; this . newSpeedY = arg0 . newSpeedY ; } |
8,494 | returns a random color . concode_field_sep Random randomGenerator concode_field_sep int darker concode_elem_sep int getRandomDarkColor | int function ( ) { return Color . rgb ( randomGenerator . nextInt ( 255 ) , randomGenerator . nextInt ( 255 ) , randomGenerator . nextInt ( 255 ) ) ; } |
8,495 | get the bit at a certain position in the bitmap . concode_field_sep long[] data concode_elem_sep long size concode_field_sep void setValPos concode_elem_sep long getValPos concode_elem_sep int bitmapSize concode_elem_sep void clear concode_elem_sep void setBit concode_elem_sep long getSelect0 concode_elem_sep long getS... | long function ( int arg0 ) { return ( ( data [ arg0 / 64 ] >>> ( 63L - arg0 ) ) & 1L ) ; } |
8,496 | gets the value of the value property . concode_field_sep String datestamp concode_elem_sep String language concode_elem_sep String sourcetype concode_elem_sep String sourcename concode_elem_sep String value concode_field_sep String getSourcename concode_elem_sep String getLanguage concode_elem_sep void setSourcetype co... | String function ( ) { return value ; } |
8,497 | returns the invited team id of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel... | long function ( ) { return _memberRequest . getInvitedTeamId ( ) ; } |
8,498 | returns the document root which will be used by the web context to serve static files . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_... | File function ( ) { return this . documentRoot ; } |
8,499 | print a float to standard output and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concod... | void function ( float arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.