idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
13,600 | gets the date on which it was created the business concode_field_sep String city concode_elem_sep String nation concode_elem_sep String mauthor concode_elem_sep String uuid concode_elem_sep String cap concode_elem_sep String trusted_mobile concode_elem_sep String fiscalCode concode_elem_sep String cauthor concode_elem_... | String function ( ) { return cdate ; } |
13,601 | gets the associated annotations . concode_field_sep CstMethodRef method concode_elem_sep AnnotationSetItem annotations concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep void addContents concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int compareTo concode_ele... | Annotations function ( ) { return annotations . getAnnotations ( ) ; } |
13,602 | adds an object to be watched . a watched object can be printed out at any time . currently only supports one watched object at a time . concode_field_sep Coordinate p0 concode_elem_sep Object watchObj concode_elem_sep Coordinate p1 concode_elem_sep String DEBUG_PROPERTY_NAME concode_elem_sep Stopwatch stopwatch concode... | void function ( Object arg0 ) { debug . instanceAddWatch ( arg0 ) ; } |
13,603 | the json document that describes the policy . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyName concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep void setPolicyName conco... | String function ( ) { return this . policyDocument ; } |
13,604 | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool... | void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } |
13,605 | this should return the individual or company name responsible for the this implementation of the extension . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep Iterator getImplementedExtensions concode_elem_sep float getPriority concode_elem_sep boolean isDynamicElement concode_e... | String function ( ) { return "srini_string" ; } |
13,606 | gets the value of the name property . concode_field_sep ProjectPrivilegesType privileges concode_elem_sep Boolean isDefault concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Boolean isSuperUser concode_elem_sep In... | String function ( ) { return name ; } |
13,607 | get zram disk size concode_field_sep int _compressedDataSize concode_elem_sep String ZRAMSTATFILE_ORIGINAL_DATA_SIZE concode_elem_sep int _diskSize concode_elem_sep String ZRAMSTATFILE_DISKSIZE concode_elem_sep int _memUsedTotal concode_elem_sep String ZRAMSTATFILE_COMPRESSED_DATA_SIZE concode_elem_sep int _originalDat... | int function ( ) { if ( _diskSize == 0 ) { _diskSize = _getDiskSize ( ) ; } return _diskSize ; } |
13,608 | gets the value of the executed property . concode_field_sep int number concode_elem_sep String description concode_elem_sep boolean executed concode_elem_sep long oid concode_field_sep int getNumber concode_elem_sep void setExecuted concode_elem_sep void setOid concode_elem_sep void setDescription concode_elem_sep long... | boolean function ( ) { return executed ; } |
13,609 | end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWrit... | JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'a' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ... |
13,610 | checks whether or not a node name is already contained in this subset . concode_field_sep int subSamplingX concode_elem_sep String subsetName concode_elem_sep int subSamplingY concode_elem_sep boolean ignoreMetadata concode_elem_sep List nodeNameList concode_elem_sep boolean treatVirtualBandsAsRealBands concode_elem_se... | boolean function ( String arg0 ) { return getNodeNameIndex ( arg0 ) >= 0 ; } |
13,611 | gets the value of the id property . concode_field_sep PricingMethod pricingMethod concode_elem_sep Long rateCardId concode_elem_sep RateCardFeature rateCardFeature concode_elem_sep Long id concode_field_sep Long getRateCardId concode_elem_sep PricingMethod getPricingMethod concode_elem_sep void setRateCardFeature conco... | Long function ( ) { return id ; } |
13,612 | gets the iri , blank node identifier , or lexical form of an rdf literal . concode_field_sep RDFTerm REST concode_elem_sep int BLANK concode_elem_sep int TYPEDSTRING concode_elem_sep RDFTerm FIRST concode_elem_sep String typeOrLanguage concode_elem_sep int kind concode_elem_sep RDFTerm NIL concode_elem_sep RDFTerm FALS... | String function ( ) { return value ; } |
13,613 | returns the common group value that all documents share inside this group . this is an indexed value , not a stored value . concode_field_sep SolrDocumentList _result concode_elem_sep String _groupValue concode_field_sep SolrDocumentList getResult | String function ( ) { return _groupValue ; } |
13,614 | store bitmap into specified image path concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap getBitmap concode_elem_sep void ratioAndGenThumb concode_elem_sep void ratioAndGenThumb concode_elem_sep void compressAndGenImage concode_elem_sep void compressAndGenImage concode_elem_sep Bitmap ratio concode_elem... | void function ( Bitmap arg0 , String arg1 ) { FileOutputStream loc0 = new FileOutputStream ( arg1 ) ; arg0 . compress ( Bitmap . CompressFormat . JPEG , 100 , loc0 ) ; } |
13,615 | construct a url like the given one , but with the given parameters added to its query string . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY concode_elem_sep String OAUTH_TOKEN concode_elem_sep Str... | String function ( String arg0 , String ... arg1 ) { return addParameters ( arg0 , newList ( arg1 ) ) ; } |
13,616 | read a metric from the tracked cluster not just this topology concode_field_sep ILocalCluster cluster concode_elem_sep StormTopology topology concode_elem_sep AtomicInteger lastSpoutCommit concode_elem_sep Logger LOG concode_field_sep StormTopology getTopology concode_elem_sep void trackedWait concode_elem_sep void tra... | int function ( String arg0 ) { return globalAmt ( cluster . getTrackedId ( ) , arg0 ) ; } |
13,617 | asserts that an escaper escapes the given character into the expected string . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnicodeEscaping concode_elem_sep void assertUnescaped concode_elem_sep void assertUnescaped concode_elem_sep void assertBasic | void function ( CharEscaper arg0 , String arg1 , char arg2 ) { String loc0 = computeReplacement ( arg0 , arg2 ) ; Assert . assertNotNull ( loc0 ) ; Assert . assertEquals ( arg1 , loc0 ) ; } |
13,618 | resume the service , and return whether successful . since there was no particular state associated with this service then resume can be implemented by calling start . concode_field_sep int max_duration[] concode_elem_sep int status concode_elem_sep int shiftTask concode_elem_sep int priority concode_elem_sep Thread th... | boolean function ( ) { return start ( ) ; } |
13,619 | returns the number of projection points maintained in this object . concode_field_sep int mDimensionCount concode_elem_sep float[] mMinAllowed concode_elem_sep long MAX_BYTES_PER_ROW concode_elem_sep int mPointsPerRow concode_elem_sep float[][] mData concode_elem_sep float[] mMaxAllowed concode_elem_sep int mProjection... | int function ( ) { return mProjectionCount ; } |
13,620 | builds the relative path . used to delegate #totype string , #tocolumns string , string and #tocolumns string calls out to #parentpropertymapping . called from #toparentpropertypath . override this to adjust how the relative property path is built for this mapping . concode_field_sep String parentPropertyName concode_e... | String function ( String arg0 ) { if ( StringHelper . isEmpty ( parentPropertyName ) ) { return arg0 ; } else { return parentPropertyName + '.' + arg0 ; } } |
13,621 | parses an integer . concode_field_sep PlaceHolder placeHolder concode_field_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep String parseString concode_elem_sep boolean parseBoolean concode_elem_sep Stroke parseStroke concode_elem_sep float parseRelativeFloat concode_elem_sep Rectangle2D getEleme... | int function ( final String arg0 , final int arg1 ) { if ( arg0 == null ) { return arg1 ; } try { return Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { return arg1 ; } } |
13,622 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep BusinesstasksPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode... | T function ( EObject arg0 ) { return null ; } |
13,623 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] customTargetingValueIds concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apac... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
13,624 | flips the buffer . concode_field_sep int cap concode_elem_sep Pointer address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasArray concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear concode_elem_sep void c... | Buffer function ( ) { limit = pos ; pos = 0 ; mark = - 1 ; return this ; } |
13,625 | sets namespace concode_field_sep QName portType concode_elem_sep Vector outMsgParamNames concode_elem_sep Vector outMsgParamTypes concode_elem_sep String outElementName concode_elem_sep Vector inMsgParamNames concode_elem_sep String inElementName concode_elem_sep String methodName concode_elem_sep Vector inMsgParamType... | void function ( String arg0 ) { this . namespace = arg0 ; } |
13,626 | connect to the default graph in a store , based on a store description . concode_field_sep PlaceHolder placeHolder concode_field_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep Gra... | Graph function ( Store arg0 ) { return new GraphSDB ( arg0 ) ; } |
13,627 | deserialize the thrift object from a java string , using a specified character set for decoding . concode_field_sep TProtocolFactory protocolFactory_ concode_field_sep void toString | void function ( TBase arg0 , String arg1 , String arg2 ) { try { deserialize ( arg0 , arg1 . getBytes ( arg2 ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg2 ) ; } } |
13,628 | scene 's camera concode_field_sep FogType _fogType concode_elem_sep ISceneController _sceneController concode_elem_sep float _fogFar concode_elem_sep float _fogNear concode_elem_sep ArrayList<Object3d> _children concode_elem_sep boolean _lightingEnabled concode_elem_sep Color4 _fogColor concode_elem_sep boolean _fogEna... | CameraVo function ( ) { return _camera ; } |
13,629 | return the messagelistenercontainer with the specified id or null if no such container exists . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Runnable finishCallback concode_elem_sep AtomicInteger count concode_elem_sep Map<String,MessageListenerContainer> listener... | MessageListenerContainer function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return this . listenerContainers . get ( arg0 ) ; } |
13,630 | sets the local vfs root path for the module . only used if #setuseprojectdefaultvfsrootenabled boolean is set to true . concode_field_sep String moduleVersion concode_elem_sep String moduleName concode_elem_sep SyncMode syncMode concode_elem_sep String exportImportSiteRoot concode_elem_sep boolean openCmsModuleEnabled ... | void function ( String arg0 ) { this . localVfsRoot = arg0 ; } |
13,631 | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep H... | ServerSocket function ( int arg0 ) { return new ServerSocket ( arg0 ) ; } |
13,632 | returns the configuration set when the renderer was most recently enabled . concode_field_sep int trackType concode_elem_sep RendererConfiguration configuration concode_elem_sep SampleStream stream concode_elem_sep boolean streamIsFinal concode_elem_sep int index concode_elem_sep long streamOffsetUs concode_elem_sep in... | RendererConfiguration function ( ) { return configuration ; } |
13,633 | returns the address used in the from : header field . concode_field_sep String __subject concode_elem_sep int __newsgroupCount concode_elem_sep StringBuffer __newsgroups concode_elem_sep String __from concode_elem_sep StringBuffer __headerFields concode_field_sep void addNewsgroup concode_elem_sep String getSubject con... | String function ( ) { return __from ; } |
13,634 | cleanup resources cleanly and exit . concode_field_sep String DEFAULT_PASSWORD concode_elem_sep String DEFAULT_BROKER_NAME concode_elem_sep String APP_TOPIC concode_elem_sep String DEFAULT_USER_NAME concode_elem_sep javax.jms.TopicConnection connect concode_elem_sep javax.jms.TopicSession session concode_field_sep void... | void function ( ) { try { connect . close ( ) ; } catch ( javax . jms . JMSException loc0 ) { loc0 . printStackTrace ( ) ; } System . exit ( 0 ) ; } |
13,635 | sets the value of the proficiency property . concode_field_sep String resourceId concode_elem_sep Date lastUpdateDate concode_elem_sep String roleId concode_elem_sep String roleName concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String resourceName concode_elem_sep Integer re... | void function ( String arg0 ) { this . proficiency = arg0 ; } |
13,636 | suppressmarker should be initially null and changeable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEqualsHashcode concode_elem_sep void verifyOptionsEqualsHashcode | void function ( ) { ParserOptions loc0 = new ParserOptions ( ) ; Assert . assertNull ( loc0 . getSuppressMarker ( ) ) ; loc0 . setSuppressMarker ( "srini_string" ) ; Assert . assertEquals ( "srini_string" , loc0 . getSuppressMarker ( ) ) ; } |
13,637 | get base margin of the dmatrix concode_field_sep long handle concode_elem_sep Log logger concode_field_sep float[] getLabel concode_elem_sep float[] getWeight concode_elem_sep void setWeight concode_elem_sep long getHandle concode_elem_sep float[] flatten concode_elem_sep void setGroup concode_elem_sep int[] getIntInfo... | float [ ] function ( ) { return getFloatInfo ( "srini_string" ) ; } |
13,638 | when constructor with map is used it returns null . concode_field_sep T condition concode_elem_sep List<SearchCondition<T>> scts concode_elem_sep ConditionType joiningType concode_elem_sep Set<ConditionType> SUPPORTED_TYPES concode_field_sep Object getValue concode_elem_sep T getCondition concode_elem_sep List<SearchCo... | ConditionType function ( ) { if ( scts . size ( ) > 1 ) { return joiningType ; } else { return scts . get ( 0 ) . getStatement ( ) . getCondition ( ) ; } } |
13,639 | returns all skins , including the default skin . concode_field_sep Array<SlotData> slots concode_elem_sep Array<IkConstraintData> ikConstraints concode_elem_sep Array<Animation> animations concode_elem_sep Array<BoneData> bones concode_elem_sep Skin defaultSkin concode_elem_sep String version concode_elem_sep Array<Ski... | Array < Skin > function ( ) { return skins ; } |
13,640 | get the backing list of strings containing the ids of the column components selected in this row . the reference returned is not to a list copy but to the actual list defining the selection state . concode_field_sep ExpansionType expansionType concode_elem_sep boolean selected concode_elem_sep boolean selectable concod... | List < String > function ( ) { if ( selectedColumnIds == null ) selectedColumnIds = new ArrayList < String > ( ) ; return selectedColumnIds ; } |
13,641 | throws unsupportedoperationexception . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep boolean removeAll concode_elem_sep void trimToSize concode_elem_sep int size concode_elem_sep boolean addAll concode_elem_sep boolean containsAll concode_elem_sep void clear concode_elem_... | boolean function ( final long arg0 ) { Exceptions . unsupported ( "srini_string" ) ; return false ; } |
13,642 | construct the representation for a org.apache.tinkerpop.gremlin.structure.graph . concode_field_sep String VP concode_elem_sep String LINE_SEPARATOR concode_elem_sep String P concode_elem_sep String COMMA_SPACE concode_elem_sep String L_BRACKET concode_elem_sep String EMPTY_VERTEX_PROPERTY concode_elem_sep String E con... | String function ( final Graph arg0 , final String arg1 ) { return arg0 . getClass ( ) . getSimpleName ( ) . toLowerCase ( ) + L_BRACKET + arg1 + R_BRACKET ; } |
13,643 | an action which sets the secondary progress value of view . warning : the created observable keeps a strong reference to view . unsubscribe to free this reference . concode_field_sep PlaceHolder placeHolder concode_field_sep Action1<? super Integer> incrementSecondaryProgressBy concode_elem_sep Action1<? super Integer>... | Action1 < ? super Integer > function ( @ NonNull final ProgressBar arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return new Action1 < Integer > ( ) { @ Override public void call ( Integer arg1 ) { arg0 . setSecondaryProgress ( arg1 ) ; } } ; } |
13,644 | injects the logger instance for this plugin . concode_field_sep Game game concode_elem_sep ZoneManager zoneManager concode_elem_sep Map<Player,ZoneBuffer> activeBuffers concode_elem_sep File parentDirectory concode_elem_sep Logger logger concode_elem_sep File defaultConfig concode_elem_sep Configuration config concode_... | void function ( Logger arg0 ) { logger = arg0 ; } |
13,645 | gets the value of the item property . concode_field_sep RecordRef item concode_elem_sep Double quantity concode_elem_sep InventoryDetail componentInventoryDetail concode_elem_sep Long lineNumber concode_field_sep Long getLineNumber concode_elem_sep Double getQuantity concode_elem_sep InventoryDetail getComponentInvento... | RecordRef function ( ) { return item ; } |
13,646 | remove listener who no longer want to know our configured state concode_field_sep ExecutorService executorService concode_elem_sep Map<String,HarmonyHubInstance> hubs concode_elem_sep String NOQUALIFIER concode_elem_sep HarmonyClient client concode_elem_sep List<HarmonyHubGatewayListener> hubListener concode_elem_sep P... | void function ( HarmonyHubGatewayListener arg0 ) { hubListener . remove ( arg0 ) ; } |
13,647 | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedStri... | Pet function ( StatusEnum arg0 ) { this . status = arg0 ; return this ; } |
13,648 | sets the per-host read timeout in milliseconds . when setting this value , keep in mind the following : it should be higher than the timeout settings used on the cassandra side _ request_timeout_in_ms in cassandra.yaml . the read timeout is only approximate and only control the timeout to one cassandra host , not the f... | SocketOptions function ( int arg0 ) { this . readTimeoutMillis = arg0 ; return this ; } |
13,649 | 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 ( ) ; } |
13,650 | stores the contents of a multiset in an output stream , as part of serialization . it does not support concurrent multisets whose content may change while the method is running . the serialized output consists of the number of distinct elements , the first element , its count , the second element , its count , and so o... | void function ( Multiset < E > arg0 , ObjectOutputStream arg1 ) { int loc0 = arg0 . entrySet ( ) . size ( ) ; arg1 . writeInt ( loc0 ) ; for ( Multiset . Entry < E > loc1 : arg0 . entrySet ( ) ) { arg1 . writeObject ( loc1 . getElement ( ) ) ; arg1 . writeInt ( loc1 . getCount ( ) ) ; } } |
13,651 | gets the value of the role property . concode_field_sep JAXBElement<? extends AbstractDQResultType> abstractDQResult concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem... | String function ( ) { return role ; } |
13,652 | portable transaction start call . does jcsystem #begintransaction on the card if javacard_applet is defined and nothing on the host if javacard_applet is undefined . so on the host no transaction is started . needed for the applet_testframe . concode_field_sep PlaceHolder placeHolder concode_field_sep void myassert con... | void function ( ) { JCSystem . beginTransaction ( ) ; } |
13,653 | interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
13,654 | validates that a key is not null . concode_field_sep String NULL_KEY_IS_NOT_ALLOWED concode_elem_sep String NULL_VALUE_IS_NOT_ALLOWED concode_elem_sep int AWAIT_COMPLETION_TIMEOUT_SECONDS concode_field_sep void validateConfiguredKeyType concode_elem_sep void validateConfiguredValueType concode_elem_sep void validateRes... | void function ( K arg0 ) { checkNotNull ( arg0 , NULL_KEY_IS_NOT_ALLOWED ) ; } |
13,655 | 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 ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
13,656 | this binding returns objects of type short . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep QName getTarget concode_elem_sep int getExecutionMode concode_elem_sep Object parse | Class function ( ) { return Short . class ; } |
13,657 | create the wrongpolicy typecode empty structure , named `` wrongpolicy '' . concode_field_sep TypeCode typeCode concode_field_sep WrongPolicy extract concode_elem_sep WrongPolicy read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { if ( typeCode == null ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; typeCode = loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; } return typeCode ; } |
13,658 | top url of the jenkins to connect to . concode_field_sep String authorization concode_elem_sep URL jenkins concode_elem_sep String httpsProxyTunnel concode_elem_sep ExecutorService exec concode_field_sep CLIConnectionFactory authorization concode_elem_sep CLIConnectionFactory executorService concode_elem_sep CLIConnect... | CLIConnectionFactory function ( URL arg0 ) { this . jenkins = arg0 ; return this ; } |
13,659 | adds an includescannable that this compilation output object contributes to alipo context collector . concode_field_sep ImmutableList<Artifact> objectFiles concode_elem_sep Set<Artifact> dwoFiles concode_elem_sep ImmutableList<Artifact> ltoBitcodeFiles concode_elem_sep ImmutableList<Artifact> picDwoFiles concode_elem_s... | Builder function ( IncludeScannable arg0 ) { lipoScannables . add ( arg0 ) ; return this ; } |
13,660 | sets the values value for this statement . concode_field_sep java.lang.String query concode_elem_sep com.google.api.ads.dfp.axis.v201405.String_ValueMapEntry[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc con... | void function ( com . google . api . ads . dfp . axis . v201405 . String_ValueMapEntry [ ] arg0 ) { this . values = arg0 ; } |
13,661 | click a button . unlike routertestutils #mousesingleclickview this directly accessesthe view and does not send motion events though the message queue . as such it does n't require the view to have been created by the instrumented activity , but gives less flexibility than mousesingleclickview . for example , if the vie... | void function ( final View arg0 ) { ThreadUtils . runOnUiThreadBlocking ( new Runnable ( ) { @ Override public void run ( ) { arg0 . post ( new Runnable ( ) { @ Override public void run ( ) { arg0 . performClick ( ) ; } } ) ; } } ) ; } |
13,662 | sets the y-coordinate concode_field_sep Color fillColor concode_elem_sep Color outlineColor concode_elem_sep int x concode_elem_sep int y concode_elem_sep int adjustmentY concode_elem_sep int adjustmentX concode_field_sep int getX concode_elem_sep void setX concode_elem_sep int getY concode_elem_sep void setPositionBas... | void function ( int arg0 ) { this . y = arg0 ; } |
13,663 | gets the request corresponding to this request code and removes it from the pending requests concode_field_sep int currentReqId concode_elem_sep SparseArray<Request> requests concode_elem_sep int requestCode concode_elem_sep int action concode_elem_sep CallbackContext callbackContext concode_elem_sep String rawArgs con... | Request function ( int arg0 ) { Request loc0 = requests . get ( arg0 ) ; requests . remove ( arg0 ) ; return loc0 ; } |
13,664 | get complete concode_field_sep Long id concode_elem_sep Date shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep Date getShipDate concode_elem_sep... | Boolean function ( ) { return complete ; } |
13,665 | returns string repsentation of this object . concode_field_sep byte[] data concode_field_sep Serializable getObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getBytesLength concode_elem_sep byte[] getBytes | String function ( ) { return super . toString ( ) ; } |
13,666 | relations defining object hierarchy graph . concode_field_sep Rdf relsExt concode_elem_sep XmlStreamEditor editor concode_elem_sep String DATASTREAM_FORMAT_URI concode_elem_sep FedoraObject fobject concode_elem_sep String DATASTREAM_ID concode_elem_sep String DATASTREAM_LABEL concode_field_sep String getModel concode_e... | List < String > function ( ) { Rdf loc0 = getRdf ( ) ; return relationAsPid ( loc0 . getDescription ( ) . getMemberRelations ( ) ) ; } |
13,667 | f0 - > operator f1 - > reg f2 - > simpleexp concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( BinOp arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; } |
13,668 | sets the chart values text size . concode_field_sep boolean mGradientEnabled concode_elem_sep float mChartValuesTextSize concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mDisplayChartValues concode_elem_sep int mGradientStopColor concode_elem_sep int mColor concode_elem_sep double mGradientStartValue conco... | void function ( float arg0 ) { mChartValuesTextSize = arg0 ; } |
13,669 | this method exposes all the configurationserializer and its extensions concode_field_sep ConfigurationFactoryAndSerializerFinder instance concode_elem_sep Map<QName,Class> factoryMap concode_elem_sep Class[] configurationFactories concode_elem_sep Log log concode_elem_sep Map<QName,Class> serializerMap concode_elem_sep... | Map function ( ) { return serializerMap ; } |
13,670 | get the name of the column containing the event payload type . concode_field_sep String eventIdentifierColumn concode_elem_sep String payloadColumn concode_elem_sep String payloadRevisionColumn concode_elem_sep String payloadColumn concode_elem_sep String metaDataColumn concode_elem_sep String typeColumn concode_elem_s... | String function ( ) { return payloadTypeColumn ; } |
13,671 | returns the s3directspi instance initialized via #init uploadobjectrequest , s3directspi , amazons3 , executorservice concode_field_sep AmazonS3 s3 concode_elem_sep List<Future<UploadPartResult>> futures concode_elem_sep String uploadId concode_elem_sep ExecutorService es concode_elem_sep UploadObjectRequest req concod... | S3DirectSpi function ( ) { return s3direct ; } |
13,672 | suspends the state via #wait concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep LinkedList frames concode_elem_sep Long contextId concode_elem_sep StackFrame stepFrame concode_elem_sep int STEP_IN concode_elem_sep Long threadId concode_elem_sep int STEP_CONTINUE concode_elem_sep int STEP_NEXT concode_elem_se... | void function ( ) { contextState = CONTEXT_SUSPENDED ; while ( contextState == CONTEXT_SUSPENDED ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { loc0 . printStackTrace ( ) ; } } } |
13,673 | deprecated . please use appeventslogger instead . concode_field_sep String EVENT_NAME_LOG_CONVERSION_PIXEL concode_elem_sep String EVENT_PARAMETER_PIXEL_ID concode_elem_sep AppEventsLogger appEventsLogger concode_elem_sep String EVENT_PARAMETER_PIXEL_VALUE concode_field_sep InsightsLogger newLogger concode_elem_sep Ins... | void function ( BigDecimal arg0 , Currency arg1 ) { logPurchase ( arg0 , arg1 , null ) ; } |
13,674 | gets the current xid of the transaction branch associated with this xaresource . concode_field_sep TransactionRegistry transactionRegistry concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep Connection connection concode_elem_sep boolean originalAutoCommit concode_elem_sep Xid currentXid concode_field... | Xid function ( ) { return currentXid ; } |
13,675 | a data structure that contains the specified receipt rule 's name , actions , recipients , domains , enabled status , scan status , and transport layer security tls policy . concode_field_sep ReceiptRule rule concode_field_sep void setRule concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep D... | ReceiptRule function ( ) { return this . rule ; } |
13,676 | returns the destination port of this udpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep UDPMasterTerminal m_Terminal concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep boolean m_Connected concode_field_sep void setTimeout concode_elem_sep UDPTerminal getTerminal conc... | int function ( ) { return m_Port ; } |
13,677 | returns all class descriptions in this module concode_field_sep Map<String,InterceptorEnvironment> interceptorEnvironment concode_elem_sep String defaultSecurityDomain concode_elem_sep EEDefaultResourceJndiNames defaultResourceJndiNames concode_elem_sep Map<String,InterceptorClassDescription> interceptorClassOverrides ... | Collection < EEModuleClassDescription > function ( ) { return classDescriptions . values ( ) ; } |
13,678 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode c... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
13,679 | implements pathhandler #curvetoquadraticsmoothrel float , float . concode_field_sep float[] p concode_elem_sep LinkedList cs concode_elem_sep LinkedList ps concode_elem_sep short[] c concode_elem_sep int cindex concode_elem_sep int pcount concode_elem_sep int pindex concode_elem_sep int ccount concode_field_sep void cu... | void function ( float arg0 , float arg1 ) { command ( SVGPathSeg . PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL ) ; param ( arg0 ) ; param ( arg1 ) ; } |
13,680 | throw assertionexception with a given message . use this method surrounded with if block with assert condition in case you plan to do string concatenation to producethe message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertCondition concode_elem_sep T assertNotNull | void function ( String arg0 ) { throw new AssertionException ( arg0 ) ; } |
13,681 | sets the primary key of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridg... | void function ( long arg0 ) { _kiemDemVien . setPrimaryKey ( arg0 ) ; } |
13,682 | provided ranges are unioned together to form the sortedrangeset concode_field_sep NavigableMap<Marker,Range> lowIndexedRanges concode_elem_sep Class<?> type concode_elem_sep List<Range> ranges concode_elem_sep Comparator<Range> LOW_MARKER_COMPARATOR concode_field_sep void checkTypeCompatibility concode_elem_sep void ch... | SortedRangeSet function ( Class < ? > arg0 , Iterable < Range > arg1 ) { return new Builder ( arg0 ) . addAll ( arg1 ) . build ( ) ; } |
13,683 | returns the time in ns when this connection became idle . undefined if this connection is not idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection co... | long function ( ) { return spdyConnection == null ? idleStartTimeNs : spdyConnection . getIdleStartTimeNs ( ) ; } |
13,684 | activate messages flow . concode_field_sep MessageObserver incomingObserver concode_field_sep Logger getLogger concode_elem_sep MessageObserver getMessageObserver concode_elem_sep EndpointReferenceType getTargetReference concode_elem_sep EndpointReferenceType getTargetReference concode_elem_sep void setMessageObserver ... | void function ( ) { } |
13,685 | returns the number of rows matching the dynamic query . concode_field_sep WebsiteLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Website getWebsite concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDy... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
13,686 | this method was generated by mybatis generator . this method sets the value of the database column public.questionstables _ pkey.id concode_field_sep Integer id concode_field_sep Integer getId | void function ( Integer arg0 ) { this . id = arg0 ; } |
13,687 | called by the garbage collector on an object when garbage collection determines that there are no more references to the object . a subclass overrides the finalize method to dispose of system resources or to perform other cleanup . the general contract of finalize is that it is invoked if and when the javatm virtual ma... | void function ( ) { if ( vertexBuffer != null ) DirectBufferManager . free ( vertexBuffer ) ; } |
13,688 | compare based on data transfer address . concode_field_sep String hostName concode_elem_sep int xferPort concode_elem_sep String datanodeUuid concode_elem_sep String peerHostName concode_elem_sep int infoPort concode_elem_sep int infoSecurePort concode_elem_sep DatanodeID[] EMPTY_ARRAY concode_elem_sep int ipcPort conc... | int function ( DatanodeID arg0 ) { return getXferAddr ( ) . compareTo ( arg0 . getXferAddr ( ) ) ; } |
13,689 | test the message from the elves concode_field_sep PrintStream realStdOut concode_elem_sep ByteArrayOutputStream stdOutBuffer concode_field_sep void testMessage concode_elem_sep void setUp concode_elem_sep void testMessageFromOrcs concode_elem_sep void tearDown | void function ( ) { final Messenger loc0 = new Messenger ( ) ; testMessage ( loc0 . messageFromElves ( ) , "srini_string" ) ; } |
13,690 | convert a given value into another unit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeter... | double function ( double arg0 , DistanceUnit arg1 ) { return convert ( arg0 , arg1 , this ) ; } |
13,691 | close all streams data associated with this object concode_field_sep boolean readEOF concode_elem_sep InputStream in concode_elem_sep int bits concode_elem_sep int bits_left concode_elem_sep OutputStream out concode_elem_sep int masks[] concode_field_sep int getBits concode_elem_sep boolean atEndOfFile concode_elem_sep... | void function ( ) { if ( in != null ) { in . close ( ) ; } if ( out != null ) { out . flush ( ) ; out . close ( ) ; } } |
13,692 | returns the number of rows that match the dynamic query . concode_field_sep LoaiSPLocalService _loaiSPLocalService concode_field_sep com.thanhnhan.model.LoaiSP deleteLoaiSP concode_elem_sep com.thanhnhan.model.LoaiSP deleteLoaiSP concode_elem_sep void setWrappedService concode_elem_sep com.thanhnhan.model.LoaiSP addLoa... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _loaiSPLocalService . dynamicQueryCount ( arg0 ) ; } |
13,693 | sets the authenticated client id . this is meant to be used by the authentication layer . trying to set a different client id after it 's been set will result in an exception . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean tim... | void function ( String arg0 ) { Preconditions . checkState ( clientId == null , "srini_string" ) ; this . clientId = arg0 ; } |
13,694 | choice limited to values list , defaultvalue must be in the values list . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringProps concode_elem_sep int[] errorCodes concode_elem_sep FileAccess fa concode_elem_sep int NO_VALUE_FOR_KEY... | int function ( String arg0 , int arg1 , int [ ] arg2 ) { String loc0 = getProperty ( arg0 ) ; int loc2 = arg1 ; try { if ( loc0 != null ) { loc2 = Integer . parseInt ( loc0 ) ; } } catch ( NumberFormatException loc1 ) { } if ( ArrayUtil . find ( arg2 , loc2 ) == - 1 ) { return arg1 ; } return loc2 ; } |
13,695 | has this contact been disabled ? concode_field_sep World world concode_elem_sep org.jbox2d.collision.WorldManifold worldManifold2 concode_elem_sep org.jbox2d.dynamics.contacts.Contact contact concode_elem_sep WorldManifold worldManifold concode_field_sep float getRestitution concode_elem_sep WorldManifold getWorldManif... | boolean function ( ) { return contact . isEnabled ( ) ; } |
13,696 | checks whether the given reader only returns the inheritdoc tag . concode_field_sep String TAG_DOCUMENTATIONPROVIDER concode_elem_sep String ATTR_DOCUMENTATIONPROVIDER_CLASS concode_elem_sep String EXTENSION_POINT concode_elem_sep IDocumentationReader[] docReaders concode_field_sep IDocumentationReader[] getDocReaders ... | boolean function ( Reader arg0 , int arg1 ) { char [ ] loc0 = new char [ arg1 ] ; try { arg0 . read ( loc0 , 0 , arg1 ) ; } catch ( IOException loc1 ) { return false ; } return new String ( loc0 ) . trim ( ) . equals ( "srini_string" ) ; } |
13,697 | setter method for callbacktat concode_field_sep String user concode_elem_sep int level2TAT concode_elem_sep int workFlowStepsID concode_elem_sep String departmentName concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep String description concode_elem_sep int callBackTAT concode_elem_s... | void function ( int arg0 ) { this . callBackTAT = arg0 ; } |
13,698 | dispose of all the cached color 's . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concod... | void function ( ) { for ( Color loc0 : m_colorMap . values ( ) ) { loc0 . dispose ( ) ; } m_colorMap . clear ( ) ; } |
13,699 | sets the value of the comparison property . concode_field_sep List<String> authnContextDeclRef concode_elem_sep AuthnContextComparisonType comparison concode_elem_sep List<String> authnContextClassRef concode_field_sep void addAuthnContextClassRef concode_elem_sep List<String> getAuthnContextDeclRef concode_elem_sep vo... | void function ( AuthnContextComparisonType arg0 ) { this . comparison = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.