Home
last modified time | relevance | path

Searched refs:no_ (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dzsh.vim157 \ \%(\%(\<no_\?\)\?autocd\>\)\|\%(\%(no_\?\)\?auto_cd\>\)\|
173 \ \%(\%(\<no_\?\)\?bgnice\>\)\|\%(\%(no_\?\)\?bg_nice\>\)\|
176 \ \%(\%(\<no_\?\)\?bsdecho\>\)\|\%(\%(no_\?\)\?bsd_echo\>\)\|
179 \ \%(\%(\<no_\?\)\?cbases\>\)\|\%(\%(no_\?\)\?c_bases\>\)\|
180 …\ \%(\%(\<no_\?\)\?cdablevars\>\)\|\%(\%(no_\?\)\?cdable_vars\>\)\|\%(\%(no_\?\)\?cd_able_vars\>\)…
181 \ \%(\%(\<no_\?\)\?cdsilent\>\)\|\%(\%(no_\?\)\?cd_silent\>\)\|\%(\%(no_\?\)\?cd_silent\>\)\|
198 …\ \%(\%(\<no_\?\)\?csh_nullcmd\>\)\|\%(\%(no_\?\)\?csh_null_cmd\>\)\|\%(\%(no_\?\)\?cshnullcmd\>\)…
286 \ \%(\%(\<no_\?\)\?onecmd\>\)\|\%(\%(no_\?\)\?one_cmd\>\)\|
293 …\ \%(\%(\<no_\?\)\?posixargzero\>\)\|\%(\%(no_\?\)\?posix_arg_zero\>\)\|\%(\%(no_\?\)\?posix_argze…
317 …\ \%(\%(\<no_\?\)\?rematchpcre\>\)\|\%(\%(no_\?\)\?re_match_pcre\>\)\|\%(\%(no_\?\)\?rematch_pcre\…
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dzsh.vim157 \ \%(\%(\<no_\?\)\?autocd\>\)\|\%(\%(no_\?\)\?auto_cd\>\)\|
173 \ \%(\%(\<no_\?\)\?bgnice\>\)\|\%(\%(no_\?\)\?bg_nice\>\)\|
176 \ \%(\%(\<no_\?\)\?bsdecho\>\)\|\%(\%(no_\?\)\?bsd_echo\>\)\|
179 \ \%(\%(\<no_\?\)\?cbases\>\)\|\%(\%(no_\?\)\?c_bases\>\)\|
180 …\ \%(\%(\<no_\?\)\?cdablevars\>\)\|\%(\%(no_\?\)\?cdable_vars\>\)\|\%(\%(no_\?\)\?cd_able_vars\>\)…
181 \ \%(\%(\<no_\?\)\?cdsilent\>\)\|\%(\%(no_\?\)\?cd_silent\>\)\|\%(\%(no_\?\)\?cd_silent\>\)\|
198 …\ \%(\%(\<no_\?\)\?csh_nullcmd\>\)\|\%(\%(no_\?\)\?csh_null_cmd\>\)\|\%(\%(no_\?\)\?cshnullcmd\>\)…
286 \ \%(\%(\<no_\?\)\?onecmd\>\)\|\%(\%(no_\?\)\?one_cmd\>\)\|
293 …\ \%(\%(\<no_\?\)\?posixargzero\>\)\|\%(\%(no_\?\)\?posix_arg_zero\>\)\|\%(\%(no_\?\)\?posix_argze…
317 …\ \%(\%(\<no_\?\)\?rematchpcre\>\)\|\%(\%(no_\?\)\?re_match_pcre\>\)\|\%(\%(no_\?\)\?rematch_pcre\…
[all …]
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Derr.cpp98 (no_ == WSABASEERR) ? in wsa_error_no()
100 (no_ == WSAEINTR) ? in wsa_error_no()
102 (no_ == WSAEBADF) ? in wsa_error_no()
104 (no_ == WSAEACCES) ? in wsa_error_no()
106 (no_ == WSAEFAULT) ? in wsa_error_no()
108 (no_ == WSAEINVAL) ? in wsa_error_no()
110 (no_ == WSAEMFILE) ? in wsa_error_no()
166 (no_ == WSAELOOP) ? in wsa_error_no()
178 (no_ == WSAEUSERS) ? in wsa_error_no()
180 (no_ == WSAEDQUOT) ? in wsa_error_no()
[all …]
/dports/devel/libxs/libxs-1.2.0/src/
H A Derr.cpp95 (no_ == WSABASEERR) ? in wsa_error_no()
97 (no_ == WSAEINTR) ? in wsa_error_no()
99 (no_ == WSAEBADF) ? in wsa_error_no()
101 (no_ == WSAEACCES) ? in wsa_error_no()
103 (no_ == WSAEFAULT) ? in wsa_error_no()
105 (no_ == WSAEINVAL) ? in wsa_error_no()
107 (no_ == WSAEMFILE) ? in wsa_error_no()
163 (no_ == WSAELOOP) ? in wsa_error_no()
175 (no_ == WSAEUSERS) ? in wsa_error_no()
177 (no_ == WSAEDQUOT) ? in wsa_error_no()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dfullyconnected.cpp57 result.set_depth(no_); in OutputShape()
96 no_ = code_map.size(); in RemapOutputs()
134 output->ResizeFloat(input, no_);
136 output->Resize(input, no_);
141 int ro = no_;
194 acts_.Resize(input, no_);
205 FuncInplace<GFunc>(no_, output_line);
213 FuncInplace<Relu>(no_, output_line);
215 SoftmaxInPlace(no_, output_line);
248 errors[i].Init(no_, scratch);
[all …]
H A Dfullyconnected.h41 spec += "Ft" + std::to_string(no_); in spec()
43 spec += "Fs" + std::to_string(no_); in spec()
45 spec += "Fr" + std::to_string(no_); in spec()
47 spec += "Fl" + std::to_string(no_); in spec()
49 spec += "Fp" + std::to_string(no_); in spec()
51 spec += "Fn" + std::to_string(no_); in spec()
53 spec += "Fc" + std::to_string(no_); in spec()
55 spec += "Fm" + std::to_string(no_); in spec()
H A Dparallel.h42 spec += "L2xy" + std::to_string(no_ / 4); in spec()
47 spec += "Lbxs" + std::to_string(no_ / 2); in spec()
49 spec += "Lbx" + std::to_string(no_ / 2); in spec()
H A Dplumbing.cpp87 no_ = network->NumOutputs(); in AddToStack()
90 ASSERT_HOST(no_ == network->NumInputs()); in AddToStack()
91 no_ = network->NumOutputs(); in AddToStack()
95 no_ += network->NumOutputs(); in AddToStack()
220 no_ = 0; // We will be modifying this as we AddToStack. in DeSerialize()
H A Dmaxpool.cpp25 no_ = ni; in Maxpool()
31 no_ = ni_; in DeSerialize()
39 output->ResizeScaled(input, x_scale_, y_scale_, no_); in Forward()
H A Dlstm.cpp117 nf_ = type_ == NT_LSTM_SOFTMAX ? no_ : ceil_log2(no_); in LSTM()
134 result.set_depth(no_); in OutputShape()
258 nf_ = no_; in DeSerialize()
260 nf_ = ceil_log2(no_); in DeSerialize()
296 output->ResizeFloat(input, no_); in Forward()
298 output->ResizeXTo1(input, no_); in Forward()
300 output->Resize(input, no_); in Forward()
337 softmax_output.Init(no_, scratch); in Forward()
338 ZeroVector<TFloat>(no_, softmax_output); in Forward()
467 CodeInBinary(no_, nf_, softmax_output); in Forward()
[all …]
H A Dnetwork.h126 return no_; in NumOutputs()
137 result.set_depth(no_); in OutputShape()
305 int32_t no_; // Number of output values. variable
H A Dconvolve.cpp49 no_ = ni_ * (2 * half_x_ + 1) * (2 * half_y_ + 1); in DeSerialize()
57 output->Resize(input, no_); in Forward()
/dports/games/freedoko/FreeDoko_0.7.19/src/card/
H A Dcard_counter.cpp43 this->no_ = vector<unsigned>(Card::number_of_cards + 1, 0); in clear()
103 return this->no_[card.to_int()]; in operator []()
166 this->no_[card.to_int()] = n; in min_set()
203 this->no_[card.to_int()] = n; in max_set()
234 this->no_[card.to_int()] += 1; in inc()
250 this->no_[card.to_int()] += n; in add()
269 this->no_[card.to_int()] -= 1; in dec()
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_latex.ml229 method value_label ?no_ name = !latex_value_prefix^(self#label ?no_ name)
232 method attribute_label ?no_ name = !latex_attribute_prefix^(self#label ?no_ name)
235 method method_label ?no_ name = !latex_method_prefix^(self#label ?no_ name)
238 method class_label ?no_ name = !latex_class_prefix^(self#label ?no_ name)
241 method class_type_label ?no_ name = !latex_class_type_prefix^(self#label ?no_ name)
244 method module_label ?no_ name = !latex_module_prefix^(self#label ?no_ name)
250 method extension_label ?no_ name = !latex_extension_prefix^(self#label ?no_ name)
253 method exception_label ?no_ name = !latex_exception_prefix^(self#label ?no_ name)
256 method type_label ?no_ name = !latex_type_prefix^(self#label ?no_ name)
259 method recfield_label ?no_ name = !latex_type_elt_prefix^(self#label ?no_ name)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_latex.ml229 method value_label ?no_ name = !latex_value_prefix^(self#label ?no_ name)
232 method attribute_label ?no_ name = !latex_attribute_prefix^(self#label ?no_ name)
235 method method_label ?no_ name = !latex_method_prefix^(self#label ?no_ name)
238 method class_label ?no_ name = !latex_class_prefix^(self#label ?no_ name)
241 method class_type_label ?no_ name = !latex_class_type_prefix^(self#label ?no_ name)
244 method module_label ?no_ name = !latex_module_prefix^(self#label ?no_ name)
250 method extension_label ?no_ name = !latex_extension_prefix^(self#label ?no_ name)
253 method exception_label ?no_ name = !latex_exception_prefix^(self#label ?no_ name)
256 method type_label ?no_ name = !latex_type_prefix^(self#label ?no_ name)
259 method recfield_label ?no_ name = !latex_type_elt_prefix^(self#label ?no_ name)
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/bin/
H A Dcreate_icons333 > no_${limit}_reply.ps
335 convert -colors 2 -white-threshold 65000 -transparent white no_${limit}_reply.ps no_${limit}_reply.…
337 mogrify -resize ${width}x$(($width / 2)) no_${limit}_reply.png
338 rm -f no_${limit}_reply.ps
384 composite stroke.png no_${limit}_reply.png no_${limit}.png
390 …nd_kings.png fox_highest_trump.png swines.*.png hyperswines.*.png swines-hyperswines.*.png no_*.png
/dports/games/ldmud/ldmud-3.3.720/doc/LPC/
H A Dpragma114 LDMud 3.2.9 added (no_)warn_deprecated.
115 LDMud 3.2.10 added (no_)warn_empty_casts.
119 LDMud 3.2.11 added (no_)warn_function_inconsistent.
121 LDMud 3.3.357 added (no_)warn_missing_return.
122 LDMud 3.3.646 added (no_)range_check.
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dtext_waku_normal.cc83 : system_(system), window_(window), setno_(setno), no_(no) { in TextWakuNormal()
101 *tree << " Window Waku(" << setno_ << ", " << no_ << "):" << endl; in Render()
186 GameexeInterpretObject waku(system_.gameexe()("WAKU", setno_, no_)); in LoadWindowWaku()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/tests/
H A Doptions.sh250 [[ -o no_$opt ]] && err_exit "[[ -o no_$opt ]] failed"
254 [[ -o ?no_$opt ]] || err_exit "[[ -o ?no_$opt ]] failed"
264 set --no_$opt || err_exit "set --no_$opt failed"
293 set -o no_$opt || err_exit "set -o no_$opt failed"
294 [[ -o no_$opt ]] || err_exit "[[ -o no_$opt ]] failed"
305 set +o no_$opt || err_exit "set +o no_$opt failed"
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/tests/
H A Doptions.sh250 [[ -o no_$opt ]] && err_exit "[[ -o no_$opt ]] failed"
254 [[ -o ?no_$opt ]] || err_exit "[[ -o ?no_$opt ]] failed"
264 set --no_$opt || err_exit "set --no_$opt failed"
293 set -o no_$opt || err_exit "set -o no_$opt failed"
294 [[ -o no_$opt ]] || err_exit "[[ -o no_$opt ]] failed"
305 set +o no_$opt || err_exit "set +o no_$opt failed"
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Doptions.sh251 [[ -o no_$opt ]] && log_error "[[ -o no_$opt ]] failed"
255 [[ -o ?no_$opt ]] || log_error "[[ -o ?no_$opt ]] failed"
265 set --no_$opt || log_error "set --no_$opt failed"
294 set -o no_$opt || log_error "set -o no_$opt failed"
295 [[ -o no_$opt ]] || log_error "[[ -o no_$opt ]] failed"
306 set +o no_$opt || log_error "set +o no_$opt failed"
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/tests/
H A Doptions.sh250 [[ -o no_$opt ]] && err_exit "[[ -o no_$opt ]] failed"
254 [[ -o ?no_$opt ]] || err_exit "[[ -o ?no_$opt ]] failed"
264 set --no_$opt || err_exit "set --no_$opt failed"
293 set -o no_$opt || err_exit "set -o no_$opt failed"
294 [[ -o no_$opt ]] || err_exit "[[ -o no_$opt ]] failed"
305 set +o no_$opt || err_exit "set +o no_$opt failed"
/dports/games/heroes/heroes-0.21/m4/
H A Dgeneric.m467 no_[]DOWN=""
69 no_[]DOWN=yes
101 no_[]DOWN=yes
121 if test "x$no_[]DOWN" = x ; then
/dports/devel/libtar/libtar-1.2.11/autoconf/
H A Dac_path_generic.m462 no_[]DOWN=""
64 no_[]DOWN=yes
96 no_[]DOWN=yes
116 if test "x$no_[]DOWN" = x ; then
/dports/graphics/giblib/giblib-1.2.4/
H A Dacinclude.m462 no_[]DOWN=""
64 no_[]DOWN=yes
96 no_[]DOWN=yes
116 if test "x$no_[]DOWN" = x ; then

12345678910>>...21