code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ApplicationConnection arg0 ) { this . connection = arg0 ; }
sets the applicationconnection which uses this loading indicator.only used internally . concode_field_sep int secondDelay concode_elem_sep Timer secondTimer concode_elem_sep int firstDelay concode_elem_sep Timer thirdTimer concode_elem_sep String PRIMARY_STYLE_NAME concode_elem_sep ApplicationConnection connection conc...
GeoDistanceSortBuilder function ( String arg0 , GeoPoint ... arg1 ) { return new GeoDistanceSortBuilder ( arg0 , arg1 ) ; }
constructs a new distance based sort on a geo point like field . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort
AchievementData function ( ) { return get ( AchievementData . class ) . get ( ) ; }
gets a copy of the achievementdata for this user . concode_field_sep PlaceHolder placeHolder concode_field_sep StatisticData getStatisticData concode_elem_sep Optional<Player> getPlayer concode_elem_sep String getName concode_elem_sep GameProfile getProfile concode_elem_sep boolean isOnline
long function ( long arg0 , int arg1 ) { if ( arg1 == Integer . MIN_VALUE ) { return subtract ( arg0 , ( long ) arg1 ) ; } return add ( arg0 , - arg1 ) ; }
subtracts a duration value which may be negative from the instant . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPrecise concode_elem_sep long add concode_elem_sep long add concode_elem_sep long getDifferenceAsLong concode_elem_sep int getValue concode_elem_sep int getValue concode_elem_sep Str...
String function ( String arg0 ) { return arg0 . replace ( ' ' , '_' ) ; }
transform the name into a form suitable as a css class . concode_field_sep int H_OFFSET concode_elem_sep int pixelsPerSecond concode_elem_sep int BAR_HEIGHT concode_elem_sep int ROW_LABEL_FONT_SIZE concode_elem_sep int ROW_HEIGHT concode_elem_sep long maxStop concode_elem_sep int DEFAULT_PIXEL_PER_SECOND concode_elem_s...
Map < K , V > function ( ) { return newHashMap ( ) ; }
returns the empty map . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
void function ( String arg0 ) { this . userId = arg0 ; }
the id of the user to whom the photo belongs . concode_field_sep String resourceURL concode_elem_sep String name concode_elem_sep String id concode_elem_sep String userId concode_field_sep String getResourceURL concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep St...
int function ( CommandLine arg0 , String arg1 , int arg2 ) { String loc0 = arg0 . getOptionValue ( arg1 ) ; try { if ( loc0 != null ) { return Integer . parseInt ( loc0 ) ; } } catch ( NumberFormatException loc1 ) { LOG . error ( "srini_string" + loc0 + "srini_string" + arg1 + "srini_string" + arg2 ) ; } return arg2 ; ...
extracts an integer argument with specified default value . concode_field_sep MiniDFSCluster dfs concode_elem_sep long SLEEP_INTERVAL_MS concode_elem_sep int nameNodeHttpPort concode_elem_sep Log LOG concode_elem_sep int nameNodePort concode_elem_sep String writeDetails concode_elem_sep int numDataNodes concode_elem_se...
String function ( ) { return originatedNode ; }
get the node from which the notification was originated . concode_field_sep String encodedObjectAsString concode_elem_sep String originatedNode concode_elem_sep String changeType concode_elem_sep String description concode_elem_sep String notifiedArtifact concode_field_sep String getEncodedObjectAsString concode_elem_s...
void function ( BigInteger arg0 ) { this . end = arg0 ; }
sets the value of the end property . concode_field_sep String elevation concode_elem_sep String mod concode_elem_sep String dimensionality concode_elem_sep BigInteger start concode_elem_sep String dcl concode_elem_sep String type concode_elem_sep String gquant concode_elem_sep String form concode_elem_sep String latLon...
void function ( RegistryService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } DynamicClientWebAppRegistrationDataHolder . getInstance ( ) . setRegistryService ( arg0 ) ; }
sets registry service . concode_field_sep Log log concode_field_sep void unsetConfigurationContextService concode_elem_sep void setDynamicClientService concode_elem_sep void activate concode_elem_sep void setRealmService concode_elem_sep void unsetRegistryService concode_elem_sep void setConfigurationContextService con...
void function ( S arg0 ) { T loc0 = stMap . get ( arg0 ) ; if ( loc0 != null ) { stMap . remove ( arg0 ) ; tsMap . remove ( loc0 ) ; } }
removes the first object concode_field_sep Map<S,T> stMap concode_elem_sep Map<T,S> tsMap concode_field_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep UnmodifiableSet<T> getSecondSet concode_elem_sep UnmodifiableSet<Entry<S,T>> getEntrySet concode_elem_sep boolean containsSecond concode_elem_sep void ...
void function ( ) { for ( long loc0 = baseOffset ; loc0 < baseOffset + length * WIDTH ; loc0 += WIDTH ) { Platform . putLong ( baseObj , loc0 , 0 ) ; } }
fill this all with 0l . concode_field_sep long baseOffset concode_elem_sep MemoryBlock memory concode_elem_sep long WIDTH concode_elem_sep long length concode_elem_sep Object baseObj concode_field_sep void set concode_elem_sep long size concode_elem_sep long get concode_elem_sep Object getBaseObject concode_elem_sep Me...
boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; }
iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_ele...
void function ( ConfigurationContextService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } RegistryServiceReferenceHolder . setEventingService ( null ) ; }
this method is used to unset configuration context service . concode_field_sep ServiceRegistration registryDepSynServiceRegistration concode_elem_sep Log log concode_field_sep void activate concode_elem_sep void unsetRegistryService concode_elem_sep void setConfigurationContextService concode_elem_sep void setRegistryS...
ListDomainsResult function ( String ... arg0 ) { if ( getDomainNames ( ) == null ) setDomainNames ( new java . util . ArrayList < String > ( arg0 . length ) ) ; for ( String loc0 : arg0 ) { getDomainNames ( ) . add ( loc0 ) ; } return this ; }
a list of domain names that match the expression . note : this method appends the values to the existing list if any . use #setdomainnames java.util.collection or #withdomainnames java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained tog...
int function ( ) { return this . tuple . size ( ) ; }
returns the length of the tuple concode_field_sep List<Integer> tuple concode_field_sep boolean add concode_elem_sep void readFields concode_elem_sep List<Integer> getEntries concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Integer integerAt concode_elem_se...
void function ( ) { driver . navigate ( ) . back ( ) ; }
press the back button concode_field_sep WebDriverWait driverWait concode_elem_sep AndroidDriver driver concode_elem_sep URL serverAddress concode_field_sep void init concode_elem_sep WebElement wait concode_elem_sep List<WebElement> waitAll concode_elem_sep void setWait concode_elem_sep By for_text concode_elem_sep By ...
Scope function ( ) { return createInternalScope ( "srini_string" ) ; }
internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Scope interfaceScop...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
String function ( ) { return key ; }
gets the value of the key property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setKey
void function ( ) { }
the method called by the server when it shuts down . servlets which have data to be saved or committed to a database should override this method . concode_field_sep Logger logger concode_elem_sep File root concode_elem_sep String context concode_field_sep String filter concode_elem_sep void init concode_elem_sep File g...
void function ( ) { stopping = true ; }
signal the harvester to stop . the harvester may not stop immediately , but should stop as soon as possible . concode_field_sep boolean stopping concode_field_sep String getOutputType concode_elem_sep void harvest concode_elem_sep void harvest concode_elem_sep boolean isStopping concode_elem_sep void fireStartHarvest c...
TextCharacter function ( char arg0 ) { if ( this . character == arg0 ) { return this ; } return new TextCharacter ( arg0 , foregroundColor , backgroundColor , modifiers ) ; }
returns a new textcharacter with the same colors and modifiers but a different underlying character concode_field_sep char character concode_elem_sep TextColor backgroundColor concode_elem_sep TextColor foregroundColor concode_elem_sep EnumSet<SGR> modifiers concode_elem_sep TextCharacter DEFAULT_CHARACTER concode_fiel...
Builder function ( ) { validate ( ) ; _sides . add ( new Line ( _vertexes . get ( _vertexes . size ( ) - 1 ) , _vertexes . get ( 0 ) ) ) ; _isClosed = true ; return this ; }
close the polygon shape . this will create a new side edge from the last vertex point to the first vertex point . concode_field_sep List<Point> _vertexes concode_elem_sep BoundingBox _boundingBox concode_elem_sep float yMin concode_elem_sep boolean _isClosed concode_elem_sep boolean _firstPoint concode_elem_sep float x...
void function ( String arg0 ) { this . userName = arg0 ; }
the name friendly name , not arn identifying the user . concode_field_sep String userName concode_elem_sep String userId concode_field_sep PolicyUser withUserName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PolicyUser clone concode_elem_sep String getUserName concode_elem_sep PolicyUs...
void function ( ) { User loc0 = new User ( ) ; loc0 . setRank ( new Rank ( ) ) ; this . testInvitation . setRegisteredUser ( loc0 ) ; DaoInvitationObjectifyTest . registeredUserTestCondition ( loc0 , this . testInvitation . getRegisteredUser ( ) ) ; }
test method for ugportal.model.invitation #getregistereduser . concode_field_sep LocalServiceTestHelper helper concode_elem_sep Invitation testInvitation concode_field_sep void testGetInvitedByUser concode_elem_sep void testSetRegisteredUser concode_elem_sep void testSetId concode_elem_sep void testSetInvitedByUser con...
int function ( ClarionObject arg0 , int arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
void function ( String arg0 , String arg1 ) { parameters . put ( arg0 , arg1 ) ; }
associates the specified value with the specified key in this context . if the context previously contained a mapping for the key , the old value is replaced by the specified value . concode_field_sep Map<String,String> parameters concode_field_sep Long getLong concode_elem_sep Long getLong concode_elem_sep ImmutableMa...
boolean function ( ) { return successful ; }
whether successulf concode_field_sep Date date concode_elem_sep int itemsImported concode_elem_sep int totalItems concode_elem_sep List<String> handlesImported concode_elem_sep String errorMsgHTML concode_elem_sep File dir concode_elem_sep String errorMsg concode_elem_sep boolean successful concode_field_sep void initi...
void function ( String arg0 , Item arg1 ) { relations . setObject ( arg0 , arg1 ) ; }
adds the given item to the set of relations . whenever an item is added to a relation , it should add the name and the item reference to this set of name/item mappings . this allows an item to find out the set of all relations that it is contained in . concode_field_sep FeatureSet features concode_elem_sep FeatureSet r...
void function ( String arg0 ) { this . jednoduchySpisovyZnak = arg0 ; }
sets the value of the jednoduchyspisovyznak property . concode_field_sep String jednoduchySpisovyZnak concode_elem_sep String oduvodneni concode_elem_sep String plneUrcenySpisovyZnak concode_field_sep void setOduvodneni concode_elem_sep String getJednoduchySpisovyZnak concode_elem_sep void setPlneUrcenySpisovyZnak conc...
Builder function ( J2ObjcEntryClassProvider arg0 ) { entryClassesBuilder . addTransitive ( arg0 . getEntryClasses ( ) ) ; return this ; }
transitively adds the given j2objcentryclassprovider and all its properties to this builder . concode_field_sep NestedSet<String> entryClasses concode_elem_sep NestedSetBuilder<String> entryClassesBuilder concode_field_sep J2ObjcEntryClassProvider build concode_elem_sep Builder addEntryClasses concode_elem_sep NestedSe...
String function ( final StringBuilder arg0 ) { return arg0 . toString ( ) ; }
unescape e.g. \ x to x. concode_field_sep CSSParseHelper s_aInstance concode_elem_sep String SPLIT_NUMBER_REGEX concode_elem_sep char URL_ESCAPE_CHAR concode_field_sep String validateIdentifier concode_elem_sep String _trimBy concode_elem_sep String extractStringValue concode_elem_sep String unescapeURL concode_elem_se...
Class < ? extends InputWriter > function ( ) { return inputWriterClass ; }
returns the resolved inputwriter class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class o...
String function ( InputStream arg0 , String arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( arg1 ) ; }
this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string , using the given character encoding . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( final float arg0 ) { this . type = ClassWriter . FLOAT ; this . intVal = Float . floatToRawIntBits ( arg0 ) ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; }
sets this item to a float item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep bool...
Logger function ( Class < ? > arg0 ) { return getLogger ( arg0 . getName ( ) ) ; }
find or create a logger for the specified class . if a logger has already been created for that class it is returned . otherwise a new logger is created . if a new logger is created its log level will be configured based on the logging configuration and it will be configured to also send logging output to its parent 's...
void function ( String arg0 ) { this . idNumber = arg0 ; }
sets the value of the idnumber property . concode_field_sep IdTypeEnum idType concode_elem_sep StateEnum idIssuingState concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar idExpirationDate concode_elem_sep String idNumber concode_elem_sep CountryCodeEnum idIssuingCountry concode_field_sep void ...
HdfsFileStatus [ ] function ( ) { return partialListing ; }
get the partial listing of file status concode_field_sep HdfsFileStatus[] partialListing concode_elem_sep int remainingEntries concode_field_sep boolean hasMore concode_elem_sep byte[] getLastName concode_elem_sep int getRemainingEntries
void function ( Highlighter arg0 ) { addHighlighter ( arg0 , false ) ; }
appends a highlighter to the pipeline . concode_field_sep List highlighters concode_elem_sep ChangeEvent changeEvent concode_elem_sep ChangeListener highlighterChangeListener concode_elem_sep EventListenerList listenerList concode_elem_sep Highlighter resetDefaultTableCellRendererHighlighter concode_field_sep ChangeLis...
String function ( ) { return path ; }
gets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType
long function ( ) { return interval ; }
repeat interval day , week , month , year , aso . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep int getBadgeNumber...
void function ( long [ ] arg0 ) { if ( packet_len >= 12 ) { int loc0 = arg0 . length ; if ( loc0 > 15 ) loc0 = 15 ; packet [ 0 ] = ( byte ) ( ( ( packet [ 0 ] >> 4 ) << 4 ) + loc0 ) ; arg0 = new long [ loc0 ] ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) setLong ( arg0 [ loc1 ] , packet , 12 + 4 * loc1 , 16 + 4 * loc1...
sets the cscr list concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMark...
java . lang . String function ( ) { return _assetCategoryProperty . getValue ( ) ; }
returns the value of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele...
double function ( ) { return this . c ; }
find the maximum z value . concode_field_sep PlanetModel SPHERE concode_elem_sep double ab concode_elem_sep double c concode_elem_sep GeoPoint MAX_X_POLE concode_elem_sep double flattening concode_elem_sep double WGS84_EQUATORIAL concode_elem_sep PlanetModel WGS84 concode_elem_sep GeoPoint MIN_Y_POLE concode_elem_sep G...
Exception function ( ) { return exception ; }
returns the exception which was thrown when processing the element . concode_field_sep Exception exception concode_elem_sep T element concode_field_sep T getElement
void function ( FormatInfo arg0 ) { this . categoryFormat = arg0 ; }
sets format info of chart 's category . concode_field_sep ChartValueUpdater chartValueUpdater concode_elem_sep FormatValue formatValue concode_elem_sep FormatInfo categoryFormat concode_elem_sep String dataType concode_elem_sep DesignElementHandle handle concode_field_sep void setHandle concode_elem_sep void updateChar...
State function ( ) { return state . a . size ( ) == 0 ? null : state ; }
get partial aggregation results . concode_field_sep ArrayList<Double> a concode_elem_sep State state concode_elem_sep int n concode_field_sep boolean getAscending concode_elem_sep void init concode_elem_sep void binaryInsert concode_elem_sep Comparator<T> getComparator concode_elem_sep boolean merge concode_elem_sep Ar...
int function ( ) { return m_timeout ; }
gettimeout concode_field_sep String m_response concode_elem_sep List<Exchange> m_conversation concode_elem_sep RequestMatcher m_requestMatcher concode_elem_sep String m_banner concode_elem_sep ServerSocket m_serverSocket concode_elem_sep Thread m_serverThread concode_elem_sep Socket m_socket concode_elem_sep int m_time...
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getPathType
int function ( ) { return array . length ( ) ; }
the size of the expected results , including potential null values . concode_field_sep AtomicArray EMPTY concode_elem_sep AtomicReferenceArray<E> array concode_elem_sep List<Entry<E>> nonNullList concode_elem_sep int index concode_elem_sep E value concode_field_sep void set concode_elem_sep E get concode_elem_sep E[] t...
int function ( ) { return totalShards - successfulShards ; }
number of failed shards concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString ST...
InterProEntry function ( String arg0 ) { return methodAccessionToEntry . get ( arg0 ) ; }
returns the methodmapping object for this signaturelibrary that has the methodaccession passed in , or null if it is not present . in use , a null return indicates that the method is not integrated . concode_field_sep Map<String,InterProEntry> methodAccessionToEntry concode_elem_sep SignatureLibrary signatureLibrary co...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setValue
void function ( Stage arg0 ) { this . dialogStage = arg0 ; }
define o palco deste dialog . usado para fecha-lo , por exemplo concode_field_sep ComboBox<Corretora> corretoraComboBox concode_elem_sep ComboBox<TipoDeInvestimento> tipoComboBox concode_elem_sep Investidor investidorSelecionado concode_elem_sep TextField valorInvestidorMoneyTextField concode_elem_sep TextArea planoTex...
String function ( ) { return mSelection . toString ( ) ; }
return selection string for current internal state . concode_field_sep StringBuilder mSelection concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep String mHaving concode_elem_sep String mGroupBy concode_elem_sep String mTable concode_elem_sep String TAG concode_elem_sep ArrayList<String> mSelectionArgs...
void function ( String arg0 ) { this . password = arg0 ; }
sets the password to use for connecting to the database concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_el...
long function ( ) { return _oAuthConsumer . getOAuthConsumerId ( ) ; }
returns the o auth consumer id of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java....
void function ( String arg0 ) { if ( atMeGroupList . contains ( arg0 ) ) { atMeGroupList . remove ( arg0 ) ; EasePreferenceManager . getInstance ( ) . setAtMeGroups ( atMeGroupList ) ; } }
remove group from the list concode_field_sep List<String> toAtUserList concode_elem_sep Set<String> atMeGroupList concode_elem_sep EaseAtMessageHelper instance concode_field_sep boolean isAtMeMsg concode_elem_sep void cleanToAtUserList concode_elem_sep boolean hasAtMeMsg concode_elem_sep boolean containsAtAll concode_e...
void function ( ) { validators . clear ( ) ; }
remove all validation rules . concode_field_sep Map<Integer,FieldValidator> validators concode_field_sep void addValidation concode_elem_sep int generateValidatorKey concode_elem_sep void put concode_elem_sep String validate
SemDataParams function ( ) { return new SemDataParams ( ) ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep int sampleSize concode_elem_sep edu.cmu.tetradapp.model.calculator.CalculatorParams calculatorParams concode_elem_sep boolean positiveDataOnly concode_elem_sep CalculatorParams calculatorParams1 co...
Long function ( ) { return id ; }
get id concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep void setId concode_elem_sep String toString conco...
HashMap < Node , TabState > function ( ) { return tabContents ; }
gets the tabcontents data model . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concode_elem_sep ...
void function ( String arg0 ) { if ( this . allowedOrigins == null ) { this . allowedOrigins = new ArrayList < String > ( ) ; } this . allowedOrigins . add ( arg0 ) ; }
add an origin to allow . concode_field_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<String> allowedMethods concode_elem_sep String ALL concode_elem_sep Boolean allowCredentials concode_field_s...
byte [ ] function ( File arg0 ) { try ( InputStream loc0 = new FileInputStream ( arg0 ) ) { return IOUtils . toByteArray ( loc0 ) ; } }
returns the contents of the file in a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep String fetchTitle concode_elem_sep DocumentModel getExistingDocByTitle concode_elem_sep DocumentModel getExistingDocByPropertyName concode_elem_sep DocumentModel getExistingDocByFileName concode_elem_sep Strin...
String function ( ) { return actflg ; }
this method was generated by mybatis generator . this method returns the value of the database column actani.actflg concode_field_sep String sysidt concode_elem_sep String actflg concode_elem_sep String curcde concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep String orgidt concode_elem_sep ...
T function ( MappingContainer arg0 ) { return null ; }
returns the result of interpretting the object as an instance of ` mapping container ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep MModelURIMapPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch conc...
void function ( boolean arg0 ) { this . retain = arg0 ; }
set whether the last will should be retained by the broker . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode...
void function ( @ Nullable V3 arg0 ) { this . val3 = arg0 ; }
sets third value . concode_field_sep V3 val3 concode_elem_sep V2 val2 concode_elem_sep V1 val1 concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode_elem_sep void set concode_elem_sep void set2 concode_elem_sep V1 get1 concode_elem_sep V2 get2 concode_elem_sep V3 get3 concode_elem_sep Iter...
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
asserts the given condition , throwing an assertionexception if the condition does n'thold . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep T assertNotNull
Set function ( ) { HashSet loc0 = new HashSet ( ) ; loc0 . add ( Registry . DH_KA ) ; loc0 . add ( Registry . ELGAMAL_KA ) ; loc0 . add ( Registry . SRP6_KA ) ; loc0 . add ( Registry . SRP_SASL_KA ) ; loc0 . add ( Registry . SRP_TLS_KA ) ; return Collections . unmodifiableSet ( loc0 ) ; }
returns a set of key agreement protocol names supported by thisfactory . concode_field_sep PlaceHolder placeHolder concode_field_sep IKeyAgreementParty getPartyBInstance concode_elem_sep IKeyAgreementParty getPartyAInstance
TypeLiteral < ? > function ( Class < ? > arg0 ) { if ( ! arg0 . isAssignableFrom ( rawType ) ) { throw new IllegalArgumentException ( arg0 + "srini_string" + type ) ; } return resolve ( MoreTypes . getGenericSupertype ( type , rawType , arg0 ) ) ; }
returns the generic form of supertype . for example , if this is arraylist , this returns iterable given the input iterable.class . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_...
byte [ ] function ( ) { return contentHash ; }
get the content hash . concode_field_sep String name concode_elem_sep ContentType contentType concode_elem_sep byte[] contentHash concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ContentType getContentType concode_elem_sep String getRelativePath
String function ( ) { String loc0 = message_ . getID ( ) ; if ( loc0 == null ) return "srini_string" ; else return loc0 ; }
returns the text . this is the message id . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep Object DATE_PROPERTY concode_elem_sep Icon icon32_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep Object FROM_USER_PROP...
boolean function ( ) { return connected ; }
returns true if #connect has been attempted on this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode...
void function ( String arg0 , X509Certificate arg1 ) { if ( isIpAddress ( arg0 ) ) { matchIP ( arg0 , arg1 ) ; } else { matchDNS ( arg0 , arg1 ) ; } }
perform the check . concode_field_sep byte checkType concode_elem_sep byte TYPE_TLS concode_elem_sep byte TYPE_LDAP concode_elem_sep int ALTNAME_IP concode_elem_sep int ALTNAME_DNS concode_elem_sep HostnameChecker INSTANCE_LDAP concode_elem_sep HostnameChecker INSTANCE_TLS concode_field_sep boolean isIpAddress concode_...
Filter function ( ) { return m_filter ; }
get the contact filtering data . 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 concode_elem_sep float m_friction concode_elem_sep Fil...
void function ( boolean arg0 ) { m_settings . setBooleanProperty ( ITUNES_ENABLED , arg0 ) ; }
set itunes enabled concode_field_sep String IMPORT_USERNAME concode_elem_sep String USE_STANDARD_EXIT concode_elem_sep String IMPORT_URL concode_elem_sep String LOG_LEVEL concode_elem_sep String IMPORT_PASSWORD concode_elem_sep String MARK_UNREAD_ITEMS concode_elem_sep String PAGE_ENABLED concode_elem_sep String HTML_E...
FilterConfig function ( ) { return ( this . filterConfig ) ; }
return the filter configuration object for this filter . concode_field_sep boolean debug concode_elem_sep FilterConfig filterConfig concode_field_sep void init concode_elem_sep void sendProcessingError concode_elem_sep void doAfterProcessing concode_elem_sep String getStackTrace concode_elem_sep void doFilter concode_e...
boolean function ( ) { return false ; }
add or not sortvaluesaction alphabetically sort concode_field_sep XDebugSession mySession concode_elem_sep ProcessHandler myProcessHandler concode_field_sep XSmartStepIntoHandler<?> getSmartStepIntoHandler concode_elem_sep ProcessHandler getProcessHandler concode_elem_sep boolean checkCanPerformCommands concode_elem_se...
void function ( String arg0 ) { this . changeToken = arg0 ; }
the changetoken that you used to submit the deletebytematchset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChang...
void function ( java . lang . String arg0 ) { _maukiemdem . setMaXa ( arg0 ) ; }
sets the ma xa of this m a u k i e m d e m. concode_field_sep MAUKIEMDEM _maukiemdem concode_field_sep void setSoMauKiemDem concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_e...
void function ( ) { ScatterRenderer loc0 = new ScatterRenderer ( ) ; ScatterRenderer loc1 = ( ScatterRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( checkIndependence ( loc0 , loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep boolean checkIndependence concode_elem_sep void testHashcode concode_elem_sep void testEquals
String function ( ) { return tenantDomain ; }
returns the tenant domain of the user concode_field_sep String userStoreDomain concode_elem_sep String userName concode_elem_sep String tenantDomain concode_elem_sep long serialVersionUID concode_field_sep String getUserStoreDomain concode_elem_sep void setUserStoreDomain concode_elem_sep User build concode_elem_sep vo...
Principal function ( ) { return null ; }
get the user principal for this request . only applicable when using upgraderequest from server side . concode_field_sep String httpVersion concode_elem_sep String method concode_elem_sep Map<String,List<String>> headers concode_elem_sep Map<String,List<String>> parameters concode_elem_sep Object session concode_elem_s...
boolean function ( ) { return errorList . isEmpty ( ) ; }
returns true if no error are present . concode_field_sep HashMap<String,ValidationException> errorList concode_field_sep void addError concode_elem_sep ValidationException getError concode_elem_sep int size concode_elem_sep List<ValidationException> errors
List < Biomorph > function ( List < Biomorph > arg0 , Random arg1 ) { List < Biomorph > loc0 = new ArrayList < Biomorph > ( arg0 . size ( ) ) ; for ( Biomorph loc1 : arg0 ) { loc0 . add ( mutateBiomorph ( loc1 , arg1 ) ) ; } return loc0 ; }
randomly mutate each selected candidate . concode_field_sep Probability mutationProbability concode_field_sep Biomorph mutateBiomorph
List < AmbariEvent > function ( Class < ? extends AmbariEvent > arg0 ) { if ( ! m_receivedAmbariEvents . containsKey ( arg0 ) ) { return Collections . emptyList ( ) ; } return m_receivedAmbariEvents . get ( arg0 ) ; }
get the instances concode_field_sep Map<Class<?>,List<AlertEvent>> m_receivedAlertEvents concode_elem_sep Map<Class<?>,List<AmbariEvent>> m_receivedAmbariEvents concode_field_sep int getAlertEventReceivedCount concode_elem_sep boolean isAmbariEventReceived concode_elem_sep List<AlertEvent> getAlertEventInstances concod...
void function ( String arg0 ) { this . passId = arg0 ; }
sets the value of the passid property . concode_field_sep ServiceChangeActionEnum activityMode concode_elem_sep BigInteger passSeqNumber concode_elem_sep String passId concode_elem_sep XMLGregorianCalendar passEffectiveDate concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar passExpirationDate ...
void function ( int arg0 ) { if ( arg0 > yylength ( ) ) zzScanError ( ZZ_PUSHBACK_2BIG ) ; zzMarkedPos -= arg0 ; }
pushes the specified amount of characters back into the input stream . they will be read again by then next call of the scanning method concode_field_sep String ZZ_ACTION_PACKED_0 concode_elem_sep int ZZ_NO_MATCH concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UN...
Search function ( ) { return search ; }
returns the search that the user interacted with . concode_field_sep Result result concode_elem_sep Search search concode_field_sep Result getResult concode_elem_sep void onSearchComplete
ServicePluginsDescriptor function ( boolean arg0 ) { return new ServicePluginsDescriptor ( true , arg0 , null , null , null ) ; }
create a service plugin descriptor which may have in-am execution of tasks enabled . container execution is enabled by default note on uber mode : this is not fully supported at the moment . tasks will be launched within the am process itself , controlled by tezconfiguration #tez_am_inline_task_execution_max_tasks . th...
void function ( boolean arg0 ) { WebApplicationProperties . arg0 = arg0 ; }
set this if you would like the classpathpropertiesconfiguration to scan the jar files in the classpath and load those proerties into the default configuration concode_field_sep File appConfFolder concode_elem_sep String baseConfigFileName concode_elem_sep boolean loadLibraryProperties concode_elem_sep String libraryPro...
void function ( int arg0 , int arg1 , boolean arg2 ) { for ( int loc0 = arg1 - 1 ; loc0 >= arg0 ; loc0 -- ) { set ( loc0 , arg2 ) ; } if ( arg2 ) { if ( arg1 > maxLength ) { maxLength = arg1 ; } } else { if ( arg1 >= maxLength ) { maxLength = arg0 ; } } }
enable or disable a number of bits . concode_field_sep int ADDRESS_BITS concode_elem_sep long[] data concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep int maxLength concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep void expandCapacity concode_elem_sep void s...
StepDetail function ( StepExecutionStatusDetail arg0 ) { setExecutionStatusDetail ( arg0 ) ; return this ; }
the description of the step status . concode_field_sep StepExecutionStatusDetail executionStatusDetail concode_elem_sep StepConfig stepConfig concode_field_sep StepDetail withStepConfig concode_elem_sep StepConfig getStepConfig concode_elem_sep void setExecutionStatusDetail concode_elem_sep int hashCode concode_elem_se...
List < ReceiveCommand > function ( Iterable < ReceiveCommand > arg0 , Result arg1 ) { List < ReceiveCommand > loc0 ; if ( arg0 instanceof Collection ) loc0 = new ArrayList < > ( ( ( Collection < ? > ) arg0 ) . size ( ) ) ; else loc0 = new ArrayList < > ( ) ; for ( ReceiveCommand loc1 : arg0 ) { if ( loc1 . getResult ( ...
filter a collection of commands according to result . concode_field_sep Ref ref concode_elem_sep Result status concode_elem_sep ObjectId newId concode_elem_sep boolean typeIsCorrect concode_elem_sep String name concode_elem_sep ObjectId oldId concode_elem_sep Type type concode_elem_sep String message concode_field_sep ...
long function ( ) { return ( clearedCount ) ; }
gets the count of cleared thresholds concode_field_sep double highThreshold concode_elem_sep double step concode_elem_sep double currentHighThreshold concode_elem_sep long breachedCount concode_elem_sep long clearedCount concode_elem_sep double currentLowThreshold concode_elem_sep long serialVersionUID concode_elem_sep...
int function ( ) { return depth ; }
get the stack sampling depth concode_field_sep long startMillis concode_elem_sep StackTraceElement[] stackFrames concode_elem_sep int stackTraceId concode_elem_sep int count concode_elem_sep int flags concode_elem_sep ThreadEventType type concode_elem_sep String parentGroupName concode_elem_sep String threadName concod...