idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
15,600 | convert a persistentauditevent to an auditevent concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep Map<String,Object> convertDataToObjects | AuditEvent function ( PersistentAuditEvent arg0 ) { Instant loc0 = arg0 . getAuditEventDate ( ) . atZone ( ZoneId . systemDefault ( ) ) . toInstant ( ) ; return new AuditEvent ( Date . from ( loc0 ) , arg0 . getPrincipal ( ) , arg0 . getAuditEventType ( ) , convertDataToObjects ( arg0 . getData ( ) ) ) ; } |
15,601 | retrieve the add to email archive option from the tool configuration concode_field_sep ToolManager toolManager concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep ExternalLogic externalLogic concode_field_sep Properties writableProps concode_elem_sep String getReplyTo concode_elem_se... | boolean function ( Properties arg0 ) { String loc0 = arg0 . getProperty ( ConfigParams . loc0 . name ( ) ) ; boolean loc1 = parseConfigBoolean ( loc0 ) ; return loc1 ; } |
15,602 | the amount completed , between zero and one . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_elem_... | float function ( ) { return progress ; } |
15,603 | add the `` modification-date '' parameter . concode_field_sep String fileName concode_elem_sep Date modificationDate concode_elem_sep long size concode_elem_sep Date readDate concode_elem_sep String type concode_elem_sep Date creationDate concode_elem_sep Map<String,String> parameters concode_elem_sep long size concode... | T function ( final Date arg0 ) { this . modificationDate = arg0 ; return ( T ) this ; } |
15,604 | constructs a query using the given separator character and path . as an example , new dataquery ' / ' , `` a/b/c '' and new dataquery ' . ' , `` a.b.c '' represent the same path but areconstructed using different separators . concode_field_sep ImmutableList<DataQuery> queryParts concode_elem_sep ImmutableList<String> p... | DataQuery function ( char arg0 , String arg1 ) { return new DataQuery ( arg0 , arg1 ) ; } |
15,605 | sets the preference to skip the welcome page from the main first run experience . concode_field_sep String LIGHTWEIGHT_FIRST_RUN_FLOW_COMPLETE concode_elem_sep String SKIP_WELCOME_PAGE concode_elem_sep String FIRST_RUN_FLOW_COMPLETE concode_field_sep void setFirstRunFlowComplete concode_elem_sep boolean getFirstRunFlow... | void function ( Context arg0 , boolean arg1 ) { ContextUtils . getAppSharedPreferences ( ) . edit ( ) . putBoolean ( SKIP_WELCOME_PAGE , arg1 ) . apply ( ) ; } |
15,606 | may be overridden to control the inactivity timeout . if no request from the browser is received within this time , the next call to #canceled will be true . concode_field_sep long lastNewsTime concode_elem_sep RequestImpl request concode_elem_sep int ERROR concode_elem_sep long start concode_elem_sep String boundId co... | long function ( ) { return 15000 ; } |
15,607 | return the handler object to execute . concode_field_sep Object handler concode_elem_sep Log logger concode_elem_sep List<HandlerInterceptor> interceptorList concode_elem_sep HandlerInterceptor[] interceptors concode_elem_sep int interceptorIndex concode_field_sep HandlerInterceptor[] getInterceptors concode_elem_sep v... | Object function ( ) { return this . handler ; } |
15,608 | removes the given listener from subscription of the indicated event . the listener will no longer be notified when the given event occurs . concode_field_sep String CVS_REVISION concode_elem_sep HashMap m_listeners concode_field_sep int hashCode concode_elem_sep Object clone concode_elem_sep void fireGeneticEvent conco... | void function ( final String arg0 , final GeneticEventListener arg1 ) { List loc0 = ( List ) m_listeners . get ( arg0 ) ; if ( loc0 != null ) { loc0 . remove ( arg1 ) ; } } |
15,609 | the ip address type ipv4 and the ip address range in cidr notation that web requests originate from . concode_field_sep String action concode_elem_sep IPSetDescriptor iPSetDescriptor concode_field_sep void setAction concode_elem_sep void setAction concode_elem_sep IPSetUpdate withAction concode_elem_sep IPSetUpdate wit... | IPSetUpdate function ( IPSetDescriptor arg0 ) { setIPSetDescriptor ( arg0 ) ; return this ; } |
15,610 | reads a #type type attribute . this method must return a new attribute object , of type #type type , corresponding to the len bytes starting at the given offset , in the given class reader . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels c... | Attribute function ( ClassReader arg0 , int arg1 , int arg2 , char [ ] arg3 , int arg4 , Label [ ] arg5 ) { Attribute loc0 = new Attribute ( type ) ; loc0 . value = new byte [ arg2 ] ; System . arraycopy ( arg0 . b , arg1 , loc0 . value , 0 , arg2 ) ; return loc0 ; } |
15,611 | gets the cluster configuration 's stack . concode_field_sep String configJson concode_elem_sep Collection<ServiceConfigEntity> serviceConfigEntities concode_elem_sep StackEntity stack concode_elem_sep String configAttributesJson concode_elem_sep Long configId concode_elem_sep Collection<ConfigGroupConfigMappingEntity> ... | StackEntity function ( ) { return stack ; } |
15,612 | get the split locations , applicable for map tasks concode_field_sep TaskStarted datum concode_field_sep TaskID getTaskId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep long getStartTime concode_elem_sep TaskType getTaskType | String function ( ) { return datum . getSplitLocations ( ) . toString ( ) ; } |
15,613 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization | void function ( ) { CustomXYToolTipGenerator loc0 = new CustomXYToolTipGenerator ( ) ; CustomXYToolTipGenerator loc1 = ( CustomXYToolTipGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
15,614 | adds specified benchmark task concode_field_sep ArrayList<BenchmarkTask> tasks concode_field_sep void runTask concode_elem_sep void run | void function ( BenchmarkTask arg0 ) { tasks . add ( arg0 ) ; } |
15,615 | getter for property name . concode_field_sep boolean winNT31 concode_elem_sep boolean win95 concode_elem_sep String name concode_elem_sep boolean winNT351 concode_elem_sep boolean OEMCP concode_elem_sep boolean ACP concode_elem_sep String codePageId concode_elem_sep String isOEMCP concode_field_sep void setName concode... | String function ( ) { return this . name ; } |
15,616 | retrieve the largest number . use reduce to select the maximum value in a list of numbers . concode_field_sep PlaceHolder placeHolder concode_field_sep Observable<String> exerciseMap concode_elem_sep Observable<String> handleError concode_elem_sep Observable<JSON> exerciseMovie concode_elem_sep JSON json concode_elem_s... | Observable < Integer > function ( Observable < Integer > arg0 ) { return Observable . error ( new RuntimeException ( "srini_string" ) ) ; } |
15,617 | establishes a communication channel with an iot hub . if a channel is already open , the function shall do nothing . concode_field_sep MqttIotHubConnection mqttIotHubConnection concode_elem_sep Queue<IotHubOutboundPacket> waitingList concode_elem_sep MqttTransportState state concode_elem_sep DeviceClientConfig config c... | void function ( ) { if ( this . state == MqttTransportState . OPEN ) { return ; } this . mqttIotHubConnection = new MqttIotHubConnection ( this . config ) ; this . mqttIotHubConnection . open ( ) ; this . state = MqttTransportState . OPEN ; } |
15,618 | 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 FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep FeatureCo... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
15,619 | set the subject of the e-mail concode_field_sep String _message concode_elem_sep String _from concode_elem_sep String _subject concode_elem_sep String _to concode_field_sep String getSubject concode_elem_sep void setFrom concode_elem_sep void setTo concode_elem_sep String getMessage concode_elem_sep String getTo concod... | void function ( String arg0 ) { _subject = arg0 ; } |
15,620 | this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep void clearEvents con... | void function ( ) { } |
15,621 | set the loader to the iron instance concode_field_sep Loader mLoader concode_elem_sep String DEFAULT_DB_NAME concode_elem_sep Encryption mEncryption concode_elem_sep ConcurrentHashMap<String,Chest> mChestMap concode_elem_sep Context mContext concode_elem_sep int mCache concode_field_sep boolean exist concode_elem_sep v... | void function ( Loader arg0 ) { mLoader = arg0 ; } |
15,622 | finds an executable file with the specified base name , that is located in a directory listed in an original path environment variable . original path environment variable value is a value returned by system.getenv `` path '' . concode_field_sep Logger LOG concode_elem_sep String PATH_ENV_VAR_NAME concode_field_sep Lis... | File function ( @ NotNull String arg0 ) { String loc0 = System . getenv ( PATH_ENV_VAR_NAME ) ; List < File > loc1 = doFindExeFilesInPath ( loc0 , arg0 , true , false , null ) ; return ContainerUtil . getFirstItem ( loc1 ) ; } |
15,623 | return the configured content negotiation strategies . concode_field_sep List<MediaType> MEDIA_TYPE_ALL concode_elem_sep List<ContentNegotiationStrategy> strategies concode_elem_sep Set<MediaTypeFileExtensionResolver> resolvers concode_field_sep T getStrategy concode_elem_sep List<MediaType> resolveMediaTypes concode_e... | List < ContentNegotiationStrategy > function ( ) { return this . strategies ; } |
15,624 | this method resets the incoming events time events included . concode_field_sep long number3 concode_elem_sep boolean numberPressed concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep long numberPressedValue concode_elem_sep SCIUserImpl sCIUser concode_elem_sep long number1 concode_elem_... | void function ( ) { sCISafe . clearEvents ( ) ; sCIUser . clearEvents ( ) ; } |
15,625 | get first concode_field_sep Logger log concode_elem_sep ConcurrentHashMap<AnnoActivationSpec,AnnoActivation> activations concode_elem_sep long serialVersionUID concode_elem_sep String first concode_elem_sep Integer second concode_field_sep void setSecond concode_elem_sep void setFirst concode_elem_sep void endpointActi... | String function ( ) { return first ; } |
15,626 | implement close . description ... concode_field_sep SimpleFeatureType schema concode_elem_sep FeatureReader<SimpleFeatureType,SimpleFeature> reader concode_elem_sep GeometryCoordinateSequenceTransformer transformer concode_field_sep SimpleFeature next concode_elem_sep SimpleFeatureType getFeatureType concode_elem_sep b... | void function ( ) { if ( reader == null ) { throw new IllegalStateException ( "srini_string" ) ; } reader . close ( ) ; reader = null ; schema = null ; } |
15,627 | read a file from an installed plugin 's directory . concode_field_sep String zipPath concode_elem_sep Set<WebUIPlugin> justPlugins concode_elem_sep WebUIPlugin plugin concode_elem_sep Map<String,WebUIEntry> plugins concode_elem_sep String directory concode_elem_sep Logger logger concode_field_sep boolean isZipped conco... | InputStream function ( String arg0 , String arg1 ) { WebUIEntry loc0 = this . plugins . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return loc0 . readFile ( arg1 ) ; } |
15,628 | specifies the status of the db cluster option group . concode_field_sep String dBClusterOptionGroupName concode_elem_sep String status concode_field_sep DBClusterOptionGroupStatus withDBClusterOptionGroupName concode_elem_sep DBClusterOptionGroupStatus withStatus concode_elem_sep String getDBClusterOptionGroupName conc... | void function ( String arg0 ) { this . status = arg0 ; } |
15,629 | create an instance of getcustomerstatus concode_field_sep PlaceHolder placeHolder concode_field_sep LookupCustomerResponse createLookupCustomerResponse concode_elem_sep UpdateCustomer createUpdateCustomer concode_elem_sep LookupCustomer createLookupCustomer concode_elem_sep UpdateCustomerResponse createUpdateCustomerRe... | GetCustomerStatus function ( ) { return new GetCustomerStatus ( ) ; } |
15,630 | the name of the recorder . by default , aws config automatically assigns the name `` default '' when creating the configuration recorder . you can not change the assigned name . concode_field_sep RecordingGroup recordingGroup concode_elem_sep String roleARN concode_elem_sep String name concode_field_sep void setName co... | String function ( ) { return this . name ; } |
15,631 | sets the value of the connection property . concode_field_sep String onlineDescription concode_elem_sep ConnectionType connection concode_elem_sep UrlType url concode_field_sep String getOnlineDescription concode_elem_sep PhysicalOnlineType withConnection concode_elem_sep UrlType getUrl concode_elem_sep ConnectionType ... | void function ( ConnectionType arg0 ) { this . connection = arg0 ; } |
15,632 | convert the ecorevalue to an adaptingvalue concode_field_sep AbstractFeatureElement<FE> ecoreFeatureElement concode_elem_sep AbstractFeatureElement<? extends EStructuralFeature> adaptingFeatureElement concode_elem_sep IMappingMetaDataRegistry.Install mappingMetaDataRegistry concode_field_sep Object importValueOrValues ... | Object function ( EObject arg0 , Object arg1 ) { if ( arg1 instanceof List < ? > ) return exportValues ( arg0 , ( List < ? > ) arg1 ) ; else return exportValue ( arg0 , arg1 ) ; } |
15,633 | test if rolename is known concode_field_sep Map<String,String> parentMappings concode_field_sep List<String> getAncestors concode_elem_sep boolean isValidParent concode_elem_sep List<String> getChildren concode_elem_sep List<String> getDescendants concode_elem_sep String getParent concode_elem_sep List<String> getRootR... | boolean function ( String arg0 ) { return parentMappings . containsKey ( arg0 ) ; } |
15,634 | uri for a file . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse concode_elem_sep ... | Uri function ( String arg0 ) { String loc0 = arg0 . replaceFirst ( "srini_string" , "srini_string" ) ; File loc1 = new File ( loc0 ) ; if ( ! loc1 . exists ( ) ) { Log . e ( "srini_string" , "srini_string" + loc1 . getAbsolutePath ( ) ) ; return Uri . EMPTY ; } return Uri . fromFile ( loc1 ) ; } |
15,635 | sets the value of the id property . concode_field_sep XMLGregorianCalendar dateUTC concode_elem_sep XMLGregorianCalendar dateLocal concode_elem_sep String code concode_elem_sep String description concode_elem_sep String id concode_field_sep void setDateUTC concode_elem_sep XMLGregorianCalendar getDateUTC concode_elem_s... | void function ( String arg0 ) { this . id = arg0 ; } |
15,636 | sets the value of this axis angle to the value of axis angle t1 . concode_field_sep float x concode_elem_sep float y concode_elem_sep float angle concode_elem_sep float z concode_elem_sep long serialVersionUID concode_field_sep void setFromQuat concode_elem_sep void setFromMat concode_elem_sep int hashCode concode_elem... | void function ( AxisAngle4f arg0 ) { x = arg0 . x ; y = arg0 . y ; z = arg0 . z ; angle = arg0 . angle ; } |
15,637 | here , we attempt to get the password from the private alias/passwords map . concode_field_sep Map<String,String> passwords concode_field_sep void setAliasPassword | void function ( Callback [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { WSPasswordCallback loc1 = ( WSPasswordCallback ) arg0 [ loc0 ] ; String loc2 = passwords . get ( loc1 . getIdentifier ( ) ) ; if ( loc2 != null ) { loc1 . setPassword ( loc2 ) ; return ; } } } |
15,638 | set the thread pool size of the core render service . the default is 10 . this number will need to be adjusted based on the characteristics of the application . note that increasing the number of threads past a certain number based on os , jvm , etc can actually decrease performance as thread context switching becomes ... | void function ( int arg0 ) { this . corePoolSize = arg0 ; resetCoreService ( ) ; resetScheduledService ( ) ; } |
15,639 | performs a dynamic query on the database and returns a 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 to com.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
15,640 | setname concode_field_sep String _name concode_elem_sep String _description concode_field_sep String getName concode_elem_sep void setDescription concode_elem_sep String getDescription | void function ( String arg0 ) { this . _name = arg0 ; } |
15,641 | returns the port . concode_field_sep int port concode_elem_sep String host concode_elem_sep boolean uriRoute concode_elem_sep boolean explicitRoute concode_elem_sep String transport concode_elem_sep boolean defaultRoute concode_field_sep boolean isDefaultRoute concode_elem_sep void setExplicitRouteFlag concode_elem_sep... | int function ( ) { return port ; } |
15,642 | returns the id of the task concode_field_sep Long id concode_elem_sep LocalDateTime startDate concode_elem_sep Trigger trigger concode_elem_sep TaskStatus status concode_field_sep Trigger getTrigger concode_elem_sep LocalDateTime getStart concode_elem_sep void stop concode_elem_sep TaskStatus getStatus | Long function ( ) { return this . id ; } |
15,643 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... | void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } |
15,644 | get the entry at this index . concode_field_sep ImmutableArray<?> EMPTY concode_elem_sep K[] array concode_field_sep Iterator<K> iterator concode_elem_sep ImmutableArray<K> set concode_elem_sep K[] array concode_elem_sep int length concode_elem_sep ImmutableArray<K> insert concode_elem_sep ImmutableArray<K> create conc... | K function ( int arg0 ) { return array [ arg0 ] ; } |
15,645 | gets the value of the nictype property . concode_field_sep String nicType concode_elem_sep ManagedObjectReference _this concode_elem_sep String device concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setNicType concode_elem_sep String getDevice concode_elem_sep void s... | String function ( ) { return nicType ; } |
15,646 | returns the validated to of this d a t a i t e m. concode_field_sep DATAITEM _dataitem 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 boolean isEscapedModel con... | java . util . Date function ( ) { return _dataitem . getValidatedTo ( ) ; } |
15,647 | define o valor da propriedade name . concode_field_sep String role concode_elem_sep String thumb concode_elem_sep String name concode_field_sep String getThumb concode_elem_sep String getName concode_elem_sep void setRole concode_elem_sep String getRole concode_elem_sep void setThumb | void function ( String arg0 ) { this . name = arg0 ; } |
15,648 | sets the source uri of the copy operation . concode_field_sep String copyId concode_elem_sep Date completionTime concode_elem_sep Long bytesCopied concode_elem_sep String statusDescription concode_elem_sep Long totalBytes concode_elem_sep URI source concode_elem_sep CopyStatus status concode_field_sep Long getTotalByte... | void function ( final URI arg0 ) { this . source = arg0 ; } |
15,649 | method that adds a sequence set in a given level concode_field_sep int numberOfFrequentSequences concode_elem_sep String string concode_elem_sep List<List<Pattern>> levels concode_field_sep List<Pattern> getLevel concode_elem_sep void printFrequentSequences concode_elem_sep int size concode_elem_sep String toStringToFi... | void function ( List < Pattern > arg0 , int arg1 ) { for ( Pattern loc0 : arg0 ) addSequence ( loc0 , arg1 ) ; } |
15,650 | builds an unconditional jump to the target label . concode_field_sep Size stackSizeChange concode_elem_sep int opCode concode_elem_sep Label target concode_field_sep JumpWithoutTarget ifReferenceOperandToNull concode_elem_sep Size apply concode_elem_sep boolean isValid concode_elem_sep PrimitiveComparison forOperator c... | Jump function ( Label arg0 ) { return new Jump ( Opcodes . GOTO , arg0 , new Size ( 0 , 0 ) ) ; } |
15,651 | method invoked by the nsnotificationcenter when it receives a valid notification from paypalaction concode_field_sep String PendingPayPalPaymentReceivedNotification concode_elem_sep String ValidPayPalPaymentReceivedNotification concode_elem_sep String PROCESS_PENDING_PAYPAL_TRANSACTION concode_elem_sep String PROCESS_F... | void function ( NSNotification arg0 ) { handleNotification ( Delegate . PROCESS_VALID_PAYPAL_TRANSACTION , arg0 ) ; } |
15,652 | sets the value of the id property . concode_field_sep List<Note> note concode_elem_sep List<BalanceSummaryGroup> balanceSummaryGroup concode_elem_sep List<UsageLine> usageLine concode_elem_sep SubscriptionProfile billTo concode_elem_sep Description description concode_elem_sep String actionCode concode_elem_sep long se... | void function ( String arg0 ) { this . id = arg0 ; } |
15,653 | retrieves the definition string used to create this ldap syntax description . concode_field_sep LDAPSyntaxDescriptionSyntax descriptionSyntax concode_elem_sep String description concode_elem_sep Map<String,List<String>> extraProperties concode_elem_sep String definition concode_elem_sep String oid concode_field_sep LDA... | String function ( ) { return definition ; } |
15,654 | returns the index offset in the face array of the texture coordinates 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 function ( ) { return texCoordIndexOffset ; } |
15,655 | the ids of the security groups associated with the load balancer . concode_field_sep com.amazonaws.internal.SdkInternalList<String> securityGroups concode_field_sep int hashCode concode_elem_sep ApplySecurityGroupsToLoadBalancerResult withSecurityGroups concode_elem_sep ApplySecurityGroupsToLoadBalancerResult withSecur... | java . util . List < String > function ( ) { if ( securityGroups == null ) { securityGroups = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return securityGroups ; } |
15,656 | configure the preferred serialization class to use byte or string when converting an object payload to a message . the default value is byte . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayl... | void function ( Class < ? > arg0 ) { Assert . isTrue ( byte [ ] . class == arg0 || String . class == arg0 , "srini_string" + arg0 ) ; this . serializedPayloadClass = arg0 ; } |
15,657 | after calling proceed , this will wait until the call has completed and a result has been returned to the caller . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int maxSleepTime concode_elem_sep Throwable thrown concode_elem_sep Wr... | void function ( ) { resultLatch . await ( ) ; } |
15,658 | get information about a user 's account . concode_field_sep DbxRawClientV2 client concode_field_sep SpaceUsage getSpaceUsage concode_elem_sep List<BasicAccount> getAccountBatch concode_elem_sep List<BasicAccount> getAccountBatch concode_elem_sep FullAccount getCurrentAccount | BasicAccount function ( String arg0 ) { GetAccountArg loc0 = new GetAccountArg ( arg0 ) ; return getAccount ( loc0 ) ; } |
15,659 | gets the timezone location used to identify this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurre... | String function ( ) { return id ; } |
15,660 | returns true if this object is equal to the specified object , and false otherwise . concode_field_sep PolarAxisLocation WEST_BELOW concode_elem_sep PolarAxisLocation EAST_ABOVE concode_elem_sep PolarAxisLocation EAST_BELOW concode_elem_sep PolarAxisLocation SOUTH_RIGHT concode_elem_sep PolarAxisLocation WEST_ABOVE con... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof PolarAxisLocation ) ) { return false ; } PolarAxisLocation loc0 = ( PolarAxisLocation ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; } |
15,661 | print a subsection of a byte buffer as nicely formatted groups of hex numbers . output looks like : 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 concode_field_sep PlaceHolde... | void function ( ByteBuffer arg0 , PrintStream arg1 , int arg2 , int arg3 ) { for ( int loc0 = arg2 ; loc0 < arg2 + arg3 ; loc0 ++ ) { print ( arg0 . get ( loc0 ) , arg1 ) ; if ( ( loc0 - arg2 + 1 ) % 32 == 0 ) { arg1 . println ( ) ; } else if ( ( loc0 - arg2 + 1 ) % 8 == 0 ) { arg1 . print ( "srini_string" ) ; } else {... |
15,662 | gets the name . concode_field_sep long serialVersionUID concode_elem_sep String m_name concode_elem_sep String m_xpath concode_elem_sep String m_dataType concode_field_sep void setName concode_elem_sep void setXpath concode_elem_sep void setDataType concode_elem_sep String getDataType concode_elem_sep boolean equals co... | String function ( ) { return m_name ; } |
15,663 | returns true if the path matches one of the predefined templates concode_field_sep Map<String,String> REL_TO_CLASS concode_elem_sep Set<String> MEDIUM_TEMPLATES concode_elem_sep Map<String,String> POS_TAG_TO_CLASS concode_field_sep int maxPathLength concode_elem_sep boolean acceptsInternal | boolean function ( DependencyPath arg0 ) { return acceptsInternal ( arg0 ) ; } |
15,664 | network name from network configuration master concode_field_sep InetSocketAddress[] assignedAddresses concode_elem_sep int portError concode_elem_sep VirtualNetworkType type concode_elem_sep int ZT_MAX_ZT_ASSIGNED_ADDRESSES concode_elem_sep long mac concode_elem_sep boolean enabled concode_elem_sep int mtu concode_ele... | String function ( ) { return name ; } |
15,665 | print the network state concode_field_sep String LOG_TAG concode_elem_sep State mTransitionTarget concode_elem_sep StateTransitionDirection mTransitionDirection concode_elem_sep String mReason concode_elem_sep List<State> mStateDepository concode_field_sep void setStateTransitionCriteria concode_elem_sep String getFail... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < mStateDepository . size ( ) ; loc1 ++ ) { loc0 . append ( "srini_string" ) . append ( mStateDepository . get ( loc1 ) . toString ( ) ) . append ( "srini_string" ) ; } return loc0 . toString ( ) ; } |
15,666 | sets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends DSOtherAggregateType> dsOtherAggregate concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem... | void function ( String arg0 ) { this . type = arg0 ; } |
15,667 | tries to emit a notificationlite value as the first value and drains the queue as long as possible . concode_field_sep Action1<SubjectObserver<T>> onTerminated concode_elem_sep Observer<? super T> actual concode_elem_sep boolean emitting concode_elem_sep boolean caughtUp concode_elem_sep NotificationLite<T> nl concode_... | void function ( Object arg0 , final NotificationLite < T > arg1 ) { synchronized ( this ) { if ( ! first || emitting ) { return ; } first = false ; emitting = arg0 != null ; } if ( arg0 != null ) { emitLoop ( null , arg0 , arg1 ) ; } } |
15,668 | log message and throwable as error status concode_field_sep String BUNDLE_ID concode_elem_sep String REPOSITORY_SEGMENTS concode_elem_sep String USER_AGENT concode_elem_sep String HTTP_WWW_GITHUB_ORG concode_elem_sep String HTTP_GITHUB_COM concode_elem_sep String CONNECTOR_KIND concode_elem_sep Pattern URL_PATTERN conc... | void function ( String arg0 , Throwable arg1 ) { getLog ( ) . log ( createErrorStatus ( arg0 , arg1 ) ) ; } |
15,669 | return a bone for the given index concode_field_sep Bone[] rootBones concode_elem_sep Matrix4f[] skinningMatrixes concode_elem_sep Bone[] boneList concode_field_sep Bone recreateBoneStructure concode_elem_sep Bone[] getRoots concode_elem_sep void read concode_elem_sep void resetAndUpdate concode_elem_sep void setBindin... | Bone function ( int arg0 ) { return boneList [ arg0 ] ; } |
15,670 | gets the prefix of the name of threads to be created through this threadfactory . concode_field_sep Log LOG concode_elem_sep boolean daemon concode_elem_sep String prefix concode_elem_sep int counter concode_elem_sep Object lock concode_field_sep void setDaemon concode_elem_sep Thread newThread concode_elem_sep void se... | String function ( ) { return prefix ; } |
15,671 | gets an object value and transforms it into a byte concode_field_sep PlaceHolder placeHolder concode_field_sep short getShort concode_elem_sep Time getTime concode_elem_sep Class<?> getRuntimeType concode_elem_sep BigDecimal getBigDecimal concode_elem_sep double getDouble concode_elem_sep Array getArray concode_elem_se... | byte function ( ITeiidServerVersion arg0 , Object arg1 ) { if ( arg1 == null ) { return 0 ; } return transform ( arg0 , arg1 , Byte . class ) ; } |
15,672 | this method examines the argument and performs an operation according to the compilers documentation . no specific operation is required . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void enable concode_elem_sep void disable concode_elem_sep boolean compileClass | Object function ( Object arg0 ) { return null ; } |
15,673 | shortcut for addeventhandler ejsevent.onclick , aonclick concode_field_sep PlaceHolder placeHolder concode_field_sep ISimpleURL getHref concode_elem_sep HC_Target getTarget concode_elem_sep boolean hasTarget concode_elem_sep IMimeType getType concode_elem_sep THISTYPE setHref concode_elem_sep THISTYPE setTarget concode... | THISTYPE function ( @ Nullable final IHasJSCode arg0 ) { return addEventHandler ( EJSEvent . CLICK , arg0 ) ; } |
15,674 | getconstant returns the constant of the plane . concode_field_sep float constant concode_elem_sep Vector3f normal concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_field_sep Vector3f getNormal concode_elem_sep boolean isOnPlane concode_elem_sep void read concode_elem_sep void setPlanePoints ... | float function ( ) { return constant ; } |
15,675 | gets the value of the isbn property . concode_field_sep List<String> publicationPlace concode_elem_sep List<ResponsibleParty> performer concode_elem_sep String isbn concode_elem_sep ResponsibleParty publisher concode_field_sep List<String> getPublicationPlace concode_elem_sep List<ResponsibleParty> getPerformer concode... | String function ( ) { return isbn ; } |
15,676 | gets the text stored in this chunk . concode_field_sep boolean underline concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep String text concode_elem_sep boolean bold concode_elem_sep boolean strikethrough concode_elem_sep boolean italic concode_elem_sep String font concode_field_s... | String function ( ) { return text ; } |
15,677 | generate a report for the specified service . the report contains the available capabilities as advertised by the root endpoint . concode_field_sep String NEW_LINE concode_elem_sep InitializrService initializrService concode_field_sep List<Dependency> getSortedDependencies concode_elem_sep void reportTags concode_elem_... | String function ( String arg0 ) { Object loc0 = this . initializrService . loadServiceCapabilities ( arg0 ) ; if ( loc0 instanceof InitializrServiceMetadata ) { return generateHelp ( arg0 , ( InitializrServiceMetadata ) loc0 ) ; } return loc0 . toString ( ) ; } |
15,678 | disable use of kryo serializer for all pojos . concode_field_sep Map<Class<?>,Serializer<?>> registeredKryoSerializers concode_elem_sep boolean forceKryo concode_elem_sep int numberOfExecutionRetries concode_elem_sep Set<Class<?>> registeredKryoTypes concode_elem_sep boolean useClosureCleaner concode_elem_sep String CO... | void function ( ) { forceKryo = false ; } |
15,679 | notifydetached concode_field_sep OnChangedListener mListener concode_elem_sep UsbManager mUsbManager concode_elem_sep BroadcastReceiver mReceiver concode_elem_sep String TAG_SUB concode_elem_sep int PERM_FLAGS concode_elem_sep String ACTION_USB_PERMISSION concode_elem_sep Context mContext concode_elem_sep int PERM_REQU... | void function ( UsbDevice arg0 ) { if ( ( mListener != null ) && ( arg0 != null ) ) { mListener . onDetached ( arg0 ) ; } } |
15,680 | add a resource to the builder . concode_field_sep boolean subResourceModel concode_elem_sep List<Resource> resources concode_elem_sep List<Resource> rootResources concode_elem_sep Value<RuntimeResourceModel> runtimeRootResourceModelValue concode_field_sep List<Resource> getRootResources concode_elem_sep ResourceModel b... | Builder function ( Resource arg0 ) { this . resources . add ( arg0 ) ; return this ; } |
15,681 | gets the strip count . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE concode_elem_sep If... | int function ( ) { return mStripBytes . size ( ) ; } |
15,682 | lay out a given field . concode_field_sep boolean largeFieldsFirst concode_elem_sep boolean DEBUG concode_elem_sep boolean clusterReferenceFields concode_field_sep int max concode_elem_sep void setOffset concode_elem_sep void layoutInstanceFields concode_elem_sep FieldLayoutContext getLayoutContext concode_elem_sep int... | void function ( FieldLayoutContext arg0 , RVMClass arg1 , RVMField arg2 , int arg3 ) { boolean loc0 = arg2 . isReferenceType ( ) ; setOffset ( arg1 , arg2 , arg0 . nextOffset ( arg3 , loc0 ) ) ; } |
15,683 | get the cdata of a particular element . for example , if the xml document contains : < foo > < mimetype > application/pdf < / mimetype > < / foo > passing this the foo node and mimetype will return application/pdf . why this is n't a core part of the xml api i do not know ... concode_field_sep PlaceHolder placeHolder c... | String function ( Node arg0 , String arg1 ) { Node loc0 = XPathAPI . selectSingleNode ( arg0 , arg1 ) ; if ( loc0 == null ) { return null ; } Node loc1 = loc0 . getFirstChild ( ) ; if ( loc1 == null ) { return null ; } String loc2 = loc1 . getNodeValue ( ) . trim ( ) ; return loc2 ; } |
15,684 | sets the global time difference in seconds between the running jvm and aws . if this value is set then all the subsequent instantiation of an amazonhttpclient will start using this value to generate timestamps . concode_field_sep int globalTimeOffset concode_field_sep int getGlobalTimeOffset | void function ( int arg0 ) { globalTimeOffset = arg0 ; } |
15,685 | generates a barcode from input text . assumes that the input has already been checked to not exceed length constraints . concode_field_sep QRErrorCorrectionLevel ecLevel concode_elem_sep int DEFAULT_QUIET_ZONE_ROWS concode_field_sep QRErrorCorrectionLevel getEcLevel concode_elem_sep void setEcLevel concode_elem_sep Ren... | RenderedImage function ( String arg0 , int arg1 , int arg2 , int arg3 ) { RenderedImage loc0 = null ; try { loc0 = generateBarcode ( arg0 , arg1 , arg2 , arg3 ) ; } catch ( Exception loc1 ) { loc0 = null ; } return loc0 ; } |
15,686 | wraps the given items in a mutable domain object set . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep SortedMap<K,V> toSortedMap concode_elem_sep NamedDomainObjectSet<T> toNamedDomainObjectSet concode_elem_sep Map<K,V> toMap concode_elem_sep SortedSet<T> toSortedSet concode_el... | DomainObjectSet < T > function ( Class < T > arg0 , T ... arg1 ) { return new DefaultDomainObjectSet < T > ( arg0 , toSet ( arg1 ) ) ; } |
15,687 | sets the host address where the packet is going to be sent . concode_field_sep int READ_REQUEST concode_elem_sep InetAddress _address concode_elem_sep int DATA concode_elem_sep int ERROR concode_elem_sep int WRITE_REQUEST concode_elem_sep int SEGMENT_SIZE concode_elem_sep int _type concode_elem_sep int MIN_PACKET_SIZE ... | void function ( InetAddress arg0 ) { _address = arg0 ; } |
15,688 | get value of oldpassword . concode_field_sep String newPassword concode_elem_sep String confirmNewPassword concode_elem_sep String oldPassword concode_elem_sep boolean matchedPassword concode_field_sep void setOldPassword concode_elem_sep void setNewPassword concode_elem_sep String getConfirmNewPassword concode_elem_se... | String function ( ) { return oldPassword ; } |
15,689 | subclasses may use this method to receive events/commands directly from js through the uimanager . good example of such a command would be scrollto request withcoordinates for a scrollview or goback request for a webview instance . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNative... | void function ( T arg0 , int arg1 , @ Nullable ReadableArray arg2 ) { } |
15,690 | create an instance of jaxbelement concode_field_sep QName _EsiUpdateKitStatusRequest_QNAME concode_elem_sep QName _EsiUpdateKitStatusResponse_QNAME concode_field_sep ESIUpdateKitStatusResponseType createESIUpdateKitStatusResponseType concode_elem_sep JAXBElement<ESIUpdateKitStatusRequestType> createEsiUpdateKitStatusRe... | JAXBElement < ESIUpdateKitStatusResponseType > function ( ESIUpdateKitStatusResponseType arg0 ) { return new JAXBElement < ESIUpdateKitStatusResponseType > ( _EsiUpdateKitStatusResponse_QNAME , ESIUpdateKitStatusResponseType . class , null , arg0 ) ; } |
15,691 | register objects in the jobdatamap via a given map . these objects will be available to this trigger only , in contrast to objects in the jobdetail 's data map . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_el... | void function ( Map < String , ? > arg0 ) { this . jobDataMap . putAll ( arg0 ) ; } |
15,692 | copies data from the input stream to the output stream . terminates as soon as the input stream is closed or an error occurs . concode_field_sep MessageConsumer messageConsumer concode_elem_sep BufferedReader reader concode_elem_sep boolean finished concode_field_sep boolean isFinished concode_elem_sep void waitFor | void function ( ) { synchronized ( this ) { finished = false ; } try { String loc0 ; while ( ( loc0 = reader . readLine ( ) ) != null ) { messageConsumer . message ( loc0 + "srini_string" ) ; } } catch ( Exception loc0 ) { } finally { synchronized ( this ) { finished = true ; notifyAll ( ) ; } } } |
15,693 | gets the value of the l property . concode_field_sep String r concode_elem_sep String b concode_elem_sep String t concode_elem_sep String l concode_field_sep void setR concode_elem_sep void setB concode_elem_sep void setT concode_elem_sep String getR concode_elem_sep String getB concode_elem_sep String getT concode_ele... | String function ( ) { return l ; } |
15,694 | 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 ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; } |
15,695 | gets a vector from the dictionary corresponding to the supplied id concode_field_sep Map<String,VectorInstance> m_vectorInstances concode_elem_sep int m_numberOfVectors concode_elem_sep long serialVersionUID concode_elem_sep List<FieldRef> m_vectorFields concode_field_sep VectorDictionary getVectorDictionary concode_el... | VectorInstance function ( String arg0 ) { return m_vectorInstances . get ( arg0 ) ; } |
15,696 | sets the serializer implementation instance . serializer must be instance of either com.hazelcast.nio.serialization.streamserializer or com.hazelcast.nio.serialization.bytearrayserializer . concode_field_sep String typeClassName concode_elem_sep Serializer implementation concode_elem_sep Class typeClass concode_elem_se... | SerializerConfig function ( final Serializer arg0 ) { this . implementation = arg0 ; return this ; } |
15,697 | called when a rendering was completed . concode_field_sep PlaceHolder placeHolder concode_field_sep void gvtRenderingStarted concode_elem_sep void gvtRenderingCancelled concode_elem_sep void gvtRenderingPrepare concode_elem_sep void gvtRenderingFailed | void function ( GVTTreeRendererEvent arg0 ) { } |
15,698 | gets the value of the id property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep URI target concode_field_sep URI getTarget concode_elem_sep void setTarget concode_elem_sep void setId concode_elem_sep void addOtherAttribute concode_elem_sep Map<QName,String> getOtherAt... | String function ( ) { return id ; } |
15,699 | the namespace concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String resourceName concode_elem_sep String portName concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String dnsDomain concode_elem_sep String ... | String function ( ) { return namespace ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.