idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
34,900 | return the saved line number 1-based . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemId concode_elem_sep int getColumnNumber co... | int function ( ) { return lineNumber ; } |
34,901 | return whether there is at least one #getrequiredprimarytypes required primary type concode_field_sep Name nodeTypeName concode_elem_sep Name[] requiredPrimaryTypes concode_elem_sep String ANY_NAME concode_elem_sep String stringRepresentation concode_elem_sep Name childDefinitionName concode_field_sep Name getChildDefi... | boolean function ( ) { return requiredPrimaryTypes . length != 0 ; } |
34,902 | which operation to use concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer maxPerRouteConnections concode_elem_sep Map<String,O... | void function ( DockerOperation arg0 ) { this . operation = arg0 ; } |
34,903 | set the password . concode_field_sep String server concode_elem_sep String pass concode_elem_sep String user concode_field_sep String getServer concode_elem_sep String getPass concode_elem_sep String getUser concode_elem_sep void setServer concode_elem_sep void setUser | void function ( String arg0 ) { this . pass = arg0 ; } |
34,904 | compares the field number of t specified in the constructor to the operand field specified in the constructor using the operator specific in the constructor . the comparison can be made through field 's compare method . concode_field_sep Op op concode_elem_sep int field concode_elem_sep long serialVersionUID concode_el... | boolean function ( Tuple arg0 ) { return arg0 . getField ( getField ( ) ) . compare ( getOp ( ) , getOperand ( ) ) ; } |
34,905 | history metadata participant concode_field_sep String emailDescription concode_elem_sep Actor actor concode_elem_sep ExtraData extraData concode_elem_sep String activityDescriptionKey concode_elem_sep String emailDescriptionKey concode_elem_sep String descriptionKey concode_elem_sep String description concode_elem_sep ... | Actor function ( ) { return cause ; } |
34,906 | route with two parameters . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep String pathPattern conco... | RoutingDsl function ( BiFunction < A1 , A2 , Result > arg0 ) { return build ( 2 , arg0 , BiFunction . class ) ; } |
34,907 | setter for property selectedrevisions . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_... | void function ( String arg0 ) { this . selectedRevisions = arg0 . intern ( ) ; } |
34,908 | set the validator instance used for validating @payload arguments concode_field_sep ConversionService conversionService concode_elem_sep List<HandlerMethodArgumentResolver> customArgumentResolvers concode_elem_sep BeanFactory beanFactory concode_elem_sep Validator validator concode_elem_sep MessageConverter messageConv... | void function ( Validator arg0 ) { this . validator = arg0 ; } |
34,909 | set the md5 state . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep boolean ... | void function ( boolean arg0 ) { this . useMD5 = arg0 ; } |
34,910 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.intellij.tasks.mantis.model.ProfileData[] results concode_elem_sep java.math.BigInteger total_results concode_field_sep org.ap... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
34,911 | document me ! concode_field_sep ResultSet owner concode_elem_sep int index concode_elem_sep List rows concode_field_sep Object[] next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isEmpty concode_elem_sep void beforeFirst concode_elem_sep boolean hasNext concode_elem_sep ... | boolean function ( ) { if ( this . rows . size ( ) == 0 ) { return false ; } return ( this . index == ( this . rows . size ( ) - 1 ) ) ; } |
34,912 | set the target image uri . this will clear an image resource id if one is set . concode_field_sep boolean centerInside concode_elem_sep int resourceId concode_elem_sep long TOO_LONG_LOG concode_elem_sep long started concode_elem_sep Uri uri concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX con... | Builder function ( Uri arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . uri = arg0 ; this . resourceId = 0 ; return this ; } |
34,913 | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start | BundleContext function ( ) { return context ; } |
34,914 | is this formatter capable of printing . concode_field_sep PeriodPrinter iPrinter concode_elem_sep PeriodParser iParser concode_elem_sep Locale iLocale concode_elem_sep PeriodType iParseType concode_field_sep PeriodFormatter withLocale concode_elem_sep void checkParser concode_elem_sep MutablePeriod parseMutablePeriod c... | boolean function ( ) { return ( iPrinter != null ) ; } |
34,915 | a list of eventdescription . note : this method appends the values to the existing list if any . use #setevents java.util.collection or #withevents java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<EventDescriptio... | DescribeEventsResult function ( EventDescription ... arg0 ) { if ( this . events == null ) { setEvents ( new com . amazonaws . internal . SdkInternalList < EventDescription > ( arg0 . length ) ) ; } for ( EventDescription loc0 : arg0 ) { this . events . add ( loc0 ) ; } return this ; } |
34,916 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String messageId concode_field_sep String getMessageId concode_elem_sep PublishResult withMessageId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PublishResult clone concode_elem_sep vo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMessageId ( ) != null ) loc0 . append ( "srini_string" + getMessageId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
34,917 | returns the indices deleted in this event concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState concode_field_sep boolean metaDataChanged concode_elem_sep boolean indexMetaDataChanged concode_elem_sep List<String>... | List < Index > function ( ) { if ( previousState . blocks ( ) . hasGlobalBlock ( GatewayService . STATE_NOT_RECOVERED_BLOCK ) ) { return indicesDeletedFromTombstones ( ) ; } else { return indicesDeletedFromClusterState ( ) ; } } |
34,918 | returns the start time of this cashier . the start/end times may be used to define a time period in which the cashier works part time . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String descrip... | String function ( ) { return startTime ; } |
34,919 | sets the value of the code property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep String getCode | void function ( String arg0 ) { this . code = arg0 ; } |
34,920 | get the objectmapper used to serialize and deserialize objects to and from json values . this can be set to a custom implementation using json.setobjectmapper . concode_field_sep ObjectMapper defaultObjectMapper concode_elem_sep ObjectMapper objectMapper concode_field_sep JsonNode toJson concode_elem_sep String prettyP... | ObjectMapper function ( ) { if ( objectMapper == null ) { return defaultObjectMapper ; } else { return objectMapper ; } } |
34,921 | returns a hash code value for the object . this version is identical to the one in object , but is also final . concode_field_sep Attribute LANGUAGE concode_elem_sep Attribute INPUT_METHOD_SEGMENT concode_elem_sep Map<String,Attribute> instanceMap concode_elem_sep String name concode_elem_sep Attribute READING concode_... | int function ( ) { return super . hashCode ( ) ; } |
34,922 | devuelve el mes actual concode_field_sep Calendar calendario concode_elem_sep int MILISEGUNDOS_DIA concode_field_sep boolean esDiaHabil concode_elem_sep void setCalendario concode_elem_sep Date getPrimerDiaHabilMes concode_elem_sep Calendar getCalendario concode_elem_sep Integer getDiferenciaEnDiasHabiles concode_elem_... | Integer function ( ) { GregorianCalendar loc0 = new GregorianCalendar ( ) ; return loc0 . get ( GregorianCalendar . MONTH ) + 1 ; } |
34,923 | returns the question interpretation that led to the top answer if available . concode_field_sep QuestionInterpretation interpretation concode_elem_sep TRECAnswer[] answers concode_elem_sep String questionString concode_elem_sep String id concode_elem_sep String type concode_field_sep void setInterpretation concode_elem... | QuestionInterpretation function ( ) { return interpretation ; } |
34,924 | sets the typ of this legacy facility . concode_field_sep LegacyFacility _legacyFacility concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem... | void function ( java . lang . String arg0 ) { _legacyFacility . setTyp ( arg0 ) ; } |
34,925 | judy created for compose a request string given `` listservice.do , action , list '' return `` listservice.do?action = list '' given `` listservice.do?action = list , type , all '' return `` listservice.do?action = list & type = all '' concode_field_sep Logger logger concode_field_sep Object getSessionAttribute concode... | String function ( String arg0 , String arg1 , String arg2 ) { if ( arg0 == null ) { return "srini_string" ; } if ( arg0 . lastIndexOf ( "srini_string" ) > 0 ) { arg0 += "srini_string" + arg1 + "srini_string" + arg2 ; } else { arg0 += "srini_string" + arg1 + "srini_string" + arg2 ; } return arg0 ; } |
34,926 | checks whether a given field path is valid . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replacePrimitiveFields concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeat... | boolean function ( Class < ? extends Message > arg0 , String arg1 ) { Descriptor loc0 = Internal . getDefaultInstance ( arg0 ) . getDescriptorForType ( ) ; return isValid ( loc0 , arg1 ) ; } |
34,927 | the name of the field highlighted . concode_field_sep String name concode_elem_sep Text[] fragments concode_field_sep void writeTo concode_elem_sep void readFrom concode_elem_sep String name concode_elem_sep Text[] fragments concode_elem_sep String toString concode_elem_sep Text[] getFragments concode_elem_sep Highligh... | String function ( ) { return name ( ) ; } |
34,928 | retrieve the svn revision that most closely corresponds with this project revision . concode_field_sep Date date concode_elem_sep Map<String,PathChangeType> changedPaths concode_elem_sep String author concode_elem_sep List<CommitCopyEntry> copyOps concode_elem_sep String message concode_elem_sep long revision concode_e... | long function ( ) { return revision ; } |
34,929 | sets the value of the request property . concode_field_sep JAXBElement<BaseRequest> request concode_field_sep JAXBElement<BaseRequest> getRequest | void function ( JAXBElement < BaseRequest > arg0 ) { this . request = arg0 ; } |
34,930 | force the given error to be thrown . the current transaction is aborted and the give message string is displayed in a error report . note : this functionality is not implemented yet . nevertheless , the future error handling subsystem will notify such error to the error handling component . actually , as a temporal sol... | void function ( String arg0 , Throwable arg1 ) { throw new TechnicalError ( arg0 , arg1 ) ; } |
34,931 | implementations override this method to perform customized shutdown . concode_field_sep AtomicBoolean suspending concode_elem_sep AtomicBoolean shuttingdown concode_elem_sep AtomicBoolean started concode_elem_sep AtomicBoolean shutdown concode_elem_sep Logger LOG concode_elem_sep AtomicBoolean starting concode_elem_sep... | void function ( ) { } |
34,932 | sets the exchangerate value for this exchangerate . concode_field_sep com.google.api.ads.dfp.axis.v201405.ExchangeRateRefreshRate refreshRate concode_elem_sep java.lang.Long exchangeRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.T... | void function ( java . lang . Long arg0 ) { this . exchangeRate = arg0 ; } |
34,933 | initializes the featured item concode_field_sep Logger logger concode_elem_sep Item featuredItem concode_field_sep Item loadFeaturedItem concode_elem_sep Item getFeaturedItem | void function ( ) { featuredItem = loadFeaturedItem ( ) ; } |
34,934 | for the given sql using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection n... | CallableStatement function ( final String arg0 , final Connection arg1 ) { final CallableStatement loc0 = arg1 . prepareCall ( arg0 ) ; registerStatement ( loc0 ) ; return loc0 ; } |
34,935 | returns true if urls should be ignored during spell checking . concode_field_sep String SPELLING_IGNORE_NON_LETTERS concode_elem_sep String SPELLING_IGNORE_SINGLE_LETTERS concode_elem_sep String SPELLING_IGNORE_SENTENCE concode_elem_sep String SPELLING_IGNORE_UPPER concode_elem_sep String SPELLING_LOCALE concode_elem_s... | boolean function ( ) { return preferenceStore . getBoolean ( SPELLING_IGNORE_URLS ) ; } |
34,936 | returns the url . concode_field_sep boolean isRss concode_elem_sep String name concode_elem_sep String URL concode_elem_sep boolean isShared concode_field_sep void setName concode_elem_sep void setRss concode_elem_sep String getName concode_elem_sep boolean isRss concode_elem_sep int hashCode concode_elem_sep void setS... | String function ( ) { return URL ; } |
34,937 | sets the value of the title property . concode_field_sep MultiPointType multiPoint concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concod... | void function ( String arg0 ) { this . title = arg0 ; } |
34,938 | string representation concode_field_sep Null NULL concode_field_sep placeholderType placeHolder | String function ( ) { return "srini_string" ; } |
34,939 | some checks for the clear method . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void seriesChanged concode_elem_sep void... | void function ( ) { XYIntervalSeries loc0 = new XYIntervalSeries ( "srini_string" ) ; loc0 . addChangeListener ( this ) ; loc0 . clear ( ) ; assertNull ( this . lastEvent ) ; assertTrue ( loc0 . isEmpty ( ) ) ; loc0 . add ( 1.0 , 2.0 , 3.0 , 4.0 , 5.0 , 6.0 ) ; assertFalse ( loc0 . isEmpty ( ) ) ; loc0 . clear ( ) ; as... |
34,940 | returns the modified date of this t f category . concode_field_sep TFCategory _tfCategory concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo... | java . util . Date function ( ) { return _tfCategory . getModifiedDate ( ) ; } |
34,941 | test method for com.cybozu.labs.langdetect.util.tagextractor #settag java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClear concode_elem_sep void testCloseTag concode_elem_sep void testTagExtractor concode_elem_sep void setUpBeforeClass concode_elem_sep void setUp concode_elem_sep... | void function ( ) { TagExtractor loc0 = new TagExtractor ( null , 0 ) ; loc0 . setTag ( "srini_string" ) ; assertEquals ( loc0 . tag_ , "srini_string" ) ; loc0 . setTag ( null ) ; assertEquals ( loc0 . tag_ , null ) ; } |
34,942 | gets the value of the id property . concode_field_sep String id concode_elem_sep List<EnumValType> enumVal concode_field_sep List<EnumValType> getEnumVal concode_elem_sep void setId | String function ( ) { return id ; } |
34,943 | sets up for each test . creates a context and fetches the flow rule codec . concode_field_sep JsonCodec<PortChain> portChainCodec concode_elem_sep SfcCodecContext context concode_field_sep void codecPortChainTest concode_elem_sep PortChain getPortChain | void function ( ) { context = new SfcCodecContext ( ) ; portChainCodec = context . codec ( PortChain . class ) ; assertThat ( portChainCodec , notNullValue ( ) ) ; } |
34,944 | returns an iterator over elements of type t . concode_field_sep int padding concode_elem_sep int[] EMPTY_ARRAY concode_elem_sep int DEFAULT_PADDING concode_elem_sep int segmentsLength concode_elem_sep int[] segments concode_elem_sep int[] segments concode_field_sep void setSegment concode_elem_sep Builder addSegment co... | Iterator < Integer > function ( ) { return Ints . asList ( segments ) . iterator ( ) ; } |
34,945 | get / audits / : id : get an auditevent by id . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<List<AuditEvent>> getAll concode_elem_sep ResponseEntity<List<AuditEvent>> getByDates | ResponseEntity < AuditEvent > function ( @ PathVariable Long arg0 ) { return auditEventService . find ( arg0 ) . map ( ( entity ) -> new ResponseEntity < > ( entity , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . NOT_FOUND ) ) ; } |
34,946 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
34,947 | creates a jcloudscontainerbuilder . concode_field_sep Long CREATE_TIMEOUT concode_elem_sep B optionsBuilder concode_elem_sep String CONTAINER_NUMBER_PROPERTY concode_elem_sep Set<String> profileNames concode_elem_sep boolean waitForProvisioning concode_elem_sep ServiceProxy<FabricService> fabricServiceServiceProxy conc... | JcloudsContainerBuilder function ( ServiceProxy < FabricService > arg0 ) { return new JcloudsContainerBuilder ( arg0 , CreateJCloudsContainerOptions . builder ( ) ) ; } |
34,948 | get the file or directory name the last element of the path . this method is similar to java 7 java.nio.file.path.getname . concode_field_sep PlaceHolder placeHolder concode_field_sep void delete concode_elem_sep boolean createFile concode_elem_sep String unwrap concode_elem_sep InputStream newInputStream concode_elem_... | String function ( String arg0 ) { return FilePath . get ( arg0 ) . getName ( ) ; } |
34,949 | determine whether there are currently thread-bound credentials , using them if available , falling back to the statically specified username and password i.e. values of the bean properties else . concode_field_sep String password concode_elem_sep ThreadLocal<JmsUserCredentials> threadBoundCredentials concode_elem_sep C... | QueueConnection function ( ) { JmsUserCredentials loc0 = this . threadBoundCredentials . get ( ) ; if ( loc0 != null ) { return doCreateQueueConnection ( loc0 . username , loc0 . password ) ; } else { return doCreateQueueConnection ( this . username , this . password ) ; } } |
34,950 | set the highlited state , meaning that this instance or one of the child abstracttext objects has a highlighted state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field... | void function ( boolean arg0 ) { this . hasHighlight = arg0 ; } |
34,951 | returns the spring bean id for this bean . concode_field_sep MicroblogsEntryService _microblogsEntryService concode_field_sep void setWrappedMicroblogsEntryService concode_elem_sep void setWrappedService concode_elem_sep java.util.List<com.liferay.microblogs.model.MicroblogsEntry> getMicroblogsEntries concode_elem_sep ... | java . lang . String function ( ) { return _microblogsEntryService . getBeanIdentifier ( ) ; } |
34,952 | returns the original , user facing request object which this internal request object is representing . concode_field_sep AmazonWebServiceRequest originalRequest concode_elem_sep URI endpoint concode_elem_sep Map<HandlerContextKey<?>,Object> handlerContext concode_elem_sep String resourcePath concode_elem_sep Map<String... | AmazonWebServiceRequest function ( ) { return originalRequest ; } |
34,953 | returns the name of the configured work item handler concode_field_sep WorkItemHandler handler concode_elem_sep String PROPERTY_NAME concode_elem_sep long serialVersionUID concode_elem_sep String name concode_field_sep int hashCode concode_elem_sep WorkItemHandlerOption get concode_elem_sep boolean equals concode_elem_... | String function ( ) { return name ; } |
34,954 | determine if a rollover should be triggered . concode_field_sep long JVM_START_TIME concode_elem_sep RollingFileManager manager concode_elem_sep boolean evaluated concode_field_sep long initStartTime concode_elem_sep String toString concode_elem_sep void initialize concode_elem_sep OnStartupTriggeringPolicy createPolic... | boolean function ( final LogEvent arg0 ) { if ( evaluated ) { return false ; } evaluated = true ; return manager . getFileTime ( ) < JVM_START_TIME ; } |
34,955 | find the _ fields constant that matches fieldid , or null if its not found . concode_field_sep TField COLUMNS_FIELD_DESC concode_elem_sep String _fieldName concode_elem_sep List<ColumnOrSuperColumn> columns concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep Map<Str... | _Fields function ( int arg0 ) { switch ( arg0 ) { case 1 : return KEY ; case 2 : return COLUMNS ; default : return null ; } } |
34,956 | helper method that returns the directory where tomcat build resides . it is used to access resources that are part of default tomcat deployment . e.g. the examples webapp . concode_field_sep TestName testName concode_elem_sep List<File> deleteOnTearDown concode_elem_sep Log log concode_elem_sep File tempDir concode_fie... | File function ( ) { return new File ( System . getProperty ( "srini_string" , "srini_string" ) ) ; } |
34,957 | true if user is authenticated concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep boolean isAuthorized concode_elem_sep void doFilter concode_elem_sep void destroy | boolean function ( HttpServletRequest arg0 ) { HttpSession loc0 = arg0 . getSession ( ) ; return loc0 . getAttribute ( "srini_string" ) != null ; } |
34,958 | get all table inputs synchronously . concode_field_sep boolean[] reset_blocked concode_elem_sep boolean[] file_input_blocked concode_elem_sep boolean[] algorithm_blocked concode_elem_sep TestDatabaseHelperServiceAsync testDatabaseHelperService concode_elem_sep boolean[] database_connection_blocked concode_field_sep voi... | void function ( AsyncCallback < List < Input >> arg0 ) { testDatabaseHelperService . getAllTableInputs ( arg0 ) ; } |
34,959 | sets the order for these interesting local properties . concode_field_sep Ordering ordering concode_elem_sep FieldSet groupedFields concode_field_sep void setGroupedFields concode_elem_sep boolean isMetBy concode_elem_sep boolean isTrivial concode_elem_sep void parameterizeChannel concode_elem_sep Ordering getOrdering ... | void function ( Ordering arg0 ) { this . ordering = arg0 ; } |
34,960 | sets the key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep void setValue | void function ( String arg0 ) { this . key = arg0 ; } |
34,961 | gets #id . concode_field_sep long platformId concode_elem_sep long sensorTypeId concode_elem_sep boolean automaticUpdate concode_elem_sep long ID_NOT_USED concode_elem_sep String GLOBAL_ID concode_elem_sep RepositoryDefinition repositoryDefinition concode_elem_sep SensorTypeEnum id concode_elem_sep Map<InputDefinitionE... | SensorTypeEnum function ( ) { return id ; } |
34,962 | logs messages and errors . all we do is store them until ` later ' . concode_field_sep Vector pendingMessages concode_elem_sep boolean transferring concode_field_sep void init concode_elem_sep boolean isLevelEnabled concode_elem_sep void transferTo | void function ( int arg0 , String arg1 , Throwable arg2 ) { if ( ! transferring ) { Object [ ] loc0 = new Object [ 3 ] ; loc0 [ 0 ] = new Integer ( arg0 ) ; loc0 [ 1 ] = arg1 ; loc0 [ 2 ] = arg2 ; pendingMessages . addElement ( loc0 ) ; } } |
34,963 | called when the service transitions to the @linkplain state #failed failed state . the @linkplain state #failed failed state is a terminal state in the transition diagram . therefore , if this method is called , no other methods will be called on the listener . concode_field_sep PlaceHolder placeHolder concode_field_se... | void function ( State arg0 , Throwable arg1 ) { } |
34,964 | returns a cached instance of the sorter as described in the extension 's xml . the sorter is #createsorter created the first time that this method is called and then cached . concode_field_sep String fId concode_elem_sep String fClass concode_elem_sep String CLASS concode_elem_sep IConfigurationElement fElement concode... | AbstractProposalSorter function ( ) { if ( fSorter == null && ( fActivate || isPluginLoaded ( ) ) ) { fSorter = createSorter ( ) ; } return fSorter ; } |
34,965 | get a short description of the input specification . this may be null . concode_field_sep String m_label concode_elem_sep List<DatastreamBindingRule> m_bindingRules concode_field_sep DatastreamInputSpec parse concode_elem_sep List<DatastreamBindingRule> bindingRules | String function ( ) { return m_label ; } |
34,966 | returns the questions on the target . concode_field_sep boolean nounPhrase concode_elem_sep String[] TARGET_TYPES concode_elem_sep String[] targetTypes concode_elem_sep TRECQuestion[] questions concode_elem_sep String id concode_elem_sep String targetDesc concode_elem_sep String condensedTarget concode_field_sep String... | TRECQuestion [ ] function ( ) { return questions ; } |
34,967 | creates a chained post request within a single httpsession . concode_field_sep List<HandlerAdapter> handlerAdapters concode_elem_sep List<HandlerMapping> handlerMappings concode_elem_sep HttpSession session concode_elem_sep MockHttpServletResponse http concode_elem_sep ModelAndView modelAndView concode_field_sep Respon... | MockHttpServletRequest function ( final String arg0 , final Response arg1 ) { MockHttpServletRequest loc0 = new MockHttpServletRequest ( "srini_string" , arg0 ) ; loc0 . setSession ( arg1 . session ) ; return loc0 ; } |
34,968 | this dummy method just set a flag to true . h2 does n't support out parameters . concode_field_sep boolean procedureCalled concode_field_sep void flagProcedure concode_elem_sep int increment concode_elem_sep void sum | void function ( final int arg0 , final int arg1 ) { procedureCalled = true ; } |
34,969 | check the syntax of a ruby variable , including that it 's longer than zero characters , and starts with either an @ or a capital letter . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isInstanceVariable concode_elem_sep boolean isNameCharacter19 concode_elem_sep boolean isInitialCharacter concode... | boolean function ( String arg0 ) { char loc0 ; return arg0 . length ( ) > 0 && ( ( loc0 = arg0 . charAt ( 0 ) ) == '@' || ( loc0 <= 'Z' && loc0 >= 'A' ) ) ; } |
34,970 | normalize the ` y ' dimension . might reduce precision or wrap it to be within the bounds . this is called by com.spatial4j.core.io.wktreader before creating a shape . concode_field_sep boolean geo concode_elem_sep DistanceCalculator calculator concode_elem_sep SupportedFormats formats concode_elem_sep Rectangle worldB... | double function ( double arg0 ) { return arg0 ; } |
34,971 | converts list of point.longpoint objects into list of com.itextpdf.kernel.geom.point objects . concode_field_sep double floatMultiplier concode_field_sep com.itextpdf.kernel.geom.Path convertToPath concode_elem_sep IClipper.PolyFillType getFillType concode_elem_sep IClipper.JoinType getJoinType concode_elem_sep List<Po... | List < com . itextpdf . kernel . geom . Point > function ( List < Point . LongPoint > arg0 ) { List < com . itextpdf . kernel . geom . Point > loc0 = new ArrayList < > ( arg0 . size ( ) ) ; for ( Point . LongPoint loc1 : arg0 ) { loc0 . add ( new com . itextpdf . kernel . geom . Point ( loc1 . getX ( ) / floatMultiplie... |
34,972 | returns the number of bytes currently being used to store the values in this cache . this may be greater than the max size if a background deletion is pending . concode_field_sep boolean DEBUG concode_elem_sep LruActionTracer mActionTracer concode_elem_sep String LOG_TAG concode_elem_sep String mString concode_field_se... | long function ( ) { return mActionTracer . getSize ( ) ; } |
34,973 | sets debug mode . this controls how much information is displayed in the log during recognition . concode_field_sep int PSM_CIRCLE_WORD concode_elem_sep int RIL_BLOCK concode_elem_sep int RIL_WORD concode_elem_sep int PSM_SINGLE_WORD concode_elem_sep int PSM_SINGLE_COLUMN concode_elem_sep String VAR_CHAR_WHITELIST conc... | void function ( boolean arg0 ) { nativeSetDebug ( arg0 ) ; } |
34,974 | target injector concode_field_sep InjectedValue<ISecurityManagement> securityManagementValue concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep ApplicationPolicy applicationPolicy concode_elem_sep JSSESecurityDomain jsseSecurityDomain concode_elem_sep String name concode_elem_sep InjectedValue<Configuration> co... | Injector < ISecurityManagement > function ( ) { return securityManagementValue ; } |
34,975 | strength of boundary formula concode_field_sep PlaceHolder placeHolder concode_field_sep double degreeOfChange concode_elem_sep List<Double> normalizeBoundaryStrengths concode_elem_sep List<Segment> segment concode_elem_sep List<Double> computeDegreesOfChange concode_elem_sep List<Segment> localPeakSeg concode_elem_sep... | double function ( double arg0 , double arg1 , double arg2 ) { return arg2 * ( arg0 + arg1 ) ; } |
34,976 | loads a url in the current tab . concode_field_sep LightningView mCurrentTab concode_elem_sep TabsManager mTabsModel concode_elem_sep Bus mEventBus concode_elem_sep boolean mShouldClose concode_elem_sep String TAG concode_elem_sep BrowserView mView concode_elem_sep boolean mIsIncognito concode_elem_sep PreferenceManage... | void function ( @ NonNull final String arg0 ) { final LightningView loc0 = mTabsModel . getCurrentTab ( ) ; if ( loc0 == null ) { return ; } loc0 . loadUrl ( arg0 ) ; } |
34,977 | gets the key value for this type_attributemapentry . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.axis.v201502.o.Attribute value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwor... | com . google . api . ads . adwords . axis . v201502 . o . AttributeType function ( ) { return key ; } |
34,978 | sets mslidingmenu as a newly inflated slidingmenu . should be called within the activitiy 's oncreate concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mVi... | void function ( Bundle arg0 ) { mSlidingMenu = ( SlidingMenu ) LayoutInflater . from ( mActivity ) . inflate ( R . layout . slidingmenumain , null ) ; } |
34,979 | adds a header with name and value . prefer this method for multiply-valued headers like `` set-cookie '' . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy concode_ele... | Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; } |
34,980 | create a new https url builder . the protocol is set to https , host to localhost and port to the default for the protocol . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpUrlBuilder encodedPath concode_elem_sep HttpUrlBuilder path concode_elem_sep HttpUrlBuilder port concode_elem_sep URI build concode... | HttpUrlBuilder function ( ) { return http ( ) . secure ( ) ; } |
34,981 | get single floating point number argument . concode_field_sep String m_command concode_elem_sep StringBuilder m_response concode_elem_sep String[] m_arg concode_elem_sep boolean m_hasId concode_elem_sep String m_line concode_elem_sep int m_id concode_field_sep StringBuilder preprocessLine concode_elem_sep void checkNuA... | double function ( ) { checkNuArg ( 1 ) ; return getDoubleArg ( 0 ) ; } |
34,982 | gets the value of the sequencenbr property . concode_field_sep List<OfferScript.Item> item concode_elem_sep BigInteger level concode_elem_sep String header concode_elem_sep long serialVersionUID concode_elem_sep BigInteger sequenceNbr concode_elem_sep String value concode_field_sep String getValue concode_elem_sep BigI... | BigInteger function ( ) { return sequenceNbr ; } |
34,983 | compares this object with another one . this implementation returns true if and only if the passed in object is an instance of constantinitializer which refers to an object equals to theobject managed by this instance . concode_field_sep String FMT_TO_STRING concode_elem_sep T object concode_field_sep T getObject conco... | boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof ConstantInitializer < ? > ) ) { return false ; } final ConstantInitializer < ? > loc0 = ( ConstantInitializer < ? > ) arg0 ; return ObjectUtils . equals ( getObject ( ) , loc0 . getObject ( ) ) ; } |
34,984 | when an alias for a field is added , index it here to allow lookup by alias and type . concode_field_sep Map<Integer,CustomFieldValueItem> m_valueMap concode_elem_sep Map<FieldType,CustomField> m_configMap concode_elem_sep Map<Pair<FieldTypeClass,String>,FieldType> m_aliasMap concode_field_sep Iterator<CustomField> ite... | void function ( FieldType arg0 , String arg1 ) { m_aliasMap . put ( new Pair < FieldTypeClass , String > ( arg0 . getFieldTypeClass ( ) , arg1 ) , arg0 ) ; } |
34,985 | method `` clearinstance '' . reset the internal singleton instance by setting a new instance value . concode_field_sep String DEFAULT_METHOD_NAME_GET_INSTANCE concode_field_sep C spySingleton concode_elem_sep C spySingleton concode_elem_sep C mockSingleton concode_elem_sep C mockSingleton concode_elem_sep void clearIns... | C function ( Class < C > arg0 ) { return resetInstance ( arg0 , DEFAULT_METHOD_NAME_GET_INSTANCE ) ; } |
34,986 | disables the pwm output concode_field_sep String chip concode_elem_sep int channel concode_field_sep void set concode_elem_sep void set concode_elem_sep String[] list concode_elem_sep void close | void function ( ) { if ( NativeInterface . isSimulated ( ) ) { return ; } String loc0 = String . format ( "srini_string" , chip , channel ) ; int loc1 = NativeInterface . writeFile ( loc0 , "srini_string" ) ; if ( loc1 < 0 ) { throw new RuntimeException ( NativeInterface . getError ( loc1 ) ) ; } } |
34,987 | set whether any jobs defined on this schedulerfactorybean should overwrite existing job definitions . default is `` false '' , to not overwrite already registered jobs that have been read in from a persistent job store . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep Strin... | void function ( boolean arg0 ) { this . overwriteExistingJobs = arg0 ; } |
34,988 | sets the user uuid of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolea... | void function ( java . lang . String arg0 ) { _website . setUserUuid ( arg0 ) ; } |
34,989 | tests if the specified double is a key in this hashtable . concode_field_sep float DEFAULT_LOAD_FACTOR concode_elem_sep double EPSILON concode_elem_sep TableEntry[] m_Table concode_elem_sep int m_Threshold concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep double pmiss concod... | boolean function ( double arg0 ) { TableEntry [ ] loc0 = m_Table ; int loc1 = hashCode ( arg0 ) ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( TableEntry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( ( loc3 . loc1 == loc1 ) && ( Math . abs ( loc3 . arg0 - arg0 ) < EPSILON ) ) { return tr... |
34,990 | get the column by its string name , as a string . this will only work if column headers were defined that have string names . concode_field_sep Map<String,Integer> columns concode_elem_sep DateFormat sdf concode_elem_sep String[] data concode_elem_sep List<String> columnNames concode_elem_sep BufferedReader reader conc... | String function ( final String arg0 ) { final Integer loc0 = this . columns . get ( arg0 . toLowerCase ( ) ) ; if ( loc0 == null ) { return null ; } return this . data [ loc0 . intValue ( ) ] ; } |
34,991 | gets the filename . concode_field_sep String identifier concode_elem_sep RepositoryType repoType concode_elem_sep long serialVersionUID concode_elem_sep String filename concode_elem_sep String deployUrl concode_elem_sep String SEQUENCE_NAME concode_elem_sep BuildRecord buildRecord concode_elem_sep String checksum conco... | String function ( ) { return filename ; } |
34,992 | checks if a string is empty '' '' or null . stringutils.isempty null = true stringutils.isempty '' '' = true stringutils.isempty '' '' = false stringutils.isempty `` bob '' = false stringutils.isempty '' bob '' = false note : this method does not trim the string . that functionality is available in isblank . concode_fi... | boolean function ( final String arg0 ) { return ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ; } |
34,993 | returns the result of text recognition as a string . concode_field_sep float mAngle concode_elem_sep int[] mConfidences concode_elem_sep float mAvgConfidence concode_elem_sep Rect mBounds concode_elem_sep Parcelable.Creator<OcrResult> CREATOR concode_elem_sep String mString concode_field_sep float getAngle concode_elem... | String function ( ) { return mString ; } |
34,994 | returns the user id of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_... | long function ( ) { return _layoutBranch . getUserId ( ) ; } |
34,995 | present the local notification to user . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boo... | void function ( ) { showNotification ( ) ; } |
34,996 | sets the value of the id property . concode_field_sep List<IncludeType> include concode_elem_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep List<ReferenceInfoType> referenceInfo concode_elem_sep List<Serializable> encapsulatedTime... | void function ( String arg0 ) { this . id = arg0 ; } |
34,997 | writes the network in the format of network_v1 . dtd concode_field_sep Network network concode_field_sep void write | void function ( final String arg0 ) { new org . matsim . core . network . io . NetworkWriter ( network ) . writeFileV1 ( arg0 ) ; } |
34,998 | add a filter that uses the some operator . concode_field_sep List<Field> fields concode_elem_sep List<Filter> filters concode_elem_sep boolean disjunction concode_elem_sep int resultMode concode_elem_sep List<Sort> sorts concode_elem_sep int page concode_elem_sep int maxResults concode_elem_sep boolean distinct concode... | Search function ( String arg0 , Filter arg1 ) { SearchUtil . addFilterSome ( this , arg0 , arg1 ) ; return this ; } |
34,999 | performs the test case actions . returning from here , indicates that the sending role has completed its test . concode_field_sep int messageCount concode_elem_sep TestClientControlledTest.Roles role concode_elem_sep Session session concode_elem_sep Logger log concode_elem_sep MessageProducer producer concode_elem_sep ... | void function ( int arg0 ) { log . debug ( "srini_string" ) ; if ( role . equals ( Roles . SENDER ) ) { Message loc0 = TestUtils . createTestMessageOfSize ( session , messageSize ) ; for ( int loc1 = 0 ; loc1 < this . numMessages ; loc1 ++ ) { producer . send ( loc0 ) ; messageCount ++ ; } } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.