idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
16,700
ends the formal type parameters section of the signature . concode_field_sep boolean hasParameters concode_elem_sep boolean hasFormals concode_elem_sep StringBuffer buf concode_elem_sep int argumentStack concode_field_sep void visitEnd concode_elem_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTyp...
void function ( ) { if ( hasFormals ) { hasFormals = false ; buf . append ( '>' ) ; } }
16,701
check if this collection has the same attributes as the other collection . if comparevalues is true , it also compares the values of each attribute . concode_field_sep Array<Attribute> attributes concode_elem_sep boolean sorted concode_elem_sep long mask concode_field_sep long getMask concode_elem_sep int compare conco...
boolean function ( final Attributes arg0 , boolean arg1 ) { if ( arg0 == this ) return true ; if ( ( arg0 == null ) || ( mask != arg0 . mask ) ) return false ; if ( ! arg1 ) return true ; sort ( ) ; arg0 . sort ( ) ; for ( int loc0 = 0 ; loc0 < attributes . size ; loc0 ++ ) if ( ! attributes . get ( loc0 ) . equals ( a...
16,702
restitution mixing law . the idea is allow for anything to bounce off an inelastic surface . for example , a superball bounces on anything . concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Manifold oldManifold concode_elem_sep Fixture m_fixtur...
float function ( float arg0 , float arg1 ) { return arg0 > arg1 ? arg0 : arg1 ; }
16,703
code to set parameter name concode_field_sep String USER_DEF_PREFIX concode_elem_sep String m_Name concode_elem_sep String m_Com_Type concode_elem_sep int m_Flags concode_elem_sep String m_Type concode_field_sep Object handleTag concode_elem_sep String getName concode_elem_sep boolean isTypeEnum concode_elem_sep String...
void function ( String arg0 ) { m_Name = arg0 ; }
16,704
returns the outline stroke . concode_field_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep Range range concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Paint getBackgroundPaint concode_elem_sep String getLabel con...
Stroke function ( ) { return this . outlineStroke ; }
16,705
restitution mixing law . feel free to customize this . todo djm : add customization concode_field_sep int maxPolygonVertices concode_elem_sep float aabbMultiplier concode_elem_sep float velocityThreshold concode_elem_sep float EPSILON concode_elem_sep int maxTOIContacts concode_elem_sep float timeToSleep concode_elem_s...
float function ( float arg0 , float arg1 ) { return arg0 > arg1 ? arg0 : arg1 ; }
16,706
resizes this rectangle both horizontally and vertically . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY con...
void function ( double arg0 , double arg1 ) { width += 2 * arg0 ; height += 2 * arg1 ; x -= arg0 ; y -= arg1 ; Canvas . getInstance ( ) . repaint ( ) ; }
16,707
send an info log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_sep...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( sLevel > LEVEL_INFO ) { return ; } Log . i ( arg0 , arg1 , arg2 ) ; }
16,708
error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; }
16,709
find an available udp port randomly selected from the range @value #port_range_min , @value #port_range_max . concode_field_sep int PORT_RANGE_MAX concode_elem_sep Random random concode_elem_sep int PORT_RANGE_MIN concode_field_sep int findAvailableTcpPort concode_elem_sep int findAvailableTcpPort concode_elem_sep int ...
int function ( ) { return findAvailableUdpPort ( PORT_RANGE_MIN ) ; }
16,710
this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie...
void function ( Object arg0 , int arg1 , int arg2 ) { }
16,711
returns an array of all known nodejs installs . a new array is returned on each call , so clients may store or modify the result . concode_field_sep List<INodejsInstall> nodeJSInstalls concode_elem_sep NodejsInstallManager INSTANCE concode_elem_sep String EXTENSION_NODEJS_INSTALLS concode_elem_sep boolean registryListe...
INodejsInstall [ ] function ( ) { if ( nodeJSInstalls == null ) loadNodejsInstalls ( ) ; INodejsInstall [ ] loc0 = new INodejsInstall [ nodeJSInstalls . size ( ) ] ; nodeJSInstalls . toArray ( loc0 ) ; return loc0 ; }
16,712
returns true if this resource should be unpacked as a part of the validation process . concode_field_sep File _marker concode_elem_sep boolean _unpack concode_elem_sep int DIGEST_BUFFER_SIZE concode_elem_sep String _path concode_elem_sep Comparator<JarEntry> ENTRY_COMP concode_elem_sep File _local concode_elem_sep URL ...
boolean function ( ) { return _unpack ; }
16,713
a complex type that contains settings for the traffic policy instance . concode_field_sep TrafficPolicyInstance trafficPolicyInstance concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TrafficPolicyInstance getTrafficPolicyInstance concode_elem_sep GetTrafficPolicyInstanceResult clone conco...
void function ( TrafficPolicyInstance arg0 ) { this . trafficPolicyInstance = arg0 ; }
16,714
output the contents of a successfully created transferjob . concode_field_sep String AWS_SOURCE_NAME concode_elem_sep String AWS_SECRET_ACCESS_KEY concode_elem_sep String JOB_DESC concode_elem_sep String PROJECT_ID concode_elem_sep String GCS_SINK_NAME concode_elem_sep String START_DATE concode_elem_sep String AWS_ACCE...
void function ( String [ ] arg0 ) { try { TransferJob loc0 = createAwsTransferJob ( ) ; LOG . info ( "srini_string" + loc0 . toPrettyString ( ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
16,715
determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0...
16,716
returns the modified residues concode_field_sep int MODNPAA concode_elem_sep int MODCP concode_elem_sep Integer modType concode_elem_sep int MODCAA concode_elem_sep int MODC concode_elem_sep int MODNP concode_elem_sep Double modMonoMass concode_elem_sep int MODMAX concode_elem_sep Vector<String> modResidues concode_ele...
Vector < String > function ( ) { return modResidues ; }
16,717
sets the user name concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep String ...
void function ( String arg0 ) { this . userName = arg0 ; }
16,718
adds an issue to the layout analysis . concode_field_sep LayoutAnalysis ERROR concode_elem_sep List<Issue> mIssues concode_elem_sep boolean mAnalyzed concode_elem_sep Node mNode concode_elem_sep String mName concode_elem_sep String mDescription concode_field_sep void setName concode_elem_sep String getName concode_elem...
void function ( String arg0 ) { mIssues . add ( new Issue ( mNode , arg0 ) ) ; }
16,719
this method returns the current offset into the string that is being iterated over . concode_field_sep RuleBasedCollator collator concode_elem_sep int[] text_indexes concode_elem_sep int index concode_elem_sep int textIndex concode_elem_sep String text concode_elem_sep RuleBasedCollator.CollationElement[] text_decompos...
int function ( ) { return textIndex ; }
16,720
format the elapsed time to a human understandable string . note : if timer is never started , `` err '' will be returned . concode_field_sep boolean started concode_elem_sep long last concode_elem_sep long cumulate concode_field_sep boolean readable concode_elem_sep long read concode_elem_sep void stop concode_elem_sep...
String function ( ) { if ( ! readable ( ) ) { return "srini_string" ; } return NanoTimer . nanoTimeToString ( this . cumulate ) ; }
16,721
loads the resource . concode_field_sep String DEFAULT_PROPERTY_NAME concode_elem_sep String xslFile concode_elem_sep Logger LOG concode_elem_sep String propertyName concode_elem_sep XsltOutput output concode_elem_sep XsltBuilder xslt concode_elem_sep String transformerFactoryClass concode_elem_sep URIResolver uriResolv...
void function ( String arg0 ) { LOG . trace ( "srini_string" , this , arg0 ) ; Source loc0 = xslt . getUriResolver ( ) . resolve ( arg0 , null ) ; if ( loc0 == null ) { throw new IOException ( "srini_string" + arg0 ) ; } else { xslt . setTransformerSource ( loc0 ) ; } }
16,722
returns the key . concode_field_sep long serialVersionUID concode_elem_sep Comparable key concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void setObject
Comparable function ( ) { return this . key ; }
16,723
dmxservice unloaded via ds . concode_field_sep DmxService service concode_field_sep String getHelp concode_elem_sep void setDmxService concode_elem_sep Object _dmx
void function ( DmxService arg0 ) { this . service = null ; }
16,724
returns the output of this transcoder as a uri or null if none was supplied . concode_field_sep OutputStream ostream concode_elem_sep Document document concode_elem_sep Writer writer concode_elem_sep XMLFilter xmlFilter concode_elem_sep String uri concode_field_sep void setWriter concode_elem_sep void setDocument conco...
String function ( ) { return uri ; }
16,725
remove the given entity from the persistence context , causing a managed entity to become detached . delegates to entitymanager #detach object . concode_field_sep EntityManagerFactory entityManagerFactory concode_field_sep E persistFlushFind concode_elem_sep void flush concode_elem_sep E find concode_elem_sep Object pe...
void function ( Object arg0 ) { getEntityManager ( ) . detach ( arg0 ) ; }
16,726
creates a builder that blocks until the latch opens . concode_field_sep int init concode_elem_sep JenkinsRule r concode_elem_sep CountDownLatch counter concode_field_sep List<FreeStyleProject> create5SlowJobs concode_elem_sep void autoProvision concode_elem_sep void verifySuccessfulCompletion concode_elem_sep void base...
Builder function ( ) { return new Builder ( ) { public boolean perform ( AbstractBuild < ? , ? > arg0 , Launcher arg1 , BuildListener arg2 ) throws InterruptedException , IOException { block ( ) ; return true ; } } ; }
16,727
records the names of the classes that have been excluded from condition evaluation . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedConditio...
void function ( Collection < String > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . exclusions = new ArrayList < String > ( arg0 ) ; }
16,728
provide a custom thread pool to eventbus used for async and background event delivery . this is an advanced setting to that can break things : ensure the given executorservice wo n't get stuck to avoid undefined behavior . concode_field_sep List<Class<?>> skipMethodVerificationForClasses concode_elem_sep ExecutorServic...
EventBusBuilder function ( ExecutorService arg0 ) { this . executorService = arg0 ; return this ; }
16,729
constructs a new string by decoding the specified array of bytes using the given charset . this method catches unsupportedencodingexception and re-throws it as illegalstateexception , which should never happen for a required charset name . use this method when the encoding is required to be in the jre . concode_field_s...
String function ( byte [ ] arg0 , String arg1 ) { if ( arg0 == null ) { return null ; } try { return new String ( arg0 , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw StringUtils . newIllegalStateException ( arg1 , loc0 ) ; } }
16,730
removes a handler from this hook . concode_field_sep List<Function<Object,Object>> handlers concode_field_sep Closeable add concode_elem_sep void run concode_elem_sep void close
boolean function ( Function arg0 ) { return handlers . remove ( arg0 ) ; }
16,731
returns the value of the node as a float . concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<ModuleIdentifier> optionalModuleIdentifier concode_elem_sep ModuleIdentifier asModuleIdentifier concode_elem_sep OptionalLong optionalLong concode_elem_sep Optional<String> optionalString concode_elem_sep Opt...
float function ( ModelNode arg0 ) { return Double . valueOf ( arg0 . asDouble ( ) ) . floatValue ( ) ; }
16,732
tests if the specified object is a key in this hashtable . concode_field_sep Entry<T> table[] concode_elem_sep Entry<E> next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep E value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean c...
boolean function ( final int arg0 ) { final Entry < T > [ ] loc0 = table ; final int loc1 = ( arg0 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry < T > loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . hash == arg0 ) { return true ; } } return false ; }
16,733
this method will be called by the controller each player turn . each player implementation must overwrite this method to adapt its behaviour to the specifics of its nature . concode_field_sep GameController controller concode_elem_sep Class<? extends Character> team concode_field_sep Class<? extends Character> enemy co...
void function ( ) { }
16,734
returns the spring bean id for this bean . concode_field_sep LmsPrefsLocalService _service concode_field_sep com.liferay.lms.model.LmsPrefs fetchLmsPrefs concode_elem_sep java.util.List<com.liferay.lms.model.LmsPrefs> getLmsPrefses concode_elem_sep com.liferay.lms.model.LmsPrefs createLmsPrefs concode_elem_sep com.life...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
16,735
returns an internationalized string corresponding to the given key . concode_field_sep ResourceManagementService resourcesService concode_elem_sep ImageID PAGE_IMAGE concode_elem_sep ImageID PROTOCOL_ICON concode_field_sep ResourceManagementService getResources concode_elem_sep String getSettingsString concode_elem_sep...
String function ( String arg0 ) { return getResources ( ) . getI18NString ( arg0 ) ; }
16,736
sets the policy id for this policy . policy ids serve to help developers keep track of multiple policies , and are often used as human readable name for a policy . concode_field_sep String DEFAULT_POLICY_VERSION concode_elem_sep String version concode_elem_sep String id concode_elem_sep List<Statement> statements conco...
void function ( String arg0 ) { this . id = arg0 ; }
16,737
gets the value of the priceperunit3 property . concode_field_sep Double pricePerUnit5 concode_elem_sep Double pricePerUnit4 concode_elem_sep Double pricePerUnit3 concode_elem_sep Double pricePerUnit2 concode_elem_sep Date lastUpdateDate concode_elem_sep String roleId concode_elem_sep Double pricePerUnit concode_elem_se...
Double function ( ) { return pricePerUnit3 ; }
16,738
retrieves the current subscription that is being represented by this serialsubscription . concode_field_sep AtomicReferenceFieldUpdater<SerialSubscription,State> STATE_UPDATER concode_elem_sep Subscription subscription concode_elem_sep boolean isUnsubscribed concode_elem_sep State state concode_field_sep State set conc...
Subscription function ( ) { return state . subscription ; }
16,739
setter for the object property name used by the automap , and the builder concode_field_sep String jdbcTypeName concode_elem_sep String statementName concode_elem_sep TypeHandler typeHandler concode_elem_sep String errorString concode_elem_sep int jdbcType concode_elem_sep String propertyName concode_elem_sep String ne...
void function ( String arg0 ) { this . errorString = "srini_string" + arg0 + "srini_string" ; this . propertyName = arg0 ; }
16,740
whenever we republish a content or get this content from the network , we update the last republished time concode_field_sep long lastRepublished concode_elem_sep long updatedTs concode_elem_sep String ownerId concode_elem_sep String type concode_elem_sep KademliaId key concode_elem_sep int contentHash concode_field_se...
void function ( ) { this . lastRepublished = System . currentTimeMillis ( ) / 1000L ; }
16,741
returns the innermost resource enclosing this element , or null if this element is not enclosed in a workspace resource . this is a handle-only method . concode_field_sep PlaceHolder placeHolder concode_field_sep IJavaElement[] getChildren concode_elem_sep T[] getChildren concode_elem_sep IJavaElement getParent concode...
IResource function ( ) { return Elements . getResource ( this ) ; }
16,742
returns the type . concode_field_sep RoundingMode roundingMode concode_elem_sep Unit unit concode_elem_sep String locationId concode_elem_sep String property concode_elem_sep Integer scale concode_elem_sep String type concode_field_sep String getLocationId concode_elem_sep String getProperty concode_elem_sep Integer ge...
String function ( ) { return type ; }
16,743
used as an initialization method in a unit test . concode_field_sep PlaceHolder placeHolder concode_field_sep void initMethod3 concode_elem_sep String initMethod1 concode_elem_sep String getShortName
void function ( String arg0 ) { }
16,744
implements the indirectlocatable interface concode_field_sep Logger logger concode_elem_sep URI identifier concode_elem_sep Stack<RuntimeInfo> src concode_field_sep void setRuntimeInfo concode_elem_sep URI getIdentifier concode_elem_sep Result combine concode_elem_sep RuntimeInfo getRuntimeInfo
void function ( RuntimeInfo arg0 ) { if ( this . src != null ) { RuntimeInfo loc0 = this . src . pop ( ) ; if ( loc0 != arg0 ) { logger . warn ( "srini_string" + "srini_string" ) ; this . src . removeAllElements ( ) ; } } }
16,745
sets whether or not this listing is truncated , and additional requests need to be made to get more results . concode_field_sep Owner owner concode_elem_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String storageClass concode_elem_sep String uploadId concode_elem_sep Integer partNumberMar...
void function ( boolean arg0 ) { this . isTruncated = arg0 ; }
16,746
provides serialization support . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int maximum concode_elem_sep int value concode_elem_sep int minimum concode_elem_sep boolean isAdjusting concode_elem_sep ChangeEvent changeEvent concode_...
void function ( ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; }
16,747
adds a message handler to this device feature . concode_field_sep String m_name concode_elem_sep InsteonDevice m_device concode_elem_sep HashMap<Integer,MessageHandler> m_msgHandlers concode_elem_sep CommandHandler m_defaultCommandHandler concode_elem_sep MessageHandler m_defaultMsgHandler concode_elem_sep MessageDispa...
void function ( int arg0 , MessageHandler arg1 ) { synchronized ( m_msgHandlers ) { m_msgHandlers . put ( arg0 , arg1 ) ; } }
16,748
returns child sub-scorers concode_field_sep Weight weight concode_elem_sep String relationship concode_elem_sep Scorer child concode_field_sep float score concode_elem_sep DocIdSetIterator iterator concode_elem_sep int docID concode_elem_sep Weight getWeight concode_elem_sep TwoPhaseIterator twoPhaseIterator concode_el...
Collection < ChildScorer > function ( ) { return Collections . emptyList ( ) ; }
16,749
returns a hash code value for the object . concode_field_sep ChartChangeEventType NEW_DATASET concode_elem_sep ChartChangeEventType GENERAL concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ChartChangeEventType DATASET_UPDATED concode_field_sep Object readResolve concode_elem_sep bool...
int function ( ) { return this . name . hashCode ( ) ; }
16,750
determine whether the given rmi exception indicates a connect failure . treats rmi 's connectexception , connectioexception , unknownhostexception , nosuchobjectexception and stubnotfoundexception as connect failure . concode_field_sep Log logger concode_field_sep boolean isCorbaConnectFailure concode_elem_sep Exceptio...
boolean function ( RemoteException arg0 ) { return ( arg0 instanceof ConnectException || arg0 instanceof ConnectIOException || arg0 instanceof UnknownHostException || arg0 instanceof NoSuchObjectException || arg0 instanceof StubNotFoundException || arg0 . getCause ( ) instanceof SocketException || isCorbaConnectFailure...
16,751
gets the value of the var property . concode_field_sep String var concode_elem_sep List<DataFormLayoutElement> sectionLayout concode_elem_sep String ELEMENT concode_elem_sep List<DataFormLayoutElement> pageLayout concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT concode_elem_sep String label concode_ele...
String function ( ) { return var ; }
16,752
by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c...
void function ( Set arg0 ) { }
16,753
indicates whether document builders obtained from this factory will convert cdata sections to text nodes and normalize adjacent text nodes into a single text node . concode_field_sep boolean ignoringElementContentWhitespace concode_elem_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xInc...
boolean function ( ) { return coalescing ; }
16,754
the imageid that will be used for creating a node . values depend on the actual cloud provider . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_s...
void function ( String arg0 ) { this . imageId = arg0 ; }
16,755
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" ) ; }
16,756
called when the activity receives a new intent . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...
void function ( Intent arg0 ) { }
16,757
returns the identity information . this instance returns the url of the image , if any . concode_field_sep float scaleX concode_elem_sep Image image concode_elem_sep ResourceKey resourceKey concode_elem_sep float scaleY concode_elem_sep long serialVersionUID concode_elem_sep int width concode_elem_sep URL url concode_e...
Object function ( ) { if ( url == null ) { return null ; } return String . valueOf ( url ) ; }
16,758
returns the kind of field or method designated by this handle . concode_field_sep String owner concode_elem_sep String name concode_elem_sep int tag concode_elem_sep String desc concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getDesc concode_elem_se...
int function ( ) { return tag ; }
16,759
sets the value of the request property . concode_field_sep JAXBElement<UpdateAlertRuleComponentsDataRequest> request concode_field_sep JAXBElement<UpdateAlertRuleComponentsDataRequest> getRequest
void function ( JAXBElement < UpdateAlertRuleComponentsDataRequest > arg0 ) { this . request = arg0 ; }
16,760
setter for approvalsubtype concode_field_sep OrderDetailsType orderDetails concode_elem_sep String preferredPrefix concode_elem_sep ApprovalSubTypeType approvalSubType concode_elem_sep ApprovalTypeType approvalType concode_elem_sep String custom concode_elem_sep PaymentDirectivesType paymentDirectives concode_elem_sep ...
void function ( ApprovalSubTypeType arg0 ) { this . approvalSubType = arg0 ; }
16,761
gets the value of the specialization property . concode_field_sep long providerId concode_elem_sep String name concode_elem_sep String specialization concode_elem_sep LinkType id concode_elem_sep List<LinkType> treatments concode_field_sep void setName concode_elem_sep void setProviderId concode_elem_sep String getName...
String function ( ) { return specialization ; }
16,762
returns the socket that this connection uses , or null if the connection is not currently connected . 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 c...
Socket function ( ) { return socket ; }
16,763
the type of resource . the only supported value is auto-scaling-group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep TagDescription withResour...
void function ( String arg0 ) { this . resourceType = arg0 ; }
16,764
sets the words . note : that this api is only for jackson json deserialization . concode_field_sep String name concode_elem_sep boolean isUpdated concode_elem_sep Map<String,Integer> list concode_field_sep void add concode_elem_sep void setName concode_elem_sep boolean contains concode_elem_sep int getSize concode_elem...
void function ( Map < String , Integer > arg0 ) { this . list = arg0 ; }
16,765
returns the socket address for this proxy object . concode_field_sep long serialVersionUID concode_elem_sep SocketAddress address concode_elem_sep Proxy NO_PROXY concode_elem_sep Type type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type
SocketAddress function ( ) { return address ; }
16,766
utility method for building selectitem from a series of localised entries in a messagebundle . the selectitem value is the messagebundle key , and the label is the localised messagebundle value . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_e...
SelectItem [ ] function ( String arg0 , String arg1 , int arg2 , int arg3 ) { int loc0 = arg3 - arg2 + 1 ; SelectItem [ ] loc1 = new SelectItem [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { String loc3 = arg0 + Integer . toString ( arg2 + loc2 ) + arg1 ; loc1 [ loc2 ] = buildSelectItem ( loc3 ) ; } return l...
16,767
check the equality of the statuses . concode_field_sep FlowExecutionStatus COMPLETED concode_elem_sep FlowExecutionStatus FAILED concode_elem_sep FlowExecutionStatus STOPPED concode_elem_sep String name concode_elem_sep FlowExecutionStatus UNKNOWN concode_field_sep String getName concode_elem_sep boolean isStop concode...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof FlowExecutionStatus ) ) { return false ; } FlowExecutionStatus loc0 = ( FlowExecutionStatus ) arg0 ; return name . equals ( loc0 . name ) ; }
16,768
sets the value of the description property . concode_field_sep List<LabelType> types concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Boolean isActive concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep Lon...
void function ( String arg0 ) { this . description = arg0 ; }
16,769
try to get start value and fallback to given type if not defined . this is used privately by the layout engine as a more efficient way to fetch direction-aware values by avoid extra method invocations . concode_field_sep boolean mHasAliasesSet concode_elem_sep int END concode_elem_sep float[] mDefaultSpacing concode_el...
float function ( int arg0 , int arg1 ) { return ( mValueFlags & sFlagsMap [ arg0 ] ) != 0 ? mSpacing [ arg0 ] : get ( arg1 ) ; }
16,770
position where labels are placed . can be set to axisposition.start or axisposition.end where ` start ` is equivalent to left or top on vertical axis and ` end ` is equivalent to right or bottom on horizontal axis . concode_field_sep boolean showGrid concode_elem_sep long serialVersionUID concode_elem_sep int offset co...
void function ( AxisPosition arg0 ) { this . axisPosition = arg0 ; }
16,771
navigate back on to the previously visited panel . concode_field_sep String NAV_TO_DESTINATION concode_elem_sep String NAV_DESTINATION concode_field_sep String navigateToExampleResource concode_elem_sep String refreshTheme concode_elem_sep void scrollToTopOfPage concode_elem_sep String navigateToPage concode_elem_sep N...
String function ( ) { NavigationModel loc0 = getNavigationModel ( ) ; loc0 . goBack ( ) ; scrollToTopOfPage ( ) ; return null ; }
16,772
prints a warning , only in verbose mode . concode_field_sep Set<ID> oncelers concode_elem_sep Ruby runtime concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep RubyStackTraceElement[] getRubyStackTrace concode_elem_sep v...
void function ( ID arg0 , ISourcePosition arg1 , String arg2 ) { warning ( arg0 , arg1 . getFile ( ) , arg1 . getLine ( ) + 1 , arg2 ) ; }
16,773
gets the value of the flavour property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String params concode_elem_sep S...
String function ( ) { return flavour ; }
16,774
called when the battery status changes , e.g. when plugged in or unplugged , charge level , etc. changes . concode_field_sep long mVisibilityChangedCalled concode_elem_sep boolean mShowing concode_elem_sep long VISIBILITY_CHANGED_COLLAPSE_MS concode_field_sep void onRingerModeChanged concode_elem_sep void onTrustManage...
void function ( KeyguardUpdateMonitor . BatteryStatus arg0 ) { }
16,775
not an actual iterable concode_field_sep int current concode_elem_sep int[] currentSlab concode_elem_sep int count concode_elem_sep int currentSlabPos concode_elem_sep List<int[]> slabs concode_elem_sep int SLAB_SIZE concode_elem_sep int[][] slabs concode_field_sep int next concode_elem_sep void add concode_elem_sep in...
IntIterator function ( ) { int [ ] [ ] loc0 = slabs . toArray ( new int [ slabs . size ( ) + 1 ] [ ] ) ; loc0 [ slabs . size ( ) ] = currentSlab ; return new IntIterator ( loc0 , SLAB_SIZE * slabs . size ( ) + currentSlabPos ) ; }
16,776
metodo que retorna el tamano de la pila concode_field_sep ListaDoble<T> pila concode_elem_sep long serialVersionUID concode_field_sep T pop concode_elem_sep void print concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep void push concode_elem_sep void popFirst concode_elem_sep T peek
int function ( ) { return this . pila . darLongitud ( ) ; }
16,777
gets the long mapped from the specified key , or the specified value if no such mapping has been made . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep void growKeyAndValueArrays concode_elem_sep int keyAt concode_elem_sep void clear concode_elem_sep long value...
long function ( int arg0 , long arg1 ) { int loc0 = ContainerHelpers . binarySearch ( mKeys , mSize , arg0 ) ; if ( loc0 < 0 ) { return arg1 ; } else { return mValues [ loc0 ] ; } }
16,778
updates the map auto panning target . concode_field_sep AutoPanMode DEFAULT_AUTO_PAN_MODE concode_elem_sep boolean DEFAULT_PREF_UI_LANGUAGE concode_elem_sep String DEFAULT_MAP_TYPE concode_elem_sep boolean DEFAULT_TTS_WARNING_AUTOPILOT_WARNING concode_elem_sep String DEFAULT_USB_BAUD_RATE concode_elem_sep boolean DEFAU...
void function ( AutoPanMode arg0 ) { prefs . edit ( ) . putString ( AutoPanMode . PREF_KEY , arg0 . name ( ) ) . apply ( ) ; }
16,779
delete a operation in the db concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasOperationModified concode_elem_sep boolean newOperation concode_elem_sep ArrayList<Operation> getOperation concode_elem_sep boolean updateOperation concode_elem_sep boolean isCodePresent concode_elem_sep boolean isDescri...
boolean function ( Operation arg0 ) { DbQueryLogger loc0 = new DbQueryLogger ( ) ; String loc1 = "srini_string" ; List < Object > loc2 = Collections . < Object > singletonList ( arg0 . getCode ( ) ) ; return loc0 . setDataWithParams ( loc1 , loc2 , true ) ; }
16,780
istenilen kaynaga erisimin mumkun olup olmadigina bakar . bazi secimlik kaynaklarin erisiminde bu metoddan yararlanilabilir . concode_field_sep byte[] bomBytes concode_elem_sep Logger log concode_elem_sep String encoding concode_field_sep InputStream getFileStream concode_elem_sep InputStream utf8BomDenetle concode_ele...
boolean function ( String arg0 ) { if ( new File ( arg0 ) . exists ( ) || this . getClass ( ) . getResource ( "srini_string" + arg0 ) != null ) return true ; else return false ; }
16,781
it gets the list of nodes associated with the trie concode_field_sep BitSet appearingIn concode_elem_sep List<TrieNode> nodes concode_elem_sep int intId concode_elem_sep int sumSequencesIDs concode_elem_sep int support concode_elem_sep IDList idList concode_elem_sep int id concode_field_sep void setNodes concode_elem_s...
List < TrieNode > function ( ) { return nodes ; }
16,782
returns the syncnotificationcontroller . concode_field_sep ProfileSyncService mProfileSyncService concode_elem_sep String GENERATOR_ID concode_elem_sep SyncController sInstance concode_elem_sep boolean sInitialized concode_elem_sep String TAG concode_elem_sep ChromeSigninController mChromeSigninController concode_elem_...
SyncNotificationController function ( ) { return mSyncNotificationController ; }
16,783
whether str is a record_route field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent concode_el...
boolean function ( String arg0 ) { return same ( arg0 , Record_Route ) ; }
16,784
fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba long and then calls the org.omg.corba.portable.inputstream #read_double_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep double[] value concode_field_sep TypeCode _type concode_e...
void function ( InputStream arg0 ) { value = new double [ arg0 . read_long ( ) ] ; arg0 . read_double_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; }
16,785
return true if the given unit is a time unit , eg `` seconds '' . concode_field_sep boolean debugParse concode_elem_sep SimpleUnit kmUnit concode_elem_sep SimpleUnit meterUnit concode_elem_sep Unit dateReferenceUnit concode_elem_sep ucar.units.Unit uu concode_elem_sep SimpleUnit pressureUnit concode_elem_sep Unit secsU...
boolean function ( String arg0 ) { SimpleUnit loc0 = factory ( arg0 ) ; return loc0 != null && isTimeUnit ( loc0 . getUnit ( ) ) ; }
16,786
gets the predicate . concode_field_sep long serialVersionUID concode_elem_sep Predicate<? super T> iPredicate concode_field_sep Boolean transform concode_elem_sep Transformer<T,Boolean> predicateTransformer
Predicate < ? super T > function ( ) { return iPredicate ; }
16,787
get location information for the given region . concode_field_sep boolean r_seen concode_elem_sep int[] line concode_elem_sep char[] chr concode_elem_sep int current_line concode_elem_sep int length concode_elem_sep boolean n_seen concode_elem_sep int INITIAL_SIZE concode_elem_sep int[] position concode_field_sep void ...
Location function ( int arg0 , int arg1 ) { Location loc0 = new Location ( ) ; loc0 . beginLine = line [ arg0 ] ; loc0 . endLine = line [ arg1 - 1 ] ; loc0 . startPosition = position [ arg0 ] ; loc0 . endPosition = position [ arg1 - 1 ] + 1 ; return loc0 ; }
16,788
return the number of leased decompressor s for this compressioncodec concode_field_sep Map<Class<Compressor>,Set<Compressor>> compressorPool concode_elem_sep Log LOG concode_elem_sep LoadingCache<Class<Compressor>,AtomicInteger> compressorCounts concode_elem_sep LoadingCache<Class<Decompressor>,AtomicInteger> decompres...
int function ( CompressionCodec arg0 ) { return ( arg0 == null ) ? 0 : getLeaseCount ( decompressorCounts , arg0 . getDecompressorType ( ) ) ; }
16,789
returns a flag that indicates whether listeners should be notified about changes to the annotation . concode_field_sep boolean notify concode_elem_sep EventListenerList listenerList concode_field_sep void removeChangeListener concode_elem_sep void writeObject concode_elem_sep void notifyListeners concode_elem_sep void ...
boolean function ( ) { return this . notify ; }
16,790
spdy/3 only . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_el...
int function ( int arg0 ) { int loc0 = 1 << CLIENT_CERTIFICATE_VECTOR_SIZE ; return ( loc0 & set ) != 0 ? values [ CLIENT_CERTIFICATE_VECTOR_SIZE ] : arg0 ; }
16,791
makes this field immutable . all subsequent modifications will throw an unsupportedoperationexception . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_...
void function ( ) { isMutable = false ; }
16,792
create a database entry which represents the external record as held in string concode_field_sep String PROTEIN2PROTEINLINK concode_elem_sep String stringVersion concode_elem_sep AtomicBoolean producerDone concode_elem_sep ExternalDatabase stringExternalDatabase concode_elem_sep String stringUrl concode_elem_sep Log lo...
DatabaseEntry function ( StringProteinProteinInteraction arg0 ) { String loc0 = this . getProteinProteinInteractionId ( arg0 ) ; DatabaseEntry loc1 = DatabaseEntry . Factory . newInstance ( loc0 , stringVersion , stringUrl , stringExternalDatabase ) ; return loc1 ; }
16,793
returns the json string representation of the given userdata object as a byte array . concode_field_sep String JSON_ATTRIBUTE_FEEDBACK_SUBMITTED_SESSIONS concode_elem_sep Set<String> viewedVideoIds concode_elem_sep Set<String> feedbackSubmittedSessionIds concode_elem_sep String JSON_ATTRIBUTE_STARRED_SESSIONS concode_e...
byte [ ] function ( UserData arg0 ) { return toJsonString ( arg0 ) . getBytes ( Charsets . UTF_8 ) ; }
16,794
locate a registered sql function by name , requiring that such a registered function exist . concode_field_sep SessionFactoryImplementor sfi concode_elem_sep Map collectionPropertyMappingByRole concode_field_sep QueryableCollection getCollectionPersister concode_elem_sep Type getElementType concode_elem_sep JoinSequenc...
SQLFunction function ( String arg0 ) { SQLFunction loc0 = findSQLFunction ( arg0 ) ; if ( loc0 == null ) { throw new QueryException ( "srini_string" + arg0 ) ; } return loc0 ; }
16,795
create an instance of budgetorderreturnvalue concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep GetBillingAccounts createGetBillingAccounts concode_elem_sep BillingAccount createBillingAccount concode_elem_sep Mutat...
BudgetOrderReturnValue function ( ) { return new BudgetOrderReturnValue ( ) ; }
16,796
receives a update from openhab and sends it to the homematic server . concode_field_sep DelayedExecutor delayedExecutor concode_elem_sep HomematicContext context concode_elem_sep HomematicCallbackServer homematicCallbackServer concode_elem_sep HomematicClient homematicClient concode_elem_sep ItemDisabler itemDisabler c...
void function ( Item arg0 , State arg1 , HomematicBindingConfig arg2 ) { logger . debug ( "srini_string" , arg1 , arg0 . getName ( ) ) ; Event loc0 = new Event ( arg0 , arg1 , arg2 ) ; receiveType ( loc0 ) ; }
16,797
sets item id . concode_field_sep String bibId concode_elem_sep String holdingsId concode_elem_sep String itemId concode_elem_sep String owningInstitution concode_elem_sep String docType concode_elem_sep String owningInstitutionBibId concode_elem_sep String exceptionMessage concode_field_sep void setExceptionMessage con...
void function ( String arg0 ) { this . itemId = arg0 ; }
16,798
gets the object mapped from the specified key , or null if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LO...
E function ( int arg0 ) { return get ( arg0 , null ) ; }
16,799
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }