idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
21,300 | apply any query hints to the operator as annotations of that operator . note : this method is responsible for transferring query hints from astbase #getqueryhints onto a generated pipelineop . concode_field_sep Logger log concode_elem_sep String ESTIMATED_CARDINALITY concode_elem_sep String ORIGINAL_INDEX concode_elem_... | PipelineOp function ( PipelineOp arg0 , final ASTBase arg1 , final AST2BOpContext arg2 ) { arg0 = _applyQueryHints ( arg0 , arg1 . getQueryHints ( ) ) ; return arg0 ; } |
21,301 | return type metadata object concode_field_sep com.google.api.ads.dfa.axis.v1_20.Dimensions frameSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int flashVersion concode_elem_sep com.google.api.ads.dfa.axis.v1_20.Size size concode_elem_sep java.lang.String savedFilename concode_elem_... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
21,302 | set the bit at the specified index to 1 . concode_field_sep int keyCount concode_elem_sep int maxKeys concode_elem_sep long byteSize concode_elem_sep ByteBuffer bloom concode_elem_sep int hashCount concode_elem_sep int hashType concode_elem_sep Hash hash concode_field_sep void add concode_elem_sep void add concode_elem... | void function ( long arg0 ) { int loc0 = ( int ) ( arg0 / 8 ) ; int loc1 = ( int ) ( arg0 % 8 ) ; byte loc2 = bloom . get ( loc0 ) ; loc2 |= BloomFilterUtil . bitvals [ loc1 ] ; bloom . put ( loc0 , loc2 ) ; } |
21,303 | returns true if this bounding box overlaps given one , i.e. they are within one cutoff distance in one of their 3 dimensions . concode_field_sep double ymin concode_elem_sep double zmin concode_elem_sep double xmin concode_elem_sep double ymax concode_elem_sep double zmax concode_elem_sep double xmax concode_elem_sep L... | boolean function ( BoundingBox arg0 , double arg1 ) { if ( this == arg0 ) return true ; if ( ! areOverlapping ( xmin , xmax , arg0 . xmin , arg0 . xmax , arg1 ) ) { return false ; } if ( ! areOverlapping ( ymin , ymax , arg0 . ymin , arg0 . ymax , arg1 ) ) { return false ; } if ( ! areOverlapping ( zmin , zmax , arg0 .... |
21,304 | returns storage space quota concode_field_sep String QUOTA_SUMMARY_FORMAT concode_elem_sep String SPACE_QUOTA_SUMMARY_FORMAT concode_elem_sep String STORAGE_TYPE_SUMMARY_FORMAT concode_elem_sep long directoryCount concode_elem_sep String[] QUOTA_HEADER_FIELDS concode_elem_sep String QUOTA_NONE concode_elem_sep long len... | long function ( ) { return spaceQuota ; } |
21,305 | sets the value of the authenticateresult property . concode_field_sep ArrayOfString authenticateResult concode_field_sep ArrayOfString getAuthenticateResult | void function ( ArrayOfString arg0 ) { this . authenticateResult = arg0 ; } |
21,306 | keycloak-1733 concode_field_sep AbstractKeycloakRule keycloakRule concode_elem_sep AdapterTestStrategy testStrategy concode_field_sep void testLoginSSOMax concode_elem_sep void testRestCallWithAccessTokenAsQueryParameter concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep void testSessionIn... | void function ( ) { testStrategy . testNullQueryParameterAccessToken ( ) ; } |
21,307 | calculates the height of one tile , based on the aspect ratio and given width concode_field_sep int atlasIndex concode_elem_sep ArrayVBO[] vbo concode_elem_sep Bitmap bmp concode_elem_sep int textureWidth concode_elem_sep int columns concode_elem_sep float magFilter concode_elem_sep float envMode concode_elem_sep int r... | float function ( float arg0 ) { return ( arg0 / columns ) * getRatio ( ) ; } |
21,308 | retrieve a rfc2045 style string representation of this content-type . returns null if the conversion failed . concode_field_sep String primaryType concode_elem_sep String subType concode_elem_sep ParameterList list concode_field_sep void setParameterList concode_elem_sep String getPrimaryType concode_elem_sep void setS... | String function ( ) { if ( primaryType == null || subType == null ) return null ; StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( primaryType ) . append ( '/' ) . append ( subType ) ; if ( list != null ) loc0 . append ( list . toString ( loc0 . length ( ) + 14 ) ) ; return loc0 . toString ( ) ; } |
21,309 | sets the prefix of the name of threads to be created through this threadfactory to the specified prefix . concode_field_sep Log LOG concode_elem_sep boolean daemon concode_elem_sep String prefix concode_elem_sep int counter concode_elem_sep Object lock concode_field_sep void setDaemon concode_elem_sep String getPrefix ... | void function ( final String arg0 ) { this . prefix = arg0 ; } |
21,310 | gets the value of the showstatus property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2V... | String function ( ) { return showstatus ; } |
21,311 | unpack a jar file into a directory . this version unpacks all files inside the jar regardless of filename . concode_field_sep String HADOOP_USE_CLIENT_CLASSLOADER concode_elem_sep int SHUTDOWN_HOOK_PRIORITY concode_elem_sep Pattern MATCH_ANY concode_elem_sep String HADOOP_CLASSPATH concode_elem_sep String HADOOP_CLIENT... | void function ( File arg0 , File arg1 ) { unJar ( arg0 , arg1 , MATCH_ANY ) ; } |
21,312 | add a join to the join vector concode_field_sep String _name concode_elem_sep Vector _joins concode_elem_sep Vector _entities concode_field_sep Vector selectDistinct concode_elem_sep void setName concode_elem_sep RecordSet select concode_elem_sep String getName concode_elem_sep boolean insert concode_elem_sep boolean u... | void function ( Join arg0 ) { for ( int loc0 = 0 ; loc0 < _joins . size ( ) ; loc0 ++ ) if ( ( ( Join ) _joins . elementAt ( loc0 ) ) . equals ( arg0 ) ) return ; _joins . add ( arg0 ) ; } |
21,313 | empty key sequence useful for clearing out form inputs . concode_field_sep KeySequence EMPTY concode_field_sep KeySequenceBuilder charsBuilder concode_elem_sep KeySequence keys concode_elem_sep KeySequenceBuilder keysBuilder concode_elem_sep List<Key> copy concode_elem_sep KeySequence chars | KeySequence function ( ) { return EMPTY ; } |
21,314 | the prefix applied to the log file names . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix concode_field_s... | String function ( ) { return s3KeyPrefix ; } |
21,315 | add a single dependency and , optionally , all of its dependencies . the group id and version of the dependency are resolved from the module using the customizer 's artifactcoordinatesresolver . concode_field_sep ClassNode classNode concode_elem_sep GroovyClassLoader loader concode_elem_sep DependencyResolutionContext ... | DependencyCustomizer function ( String arg0 , boolean arg1 ) { return add ( arg0 , null , null , arg1 ) ; } |
21,316 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
21,317 | subclasses may override this e.g. to add other adapters concode_field_sep List<Notifier> addedTo concode_elem_sep Notifier[] EMPTY concode_field_sep void doNotify concode_elem_sep void notifyChanged concode_elem_sep Notifier getTarget concode_elem_sep void addToObject concode_elem_sep boolean isAdapterForType concode_e... | void function ( Object arg0 ) { } |
21,318 | prints out the given warning and increments the warning count , if the given class names pass the class name filter . concode_field_sep int warningCount concode_elem_sep StringMatcher classFilter concode_elem_sep PrintStream printStream concode_field_sep int getWarningCount concode_elem_sep boolean accepts concode_elem... | void function ( String arg0 , String arg1 , String arg2 ) { if ( accepts ( arg0 , arg1 ) ) { print ( arg2 ) ; } } |
21,319 | sets the value of the effort property . concode_field_sep Guid sourceId concode_elem_sep String displayText concode_elem_sep Integer sourceTypeCode concode_elem_sep Guid calendarId concode_elem_sep SubCode subCode concode_elem_sep XMLGregorianCalendar start concode_elem_sep Double effort concode_elem_sep XMLGregorianCa... | void function ( Double arg0 ) { this . effort = arg0 ; } |
21,320 | convenience method for type erasure when casting lists . concode_field_sep PlaceHolder placeHolder concode_field_sep List<O> transform concode_elem_sep T last concode_elem_sep T filterFirst concode_elem_sep boolean isEmpty concode_elem_sep T first | List < T > function ( List arg0 , Class < T > arg1 ) { return ( List < T > ) arg0 ; } |
21,321 | checks if the given property should be resolved on the proxy or the target . concode_field_sep Document proxy concode_elem_sep Document target concode_field_sep void setSystemProp concode_elem_sep String getLifeCyclePolicy concode_elem_sep String getName concode_elem_sep boolean removeFacet concode_elem_sep boolean has... | boolean function ( String arg0 ) { if ( Model . MAIN_MINOR_VERSION_PROP . equals ( arg0 ) || Model . MAIN_MAJOR_VERSION_PROP . equals ( arg0 ) ) { return false ; } return isSchemaForProxy ( getSchema ( arg0 ) ) ; } |
21,322 | get the value of _ short concode_field_sep float _float concode_elem_sep boolean _boolean concode_elem_sep double _secondDouble concode_elem_sep String _string concode_elem_sep long _long concode_elem_sep double _double concode_elem_sep char _char concode_elem_sep short _short concode_elem_sep int _int concode_elem_sep... | short function ( ) { return _short ; } |
21,323 | resets that sequence number to 0 . concode_field_sep String _location concode_elem_sep long _sequenceNumber concode_elem_sep long _seqCount concode_elem_sep String _message concode_elem_sep String _ndc concode_elem_sep Throwable _thrown concode_elem_sep LogLevel _level concode_elem_sep String _thread concode_elem_sep S... | void function ( ) { _seqCount = 0 ; } |
21,324 | `` sys_idx _ '' is used for auto-indexes on referring fk columns or unique constraints . `` sys_pk _ '' is for the primary key indexes . `` sys_ref _ '' is for fk constraints in referenced tables concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode... | boolean function ( String arg0 ) { return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ; } |
21,325 | defaults to return an empty list . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Class<? extends Closeable>> shardServices concode_elem_sep Collection<Class<? extends Module>> shardModules concode_elem_sep Collection<Module> shardModules concode_elem_sep Collection<Class<? extends Closeable>> i... | Collection < Module > function ( Settings arg0 ) { return ImmutableList . of ( ) ; } |
21,326 | evaluates the timestamp/nonce combination for validity , storing and/or clearing nonces as required . concode_field_sep TimeUnit timestampUnit concode_elem_sep SortedMap<Long,Map<String,Set<String>>> tsToKeyNoncePairs concode_elem_sep long mapSize concode_elem_sep long maxAge concode_elem_sep int gcCounter concode_elem... | boolean function ( final String arg0 , final String arg1 , final String arg2 ) { return verify ( arg0 , arg1 , arg2 , System . currentTimeMillis ( ) ) ; } |
21,327 | sets the modified date of this s c product version . concode_field_sep SCProductVersion _scProductVersion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep boolean isRepoStoreArtifact concode_elem_sep java.lang.String getDow... | void function ( java . util . Date arg0 ) { _scProductVersion . setModifiedDate ( arg0 ) ; } |
21,328 | tests that a message is found valid regardless of the fact that there is one invalid key in the list of public keys . concode_field_sep ChatMessageValidator validator concode_elem_sep List<ChatMessage> messageFixtures concode_elem_sep List<ChatPublicKey> publicKeyFixtures concode_field_sep List<ChatPublicKey> buildPubk... | void function ( ) { List < ChatPublicKey > loc0 = new ArrayList < > ( ) ; loc0 . add ( new ChatPublicKey ( "srini_string" ) ) ; loc0 . add ( publicKeyFixtures . get ( 0 ) ) ; validator = new ChatMessageValidator ( loc0 ) ; ChatMessage loc1 = messageFixtures . get ( 0 ) ; assertTrue ( validator . validate ( loc1 ) ) ; } |
21,329 | sets task id . concode_field_sep int eventId concode_elem_sep TaskCompletionEvent[] EMPTY_ARRAY concode_elem_sep int iteration concode_elem_sep boolean isMap concode_elem_sep int idWithinJob concode_elem_sep String taskTrackerHttp concode_elem_sep TaskAttemptID taskId concode_elem_sep int taskRunTime concode_elem_sep S... | void function ( String arg0 ) { this . taskId = TaskAttemptID . forName ( arg0 ) ; } |
21,330 | returns the cause of the failure . concode_field_sep String description concode_elem_sep String action concode_elem_sep Throwable cause concode_field_sep String getAction concode_elem_sep String getDescription | Throwable function ( ) { return this . cause ; } |
21,331 | return an adjusted version of a given temperature based on the y height concode_field_sep GenLayer biomeIndexLayer concode_elem_sep List<Biome> biomesToSpawnIn concode_elem_sep GenLayer genBiomes concode_elem_sep ChunkProviderSettings field_190945_a concode_elem_sep BiomeCache biomeCache concode_field_sep List<Biome> g... | float function ( float arg0 , int arg1 ) { return arg0 ; } |
21,332 | method called when the actionlistener is fired on the locate address field concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolean sh... | void function ( ActionEvent arg0 ) { address = geoCoderAddress ; locateAddress = true ; } |
21,333 | returns the number of times #put was called . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_field_sep i... | int function ( ) { return putCount ; } |
21,334 | construct a builder to use for loading the given context . concode_field_sep GuiceApplicationBuilder initialBuilder concode_field_sep Application load concode_elem_sep GuiceableModule[] overrides | GuiceApplicationBuilder function ( ApplicationLoader . Context arg0 ) { return initialBuilder . in ( arg0 . environment ( ) ) . loadConfig ( arg0 . initialConfiguration ( ) ) . overrides ( overrides ( arg0 ) ) ; } |
21,335 | title for the local notification . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep int getIdAsInt concode_elem_sep String getText concode_elem_sep l... | String function ( ) { String loc0 = options . optString ( "srini_string" , "srini_string" ) ; if ( loc0 . isEmpty ( ) ) { loc0 = context . getApplicationInfo ( ) . loadLabel ( context . getPackageManager ( ) ) . toString ( ) ; } return loc0 ; } |
21,336 | general helper functions concode_field_sep int[] pq concode_elem_sep Key[] keys concode_elem_sep IndexMaxPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_sep void change concode_elem_sep boolean isEmpty concod... | boolean function ( int arg0 , int arg1 ) { return keys [ pq [ arg0 ] ] . compareTo ( keys [ pq [ arg1 ] ] ) < 0 ; } |
21,337 | gets the value of the value property . concode_field_sep List<JAXBElement<?>> recordContentSourceOrRecordCreationDateOrRecordChangeDate concode_elem_sep String language concode_elem_sep String source concode_elem_sep String lang concode_elem_sep String value concode_elem_sep String script concode_elem_sep String transl... | String function ( ) { return value ; } |
21,338 | 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 ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } |
21,339 | sets the position . concode_field_sep AbTaskListener listener concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep void setListener concode_elem_sep AbTaskListener getListener | void function ( int arg0 ) { this . position = arg0 ; } |
21,340 | returns true if the node 's meaning matches the specified type . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDes... | boolean function ( int arg0 ) { return Types . ofType ( getMeaning ( ) , arg0 ) ; } |
21,341 | stops this resequencer i.e. this resequencer 's timer instance . concode_field_sep Sequence<Element<E>> sequence concode_elem_sep Timer timer concode_elem_sep Element<E> lastDelivered concode_elem_sep SequenceSender<E> sequenceSender concode_elem_sep long timeout concode_elem_sep Boolean rejectOld concode_field_sep E g... | void function ( ) { timer . cancel ( ) ; } |
21,342 | returns a summary string of the evaluation with a default title concode_field_sep double[][] m_Evaluations concode_elem_sep int m_NumEvals concode_elem_sep int m_NumCacheHits concode_elem_sep StringBuffer m_Result concode_elem_sep String[] m_Options concode_field_sep String makeOptionString concode_elem_sep String[] ge... | String function ( String arg0 ) { StringBuffer loc0 ; loc0 = new StringBuffer ( arg0 ) ; if ( arg0 . length ( ) != 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( m_Result ) ; return loc0 . toString ( ) ; } |
21,343 | gets the value of the offset property . concode_field_sep String sha1 concode_elem_sep String size concode_elem_sep String offset concode_elem_sep String bios concode_elem_sep String crc concode_elem_sep String merge concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String optional co... | String function ( ) { return offset ; } |
21,344 | return the body text associated with this node if any . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String g... | String function ( ) { return ( this . body ) ; } |
21,345 | getter for the message callback . concode_field_sep AzureHubType targetHubType concode_elem_sep long TOKEN_VALID_SECS concode_elem_sep int DEFAULT_MESSAGE_LOCK_TIMEOUT_SECS concode_elem_sep Object messageContext concode_elem_sep int DEFAULT_READ_TIMEOUT_MILLIS concode_elem_sep String iotHubName concode_elem_sep String ... | MessageCallback function ( ) { return this . messageCallback ; } |
21,346 | make sure we have ` need ' elements from current position # p p . last valid p index is tokens.length-1 . p + need-1 is the tokens index ` need ' elementsahead . if we need 1 element , p +1 -1 == p must be less than tokens.length . concode_field_sep Token lastToken concode_elem_sep int p concode_elem_sep Token lastToke... | void function ( int arg0 ) { int loc0 = ( p + arg0 - 1 ) - n + 1 ; if ( loc0 > 0 ) { fill ( loc0 ) ; } } |
21,347 | sets the value of the id property . concode_field_sep List<SignatureProperty> signatureProperties concode_elem_sep String id concode_field_sep List<SignatureProperty> getSignatureProperties concode_elem_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
21,348 | adds a directposition to the position concode_field_sep double EPSILON concode_elem_sep double EPSILONSQ concode_elem_sep Point2D point00 concode_field_sep void add concode_elem_sep void add concode_elem_sep Point2D subtract concode_elem_sep double length concode_elem_sep double cross concode_elem_sep Point2D createCen... | Point2D function ( Point2D arg0 , Point2D arg1 ) { return new Point2D . Double ( arg0 . getX ( ) + arg1 . getX ( ) , arg0 . getY ( ) + arg1 . getY ( ) ) ; } |
21,349 | check if this sub repo is an ancestor of the given path . concode_field_sep String path concode_elem_sep String defaultRevision concode_elem_sep String recommendShallow concode_elem_sep String src concode_elem_sep Repository repo concode_elem_sep String name concode_elem_sep Set<String> groups concode_elem_sep String r... | boolean function ( String arg0 ) { return arg0 . startsWith ( getPathWithSlash ( ) ) ; } |
21,350 | apply rgb scalars and hue/sat adjustments to the tiles and characters in the scene . the hue and sat are always applied first concode_field_sep float effect_hue concode_elem_sep float effect_sat concode_elem_sep float effect_bScale concode_elem_sep GraphicsBank tileset concode_elem_sep float effect_rScale concode_elem_... | void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { System . out . println ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" + arg5 ) ; effect_rScale = arg0 ; effect_gScale = arg1 ; effect_bScale = arg2 ; effect_hue = arg3 ; effect_sat =... |
21,351 | called internally or externally in write delay intervals . concode_field_sep FileAccess.FileSync outDescriptor concode_elem_sep Object timerTask concode_elem_sep int INSERT_WITH_SCHEMA concode_elem_sep boolean needsSync concode_elem_sep boolean isCompressed concode_elem_sep int writeDelay concode_elem_sep HsqlName sche... | void function ( ) { if ( isClosed ) { return ; } if ( needsSync ) { forceSync ( ) ; } } |
21,352 | sets the companymatchidentifier value for this getcompanyproducts_parameterstype . concode_field_sep java.lang.String companyMatchIdentifier concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Authentication_ParametersType authentication_Parameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep ... | void function ( java . lang . String arg0 ) { this . companyMatchIdentifier = arg0 ; } |
21,353 | returns true if this object is equal to the specified object , and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep HorizontalAlignment LEFT concode_elem_sep HorizontalAlignment CENTER concode_elem_sep String name concode_elem_sep HorizontalAlignment RIGHT concode_field_sep Object readResolve ... | boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof HorizontalAlignment ) ) { return false ; } final HorizontalAlignment loc0 = ( HorizontalAlignment ) arg0 ; if ( ! this . name . equals ( loc0 . name ) ) { return false ; } return true ; } |
21,354 | translates the specified character , which is assumed to be in the `` base 64 alphabet '' into its equivalent 6-bit positive integer . concode_field_sep byte altBase64ToInt[] concode_elem_sep char intToAltBase64[] concode_elem_sep byte base64ToInt[] concode_elem_sep char intToBase64[] concode_field_sep byte[] base64ToB... | int function ( char arg0 , byte [ ] arg1 ) { int loc0 = arg1 [ arg0 ] ; if ( loc0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; return loc0 ; } |
21,355 | get the given http header of the response concode_field_sep com.ning.http.client.Response ahcResponse concode_field_sep byte[] asByteArray concode_elem_sep InputStream getBodyAsStream concode_elem_sep JsonNode asJson concode_elem_sep Object getUnderlying concode_elem_sep String getBody concode_elem_sep List<WSCookie> g... | String function ( String arg0 ) { return ahcResponse . getHeader ( arg0 ) ; } |
21,356 | gettype concode_field_sep short RESPONSE_PACKET concode_elem_sep short PACKET_VERSION_2 concode_elem_sep short QUERY_PACKET concode_elem_sep String HELLO_COMMAND concode_elem_sep int MAX_PACKETBUFFER_LENGTH concode_elem_sep short m_version concode_elem_sep short m_resultCode concode_elem_sep String m_buffer concode_ele... | short function ( ) { return m_type ; } |
21,357 | sets the codigocliente value for this ctbodyrs . concode_field_sep pe.com.grupobbva.ohc.pe29.CtDatosRelacion[] datosRelacion concode_elem_sep java.lang.String codigoCliente concode_elem_sep java.lang.String apellido concode_elem_sep java.lang.String situacion concode_elem_sep java.lang.String oficinaPrincipal concode_e... | void function ( java . lang . String arg0 ) { this . codigoCliente = arg0 ; } |
21,358 | simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_... | void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } } |
21,359 | the sockjs protocol requires a server to respond to the initial '' / info '' request from clients with a `` cookie_needed '' boolean property that indicates whether the use of a jsessionid cookie is required for the application to function correctly , e.g. for load balancing or in java servlet containers for the use of... | SockJsServiceRegistration function ( boolean arg0 ) { this . sessionCookieNeeded = arg0 ; return this ; } |
21,360 | returns a copy of this route with flipped tls mode . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_sep int hashCode c... | Route function ( ) { return new Route ( address , proxy , inetSocketAddress , ! modernTls ) ; } |
21,361 | return a new popup with some pre-populated values . concode_field_sep String template concode_elem_sep long startTime concode_elem_sep String descriptor concode_elem_sep long endTime concode_elem_sep boolean isOpenCampaign concode_elem_sep String uuid concode_field_sep String getTemplate concode_elem_sep String getUuid... | Popup function ( String arg0 , long arg1 , long arg2 , boolean arg3 ) { return create ( null , arg0 , arg1 , arg2 , arg3 ) ; } |
21,362 | following is the definition for a pointcut to select all the methods available . so advice will be called for all the methods . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterAdvice_AccessLogingpc concode_elem_sep void beforeAdvice_AccessLogingpc | void function ( ) { } |
21,363 | the algorithm for generated secret keys . nobody should really need to change this , but configurable just in case . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String ... | String function ( ) { return conf . get ( "srini_string" , "srini_string" ) ; } |
21,364 | return the key as a byte array . this method does not copy the byte array . concode_field_sep int DES_EDE_KEY_LEN concode_elem_sep byte[] key concode_field_sep boolean isParityAdjusted | byte [ ] function ( ) { return key ; } |
21,365 | convenience method to get this element as a jsonarray . if the element is of some other type , a classcastexception will result . hence it is best to use this methodafter ensuring that this element is of the desired type by calling #isjsonarray first . concode_field_sep PlaceHolder placeHolder concode_field_sep float g... | JsonArray function ( ) { if ( isJsonArray ( ) ) { return ( JsonArray ) this ; } throw new IllegalStateException ( "srini_string" ) ; } |
21,366 | returns the dash array . concode_field_sep int phase concode_elem_sep float[] array concode_field_sep COSBase getCOSObject concode_elem_sep int getPhase | float [ ] function ( ) { return array . clone ( ) ; } |
21,367 | sets the light color . concode_field_sep boolean frustumCheckNeeded concode_elem_sep boolean enabled concode_elem_sep boolean intersectsFrustum concode_elem_sep String name concode_elem_sep int typeId concode_elem_sep float lastDistance concode_elem_sep ColorRGBA color concode_field_sep void setName concode_elem_sep St... | void function ( ColorRGBA arg0 ) { this . color . set ( arg0 ) ; } |
21,368 | gets the value of the authenticatortransportprotocol property . concode_field_sep PrincipalAuthenticationMechanismType principalAuthenticationMechanism concode_elem_sep List<ExtensionType> extension concode_elem_sep AuthenticatorTransportProtocolType authenticatorTransportProtocol concode_elem_sep AuthenticatorBaseType... | AuthenticatorTransportProtocolType function ( ) { return authenticatorTransportProtocol ; } |
21,369 | implements java.io.closeable . concode_field_sep byte[] readBuffer concode_elem_sep long bytesRead concode_elem_sep int readBufferBlocks concode_elem_sep InputStream readStream concode_elem_sep int compressionType concode_field_sep int getReadBufferBlocks concode_elem_sep void readBlock concode_elem_sep void readBlocks... | void function ( ) { if ( readStream == null ) { return ; } try { readStream . close ( ) ; } finally { readStream = null ; } } |
21,370 | determine if a classnode has one or more of the specified annotations onthe class or any of its methods . n.b. the type names are not normally fully qualified . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAtLeastOneInterface concode_elem_sep ClosureExpression getClosure concode_elem_sep Closu... | boolean function ( ClassNode arg0 , String ... arg1 ) { if ( hasAtLeastOneAnnotation ( ( AnnotatedNode ) arg0 , arg1 ) ) { return true ; } for ( MethodNode loc0 : arg0 . getMethods ( ) ) { if ( hasAtLeastOneAnnotation ( loc0 , arg1 ) ) { return true ; } } return false ; } |
21,371 | controls whether or not multi-term queries are expanded against a memoryindex indexreader . concode_field_sep float maxTermWeight concode_elem_sep String defaultField concode_elem_sep IndexReader reader concode_elem_sep boolean skipInitExtractor concode_elem_sep Query query concode_elem_sep boolean expandMultiTermQuery... | void function ( boolean arg0 ) { this . expandMultiTermQuery = arg0 ; } |
21,372 | checks if a string is not empty '' '' , not null and not whitespace only . concode_field_sep String EMPTY concode_field_sep String trim concode_elem_sep String toLowerCase concode_elem_sep boolean isEmpty concode_elem_sep String toUpperCase concode_elem_sep boolean isNotEmpty concode_elem_sep boolean isBlank | boolean function ( String arg0 ) { return ! StringUtils . isBlank ( arg0 ) ; } |
21,373 | returns value mapped to the index or null if mapping does n't exist . concode_field_sep int nextIndex concode_elem_sep Map<Integer,String> indexMapping concode_elem_sep Map<String,Integer> valueMapping concode_elem_sep long serialVersionUID concode_field_sep int getSize concode_elem_sep int getIndex | String function ( int arg0 ) { return indexMapping . get ( arg0 ) ; } |
21,374 | renders current content of editorcontext and fill objects for xmlobjectinfo s. concode_field_sep XmlObjectInfo m_rootModel concode_elem_sep UiBinderContext m_context concode_elem_sep Map<String,XmlObjectInfo> m_pathToModelMap concode_field_sep void setObjects concode_elem_sep void render0 concode_elem_sep void fillMap_... | void function ( ) { m_context . runDesignTime ( new RunnableEx ( ) { public void run ( ) throws Exception { render0 ( ) ; } } ) ; } |
21,375 | get the value of the validation = strict | lax | preserve | strip parameter , or null if unspecified concode_field_sep int ON_ERROR_FAIL concode_elem_sep Integer validation concode_elem_sep int strip concode_elem_sep Boolean xinclude concode_elem_sep int ON_ERROR_IGNORE concode_elem_sep boolean unparsed concode_elem_se... | Integer function ( ) { return validation ; } |
21,376 | getdiffuse returns the diffuse color value for this light . concode_field_sep boolean _attenuate concode_elem_sep String _name concode_elem_sep boolean _shadowCaster concode_elem_sep ReadOnlyColorRGBA DEFAULT_SPECULAR concode_elem_sep ColorRGBA _diffuse concode_elem_sep long serialVersionUID concode_elem_sep float _con... | ReadOnlyColorRGBA function ( ) { return _diffuse ; } |
21,377 | return the bytes in hex format . concode_field_sep byte[] data concode_elem_sep int start concode_elem_sep int end concode_field_sep byte read concode_elem_sep byte read concode_elem_sep int tell concode_elem_sep void reset concode_elem_sep void seek concode_elem_sep int getEnd concode_elem_sep boolean isEof concode_el... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = start ; loc1 < end ; loc1 ++ ) { byte loc2 = data [ loc1 ] ; int loc3 = ( loc2 < 0 ? 256 + loc2 : loc2 ) ; loc0 . append ( String . format ( "srini_string" , loc3 ) ) ; } return loc0 . toString ( ) ; } |
21,378 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _socialActivityLimitLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
21,379 | convenience method for com.google.zxing.client.android.captureactivity concode_field_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep WindowMa... | void function ( boolean arg0 ) { if ( camera != null ) { if ( autoFocusManager != null ) { autoFocusManager . stop ( ) ; } configManager . setTorch ( camera , arg0 ) ; if ( autoFocusManager != null ) { autoFocusManager . start ( ) ; } } } |
21,380 | check if a system property with the given name exists . concode_field_sep SystemProperties s_aInstance concode_elem_sep Logger s_aLogger concode_elem_sep Set<String> s_aWarnedPropertyNames concode_field_sep String removePropertyValue concode_elem_sep String getJavaLibraryPath concode_elem_sep String getPropertyValueOrN... | boolean function ( final String arg0 ) { return getAllProperties ( ) . containsKey ( arg0 ) ; } |
21,381 | set the ` from ' data type name . if you specify ` xml : xyz ' , the transformer will be picked up if source type is ` xml : xyz ' . if you specify just ` xml ' , the transformer matches with all of ` xml ' source type like ` xml : abc ' or ` xml : def ' . concode_field_sep String toType concode_elem_sep String scheme ... | void function ( String arg0 ) { this . fromType = arg0 ; } |
21,382 | sets the value of the cas property . concode_field_sep CAReferenceCollection cAs concode_elem_sep Attributes attributes concode_elem_sep List<Object> any concode_elem_sep int policyOIDReference concode_field_sep void setPolicyOIDReference concode_elem_sep int getPolicyOIDReference concode_elem_sep Attributes getAttribu... | void function ( CAReferenceCollection arg0 ) { this . cAs = arg0 ; } |
21,383 | cleans the schemas of all objects . concode_field_sep TransactionTemplate transactionTemplate concode_elem_sep String[] schemas concode_elem_sep DbSupport dbSupport concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep Log LOG concode_field_sep void cleanSchema | void function ( ) { for ( String loc0 : schemas ) { cleanSchema ( loc0 ) ; } } |
21,384 | get a module configuration property as a long concode_field_sep Logger log concode_field_sep boolean isConfigured concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep String getProperty concode_elem_sep String ge... | long function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return getLongProperty ( arg1 ) ; } return getLongProperty ( arg0 + "srini_string" + arg1 ) ; } |
21,385 | sets the value of the lname property . concode_field_sep String lname concode_elem_sep String dobt concode_elem_sep Integer lmv concode_elem_sep Gender gender concode_elem_sep String phone concode_elem_sep MatchingStrategy ms concode_elem_sep String dob concode_elem_sep String name concode_elem_sep Integer mv concode_e... | void function ( String arg0 ) { this . lname = arg0 ; } |
21,386 | sets the logdate . concode_field_sep String m_structureId concode_elem_sep String m_str concode_elem_sep String m_userId concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_logData concode_elem_sep long m_logDate concode_elem_sep int m_logType concode_field_sep void setLogType c... | void function ( long arg0 ) { m_logDate = arg0 ; } |
21,387 | sets the prop . concode_field_sep Single single concode_elem_sep String string concode_elem_sep String prop concode_elem_sep String id concode_field_sep Single getSingle concode_elem_sep void setString concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getString concode_elem_sep String ge... | void function ( String arg0 ) { this . prop = arg0 ; } |
21,388 | returns the shape object initialized during the last parsing . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep vo... | Shape function ( ) { return path ; } |
21,389 | produce an xml processing instruction in the output . for example : mkp.pi `` xml-stylesheet '' : href : `` mystyle.css '' , type : `` text/css '' concode_field_sep MarkupBuilder builder concode_field_sep void xmlDeclaration concode_elem_sep void yield concode_elem_sep void yield concode_elem_sep void comment concode_e... | void function ( Map < String , Map < String , Object >> arg0 ) { builder . pi ( arg0 ) ; } |
21,390 | mutator for the messageid property . concode_field_sep List<QName> mustUnderstand concode_elem_sep EndpointReferenceType replyTo concode_elem_sep EndpointReferenceType faultTo concode_elem_sep AttributedURIType messageID concode_elem_sep AttributedURIType action concode_elem_sep EndpointReferenceType from concode_elem_... | void function ( AttributedURIType arg0 ) { messageID = arg0 ; } |
21,391 | returns the stream that is registered for the given type concode_field_sep Map<BytesReference,Stream> streams concode_field_sep void registerStream concode_elem_sep PipelineAggregator readResult | Stream function ( BytesReference arg0 ) { return streams . get ( arg0 ) ; } |
21,392 | gets the value of the city property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName co... | String function ( ) { return city ; } |
21,393 | this method was generated by mybatis generator . this method returns the value of the database column fund.pay _ id concode_field_sep Date atTime concode_elem_sep String orderId concode_elem_sep Integer topup concode_elem_sep Integer preFee concode_elem_sep Integer id concode_elem_sep String payId concode_elem_sep Inte... | String function ( ) { return payId ; } |
21,394 | returns the default jdbc type for the given java type . concode_field_sep HashMap _jdbcLengths concode_elem_sep String JDBC_DEFAULT_CONVERSION concode_elem_sep HashMap _jdbcConversions concode_elem_sep String JDBC_DEFAULT_TYPE_FOR_ARRAY concode_elem_sep HashMap _jdbcPrecisions concode_elem_sep HashMap _jdbcScales conco... | String function ( String arg0 ) { return _jdbcMappings . containsKey ( arg0 ) ? ( String ) _jdbcMappings . get ( arg0 ) : JDBC_DEFAULT_TYPE ; } |
21,395 | equivalent semantic value to wasrun status = `` run | notrun '' on the xml schema . concode_field_sep ImmutableList<Throwable> failures concode_elem_sep Optional<Interval> runTime concode_elem_sep ImmutableList<Throwable> failures concode_elem_sep ImmutableMap<String,String> properties concode_elem_sep ImmutableList<Te... | boolean function ( ) { return wasRun ; } |
21,396 | hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de... | Boolean function ( String arg0 ) { return null ; } |
21,397 | calculate the sign of the given value concode_field_sep PlaceHolder placeHolder concode_field_sep double factorial concode_elem_sep double modulus | double function ( double arg0 ) { if ( arg0 > 0 ) return 1 ; if ( arg0 < 0 ) return - 1 ; return 0 ; } |
21,398 | add a new highlighter to an editor concode_field_sep Key<List<RangeHighlighter>> HIGHLIGHTERS_KEY concode_field_sep void clearHighlighters concode_elem_sep boolean purgeInvalidHighlighters concode_elem_sep boolean hasHighlighters concode_elem_sep RangeHighlighter highlightNode concode_elem_sep List<RangeHighlighter> ge... | void function ( Editor arg0 , RangeHighlighter arg1 ) { List < RangeHighlighter > loc0 = arg0 . getUserData ( HIGHLIGHTERS_KEY ) ; if ( loc0 == null ) { loc0 = new LinkedList < RangeHighlighter > ( ) ; arg0 . putUserData ( HIGHLIGHTERS_KEY , loc0 ) ; } else { purgeInvalidHighlighters ( arg0 , loc0 ) ; } loc0 . add ( ar... |
21,399 | gets the character or string corresponding to the passed code in the given table concode_field_sep String[] LOWER_TABLE concode_elem_sep String[] DIGIT_TABLE concode_elem_sep String[] MIXED_TABLE concode_elem_sep String[] PUNCT_TABLE concode_elem_sep AztecDetectorResult ddata concode_elem_sep String[] UPPER_TABLE conco... | String function ( Table arg0 , int arg1 ) { switch ( arg0 ) { case UPPER : return UPPER_TABLE [ arg1 ] ; case LOWER : return LOWER_TABLE [ arg1 ] ; case MIXED : return MIXED_TABLE [ arg1 ] ; case PUNCT : return PUNCT_TABLE [ arg1 ] ; case DIGIT : return DIGIT_TABLE [ arg1 ] ; default : throw new IllegalStateException (... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.