code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
ImageSource function ( boolean arg0 ) { this . tile = arg0 ; return this ; } | enable or disable tiling of the image . this does not apply to preview images which are always loaded as a single bitmap , and tiling can not be disabled when displaying a region of the source image . concode_field_sep int sHeight concode_elem_sep String ASSET_SCHEME concode_elem_sep Integer resource concode_elem_sep S... |
String function ( Date arg0 ) { return formatDate ( arg0 , PATTERN_RFC1123 ) ; } | formats the given date according to the rfc 1123 pattern . concode_field_sep String PATTERN_RFC1123 concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String[] DEFAULT_PATTERNS concode_elem_sep String PATTERN_RFC1036 concode_elem_sep ThreadLocal<SoftReference<Map<String,Si... |
String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; } | gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext co... |
String function ( ) { return id ; } | relationship id concode_field_sep String id concode_field_sep void setId |
void function ( Long arg0 ) { this . id = arg0 ; } | sets the value of the id property . concode_field_sep ReportDefinitionReportType reportType concode_elem_sep String reportName concode_elem_sep DownloadFormat downloadFormat concode_elem_sep Boolean includeZeroImpressions concode_elem_sep ReportDefinitionDateRangeType dateRangeType concode_elem_sep Selector selector co... |
void function ( LogNode arg0 ) { mLogNode = arg0 ; } | sets the lognode data will be sent to . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void pri... |
void function ( final Runnable arg0 , final Runnable arg1 , final int arg2 , final LoadingControl arg3 ) { arg0 . run ( ) ; } | check whether there is a quota for multiple uploads and run concode_field_sep String TAG concode_field_sep void checkQuotaPerOneUploadAvailableAndRunAsync concode_elem_sep void checkQuotaPerOneUploadAvailableAndRunAsync |
void function ( boolean arg0 ) { this . expanded = arg0 ; } | set the value of the expanded property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep... |
GridPoint3 function ( int arg0 , int arg1 , int arg2 ) { this . x = arg0 ; this . y = arg1 ; this . z = arg2 ; return this ; } | sets the coordinates of this gridpoint3d . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_elem_sep long serialVersionUID concode_field_sep GridPoint3 add concode_elem_sep GridPoint3 add concode_elem_sep GridPoint3 sub concode_elem_sep GridPoint3 sub concode_elem_sep float dst2 concode_ele... |
void function ( String arg0 ) { this . updateName = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column t_team_football . update_name concode_field_sep String teamName concode_elem_sep Date teamCreateDate concode_elem_sep Date updateDate concode_elem_sep String teamCity concode_elem_sep String updateName concode_elem_sep In... |
void function ( String arg0 ) { this . yrange = arg0 ; } | sets the value of the yrange property . concode_field_sep String polar concode_elem_sep Object parent concode_elem_sep STTrueFalse invx concode_elem_sep String radiusrange concode_elem_sep String _switch concode_elem_sep STTrueFalse invy concode_elem_sep String yrange concode_elem_sep String position concode_elem_sep S... |
void function ( int arg0 , int arg1 ) { for ( int loc0 = arg0 + 1 ; loc0 <= arg1 ; loc0 ++ ) { T loc1 = data [ loc0 ] ; int loc2 = binarySearch ( loc1 , arg0 , loc0 - 1 ) ; for ( int loc3 = loc0 - 1 ; loc3 >= loc2 ; loc3 -- ) { data [ loc3 + 1 ] = data [ loc3 ] ; } data [ loc2 ] = loc1 ; } } | sort a block using the binary insertion sort algorithm . concode_field_sep Comparator<T> comp concode_elem_sep T[] temp concode_elem_sep int TEMP_SIZE concode_elem_sep T[] data concode_elem_sep int INSERTION_SORT_SIZE concode_field_sep T select concode_elem_sep int partition concode_elem_sep void swap concode_elem_sep ... |
void function ( @ Nonnull final IJSPathProvider arg0 ) { final JSResourceSet loc0 = _getPerRequestSet ( false ) ; if ( loc0 != null ) loc0 . removeItem ( arg0 ) ; } | unregister a existing js item only from this request concode_field_sep String DEFAULT_FILENAME concode_elem_sep Logger s_aLogger concode_elem_sep String REQUEST_ATTR_JSRESOURCES concode_elem_sep JSResourceSet s_aGlobal concode_elem_sep SimpleLock s_aLock concode_field_sep void unregisterAllJSIncludesFromGlobal concode_... |
void function ( T arg0 , int arg1 , @ Nullable ReadableArray arg2 ) { } | subclasses may use this method to receive events/commands directly from js through the uimanager . good example of such a command would be scrollto request withcoordinates for a scrollview or goback request for a webview instance . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNative... |
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; } | returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se... |
int function ( ) { return operatorsArr . length ; } | returns count of modes . concode_field_sep char[] operatorsArr concode_elem_sep String[] argsArr concode_elem_sep String line concode_elem_sep char[] modesArr concode_field_sep String getLine concode_elem_sep String getArgAt concode_elem_sep String toString concode_elem_sep void parse concode_elem_sep int getModesCount... |
OutputStream function ( @ Nonnull Computer arg0 , OutputStream arg1 ) { return arg1 ; } | called to decorate logger for master/slave communication . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ConsoleLogFilter> all |
void function ( boolean arg0 ) { archiveValidation . set ( arg0 ) ; } | set if archive validation should be performed concode_field_sep Map<String,CloneableBootstrapContext> bootstrapContexts concode_elem_sep AtomicBoolean archiveValidationFailOnError concode_elem_sep AtomicBoolean beanValidation concode_elem_sep CloneableBootstrapContext defaultBootstrapContext concode_elem_sep AtomicBool... |
Instance function ( ) { return instance ; } | returns the original instance concode_field_sep boolean processed concode_elem_sep double r_dist concode_elem_sep Database database concode_elem_sep Instance instance concode_elem_sep int clusterID concode_elem_sep double c_dist concode_elem_sep String key concode_elem_sep long serialVersionUID concode_field_sep double... |
void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { Frame1 loc0 = new Frame1 ( ) ; loc0 . frame . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } | launch the application . concode_field_sep JLabel lblMessage concode_elem_sep JTextField answer concode_elem_sep JTextField num1 concode_elem_sep JButton btnNewButton_1 concode_elem_sep JFrame frame concode_elem_sep JTextField num2 concode_field_sep void initialize |
void function ( ) { Collection < T > loc0 = null ; synchronized ( this ) { if ( unsubscribed || subscriptions == null ) { return ; } else { loc0 = subscriptions ; subscriptions = null ; } } unsubscribeFromAll ( loc0 ) ; } | unsubscribes any subscriptions that are currently part of this compositesubscription and removethem from the compositesubscription so that the compositesubscription is empty and inan unoperative state . concode_field_sep Set<T> subscriptions concode_elem_sep boolean unsubscribed concode_field_sep void add concode_elem_... |
void function ( Path arg0 , boolean arg1 , boolean arg2 ) { checkNotNull ( arg0 , "srini_string" ) ; Files . createDirectories ( arg0 ) ; this . copyToFile ( arg0 . resolve ( this . getFileName ( ) ) , arg1 , arg2 ) ; } | copies this asset to the specified ` outputdirectory ' path . concode_field_sep Charset DEFAULT_CHARSET concode_field_sep URL getUrl concode_elem_sep void copyToFile concode_elem_sep void copyToFile concode_elem_sep void copyToFile concode_elem_sep String readString concode_elem_sep String readString concode_elem_sep L... |
void function ( HandlerResolver arg0 ) { this . handlerResolver = arg0 ; } | set the jax-ws handlerresolver to use for all proxies and dispatchers created through this factory . concode_field_sep WebServiceFeature[] serviceFeatures concode_elem_sep Executor executor concode_elem_sep String namespaceUri concode_elem_sep String serviceName concode_elem_sep URL wsdlDocumentUrl concode_elem_sep Han... |
void function ( String arg0 ) { this . m_tool_id = arg0 ; } | set the current tool id concode_field_sep long m_created concode_elem_sep String m_id concode_elem_sep SessionStore sessionStore concode_elem_sep Session m_session concode_elem_sep String m_context_id concode_elem_sep long serialVersionUID concode_elem_sep String m_tool_id concode_elem_sep boolean TERRACOTTA_CLUSTER co... |
List < T > function ( int arg0 , int arg1 ) { return new ListWithDefault < T > ( delegate . subList ( arg0 , arg1 ) , lazyDefaultValues , ( Closure ) initClosure . clone ( ) ) ; } | returns a view of a portion of this list . this method returns a list with the same lazy list settings as the original list . concode_field_sep List<T> delegate concode_elem_sep boolean lazyDefaultValues concode_elem_sep Closure initClosure concode_field_sep List<T> getDelegate concode_elem_sep boolean remove concode_e... |
boolean function ( String arg0 ) { return arg0 != null && ( arg0 . equals ( NAMESPACE_2004 ) || arg0 . equals ( NAMESPACE_2007 ) ) ; } | tests if namespace equals any of the valid namespaces . concode_field_sep String ROLE_ELEMENT_TAG concode_elem_sep String NAMESPACE_2007 concode_elem_sep String PARTNER_LINK_TYPE_ELEMENT_TAG concode_elem_sep String PORT_TYPE_ATTRIBUTE concode_elem_sep String NAMESPACE_2004 concode_elem_sep String NAMESPACE concode_elem... |
QueryDeadline function ( final long arg0 ) { final AbstractRunningQuery loc0 = queryRef . get ( ) ; if ( loc0 == null ) { return null ; } loc0 . checkDeadline ( ) ; if ( loc0 . isDone ( ) ) { return null ; } return this ; } | check the deadline on the query . if the query is not terminated and the deadline has expired , then the query is terminated as a side-effect . concode_field_sep long deadlineNanos concode_elem_sep WeakReference<AbstractRunningQuery> queryRef concode_field_sep int compareTo |
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } | sets the value of the this property . concode_field_sep boolean force concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep void setForce concode_elem_sep boolean isForce |
String function ( ) { return reasonDescription ; } | gets the value of the reasondescription property . concode_field_sep String reasonDescription concode_elem_sep String reasonSpanishDescription concode_elem_sep Boolean nationalBlockIndicator concode_elem_sep Boolean blocked concode_elem_sep Boolean blockedByOtherCarrier concode_elem_sep String carrierName concode_elem_... |
void function ( boolean arg0 ) { fSelected = arg0 ; } | set the selected property of the shape . when the shape is selected , its handles are shown . concode_field_sep int fDeltaY concode_elem_sep int fDeltaX concode_elem_sep boolean fSelected concode_elem_sep int fWidth concode_elem_sep int DEFAULT_X_POS concode_elem_sep int DEFAULT_Y_POS concode_elem_sep int fX concode_el... |
DescribeLunaClientResult function ( String arg0 ) { setClientArn ( arg0 ) ; return this ; } | the arn of the client . concode_field_sep String certificateFingerprint concode_elem_sep String clientArn concode_elem_sep String certificate concode_elem_sep String label concode_elem_sep String lastModifiedTimestamp concode_field_sep String getLabel concode_elem_sep String getLastModifiedTimestamp concode_elem_sep vo... |
long function ( ) { return _mbDiscussion . getDiscussionId ( ) ; } | returns the discussion id of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGro... |
String function ( ) { return shortFormat . print ( _start ) ; } | return the start time of this timer . concode_field_sep long _start concode_elem_sep DateTimeFormatter shortFormat concode_elem_sep long _nanos concode_elem_sep DateTimeFormatter longFormat concode_elem_sep DateTimeFormatter logFormat concode_field_sep String nowAsLogString concode_elem_sep long nanos concode_elem_sep ... |
String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return arg0 ; } | hacks an incoming url to help with matching . concode_field_sep Collection<ConfigAttribute> configAttributes concode_elem_sep RESTAccessRuleDAO dao concode_elem_sep String[] validMethodNames concode_elem_sep String[] httpMethods concode_elem_sep Log log concode_elem_sep RESTfulPathBasedFilterInvocationDefinitionMap del... |
void function ( ) { Paint loc0 = canvas . getFill ( ) ; canvas . setFill ( Color . DEEPSKYBLUE ) ; canvas . fillRect ( 0 , 0 , mainCanvas . getWidth ( ) , mainCanvas . getHeight ( ) ) ; canvas . setFill ( loc0 ) ; } | fill the canvas with blue as a `` sky '' concode_field_sep GraphicsContext canvas concode_elem_sep Slider windSlider concode_elem_sep Canvas launcherCanvas concode_elem_sep ParticleManager manager concode_elem_sep Button startButton concode_elem_sep Timeline timeline concode_elem_sep Button helpButton concode_elem_sep ... |
void function ( FedoraClient arg0 ) { this . fedoraClient = arg0 ; } | sets the fedora client - used when foxml documents are stored in fedora concode_field_sep HashMap<String,IMetsElement> pidElements concode_elem_sep MetsElement rootElement concode_elem_sep String packageID concode_elem_sep JhoveContext jhoveContext concode_elem_sep Map<String,String> fsParentMap concode_elem_sep String... |
void function ( ) { } | this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep StopWatch sw concode_elem_sep FileDescriptor outDescriptor concode_elem_sep byte[] BYTES_DELETE_FROM concode_elem_sep DatabaseRowOutput rowOut concode_elem_sep String outFile concode_elem_sep long byte... |
int function ( ) { return this . mode ; } | returns the current mode : #input_mode : the buffer is in the input mode . #output_mode : the buffer is in the output mode . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep voi... |
void function ( OAuthAccessor arg0 ) { getRequestToken ( arg0 , null ) ; } | get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_... |
AsyncRenderer function ( String arg0 ) { if ( arg0 == null ) { return null ; } return ( AsyncRenderer ) groupMap . get ( arg0 ) ; } | returns the named instance of an asyncrenderer if it already exists otherwise it returns null . concode_field_sep int MAX concode_elem_sep Log log concode_elem_sep Map groupMap concode_elem_sep int ON_DEMAND concode_elem_sep int INTERVAL concode_elem_sep int MIN concode_elem_sep int DELAY concode_elem_sep RenderHub ren... |
ResourceID function ( ) { return resourceId ; } | gets the id under which the resource is registered for example container id . concode_field_sep ResourceID resourceId concode_elem_sep long serialVersionUID concode_elem_sep String message concode_field_sep String toString concode_elem_sep String message |
String function ( String arg0 , Object ... arg1 ) { return Joiner . on ( arg0 ) . join ( arg1 ) ; } | join with a separator concode_field_sep Pattern ABS_URL_RE concode_elem_sep Joiner PATH_ARG_JOINER concode_elem_sep Splitter _SPLITTER concode_elem_sep Joiner _JOINER concode_elem_sep Joiner CSV_JOINER concode_elem_sep Splitter SSV_SPLITTER concode_elem_sep Joiner JOINER concode_elem_sep Joiner PATH_JOINER concode_elem... |
float function ( float arg0 ) { arg0 = 1f + arg0 / 256f ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; arg0 *= arg0 ; return arg0 ; } | fast approximation of the exponential function see http://www.javamex.com/tutorials/math/exp.shtml concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
byte [ ] function ( byte [ ] arg0 ) { try { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; return loc0 . digest ( arg0 ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new InternalError ( "srini_string" ) ; } } | performs a sha-1 hash on the specified data concode_field_sep PlaceHolder placeHolder concode_field_sep String base64 concode_elem_sep int randomNumber concode_elem_sep byte[] md5 concode_elem_sep byte[] randomBytes |
String function ( String arg0 ) { return padLeft ( arg0 , IP_ADDRESS_LENGTH ) ; } | formats an ip address by adding padding to the left . concode_field_sep String NEW_LINE concode_elem_sep int IP_ADDRESS_LENGTH concode_elem_sep double ONE_HUNDRED concode_elem_sep String HORIZONTAL_RULER concode_elem_sep int PERCENTAGE_FORMAT_LENGTH concode_elem_sep int SECONDS_PER_MINUTE concode_elem_sep int SI_BYTES_... |
ShapeType function ( ) { return m_shape . getType ( ) ; } | get the type of the child shape . you can use this to down cast to the concrete shape . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_sep AABB pool1... |
Map < String , Object > function ( JSONObject arg0 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; for ( Object loc1 : arg0 . keySet ( ) ) { String loc2 = loc1 . toString ( ) ; loc0 . put ( loc2 , fromJsonStruct ( arg0 . get ( loc2 ) ) ) ; } return loc0 ; } | performs a deep conversion from jsonobject to java map . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getBooleanProp concode_elem_sep String getProperty concode_elem_sep double getDoubleProp concode_elem_sep File getFileProp concode_elem_sep List<Object> listFromJsonArray concode_elem_sep int get... |
void function ( boolean arg0 ) { this . setFollowRedirects = arg0 ; } | by default follow redirects are enabled concode_field_sep String referer concode_elem_sep Proxy proxy concode_elem_sep boolean setFollowRedirects concode_elem_sep String cookie concode_elem_sep String useragent concode_elem_sep BufferedReader reader concode_elem_sep HttpURLConnection connection concode_elem_sep DataOut... |
Builder function ( boolean arg0 ) { mShouldCloseContentsOnOverrideUrlLoadingAndLaunchIntent = arg0 ; return this ; } | sets whether the current tab should be closed when an url load was overridden and an intent launched . concode_field_sep boolean mHasUserGesture concode_elem_sep TabRedirectHandler mRedirectHandler concode_elem_sep boolean mShouldCloseContentsOnOverrideUrlLoadingAndLaunchIntent concode_elem_sep String mWebApkPackageNam... |
void function ( HttpRequest arg0 , HttpParameters arg1 ) { HttpParameters loc0 = OAuth . oauthHeaderToParamsMap ( arg0 . getHeader ( OAuth . HTTP_AUTHORIZATION_HEADER ) ) ; arg1 . putAll ( loc0 , false ) ; } | collects oauth authorization header parameters as per oauth core 1.0 spec section 9.1.1 concode_field_sep String consumerSecret concode_elem_sep OAuthMessageSigner messageSigner concode_elem_sep boolean sendEmptyTokens concode_elem_sep HttpParameters requestParameters concode_elem_sep HttpParameters additionalParameter... |
int function ( ) { return inlineStyleSize ; } | returns total size of inline < style > tags concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep int getFilesize concode_elem_sep void setInline... |
void function ( IdleHandler arg0 ) { synchronized ( this ) { mIdleHandlers . remove ( arg0 ) ; } } | remove an idlehandler from the queue that was previously addedwith #addidlehandler . if the given object is not currently in the idle list , nothing is done . concode_field_sep boolean mQuitAllowed concode_elem_sep int mPtr concode_elem_sep IdleHandler[] mPendingIdleHandlers concode_elem_sep Message mMessages concode_e... |
void function ( java . util . Calendar arg0 ) { this . date_updated = arg0 ; } | sets the date_updated value for this tagdata . concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep ja... |
void function ( ) { for ( int loc0 = 0 ; loc0 < interceptors . length ; loc0 ++ ) { try { interceptors [ loc0 ] . destroy ( ) ; } catch ( Exception loc1 ) { } } } | call destroy on all registered interceptors . concode_field_sep IORInterceptor[] interceptors concode_field_sep void components_established concode_elem_sep void establish_components concode_elem_sep String name concode_elem_sep void adapter_state_changed concode_elem_sep void adapter_manager_state_changed |
Node function ( ) { return new Node ( ) ; } | create an instance of node concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep JspxPa... |
void function ( String arg0 ) { this . macroName = arg0 ; } | sets the value of the macroname property . concode_field_sep String macroName concode_elem_sep String fileName concode_elem_sep Long fileSize concode_elem_sep Long assetId concode_elem_sep byte[] assetByteArray concode_field_sep void setFileName concode_elem_sep Long getFileSize concode_elem_sep byte[] getAssetByteArra... |
boolean function ( ) { return twoSided ; } | is this surface two sided ? concode_field_sep int LINE concode_elem_sep float[][] textCoords concode_elem_sep boolean shaded concode_elem_sep int material concode_elem_sep int POLYGON concode_elem_sep boolean twoSided concode_elem_sep int[] surfVerts concode_elem_sep int type concode_elem_sep int CLOSED_LINE concode_fi... |
int function ( ) { try { byte [ ] loc0 = getEncoded ( ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 += loc2 * loc0 [ loc2 ] ; } return loc1 ; } catch ( CertificateEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | returns an integer hash code for the certificate . any two objects which return true when passed to equals must return the samevalue for this method . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep ObjectStreamField[] serialPersistentFields concode_elem_sep long serialVersionUID c... |
void function ( ) { String loc0 = "srini_string" + "srini_string" + "srini_string" + "srini_string" ; runTests ( loc0 , true ) ; } | test use of sameas the expected results 911 ` amerigo ' 911 aleksi 1 aleksi 1 ` amerigo ' 992 ` luis ' 993 ` sagrada familia ' 2 ` eljas ' concode_field_sep QuestOWLConnection conn concode_elem_sep String obdafile concode_elem_sep String owlfile concode_elem_sep OBDADataFactory fac concode_elem_sep Logger log concode_e... |
int function ( String arg0 ) { int loc0 = arg0 . length ( ) ; while ( loc0 > 0 ) { loc0 -- ; if ( arg0 . charAt ( loc0 ) != ' ' ) { return loc0 + 1 ; } } return 0 ; } | returns the size of substring that does not contain ane trailing spaces concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubset c... |
void function ( String arg0 ) { delimitedMode ( latin1StringToBytes ( arg0 ) ) ; } | flip the parser into delimited mode , and where the delimiter can be represented by the string delim encoded in latin-1 . do n't use this if your string contains other than latin-1 characters . this method can be called multiple times with different values of delim while data is being parsed . concode_field_sep Handler... |
void function ( ) { if ( camera != null ) { FlashlightManager . disableFlashlight ( ) ; camera . release ( ) ; camera = null ; } } | closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previewCallback concode_elem_sep Rect framingRectInPreview ... |
boolean function ( ) { return ( ! CollectionUtils . isEmpty ( this . triggerTasks ) || ! CollectionUtils . isEmpty ( this . cronTasks ) || ! CollectionUtils . isEmpty ( this . fixedRateTasks ) || ! CollectionUtils . isEmpty ( this . fixedDelayTasks ) ) ; } | return whether this scheduledtaskregistrar has any tasks registered . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler conco... |
Item function ( ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; Item loc0 = first . loc0 ; first = first . next ; n -- ; if ( isEmpty ( ) ) last = null ; return loc0 ; } | removes and returns the item on this queue that was least recently added . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep Node<Item> first concode_elem_sep int n concode_field_sep Item next concode_elem_sep void enqueue ... |
double function ( ) { return maxPower ; } | gets the max power . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getPower concode_elem_sep void setMaxPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep void setStaticPower concode_elem_sep... |
void function ( String arg0 ) { this . viewInstanceName = arg0 ; } | set the view instance name . concode_field_sep ViewInstanceEntity viewInstance concode_elem_sep String viewName concode_elem_sep String viewInstanceName concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep ViewInstanceEntity getViewInstanceEntity concode_elem_sep St... |
void function ( String arg0 ) { falkonryService . deleteDatastream ( arg0 ) ; } | deletedatastream concode_field_sep FalkonryService falkonryService concode_field_sep InputStatus addInputStream concode_elem_sep Datastream createDatastream concode_elem_sep void deleteAssessment concode_elem_sep Assessment updateAssessment concode_elem_sep List<EntityMeta> getEntityMeta concode_elem_sep Datastream upd... |
void function ( String arg0 ) { this . deliveryFrequency = arg0 ; } | the frequency with which a aws config recurringly delivers configuration snapshots . concode_field_sep String deliveryFrequency concode_field_sep String getDeliveryFrequency concode_elem_sep ConfigSnapshotDeliveryProperties withDeliveryFrequency concode_elem_sep ConfigSnapshotDeliveryProperties withDeliveryFrequency co... |
void function ( String arg0 ) { this . style = arg0 ; } | sets the value of the style property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position c... |
String function ( ) { return password ; } | get the password . concode_field_sep String password concode_elem_sep String onBehalfOf concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getLocation concode_elem_sep void setUsername concode_elem_sep void setLo... |
Iterable < E > function ( ) { List < E > loc0 = new ArrayList < > ( ) ; preOrderSubtree ( root , loc0 ) ; return loc0 ; } | returns an iterable collection of elements of the tree , reported in pre-order . concode_field_sep Node<E> root concode_elem_sep Node<E> left concode_elem_sep Node<E> right concode_elem_sep E element concode_field_sep void setLeft concode_elem_sep void toStringRec concode_elem_sep boolean isEmpty concode_elem_sep void ... |
SnapshotShardsStats function ( ) { return shardsStats ; } | shards stats concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep Map<Integer,SnapshotIndexShardStatus> indexShards concode_elem_sep SnapshotStats stats concode_elem_sep String SHARDS concode_elem_sep String index concode_field_sep Map<Integer,SnapshotIndexShardStatus> getShards concode_elem_sep SnapshotS... |
void function ( String arg0 ) { } | called when the file is created . concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileModify concode_elem_sep void onFileDelete concode_elem_sep void start concode_elem_sep void register |
void function ( ) { throw new UnsupportedOperationException ( ) ; } | removes from the underlying collection the last element returned by the iterator optional operation . this method can be called only once per call to next . the behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method... |
void function ( float arg0 , float arg1 ) { if ( arg0 < 0 ) { arg0 = 0 ; } if ( arg1 < 0 ) { arg1 = 0 ; } if ( mWidth != arg0 || mHeight != arg1 ) { mWidth = arg0 ; mHeight = arg1 ; onResize ( arg0 , arg1 ) ; } } | resizes the dimensions of this shape . must be called before #draw canvas , paint . concode_field_sep float mHeight concode_elem_sep float mWidth concode_field_sep void onResize concode_elem_sep void getOutline concode_elem_sep float getHeight concode_elem_sep Shape clone concode_elem_sep float getWidth concode_elem_se... |
void function ( ) { if ( ADJUST_LOGLEVEL ) { logLevel = LOGGER . getLevel ( ) ; LOGGER . setLevel ( LOGLEVEL ) ; rootLogLevel = getRootLogHandler ( ) . getLevel ( ) ; LogManager . getLogManager ( ) . getLogger ( "srini_string" ) . getHandlers ( ) [ 0 ] . setLevel ( LOGLEVEL ) ; } } | hack the log level so we can see schemas loading . concode_field_sep boolean ADJUST_LOGLEVEL concode_elem_sep Logger LOGGER concode_elem_sep Level logLevel concode_elem_sep Level LOGLEVEL concode_elem_sep Level rootLogLevel concode_field_sep void cache concode_elem_sep void classpath concode_elem_sep void catalog conco... |
void function ( String arg0 ) { name = arg0 ; } | sets the ' society #getname name ' feature . concode_field_sep String name concode_field_sep String getName concode_elem_sep String toString |
void function ( ImportTermination arg0 ) { importResult = arg0 ; } | import result setter . concode_field_sep String elementId concode_elem_sep ImportTermination importResult concode_elem_sep ElementType elementType concode_field_sep ImportTermination getImportResult concode_elem_sep ElementType getElementType concode_elem_sep void setElementType concode_elem_sep String getElementId con... |
void function ( double arg0 ) { mTolerance = arg0 ; } | sets the tolerance for the approximator . when using the douglas-peucker-algorithm , the tolerance is an angle in degrees , that will trigger the filtering . concode_field_sep double mTolerance concode_elem_sep boolean[] keep concode_elem_sep float mScaleRatio concode_elem_sep ApproximatorType mType concode_elem_sep fl... |
String function ( DatosLogin arg0 ) { Gson loc0 = new Gson ( ) ; return loc0 . toJson ( arg0 ) ; } | pre : c ! = null post : devuelve la representacion json de c. concode_field_sep String mail concode_elem_sep String pass concode_field_sep String getPass concode_elem_sep void setMail concode_elem_sep DatosLogin fromJson concode_elem_sep void setPass concode_elem_sep String getMail |
void function ( int arg0 ) { this . propDefSortOrderPairList . remove ( arg0 ) ; } | removes the element at the specified index from the collection . concode_field_sep List<Map<PropertyDefinitionBase,SortDirection>> propDefSortOrderPairList concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep Iterator<Map<PropertyDefinitionBase,SortDirection>> iterator concode_elem_sep boolean ... |
ServiceXml function ( ) { return new ServiceXml ( ) ; } | create an instance of servicexml concode_field_sep PlaceHolder placeHolder concode_field_sep AddressProfileTable createAddressProfileTable concode_elem_sep SbbVersion createSbbVersion concode_elem_sep Service createService concode_elem_sep ServiceVendor createServiceVendor concode_elem_sep Description createDescription... |
float function ( byte [ ] arg0 , int arg1 ) { return Float . intBitsToFloat ( getIntByByteLE ( arg0 , arg1 ) ) ; } | gets float value from byte array assuming that value stored in little-endian byte order . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serializeJdk concode_elem_sep int getIntByByteLE concode_elem_sep int getIntByByteLE concode_elem_sep long getLongByByteLE concode_elem_sep long getLongByByteLE co... |
void function ( Boolean arg0 ) { this . eBSEnabled = arg0 ; } | specifies whether ebs-based storage is enabled . concode_field_sep String volumeType concode_elem_sep Integer iops concode_elem_sep Boolean eBSEnabled concode_elem_sep Integer volumeSize concode_field_sep void setIops concode_elem_sep Integer getVolumeSize concode_elem_sep EBSOptions withVolumeSize concode_elem_sep EBS... |
double function ( int arg0 , int arg1 , int arg2 ) { double loc0 = getJulianDay ( arg0 , arg1 , arg2 ) ; double loc1 = ( loc0 - 2451545.0 ) / 36525.0 ; double loc2 = loc1 * loc1 ; double loc3 = loc2 * loc1 ; double loc4 = ( 24110.54841 + 8640184.812866 * loc1 + 0.093104 * loc2 - 0.0000062 * loc3 ) / 86400.0 ; double lo... | getsiderealtime http://hoshizora.yokochou.com/calculation/sidereal_time.html concode_field_sep String TAG_SUB concode_elem_sep boolean D concode_elem_sep String TAG concode_field_sep double getJulianDay concode_elem_sep void log_d |
void function ( int arg0 ) { } | this method marks a position in the input to which the stream can be `` reset '' by calling the reset method . the parameter readlimit is the number of bytes that can be read from the stream after setting the mark before the mark becomes invalid . for example , if mark is called with a read limit of 10 , then when 11 b... |
String function ( User arg0 ) { if ( UserGroup . isPaid ( arg0 ) ) { return "srini_string" + arg0 + "srini_string" ; } return "srini_string" ; } | generates a welcome message from the passed user . the resulting message depends on the group of the user . so if the user is in the usergroup #paidgroup then the enhanced version of thewelcome message will be returned where the username is displayed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep RatingsStatsLocalService _service concode_field_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep java.util.List<com.liferay.ratings.kernel.model.RatingsStats> getSta... |
List < JAXBElement < ? >> function ( ) { if ( boolsAndBool2SAndBool3S == null ) { boolsAndBool2SAndBool3S = new ArrayList < JAXBElement < ? >> ( ) ; } return this . boolsAndBool2SAndBool3S ; } | gets the value of the boolsandbool2sandbool3s property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the boolsandbool2sandbool3s property . for exa... |
void function ( ) { RpcTestUtils . handlerSimpleAppendTest ( new OKAvroHandler ( ) ) ; } | simple request concode_field_sep String localhost concode_elem_sep Logger logger concode_field_sep void testServerDisconnect concode_elem_sep void testUnknownServerBatch concode_elem_sep void testFailedServerBatch concode_elem_sep void testThrowingServerSimple concode_elem_sep void testUnknownServerSimple concode_elem_... |
Fixture function ( ) { return m_fixtureA ; } | get the first fixture in this contact . 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_fixtureA concode_elem_sep int m_flags concode_elem_sep IWorldPool pool concode_elem_sep Contact m_prev conc... |
List < PartTypeClient > function ( ) { return part ; } | gets the part . concode_field_sep List<NoteTypeClient> note concode_elem_sep List<IdentifierTypeClient> identifier concode_elem_sep List<ExtensionTypeClient> extension concode_elem_sep List<SubjectTypeClient> subject concode_elem_sep List<PartTypeClient> part concode_elem_sep List<TitleInfoTypeClient> titleInfo concode... |
void function ( T arg0 ) { DependencyNode < T > loc0 = new DependencyNode < T > ( arg0 ) ; _nodes . put ( arg0 , loc0 ) ; _orphans . add ( arg0 ) ; } | adds an element with no initial dependencies from the graph . concode_field_sep List<DependencyNode<DT>> parents concode_elem_sep List<DependencyNode<DT>> children concode_elem_sep List<T> _orphans concode_elem_sep Map<T,DependencyNode<T>> _nodes concode_elem_sep DT content concode_field_sep int size concode_elem_sep b... |
String function ( final int arg0 ) { return ( String ) ( ( Object [ ] ) errors . elementAt ( arg0 ) ) [ 0 ] ; } | gets message from specified error . concode_field_sep Vector errors concode_elem_sep Appender backupAppender concode_elem_sep Logger logger concode_elem_sep Appender appender concode_field_sep LoggingEvent getEvent concode_elem_sep void activateOptions concode_elem_sep Exception getException concode_elem_sep int size c... |
IntegerColorSet function ( ) { return new IntegerColorSet ( HLToCPNTranslator . cpnColorSetNameForCaseId ) ; } | returns the cpn color set representation for the case id . concode_field_sep HLPetriNet highLevelPN concode_elem_sep ColoredPetriNet simulatedPN concode_elem_sep HashSet<ProductColorSet> productColorSetsForPlaces concode_field_sep ArrayList<SubSetColorSet> getColorSetsGroups concode_elem_sep CpnColorSet getColorSetData... |
int function ( ) { return blue ; } | gets the blue value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANGE... |
BatchWriterConfig function ( long arg0 , TimeUnit arg1 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; if ( arg0 == 0 ) this . timeout = Long . MAX_VALUE ; else this . timeout = Math . max ( 1 , arg1 . toMillis ( arg0 ) ) ; return this ; } | sets the maximum amount of time an unresponsive server will be re-tried . when this timeout is exceeded , the batchwriter should throw an exception.for no timeout , set to zero , or long #max_value with timeunit #milliseconds . timeunit #microseconds or timeunit #nanoseconds will be truncated to the nearest timeunit #m... |
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep char[] nextCharBuf concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] con... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name . concode_field_sep String name concode_elem_sep String code concode_elem_sep String path concode_elem_sep Integer prog concode_elem_sep List biObjects concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep Integer parentId concode_elem_sep Role[] execRoles concode_field_sep void... |
void function ( String arg0 ) { this . pubDate = arg0 ; } | sets the value of the pubdate property . concode_field_sep Enclosure enclosure concode_elem_sep String link concode_elem_sep String description concode_elem_sep String title concode_elem_sep String pubDate concode_field_sep void setLink concode_elem_sep String getLink concode_elem_sep String getTitle concode_elem_sep S... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.