idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
37,000 | returns the session associated with the username . concode_field_sep String RESOURCE_NAME concode_elem_sep Log log concode_elem_sep SessionManager instance concode_elem_sep String serverName concode_elem_sep AtomicInteger connectionsCounter concode_elem_sep Map<String,ClientSession> clientSessions concode_elem_sep Map<... | ClientSession function ( String arg0 ) { return getSession ( new JID ( arg0 , serverName , RESOURCE_NAME , true ) ) ; } |
37,001 | records a log entry for the specified sql statement , on behalf of the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog co... | void function ( Session arg0 , String arg1 ) { if ( lLog != null ) { lLog . write ( arg0 , arg1 ) ; } } |
37,002 | set the certificate constraints type concode_field_sep String certAlias concode_elem_sep SecureRandom secureRandom concode_elem_sep String protocol concode_elem_sep String provider concode_elem_sep CertificateConstraintsType certConstraints concode_elem_sep List<String> ciphersuites concode_elem_sep KeyManager[] keyMan... | void function ( CertificateConstraintsType arg0 ) { certConstraints = arg0 ; } |
37,003 | gets the value that indicates which previous deployments should be resumed by this deployment . can be any of the options in resumepreviousby . concode_field_sep boolean isResumePreviousVersions concode_elem_sep boolean isDeleteUponUndeploy concode_elem_sep boolean isScanForProcessDefinitions concode_elem_sep boolean i... | String function ( ) { return resumePreviousBy ; } |
37,004 | gets the value of the rowupdatedate property . concode_field_sep String classCode concode_elem_sep String rowUpdateDate concode_field_sep void setRowUpdateDate concode_elem_sep void setClassCode concode_elem_sep String getClassCode | String function ( ) { return rowUpdateDate ; } |
37,005 | getter method for the hidden state names map concode_field_sep Vector initialProbabilities concode_elem_sep BiMap<String,Integer> hiddenStateNames concode_elem_sep int nrOfHiddenStates concode_elem_sep int nrOfOutputStates concode_elem_sep BiMap<String,Integer> outputStateNames concode_elem_sep Matrix emissionMatrix co... | Map < String , Integer > function ( ) { return hiddenStateNames ; } |
37,006 | encoding does not include ` buffer ' itself . see messageencoder . concode_field_sep StreamChunkId streamChunkId concode_elem_sep ManagedBuffer buffer concode_field_sep int encodedLength concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type concode_elem_sep ChunkFetchSuccess decode | void function ( ByteBuf arg0 ) { streamChunkId . encode ( arg0 ) ; } |
37,007 | adds special fields to the operation concode_field_sep boolean explain concode_elem_sep ReadPreference readPref concode_elem_sep String hintStr concode_elem_sep long maxTimeMS concode_elem_sep String READ_PREFERENCE_META_OPERATOR concode_elem_sep DBObject specialFields concode_elem_sep DBObject query concode_elem_sep D... | QueryOpBuilder function ( DBObject arg0 ) { this . specialFields = arg0 ; return this ; } |
37,008 | adds the ` groupby ' clause . concode_field_sep HashMap<String,Object> properties concode_field_sep String buildAndEncode concode_elem_sep SOQLBuilder having concode_elem_sep SOQLBuilder offset concode_elem_sep SOQLBuilder orderBy concode_elem_sep String buildAndEncodeWithPath concode_elem_sep SOQLBuilder groupBy conco... | SOQLBuilder function ( String arg0 ) { properties . put ( "srini_string" , arg0 ) ; return this ; } |
37,009 | chaeck that the object has a given tag with a given value . concode_field_sep Map<String,Object> iProperties concode_elem_sep int NODE concode_elem_sep int RELATION concode_elem_sep int WAY concode_elem_sep long id concode_elem_sep int type concode_elem_sep Map<String,String> tags concode_field_sep String tagsToString ... | boolean function ( String arg0 , String arg1 ) { if ( tags == null ) return false ; String loc0 = tags . get ( arg0 ) ; return arg1 . equals ( loc0 ) ; } |
37,010 | called after a cache miss to compute a value for the corresponding key . returns the computed value or null if no value can be computed . the default implementation returns null . the method is called without synchronization : other threads may access the cache while this method is executing . if a value for key exists... | V function ( K arg0 ) { return null ; } |
37,011 | returns the index offset in the face array of the normal component within a vertex . concode_field_sep int pointIndexOffset concode_elem_sep int POINT_ELEMENT_SIZE concode_elem_sep VertexFormat POINT_TEXCOORD concode_elem_sep String name concode_elem_sep VertexFormat POINT_NORMAL_TEXCOORD concode_elem_sep int normalInd... | int function ( ) { return normalIndexOffset ; } |
37,012 | the arn of the client . concode_field_sep String clientArn concode_field_sep void setClientArn concode_elem_sep CreateLunaClientResult withClientArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateLunaClientResult clone concode_elem_sep String toString | String function ( ) { return this . clientArn ; } |
37,013 | called when parsing an message stanza caused an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( UnparsablePacket arg0 ) { } |
37,014 | this examples shows using the standard jmock assertthat method with both jmock constraints and hamcrest matchers . concode_field_sep AnInterface mock concode_field_sep junit.framework.Test suite concode_elem_sep void doStuff concode_elem_sep void usingAHamcrestMatcher concode_elem_sep void usingAnEasyMockMatcher | void function ( ) { } |
37,015 | find out if the task has completed . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem... | boolean function ( ) { return done ; } |
37,016 | returns a new instrumentation spec with the given attribute names replacing the ones stored in this object . concode_field_sep Collection<String> dependencyAttributes concode_elem_sep InstrumentationSpec TRANSITIVE_COLLECTION_SPEC concode_elem_sep LocalMetadataCollector NO_METADATA_COLLECTOR concode_elem_sep FileTypeSe... | InstrumentationSpec function ( String ... arg0 ) { return new InstrumentationSpec ( instrumentedFileTypes , sourceAttributes , ImmutableList . copyOf ( arg0 ) , true ) ; } |
37,017 | returns the stream id associated with this sesison . concode_field_sep Map<String,Object> sessionData concode_elem_sep JID address concode_elem_sep String streamID concode_elem_sep long clientPacketCount concode_elem_sep Log log concode_elem_sep long startDate concode_elem_sep int STATUS_CLOSED concode_elem_sep int STA... | String function ( ) { return streamID ; } |
37,018 | adds a tracker to the announce-list . the `` tier `` determines the order in which the trackers are to be tried . concode_field_sep torrent_info ti concode_field_sep boolean isI2P concode_elem_sep byte[] bencode concode_elem_sep String getName concode_elem_sep void addUrlSeed concode_elem_sep void addUrlSeed concode_el... | void function ( String arg0 , int arg1 ) { ti . add_tracker ( arg0 , arg1 ) ; } |
37,019 | configure the set of custom formatter objects that should be added . concode_field_sep boolean registerDefaultFormatters concode_elem_sep Set<?> formatters concode_elem_sep Set<FormatterRegistrar> formatterRegistrars concode_elem_sep Set<?> converters concode_elem_sep FormattingConversionService conversionService conco... | void function ( Set < ? > arg0 ) { this . formatters = arg0 ; } |
37,020 | remove line from storage concode_field_sep Logger LOG concode_elem_sep Gson gson concode_elem_sep ViewContext context concode_field_sep String serialize concode_elem_sep String read concode_elem_sep T load concode_elem_sep boolean exists concode_elem_sep void store concode_elem_sep List<T> loadAll concode_elem_sep List... | void function ( String arg0 ) { getConfig ( ) . clearProperty ( arg0 ) ; } |
37,021 | set the value for this variable in the given object . concode_field_sep RubyClass realClass concode_elem_sep int classId concode_elem_sep String name concode_elem_sep int index concode_elem_sep VariableAccessor DUMMY_ACCESSOR concode_field_sep int getClassId concode_elem_sep String getName concode_elem_sep int getIndex... | void function ( Object arg0 , Object arg1 ) { ( ( RubyBasicObject ) arg0 ) . checkFrozen ( ) ; VariableTableManager . setVariableInternal ( realClass , ( RubyBasicObject ) arg0 , index , arg1 ) ; } |
37,022 | add a binding for the given type . concode_field_sep PlaceHolder placeHolder concode_field_sep ServerConfig getServerConfig concode_elem_sep RegistrySpec add concode_elem_sep BindingsSpec multiBinder concode_elem_sep BindingsSpec multiBinder concode_elem_sep BindingsSpec multiBinder concode_elem_sep BindingsSpec multiB... | BindingsSpec function ( Class < ? > arg0 ) { return binder ( binder -> binder . bind ( arg0 ) ) ; } |
37,023 | returns the email id concode_field_sep String plainContent concode_elem_sep String subject concode_elem_sep String action concode_elem_sep Long emailId concode_elem_sep String htmlContent concode_field_sep String getHtmlContent concode_elem_sep String getSubject concode_elem_sep void setHtmlContent concode_elem_sep voi... | Long function ( ) { return emailId ; } |
37,024 | returns new object of nexthopunnumberedipv4idtlv . concode_field_sep short LENGTH concode_elem_sep int interfaceID concode_elem_sep short TYPE concode_elem_sep int nodeID concode_elem_sep Logger log concode_field_sep PcepVersion getVersion concode_elem_sep NexthopUnnumberedIPv4IDTlv read concode_elem_sep int getNodeID ... | NexthopUnnumberedIPv4IDTlv function ( int arg0 , int arg1 ) { return new NexthopUnnumberedIPv4IDTlv ( arg0 , arg1 ) ; } |
37,025 | internal : execute a request and return its result the params argument is treated as : name1 , value1 , name2 , value2 , ... concode_field_sep int DEFAULT_SO_TIMEOUT concode_elem_sep int DEFAULT_CONNECTION_TIMEOUT concode_elem_sep RequestConfig defaultConfig concode_elem_sep CloseableHttpClient httpc concode_elem_sep S... | HttpResponse function ( String arg0 , String ... arg1 ) { ensureOpen ( ) ; HttpGet loc0 = new HttpGet ( queryString ( arg0 , arg1 ) ) ; HttpResponse loc1 = httpc . execute ( loc0 ) ; verifyStatus ( loc1 ) ; return loc1 ; } |
37,026 | returns the directory to generate the project reports into . concode_field_sep String projectReportDirName concode_elem_sep Project project concode_field_sep void setProjectReportDirName concode_elem_sep Set<Project> getProjects concode_elem_sep String getProjectReportDirName | File function ( ) { return project . getExtensions ( ) . getByType ( ReportingExtension . class ) . file ( projectReportDirName ) ; } |
37,027 | sets the name of the context propagation mode . 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_sep int recoveryManagerPort co... | void function ( String arg0 ) { this . contextPropMode = arg0 ; } |
37,028 | always throws an assertionfailedexception . concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void isTrue concode_elem_sep void equals concode_elem_sep void equals | void function ( ) { shouldNeverReachHere ( null ) ; } |
37,029 | gets the value of the serverfontcolor property . concode_field_sep String localConnection concode_elem_sep Object parent concode_elem_sep Boolean serverFill concode_elem_sep Boolean serverFont concode_elem_sep Boolean serverFontColor concode_elem_sep Long rowDrillCount concode_elem_sep Boolean localRefresh concode_elem... | boolean function ( ) { if ( serverFontColor == null ) { return true ; } else { return serverFontColor ; } } |
37,030 | doc qiongli comment method `` setup '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetDefaultHadoopParameters concode_elem_sep void tearDown | void function ( ) { } |
37,031 | gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return name ; } |
37,032 | get the implementationdescription concode_field_sep String serverVersion concode_elem_sep Collection<ResourceBinding> resourceBindings concode_elem_sep FhirContext fhirContext concode_elem_sep String serverName concode_elem_sep String conformanceDate concode_elem_sep List<BaseMethodBinding<?>> serverBindings concode_el... | String function ( ) { return implementationDescription ; } |
37,033 | add a binding represented by the binding builder to the hk2 dynamic configuration . concode_field_sep ServiceLocatorFactory factory concode_field_sep DynamicConfiguration getConfiguration concode_elem_sep void bind concode_elem_sep ServiceBindingBuilder<T> newBinder concode_elem_sep ScopedBindingBuilder<T> newBinder co... | void function ( final BindingBuilder < ? > arg0 , final DynamicConfiguration arg1 , final HK2Loader arg2 ) { BindingBuilderFactory . addBinding ( arg0 , arg1 , arg2 ) ; } |
37,034 | indicates whether longer ids 17-character ids are enabled for the resource . concode_field_sep Boolean useLongIds concode_elem_sep String resource concode_elem_sep java.util.Date deadline concode_field_sep String getResource concode_elem_sep IdFormat withDeadline concode_elem_sep Boolean getUseLongIds concode_elem_sep ... | void function ( Boolean arg0 ) { this . useLongIds = arg0 ; } |
37,035 | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
37,036 | waits for the process to execute , returning the command output taken from the profile 's execution . concode_field_sep Map<String,String> extraEnv concode_elem_sep CommandLine process concode_elem_sep OutputStream stream concode_elem_sep String NO_FOCUS_LIBRARY_NAME concode_elem_sep List<String> extraOptions concode_e... | void function ( ) { process . waitFor ( ) ; } |
37,037 | evaluates the function . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem he2_f1_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction he2_g concode_elem_sep int tau concode_elem_sep ContinuousFunction he2_f1 concode_elem_sep FunctionOptimisationProblem he2_g_problem c... | Double function ( Vector arg0 ) { this . tau = AbstractAlgorithm . get ( ) . getIterations ( ) ; return apply ( this . tau , arg0 ) ; } |
37,038 | get the sessionmapmanager singleton concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | SessionMapManager function ( ) { return AppContext . getManager ( SessionMapManager . class ) ; } |
37,039 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGenerateLabel concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals1481087 concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { StandardCategoryItemLabelGenerator loc0 = new StandardCategoryItemLabelGenerator ( ) ; StandardCategoryItemLabelGenerator loc1 = ( StandardCategoryItemLabelGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equ... |
37,040 | registers a key . concode_field_sep HashMap<String,StyleKey> knownKeys concode_elem_sep Log logger concode_field_sep void loadFromClass concode_elem_sep Iterator getRegisteredKeys concode_elem_sep int hashCode concode_elem_sep Object createBasicObject concode_elem_sep boolean equals concode_elem_sep StyleKey getStyleKe... | void function ( final StyleKey arg0 ) { knownKeys . put ( arg0 . getName ( ) , arg0 ) ; } |
37,041 | the step configuration . concode_field_sep StepExecutionStatusDetail executionStatusDetail concode_elem_sep StepConfig stepConfig concode_field_sep StepDetail withStepConfig concode_elem_sep StepConfig getStepConfig concode_elem_sep StepDetail withExecutionStatusDetail concode_elem_sep void setExecutionStatusDetail con... | void function ( StepConfig arg0 ) { this . stepConfig = arg0 ; } |
37,042 | dohvat vrijednosti tokena . concode_field_sep FMagicianTokenType tokenType concode_elem_sep Object value concode_field_sep FMagicianTokenType getTokenType concode_elem_sep String toString | Object function ( ) { return value ; } |
37,043 | get a set of subsystemtype objects from a comma delimited list of subsystem names concode_field_sep String MOUNT_STATUS_FILE concode_elem_sep Logger LOG concode_elem_sep String CGROUP_STATUS_FILE concode_field_sep String subSystemsToString concode_elem_sep void writeFileByLine concode_elem_sep void writeFileByLine conc... | Set < SubSystemType > function ( String arg0 ) { Set < SubSystemType > loc0 = new HashSet < SubSystemType > ( ) ; String [ ] loc1 = arg0 . split ( "srini_string" ) ; for ( String loc2 : loc1 ) { SubSystemType loc3 = SubSystemType . getSubSystem ( loc2 ) ; if ( loc3 != null ) { loc0 . add ( loc3 ) ; } } return loc0 ; } |
37,044 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
37,045 | einstellungen der spieleranzahl speichert die spieleranzahl initialiert dementsprechend ki bools setzt die spieler buttons in initview auf `` number '' concode_field_sep long serialVersionUID concode_elem_sep int battlefieldSize concode_elem_sep int port concode_elem_sep int destroyer concode_elem_sep Options_View opti... | void function ( String arg0 ) { int loc0 = Integer . parseInt ( arg0 ) ; this . player = loc0 ; this . optionsView . setPlayerCount ( loc0 ) ; if ( loc0 != 0 ) { this . playerIsKi = new boolean [ loc0 - 1 ] ; } this . optionsView . setPlayerToggle ( loc0 ) ; } |
37,046 | must be called by the subclass before the intercepted method invocation . concode_field_sep boolean assertThrowable concode_elem_sep Class<E> clazz concode_elem_sep Object target concode_field_sep Object safeReturnValue concode_elem_sep Object afterInvocationThrowsThrowable concode_elem_sep Object afterInvocation | void function ( ) { ThrowableHolder . set ( null ) ; } |
37,047 | use the `` like '' operator for all string-valued properties . this form implicitly uses matchmode #exact concode_field_sep NotNullOrZeroPropertySelector INSTANCE concode_elem_sep boolean isIgnoreCaseEnabled concode_elem_sep NotNullPropertySelector INSTANCE concode_elem_sep AllPropertySelector INSTANCE concode_elem_sep... | Example function ( ) { return enableLike ( MatchMode . EXACT ) ; } |
37,048 | set whether to throw an exception when encountering an unresolvable placeholder nested within the value of a given property . a false value indicates strictresolution , i.e. that an exception will be thrown . a true value indicatesthat unresolvable nested placeholders should be passed through in their unresolved $ ... ... | void function ( boolean arg0 ) { this . ignoreUnresolvableNestedPlaceholders = arg0 ; } |
37,049 | invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_e... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } } |
37,050 | returns the effective default field based on the ` df ' param or hardcoded schema default . may be null if either exists specified . concode_field_sep String F concode_elem_sep String OP concode_elem_sep char LOCALPARAM_END concode_elem_sep String DEFTYPE concode_elem_sep String LOCALPARAM_START concode_elem_sep int FL... | String function ( final IndexSchema arg0 , final String arg1 ) { return arg1 != null ? arg1 : arg0 . getDefaultSearchFieldName ( ) ; } |
37,051 | assists pattern matching in the alternativeuitextprovider implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<AlternativeUiTextProvider> all concode_elem_sep String getText concode_elem_sep String get concode_elem_sep String get | T function ( Object arg0 ) { return ( T ) arg0 ; } |
37,052 | parses an int from a json array given its key name in the json string . concode_field_sep JsonParser jsonParser concode_field_sep String jsonStringAtArrayIndex concode_elem_sep int jsonInt concode_elem_sep String jsonString concode_elem_sep List<Integer> jsonIntArray concode_elem_sep List<String> jsonStringArray | int function ( String arg0 , String arg1 , int arg2 ) { JsonElement loc0 = jsonParser . parse ( arg0 ) ; JsonObject loc1 = loc0 . getAsJsonObject ( ) ; JsonArray loc2 = loc1 . get ( arg1 ) . getAsJsonArray ( ) ; return loc2 . get ( arg2 ) . getAsInt ( ) ; } |
37,053 | return boolean value for this argument key . concode_field_sep String[] m_as concode_elem_sep Dictionary d_ concode_field_sep Args instance concode_elem_sep Args instance concode_elem_sep Enumeration keys concode_elem_sep boolean isEmpty concode_elem_sep Object basicGet concode_elem_sep Object put concode_elem_sep Obje... | boolean function ( String arg0 ) { return get ( arg0 ) != null ; } |
37,054 | for this implementation , calls to createconnection without anyintervening calls to #closeconnections return the same connectioninstance . concode_field_sep ConnectionFactory delegate concode_elem_sep Connection connection concode_field_sep void closeConnections | Connection function ( ConnectionInfo arg0 ) { if ( connection == null ) { connection = delegate . getConnection ( arg0 ) ; } else { JdbcTestBase . changeSchemaIfSupplied ( connection , arg0 . getParamsAsProperties ( ) ) ; } return new NonClosableConnection ( connection ) ; } |
37,055 | when no language is passed , use null and let implementation decide what to do concode_field_sep String wordSeparator concode_elem_sep boolean stripInitialArticle concode_field_sep String[] getArticleWords concode_elem_sep String extractText | String function ( String arg0 ) { return filter ( arg0 , null ) ; } |
37,056 | removes the . concode_field_sep EntityManagerImpl em concode_elem_sep Log log concode_elem_sep Map<Object,Object> sessionCache concode_field_sep T lookup concode_elem_sep String cacheKey concode_elem_sep void clear concode_elem_sep void store concode_elem_sep void store | void function ( Class < T > arg0 , Object arg1 ) { remove ( arg0 , arg1 , Boolean . FALSE ) ; } |
37,057 | create a mongo client which shares its data source with any other mongo clients created with the same data source name concode_field_sep String DEFAULT_POOL_NAME concode_elem_sep String DEFAULT_DB_NAME concode_field_sep MongoClient removeWithOptions concode_elem_sep MongoClient save concode_elem_sep MongoClient replace... | MongoClient function ( Vertx arg0 , JsonObject arg1 , String arg2 ) { return new MongoClientImpl ( arg0 , arg1 , arg2 ) ; } |
37,058 | answers the hash code for the given key . concode_field_sep HashMapEntry next concode_elem_sep HashMapEntry[] elementData concode_elem_sep int start concode_elem_sep int threshold concode_elem_sep IElementComparer comparer concode_elem_sep HashMapEntry entry concode_elem_sep float loadFactor concode_elem_sep int elemen... | int function ( Object arg0 ) { if ( comparer == null ) return arg0 . hashCode ( ) ; else return comparer . hashCode ( arg0 ) ; } |
37,059 | set the datasource to validate . concode_field_sep int DEFAULT_INTERVAL concode_elem_sep String validationQuery concode_elem_sep Log logger concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep int interval concode_elem_sep int timeout concode_elem_sep DataSource dataSource concode_field_sep void setTimeout concode_ele... | void function ( DataSource arg0 ) { this . dataSource = arg0 ; } |
37,060 | boolean value concode_field_sep String volumeId concode_elem_sep java.util.List<ProductCode> productCodes concode_elem_sep Boolean autoEnableIO concode_field_sep Boolean isAutoEnableIO concode_elem_sep DescribeVolumeAttributeResult withProductCodes concode_elem_sep DescribeVolumeAttributeResult withProductCodes concode... | void function ( Boolean arg0 ) { this . autoEnableIO = arg0 ; } |
37,061 | sets the starttime value for this daypart . concode_field_sep com.google.api.ads.dfp.axis.v201502.DayOfWeek dayOfWeek concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502... | void function ( com . google . api . ads . dfp . axis . v201502 . TimeOfDay arg0 ) { this . startTime = arg0 ; } |
37,062 | the wire-level request that initiated this http response . this is usually not the same request instance provided to the http client : it may be transformed by the http client . for example , the client may have added its own content-encoding header to enableresponse compression . it may be the request generated in res... | Request function ( ) { return request ; } |
37,063 | set the name of the xml element used to hold the slot . concode_field_sep String name concode_elem_sep String xmlName concode_elem_sep boolean multipleCardinality concode_elem_sep String selector concode_elem_sep boolean isManagedByNameSpace concode_elem_sep ArrayList<IElementDefn> contentElements concode_elem_sep Stri... | void function ( String arg0 ) { xmlName = arg0 ; } |
37,064 | gets the value of the bindingresourcerefs 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 bindingresourcerefs property . for example , t... | List < ResourceRef > function ( ) { if ( bindingResourceRefs == null ) { bindingResourceRefs = new ArrayList < ResourceRef > ( ) ; } return this . bindingResourceRefs ; } |
37,065 | get the prompt . concode_field_sep String prompt concode_elem_sep String defaultName concode_elem_sep String inputName concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setPrompt concode_elem_sep void setDefaultName concode_elem_sep String getDefaultName | String function ( ) { return prompt ; } |
37,066 | adds a given product to the list of evidence to add when matched . concode_field_sep List<PropertyType> filenames concode_elem_sep List<Evidence> givenVendor concode_elem_sep List<Evidence> addProduct concode_elem_sep List<Evidence> addVersion concode_elem_sep List<Evidence> addVendor concode_elem_sep List<Evidence> gi... | void function ( String arg0 , String arg1 , String arg2 , Confidence arg3 ) { addProduct . add ( new Evidence ( arg0 , arg1 , arg2 , arg3 ) ) ; } |
37,067 | called by the system when the user grants permissions concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String... | void function ( int arg0 , String [ ] arg1 , int [ ] arg2 ) { if ( permissionResultCallback != null ) { permissionResultCallback . onRequestPermissionResult ( arg0 , arg1 , arg2 ) ; permissionResultCallback = null ; } } |
37,068 | obtains a view uri when deployed within the / web-inf/grails-app/views context concode_field_sep String PATH_TO_VIEWS concode_field_sep String getViewURI concode_elem_sep String getViewURI concode_elem_sep String getNoSuffixViewURI concode_elem_sep String getNoSuffixViewURI concode_elem_sep GroovyPagesUriSupport getIns... | String function ( String arg0 , String arg1 ) { return getInstance ( ) . getDeployedViewURI ( arg0 , arg1 ) ; } |
37,069 | sets this item to a float item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep bool... | void function ( final float arg0 ) { this . type = ClassWriter . FLOAT ; this . intVal = Float . floatToRawIntBits ( arg0 ) ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; } |
37,070 | returns the modified date of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGro... | Date function ( ) { return _mbDiscussion . getModifiedDate ( ) ; } |
37,071 | a string that marks the start of the next batch of returned results . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<MetricAlarm> metricAlarms concode_field_sep int hashCode concode_elem_sep DescribeAlarmsResult withMetricAlarms concode_elem_sep DescribeAlarmsResult withMetri... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
37,072 | make an instance managed and persistent . concode_field_sep Provider<EntityManager> entityManagerProvider concode_field_sep void removeByHost concode_elem_sep void removeByPrincipal concode_elem_sep KerberosPrincipalHostEntity find concode_elem_sep KerberosPrincipalHostEntity find concode_elem_sep KerberosPrincipalHost... | void function ( KerberosPrincipalHostEntity arg0 ) { entityManagerProvider . get ( ) . persist ( arg0 ) ; } |
37,073 | sets the dimensions of the device being rendered into . this is used by svgroot when its x , y , width or height parameters are specified as percentages . concode_field_sep long serialVersionUID concode_elem_sep HashMap idMap concode_elem_sep boolean ignoreClipHeuristic concode_elem_sep URI xmlBase concode_elem_sep SVG... | void function ( Rectangle arg0 ) { this . deviceViewport . setBounds ( arg0 ) ; if ( root != null ) { try { root . build ( ) ; } catch ( SVGException loc0 ) { loc0 . printStackTrace ( ) ; } } } |
37,074 | set globaltransactionlog . concode_field_sep FileSystem fileSystem concode_elem_sep HRegionInfo regionInfo concode_elem_sep Log LOG concode_elem_sep Configuration conf concode_elem_sep TransactionLogger globalTransactionLog concode_field_sep Map<Long,WALEdit> getCommitsFromLog concode_elem_sep SortedMap<Long,WALEdit> r... | void function ( final TransactionLogger arg0 ) { this . globalTransactionLog = arg0 ; } |
37,075 | servicio que ingresa un actividad . concode_field_sep AccesoDao accesoDao concode_field_sep List<AccesoRol> obtenerAccesoPorRol concode_elem_sep List<AccesoRol> obtenerAccesoPorRolModulo concode_elem_sep List<Acceso> listarAcceso | void function ( Acceso arg0 ) { accesoDao . create ( arg0 ) ; } |
37,076 | returns false if the url is not valid or if the url host is null , else true concode_field_sep PlaceHolder placeHolder concode_field_sep String addUrlSchemeIfNeeded concode_elem_sep String urlDecode concode_elem_sep String getUrlMimeType concode_elem_sep boolean isHttps concode_elem_sep String convertUrlToPunycodeIfNee... | boolean function ( String arg0 ) { try { URI loc0 = URI . create ( arg0 ) ; if ( loc0 . getHost ( ) == null ) { return false ; } } catch ( IllegalArgumentException loc0 ) { return false ; } return true ; } |
37,077 | log a message with the info level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep voi... | void function ( String arg0 , Object ... arg1 ) { logger . info ( arg0 , arg1 ) ; } |
37,078 | returns the artifact filter for the standard core artifacts . concode_field_sep Set<String> excludedArtifacts concode_elem_sep Set<String> coreArtifacts concode_elem_sep List<ArtifactFilterManagerDelegate> delegates concode_field_sep Set<String> getCoreArtifactExcludes concode_elem_sep Set<String> getExcludedArtifacts ... | ArtifactFilter function ( ) { return new ExclusionSetFilter ( getCoreArtifactExcludes ( ) ) ; } |
37,079 | get name with prefix from xattr concode_field_sep PlaceHolder placeHolder concode_field_sep List<XAttr> buildXAttrAsList concode_elem_sep Map<String,byte[]> buildXAttrMap concode_elem_sep XAttr buildXAttr concode_elem_sep XAttr buildXAttr concode_elem_sep List<XAttr> buildXAttrs concode_elem_sep byte[] getFirstXAttrVal... | String function ( XAttr arg0 ) { if ( arg0 == null ) { return null ; } String loc0 = arg0 . getNameSpace ( ) . toString ( ) ; return StringUtils . toLowerCase ( loc0 ) + "srini_string" + arg0 . getName ( ) ; } |
37,080 | return the image resource id of the word . concode_field_sep int mImageResourceId concode_elem_sep int mNameId concode_elem_sep int mOccupationId concode_field_sep int getOccupationId concode_elem_sep int getNameId | int function ( ) { return mImageResourceId ; } |
37,081 | the id of the import snapshot task . concode_field_sep String importTaskId concode_elem_sep String description concode_elem_sep SnapshotTaskDetail snapshotTaskDetail concode_field_sep SnapshotTaskDetail getSnapshotTaskDetail concode_elem_sep void setSnapshotTaskDetail concode_elem_sep ImportSnapshotTask withImportTaskI... | String function ( ) { return importTaskId ; } |
37,082 | return the name of this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep void addAttribute concode_elem_se... | String function ( ) { return ( this . name ) ; } |
37,083 | get the current reactinstancemanager instance , or create one . concode_field_sep Application mApplication concode_elem_sep ReactInstanceManager mReactInstanceManager concode_field_sep ReactInstanceManager createReactInstanceManager concode_elem_sep Application getApplication concode_elem_sep String getJSMainModuleName... | ReactInstanceManager function ( ) { if ( mReactInstanceManager == null ) { mReactInstanceManager = createReactInstanceManager ( ) ; } return mReactInstanceManager ; } |
37,084 | create an instance of jaxbelement concode_field_sep QName _LockBookSeat_QNAME concode_elem_sep QName _NotAuthenticatedException_QNAME concode_elem_sep QName _GetFlightByID_QNAME concode_elem_sep QName _ParseException_QNAME concode_elem_sep QName _FlightDoesNotExistException_QNAME concode_elem_sep QName _GetFlightsRespo... | JAXBElement < FlightDoesNotExistException > function ( FlightDoesNotExistException arg0 ) { return new JAXBElement < FlightDoesNotExistException > ( _FlightDoesNotExistException_QNAME , FlightDoesNotExistException . class , null , arg0 ) ; } |
37,085 | set the frequency sweep parameters concode_field_sep int counterEnvelope concode_elem_sep boolean increaseEnvelope concode_elem_sep int CHAN_LEFT concode_elem_sep int numStepsEnvelope concode_elem_sep int numSweep concode_elem_sep boolean decreaseSweep concode_elem_sep int gbFrequency concode_elem_sep int channel conco... | void function ( int arg0 , int arg1 , boolean arg2 ) { timeSweep = ( arg0 + 1 ) / 2 ; numSweep = arg1 ; decreaseSweep = arg2 ; counterSweep = 0 ; } |
37,086 | sentence split , in addition to a bunch of other things in this annotator be careful to check the implementation ! concode_field_sep Redwood.RedwoodChannels log concode_field_sep Annotator coref concode_elem_sep Annotator sentiment concode_elem_sep Annotator natlog concode_elem_sep Annotator gender concode_elem_sep Ann... | Annotator function ( Properties arg0 , boolean arg1 , String arg2 , Set < String > arg3 , Set < String > arg4 , String arg5 , String arg6 , Set < String > arg7 ) { return new WordsToSentencesAnnotator ( arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 ) ; } |
37,087 | a list of the tags that are associated with the specified domain . type : a complex type containing a list of tags each tag includes the following elements . key the key name of a tag . type : string value the value of a tag . type : string concode_field_sep com.amazonaws.internal.SdkInternalList<Tag> tagList concode_f... | java . util . List < Tag > function ( ) { if ( tagList == null ) { tagList = new com . amazonaws . internal . SdkInternalList < Tag > ( ) ; } return tagList ; } |
37,088 | get list of account numbers as string . concode_field_sep AccountDAO accountsHolder concode_elem_sep TransactionDAO transactionsHolder concode_field_sep TransactionDAO getTransactionsDAO concode_elem_sep List<Transaction> getTransactionLogs concode_elem_sep AccountDAO getAccountsDAO concode_elem_sep void setAccountsDAO... | List < String > function ( ) { return accountsHolder . getAccountNumbersList ( ) ; } |
37,089 | specify a handler for any unhandled exceptions on this router . the handler will be called for exceptions thrown from handlers . this does not affect the normal failure routing logic . concode_field_sep io.vertx.ext.web.Router delegate concode_field_sep void handleContext concode_elem_sep Object getDelegate concode_ele... | Router function ( Handler < Throwable > arg0 ) { this . delegate . arg0 ( arg0 ) ; return this ; } |
37,090 | sets the value of the arg0 property . concode_field_sep String arg0 concode_field_sep String getArg0 | void function ( String arg1 ) { this . arg0 = arg1 ; } |
37,091 | start a service . the service state is checked before the operation begins . this process is not thread safe . concode_field_sep Log LOG concode_field_sep void init concode_elem_sep void stop concode_elem_sep Exception stopQuietly concode_elem_sep void ensureCurrentState concode_elem_sep void deploy | void function ( Service arg0 ) { Service . STATE loc0 = arg0 . getServiceState ( ) ; ensureCurrentState ( loc0 , Service . STATE . INITED ) ; arg0 . start ( ) ; } |
37,092 | gets the targetedplacementids value for this inventorytargeting . concode_field_sep long[] targetedPlacementIds concode_elem_sep com.google.api.ads.dfp.axis.v201403.AdUnitTargeting[] targetedAdUnits concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v201403.AdUnitTargeting[] exc... | long [ ] function ( ) { return targetedPlacementIds ; } |
37,093 | returns scale in y direction concode_field_sep double phix concode_elem_sep double tx concode_elem_sep double ty concode_elem_sep double sx concode_elem_sep double sxy concode_elem_sep double sy concode_elem_sep double phiy concode_field_sep double getYTranslate concode_elem_sep double getXScale concode_elem_sep double... | double function ( ) { return sy ; } |
37,094 | 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 ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
37,095 | sets the value of the displayfieldname property . concode_field_sep String fieldBehavior concode_elem_sep String fieldName concode_elem_sep String displayFieldName concode_elem_sep Boolean canSelect concode_elem_sep List<EnumValuePair> enumValuePairs concode_elem_sep Boolean isZeroRowCompatible concode_elem_sep String ... | void function ( String arg0 ) { this . displayFieldName = arg0 ; } |
37,096 | returns the list of time zones number 's calling country code corresponds to . concode_field_sep PhonePrefixMap phonePrefixMap concode_elem_sep String RAW_STRING_TIMEZONES_SEPARATOR concode_field_sep void writeExternal concode_elem_sep List<String> tokenizeRawOutputString concode_elem_sep void readExternal concode_elem... | List < String > function ( PhoneNumber arg0 ) { return lookupTimeZonesForNumber ( arg0 . getCountryCode ( ) ) ; } |
37,097 | add an explicit exception . concode_field_sep BitSet exceptionSet concode_elem_sep ExceptionSetFactory factory concode_elem_sep int size concode_elem_sep boolean universalHandler concode_elem_sep Type commonSupertype concode_elem_sep int next concode_elem_sep int last concode_elem_sep BitSet explicitSet concode_elem_se... | void function ( ObjectType arg0 ) { add ( arg0 , true ) ; } |
37,098 | gets the value of the showmasterphanim property . concode_field_sep CTColorMappingOverride clrMapOvr concode_elem_sep Boolean showMasterPhAnim concode_elem_sep CommonSlideData cSld concode_elem_sep CTSlideTiming timing concode_elem_sep CTExtensionListModify extLst concode_elem_sep Boolean show concode_elem_sep Boolean ... | boolean function ( ) { if ( showMasterPhAnim == null ) { return true ; } else { return showMasterPhAnim ; } } |
37,099 | determines if the given source address is from the local machine . concode_field_sep Logger LOGGER concode_elem_sep Method method concode_elem_sep InetAddress localBindingAddress concode_elem_sep List<NetworkInterface> multicastInterfaces concode_elem_sep Object lock concode_elem_sep List<InetAddress> localAddresses co... | boolean function ( InetAddress arg0 ) { try { synchronized ( lock ) { init ( ) ; return localAddresses . contains ( arg0 ) ; } } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.