code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
AndesSubscriptionManager function ( ) { return andesSubscriptionManager ; } | get andessubscriptionmanager instance . all subscription management is done by this object . concode_field_sep AndesSubscriptionManager andesSubscriptionManager concode_elem_sep AMQPConstructStore AMQPConstructStore concode_elem_sep AndesContextStore andesContextStore concode_elem_sep AndesContextInformationManager and... |
boolean function ( Context arg0 ) { TelephonyManager loc0 = ( TelephonyManager ) arg0 . getSystemService ( Context . TELEPHONY_SERVICE ) ; if ( loc0 . getPhoneType ( ) == TelephonyManager . PHONE_TYPE_NONE ) { return false ; } else { return true ; } } | checks if the device supports phone . concode_field_sep String SMSHOST concode_field_sep String createPositionText concode_elem_sep void sendSMS concode_elem_sep void openGeoSms concode_elem_sep List<SmsData> sms2Data |
void function ( Throwable arg0 ) { synchronized ( this ) { if ( completedOrCancelled ( ) ) return ; this . state = COMPLETED ; this . exception = arg0 ; notifyAll ( ) ; } done ( ) ; } | marks the task as failed . concode_field_sep int COMPLETED concode_elem_sep V result concode_elem_sep Throwable exception concode_elem_sep int WAITING concode_elem_sep int state concode_elem_sep long serialVersionUID concode_elem_sep int CANCELLED concode_field_sep boolean cancel concode_elem_sep boolean isCancelled co... |
String function ( String arg0 ) { try { return canonicalPath ( arg0 ) ; } catch ( Exception loc0 ) { return absolutePath ( arg0 ) ; } } | retrieves the canonical path for the given path , or the absolute path if attemting to retrieve the canonical path fails . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgn... |
int function ( ) { int loc0 = 17 ; loc0 = 31 * loc0 + first . hashCode ( ) ; loc0 = 31 * loc0 + second . hashCode ( ) ; return loc0 ; } | compute a hash code using the hash codes of the underlying objects concode_field_sep String toStringOverride concode_elem_sep F first concode_elem_sep S second concode_field_sep boolean equals concode_elem_sep Pair<A,B> create concode_elem_sep String toString concode_elem_sep void overrideToString |
WebEngine function ( ) { WebEngine loc0 = new WebEngine ( ) ; applyTo ( loc0 ) ; return loc0 ; } | creates an instance of the webengine classbased on the properties set on this builder . concode_field_sep boolean onResizedSet concode_elem_sep boolean onAlertSet concode_elem_sep boolean locationSet concode_elem_sep boolean createPopupHandlerSet concode_elem_sep EventHandler<WebEvent<String>> onStatusChanged concode_e... |
STCalendarType function ( ) { if ( calendarType == null ) { return STCalendarType . NONE ; } else { return calendarType ; } } | gets the value of the calendartype property . concode_field_sep List<CTFilter> filter concode_elem_sep Object parent concode_elem_sep Boolean blank concode_elem_sep STCalendarType calendarType concode_elem_sep List<CTDateGroupItem> dateGroupItem concode_field_sep List<CTFilter> getFilter concode_elem_sep void setBlank ... |
String function ( String arg0 ) { if ( arg0 . length ( ) <= 500 ) { return arg0 ; } return arg0 . subSequence ( 0 , 497 ) + "srini_string" ; } | trims a string down to 500 characters . ellipses will be added if truncated . concode_field_sep Joiner TO_CSV concode_elem_sep Splitter UN_CSV concode_field_sep String listToCsv concode_elem_sep String trimAndReformatCsv concode_elem_sep List<String> subtractList concode_elem_sep List<String> csvToList |
void function ( final TextLine arg0 ) { this . lines . add ( arg0 ) ; } | adds a textline to the block . concode_field_sep long serialVersionUID concode_elem_sep List lines concode_elem_sep HorizontalAlignment lineAlignment concode_field_sep void setLineAlignment concode_elem_sep float[] calculateOffsets concode_elem_sep Shape calculateBounds concode_elem_sep int hashCode concode_elem_sep bo... |
String function ( ) { return uuid ; } | gets the value of the uuid property . concode_field_sep String portComponentLink concode_elem_sep List<JavaClass> serviceEndpointInterfaces concode_elem_sep List<Extension> extensions concode_elem_sep String serviceEndpointInterfaceString concode_elem_sep String id concode_elem_sep String href concode_elem_sep String l... |
String function ( ) { return "srini_string" + _toNode ; } | returns the string representation of the end node used for printing . concode_field_sep int INFO_MASK concode_elem_sep SpaceEffGraphEdge nextIn concode_elem_sep int BACK_EDGE concode_elem_sep SpaceEffGraphNode _fromNode concode_elem_sep int scratch concode_elem_sep SpaceEffGraphEdge nextOut concode_elem_sep int DOMINAT... |
void function ( String arg0 ) { this . candidateClassName = arg0 ; } | sets the fully qulified name of the candidate class . concode_field_sep String filter concode_elem_sep String result concode_elem_sep String variables concode_elem_sep boolean isPCResult concode_elem_sep String candidateClassName concode_elem_sep String ordering concode_elem_sep String[] parameterEjbNames concode_elem_... |
void function ( ) { } | optionally initializes fields for the current context . concode_field_sep String exceptionType concode_elem_sep String process concode_elem_sep String parentProcess concode_elem_sep String applicationIdentifier concode_elem_sep String applicationBuild concode_elem_sep String applicationPath concode_elem_sep int parentP... |
ImmutableMap < Artifact , ActionAnalysisMetadata > function ( Iterable < ? extends ActionAnalysisMetadata > arg0 ) { return Actions . maybeFilterSharedActionsAndThrowIfConflict ( arg0 , true ) ; } | finds action conflicts . an action conflict happens if two actions generate the same output artifact . shared actions are tolerated . see #canbeshared for details . concode_field_sep Escaper PATH_ESCAPER concode_elem_sep Map<Artifact,ActionAnalysisMetadata> generatingActions concode_field_sep boolean canBeShared concod... |
boolean function ( String arg0 ) { try { return match ( new ContentType ( arg0 ) ) ; } catch ( ParseException loc0 ) { return false ; } } | returns true if the specified content-type matches this content-type . parameters are ignored . if the subtype of either content-type is the special character '' , the subtype is ignored during the match . concode_field_sep String primaryType concode_elem_sep String subType concode_elem_sep ParameterList list concode_f... |
int function ( ) { return ( first == null ? 0 : first . hashCode ( ) ) ^ ( second == null ? 0 : second . hashCode ( ) ) ; } | compute a hash code using the hash codes of the underlying objects concode_field_sep F first concode_elem_sep S second concode_field_sep boolean equals concode_elem_sep Pair<A,B> create |
boolean function ( int arg0 ) { return mTopPlots [ arg0 ] ; } | indexed getter for property mtopplots . concode_field_sep boolean[] mTopPlots concode_elem_sep boolean[] mBottomPlots concode_elem_sep Color[] mGraphColours concode_elem_sep Color[] mTopLineColours concode_elem_sep Color[] mBottomLineColours concode_field_sep void setTopLineColour concode_elem_sep void setBottomLineCol... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSRoutingOrderV2PK wsRoutingOrderPK concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc... |
boolean function ( ) { return numberOfDevicesConnected ( ) == 1 ; } | returns true if 1 device is connected . will return false if more than one or less than one is connected . this method should use the numberofdevicesconnected method to get the number of devices connected and determine if it is a single device . concode_field_sep String[] macLocation concode_elem_sep String binaryLocat... |
void function ( XPathStaticContext arg0 ) { staticContext = arg0 ; } | set the static context for compiling xpath expressions . this provides more detailed control over the environment in which the expression is compiled , for example it allows namespace prefixes to be declared , variables to be bound and functions to be defined . for most purposes , the static context can be defined by p... |
SearchResultItem [ ] function ( String arg0 , String arg1 ) { String loc0 = getSearchUrl ( encode ( arg1 ) , encode ( arg0 ) ) ; return parseResult ( get ( loc0 , UTF_8 ) ) ; } | search lyrics from server concode_field_sep char[] digit concode_elem_sep String UTF_8 concode_elem_sep String verify_code concode_elem_sep OnProgressChangeListener mListener concode_elem_sep String artist concode_elem_sep String title concode_elem_sep int id concode_field_sep String encode concode_elem_sep void onProg... |
LockManager < R > function ( ) { return lockManager ; } | the lockmanager . concode_field_sep long nanoTime_lockLatency concode_elem_sep R[] resource concode_elem_sep Logger log concode_elem_sep boolean INFO concode_elem_sep int maxLockTries concode_elem_sep long lockTimeout concode_elem_sep LockManager<R> lockManager concode_elem_sep Callable<T> target concode_field_sep T ca... |
StaffMemberEto function ( StaffMemberEto arg0 ) { return this . staffManagement . saveStaffMember ( arg0 ) ; } | calls ucmanagestaffmember #savestaffmember . concode_field_sep Staffmanagement staffManagement concode_field_sep List<StaffMemberEto> getAllStaffMember concode_elem_sep StaffMemberEto getStaffMember concode_elem_sep void deleteStaffMember concode_elem_sep void setStaffManagement concode_elem_sep void updateStaffMember |
String function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) . element ( "srini_string" , "srini_string" ) . element ( "srini_string" , arg0 ) ; return loc0 . toString ( ) ; } | creates the network message to find out who is online . concode_field_sep PlaceHolder placeHolder concode_field_sep String createIAmOnlineMessage concode_elem_sep String createNewNameMessage concode_elem_sep String createChatLeftMessage concode_elem_sep String createChatMessage |
boolean function ( ) { return getLogger ( ) . isDebugEnabled ( ) ; } | check whether the log4j logger used is enabled for trace priority . for log4j , this returns the value of isdebugenabled concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Logger logger concode_elem_sep boolean IS12 concode_elem_sep String FQCN concode_field_sep void warn concode_elem... |
void function ( boolean arg0 ) { this . callable . set ( arg0 ) ; } | set 's the state which tells whether it is allowed to call #call on this instance . #checkcallable will throw an exception whencalled and this property is set to false concode_field_sep AtomicBoolean callable concode_elem_sep Repository repo concode_field_sep T call concode_elem_sep Repository getRepository concode_ele... |
Long function ( ) { return this . found ; } | the number of documents that were found to match the query string . concode_field_sep Long found concode_elem_sep String query concode_elem_sep com.amazonaws.internal.SdkInternalList<SuggestionMatch> suggestions concode_field_sep SuggestModel withQuery concode_elem_sep java.util.List<SuggestionMatch> getSuggestions con... |
void function ( final Object arg0 ) { final int loc0 = findDataElementIndex ( arg0 ) ; if ( loc0 == - 1 ) { return ; } data . remove ( loc0 ) ; final ListDataEvent loc1 = new ListDataEvent ( this , ListDataEvent . INTERVAL_REMOVED , loc0 , loc0 ) ; fireListDataEvent ( loc1 ) ; } | removes an entry from the model . concode_field_sep ArrayList<ComboBoxItemPair> data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList<ListDataListener> listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedIte... |
void function ( AccessPoliciesStatus arg0 ) { this . accessPolicies = arg0 ; } | a policydocument that specifies access policies for the search domain 's services , and the current status of those policies . concode_field_sep AccessPoliciesStatus accessPolicies concode_field_sep AccessPoliciesStatus getAccessPolicies concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Des... |
void function ( final View arg0 ) { arg0 . setOnLongClickListener ( null ) ; } | removes the cheat sheet for the given view by removing the view 's android.view.view.onlongclicklistener . concode_field_sep int ESTIMATED_TOAST_HEIGHT_DIPS concode_field_sep boolean showCheatSheet concode_elem_sep void setup concode_elem_sep void setup |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_... |
List < T > function ( ) { return Collections . unmodifiableList ( items ) ; } | gets a the items contained in this section as a read-only list concode_field_sep int offset concode_elem_sep ItemType ItemType concode_elem_sep ArrayList<T> items concode_elem_sep HashMap<T,T> uniqueItems concode_elem_sep DexFile DexFile concode_field_sep int placeAt concode_elem_sep void writeTo concode_elem_sep T int... |
short function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 , float arg6 , float arg7 , short arg8 , short arg9 , short arg10 , short arg11 ) { _points . add ( arg0 , arg1 , arg2 ) ; if ( _hasUvs ) _uvs . add ( arg3 , arg4 ) ; if ( _hasNormals ) _normals . add ( arg5 , arg6 , arg7 ) ; i... | use this to populate an object3d 's vertex data . return 's newly added vertex 's index if hasuvs , hasnormals , or hascolors was set to false , their corresponding arguments are just ignored . concode_field_sep Color4BufferList _colors concode_elem_sep boolean _hasUvs concode_elem_sep boolean _hasNormals concode_elem_... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName... |
String function ( ) { return role ; } | gets the value of the role property . concode_field_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_sep String remoteSchema concode_elem_sep String type concode_elem_sep String ... |
String function ( ) { return message ; } | gets the message that users receiving the request will see . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep Stri... |
Set < Edge > function ( Node arg0 ) { Set < Edge > loc0 = new HashSet < Edge > ( ) ; for ( Edge loc1 : this . _edges ) { if ( ( loc1 . getFrom ( ) == arg0 ) || ( loc1 . getTo ( ) == arg0 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; } | find all edges that are connected to the specific node , both as an outgoing edge #getfrom or incoming edge #getto end point . concode_field_sep Set<Node> _nodes concode_elem_sep Set<Edge> _edges concode_field_sep void setNodes concode_elem_sep void addNode concode_elem_sep Set<Node> getNodes concode_elem_sep void inse... |
String function ( ) { return null ; } | this method will always return null concode_field_sep SessionContext sessionContext concode_elem_sep Hashtable data concode_field_sep String getModule concode_elem_sep String[] getParameterValues concode_elem_sep String getScheme concode_elem_sep String getRemoteAddr concode_elem_sep String getQueryString concode_elem_... |
java . util . List < EventSubscription > function ( ) { if ( eventSubscriptionsList == null ) { eventSubscriptionsList = new com . amazonaws . internal . ListWithAutoConstructFlag < EventSubscription > ( ) ; eventSubscriptionsList . setAutoConstruct ( true ) ; } return eventSubscriptionsList ; } | a list of event subscriptions . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EventSubscription> eventSubscriptionsList concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep int hashCode concode_elem_sep DescribeEventSubscriptionsResult w... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ServiceTracker<PollsChoiceService,PollsChoiceService> _serviceTracker concode_field_sep PollsChoiceService getService |
String function ( ) { return content ; } | returns the blog 's content concode_field_sep String date concode_elem_sep int id concode_elem_sep String title concode_elem_sep String content concode_field_sep void setContent concode_elem_sep String getTitle concode_elem_sep void setID concode_elem_sep void setTitle concode_elem_sep void setDate concode_elem_sep int... |
BeanManagerImpl function ( ) { if ( ! started ) { throw WeldLogger . ROOT_LOGGER . notStarted ( "srini_string" ) ; } return bootstrap . getManager ( rootBeanDeploymentArchive ) ; } | gets the beanmanager linked to the root bean deployment archive . this beanmanager has access to all beans in adeployment concode_field_sep InjectedValue<ExecutorService> serverExecutor concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep Environment environment concode_elem_sep InjectedValue<WeldSecurityServices... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; Class [ ] loc1 = method . getParameterTypes ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc0 . append ( "srini_string" + loc2 ) ; if ( loc2 < loc1 . length - 1 ) loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; } | get the method parameter list only no type declarations . this is used to generate the method invocations statement . concode_field_sep SourceRmicCompiler rmic concode_elem_sep Method method concode_field_sep String generateStubMethod concode_elem_sep String convertStubName concode_elem_sep String getMethodHashCode con... |
byte [ ] function ( Object arg0 ) { return compress ( JacksonUtil . obj2bin ( arg0 ) ) ; } | this is the override of super method . concode_field_sep PlaceHolder placeHolder concode_field_sep String decompressString concode_elem_sep T decompressObj concode_elem_sep T decompressObj concode_elem_sep byte[] compressString |
ComponentContainer function ( @ Nullable ComponentContainer arg0 ) { if ( arg0 == null ) { return new ComponentContainer ( ) ; } return arg0 . createChild ( ) ; } | intended to be override by subclasses if needed concode_field_sep ComponentContainer container concode_elem_sep PlatformLevel parent concode_elem_sep String name concode_field_sep void add concode_elem_sep void add concode_elem_sep String getName concode_elem_sep PlatformLevel stop concode_elem_sep ComponentContainer g... |
double function ( ) { if ( window . size ( ) > 0 ) return accum / window . size ( ) ; else return 0 ; } | extract mean value of the sample . concode_field_sep short windowSize concode_elem_sep double accum concode_elem_sep ArrayList<Double> window concode_elem_sep int oldest concode_field_sep void clear concode_elem_sep double update concode_elem_sep String toString concode_elem_sep void main concode_elem_sep double stdev |
void function ( ) { mRunning = false ; } | stops the checking , once this method is called , the object should be discarded . concode_field_sep SessionCleanupCallback mSessionCleanupCallback concode_elem_sep boolean mRunning concode_elem_sep Logger LOG concode_elem_sep int mCheckIntervalMs concode_field_sep void run |
Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; } | refer to remapuri added in cordova-android@4.0.0 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... |
String function ( ) { String loc0 = PentahoSystem . getApplicationContext ( ) . getFullyQualifiedServerURL ( ) + "srini_string" + WS_EXECUTE_SERVICE_ID + "srini_string" ; return loc0 ; } | currently webservice content generators are wired up by a plugin . the following methods generate urls for executing web service and wsdl generation . these methods are tightly bound to the content generator specifications in the default-plugin of the system solution . concode_field_sep String WS_EXECUTE_SERVICE_ID con... |
boolean function ( ) { return ! mutable ; } | checks to see whether or not this instance is immutable . this is the same as calling ! ismutable . concode_field_sep boolean mutable concode_field_sep void throwIfImmutable concode_elem_sep void setImmutable concode_elem_sep boolean isMutable concode_elem_sep void throwIfMutable |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef costCategory concode_elem_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep or... |
void function ( int arg0 ) { this . hour = arg0 ; } | set the hour for this event . concode_field_sep TreeSet<Schedule.Event> events concode_elem_sep String[] weekdays concode_elem_sep int hour concode_elem_sep List<String> dayNamesList concode_elem_sep long id concode_elem_sep boolean[] week concode_elem_sep String[] dayNames concode_elem_sep int minute concode_elem_sep ... |
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;... | a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_... |
HttpClientBuilder function ( CredentialsProvider arg0 ) { this . credentialsProvider = arg0 ; return this ; } | use the given credentialsprovider instance . concode_field_sep HttpRequestRetryHandler httpRequestRetryHandler concode_elem_sep CredentialsProvider credentialsProvider concode_elem_sep Environment environment concode_elem_sep String environmentName concode_elem_sep DnsResolver resolver concode_elem_sep Registry<Connect... |
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress... |
NullPrincipal function ( ) { if ( INSTANCE == null ) { INSTANCE = new NullPrincipal ( ) ; } return INSTANCE ; } | returns the single instance of this class . will create one if none exists . concode_field_sep String NOBODY concode_elem_sep NullPrincipal INSTANCE concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Object> attributes concode_field_sep Map<String,Object> getAttributes concode_elem_sep int hashCode conc... |
String function ( ) { return this . tableFilter ; } | get the current table filter text concode_field_sep JdbcSource src concode_elem_sep String schemaFilter concode_elem_sep JdbcSource updateSrc concode_elem_sep boolean reachedObjectsPage concode_elem_sep boolean autoCreateDataSource concode_elem_sep String tableFilter concode_elem_sep boolean isVdbSourceModel concode_el... |
boolean function ( Object arg0 ) { if ( arg0 == null || ! ( arg0 instanceof IsoValue < ? > ) ) { return false ; } IsoValue < ? > loc0 = ( IsoValue < ? > ) arg0 ; return ( loc0 . getType ( ) == getType ( ) && loc0 . getValue ( ) . equals ( getValue ( ) ) && loc0 . getLength ( ) == getLength ( ) ) ; } | returns true of the other object is also an isovalue and has the same type and length , and if other.getvalue . equals getvalue returns true . concode_field_sep TimeZone tz concode_elem_sep int length concode_elem_sep IsoType type concode_elem_sep String encoding concode_elem_sep T value concode_elem_sep CustomField<T>... |
long function ( ) { return _userMapping . getId ( ) ; } | returns the id of this user mapping . concode_field_sep UserMapping _userMapping concode_field_sep void setName concode_elem_sep void setOrgCode1 concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr... |
List < T > function ( final T ... arg0 ) { List < T > loc0 ; if ( ArrayUtils . isNotEmpty ( arg0 ) && arg0 . length == 1 && arg0 [ 0 ] instanceof List ) { loc0 = ( List < T > ) arg0 [ 0 ] ; } else { loc0 = Arrays . asList ( arg0 ) ; } return loc0 ; } | wraps arguments passed into a list if necessary . returns the first value as is if it is the only argument and a subtype of ` java.util.list ` otherwise , it calls arrays.aslist on args concode_field_sep play.api.i18n.MessagesApi messages concode_field_sep play.api.i18n.MessagesApi scalaApi concode_elem_sep String get ... |
Statement function ( ) { return statement ; } | gets the value of the statement property . concode_field_sep Statement statement concode_field_sep void setStatement |
void function ( DropTargetEvent arg0 ) { } | called when the cursor hotspot moves outside of a drop site which will accept the drag . this could also happen if the drop site is no longer active , or no longer accepts the drag . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragEnter concode_elem_sep void dragOver concode_elem_sep void dropActio... |
void function ( String arg0 ) { this . mimeType = arg0 ; } | sets the value of the mimetype property . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep void setEncoding concode_elem_sep List<Object> getConten... |
IntersectionVertex function ( String arg0 , double arg1 , double arg2 ) { IntersectionVertex loc0 = new IntersectionVertex ( _graph , arg0 , arg1 , arg2 ) ; return loc0 ; } | private methods concode_field_sep Graph _graph concode_elem_sep RoutingRequest proto concode_elem_sep IntersectionVertex v0 concode_elem_sep IntersectionVertex v1 concode_elem_sep IntersectionVertex v2 concode_field_sep StreetEdge edge concode_elem_sep void testBikeSwitch concode_elem_sep void before concode_elem_sep v... |
void function ( OntProperty arg0 , String [ ] arg1 , String arg2 ) { try { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { if ( lessThanFourWords ( arg1 [ loc0 ] ) ) new Tag ( ) . addTag ( arg1 [ loc0 ] , user , arg2 , arg0 ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; throw new FolksonomyExce... | stores the given tags , with user and context , in the tag database concode_field_sep String PATH concode_elem_sep String user concode_field_sep Map<String,Integer> getFolksonomy concode_elem_sep Map<String,Integer> getFolksonomy concode_elem_sep int compare concode_elem_sep TagCloud getTagCloud concode_elem_sep TagClo... |
int function ( CharSequence arg0 , char arg1 , int arg2 ) { int loc0 = - 1 ; for ( int loc1 = arg2 ; arg0 . length ( ) > loc1 ; ++ loc1 ) { if ( arg0 . charAt ( loc1 ) == arg1 ) { loc0 = loc1 ; break ; } } return loc0 ; } | finds first occurence of character in charsequence starting from index start . concode_field_sep String sCRLFregex concode_elem_sep StringsComparator compar concode_elem_sep String CRLF concode_field_sep void appendTrimmed concode_elem_sep Comparator<CharSequence> getComparator concode_elem_sep void toLower concode_ele... |
boolean function ( ) { return android . os . Environment . getExternalStorageState ( ) . equals ( android . os . Environment . MEDIA_MOUNTED ) ; } | check if sdcard exist concode_field_sep String TAG concode_field_sep String getMessageDigest concode_elem_sep void setAppUserInitialLetter concode_elem_sep void setUserInitialLetter concode_elem_sep EMConversationType getConversationType concode_elem_sep String getTopActivity concode_elem_sep String getString concode_e... |
java . lang . Double function ( ) { return quantity ; } | gets the quantity value for this bintransferinventory . concode_field_sep java.lang.String fromBins concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep java.lang.Double quantity concode_elem_sep java.lang.Long line concode_elem_sep java.lang.String preferredBin concode_elem_se... |
Point function ( Rectangle arg0 , Point arg1 ) { double loc0 = Math . min ( ( double ) arg0 . height / arg1 . y , ( double ) arg0 . width / arg1 . x ) ; int loc1 = ( int ) Math . ceil ( arg1 . y * loc0 ) ; int loc2 = ( int ) Math . ceil ( arg1 . x * loc0 ) ; return new Point ( loc2 , loc1 ) ; } | the object to print should be scaled up or down to fit horizontally and vertically the available space . concode_field_sep String jobName concode_elem_sep double BORDER concode_field_sep void print concode_elem_sep Rectangle getPrintableArea concode_elem_sep void printComposite concode_elem_sep void startPrintJob |
boolean function ( ) { return ! mIsClosed ; } | checks if this closable-reference is valid i.e. is not closed . concode_field_sep ResourceReleaser<Closeable> DEFAULT_CLOSEABLE_RELEASER concode_elem_sep boolean mIsClosed concode_elem_sep Class<CloseableReference> TAG concode_elem_sep SharedReference<T> mSharedReference concode_field_sep void release concode_elem_sep ... |
void function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { if ( LOG . isWarnEnabled ( ) ) { LOG . warn ( createFailureLog ( arg0 , arg1 , arg2 , arg3 , arg4 , null , null , null ) ) ; } } | create a readable and parseable audit log string for a failed event . concode_field_sep String ALLOC_CONTAINER concode_elem_sep String SUBMIT_RESERVATION_REQUEST concode_elem_sep String AM_ALLOCATE concode_elem_sep String UNREGISTER_AM concode_elem_sep String RELEASE_CONTAINER concode_elem_sep String UNAUTHORIZED_USER ... |
void function ( String arg0 , String arg1 ) { driver . findElement ( By . id ( getElementByKey ( arg0 ) ) ) . sendKeys ( arg1 ) ; } | fill the text box by element id concode_field_sep WebDriver driver concode_field_sep String getTextOfElementByXPath concode_elem_sep void waitUntilElementVisibilityByCssSelector concode_elem_sep void waitUntilElementVisibilityByLinkText concode_elem_sep String getTextOfElementById concode_elem_sep void waitUntilElement... |
void function ( long arg0 ) { _microblogsEntry . setUserId ( arg0 ) ; } | sets the user id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode... |
com . liferay . portal . kernel . model . PortalPreferences function ( com . liferay . portal . kernel . model . PortalPreferences arg0 ) { return _portalPreferencesLocalService . updatePortalPreferences ( arg0 ) ; } | updates the portal preferences in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep PortalPreferencesLocalService _portalPreferencesLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_... |
String function ( ) { return "srini_string" ; } | get the invalidpolicy repository id . concode_field_sep TypeCode typeCode concode_field_sep InvalidPolicy extract concode_elem_sep InvalidPolicy read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write |
Collection < BgpRouteEntry > function ( ) { return bgpRoutes4 . values ( ) ; } | gets the selected ipv4 bgp routes among all bgp sessions . concode_field_sep ConcurrentMap<Ip4Prefix,BgpRouteEntry> bgpRoutes4 concode_elem_sep ConcurrentMap<Ip6Prefix,BgpRouteEntry> bgpRoutes6 concode_elem_sep ConcurrentMap<SocketAddress,BgpSession> bgpSessions concode_elem_sep Logger log concode_elem_sep Channel serv... |
void function ( SafraTreeNode arg0 ) { assert ( _nodes . get ( arg0 . getID ( ) ) == arg0 ) ; remove ( arg0 . getID ( ) ) ; } | remove a safratreenode from the tree , the node can have no children . concode_field_sep int MAX_NODES concode_elem_sep Vector<SafraTreeNode> _nodes concode_field_sep void generateAcceptance concode_elem_sep void generateAcceptance concode_elem_sep RabinSignature generateAcceptance concode_elem_sep void set concode_ele... |
char function ( ) { return end_start_modifier ; } | what the start modifier should be concode_field_sep boolean filter_attribute_state concode_elem_sep int case_type concode_elem_sep char begin_start_modifier concode_elem_sep char start_tag concode_elem_sep ResourceBundle resource concode_elem_sep char end_tag concode_elem_sep char attribute_equality_sign concode_elem_s... |
ConstraintDefinitionType function ( ) { return new ConstraintDefinitionType ( ) ; } | create an instance of constraintdefinitiontype concode_field_sep QName _ElementTypeAnnotation_QNAME concode_elem_sep QName _ConstraintMappings_QNAME concode_elem_sep QName _ElementTypeValue_QNAME concode_elem_sep QName _ValidationConfig_QNAME concode_field_sep ValidatedByType createValidatedByType concode_elem_sep Cros... |
void function ( ) { quantity -- ; changeQuantityEffect . setFired ( false ) ; } | decrements the quqntity count and resets the effect to fire on the next render pass . concode_field_sep int quantity concode_elem_sep double price concode_elem_sep String name concode_elem_sep Effect changeQuantityEffect concode_elem_sep int id concode_elem_sep String pictureName concode_field_sep void incrementQuantit... |
boolean function ( Context arg0 , String arg1 ) { return getExperimentValuesFromJson ( arg0 , arg1 ) != null ; } | checks if a certain experiment has additional values . concode_field_sep String IS_EXPERIMENT_ACTIVE concode_elem_sep String EXPERIMENT_VALUES concode_elem_sep String KEY_CONFIG_RESULTS concode_elem_sep boolean DEBUG concode_elem_sep String KEY_SERVER_URL concode_elem_sep String uuidExtra concode_elem_sep String TAG co... |
void function ( int arg0 , int arg1 ) { this . expire_time = arg0 ; this . renew_time = arg1 ; loop = true ; if ( ! is_running ) ( new Thread ( this ) ) . start ( ) ; } | periodically registers with the registrar server . concode_field_sep Log log concode_elem_sep RegisterAgentListener listener concode_elem_sep int expire_time concode_elem_sep NameAddress target concode_elem_sep String next_nonce concode_elem_sep boolean is_running concode_elem_sep SipProvider sip_provider concode_elem_... |
Long function ( ) { return int64 ; } | get int64 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_elem_sep byte[] binary concode_elem_... |
boolean function ( char arg0 , final char [ ] arg1 ) { boolean loc0 = false ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { if ( arg0 == arg1 [ loc1 ] ) { loc0 = true ; break ; } } return loc0 ; } | tests if the given character is present in the array of characters . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concode_... |
boolean function ( String arg0 , Structure arg1 ) { logger . info ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; return false ; } | executes an action on the environment . this method is probably overridden in the user environment class . concode_field_sep Logger logger concode_elem_sep boolean isRunning concode_elem_sep EnvironmentInfraTier environmentInfraTier concode_elem_sep Map<String,List<Literal>> agPercepts concode_elem_sep ExecutorService ... |
FlushMode function ( Session arg0 ) { return ( FlushMode ) ReflectionUtils . invokeMethod ( getFlushMode , arg0 ) ; } | get the native hibernate flushmode , adapting between hibernate 5.0 / 5.1 and 5.2 + . concode_field_sep Method getFlushMode concode_elem_sep Log logger concode_elem_sep int SESSION_SYNCHRONIZATION_ORDER concode_field_sep DataSource getDataSource concode_elem_sep void flush concode_elem_sep DataAccessException convertHi... |
int function ( ) { return this . sampleSize ; } | returns the number of samples to simulate > 0 . concode_field_sep long serialVersionUID concode_elem_sep int sampleSize concode_elem_sep boolean positiveDataOnly concode_elem_sep boolean latentDataSaved concode_elem_sep CalculatorParams calculatorParams concode_elem_sep int numDataSets concode_field_sep int getNumDataS... |
String function ( LocalDate arg0 ) { if ( arg0 == null ) { return null ; } return DATE_FORMATTER . format ( arg0 ) ; } | returns the given date as a well formatted string . the above defined email protected dateutil #date_pattern is used . concode_field_sep String DATE_PATTERN concode_elem_sep DateTimeFormatter DATE_FORMATTER concode_field_sep boolean validDate concode_elem_sep LocalDate parse |
void function ( NotificationState arg0 ) { this . notifyState = arg0 ; } | sets the notification state for this alert notice . concode_field_sep NotificationState notifyState concode_elem_sep AlertTargetEntity alertTarget concode_elem_sep AlertHistoryEntity alertHistory concode_elem_sep Long historyId concode_elem_sep Long notificationId concode_elem_sep String uuid concode_field_sep void set... |
void function ( long arg0 ) { out . println ( arg0 ) ; } | print a long and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concod... |
void function ( Connection arg0 ) { this . router . changedConnection ( arg0 ) ; } | informs the router of this host about state change in a connection object . concode_field_sep ModuleCommunicationBus comBus concode_elem_sep int address concode_elem_sep int nextAddress concode_elem_sep List<MessageListener> msgListeners concode_elem_sep Coord destination concode_elem_sep double speed concode_elem_sep ... |
void function ( ContentPage arg0 ) { this . rval = arg0 ; } | sets the value of the rval property . concode_field_sep ContentPage rval concode_field_sep ContentPage getRval |
byte [ ] function ( int arg0 ) { byte [ ] loc0 = this . tempByteArray ; if ( ( loc0 == null ) || ( loc0 . length < arg0 ) ) { loc0 = new byte [ arg0 * 2 ] ; tempByteArray = loc0 ; } return loc0 ; } | returns an existing array with a length of at least the specified capacity . this method is for optimization only . do not use the array outside the context of this method and do not call this method again while the array is being used . concode_field_sep boolean isDebug concode_elem_sep AmfTrace trace concode_elem_sep... |
boolean function ( ) { return discardFinished ; } | returns whether the checkpoint should be discarded when the owning job reaches the jobstatus #finished state . concode_field_sep long serialVersionUID concode_elem_sep boolean forced concode_elem_sep boolean discardFinished concode_elem_sep boolean discardFailed concode_elem_sep boolean discardSuspended concode_elem_se... |
E [ ] function ( E [ ] arg0 , Predicate < E > arg1 ) { List < E > loc0 = new ArrayList < > ( ) ; for ( E loc1 : arg0 ) { if ( arg1 . test ( loc1 ) ) { loc0 . add ( loc1 ) ; } } return ( loc0 . toArray ( ( E [ ] ) Array . newInstance ( arg0 . getClass ( ) . getComponentType ( ) , loc0 . size ( ) ) ) ) ; } | applies the given filter to each of the given elements , and returns the array of elements that were accepted . the runtime type of the returned array is the same as the passed in array . concode_field_sep boolean negated concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep Pre... |
Graph function ( int arg0 , int arg1 , int arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | query method that returns a graph object containing all paths from the given source vertex to the given destination vertex , constrained by the maxlength argument as the maximum length of the paths . concode_field_sep long edgeCount concode_elem_sep String arguments concode_elem_sep long vertexCount concode_field_sep b... |
EventTarget function ( String arg0 , Node arg1 ) { return ( EventTarget ) getElementById ( arg0 , arg1 ) ; } | returns the event target with the given id , using the given node as the context for the lookup . concode_field_sep PlaceHolder placeHolder concode_field_sep void fireTimeEvent concode_elem_sep Element getElementById concode_elem_sep TimedElement getTimedElementById |
void function ( String arg0 ) { if ( filterUsers == null ) { filterUsers = new TreeSet < String > ( ) ; } filterUsers . add ( arg0 ) ; } | adds a user for which results should be included concode_field_sep String processInstanceId concode_elem_sep String processId concode_elem_sep Map<String,String> processInstanceData concode_elem_sep TreeSet<LogEvent> availableTasks concode_elem_sep TreeSet<String> filterUsers concode_elem_sep TreeSet<LogEvent> filterTa... |
boolean function ( ) { return selected ; } | this is a getter method for ui . concode_field_sep boolean selected concode_elem_sep SignupGroup signupGroup concode_elem_sep boolean allowedToCreate concode_field_sep SignupGroup getSignupGroup concode_elem_sep void setSignupGroup concode_elem_sep void setSelected concode_elem_sep boolean isAllowedToCreate |
void function ( boolean arg0 ) { this . littleEndian = arg0 ; } | set the endianess of the target concode_field_sep boolean littleEndian concode_field_sep byte[] convertValue32bit concode_elem_sep byte[] convertValue8bit concode_elem_sep long evaluateExpression concode_elem_sep byte[] readMemory concode_elem_sep long getValue16bit concode_elem_sep long getValue16bit concode_elem_sep ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.