- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 297 for atributos (0.07 sec)
-
android/guava/src/com/google/common/io/MoreFiles.java
- }
- @Override
- public Optional<Long> sizeIfKnown() {
- BasicFileAttributes attrs;
- try {
- attrs = readAttributes();
- } catch (IOException e) {
- // Failed to get attributes; we don't know the size.
- return Optional.absent();
- }
- // Don't return a size for directories or symbolic links; their sizes are implementation
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 35K bytes - Viewed (0) -
guava/src/com/google/common/io/MoreFiles.java
- }
- @Override
- public Optional<Long> sizeIfKnown() {
- BasicFileAttributes attrs;
- try {
- attrs = readAttributes();
- } catch (IOException e) {
- // Failed to get attributes; we don't know the size.
- return Optional.absent();
- }
- // Don't return a size for directories or symbolic links; their sizes are implementation
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 34.5K bytes - Viewed (0) -
common-protos/k8s.io/api/apps/v1beta2/generated.proto
- // +optional
- optional ScaleStatus status = 3;
- }
- // ScaleSpec describes the attributes of a scale subresource
- message ScaleSpec {
- // desired number of instances for the scaled object.
- // +optional
- optional int32 replicas = 1;
- }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 36.4K bytes - Viewed (0) -
cmd/admin-handlers-users.go
- }
- targetUser = lookupResult.NormDN
- opts.claims[ldapUser] = targetUser // username DN
- opts.claims[ldapActualUser] = lookupResult.ActualDN
- // Add LDAP attributes that were looked up into the claims.
- for attribKey, attribValue := range lookupResult.Attributes {
- opts.claims[ldapAttribPrefix+attribKey] = attribValue
- }
- // NOTE: if not using LDAP, then internal IDP or open ID is
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 03 23:11:02 UTC 2024 - 85.1K bytes - Viewed (0) -
RELEASE.md
- * `Estimator.export_savedmodel` has been renamed to `export_saved_model`.
- * When saving to SavedModel, Estimators will strip default op attributes.
- This is almost always the correct behavior, as it is more forwards
- compatible, but if you require that default attributes to be saved with
- the model, please use `tf.compat.v1.Estimator`.
- * Feature Columns have been upgraded to be more Eager-friendly and to work
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
$(document).on('click', SELECTOR_DATA_TOGGLE_CLOSE, e => {\n e.preventDefault()\n let { target } = e\n\n if (target.nodeName == 'I') {\n target = e.target.offsetParent\n }\n\n this.removeActiveTab(target.attributes['data-type'] ? target.attributes['data-type'].nodeValue : null, target)\n })\n $(document).on('click', SELECTOR_DATA_TOGGLE_FULLSCREEN, e => {\n e.preventDefault()\n this.toggleFullscreen()\n })\n let mousedown = false\n let mousedownInterval...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
cmd/xl-storage.go
- if err != nil {
- // We start off with '0' if we can read the attributes
- return 0
- }
- return binary.LittleEndian.Uint64(buf[:8])
- }
- func (s *xlStorage) getWriteAttribute() uint64 {
- attr := "user.total_writes"
- buf, err := xattr.LGet(s.formatFile, attr)
- if err != nil {
- // We start off with '0' if we can read the attributes
- return 0
- }
- return binary.LittleEndian.Uint64(buf[:8])
- }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
- * Stable version of Heapster which scales up to 1000 nodes: more metrics, reduced
- latency, reduced cpu/memory consumption (~4mb per monitored node).
- * Pods now have a security context which allows users to specify:
- * attributes which apply to the whole pod:
- * User ID
- * Whether all containers should be non-root
- * Supplemental Groups
- * FSGroup - a special supplemental group
- * SELinux options
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
.bazelrc
- build:linux --copt="-Wno-all"
- build:linux --copt="-Wno-extra"
- build:linux --copt="-Wno-deprecated"
- build:linux --copt="-Wno-deprecated-declarations"
- build:linux --copt="-Wno-ignored-attributes"
- build:linux --copt="-Wno-array-bounds"
- # Add unused-result as an error on Linux.
- build:linux --copt="-Wunused-result"
- build:linux --copt="-Werror=unused-result"
- # Add switch as an error on Linux.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js
ng(t,"text/html"),s=Object.keys(r),a=[].slice.call(n.body.querySelectorAll("*")),i=function(t){var e=a[t],n=e.nodeName.toLowerCase();if(-1===s.indexOf(e.nodeName.toLowerCase()))return e.parentNode.removeChild(e),"continue";var i=[].slice.call(e.attributes),o=[].concat(r["*"]||[],r[n]||[]);i.forEach(function(t){!function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===be.indexOf(n)||Boolean(t.nodeValue.match(De)||t.nodeValue.match(Ie));for(var i=e.filter(function(t){return t instanceof...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 07 10:28:50 UTC 2020 - 58.6K bytes - Viewed (0)