code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return this . marker ; }
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep com.amazonaws.internal.SdkInternalList<SigningCertificate> certificates concode_elem_sep String marker concode_field_sep B...
boolean function ( ) { return challengeSent ; }
check if the mechanism did send a challenge . some mechanisms do not send a challenge and just rely on the correct information to authenticate a user being available in the request , in that case it would be normal for the mechanism to set this to false . concode_field_sep boolean challengeSent concode_elem_sep Challen...
void function ( List < ItemEntity > arg0 ) { this . itemEntities = arg0 ; }
sets item entities . concode_field_sep String lastUpdatedBy concode_elem_sep Integer bibliographicId concode_elem_sep String owningInstitutionBibId concode_elem_sep Integer owningInstitutionId concode_elem_sep InstitutionEntity institutionEntity concode_elem_sep byte[] content concode_elem_sep List<HoldingsEntity> hold...
boolean function ( ) { return _modified ; }
any of the components modified ? concode_field_sep boolean _modified concode_elem_sep Map<String,Binding> _optComponents concode_elem_sep Map<String,Binding> _bindings concode_field_sep Bindings add concode_elem_sep Bindings add concode_elem_sep Bindings add concode_elem_sep Bindings add concode_elem_sep Bindings add c...
void function ( ActionEvent arg0 ) { setDisplayEmail ( email ) ; }
method to validate the email address concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_fiel...
void function ( java . lang . String arg0 ) { this . rsid = arg0 ; }
sets the rsid value for this report_suite_classification . concode_field_sep com.omniture.www.Classification[] classifications concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc conc...
Color function ( Color arg0 ) { return ( arg0 != null ) ? new Color ( arg0 . getRGB ( ) , true ) : null ; }
returns a deep copy of the specified color , or null ifthe reference to the color is null . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( int [ ] arg0 ) { }
called to set state of 7-bit chars in attribute values concode_field_sep int CT_DTD_LT concode_elem_sep int CT_DTD_RBRACKET concode_elem_sep int CT_OK concode_elem_sep int CT_LT concode_elem_sep int[] ATTR_CHARS concode_elem_sep int[] TEXT_CHARS concode_elem_sep int CT_LBRACKET concode_elem_sep int CT_WS_CR concode_ele...
Gradient function ( String arg0 ) { return ( Gradient ) gradients . get ( arg0 ) ; }
get the gradient defined in this document concode_field_sep ArrayList figures concode_elem_sep float width concode_elem_sep HashMap gradients concode_elem_sep HashMap figureMap concode_elem_sep HashMap patterns concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep Figure getFigureByID concode...
TestContextManager function ( ExtensionContext arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; Class < ? > loc0 = arg0 . getTestClass ( ) . get ( ) ; Store loc1 = arg0 . getStore ( namespace ) ; return loc1 . getOrComputeIfAbsent ( loc0 , TestContextManager :: new , TestContextManager . class ) ; }
get the testcontextmanager associated with the supplied extensioncontext . concode_field_sep Namespace namespace concode_field_sep void beforeEach concode_elem_sep ApplicationContext getApplicationContext concode_elem_sep void afterEach concode_elem_sep Object resolve concode_elem_sep void postProcessTestInstance conco...
Class < ? > function ( ConfigVisitor arg0 , String arg1 ) { if ( arg1 != null ) { try { return arg0 . getModule ( ) . getClassLoader ( ) . loadClass ( arg1 ) ; } catch ( Exception loc0 ) { throw new IllegalArgumentException ( loc0 ) ; } } return null ; }
load class . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ConfigVisitorNode> getChildren concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep Type getComponentType concode_elem_sep void addChildren concode_...
boolean function ( TraceLevel arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; return this . level < arg0 . level ; }
determine if this tracelevel object represents a level that is higher than some other tracelevel object . for the purposes of the comparison off is considered a higher level than severe , and finest is the lowest level . concode_field_sep int LEVEL_FINEST concode_elem_sep String FINE_STRING concode_elem_sep TraceLevel ...
Vector2 function ( float arg0 ) { x *= arg0 ; y *= arg0 ; return this ; }
multiplies this vector by a scalar concode_field_sep long serialVersionUID concode_elem_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 add concode_elem_sep Vector2 add concode_elem_sep Vector...
float function ( ) { return ( ( Float ) value ) . floatValue ( ) ; }
get the float value of the osc argument . concode_field_sep Object value concode_field_sep String stringValue concode_elem_sep char charValue concode_elem_sep int[] midiValue concode_elem_sep int intValue concode_elem_sep boolean booleanValue concode_elem_sep String toString concode_elem_sep double doubleValue concode_...
Collection function ( String arg0 , EObject arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; }
deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e...
byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 += 2 ) { loc1 [ loc2 / 2 ] = ( byte ) ( ( Character . digit ( arg0 . charAt ( loc2 ) , 16 ) << 4 ) + Character . digit ( arg0 . charAt ( loc2 + 1 ) , 16 ) ) ; } return loc1 ...
convert a string representation of hexadecimal to a byte array . for example : string s = `` 00010203 '' returned byte array is 0x00 , 0x01 , 0x03 concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace c...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep UserGroupGroupRoleService _service concode_field_sep void deleteUserGroupGroupRoles concode_elem_sep void deleteUserGroupGroupRoles concode_elem_sep UserGroupGroupRoleService getService concode_elem_sep void addUserGroupGroupRoles concode_elem_sep void addUserGrou...
double function ( double arg0 ) { double loc0 = arg0 ; if ( ! contains ( arg0 ) ) { if ( arg0 > this . upper ) { loc0 = this . upper ; } else if ( arg0 < this . lower ) { loc0 = this . lower ; } } return loc0 ; }
returns the value within the range that is closest to the specified value . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max conc...
Object function ( ) { return defaultDefault ; }
the default default value for fields of this type , if it 's a primitive type . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType con...
void function ( ) { XIntervalDataItem loc0 = new XIntervalDataItem ( 1.0 , 2.0 , 3.0 , 4.0 ) ; XIntervalDataItem loc1 = ( XIntervalDataItem ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
some checks for the clone method . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } }
enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon...
void function ( BigInteger arg0 ) { this . max = arg0 ; }
sets the value of the max property . concode_field_sep BigInteger min concode_elem_sep BigInteger max concode_field_sep void setMin concode_elem_sep BigInteger getMin concode_elem_sep BigInteger getMax
boolean function ( String arg0 ) { int loc0 = arg0 . indexOf ( ':' ) ; if ( loc0 < 0 ) { return false ; } for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { char loc2 = arg0 . charAt ( loc1 ) ; if ( Character . isLetterOrDigit ( loc2 ) ) { continue ; } else { return false ; } } return true ; }
the following are examples of absolute urls : http://host:80/path ftp://user:pw@host:port/path news : a.news.group file : / c : / config.sys mailto:alasdair@domain.tld this method does not provide a comprehensive test for all url cases , but should suffice for most . concode_field_sep int URL_CONTEXTPATH concode_elem_s...
Boolean function ( ) { return testConnectionsOnReserve ; }
gets the value of the testconnectionsonreserve property . concode_field_sep BigInteger shrinkFrequencySeconds concode_elem_sep BigInteger capacityIncrement concode_elem_sep BigInteger connectionReserveTimeoutSeconds concode_elem_sep Boolean testConnectionsOnReserve concode_elem_sep BigInteger initialCapacity concode_el...
void function ( Object arg0 , int arg1 , int arg2 ) { }
this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie...
void function ( TraceInterface arg0 ) { this . traceInterface = arg0 ; }
setting current trace interface for actor system concode_field_sep float THREAD_MULTIPLIER concode_elem_sep int THREAD_MAX_COUNT concode_elem_sep ActorSystem mainSystem concode_elem_sep HashMap<String,ActorDispatcher> dispatchers concode_elem_sep TraceInterface traceInterface concode_elem_sep String DEFAULT_DISPATCHER ...
String function ( String arg0 , String arg1 ) { return arg0 + arg1 ; }
build class name for a auxiliary class generated by compiler . if the compiler needs to generate extra classes beyond the main class , it will call this function to build the auxiliary class name . the default implementation simply appends auxmarker to mainclassname but this can be overridden . concode_field_sep Class<...
void function ( int arg0 ) { this . warmupIterations = arg0 ; }
sets the number of warmup iterations concode_field_sep int warmupIterations concode_elem_sep String name concode_elem_sep int testIterations concode_field_sep void setName concode_elem_sep void setTestIterations concode_elem_sep String getName concode_elem_sep void prepareTest concode_elem_sep int getWarmupIterations c...
float function ( byte [ ] arg0 ) { int loc0 = 0 ; int loc1 = 24 ; for ( int loc2 = 0 ; ( loc2 < arg0 . length ) && ( loc1 >= 0 ) ; loc2 ++ ) { loc0 |= ( ( arg0 [ loc2 ] & 0xff ) << loc1 ) ; loc1 -= 8 ; } return Float . intBitsToFloat ( loc0 ) ; }
describe decodefloat method here . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyArrays concode_elem_sep Object decodeData concode_elem_sep int decodeInt concode_elem_sep int getDataTypeSize concode_elem_sep byte[] toBigEndian concode_elem_sep double decodeDouble concode_elem_sep boolean isNumeri...
String function ( int arg0 ) { char loc0 = ( char ) ( ( arg0 & 0xFF000000 ) >> 24 ) ; char loc1 = ( char ) ( ( arg0 & 0xFF0000 ) >> 16 ) ; char loc2 = ( char ) ( ( arg0 & 0xFF00 ) >> 8 ) ; char loc3 = ( char ) ( arg0 & 0xFF ) ; return String . valueOf ( loc0 ) + loc1 + loc2 + loc3 ; }
this method converts the given identifier code to string . concode_field_sep Map<String,Structure> structuresMap concode_elem_sep int SDNA_ID concode_elem_sep int TLEN_ID concode_elem_sep Structure[] structures concode_elem_sep int TYPE_ID concode_elem_sep int STRC_ID concode_elem_sep int NAME_ID concode_field_sep Stru...
void function ( View arg0 , LayoutParams arg1 ) { if ( ! mBroadcasting ) mViewAbove = arg0 ; }
register the above content view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep ...
String function ( String arg0 ) { return Config . get ( ) . getString ( arg0 ) ; }
fetch a value from our configuration system . makes a call into com.redhat.rhn.common.config.config.get concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String localizedValueAndParams concode_elem_sep String localizedValueAnd2ndParam concode_elem_sep Boolean arrayContain...
ImageModelRequest < T > function ( final StreamModelLoader < T > arg0 ) { return new ImageModelRequest < T > ( context , arg0 , glide ) ; }
set the modelloader to use for for a new load where the model loader translates from a model to an inputstream resource for loading images . concode_field_sep ModelLoader<T,InputStream> loader concode_elem_sep Class<T> dataClass concode_elem_sep Context context concode_elem_sep ModelLoader<A,T> modelLoader concode_elem...
int function ( final int arg0 ) { return arg0 | _mask ; }
sets the bits . concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep int getRawValue concode_elem_sep short setShort concode_elem_sep sh...
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; }
used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI...
Object function ( ) { return value ; }
get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Thread get concode_elem_sep Obje...
void function ( ContentMetadataKeyHierarchyAction arg0 ) { this . contentMetadataKeyHierarchyAction = arg0 ; }
sets the value of the contentmetadatakeyhierarchyaction property . concode_field_sep Statement filterStatement concode_elem_sep ContentMetadataKeyHierarchyAction contentMetadataKeyHierarchyAction concode_field_sep Statement getFilterStatement concode_elem_sep ContentMetadataKeyHierarchyAction getContentMetadataKeyHiera...
void function ( DataHandle arg0 ) { final Iterator < String [ ] > loc0 = arg0 . iterator ( ) ; print ( loc0 ) ; }
prints a given data handle . concode_field_sep PlaceHolder placeHolder concode_field_sep void printResult concode_elem_sep void printArray concode_elem_sep void printIterator concode_elem_sep void printHandle
void function ( boolean arg0 ) { HdpiUtils . glViewport ( screenX , screenY , screenWidth , screenHeight ) ; camera . viewportWidth = worldWidth ; camera . viewportHeight = worldHeight ; if ( arg0 ) camera . position . set ( worldWidth / 2 , worldHeight / 2 , 0 ) ; camera . update ( ) ; }
applies the viewport to the camera and sets the glviewport . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY conc...
boolean function ( ArrayList < ApplicationInfo > arg0 , ComponentName arg1 ) { final int loc0 = arg0 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { final ApplicationInfo loc2 = arg0 . get ( loc1 ) ; if ( loc2 . componentName . equals ( arg1 ) ) { return true ; } } return false ; }
returns whether apps contains component . concode_field_sep ArrayList<ApplicationInfo> added concode_elem_sep ArrayList<ApplicationInfo> modified concode_elem_sep int DEFAULT_APPLICATIONS_NUMBER concode_elem_sep ArrayList<ApplicationInfo> data concode_elem_sep ArrayList<ApplicationInfo> removed concode_elem_sep IconCac...
boolean function ( Object arg0 ) { return loadedSubreports . containsKey ( arg0 ) ; }
checks whether a subreport given by source has already been loaded and cached . concode_field_sep boolean perPageBoundElements concode_elem_sep Map loadedImages concode_elem_sep Map loadedTemplates concode_elem_sep boolean usingVirtualizer concode_elem_sep boolean ignorePagination concode_elem_sep JRQueryExecuter query...
char function ( ) { tokenBegin = - 1 ; char loc0 = readChar ( ) ; tokenBegin = bufpos ; return loc0 ; }
start . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_sep int m...
void function ( ) { if ( _expectedSize != _hash . size ( ) ) { throw new ConcurrentModificationException ( ) ; } try { _hash . tempDisableAutoCompaction ( ) ; _hash . removeAt ( _index ) ; } finally { _hash . reenableAutoCompaction ( false ) ; } _expectedSize -- ; }
removes the last entry returned by the iterator . invoking this method more than once for a single entry will leave the underlying data structure in a confused state . concode_field_sep int _index concode_elem_sep TPrimitiveHash _hash concode_elem_sep int _expectedSize concode_field_sep void moveToNextIndex concode_ele...
void function ( String arg0 ) { this . quality = arg0 ; }
sets the quality . concode_field_sep Crop cropId concode_elem_sep CropProcurementTarget cropProcurementTargetId concode_elem_sep Double quantity concode_elem_sep String cropName concode_elem_sep String targetFromString concode_elem_sep String targetToString concode_elem_sep Integer isActive concode_elem_sep Integer cro...
ImmutableList < Message > function ( ) { final ImmutableList < Message > loc0 = ImmutableList . copyOf ( unreadMessages ) ; unreadMessages . clear ( ) ; return loc0 ; }
retrieves the unread messages that this device has received . all messages in the returned list are considered to be read when this method completes . calling this method will clear the unread messages of this device . concode_field_sep List<Message> unreadMessages concode_elem_sep double reliability concode_elem_sep b...
void function ( InetSocketAddress [ ] arg0 , Settings arg1 ) { if ( restClient == null ) { restClient = new RestClient ( restSpec , arg1 , arg0 ) ; } }
creates the embedded rest client when needed . needs to be called before each test . concode_field_sep ESLogger logger concode_elem_sep RestResponse response concode_elem_sep RestClient restClient concode_elem_sep Stash stash concode_elem_sep RestSpec restSpec concode_field_sep String actualBody concode_elem_sep String...
void function ( String arg0 ) { this . label = arg0 ; this . groupLabel . setText ( this . label ) ; }
sets the optional label to be displayed before the group button in the toolbar concode_field_sep List<ToolbarButton> buttons concode_elem_sep String CSS_DISABLED concode_elem_sep Label groupLabel concode_elem_sep String CSS_ENABLED concode_elem_sep boolean enabled concode_elem_sep boolean visible concode_elem_sep Image...
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; }
the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal...
String function ( ) { try { out . flush ( ) ; return outputStream . toString ( String . valueOf ( StandardCharsets . UTF_8 ) ) ; } catch ( XMLStreamException | UnsupportedEncodingException loc0 ) { LOGGER . warn ( "srini_string" ) ; return "srini_string" ; } }
overridden tostring method to return the xml snippet that has been reconstructed concode_field_sep XMLOutputFactory xmlOutputFactory concode_elem_sep Logger LOGGER concode_elem_sep Set<String> namespacesAdded concode_elem_sep Map<String,String> namespaces concode_elem_sep ByteArrayOutputStream outputStream concode_elem...
void function ( String arg0 ) { if ( TRACESYSTEMOUT ) { System . out . println ( arg0 ) ; } }
used to print messages to system.out concode_field_sep int bundleHandle concode_elem_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE...
void function ( ) { }
called when this app is onstart . concode_field_sep XWalkExtensionContextClient mExtensionContext concode_elem_sep String[] mEntryPoints concode_elem_sep String mName concode_elem_sep String mJsApi concode_field_sep void onDestroy concode_elem_sep void broadcastMessage concode_elem_sep void onPause concode_elem_sep voi...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
info log message with printf formatting . 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 con...
float function ( float arg0 , boolean arg1 , Object arg2 ) { if ( ! arg1 ) { throw new IllegalArgumentException ( String . valueOf ( arg2 ) + "srini_string" + arg0 ) ; } return arg0 ; }
check an argument for false conditions concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( CTColorMapping arg0 ) { this . clrMap = arg0 ; }
sets the value of the clrmap property . concode_field_sep BaseStyles themeElements concode_elem_sep CTColorMapping clrMap concode_field_sep void setThemeElements concode_elem_sep CTColorMapping getClrMap concode_elem_sep BaseStyles getThemeElements
byte [ ] function ( byte [ ] arg0 ) { try { return saslClient != null ? saslClient . evaluateChallenge ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc1 ) { throw Throwables . propagate ( loc1 ) ; } }
respond to server 's sasl token . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] firstToken concode_elem_sep void dispose concode_elem_sep void handle...
void function ( ) { mSize = 0 ; }
removes all key-value mappings from this sparseintarray . concode_field_sep long[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep void growKeyAndValueArrays concode_elem_sep long keyAt concode_elem_sep long valueAt concode_elem_sep int indexOfValue concode_elem_sep void delete concod...
void function ( long arg0 ) { _mdrRuleGroupInstance . setRuleGroupId ( arg0 ) ; }
sets the rule group id of this m d r rule group instance . concode_field_sep MDRRuleGroupInstance _mdrRuleGroupInstance concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getRuleGroupId concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel con...
String function ( ) { return fPluginClass ; }
returns the fully qualified name of the class which implements the abstarct plugin class . concode_field_sep String fProviderName concode_elem_sep ArrayList<ExtensionPoint> fExtensionPoints concode_elem_sep ArrayList<URL> fExportedLibs concode_elem_sep String fPluginPath concode_elem_sep ArrayList<URL> fNotExportedLibs...
void function ( @ NotNull final PyClass arg0 , @ NotNull final MembersManager < ? > arg1 , @ NotNull final Collection < PyMemberInfo < PyElement >> arg2 , @ NotNull final PyClass ... arg3 ) { arg1 . checkElementTypes ( ( Collection ) MembersManager . fetchElements ( arg2 ) ) ; new TypeSafeMovingStrategy ( arg0 , arg1 ,...
move members . concode_field_sep MembersManager<T> myManager concode_elem_sep PyClass[] myTo concode_elem_sep PyClass myFrom concode_elem_sep Collection<PyMemberInfo<T>> myMemberInfoCollection concode_field_sep void moveTyped
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _navigationLocalService . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep NAVIGATIONLocalService _navigationLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION updateNAVIGATION concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION deleteNAVIGATION c...
String function ( ) { return align ; }
gets the value of the align property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_el...
int function ( ) { int loc0 = 0 ; if ( graph != null ) loc0 = graph . edgeSet ( ) . size ( ) ; return loc0 ; }
return the number of edges . concode_field_sep DataSet data concode_elem_sep RoutingGraphDelegator rgDelegator concode_elem_sep Map<String,Double> waySpeeds concode_elem_sep Collection<String> excludedHighwayValues concode_elem_sep Logger logger concode_elem_sep RouteType routeType concode_elem_sep Graph<Node,OsmEdge> ...
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; }
unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables con...
void function ( String arg0 ) { this . sku = arg0 ; }
sets the value of the sku property . concode_field_sep Boolean availableForSale concode_elem_sep List<ImageInfo> image concode_elem_sep List<String> includedAccessory concode_elem_sep List<Feature> feature concode_elem_sep List<AccessoryPrice> price concode_elem_sep List<Rebate> rebate concode_elem_sep String inventory...
short function ( ) { if ( rdelay == null ) { return ( ( short ) 0 ) ; } else { return rdelay ; } }
gets the value of the rdelay property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_elem_sep St...
void function ( String arg0 , MqttMessageProducer arg1 ) { getConnection ( arg0 ) . removeProducer ( arg1 ) ; }
register a new message producer which can send messages to the given broker . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,MqttBrokerConnection> brokerConnections concode_elem_sep EventPublisher eventPublisher concode_field_sep void unsetEventPublisher concode_elem_sep MqttBrokerConnection ...
int function ( float arg0 ) { return ( int ) ( arg0 + BIG_ENOUGH_ROUND ) - BIG_ENOUGH_INT ; }
returns the closest integer to the specified float . this method will only properly round floats from - 2 ^ 14 to float.max _ value - 2 ^ 14 . concode_field_sep float INV_ATAN2_DIM_MINUS_1 concode_elem_sep double BIG_ENOUGH_FLOOR concode_elem_sep float nanoToSec concode_elem_sep Random random concode_elem_sep float rad...
DocumentMetaData function ( ) { return metaData ; }
gets the value of the metadata property . concode_field_sep DocumentMetaData metaData concode_elem_sep String documentURL concode_elem_sep String description concode_elem_sep String documentStatus concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep CustomerDocumentTypeEnum type concode_el...
ListAttachedRolePoliciesResult function ( String arg0 ) { setMarker ( arg0 ) ; return this ; }
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<AttachedPolicy> attachedPolicies concode_field_sep B...
int function ( ) { if ( packet_len >= 12 ) return ( packet [ 1 ] & 0x7F ) ; else return - 1 ; }
gets the payload type pt 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 h...
Level function ( ) { return level ; }
gets the value of the level property . concode_field_sep Level level concode_field_sep void setLevel
String function ( ) { return ctime ; }
gets the value of the ctime property . concode_field_sep String cmin concode_elem_sep String path concode_elem_sep List<String> cuei concode_elem_sep String ctime concode_elem_sep String state concode_elem_sep String cmax concode_field_sep List<String> getCuei concode_elem_sep String getState concode_elem_sep String ge...
void function ( boolean arg0 ) { this . reversed = arg0 ; }
alter the reversed scan flag concode_field_sep boolean reversed concode_field_sep Cell getNextCellHint concode_elem_sep void filterRowCells concode_elem_sep Filter parseFrom concode_elem_sep boolean filterRowKey concode_elem_sep Cell transformCell concode_elem_sep boolean hasFilterRow concode_elem_sep KeyValue transfor...
void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; }
sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval
String function ( ) { return name ( ) ; }
the name of the field highlighted . concode_field_sep String name concode_elem_sep Text[] fragments concode_field_sep void writeTo concode_elem_sep void readFrom concode_elem_sep XContentBuilder toXContent concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep Highli...
void function ( ) { NodoOrdenado < T > loc0 = primero . getSiguiente ( ) ; for ( int loc1 = 0 ; loc1 < longitud ; loc1 ++ ) { System . out . println ( loc0 . getContenido ( ) . toString ( ) ) ; loc0 = loc0 . getSiguiente ( ) ; } }
metodo que escribe en consola los elementos internos concode_field_sep NodoOrdenado<T> primero concode_elem_sep int longitud concode_elem_sep boolean ascendente concode_elem_sep long serialVersionUID concode_field_sep int comparar concode_elem_sep boolean isAscendente concode_elem_sep void eliminar concode_elem_sep T d...
void function ( Set < String > arg0 ) { }
this will never remove child blocks concode_field_sep int colSpan concode_field_sep void setColSpan concode_elem_sep String getName concode_elem_sep AccountingLineTableCell getPlaceHoldingCell concode_elem_sep void joinRow concode_elem_sep AccountingLineTableCell getLabelCell concode_elem_sep void joinTable concode_ele...
void function ( ) { while ( ! teardowns . isEmpty ( ) ) { teardowns . remove ( ) . run ( ) ; } }
runs the tear down tasks in the reverse of the order in which they were chained . concode_field_sep Queue<Runnable> setups concode_elem_sep Queue<Runnable> teardowns concode_field_sep void runSetupTasks concode_elem_sep void chainSetupTask concode_elem_sep void chainTearDownTask
int function ( ) { return R . string . website_settings_category_allowed_except_third_party ; }
returns the summary for cookie content settings when it is allowed except for those from third party sources . concode_field_sep int mIcon concode_elem_sep ContentSetting mDefaultEnabledValue concode_elem_sep Map<Integer,ResourceItem> sResourceInfo concode_elem_sep int mTitle concode_elem_sep ContentSetting mDefaultDis...
String function ( byte arg0 ) { String loc0 = s_houseCodeToString . get ( new Integer ( arg0 & 0xff ) ) ; return ( loc0 == null ) ? "srini_string" : loc0 ; }
converts house code to clear text concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep boolean s_isValidAddress concode_elem_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep int s_houseS...
File function ( ) { return file ; }
splash screen in bmp format . concode_field_sep String TIMEOUT_ERR concode_elem_sep String WAIT_FOR_TITLE concode_elem_sep String TIMEOUT concode_elem_sep File file concode_elem_sep boolean timeoutErr concode_elem_sep String SPLASH_FILE concode_elem_sep int timeout concode_elem_sep boolean waitForWindow concode_field_s...
void function ( ) { if ( fLabel != null ) { fLabel . setEnabled ( fEnabled ) ; } }
called when the enable state changed . to be extended by dialog field implementors . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep boolean isOkToUse c...
Boolean function ( ) { return sourceLinked ; }
gets the value of the sourcelinked property . concode_field_sep String formatCode concode_elem_sep Boolean sourceLinked concode_field_sep void setSourceLinked concode_elem_sep void setFormatCode concode_elem_sep String getFormatCode
void function ( Observable < T > arg0 , String arg1 ) { sendTo ( arg0 , endpoint ( arg1 ) ) ; }
sends events on the given observable to the given camel endpoint concode_field_sep CamelContext camelContext concode_elem_sep ExecutorService workerPool concode_field_sep Endpoint endpoint concode_elem_sep Observable<Message> toObservable concode_elem_sep Observable<T> toObservable concode_elem_sep Observable<Message> ...
double function ( Tree arg0 , Tree arg1 ) { SplitSystem loc0 = SplitUtils . getSplits ( arg0 ) ; return getRobinsonFouldsDistance ( loc0 , arg1 ) ; }
computes robinson-foulds 1981 distance between two trees concode_field_sep int MAX_OFFSET concode_field_sep void analyze concode_elem_sep void main concode_elem_sep double getRobinsonFouldsRescaledDistance concode_elem_sep double getRobinsonFouldsRescaledDistance
void function ( int arg0 ) { m_FunctionCode = arg0 ; }
sets the function code of this modbusmessage . the function code should be a 1-byte non negative integer value valid in the range of 0-127 . function codes are ordered in conformance classes their values are specified in net.wimpi.modbus . concode_field_sep boolean m_Headless concode_elem_sep int m_ProtocolID concode_e...
boolean function ( ) { return door . isDoorClosed ( ) ; }
this method determine whether the door is closed . concode_field_sep Door door concode_elem_sep MainController mainCtrl concode_elem_sep StoreController storeCtrl concode_elem_sep MyMachinerySimulatorPanel ml concode_field_sep void setDoorState concode_elem_sep void storeCoin concode_elem_sep void update concode_elem_s...
DynAnyFactory function ( org . omg . CORBA . Object arg0 ) { try { return ( DynAnyFactory ) arg0 ; } catch ( ClassCastException loc0 ) { throw new BAD_PARAM ( arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; } }
cast the passed object into the dynanyfactory . as dynanyfactory is a local object , the method just uses java final_type cast . concode_field_sep PlaceHolder placeHolder concode_field_sep DynAnyFactory extract concode_elem_sep DynAnyFactory read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep ...
DBTable < DBWhereCompile < SqlDeleteRequest >> function ( ) { return new SqlRequestCompiler ( SQL_DELETE_REQUEST ) ; }
starts the creation of a sqldeleterequest . concode_field_sep PlaceHolder placeHolder concode_field_sep DBSql<DBArgumentCompile<SqlRequest>> sqlRequest concode_elem_sep DBTable<DBColumn<DBColumnCompile<SqlInsertRequest,?>>> sqlInsertRequest concode_elem_sep DBTable<DBColumn<DBColumnWhereCompile<SqlUpdateRequest,?>>> sq...
void function ( ) { final Iterator < Entry < String , InstanceKeyDataSource >> loc0 = instanceMap . entrySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { loc0 . next ( ) . getValue ( ) . close ( ) ; } instanceMap . clear ( ) ; }
close all pools associated with this class . concode_field_sep Map<String,InstanceKeyDataSource> instanceMap concode_field_sep String registerNewInstance concode_elem_sep void removeInstance concode_elem_sep void setCommonProperties concode_elem_sep boolean isCorrectClass concode_elem_sep Object getObjectInstance conco...
void function ( int arg0 ) { this . id = arg0 ; }
sets the id . concode_field_sep String type_name concode_elem_sep int project_id concode_elem_sep List<Problem> problems concode_elem_sep Date created concode_elem_sep String author concode_elem_sep int id concode_elem_sep String label concode_elem_sep String type concode_elem_sep String version concode_elem_sep Date l...
boolean function ( ) { return hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int nextInetSocketAddressIndex concode_elem_sep RouteDatabase ro...
boolean function ( ) { return true ; }
check whether the given node is considered always `` defined '' or whether it has some form of definition check . concode_field_sep List<Node> EMPTY_LIST concode_elem_sep boolean containsVariableAssignment concode_elem_sep ISourcePosition position concode_field_sep List<Node> createList concode_elem_sep List<Node> crea...
Collection < PortMapping > function ( String arg0 ) { return getDelegate ( ) . getPortMappingWithPublicIpId ( arg0 ) ; }
returns the subset of port mappings associated with a given public ip id . concode_field_sep long serialVersionUID concode_elem_sep Supplier<PortForwardManager> delegateSupplier concode_elem_sep PortForwardManager _delegate concode_field_sep PortForwardManager fromSupplier concode_elem_sep String getCatalogItemId conco...
void function ( int 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...
void function ( Phase arg0 ) { if ( ! isComplete ( ) ) { phases . get ( arg0 ) . endTime = monotonicNow ( ) ; } }
ends execution of the specified phase . concode_field_sep Map<Phase,PhaseTracking> phases concode_field_sep void setTotal concode_elem_sep Counter getCounter concode_elem_sep void beginPhase concode_elem_sep void increment concode_elem_sep Status getStatus concode_elem_sep void setSize concode_elem_sep void endStep con...
UpdateCriteria function ( AlertStatus arg0 ) { allCriteria . put ( UpdateCriterion . STATUS , arg0 ) ; return this ; }
marks that status field of alert is to be updated and stores the new value concode_field_sep Map<UpdateCriterion,Object> allCriteria concode_field_sep Map<UpdateCriterion,Object> getAll concode_elem_sep UpdateCriteria data concode_elem_sep UpdateCriteria name concode_elem_sep UpdateCriteria description concode_elem_sep...
UI function ( ) { return ui ; }
retrieves the ui this service is bound to concode_field_sep UI ui concode_elem_sep LocaleServiceState state concode_field_sep LocaleServiceState getState concode_elem_sep LocaleData createLocaleData concode_elem_sep void addLocale concode_elem_sep Logger getLogger
boolean function ( ) { return ( type == CNAME ) ; }
is the result of the lookup a cname ? concode_field_sep int NXRRSET concode_elem_sep int DELEGATION concode_elem_sep Object data concode_elem_sep int CNAME concode_elem_sep int SUCCESSFUL concode_elem_sep SetResponse nxrrset concode_elem_sep SetResponse nxdomain concode_elem_sep int NXDOMAIN concode_elem_sep int type c...
boolean function ( String arg0 , Object arg1 ) { return write ( new FileOutputStream ( arg0 ) , arg1 ) ; }
writes the xml-serialized object to the given file concode_field_sep boolean m_Present concode_elem_sep String FILE_EXTENSION concode_field_sep Object read concode_elem_sep Object read concode_elem_sep Object read concode_elem_sep void checkForKOML concode_elem_sep boolean isPresent concode_elem_sep String getRevision