Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for s_ (0.18 sec)

  1. api/go1.2.txt

    pkg syscall (netbsd-386), const S_IRWXO ideal-int
    pkg syscall (netbsd-386), const S_IRWXU ideal-int
    pkg syscall (netbsd-386), const S_ISTXT ideal-int
    pkg syscall (netbsd-386), const S_IWGRP ideal-int
    pkg syscall (netbsd-386), const S_IWOTH ideal-int
    pkg syscall (netbsd-386), const S_IWRITE ideal-int
    pkg syscall (netbsd-386), const S_IXGRP ideal-int
    pkg syscall (netbsd-386), const S_IXOTH ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  2. tensorflow/c/c_api.cc

        break;                                            \
      }
    
          LIST_CASE(
              s, TF_ATTR_STRING, metadata.total_size = 0;
              for (int i = 0; i < attr->list().s_size();
                   ++i) { metadata.total_size += attr->list().s(i).size(); });
          LIST_CASE(i, TF_ATTR_INT);
          LIST_CASE(f, TF_ATTR_FLOAT);
          LIST_CASE(b, TF_ATTR_BOOL);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RUSAGE_THREAD ideal-int
    pkg syscall (freebsd-arm64), const S_IFMT = 61440
    pkg syscall (freebsd-arm64), const S_IRWXG = 56
    pkg syscall (freebsd-arm64), const S_IRWXG ideal-int
    pkg syscall (freebsd-arm64), const S_IRWXO = 7
    pkg syscall (freebsd-arm64), const S_IRWXO ideal-int
    pkg syscall (freebsd-arm64), const SCM_BINTIME = 4
    pkg syscall (freebsd-arm64), const SCM_BINTIME ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS___SYSCTL ideal-int #53466
    pkg syscall (freebsd-riscv64), const S_IFMT = 61440 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXG = 56 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXG ideal-int #53466
    pkg syscall (freebsd-riscv64), const S_IRWXO = 7 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXO ideal-int #53466
    pkg syscall (freebsd-riscv64), const SizeofBpfHdr = 32 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    âž_SR]ÅýòyiZp˜¤·wAºûy`¼NqËB€V\mˆrKÎpiUsñh^†w__ì ê 05ê‹az‰ tÑ÷ôÕ7jsœ¢qnªK÷4sJDmt¸[Gt©z· JªñNneåP¾~NowGsX `Aan^¼sTÜY¾—_X ‘¢µI~Xs^°¸.mqò ² ò ï@ªBz{}Õmp TßtlgZk²mx„À¬»ÆPsIT¢o}yrû(}¼ / ¢rxpZª—1‘²“2”¸ š ¨¡‚¸šŠ olH ~sM¸Iò¨SWV`¾|be¼~ñs@¨å\CnwX^SqjI. m{{ˆgqn S_mˆv\e††p[_EïT†Ü]ªAp}}@}¼hÇåckH_²ˆßHjwu~¼ þþmyTÕ°Šedfˆær{yM}¦^P}¾y¥VVMXNqªñb²zPK² QZ ]evBqd ÂЫ+M¼7=òŽq\EñêAsTXKoÜæA]ing<ã>U„µŸ‡M{kXiTûn~CªDoQn¾¼}ßgd¨ãu„BpE¦?il ‰ ~[wln :ey2þå_e_sò&PyTE„Vñ7jº²)aïª1>kMV¨ßÏûTIª i~ ¢ lI÷¦r²Hgåb§,¿NsGF EÁûle7ßûz_c›oRûOxx7-w§ò4ñpªS]\K<û...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  6. tensorflow/c/c_api.h

    //  append_hash_to_fn_name - Must be 0 or 1. If set to 1, the actual name
    //                           of the function will be `fn_name` appended with
    //                           '_<hash_of_this_function's_definition>'.
    //                           If set to 0, the function's name will be `fn_name`.
    //  num_opers - `num_opers` contains the number of elements in the `opers` array
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  7. src/cmd/cgo/gcc.go

    	if deref == "*" {
    		index.X = &ast.StarExpr{X: index.X}
    	}
    	fmt.Fprintf(sb, "_cgo%d := %s; ", i, gofmtPos(arg, arg.Pos()))
    	index.X = origX
    
    	fmt.Fprintf(sbCheck, "_cgoCheckPointer(_cgo%d, %s_cgoIndex%d); ", i, deref, i)
    
    	return true
    }
    
    // checkAddr checks whether arg has the form &x, possibly inside type
    // conversions. If so, it writes
    //
    //	_cgoBaseNN := &x
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ATTR_DESTINATION_INDICATOR = "ldap.attr.destinationIndicator";
    
        /** The key of the configuration. e.g. internationaliSDNNumber */
        String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber";
    
        /** The key of the configuration. e.g. st */
        String LDAP_ATTR_STATE = "ldap.attr.state";
    
        /** The key of the configuration. e.g. employeeType */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  9. CHANGELOG/CHANGELOG-1.22.md

      - apiserver_flowcontrol_latest_s: S(the request last dispatched) = R(when that request starts executing in the virtual world)
      - apiserver_flowcontrol_next_s_bounds: min and max next S among non-empty queues
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.5.md

    * Migrates addons from RCs to Deployments ([#36008](https://github.com/kubernetes/kubernetes/pull/36008), [@MrHohn](https://github.com/MrHohn))
    * Avoid setting S_ISGID on files in volumes ([#36386](https://github.com/kubernetes/kubernetes/pull/36386), [@sjenning](https://github.com/sjenning))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
Back to top