- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 213 for draw (0.09 sec)
-
api/go1.txt
pkg image/color, var YCbCrModel Model pkg image/draw, const Over Op pkg image/draw, const Src Op pkg image/draw, func Draw(Image, image.Rectangle, image.Image, image.Point, Op) pkg image/draw, func DrawMask(Image, image.Rectangle, image.Image, image.Point, image.Image, image.Point, Op) pkg image/draw, type Image interface { At, Bounds, ColorModel, Set } pkg image/draw, type Image interface, At(int, int) color.Color
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Extended resources backed by DRA feature allowed cluster operator to specify `extendedResourceName` in `DeviceClass`, and application operator to continue using extended resources in pod's requests to request for DRA devices matching the DeviceClass.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (1) -
src/main/java/jcifs/ntlmssp/av/AvPair.java
private final int type; private final byte[] raw; /** * Constructs an AV pair with type and raw data * @param type the AV pair type * @param raw the raw data bytes */ public AvPair(final int type, final byte[] raw) { this.type = type; this.raw = raw; } /** * Gets the AV pair type * @return the type */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvFlags.java
* * @author mbechler */ public class AvFlags extends AvPair { /** * Constructs an AV flags pair from raw bytes * @param raw the raw flag bytes */ public AvFlags(final byte[] raw) { super(AvPair.MsvAvFlags, raw); } /** * Constructs an AV flags pair from integer flags * @param flags the flag values as integer */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/av/AvTargetNameTest.java
import java.nio.charset.StandardCharsets; import org.junit.jupiter.api.Test; class AvTargetNameTest { /** * Test constructor with raw bytes. * Verifies that the AvPair type is correctly set and raw bytes are stored. */ @Test void testConstructorWithRawBytes() { byte[] rawBytes = "TEST_TARGET_NAME".getBytes(StandardCharsets.UTF_16LE);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.1K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/README.md
Refer to the dashboard [json file here](https://raw.githubusercontent.com/minio/minio/master/docs/metrics/prometheus/grafana/minio-dashboard.json). 
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Oct 31 17:38:53 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/ParameterizedClassDescImpl.java
public class ParameterizedClassDescImpl implements ParameterizedClassDesc { /** The raw class */ protected Class<?> rawClass; /** An array of {@link ParameterizedClassDesc} representing type arguments */ protected ParameterizedClassDesc[] arguments; /** * Constructs an instance. * * @param rawClass * The raw class. Must not be {@literal null}. */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvSingleHost.java
* * @author mbechler */ public class AvSingleHost extends AvPair { /** * Constructs an AvSingleHost from raw byte data * * @param raw the raw byte data for the single host AV pair */ public AvSingleHost(final byte[] raw) { super(AvPair.MsvAvSingleHost, raw); } /** * Constructs an AvSingleHost using configuration settings *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Message.java
/** * Indicate that this message should retain it's raw payload */ void retainPayload(); /** * Determines whether to retain the message payload. * * @return whether to retain the message payload */ boolean isRetainPayload(); /** * Gets the raw payload of the message. * * @return the raw response message */ byte[] getRawPayload();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvTargetName.java
*/ private static final Charset UTF16LE = StandardCharsets.UTF_16LE; /** * Constructs an AvTargetName from raw byte data * * @param raw the raw byte data for the target name AV pair */ public AvTargetName(final byte[] raw) { super(AvPair.MsvAvTargetName, raw); } /** * Constructs an AvTargetName with the specified target name *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0)