idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
19,600 | performs a dynamic query on the database and returns the matching rows . concode_field_sep KaleoTaskLocalService _kaleoTaskLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActiona... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _kaleoTaskLocalService . arg0 ( arg0 ) ; } |
19,601 | get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc... | ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; } |
19,602 | fired before the change of contents of a file is processed . concode_field_sep PlaceHolder placeHolder concode_field_sep void propertyChanged concode_elem_sep void beforeFileMovement concode_elem_sep void fileCreated concode_elem_sep void fileDeleted concode_elem_sep void beforePropertyChange concode_elem_sep void cont... | void function ( @ NotNull VirtualFileEvent arg0 ) { } |
19,603 | sets the view to the explorer with the specified name . if no explorers are found with a matching name , or if the name is null , then do nothing . concode_field_sep JPanel explorerTabber concode_elem_sep JPanel view concode_elem_sep List<CButton> buttons concode_elem_sep Color BUTTON_COLOR_TEXT concode_elem_sep List<E... | void function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < explorers . size ( ) ; loc0 ++ ) { Explorer loc1 = explorers . get ( loc0 ) ; if ( loc1 . getName ( ) . equals ( arg0 ) ) { setView ( loc0 ) ; } } } |
19,604 | method invoked by the nsnotificationcenter when it receives a denied notification from paypalaction concode_field_sep String PendingPayPalPaymentReceivedNotification concode_elem_sep String ValidPayPalPaymentReceivedNotification concode_elem_sep String PROCESS_PENDING_PAYPAL_TRANSACTION concode_elem_sep String PROCESS_... | void function ( NSNotification arg0 ) { handleNotification ( Delegate . PROCESS_DENIED_PAYPAL_TRANSACTION , arg0 ) ; } |
19,605 | returns the root of this element 's hierarchy , or null if the element is not currently added to a hierarchy . concode_field_sep Elements<?> _parent concode_elem_sep Dimension _size concode_elem_sep int _flags concode_elem_sep GroupLayer layer concode_elem_sep Layout.Constraint _constraint concode_elem_sep Dimension _p... | Root function ( ) { return ( _parent == null ) ? null : _parent . root ( ) ; } |
19,606 | returns true if this container has an association to a value for the given key . concode_field_sep ImmutableOpenIntMap EMPTY concode_elem_sep IntObjectHashMap<VType> map concode_field_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep IntLookupContainer keys concode_elem_sep IntCollection keys co... | boolean function ( int arg0 ) { return map . containsKey ( arg0 ) ; } |
19,607 | obtains value of the coreprotocolpnames #protocol_version parameter.if not set , defaults to httpversion #http_1_1 . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep String getUserAgent con... | ProtocolVersion function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } Object loc0 = arg0 . getParameter ( CoreProtocolPNames . PROTOCOL_VERSION ) ; if ( loc0 == null ) { return HttpVersion . HTTP_1_1 ; } return ( ProtocolVersion ) loc0 ; } |
19,608 | obtains the content-encoding header . the default implementation returns the value of the #contentencoding contentencoding attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep boolean isChunked concode_elem_sep void setContentEncodin... | Header function ( ) { return this . contentEncoding ; } |
19,609 | returns the id of the task associated with the current conversation or ` null ' . concode_field_sep BusinessProcess businessProcess concode_field_sep ProcessInstance getProcessInstance concode_elem_sep Execution getExecution concode_elem_sep String getExecutionId concode_elem_sep String getProcessInstanceId concode_ele... | String function ( ) { return businessProcess . getTaskId ( ) ; } |
19,610 | defines a variable at this scope internally . concode_field_sep Locals parent concode_elem_sep String THIS concode_elem_sep Map<String,Variable> variables concode_elem_sep Set<String> keywords concode_elem_sep Map<MethodKey,Method> methods concode_elem_sep int slot concode_elem_sep boolean used concode_elem_sep Type ty... | Variable function ( Location arg0 , Type arg1 , String arg2 , boolean arg3 ) { if ( variables == null ) { variables = new HashMap < > ( ) ; } Variable loc0 = new Variable ( arg0 , arg2 , arg1 , getNextSlot ( ) , arg3 ) ; variables . put ( arg2 , loc0 ) ; nextSlotNumber += arg1 . arg1 . getSize ( ) ; return loc0 ; } |
19,611 | gets the value of the id property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep BigInteger getSizeOnDisk concode_elem_sep v... | String function ( ) { return id ; } |
19,612 | set trigger receiver . concode_field_sep Class<?> triggerReceiver concode_elem_sep Class<?> clearReceiver concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep Class<?> clickActivity concode_field_sep Notification build concode_elem_sep void applyContentReceiver concode_elem_sep Builder set... | Builder function ( Class < ? > arg0 ) { this . triggerReceiver = arg0 ; return this ; } |
19,613 | return a map of instance id to other oozie servers url in ha . this implementation always returns a empty map . concode_field_sep Map<String,String> urls concode_field_sep void init concode_elem_sep Class<? extends Service> getInterface concode_elem_sep List<String> getJobIdsForThisServer concode_elem_sep boolean isHig... | Map < String , String > function ( ) { return new HashMap < String , String > ( ) ; } |
19,614 | compares the attribute with the specified name in this resource with the passed in resource and checks if they are equal concode_field_sep String CONNECTOR_WORK_SECURITY_MAP concode_elem_sep String resType concode_elem_sep String PERSISTENCE_MANAGER_FACTORY_RESOURCE concode_elem_sep List RESOURCE_POOL concode_elem_sep ... | boolean function ( Resource arg0 , String arg1 ) { return ( getAttribute ( arg0 , arg1 ) . equals ( getAttribute ( this , arg1 ) ) ) ; } |
19,615 | method with only manage #role_role1 access . concode_field_sep PlaceHolder placeHolder concode_field_sep String role2 concode_elem_sep String allRoles | String function ( ) { return RESULT ; } |
19,616 | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil... | Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; } |
19,617 | override super method concode_field_sep GroupService groupService concode_field_sep void handlePacket | void function ( IPacketWriter arg0 ) { } |
19,618 | gets a java.io.file object for this uploaded file . this file is a temporary file.depending on how is handled the file upload , the file may already exist , or not in-memory and then is created . concode_field_sep File file concode_elem_sep String field concode_field_sep String field concode_elem_sep long size concode_... | File function ( ) { return file ; } |
19,619 | get current cpu freqency . concode_field_sep String CPU_INFO_PATH concode_elem_sep String CPU_FREQ_MIN_PATH concode_elem_sep String CPU_FREQ_NULL concode_elem_sep long CPU_MAX_FREQENCY concode_elem_sep String TAG concode_elem_sep int CPU_CORES concode_elem_sep String CMD_CAT concode_elem_sep long CPU_MIN_FREQENCY conco... | long function ( ) { try { return Long . parseLong ( FileUtil . getFileOutputString ( CPU_FREQ_CUR_PATH ) . trim ( ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } return 0 ; } |
19,620 | return the jsf externalcontext that this adapter operates on . concode_field_sep FacesContext facesContext concode_elem_sep Log logger concode_field_sep FacesContext getFacesContext concode_elem_sep Object getSessionMutex concode_elem_sep void setAttribute concode_elem_sep Object getAttribute concode_elem_sep String[] ... | ExternalContext function ( ) { return getFacesContext ( ) . getExternalContext ( ) ; } |
19,621 | it informs us if this pattern is a prefix of the argument given pattern . concode_field_sep BitSet appearingIn concode_elem_sep List<ItemAbstractionPair> elements concode_field_sep void add concode_elem_sep String toStringToFile concode_elem_sep Pattern clonePattern concode_elem_sep void clear concode_elem_sep void set... | boolean function ( Pattern arg0 ) { boolean loc0 = false ; List < ItemAbstractionPair > loc1 = new ArrayList < ItemAbstractionPair > ( arg0 . getElements ( ) ) ; loc1 . remove ( loc1 . size ( ) - 1 ) ; if ( loc1 . get ( loc1 . size ( ) - 1 ) . equals ( getIthElement ( size ( ) - 1 ) ) ) { loc0 = true ; } return loc0 ; ... |
19,622 | return the object created from reading from the specified classpath resource . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read con... | T function ( String arg0 ) { return read ( arg0 ) . getObject ( ) ; } |
19,623 | donne le nombre total d'arguments fournis par l'utilisateur . concode_field_sep ArrayList<CommandLineArgument> arguments concode_field_sep String getValue concode_elem_sep Integer getIntegerValue concode_elem_sep boolean isDefined concode_elem_sep String getLastOrphanValue concode_elem_sep String getInvalidArgument | int function ( ) { return this . arguments . size ( ) ; } |
19,624 | sets the value of the devicetype property . concode_field_sep DeviceTypeType deviceType concode_elem_sep Boolean deviceInHand concode_elem_sep BigInteger seedLength concode_field_sep void setSeedLength concode_elem_sep DeviceTypeType getDeviceType concode_elem_sep Boolean getDeviceInHand concode_elem_sep BigInteger get... | void function ( DeviceTypeType arg0 ) { this . deviceType = arg0 ; } |
19,625 | sets the value of the localizedmessage property . concode_field_sep NotificationSeverityType severity concode_elem_sep String code concode_elem_sep String localizedMessage concode_elem_sep List<NotificationParameter> messageParameters concode_elem_sep ServiceIdType source concode_elem_sep String message concode_field_s... | void function ( String arg0 ) { this . localizedMessage = arg0 ; } |
19,626 | returns the categories count . concode_field_sep List<String[]> mTitles concode_elem_sep List<String> mCategories concode_elem_sep String mTitle concode_elem_sep List<double[]> mValues concode_field_sep void add concode_elem_sep void add concode_elem_sep double[] getValues concode_elem_sep String[] getTitles concode_el... | int function ( ) { return mCategories . size ( ) ; } |
19,627 | writes all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep DataChecksum readDataChecksum concode_elem_sep... | void function ( DataOutputStream arg0 , DataChecksum arg1 ) { writeHeader ( arg0 , new BlockMetadataHeader ( VERSION , arg1 ) ) ; } |
19,628 | get the current namespace value . concode_field_sep String localName concode_elem_sep String prefix concode_elem_sep String namespace concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep String getLocalName concode_elem_sep void setPrefix concode_elem_sep int hashCode concode_ele... | String function ( ) { return namespace ; } |
19,629 | this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 concode_field_sep void init conco... | void function ( ) { } |
19,630 | gets the paymentmethod value for this jobcreditcards . concode_field_sep java.util.Calendar ccExpireDate concode_elem_sep java.lang.String internalId concode_elem_sep java.lang.String ccNumber concode_elem_sep java.lang.String debitCardIssueNo concode_elem_sep java.lang.Boolean ccDefault concode_elem_sep java.lang.Obje... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return paymentMethod ; } |
19,631 | get the specific token . concode_field_sep int[] jj_expentry concode_elem_sep JavaCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int jj_gen concode_elem_sep java.util.List<int[]> jj_expentries concode_ele... | Token function ( int arg0 ) { Token loc0 = token ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { if ( loc0 . next != null ) loc0 = loc0 . next ; else loc0 = loc0 . next = token_source . getNextToken ( ) ; } return loc0 ; } |
19,632 | equal terms have identical name , though not necessarily the same reference . concode_field_sep CharSequence name concode_field_sep boolean setName concode_elem_sep int getTemporalOrder concode_elem_sep void renameVariables concode_elem_sep int compareTo concode_elem_sep boolean containsTermRecursively concode_elem_sep... | boolean function ( final Object arg0 ) { if ( ! ( arg0 instanceof Term ) ) return false ; Term loc0 = ( Term ) arg0 ; if ( loc0 . hashCode ( ) != hashCode ( ) ) { return false ; } return name . equals ( loc0 . name ( ) ) ; } |
19,633 | retrieves a string representation of this attribute syntax in the format defined in rfc 2252 . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isHumanReadable concode_elem_sep SubstringMatchingRule getSubstringMatchingRule concode_elem_sep void finalizeSyntax concode_elem_sep boolean isBinary concod... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; toString ( loc0 ) ; return loc0 . toString ( ) ; } |
19,634 | sets the value of the mlang property . concode_field_sep String displayLabel concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep String authori... | void function ( String arg0 ) { this . mLang = arg0 ; } |
19,635 | ggu comment method `` updateparametervalue '' . only update the value for existed parent concode_field_sep String PROCESS concode_elem_sep String COLON concode_elem_sep String SCHEMA concode_elem_sep String SEPARATOR concode_elem_sep String EMPTY concode_elem_sep String PROPERTY concode_elem_sep String QUERYSTORE conco... | boolean function ( ElementParameterType arg0 , final String arg1 , final String arg2 , List < ElementParameterType > arg3 , ERepositoryObjectType arg4 ) { ElementParameterType loc0 = findParameter ( arg1 , arg2 , arg3 ) ; return downgradeParameterValue ( arg0 , loc0 , arg2 , arg4 ) ; } |
19,636 | suspend the stopwatch for later resumption . this method suspends the watch until it is resumed . the watch will not include time between the suspend and resume calls in the total time . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long ... | void function ( ) { if ( this . runningState != State . RUNNING ) { throw new IllegalStateException ( "srini_string" ) ; } this . stopTime = System . nanoTime ( ) ; this . runningState = State . SUSPENDED ; } |
19,637 | get the only instance . concode_field_sep Map<IDiagramGraphicalViewer,RequirementDropListener> viewersAndDropListeners concode_elem_sep Map<AbstractRequirementPage,List<IDiagramGraphicalViewer>> requirementPageAndViewers concode_elem_sep DropListenersManager instance concode_field_sep void removeListeners concode_elem_... | DropListenersManager function ( ) { return SingletonHolder . instance ; } |
19,638 | checks whether this version is older than the one from the given version string concode_field_sep int REVISION concode_elem_sep int MAJOR concode_elem_sep int MINOR concode_elem_sep String VERSION_FILE concode_elem_sep String VERSION concode_field_sep void parseVersion concode_elem_sep boolean isNewer concode_elem_sep ... | boolean function ( Object arg0 ) { return ( compareTo ( arg0 ) == - 1 ) ; } |
19,639 | add information for an imported task list . concode_field_sep Map cachedData concode_elem_sep Map<String,ImportedTaskList> importedTaskLists concode_elem_sep Date effDate concode_elem_sep String taskListName concode_elem_sep Element xml concode_elem_sep String displayName concode_elem_sep Map<Object,CachedDataCalculato... | void function ( String arg0 , Element arg1 ) { if ( EVTaskList . EV_TASK_LIST_ELEMENT_NAME . equals ( arg1 . getTagName ( ) ) ) { ImportedTaskList loc0 = new ImportedTaskList ( arg0 , arg1 ) ; importedTaskLists . put ( arg0 , loc0 ) ; } else { logger . warning ( "srini_string" + "srini_string" ) ; } } |
19,640 | if no supportedusernames collection is configured all user-names are supported otherwiseexact string equality matching is done to determine supported usernames . the property defaults to null all user names concode_field_sep Set<String> supportedUserNames concode_elem_sep Set<Pattern> ignoredUserNamePatterns concode_el... | void function ( Collection < String > arg0 ) { if ( arg0 == null ) { this . supportedUserNames = null ; } else { this . supportedUserNames = ImmutableSet . copyOf ( arg0 ) ; } } |
19,641 | gets the delay before invoking the effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... | float function ( ) { return delay ; } |
19,642 | tests that the entity listeners are correctly invoked and have access to the java : comp/ejbcontext when an entity is persisted via a stateless bmt bean concode_field_sep InitialContext iniCtx concode_elem_sep String ARCHIVE_NAME concode_field_sep void testCDICallbackInvoked concode_elem_sep T lookup concode_elem_sep T... | void function ( ) { MyListener . setInvocationCount ( 0 ) ; SLSBBMT loc0 = lookup ( "srini_string" , SLSBBMT . class ) ; this . doBMTTest ( loc0 , 4 ) ; } |
19,643 | initialize a receiver for datatransferprotocol with a socket . concode_field_sep DataInputStream in concode_field_sep void opTransferBlock concode_elem_sep Op readOp concode_elem_sep void opReplaceBlock concode_elem_sep void opRequestShortCircuitFds concode_elem_sep void opRequestShortCircuitShm concode_elem_sep void o... | void function ( final DataInputStream arg0 ) { this . in = arg0 ; } |
19,644 | returns the list of children views . this is never null , but can be empty . concode_field_sep int mBottom concode_elem_sep Object mViewObject concode_elem_sep int mLeft concode_elem_sep List<ViewInfo> mChildren concode_elem_sep int mBaseLine concode_elem_sep Object mLayoutParamsObject concode_elem_sep int mRightMargin... | List < ViewInfo > function ( ) { return mChildren ; } |
19,645 | sets the acta value for this astfichasdtastcpttaitem . concode_field_sep SIPV2190b.AstFichaSDTAstCptTAItemACTAItem[] ACTA concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar tmt_Fecha concode_elem_sep java.lang.String tmt_CptCpo_NombreAbreviado concode_elem_sep int tmt_Cpt... | void function ( SIPV2190b . AstFichaSDTAstCptTAItemACTAItem [ ] arg0 ) { this . ACTA = arg0 ; } |
19,646 | specify application context initializers to be applied to the root application context that the contextloaderlistener is being created with . concode_field_sep Log logger concode_field_sep WebApplicationContext createRootApplicationContext concode_elem_sep void registerContextLoaderListener concode_elem_sep void onStar... | ApplicationContextInitializer < ? > [ ] function ( ) { return null ; } |
19,647 | throws an assertionexception if the current thread is the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread | void function ( ) { SoftAssertions . assertCondition ( ! isOnUiThread ( ) , "srini_string" ) ; } |
19,648 | gets the value of the endtime property . concode_field_sep long duration concode_elem_sep String uiPassParam concode_elem_sep String cronString concode_elem_sep XMLGregorianCalendar startTime concode_elem_sep XMLGregorianCalendar endTime concode_field_sep void setDuration concode_elem_sep void setUiPassParam concode_el... | XMLGregorianCalendar function ( ) { return endTime ; } |
19,649 | asserts that the given array contains only the given values and nothing else , in any order . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep ByteArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep ByteArrays instance concode_... | void function ( AssertionInfo arg0 , byte [ ] arg1 , byte [ ] arg2 ) { arrays . assertContainsOnly ( arg0 , failures , arg1 , arg2 ) ; } |
19,650 | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResul... | void function ( int arg0 ) { activityResultRequestCode = arg0 ; } |
19,651 | returns whatever is stored in the class cache for the given name concode_field_sep ClassNode NO_CLASS concode_elem_sep SourceUnit su concode_elem_sep Map<String,ClassNode> cachedClasses concode_elem_sep ClassNode cn concode_field_sep LookupResult findClassNode concode_elem_sep boolean isFromAnotherClassLoader concode_e... | ClassNode function ( String arg0 ) { ClassNode loc0 = cachedClasses . get ( arg0 ) ; return loc0 ; } |
19,652 | gets the currently select node . 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 T... | Node function ( ) { return currentNode ; } |
19,653 | get all the available containers ' ids . concode_field_sep PagingUtility<ModuleMetadata> pagingUtility concode_elem_sep String XD_MODULE_PROPERTIES_PREFIX concode_elem_sep ZooKeeperConnection zkConnection concode_elem_sep StreamRepository streamRepository concode_elem_sep JobRepository jobRepository concode_elem_sep Lo... | List < String > function ( ) { try { return zkConnection . getClient ( ) . getChildren ( ) . forPath ( Paths . CONTAINERS ) ; } catch ( Exception loc0 ) { throw ZooKeeperUtils . wrapThrowable ( loc0 ) ; } } |
19,654 | adds a float to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSO... | JSONBuilder function ( float arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } |
19,655 | must be called from camera thread . concode_field_sep Size previewSize concode_elem_sep String TAG concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Size requestedPreviewSize concode_elem_sep Size resolution concode_elem_sep String defaultParameters concode_elem_sep DisplayConfiguration displayConfigu... | void function ( SurfaceHolder arg0 ) { camera . setPreviewDisplay ( arg0 ) ; } |
19,656 | visible for testing only . concode_field_sep IMetaStoreClient metaStoreClient concode_elem_sep Set<Table> sources concode_elem_sep int lockRetries concode_elem_sep int retryWaitSeconds concode_elem_sep Collection<Table> sinks concode_elem_sep Timer heartbeat concode_elem_sep HiveConf hiveConf concode_elem_sep LockFailu... | Long function ( ) { return transactionId ; } |
19,657 | get the view name . concode_field_sep ViewEntity view concode_elem_sep String viewName concode_elem_sep String defaultValue concode_elem_sep char masked concode_elem_sep String name concode_elem_sep String clusterConfig concode_elem_sep String description concode_elem_sep String label concode_elem_sep String placeholde... | String function ( ) { return viewName ; } |
19,658 | gets the value of the bnfcrydscofpurp property . concode_field_sep PostalAddress postalAddress concode_elem_sep ContactInfo contactInfo concode_elem_sep BeneficiaryAccount beneficiaryAccount concode_elem_sep String bnfcryNm concode_elem_sep String creditorRef concode_elem_sep String bnfcryDscOfPurp concode_field_sep St... | String function ( ) { return bnfcryDscOfPurp ; } |
19,659 | sets all astrobindingproviders for use in the binding . concode_field_sep AstroContext instance concode_elem_sep JobScheduler jobScheduler concode_elem_sep AstroConfig config concode_elem_sep Map<PlanetName,Planet> planets concode_elem_sep EventPublisher eventPublisher concode_elem_sep Collection<AstroBindingProvider> ... | void function ( Collection < AstroBindingProvider > arg0 ) { this . providers = arg0 ; } |
19,660 | test of initfire method , of class node . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testExtinctFire concode_elem_sep void tearDown concode_elem_sep void testEquals | void function ( ) { System . out . println ( "srini_string" ) ; Node loc0 = new Node ( 0 , 0 , TypeNode . NORMAL ) ; loc0 . initFire ( ) ; assertEquals ( loc0 . getType ( ) , TypeNode . INCENDIE ) ; assertEquals ( loc0 . getValueFire ( ) , Node . INIT_VALUE_FIRE ) ; } |
19,661 | sets the value of the keyfields property . concode_field_sep BatchCascadeDelete batchCascadeDelete concode_elem_sep FkConstraint fkConstraint concode_elem_sep KeyFields keyFields concode_elem_sep EjbRelationshipRoleName ejbRelationshipRoleName concode_elem_sep ReadAhead readAhead concode_field_sep FkConstraint getFkCon... | void function ( final KeyFields arg0 ) { this . keyFields = arg0 ; } |
19,662 | test of getbookmove method , of class book . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetAllBookMoves concode_elem_sep void checkValid concode_elem_sep void tearDownClass | void function ( ) { System . out . println ( "srini_string" ) ; Position loc0 = TextIO . readFEN ( TextIO . startPosFEN ) ; Book loc1 = new Book ( true ) ; Move loc2 = loc1 . getBookMove ( loc0 ) ; checkValid ( loc0 , loc2 ) ; } |
19,663 | removes top header concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector getV... | void function ( ) { values . removeElementAt ( 0 ) ; } |
19,664 | sets the value of the role 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 LESourceType l... | void function ( String arg0 ) { this . role = arg0 ; } |
19,665 | replaces the bits with new values . concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep int getRawValue concode_elem_sep short setShort concode_ele... | short function ( final short arg0 , final short arg1 ) { return ( short ) setValue ( arg0 , arg1 ) ; } |
19,666 | create a new book with an auto-generated id concode_field_sep BookService bookService concode_field_sep List<Book> getAllBooks concode_elem_sep void handleBadRequests concode_elem_sep String delete concode_elem_sep String updateName | ResponseEntity < Book > function ( @ RequestBody Book arg0 ) { Book loc0 = new Book ( ) ; return new ResponseEntity < Book > ( loc0 , HttpStatus . CREATED ) ; } |
19,667 | we need to be able to deactivate the rule execution , otherwise the openhab designer would also execute the rules . concode_field_sep ItemRegistry itemRegistry concode_elem_sep RuleTriggerManager triggerManager concode_elem_sep Logger logger concode_elem_sep ScriptEngine scriptEngine concode_elem_sep ModelRepository mo... | boolean function ( ) { return ! "srini_string" . equalsIgnoreCase ( System . getProperty ( "srini_string" ) ) ; } |
19,668 | gets the value of the policymonitoring property . concode_field_sep DeviceDetails deviceDetails concode_elem_sep TaskConfiguration taskConfiguration concode_elem_sep PushNotificationProvider pushNotificationProvider concode_elem_sep Features features concode_elem_sep License license concode_elem_sep List<String> operat... | PolicyMonitoring function ( ) { return policyMonitoring ; } |
19,669 | get a figure by a given id 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 void addGradient concode_elem_sep Gradient ... | Figure function ( String arg0 ) { return ( Figure ) figureMap . get ( arg0 ) ; } |
19,670 | to configure security using sslcontextparameters . concode_field_sep Integer timeToLive concode_elem_sep String password concode_elem_sep boolean sendEmptyExchangeOnTimeout concode_elem_sep String uris concode_elem_sep String servicePath concode_elem_sep CamelContext camelContext concode_elem_sep SSLContextParameters s... | void function ( SSLContextParameters arg0 ) { this . sslContextParameters = arg0 ; } |
19,671 | puts a short integer into the buffer as 2 bytes , big-endian but w / leading zeros e.g. , as if an int32 value . this is based on looking at ganglia data as received on the wire . for example , cpu_num is reported as ushort . concode_field_sep int offset concode_elem_sep byte[] buffer concode_field_sep void writeInt co... | void function ( final short arg0 ) { buffer [ offset ++ ] = ( byte ) 0 ; buffer [ offset ++ ] = ( byte ) 0 ; buffer [ offset ++ ] = ( byte ) ( ( arg0 >> 8 ) & 0xff ) ; buffer [ offset ++ ] = ( byte ) ( arg0 & 0xff ) ; } |
19,672 | returns the time field . concode_field_sep Vector repeatList concode_elem_sep TimeField timeImpl concode_field_sep void addRepeatField concode_elem_sep void setRepeatTimes concode_elem_sep String toString concode_elem_sep Vector getRepeatTimes concode_elem_sep void setTime | TimeField function ( ) { return timeImpl ; } |
19,673 | returns the type description . concode_field_sep Comments comments concode_elem_sep boolean nullable concode_elem_sep String name concode_elem_sep String description concode_elem_sep Class type concode_elem_sep boolean constrained concode_field_sep void setConstrained concode_elem_sep String getName concode_elem_sep vo... | String function ( ) { return this . description ; } |
19,674 | restarts the current gesture if any . concode_field_sep Listener mListener concode_elem_sep int mId[] concode_elem_sep float mStartY[] concode_elem_sep int MAX_POINTERS concode_elem_sep float mStartX[] concode_elem_sep int mPointerCount concode_elem_sep boolean mGestureInProgress concode_elem_sep int mNewPointerCount c... | void function ( ) { if ( ! mGestureInProgress ) { return ; } stopGesture ( ) ; for ( int loc0 = 0 ; loc0 < MAX_POINTERS ; loc0 ++ ) { mStartX [ loc0 ] = mCurrentX [ loc0 ] ; mStartY [ loc0 ] = mCurrentY [ loc0 ] ; } startGesture ( ) ; } |
19,675 | check whether two map are same size or both null . concode_field_sep Object newValue concode_elem_sep String fieldName concode_elem_sep Object oldValue concode_field_sep Object getValue concode_elem_sep void setFieldName concode_elem_sep boolean hasChanged concode_elem_sep BaseColumnFieldDiff getDiff concode_elem_sep v... | boolean function ( Map arg0 , Map arg1 ) { if ( arg0 == null && arg1 == null ) { return true ; } else if ( arg0 != null && arg1 != null && arg0 . size ( ) == arg1 . size ( ) ) { return true ; } return false ; } |
19,676 | get the length of a vector . concode_field_sep ByteBuffer bb concode_elem_sep int bb_pos concode_elem_sep ThreadLocal<CharsetDecoder> UTF8_DECODER concode_elem_sep ThreadLocal<CharBuffer> CHAR_BUFFER concode_field_sep ByteBuffer __vector_as_bytebuffer concode_elem_sep int __offset concode_elem_sep String __string conco... | int function ( int arg0 ) { arg0 += bb_pos ; arg0 += bb . getInt ( arg0 ) ; return bb . getInt ( arg0 ) ; } |
19,677 | get the namespace uri of this qualified name . concode_field_sep QName qname concode_elem_sep String BOSH_NS_URI concode_field_sep String getPrefix concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BodyQName create concode_elem_sep BodyQName createWithPrefix concode_elem_sep boolean equalsQ... | String function ( ) { return qname . getNamespaceURI ( ) ; } |
19,678 | create a new instance of javabeanlongpropertybuilder concode_field_sep JavaBeanPropertyBuilderHelper helper concode_field_sep JavaBeanLongPropertyBuilder getter concode_elem_sep JavaBeanLongPropertyBuilder getter concode_elem_sep JavaBeanLongProperty build concode_elem_sep JavaBeanLongPropertyBuilder beanClass concode_... | JavaBeanLongPropertyBuilder function ( ) { return new JavaBeanLongPropertyBuilder ( ) ; } |
19,679 | specify whether the database uses lower case for identifiers concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_elem_sep Log logger c... | void function ( boolean arg0 ) { this . storesLowerCaseIdentifiers = arg0 ; } |
19,680 | transition probabilities from a state concode_field_sep Map<State,Map<Action,Map<State,Double>>> tp concode_field_sep Set<Action> actionsFromState concode_elem_sep void setTP concode_elem_sep Set<State> getStates | Map < Action , Map < State , Double >> function ( State arg0 ) { Map < Action , Map < State , Double >> loc0 = tp . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashMap < > ( ) ; tp . put ( arg0 , loc0 ) ; } return loc0 ; } |
19,681 | this creates an ouput of any kind to a file . the returned outbuilder can be usedto specifiy which kind of writer or outputstream should be created and allows you to specify further how the output chain is build . concode_field_sep PlaceHolder placeHolder concode_field_sep StringOutBuilder string concode_elem_sep OutBu... | OutBuilder function ( File arg0 , String arg1 ) { if ( arg0 == null || arg1 == null ) throw new NullPointerException ( "srini_string" ) ; return new OutBuilder ( new FileTarget ( new File ( arg0 , arg1 ) ) ) ; } |
19,682 | gets the error_code value for this report_status . concode_field_sep java.lang.String queue_time concode_elem_sep java.lang.String error_msg concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.St... | java . lang . String function ( ) { return error_code ; } |
19,683 | translates point from inner subscene coordinates to scene coordinates . concode_field_sep PlaceHolder placeHolder concode_field_sep Point2D sceneToSubScenePlane concode_elem_sep Point2D computeSubSceneCoordinates | Point3D function ( SubScene arg0 , Point3D arg1 ) { Node loc0 = arg0 ; while ( loc0 != null ) { final Point2D loc1 = CameraHelper . project ( SubSceneHelper . getEffectiveCamera ( arg0 ) , arg1 ) ; arg1 = loc0 . localToScene ( loc1 . getX ( ) , loc1 . getY ( ) , 0.0 ) ; loc0 = NodeHelper . getSubScene ( loc0 ) ; } retu... |
19,684 | returns the footer for the layout format . the base class returns null . concode_field_sep String LINE_SEP concode_elem_sep int LINE_SEP_LEN concode_field_sep String format concode_elem_sep String getContentType concode_elem_sep boolean ignoresThrowable concode_elem_sep String getHeader | String function ( ) { return null ; } |
19,685 | sets the default video encoder . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder concode_e... | SessionBuilder function ( int arg0 ) { mVideoEncoder = arg0 ; return this ; } |
19,686 | sets the formatter to be used by this handler . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix concode_elem_sep String encoding concode_field_sep boolean isLoggab... | void function ( Formatter arg0 ) { LogManager . getLogManager ( ) . checkAccess ( ) ; internalSetFormatter ( arg0 ) ; } |
19,687 | upda java.util.date concode_field_sep String nwai concode_elem_sep String flag concode_elem_sep String htzb concode_elem_sep String line concode_elem_sep BigDecimal rsv2 concode_elem_sep String yfkn concode_elem_sep String rsv1 concode_elem_sep Double yfei concode_elem_sep long serialVersionUID concode_elem_sep String ... | void function ( java . util . Date arg0 ) { this . upda = arg0 ; } |
19,688 | this reads all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep void writeHeader concode_elem_sep void wri... | BlockMetadataHeader function ( DataInputStream arg0 ) { return readHeader ( arg0 . readShort ( ) , arg0 ) ; } |
19,689 | sets the last publish date of this sample l a r booking . concode_field_sep SampleLARBooking _sampleLARBooking concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isE... | void function ( Date arg0 ) { _sampleLARBooking . setLastPublishDate ( arg0 ) ; } |
19,690 | double value formatting with fixed number of digits to the right of the decimal point . concode_field_sep PlaceHolder placeHolder concode_field_sep void show2 concode_elem_sep String formatDouble concode_elem_sep String pad concode_elem_sep String s concode_elem_sep String d concode_elem_sep String d concode_elem_sep v... | String function ( double arg0 , int arg1 ) { return formatDouble ( arg0 , 100 , arg1 ) . trim ( ) ; } |
19,691 | return the jms acknowledgement mode to use . concode_field_sep boolean pubSubDomain concode_elem_sep String clientId concode_elem_sep MessageConverter messageConverter concode_elem_sep int maxConcurrency concode_elem_sep String messageSelector concode_elem_sep boolean subscriptionShared concode_elem_sep int prefetchSiz... | int function ( ) { return this . acknowledgeMode ; } |
19,692 | deletes a log specific logical log . concode_field_sep String name concode_elem_sep byte[] branchId concode_field_sep String getName concode_elem_sep byte[] getBranchId concode_elem_sep long rotateLogicalLog concode_elem_sep ResourceIterator<File> listStoreFiles concode_elem_sep ResourceIterator<File> listStoreFiles co... | boolean function ( long arg0 ) { throw new UnsupportedOperationException ( getClass ( ) . getName ( ) ) ; } |
19,693 | gets the value of the criterion property . concode_field_sep Boolean isNegative concode_elem_sep Criterion criterion concode_elem_sep Double bidModifier concode_elem_sep Long campaignId concode_elem_sep String campaignCriterionType concode_elem_sep List<StringStringMapEntry> forwardCompatibilityMap concode_field_sep Bo... | Criterion function ( ) { return criterion ; } |
19,694 | convert a date in the paris time zone to a local date . concode_field_sep String SDF_DATE_TIME_FORMAT concode_elem_sep int NB_HOURS_IN_A_DAY concode_elem_sep String PARIS_ZONE_ID concode_elem_sep DateTimeZone PARIS_TIME_ZONE concode_field_sep int compare concode_elem_sep String getMonthName concode_elem_sep java.sql.Ti... | LocalDate function ( final Date arg0 ) { if ( arg0 != null ) { return new LocalDate ( arg0 . getTime ( ) , PARIS_TIME_ZONE ) ; } else { return null ; } } |
19,695 | read a text file into a single string concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( File arg0 ) { try { return readTextFile ( new FileReader ( arg0 ) ) ; } catch ( FileNotFoundException loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
19,696 | locates and decodes a maxicode in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_elem_sep int MATRIX_WIDTH concode_elem_sep int MATRIX_HEIGHT concode_field_sep void reset concode_elem_sep BitMatrix extractPureBits | Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; } |
19,697 | ensures that the specified array is null-terminated . concode_field_sep boolean CHECKS concode_elem_sep boolean DEBUG concode_elem_sep boolean DEBUG_FUNCTIONS concode_field_sep void checkBufferGT concode_elem_sep void checkBufferGT concode_elem_sep void checkBufferGT concode_elem_sep void checkArray concode_elem_sep lo... | long [ ] function ( long [ ] arg0 ) { checkBuffer ( arg0 , 1 ) ; if ( arg0 [ arg0 . length - 1 ] != NULL ) throw new IllegalArgumentException ( "srini_string" ) ; return arg0 ; } |
19,698 | removes the registered ieventlistener . the listener the observer gets no more events . concode_field_sep boolean isBlocked concode_elem_sep List<IEventListener> listeners concode_field_sep void fireEvent concode_elem_sep void addEventListener | void function ( IEventListener arg0 ) { while ( isBlocked ) { Thread . yield ( ) ; } listeners . remove ( arg0 ) ; } |
19,699 | sets pe status to either pe.free or pe.busy concode_field_sep int FREE concode_elem_sep int BUSY concode_elem_sep int FAILED concode_elem_sep int id concode_elem_sep PeProvisioner peProvisioner concode_elem_sep int status concode_field_sep void setStatusFailed concode_elem_sep void setPeProvisioner concode_elem_sep PeP... | void function ( int arg0 ) { this . status = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.