code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { return diskUuid ; } | gets the value of the diskuuid property . concode_field_sep String diagnosticType concode_elem_sep String diskUuid concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setDiskUuid concode_elem_sep void setDiagnosticType concod... |
int function ( ) { return connections . size ( ) ; } | returns total number of connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callable<Vo... |
int function ( ) { return this . yleisyys ; } | metodi palauttaa yleisyyden concode_field_sep SolmuLista<Solmu> lapset concode_elem_sep int yleisyys concode_elem_sep int moneenkoSanaanKuuluu concode_elem_sep char arvo concode_field_sep void lisaaKuuluvienSanojenMaaraa concode_elem_sep int moneenkoSanaanKuuluu concode_elem_sep char arvo concode_elem_sep void lisaaLap... |
void function ( Map arg0 ) { arg0 . put ( JSONConstants . TYPE , JSONConstants . UNDEFINED ) ; } | serialize the undefined value concode_field_sep HashMap handles concode_elem_sep Context context concode_elem_sep FunctionSource function concode_elem_sep Long id concode_elem_sep Scriptable activation concode_elem_sep int lineNumber concode_elem_sep ContextData contextData concode_elem_sep ScriptSource script concode_... |
T [ ] function ( Class < T > arg0 , T [ ] arg1 , int arg2 , int arg3 , int arg4 , boolean arg5 ) { assert ( arg4 > arg3 ) ; assert ( arg2 == 0 || arg4 <= arg2 ) ; if ( ( ! arg5 || arg1 != null ) && arg2 == 0 ) { arg1 = reallocateBuffer ( arg0 , arg1 , arg3 , arg4 ) ; } return arg1 ; } | reallocate a buffer . a ` deferred ' buffer is reallocated only if it is not null . if ` usersuppliedcapacity ' is not zero , buffer is user supplied and must be kept . concode_field_sep PlaceHolder placeHolder concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void rotate |
void function ( E arg0 ) { if ( mElements . size ( ) > mSize ) mElements . set ( mSize , arg0 ) ; else mElements . add ( arg0 ) ; mSize ++ ; } | push . concode_field_sep List<E> mElements concode_elem_sep int mSize concode_field_sep E pop concode_elem_sep E set concode_elem_sep int size concode_elem_sep E get concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep E remove concode_elem_sep E peek |
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } | gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep JAXBElement<? ... |
com . liferay . mail . model . Attachment function ( long arg0 ) { return getService ( ) . getAttachment ( arg0 ) ; } | returns the attachment with the primary key . concode_field_sep AttachmentLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.mail.model.Attachment addAttachment... |
void function ( CimString arg0 ) { this . virtualSystemType = arg0 ; } | sets the value of the virtualsystemtype property . concode_field_sep CimString virtualSystemType concode_elem_sep CimString instanceId concode_elem_sep List<CimString> caption concode_elem_sep List<CimString> description concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep CimString virtualSystemIdentifi... |
int function ( String [ ] arg0 , String arg1 ) { if ( ( arg0 == null ) || ( arg1 == null ) ) { return - 1 ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] . equals ( arg1 ) ) { return loc0 ; } } return - 1 ; } | find the given needle string in an array haystack of strings . returns the index of the needle in the haystack , or -1 if not found . concode_field_sep PlaceHolder placeHolder concode_field_sep String bitfieldToString concode_elem_sep boolean contains concode_elem_sep String makeXHTMLSafe concode_elem_sep String join c... |
double function ( ) { return getX ( ) + getWidth ( ) / 2 ; } | return the x coordinate of the center point of the framing rectangle . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth co... |
byte [ ] function ( ) { return attrCert . getEncoded ( ) ; } | return the asn .1 encoding of this holder 's attribute certificate . concode_field_sep X509Extensions extensions concode_elem_sep AttributeCertificate attrCert concode_elem_sep Attribute[] EMPTY_ARRAY concode_field_sep int getVersion concode_elem_sep AttributeCertificateIssuer getIssuer concode_elem_sep BigInteger getS... |
Enumeration < String > function ( ) { AttributeNameEnumeration loc0 = new AttributeNameEnumeration ( ) ; loc0 . addElement ( ID ) ; loc0 . addElement ( QUALIFIERS ) ; return loc0 . loc0 ( ) ; } | return an enumeration of names of attributes existing within this attribute . concode_field_sep String QUALIFIERS concode_elem_sep CertificatePolicyId policyIdentifier concode_elem_sep String NAME concode_elem_sep String ID concode_elem_sep Set<PolicyQualifierInfo> policyQualifiers concode_field_sep CertificatePolicyId... |
void function ( ) { MapBounds loc0 = new MapBounds ( - 10 , 10 , - 20 , 20 ) ; MapBounds loc1 = new MapBounds ( - 15 , 15 , - 15 , - 25 ) ; assertTrue ( loc0 . intersects ( loc1 ) ) ; } | testing intersection in longitude minimum border concode_field_sep PlaceHolder placeHolder concode_field_sep void notIntersectMaximumLatitudeTest concode_elem_sep void intersectMaximumLongitudeTest concode_elem_sep void intersectMaximumLatitudeTest concode_elem_sep void intersectMinimumLatitudeTest concode_elem_sep voi... |
java . util . Set < String > function ( ) { java . util . Set < String > loc0 = new java . util . HashSet < String > ( ) ; loc0 . add ( USERINFO_EMAIL ) ; return java . util . Collections . unmodifiableSet ( loc0 ) ; } | returns an unmodifiable set that contains all scopes declared by this class . concode_field_sep String USERINFO_EMAIL concode_field_sep placeholderType placeHolder |
CTLineJoinMiterProperties function ( ) { return miter ; } | gets the value of the miter property . concode_field_sep STCompoundLine cmpd concode_elem_sep Object parent concode_elem_sep STLineCap cap concode_elem_sep CTEmpty round concode_elem_sep CTLineJoinMiterProperties miter concode_elem_sep CTEmpty noFill concode_elem_sep Integer w concode_elem_sep CTGradientFillProperties ... |
DistinguishedName function ( final String arg0 ) { DistinguishedName loc0 ; loc0 = new DistinguishedName ( dnSubPath ) ; loc0 . add ( this . idAttribute , arg0 ) ; return loc0 ; } | build user full dn . concode_field_sep long serialVersionUID concode_elem_sep LdapTemplate ldapTemplate concode_elem_sep String dnAuth concode_elem_sep String idAttribute concode_elem_sep String dnSubPath concode_elem_sep LdapContextSource contextSource concode_elem_sep List<String> attributes concode_elem_sep Logger l... |
boolean function ( Object arg0 ) { if ( arg0 instanceof AppInfo ) { AppInfo loc0 = ( AppInfo ) arg0 ; return this . id . equals ( loc0 . id ) ; } return super . equals ( arg0 ) ; } | compares two appinfo objects . concode_field_sep String name concode_elem_sep JSONObject raw concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setRawData concode_elem_sep void setId concode_elem_sep JSONObject toJSONObject concode_elem_sep String getId conco... |
DefaultWorkspaceCreationProperties function ( String arg0 ) { setCustomSecurityGroupId ( arg0 ) ; return this ; } | the identifier of any custom security groups that are applied to the workspaces when they are created . concode_field_sep String defaultOu concode_elem_sep Boolean enableWorkDocs concode_elem_sep Boolean enableInternetAccess concode_elem_sep Boolean userEnabledAsLocalAdministrator concode_elem_sep String customSecurity... |
int function ( ) { if ( mGarbage ) { gc ( ) ; } return mSize ; } | returns the number of key-value mappings that this longsparsearray currently stores . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode_elem_sep void clear concode_elem_sep E ... |
void function ( String arg0 ) { FileOutputStream loc0 = new FileOutputStream ( arg0 ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( getHistory ( ) ) ; loc1 . close ( ) ; } | save history . concode_field_sep Random randomGenerator concode_elem_sep Map<Double,Double> history concode_field_sep void loadHistory concode_elem_sep double getUtilization concode_elem_sep Map<Double,Double> getHistory concode_elem_sep Random getRandomGenerator concode_elem_sep void setHistory concode_elem_sep void s... |
void function ( Exception arg0 ) { arg0 . printStackTrace ( ) ; } | called when a non-recoverable exception has occurred . timeout exceptions are considered recoverable and wo n't trigger this call . concode_field_sep PlaceHolder placeHolder concode_field_sep void onComplete |
void function ( Socket arg0 ) { IMPL . tagSocket ( arg0 ) ; } | tag the given socket with any statistics parameters active forthe current thread . subsequent calls always replace any existing parameters . when finished , call #untagsocket socket to removestatistics parameters . concode_field_sep int statsTag concode_elem_sep TrafficStatsCompatImpl IMPL concode_elem_sep ThreadLocal<... |
void function ( String [ ] arg0 ) { if ( arg0 . length < 1 ) throw new IllegalArgumentException ( "srini_string" ) ; } | check input arguments . concode_field_sep Logger log concode_field_sep Path getIgnite concode_elem_sep void main concode_elem_sep void setupAppMasterEnv |
void function ( RenderingException arg0 ) { if ( clock != null ) { clock . remove ( this ) ; clock = null ; } } | callback to inform us that there was an exception while rendering 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 con... |
String function ( ) { return fViewer . getDocument ( ) . get ( ) ; } | returns the condition defined in the source viewer . concode_field_sep String fOldValue concode_elem_sep String fErrorMessage concode_elem_sep QVTOLineBreakpointPage fPage concode_elem_sep IHandlerActivation fActivation concode_elem_sep QVTOBreakpoint fBreakpoint concode_elem_sep IDocumentListener fDocumentListener con... |
String function ( ) { return href ; } | gets the value of the href property . concode_field_sep String loginConfigurationName concode_elem_sep List<Extension> extensions concode_elem_sep CMPResAuthEnum resAuth concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version conc... |
void function ( final Monitor arg0 ) { this . monitor = arg0 ; } | sets the objects that monitors the progress of this format when loading a file . concode_field_sep JTextField txtExtensionField concode_elem_sep JTextField eventExtensionField concode_elem_sep Monitor monitor concode_elem_sep JPanel accessory concode_elem_sep JTextField proteinExtensionField concode_field_sep JComponen... |
boolean function ( ) { return content == null || content . empty ( ) ; } | returns true for the element with no content . empty elements are defined with the sgml dtd keyword `` empty '' . concode_field_sep gnuStringIntMapper mapper concode_elem_sep boolean oStart concode_elem_sep Object data concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep int index concod... |
void function ( String [ ] arg0 ) { } | testing . concode_field_sep HashMap<REGISTRY_ROOT_KEY,Integer> rootKeyMap concode_field_sep int openKey concode_elem_sep String getStringValue concode_elem_sep TreeMap<String,Object> getValues concode_elem_sep int getIntValue concode_elem_sep boolean createKey concode_elem_sep boolean deleteKey concode_elem_sep boolean... |
void function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( "srini_string" ) ; writeInt ( loc0 . length , PREFIX_8_BITS , 0 ) ; out . write ( loc0 ) ; } | writes a utf-8 encoded string . since ascii is a subset of utf-8 , this method can be used to write strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> I... |
void function ( ) { final UserTransaction loc0 = getUserTransaction ( ) ; loc0 . begin ( ) ; loc0 . commit ( ) ; } | tests an empty begin / commit concode_field_sep String MODULE_NAME concode_elem_sep AuthenticationContext old concode_elem_sep String APP_NAME concode_elem_sep ManagementClient managementClient concode_elem_sep Logger logger concode_field_sep URI getHttpUri concode_elem_sep void testEmptyTxRollback concode_elem_sep voi... |
void function ( ) { } | no-op on ios , since it does n't use garbage collection . concode_field_sep Runtime instance concode_elem_sep List<Thread> shutdownHooks concode_field_sep void traceMethodCalls concode_elem_sep void loadLibrary concode_elem_sep int availableProcessors concode_elem_sep void addShutdownHook concode_elem_sep long maxMemor... |
String function ( ) { return names [ value ] ; } | returns the name of this enumeration element . concode_field_sep String[] names concode_elem_sep int value concode_field_sep int hashCode |
File function ( DataEntry arg0 ) { return isFile ? baseFile : new File ( baseFile , arg0 . getName ( ) . replace ( ClassConstants . INTERNAL_PACKAGE_SEPARATOR , File . separatorChar ) ) ; } | returns the file for the given data entry . concode_field_sep File baseFile concode_elem_sep Finisher currentFinisher concode_elem_sep boolean isFile concode_elem_sep OutputStream currentOutputStream concode_elem_sep File currentFile concode_field_sep void closeEntry concode_elem_sep boolean createDirectory concode_ele... |
void function ( ) { assertTrue ( sw . getRps ( ) < 10 ) ; assertTrue ( sw . getRpsList ( ) . size ( ) < 3 ) ; } | test method for org.apache.niolex.commons.test.stopwatch #getrps . concode_field_sep StopWatch sw concode_field_sep void testGetAvg concode_elem_sep void testGetMin concode_elem_sep void testFCStart concode_elem_sep void testFDone concode_elem_sep void testEPrint concode_elem_sep void testDone concode_elem_sep void tes... |
void function ( ) { score = 0 ; numTurns = 0 ; } | reset the score to zero and the number of turns to 0 concode_field_sep int score concode_elem_sep int numTurns concode_field_sep double getTurnAverage concode_elem_sep void recordTurn concode_elem_sep int getScore concode_elem_sep int getNumTurns |
Object function ( ) { Object loc0 = deserializedEntries . get ( instanceId ) ; if ( loc0 != null ) { return loc0 ; } if ( instanceId != null ) { Object loc1 = deserializedEntries . putIfAbsent ( instanceId , this ) ; if ( loc1 != null ) { return loc1 ; } } return this ; } | this gets called after readobject ; it lets the object decide whether to return itself or return a previously read in version . we use a hashmap of instanceids to determine if we have already read in this object . concode_field_sep boolean dataAlphabetResolved concode_elem_sep VMID instanceId concode_elem_sep Alphabet ... |
long function ( ) { return bitsetMemoryInBytes ; } | estimation of how much the cached bit sets are taking . which nested and p/c rely on concode_field_sep String INDEX_WRITER_MEMORY_IN_BYTES concode_elem_sep String SIZE concode_elem_sep long storedFieldsMemoryInBytes concode_elem_sep String TERM_VECTORS_MEMORY_IN_BYTES concode_elem_sep String POINTS_MEMORY_IN_BYTES conc... |
Executor function ( ) { return Executors . newCachedThreadPool ( createThreadFactory ( Thread . NORM_PRIORITY , "srini_string" ) ) ; } | creates default implementation of task distributor concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer createBitmapDisplayer concode_elem_sep Thr... |
HttpHelper function ( String ... arg0 ) { Arrays . asList ( arg0 ) . forEach ( fieldJoiner :: add ) ; return this ; } | adding some target field . e.g. http://www.google.com/search?q=foo no slashes needed concode_field_sep HttpRequester requester concode_elem_sep Object payload concode_elem_sep String methodType concode_elem_sep StringJoiner fieldJoiner concode_elem_sep StringJoiner parameterJoiner concode_elem_sep String url concode_fi... |
void function ( String arg0 , String arg1 ) { try { FileWriter loc0 = new FileWriter ( arg0 ) ; loc0 . loc0 ( arg1 . toCharArray ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } } | method declaration concode_field_sep String scriptHelp[] concode_elem_sep String testDataSql[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp... |
String function ( String arg0 , final int arg1 ) { while ( arg0 . arg1 ( ) < arg1 ) { arg0 = "srini_string" + arg0 ; } return arg0 ; } | left pads a string until it is at least the given length . concode_field_sep long startTime concode_elem_sep NumberFormat fmt concode_elem_sep String verb concode_elem_sep long processed concode_elem_sep String noun concode_elem_sep NumberFormat timeFmt concode_elem_sep long lastStartTime concode_elem_sep int n concode... |
void function ( Locale arg0 , String arg1 , Object ... arg2 ) { out . printf ( arg0 , arg1 , arg2 ) ; out . flush ( ) ; } | print a formatted string to standard output using the specified locale , format string , and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void pr... |
void function ( ConfigurableApplicationContext arg0 , String ... arg1 ) { addEnvironment ( arg0 . getEnvironment ( ) , arg1 ) ; } | add additional high priority values to an environment owned by an applicationcontext . name-value pairs can be specified with colon '' : '' or equals '' = '' separators . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSeparatorIndex |
Map < String , Object > function ( String arg0 , String arg1 , String arg2 , String arg3 , Long arg4 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; loc0 . put ( OBJECT_ID , arg4 ) ; setEntityData ( loc0 , arg0 , arg1 , arg2 , arg3 ) ; return loc0 ; } | builds parameters for a motech crud event . concode_field_sep PlaceHolder placeHolder concode_field_sep String createSubject concode_elem_sep String createSubject concode_elem_sep String createSubject concode_elem_sep void setEntityData concode_elem_sep void setIfNotBlank |
Instruction function ( @ Nullable final PsiElement arg0 ) { final Instruction loc0 = new InstructionImpl ( this , arg0 ) ; addNode ( loc0 ) ; checkPending ( loc0 ) ; return loc0 ; } | creates instruction for given element , and adds it to myinstructionsstack concode_field_sep List<Instruction> instructions concode_elem_sep Instruction prevInstruction concode_elem_sep List<Pair<PsiElement,Instruction>> pending concode_elem_sep int instructionCount concode_field_sep Instruction startConditionalNode co... |
void function ( int arg0 ) { this . timeout = arg0 ; } | set the global timeout . concode_field_sep IAgent agent concode_elem_sep CommandWorld world concode_elem_sep int thinktime concode_elem_sep boolean takeAfterScreenshot concode_elem_sep String ABORT_BY_REQUEST concode_elem_sep boolean screenshotOnError concode_elem_sep int timeout concode_elem_sep boolean takeAfterMetri... |
String function ( ) { return uri ; } | returns the uri used to initialize this querystringdecoder . concode_field_sep Charset charset concode_elem_sep String path concode_elem_sep boolean hasPath concode_elem_sep int nParams concode_elem_sep int maxParams concode_elem_sep Map<String,List<String>> params concode_elem_sep int DEFAULT_MAX_PARAMS concode_elem_s... |
void function ( Item arg0 ) { items . add ( arg0 ) ; } | adds an item in the last position of the itemset concode_field_sep List<Item> items concode_elem_sep long timestamp concode_field_sep boolean removeItem concode_elem_sep Item removeItem concode_elem_sep List<Item> getItems concode_elem_sep Itemset cloneItemset concode_elem_sep int size concode_elem_sep long getTimestam... |
Annotations function ( ) { return annotations . getAnnotations ( ) ; } | gets the associated annotations . concode_field_sep CstMethodRef method concode_elem_sep AnnotationSetItem annotations concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep void addContents concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int compareTo concode_ele... |
SetQueueAttributes function ( ) { return new SetQueueAttributes ( ) ; } | create an instance of setqueueattributes concode_field_sep PlaceHolder placeHolder concode_field_sep GetQueueAttributes createGetQueueAttributes concode_elem_sep ListQueuesResult createListQueuesResult concode_elem_sep SetQueueAttributesResponse createSetQueueAttributesResponse concode_elem_sep ResponseMetadata createR... |
RecordRef function ( ) { return account ; } | gets the value of the account property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep String memo concode_elem_sep Double tax1Amt concode_elem_sep RecordRef taxCode concode_elem_sep Boolean isBillable concode_elem_sep Double grossAmt concode_elem_sep RecordRef location concode_elem_sep Re... |
int function ( ) { return currentId ++ ; } | creates a new id for stubbing a method . concode_field_sep IdGenerator idGenerator concode_elem_sep DiagnosticType NULL_COMMON_MODULE_ERROR concode_elem_sep String UNSTUB_METHOD_NAME concode_elem_sep AnalyzePrototypeProperties analyzer concode_elem_sep int currentId concode_elem_sep JSModuleGraph moduleGraph concode_el... |
boolean function ( ) { return locationBar ; } | gets the locationbar value for this richmediaexitwindowproperties . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean resizable concode_elem_sep boolean scrollBars concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean menuBar concode_elem_sep boolean toolBar concode_ele... |
void function ( Correlation arg0 ) { if ( ! isAlreadyInAllCorrelations ( arg0 ) ) { allCorrelations . add ( arg0 ) ; } int loc0 = arg0 . getAxis ( ) . ordinal ( ) ; if ( primaryCorrelations [ loc0 ] == null ) { primaryCorrelations [ loc0 ] = arg0 ; } } | add a correlation to the sourceinfo . concode_field_sep int numCorrelationAxes concode_elem_sep List<Correlation> allCorrelations concode_elem_sep Correlation[] primaryCorrelations concode_elem_sep SourceOrigin origin concode_elem_sep SourceInfo[] EMPTY_SOURCEINFO_ARRAY concode_field_sep int getEndPos concode_elem_sep ... |
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error 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 ... |
void function ( boolean arg0 ) { Game . arg0 = arg0 ; } | sets whether or not the game is in debug mode concode_field_sep VariableManager variables concode_elem_sep SpriteBatch batch concode_elem_sep FlagManager flags concode_elem_sep Saveable save concode_elem_sep boolean debug concode_elem_sep UmbraScreen screen concode_elem_sep AreaBuilder areas concode_elem_sep Inventory ... |
long function ( ) { return this . loggingPeriod ; } | return the configured logging period frequency in milliseconds . concode_field_sep ThreadPoolExecutor outboundChannelExecutor concode_elem_sep StompBrokerRelayMessageHandler stompBrokerRelay concode_elem_sep SubProtocolWebSocketHandler webSocketHandler concode_elem_sep ScheduledThreadPoolExecutor sockJsTaskScheduler co... |
void function ( ) { for ( Object loc0 : new java . util . ArrayList ( ) ) { } } | some more javadoc . concode_field_sep int sTest1 concode_elem_sep int badStatic concode_elem_sep int sTest2 concode_elem_sep int sTest3 concode_elem_sep int badConstant concode_elem_sep int someMember concode_elem_sep int sNumCreated concode_elem_sep int badMember concode_elem_sep int mNumCreated1 concode_elem_sep int ... |
String function ( ) { return ageFrom ; } | gets the age from . concode_field_sep String lastIp concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep Pattern sessionIdPattern concode_elem_sep Integer idleTimeToSec concode_elem_sep List<Pattern> attrNamePatterns concode_elem_sep String ACTION_APPLY concode_elem_sep String idleTime... |
Shdr function ( long arg0 ) { accessor . setLongAt ( sh_entsize_offset [ mdIdx ] , arg0 , md . longSizeInBytes ( ) ) ; return this ; } | setter for native field : ctype ` elfn_size ' typedef , size fixed false , lnx64 8 , int concode_field_sep int[] sh_info_offset concode_elem_sep int[] sh_size_offset concode_elem_sep int[] Shdr_size concode_elem_sep StructAccessor accessor concode_elem_sep int mdIdx concode_elem_sep int[] sh_addralign_offset concode_el... |
Integer function ( ) { return bookIds . size ( ) ; } | returns number of books in a bucket . concode_field_sep Set<Integer> bookIds concode_elem_sep BookDataProvider bookDataProvider concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep double getBucketPrice concode_elem_sep double getDiscountedBucketPrice concode_elem_sep void remove |
java . lang . String function ( ) { return _phone . getNumber ( ) ; } | returns the number of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCa... |
Ref < T > function ( final T arg0 ) { return new ThreadSafeRefImpl < T > ( arg0 ) ; } | construct a new mutable thread-safe ref instance referencing the giveninput value . concode_field_sep T reference concode_field_sep Ref<T> emptyRef concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode conc... |
boolean function ( ) { return completed ; } | determines whether the authentication exchange has completed . this method is typically called after each invocation of evaluateresponse to determine whether the authentication has completed successfully or should be continued . concode_field_sep String principal concode_elem_sep String password concode_elem_sep boolea... |
void function ( long arg0 ) { try { DLTrashServiceUtil . restoreFolderFromTrash ( arg0 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ) ) ; } } | restores the folder with the primary key from the trash portlet . concode_field_sep Log _log concode_field_sep com.liferay.portal.kernel.repository.model.FolderSoap moveFolderFromTrash concode_elem_sep com.liferay.portal.kernel.repository.model.FolderSoap moveFolderToTrash concode_elem_sep void restoreFileShortcutFromT... |
boolean function ( PrimitiveType arg0 , PrimitiveType arg1 ) { PrimitiveType loc0 = arg1 ; while ( loc0 != null ) { if ( EcoreUtil . equals ( arg0 , loc0 ) ) { return true ; } loc0 = arg1 . getBaseType ( ) ; } return false ; } | checks whether the first given type is equal to or an ancestor of the second type within its base type hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep Type computeCommonType concode_elem_sep PrimitiveType getBaseType |
void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } | reset the structure with a new size as empty . 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 concode_elem_sep int get... |
void function ( final long arg0 , final byte [ ] arg1 ) { _value = arg0 ; writeToBytes ( arg1 ) ; } | set the longfield 's current value and write it to a byte array concode_field_sep int _offset concode_elem_sep long _value concode_field_sep void writeToBytes concode_elem_sep long get concode_elem_sep void readFromBytes concode_elem_sep String toString concode_elem_sep void readFromStream |
String function ( ) { return m_type ; } | the session type of this session tool or context concode_field_sep long m_created concode_elem_sep String m_id concode_elem_sep SessionStore sessionStore concode_elem_sep Session m_session concode_elem_sep String m_context_id concode_elem_sep long serialVersionUID concode_elem_sep String m_tool_id concode_elem_sep bool... |
boolean function ( ) { return this . predicate != null ; } | returns true if field predicate is set has been asigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep TStruct STRUCT_DESC concode_elem_sep TField PREDICATE_FIELD_DESC concode_elem_sep TField SUPER... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String gender concode_elem_sep Calendar created concode_elem_sep String name concode_elem_sep int id concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep void setGender concode_elem_sep void setId concode_elem_sep Calendar getCrea... |
void function ( String arg0 ) { this . circle = arg0 ; } | setter method to set the region 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 custo... |
Idioma function ( ) { return idioma ; } | getter idioma del documento concode_field_sep Integer complejidad concode_elem_sep Collection<Parrafo> parrafos concode_elem_sep Idioma idioma concode_elem_sep Long id concode_elem_sep String nombre concode_field_sep void setParrafos concode_elem_sep void setComplejidad concode_elem_sep String getNombre concode_elem_se... |
int function ( ) { return odometer ; } | gets the odometer reading from this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep String getModel concode_elem_sep int getStock concode... |
void function ( com . google . api . ads . dfp . axis . v201405 . ExchangeRateDirection arg0 ) { this . direction = arg0 ; } | sets the direction value for this exchangerate . concode_field_sep com.google.api.ads.dfp.axis.v201405.ExchangeRateRefreshRate refreshRate concode_elem_sep java.lang.Long exchangeRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.Type... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
String function ( String arg0 ) { return getValue ( new URI ( arg0 ) ) ; } | get the broadcastdomain value from an arbitrary string todo what when the uristring is useless concode_field_sep String scheme concode_elem_sep String DummyPrivateIp concode_elem_sep Class<?> type concode_field_sep BroadcastDomainType getSchemeValue concode_elem_sep BroadcastDomainType getTypeOf concode_elem_sep String... |
void function ( EventData arg0 ) { if ( eventLogger . instanceofLAL ) { ( ( LocationAwareLogger ) eventLogger . logger ) . log ( EVENT_MARKER , FQCN , LocationAwareLogger . INFO_INT , arg0 . toXML ( ) , new Object [ ] { arg0 } , null ) ; } else { eventLogger . logger . info ( EVENT_MARKER , arg0 . toXML ( ) , arg0 ) ; ... | logs the event . concode_field_sep LoggerWrapper eventLogger concode_elem_sep String FQCN concode_elem_sep Marker EVENT_MARKER concode_field_sep placeholderType placeHolder |
String function ( ) { return description ; } | changeset description concode_field_sep CheckSum currentCheckSum concode_elem_sep RanChangeSet ranChangeSet concode_elem_sep String comments concode_elem_sep Set<ChangeSetFilterResult> filterResults concode_elem_sep Date dateLastExecuted concode_elem_sep String description concode_elem_sep boolean previouslyRan concode... |
String function ( ) { return NRIC ; } | gets the nric of the person . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep String phoneNumber concode_elem_sep Calendar dateOfBirth concode_elem_sep String NRIC concode_field_sep void setLastName concode_elem_sep Calendar getDateOfBirth concode_ele... |
String function ( ) { return id ; } | gets the timezone id used to identify this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName c... |
void function ( Connection arg0 , IOException arg1 ) { Route loc0 = arg0 . getRoute ( ) ; if ( loc0 . getProxy ( ) . type ( ) != Proxy . Type . DIRECT && proxySelector != null ) { proxySelector . connectFailed ( uri , loc0 . getProxy ( ) . address ( ) , arg1 ) ; } routeDatabase . failed ( loc0 , arg1 ) ; } | clients should invoke this method when they encounter a connectivity failure on a connection returned by this route selector . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> ... |
String function ( final String arg0 , final Object ... arg1 ) { return MessageFormat . format ( getString ( arg0 ) , arg1 ) ; } | get a parameterised message from the bundle and perform the parameter substitution on it concode_field_sep String BASE_NAME concode_field_sep Locale getUserPreferredLocale |
Integer function ( ) { return id ; } | gets the id . concode_field_sep boolean deleted concode_elem_sep String name concode_elem_sep String alias concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Collection<User> users concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean getDeleted concode... |
boolean function ( Node arg0 ) { while ( depth <= maxDepth && ( arg0 == null || ! distances . containsKey ( arg0 ) ) ) { if ( ! processNextNode ( ) ) { return false ; } } return true ; } | internal calculate method that will run the calculation until either the limit is reached or a result has been generated for a given node . concode_field_sep Direction relationShipDirection concode_elem_sep HashMap<Node,Integer> distances concode_elem_sep Node startNode concode_elem_sep LinkedList<Node> currentLayer co... |
CCriterion < UJO > function ( CujoProperty < UJO , TYPE > arg0 , Collection < TYPE > arg1 ) { if ( arg1 . isEmpty ( ) ) { return CCriterion . constantFalse ( arg0 ) ; } else { return new CValueCriterion < UJO > ( arg0 , COperator . IN , arg1 . toArray ( ) ) ; } } | create new criterion for operator in to compare value to a list of constants . concode_field_sep long serialVersionUID concode_field_sep CCriterion<UJO> or concode_elem_sep void restore concode_elem_sep boolean isBinary concode_elem_sep Object getRightNode concode_elem_sep CCriterion<UJO> constantFalse concode_elem_sep... |
Collection < MetaIndex > function ( ) { addColumnsToIndex ( ) ; return mapIndex . values ( ) ; } | returns all indexes of the current table concode_field_sep Map<String,MetaIndex> mapIndex concode_elem_sep MetaTable metaTable concode_elem_sep SqlNameProvider nameProvider concode_field_sep void init concode_elem_sep void addColumnsToIndex concode_elem_sep void addIndex concode_elem_sep Boolean isExtendedIndexStrategy |
void function ( Date arg0 ) { _oAuthToken . setCreateDate ( arg0 ) ; } | sets the create date of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel ... |
LogicalPosition function ( boolean arg0 ) { return new LogicalPosition ( line , column , arg0 ) ; } | constructs a new logicalposition instance with a given value of #leansforward flag . concode_field_sep int softWrapLinesBeforeCurrentLogicalLine concode_elem_sep boolean visualPositionLeansRight concode_elem_sep int softWrapColumnDiff concode_elem_sep boolean leansForward concode_elem_sep int line concode_elem_sep bool... |
void function ( ManualSignerInfoGenerator arg0 ) { signerInfs . add ( arg0 ) ; } | adds all the information necessary to build the org.bouncycastle.asn1.cms.signerinfo about a signer . concode_field_sep ArrayList signerInfs concode_elem_sep ArrayList crls concode_elem_sep ArrayList<Object> certs concode_field_sep void addCertificatesAndCRLs concode_elem_sep ASN1Object makeObj concode_elem_sep Algorit... |
void function ( List < ElementSymbol > arg0 ) { this . elementSymbols = arg0 ; } | set the elementsymbol s that this symbol refers to concode_field_sep List<ElementSymbol> elementSymbols concode_elem_sep GroupSymbol group concode_field_sep void acceptVisitor concode_elem_sep void setGroup concode_elem_sep void addElementSymbol concode_elem_sep Class<?> getType concode_elem_sep int hashCode concode_el... |
String function ( ) { return issuerName ; } | returns the issuername . concode_field_sep Logger _logger concode_elem_sep ArrayList<byte[]> commCertificates concode_elem_sep String redirectURL concode_elem_sep String termsOfUsageMimeType concode_elem_sep String descriptionType concode_elem_sep String termsOfUsage concode_elem_sep String issuerName concode_elem_sep ... |
CatchTable function ( ) { finishProcessingIfNecessary ( ) ; return catches ; } | gets the catch exception handler table . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions concode_elem_sep LocalList locals ... |
Integer function ( ) { return holdingsId ; } | gets holdings id . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep Str... |
String function ( String arg0 , String arg1 ) { Mapping loc0 = this . map . put ( arg0 , new Mapping ( arg0 , arg1 ) ) ; return ( loc0 == null ? null : loc0 . getMimeType ( ) ) ; } | add a new mime mapping . concode_field_sep String extension concode_elem_sep String mimeType concode_elem_sep Map<String,Mapping> map concode_elem_sep MimeMappings DEFAULT concode_field_sep Iterator<Mapping> iterator concode_elem_sep Collection<Mapping> getAll concode_elem_sep String getExtension concode_elem_sep Strin... |
void function ( String arg0 ) { this . thingName = arg0 ; } | the name of the thing . concode_field_sep String thingName concode_elem_sep String defaultClientId concode_elem_sep java.util.Map<String,String> attributes concode_field_sep DescribeThingResult withAttributes concode_elem_sep DescribeThingResult addAttributesEntry concode_elem_sep java.util.Map<String,String> getAttrib... |
TuioTime function ( TuioTime arg0 ) { long loc0 = seconds - arg0 . getSeconds ( ) ; long loc1 = micro_seconds - arg0 . getMicroseconds ( ) ; if ( loc1 < 0 ) { loc1 += 1000000 ; loc0 -- ; } return new TuioTime ( loc0 , loc1 ) ; } | subtracts the provided tuiotime from the private seconds and microseconds attributes . concode_field_sep long start_seconds concode_elem_sep long seconds concode_elem_sep long frame_id concode_elem_sep long micro_seconds concode_elem_sep long start_micro_seconds concode_field_sep TuioTime add concode_elem_sep TuioTime ... |
boolean function ( ) { return transactionFailure == null ; } | returns false if the latest transaction failed , otherwise false . concode_field_sep long serialVersionUID concode_elem_sep Exception transactionFailure concode_elem_sep HomePageManager homePageManager concode_elem_sep WebShopFacade webShopFacade concode_elem_sep String error concode_elem_sep Boolean logIn concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.