code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Boolean arg0 ) { this . isTruncated = arg0 ; } | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... |
LoginServer function ( ) { return selectedServer ; } | returns the selected login server to display . concode_field_sep SharedPreferences settings concode_elem_sep String NUMBER_OF_ENTRIES concode_elem_sep String SERVER_NAME concode_elem_sep Context ctx concode_elem_sep String IS_CUSTOM concode_elem_sep LoginServer selectedServer concode_elem_sep String url concode_elem_se... |
String function ( ) { return identifier ; } | gets the identifier . concode_field_sep String identifier concode_elem_sep String actualLocator concode_elem_sep String logicalName concode_field_sep void setIdentifier concode_elem_sep void setActualLocator concode_elem_sep String getActualLocator concode_elem_sep String getLogicalName |
ImmutableList < Command > function ( ) { return ImmutableList . copyOf ( commands ) ; } | returns the application 's commands . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_elem_sep boolean metricsAreRegistered concode_elem_sep List<Bundle> b... |
JSONArray function ( List < SusiPhrase > arg0 ) { return new JSONArray ( ) . put ( CATCHALL_KEY ) ; } | if no keys are given , we compute them from the given phrases concode_field_sep int score concode_elem_sep List<SusiInference> inferences concode_elem_sep Set<String> keys concode_elem_sep int DEFAULT_SCORE concode_elem_sep String comment concode_elem_sep long id concode_elem_sep List<SusiPhrase> phrases concode_elem_s... |
OkHttpClient function ( SSLSocketFactory arg0 ) { this . sslSocketFactory = arg0 ; return this ; } | sets the socket factory used to secure https connections . if unset , the httpsurlconnection #getdefaultsslsocketfactory system-wide default ssl socket factory will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPo... |
TableOfContents function ( ) { return helpManager . getTableOfContents ( ) ; } | get table of contents concode_field_sep Logger LOG concode_elem_sep HelpManager helpManager concode_elem_sep TableOfContents tableOfContents concode_elem_sep String baseUrl concode_field_sep String getBaseUrl concode_elem_sep void setTableOfContents concode_elem_sep void setHelpManager concode_elem_sep HelpManager getH... |
void function ( BikeRentalStationVertex arg0 , StreetVertex arg1 ) { for ( StreetBikeRentalLink loc0 : Iterables . filter ( arg0 . getOutgoing ( ) , StreetBikeRentalLink . class ) ) { if ( loc0 . getToVertex ( ) == arg1 ) return ; } new StreetBikeRentalLink ( arg0 , arg1 ) ; new StreetBikeRentalLink ( arg1 , arg0 ) ; } | make link edges for bike rental concode_field_sep double DUPLICATE_WAY_EPSILON_METERS concode_elem_sep Logger LOG concode_elem_sep GeometryFactory geometryFactory concode_elem_sep int MAX_SEARCH_RADIUS_METERS concode_elem_sep HashGridSpatialIndex<StreetEdge> idx concode_elem_sep Graph graph concode_field_sep SplitterVe... |
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } | info 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 setL... |
File function ( ) { return mapsDir ; } | get the default maps folder . concode_field_sep File debugLogFile concode_elem_sep String PATH_MEDIA concode_elem_sep ResourcesManager resourcesManager concode_elem_sep File mediaDir concode_elem_sep File databaseFile concode_elem_sep long serialVersionUID concode_elem_sep boolean useInternalMemory concode_elem_sep Str... |
RenderManager function ( ) { return null ; } | gets rendermanager concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_... |
void function ( final String arg0 ) { this . description = arg0 ; } | sets description concode_field_sep String name concode_elem_sep String description concode_elem_sep PermissionDefinition definition concode_elem_sep long serialVersionUID concode_elem_sep UUID id concode_elem_sep String type concode_field_sep void setName concode_elem_sep PermissionDefinition getDefinition concode_elem... |
double function ( ) { return m_minNumInstances ; } | get the minimum number of instances to allow at a leaf node concode_field_sep boolean m_smoothPredictions concode_elem_sep double[] m_splitVals concode_elem_sep double m_minNumInstances concode_elem_sep int LEFT concode_elem_sep long serialVersionUID concode_elem_sep int[] m_splitAtts concode_elem_sep boolean m_regress... |
void function ( int arg0 ) { columnNumber = arg0 ; } | set the column number concode_field_sep int objectNameCode concode_elem_sep NamespaceResolver namespaceResolver concode_elem_sep HashMap properties concode_elem_sep int columnNumber concode_elem_sep int constructType concode_elem_sep String systemId concode_elem_sep int lineNumber concode_field_sep void setNamespaceRes... |
Set < Integer > function ( ) { return searchResultCache . keySet ( ) ; } | gets a set of page hit page indexes . that is to say a list of all page indexes that have search hits . this list can be used to clear searches or to iterate more quickly of the resutls set . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms ... |
String function ( ) { return this . log ; } | the amazon api gateway execution log for the test authorizer request . concode_field_sep java.util.Map<String,java.util.List<String>> authorization concode_elem_sep String log concode_elem_sep Long latency concode_elem_sep Integer clientStatus concode_elem_sep String principalId concode_elem_sep String policy concode_f... |
void function ( String arg0 ) { this . policyTypeName = arg0 ; } | the name of the policy type . concode_field_sep com.amazonaws.internal.SdkInternalList<PolicyAttributeDescription> policyAttributeDescriptions concode_elem_sep String policyName concode_elem_sep String policyTypeName concode_field_sep PolicyDescription withPolicyTypeName concode_elem_sep void setPolicyName concode_elem... |
void function ( String arg0 , Throwable arg1 ) { if ( BuildConfig . DEBUG ) { Log . v ( getTag ( ) , arg0 , arg1 ) ; } } | send a verbose log message and log the exception . concode_field_sep String DEFAULT_TAG concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void w concode_elem_se... |
BuildStepMonitor function ( ) { return BuildStepMonitor . NONE ; } | returns buildstepmonitor #none by default , as jobproperty s normally do n't depend on its previous result . concode_field_sep J owner concode_field_sep JobPropertyDescriptor getDescriptor concode_elem_sep Action getJobAction concode_elem_sep Action getProjectAction concode_elem_sep boolean prebuild concode_elem_sep Co... |
void function ( ) { executor . shutdown ( ) ; try { executor . awaitTermination ( Long . MAX_VALUE , TimeUnit . SECONDS ) ; } catch ( InterruptedException loc0 ) { throw new GdxRuntimeException ( "srini_string" , loc0 ) ; } } | waits for running asynctask instances to finish , then destroys any resources like threads . can not be used afterthis method is called . concode_field_sep ExecutorService executor concode_field_sep AsyncResult<T> submit |
Subscriber < T > function ( ) { return from ( Observers . empty ( ) ) ; } | returns an inert subscriber that does nothing in response to the emissions or notifications fromany observable it subscribes to . this is different , however , from an emptyobserver , in that it will throw an exception if its subscriber #onerror onerror method is called whereas emptyobserver will swallow the error in s... |
String function ( ) { return rule . getName ( ) ; } | getname . concode_field_sep TupleRule rule concode_elem_sep List<TupleRule> contributionRules concode_field_sep void setName concode_elem_sep void setHandler concode_elem_sep Node getKey concode_elem_sep void setRequired concode_elem_sep TupleRule<?,?> getRuleForTuple concode_elem_sep TupleRule<?,?> getRootTupleRule co... |
void function ( Long arg0 ) { this . orderLine = arg0 ; } | sets the value of the orderline property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep Long orderLine concode_elem_sep Double tax1Amt concode_elem_sep String memo concode_elem_sep RecordRef amortizationSched concode_elem_sep RecordRef taxCode concode_elem_sep String amortizationResidual ... |
String function ( AuthorBean arg0 ) { return AssessmentFacadeQueries . TITLE ; } | get orderby parameter for takable table concode_field_sep Logger log concode_field_sep void processAction concode_elem_sep void processSortInfo |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } | add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ... |
String function ( String arg0 , Table arg1 , List < Column > arg2 ) { return generateName ( arg0 , arg1 , arg2 . toArray ( new Column [ arg2 . size ( ) ] ) ) ; } | helper method for #generatename string , table , column . concode_field_sep ColumnComparator INSTANCE concode_elem_sep String name concode_elem_sep ArrayList<Column> columns concode_elem_sep Table table concode_field_sep void setName concode_elem_sep void addColumn concode_elem_sep int compare concode_elem_sep String g... |
String function ( String arg0 , String arg1 , String arg2 , String arg3 ) { ST loc0 = folder . getInstanceOf ( arg3 ) ; loc0 . add ( "srini_string" , arg0 ) ; loc0 . add ( "srini_string" , arg1 ) ; loc0 . add ( "srini_string" , arg2 ) ; String loc1 = loc0 . render ( ) ; logger . debug ( loc1 ) ; return loc1 ; } | retrieves source system history/trending queries based on the query name without the file type and other parameters . concode_field_sep FeatureSettings featureSettings concode_elem_sep STGroup folder concode_elem_sep Log logger concode_elem_sep String queryFolder concode_field_sep String getQuery |
AuthenticationBuilder function ( final String arg0 , final HandlerResult arg1 ) { this . successes . put ( arg0 , arg1 ) ; return this ; } | adds an authentication success to the map of handler names to successful authentication handler results . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Class<? extends Exception>> failures concode_elem_sep Map<String,Object> attributes concode_el... |
void function ( AssertionInfo arg0 , char [ ] arg1 , char [ ] arg2 ) { arrays . assertDoesNotContain ( arg0 , failures , arg1 , arg2 ) ; } | asserts that the given array does not contain the given values . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep CharArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep CharArrays instance concode_elem_sep void assertNullOrEmp... |
double function ( CharID arg0 , Map < BonusObj , ? extends CDOMObject > arg1 ) { double loc0 = 0 ; for ( Map . Entry < BonusObj , ? extends CDOMObject > loc1 : arg1 . entrySet ( ) ) { BonusObj loc2 = loc1 . getKey ( ) ; CDOMObject loc3 = loc1 . getValue ( ) ; loc0 += getBonusValue ( arg0 , loc2 , loc3 . getQualifiedKey... | calculates the bonus for the player character identified by the given charid . the bonus is calculated based on the bonusobj objects passed in the given map . the value in the map indicates the source object of the bonusobj . this method is reference-semantic in that ownership of the map which is passed to this method ... |
boolean function ( ) { return r . nextBoolean ( ) ; } | asks the symbolic executor to return the `` any '' value , i.e. , a special value that signifies the `` union '' of both true and false , yielding both alternatives whenever it is evaluated . when executed on a jvm different from jbse it draws a random boolean value . note that this semantics is as close as possible , ... |
String function ( final int arg0 ) { return getResourceString ( arg0 ) ; } | returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s... |
double function ( ) { return endTimeStamp ; } | get timestamp concode_field_sep String inactiveAxis concode_elem_sep Vector nodes concode_elem_sep Vector pattern concode_elem_sep double endTimeStamp concode_elem_sep int ID concode_elem_sep String activeAxis concode_elem_sep Vector dataset concode_field_sep void setEndTimeStamp concode_elem_sep String getInactiveAxis... |
void function ( Date arg0 ) { _jiraIssue . setCreateDate ( arg0 ) ; } | sets the create date of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel concode_ele... |
void function ( ) { connection . close ( ) ; } | closes the transaction 's connection to a scalaris node . note : subsequent calls to the other methods will throw connectionexception s ! concode_field_sep Connection connection concode_field_sep ErlangValue getSubscribers concode_elem_sep ErlangValue getSubscribers concode_elem_sep void subscribe concode_elem_sep void... |
int function ( K arg0 , V arg1 ) { return 1 ; } | returns the size of the entry for key and value inuser-defined units . the default implementation returns 1 so that size is the number of entries and max size is the maximum number of entries . an entry 's size must not change while it is in the cache . concode_field_sep int evictionCount concode_elem_sep int putCount ... |
void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; } | load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov... |
HttpMessageWriter function ( final SessionOutputBuffer arg0 , final HttpParams arg1 ) { return new HttpRequestWriter ( arg0 , null , arg1 ) ; } | creates an instance of httpmessagewriter to be used forwriting out http requests sent over this connection . this method can be overridden in a super class in order to provide a different implementation of the httpmessagewriter interface orto pass a different implementation of lineformatter to thethe default implementa... |
JSONArray function ( XMLTokener arg0 ) { return ( JSONArray ) parse ( arg0 , true , null ) ; } | convert a well-formed but not necessarily valid xml string into a jsonarray using the jsonml transform . each xml tag is represented as a jsonarray in which the first element is the tag name . if the tag has attributes , then the second element will be jsonobject containing the name/value pairs . if the tag contains ch... |
String function ( String arg0 ) { return new String ( encode ( arg0 . getBytes ( ) ) ) ; } | encodes a string into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_elem_sep String systemLineSeparator concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode concode_elem_sep byte[] decodeLines concode_e... |
int function ( final Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } for ( int loc0 = 0 ; loc0 < this . data . size ( ) ; loc0 ++ ) { final ComboBoxItemPair loc1 = ( ComboBoxItemPair ) this . data . get ( loc0 ) ; if ( arg0 . equals ( loc1 . getKey ( ) ) ) { return loc0 ; } }... | searches an element by its data value . this method is called by the setselecteditem method and returns the first occurence of the element . concode_field_sep ArrayList data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList listdatalistener concode_elem_sep Object value concode_elem_sep Object key con... |
String function ( ) { return dirPath ; } | returns the path concode_field_sep Logger log concode_elem_sep String queryName concode_elem_sep String dirPath concode_field_sep boolean deleteIndexPath concode_elem_sep void deleteQuery concode_elem_sep void setDirPath concode_elem_sep void main concode_elem_sep void setQueryName concode_elem_sep String getQueryName ... |
long function ( ) { return parentId ; } | javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep int nAborts concode_elem_sep long lastTxnId concode_elem_sep Active activeTxns[] concode_elem_sep long parentId concode_elem_sep int nCommits concode_elem_sep int nXAAborts concode_elem_sep int nBegins concode... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _syncDLObjectLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
void function ( XStreamPersisterInitializer arg0 ) { getInitializers ( ) . add ( arg0 ) ; } | programmatically adds a xstreampersisterinitializer to the factory initializers arealso automatically looked up from the spring context , use this method only if you can not declare your initializer as a spring bean concode_field_sep List<XStreamPersisterInitializer> initializers concode_field_sep void setApplicationCo... |
org . topcased . gpm . business . facilities . GridDisplayHintData function ( ) { return this . gridOptions ; } | get the gridoptions concode_field_sep org.topcased.gpm.business.fields.PointerFieldValueData pointerFieldValue concode_elem_sep org.topcased.gpm.business.fields.ChoiceStringHintData choiceStringOptions concode_elem_sep boolean mandatory concode_elem_sep boolean updatable concode_elem_sep java.lang.String defaultValue c... |
void function ( String arg0 , String arg1 ) { if ( attributes == null ) attributes = new HashMap ( ) ; attributes . put ( arg0 , arg1 ) ; } | add an attribute to this node , replacing any existing attribute with the same name . 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 findAttri... |
R function ( IntegerLiteral arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; } | f0 - > concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
T function ( String arg0 , Object arg1 ) { Lexer loc0 = al . newLexer ( arg0 ) ; Parser loc1 = al . newParser ( loc0 ) ; return ( T ) loc1 . parse ( arg1 ) ; } | execute the new language 's code concode_field_sep AnalyzedLang al concode_field_sep List<Token> lexing |
void function ( ) { runIndexing ( trainingDataset ) ; } | auxiliary method for working with the current training set of the newsprocessor concode_field_sep boolean classifyStories concode_elem_sep boolean clusterStoriesWithinTopics concode_elem_sep ClassificationStrategy topicSelector concode_elem_sep boolean isVerbose concode_elem_sep boolean classifyClusters concode_elem_se... |
java . lang . Boolean function ( ) { return quantityAvailable ; } | gets the quantityavailable value for this inventoryassignment . concode_field_sep java.lang.String internalId concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef toBinNumber concode_elem_sep java.lang.Boolean quantityAvailable concode_elem_sep java.lang.Double quantity concode_elem_sep org.apache.a... |
TreeSet < RegExMatch > function ( ) { return finalResults ; } | returns the set of final results . concode_field_sep RegEx regEx concode_elem_sep TreeSet<RegExMatch> finalResults concode_elem_sep SuccinctFile succinctFile concode_field_sep TreeSet<RegExMatch> compute concode_elem_sep TreeSet<RegExMatch> allocateSet concode_elem_sep TreeSet<RegExMatch> regexWildcard concode_elem_sep... |
URI function ( String arg0 ) { return buildURI ( arg0 , null ) ; } | builds the uri according to the oauth the requirements after adding the query string to the base uri . concode_field_sep String uriScheme concode_elem_sep String userInfo concode_elem_sep String path concode_elem_sep int port concode_elem_sep String host concode_elem_sep Logger log concode_field_sep void setHost concod... |
ForwardCursor < E > function ( ) { return entities ( null , null ) ; } | opens a cursor that returns the entities qualifying for the join . the join operation is performed as the returned cursor is accessed . the operations performed with the cursor will not be transaction protected , and cursorconfig #default is used implicitly . concode_field_sep Cursor[] cursors concode_elem_sep JoinCurs... |
List < FeedChangeData > function ( ) { if ( changedFeeds == null ) { changedFeeds = new ArrayList < FeedChangeData > ( ) ; } return this . changedFeeds ; } | gets the value of the changedfeeds 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 changedfeeds property . for example , to add a new it... |
XMLLinkId function ( ) { return new XMLLinkId ( ) ; } | create an instance of xmllinkid concode_field_sep QName _Coordinate_QNAME concode_field_sep XMLMatsimObjectType createXMLMatsimObjectType concode_elem_sep XMLSignalGroupSettingsType.XMLOnset createXMLSignalGroupSettingsTypeXMLOnset concode_elem_sep XMLSignalControl createXMLSignalControl concode_elem_sep XMLSignalPlanT... |
List < T > function ( ) { List < T > loc0 = Generics . newArrayList ( size ) ; TreeShapedStack < T > loc1 = this ; for ( int loc2 = 0 ; loc2 < size ; ++ loc2 ) { loc0 . add ( loc1 . data ) ; loc1 = loc1 . pop ( ) ; } Collections . reverse ( loc0 ) ; return loc0 ; } | returns the current stack as a list concode_field_sep T data concode_elem_sep int size concode_elem_sep TreeShapedStack<T> previous concode_field_sep TreeShapedStack<T> pop concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String internalToString concode_elem_sep S... |
int function ( int arg0 ) { return ( ( arg0 <= 0 ) || ( arg0 > 0xffff ) ) ? defaultPort : arg0 ; } | resolves the correct port for this scheme . returns the given port if it is valid , the default port otherwise . concode_field_sep int defaultPort concode_elem_sep SocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFactory ... |
String function ( ) { return action ; } | return the value of the action 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_se... |
boolean function ( HttpServletRequest arg0 ) { String loc0 = Utils . getUserAgent ( arg0 ) ; if ( loc0 != null && loc0 . contains ( USER_AGENT_SX_PART ) ) { return true ; } else { return false ; } } | is the current request from icemobile-sx concode_field_sep String USER_AGENT_SX_PART concode_elem_sep String SESSION_KEY_SX_REGISTERED concode_elem_sep String SX_UPLOAD concode_elem_sep String USER_AGENT_SX_FULL concode_elem_sep String SX_THUMB_MAP concode_elem_sep String COOKIE_FORMAT concode_elem_sep String SX_UPLOAD... |
void function ( ) { Map loc0 = ( Map ) inheritableThreadLocal . get ( ) ; if ( loc0 != null ) { loc0 . clear ( ) ; if ( isJDK14 ( ) ) { inheritableThreadLocal . set ( null ) ; } else { inheritableThreadLocal . remove ( ) ; } } } | clear all entries in the mdc . concode_field_sep InheritableThreadLocal inheritableThreadLocal concode_elem_sep boolean IS_JDK14 concode_field_sep Map getCopyOfContextMap concode_elem_sep boolean isJDK14 concode_elem_sep String get concode_elem_sep void setContextMap concode_elem_sep Set getKeys concode_elem_sep void p... |
String function ( ) { DocumentModel loc0 = navigationContext . getCurrentDocument ( ) ; documentManager . checkIn ( loc0 . getRef ( ) , null , null ) ; retrieveVersions ( ) ; return navigationContext . getActionResult ( loc0 , UserAction . AFTER_EDIT ) ; } | checks the selected document in , with the selected version . concode_field_sep Context sessionContext concode_elem_sep DocumentVersioning documentVersioning concode_elem_sep String checkedOut concode_elem_sep Log log concode_elem_sep ResourcesAccessor resourcesAccessor concode_elem_sep DocumentsListsManager documentsL... |
long function ( ) { return 0 ; } | this method exists for binary compatibility . it was part of the external allocation api which was removed in android 3.0 honeycomb . concode_field_sep VMRuntime THE_ONE concode_field_sep long getMinimumHeapSize concode_elem_sep void trackExternalFree concode_elem_sep long setMinimumHeapSize concode_elem_sep boolean tr... |
String function ( String arg0 ) { return generateIFrame ( getContextPathStatic ( ) + arg0 ) ; } | generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the context path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String generateSourceCodeIFrame concode_el... |
String function ( ) { return SLA ; } | getter method to get the sla concode_field_sep String ART concode_elem_sep String l1 concode_elem_sep String l2 concode_elem_sep String l3 concode_elem_sep String l4 concode_elem_sep String l5 concode_elem_sep String SLA concode_elem_sep String type concode_elem_sep String percentSLAMet concode_elem_sep String customer... |
String function ( Iterable < ? extends CharSequence > arg0 , CharSequence arg1 ) { try { return join ( arg0 , arg1 , new StringBuilder ( ) ) . toString ( ) ; } catch ( IOException loc0 ) { throw new Error ( "srini_string" ) ; } } | join . concode_field_sep PlaceHolder placeHolder concode_field_sep String getLocalName concode_elem_sep String getNamespace concode_elem_sep Triple getReified concode_elem_sep Triple getReified concode_elem_sep Hashtable<Node,Node> match concode_elem_sep Hashtable<Node,Node> match concode_elem_sep Triple substituteBlan... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep List<JAXBElement<?>> pageOrGroupOrLine concode_elem_sep BigDecimal scope concode_elem_sep String name concode_elem_sep String width concode_elem_sep Boolean dynamic concode_elem_sep NavbarPositionType position concode_field_sep void setName concode_elem_sep Navbar... |
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext |
void function ( Object arg0 ) { getEntityManager ( ) . remove ( arg0 ) ; } | remove the entity instance . delegates to entitymanager #remove 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 persistAndGetId concode_elem_sep T persistAndGetId concode_elem_sep E merge ... |
JavaVersion function ( ) { return targetCompatibility ; } | the target jvm to generate . class files for . for example see docs for eclipsejdt concode_field_sep PropertiesFileContentMerger file concode_elem_sep JavaVersion targetCompatibility concode_elem_sep JavaVersion sourceCompatibility concode_elem_sep String javaRuntimeName concode_field_sep void file concode_elem_sep Str... |
FactoryContactItem function ( Uid arg0 ) { FactoryContactItem loc0 = new FactoryContactItem ( arg0 ) ; if ( loc0 . restoreMe ( ) ) { return loc0 ; } else { return null ; } } | construct the item known by this uid from the objectstore assuming it is there - otherwise return null used in the recoverymanager concode_field_sep FactoryContactItem _theSingularItem concode_elem_sep ArjunaFactory _factory concode_elem_sep Uid _uid concode_elem_sep Date _aliveTime concode_elem_sep int version concode... |
Reference function ( ) { return objectReference ; } | gets the reference information for this pdf object . concode_field_sep Reference objectReference concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep String toString |
void function ( ) { map = Collections . synchronizedMap ( new HashMap < DatabaseConnection , SessionTreeNode > ( ) ) ; } | doc qianbing comment method `` clear '' . clears the cache . concode_field_sep Map<DatabaseConnection,SessionTreeNode> map concode_field_sep SessionTreeNode getSessionTreeNode concode_elem_sep INode convert2INode concode_elem_sep RepositoryNodeType getRepositoryType concode_elem_sep RepositoryNode getRoot |
Date function ( ) { return dob ; } | getter method to get the date of birth concode_field_sep String lastName concode_elem_sep String invalidLoginCount concode_elem_sep String emailId concode_elem_sep Timestamp userLastLogin concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_elem_sep String firstName concode_elem_sep String pass... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _dlFileRankLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep DLFileRankLocalService _dlFileRankLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.document.library.kernel.model.DLFileRank getDLFileRank concode_elem_se... |
void function ( String arg0 ) { mSharedPreferences . edit ( ) . putString ( APP_LANGUAGE , arg0 ) . commit ( ) ; } | save user selected language to app preference concode_field_sep String TUTORIAL_VIEWED concode_elem_sep String WALKED_THROUGH_PREFERENCES concode_elem_sep String AUTO_TRANSLATE concode_elem_sep String TOKEN_REGISTERED concode_elem_sep LocalStorage sInstance concode_elem_sep String RIGHT_PANEL_SETTINGS concode_elem_sep ... |
ManagedObjectReference function ( ) { return cluster ; } | gets the value of the cluster property . concode_field_sep ManagedObjectReference cluster concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setCluster |
void function ( UpdateResult arg0 ) { this . rval = arg0 ; } | sets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep UpdateResult getRval |
InputStream function ( InputStream arg0 ) { File loc0 = File . createTempFile ( "srini_string" , null ) ; loc0 . deleteOnExit ( ) ; try ( FileOutputStream loc1 = new FileOutputStream ( loc0 ) ) { IOUtils . copy ( arg0 , loc1 ) ; } return new BufferedInputStream ( new FileInputStream ( loc0 ) ) ; } | writes the input stream to a temporary file , and returns a new input stream connected to the file . concode_field_sep Scheduler scheduler concode_elem_sep CurrentUserService currentUserService concode_elem_sep String RESOURCE_PATH concode_elem_sep AdxDataService adxDataService concode_elem_sep RenderService renderServ... |
String function ( Map < String , String > arg0 , Integer arg1 ) { AdaptorDao loc0 = new AdaptorDao ( ) ; return loc0 . generateSmsText ( arg0 , arg1 ) ; } | this method is used invoke the gettemplatekeys templateid method in adaptordao concode_field_sep PlaceHolder placeHolder concode_field_sep String generateEmailText concode_elem_sep ArrayList<String> getTemplateKeys concode_elem_sep String generateEmailSubject concode_elem_sep LinkedHashMap<String,String> getKeyValueMap |
void function ( final Object arg0 , final Object ... arg1 ) { if ( Prop . debug ) errln ( arg0 , arg1 ) ; } | prints a string to standard error if the prop #debug flag is set . concode_field_sep boolean NOCONSOLE concode_field_sep byte[] inf concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void outln concode_elem_sep void outln concode_elem_sep voi... |
boolean function ( ) { return soot . PhaseOptions . getBoolean ( options , "srini_string" ) ; } | enabled -- . concode_field_sep Map<String,String> options concode_field_sep boolean only_array_ref concode_elem_sep boolean profiling |
void function ( ) { fetchAllOutstanding ( ) ; } | initiates the fetch of all blocks provided in the constructor , with possible retries in the event of transient ioexceptions . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries concode_elem_sep RetryingBlockFetchListener current... |
void function ( GameLevel arg0 ) { arg0 . removeSprite ( this ) ; } | remove the background from the game . concode_field_sep Color color concode_elem_sep Rectangle frame concode_field_sep void timePassed concode_elem_sep void addToGame concode_elem_sep void drawOn |
com . liferay . portal . workflow . kaleo . model . KaleoTransition function ( com . liferay . portal . workflow . kaleo . model . KaleoTransition arg0 ) { return _kaleoTransitionLocalService . deleteKaleoTransition ( arg0 ) ; } | deletes the kaleo transition from the database . also notifies the appropriate model listeners . concode_field_sep KaleoTransitionLocalService _kaleoTransitionLocalService concode_field_sep void deleteCompanyKaleoTransitions concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedServ... |
ServletContext function ( ) { return null ; } | returns the servlet context . for gse , this returns null . this method was added in version 2.3 of the servlet api concode_field_sep String sessionId_ concode_elem_sep String clientAddr_ concode_elem_sep Logger LOGGER concode_elem_sep int accessCount_ concode_elem_sep boolean isInvalidated_ concode_elem_sep long lastA... |
V function ( boolean [ ] arg0 ) { Pair < V > loc0 = this . pair ; arg0 [ 0 ] = loc0 . mark ; return loc0 . reference ; } | returns the current values of both the reference and the mark . typical usage is boolean 1 holder ; ref = v.get holder ; . concode_field_sep T reference concode_elem_sep long pairOffset concode_elem_sep sun.misc.Unsafe UNSAFE concode_elem_sep boolean mark concode_elem_sep Pair<V> pair concode_field_sep void set concode... |
void function ( ) { myData = new ToyData ( ) ; } | generates new data for the mydata object concode_field_sep ToyData myData concode_elem_sep int[] contents concode_field_sep boolean restore concode_elem_sep void save concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep void main |
void function ( java . lang . String arg0 ) { this . direction = arg0 ; } | sets the direction value for this wsquicksearch . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean matchAllWords concode_elem_sep java.lang.String orderBy concode_elem_... |
void function ( WorkflowExecution arg0 ) { this . workflowExecution = arg0 ; } | the external workflow execution to which the cancellation request was delivered . concode_field_sep WorkflowExecution workflowExecution concode_elem_sep Long initiatedEventId concode_field_sep WorkflowExecution getWorkflowExecution concode_elem_sep int hashCode concode_elem_sep ExternalWorkflowExecutionCancelRequestedE... |
String function ( ) { return intentId ; } | id of the intent that produced this result concode_field_sep String intentName concode_elem_sep String intentId concode_field_sep void setIntentId concode_elem_sep String getIntentName concode_elem_sep void setIntentName |
void function ( long arg0 ) { this . displayTime = arg0 ; } | set the amount of time the toast is visible . concode_field_sep String messageTxt concode_elem_sep long displayTime concode_elem_sep boolean closeWhenClicked concode_elem_sep Color messageBackground concode_elem_sep Logger LOGGER concode_elem_sep Color messgaeForeground concode_elem_sep long DEFAULT_DISPLAY_TIME concod... |
String function ( ) { return NAME ; } | return the name of this custom tag . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep String readFile concode_elem_sep boolean inField concode_elem_se... |
int function ( ) { return maxPos ; } | returns the highest position iterated to so far , useful for ensuring laziness . concode_field_sep int maxPos concode_elem_sep int[] tags concode_field_sep void runLazyResult concode_elem_sep Reiterator<RawUnionValue> iterator concode_elem_sep Reiterator<RawUnionValue> iterator concode_elem_sep CoGbkResultSchema create... |
void function ( Species arg0 ) { if ( arg0 != findBestSpecies ( ) ) { if ( population . getSpecies ( ) . size ( ) > 1 ) { this . population . getSpecies ( ) . remove ( arg0 ) ; } } } | attempt to remove a removable species . if the species is the best species , then do not remove it . if the species is the last species , do n't remove it . concode_field_sep EvolutionaryAlgorithm owner concode_elem_sep double compatibilityThreshold concode_elem_sep SortGenomesForSpecies sortGenomes concode_elem_sep in... |
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; } | returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ... |
long function ( ) { return dictionary . getLong ( COSName . V ) ; } | the software module revision number , used to determinate the minimum version of software that is required in order to process this signature . concode_field_sep COSDictionary dictionary concode_field_sep void setName concode_elem_sep String getOS concode_elem_sep void setOS concode_elem_sep String getName concode_elem... |
void function ( byte [ ] arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } mPartHeader . put ( P_CONTENT_TYPE , arg0 ) ; } | set content-type value . concode_field_sep int P_MODIFICATION_DATE concode_elem_sep int P_DEP_FILENAME concode_elem_sep String TAG concode_elem_sep int P_CONTENT_LOCATION concode_elem_sep int P_DEP_DOMAIN concode_elem_sep byte[] mPartData concode_elem_sep int P_MAC concode_elem_sep int P_CONTENT_DISPOSITION concode_ele... |
Long function ( ) { return id ; } | gets the value of the id property . concode_field_sep PricingMethod pricingMethod concode_elem_sep Long rateCardId concode_elem_sep RateCardFeature rateCardFeature concode_elem_sep Long id concode_field_sep Long getRateCardId concode_elem_sep PricingMethod getPricingMethod concode_elem_sep void setRateCardFeature conco... |
PrivateKey function ( KeySpec arg0 ) { return spiImpl . engineGeneratePrivate ( arg0 ) ; } | generates a instance of privatekey from the given keyspecification . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep KeyFactorySpi spiImpl concode_elem_sep String algorithm concode_field_sep Key translateKey concode_elem_sep T getKeySpec concode_elem_s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.