- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 73 for Numeric$ (0.07 sec)
-
guava/src/com/google/common/net/InternetDomainName.java
- * parts other than the last may begin with a digit (for example, "3com.com"). It's important to
- * disallow an initial digit in the last part; it's the only thing that stops an IPv4 numeric
- * address like 127.0.0.1 from looking like a valid domain name.
- */
- if (isFinalPart && DIGIT_MATCHER.matches(part.charAt(0))) {
- return false;
- }
- return true;
- }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
docs/en/docs/release-notes.md
- * [Path Parameters and Numeric Validations - Order the parameters as you need, tricks](https://fastapi.tiangolo.com/tutorial/path-params-numeric-validations/#order-the-parameters-as-you-need-tricks)
- * [Better with `Annotated`](https://fastapi.tiangolo.com/tutorial/path-params-numeric-validations/#better-with-annotated)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
{Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nexport default function setStyles(element, styles) {\n Object.keys(styles).forEach(prop => {\n let unit = '';\n // add unit if the value is numeric and is one of the following\n if (\n ['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !==\n -1 &&\n isNumeric(styles[prop])\n ) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
- * If no DACL is present, null is returned. If the DACL is empty, an array with 0 elements is returned.
- * @param resolveSids Attempt to resolve the SIDs within each ACE form
- * their numeric representation to their corresponding account names.
- */
- public ACE[] getSecurity(boolean resolveSids) throws IOException {
- int f;
- ACE[] aces;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
- * other difference is that this method outputs any scope ID in the format that it was provided at
- * creation time, while Android may always output it as an interface name, even if it was supplied
- * as a numeric ID.
- *
- * <p>This method uses hexadecimal for all IPv6 addresses, including IPv4-mapped IPv6 addresses
- * such as "::c000:201".
- *
- * @param ip {@link InetAddress} to be converted to an address string
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
least ",passwordComplexitySeparator:", ",passwordComplexityUppercaseInfo:" uppercase letter(s)",passwordComplexityLowercaseInfo:" lowercase letter(s)",passwordComplexitySpecialCharsInfo:" special character(s)",passwordComplexityNumericCharsInfo:" numeric character(s)",passwordComplexityEnd:"."}})}(a,window),function(a){a.formUtils.addValidator({name:"email",validatorFunction:function(b){var c=b.toLowerCase().split("@"),d=c[0],e=c[1];if(d&&e){if(0===d.indexOf('"')){var f=d.length;if(d=d.replace(/\...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 32.8K bytes - Viewed (0) -
doc/asm.html
- contains no pointers.
- </p>
- <p>
- There may be one or two arguments to the directives.
- If there are two, the first is a bit mask of flags,
- which can be written as numeric expressions, added or or-ed together,
- or can be set symbolically for easier absorption by a human.
- Their values, defined in the standard <code>#include</code> file <code>textflag.h</code>, are:
- </p>
- <ul>
- <li>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
src/cmd/cgo/doc.go
- C struct fields that cannot be expressed in Go, such as bit fields
- or misaligned data, are omitted in the Go struct, replaced by
- appropriate padding to reach the next field or the end of the struct.
- The standard C numeric types are available under the names
- C.char, C.schar (signed char), C.uchar (unsigned char),
- C.short, C.ushort (unsigned short), C.int, C.uint (unsigned int),
- C.long, C.ulong (unsigned long), C.longlong (long long),
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
- - `can-i` to see if you can perform an action ([#41077](https://github.com/kubernetes/kubernetes/pull/41077), [@deads2k](https://github.com/deads2k))
- #### Updates to existing commands
- * Printing and output
- * Import a numeric ordering sorting library and use it in the sorting printer. ([#40746](https://github.com/kubernetes/kubernetes/pull/40746), [@matthyx](https://github.com/matthyx))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
- ## Changelog since v1.10.6
- ### Action Required
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0)