Home
last modified time | relevance | path

Searched defs:fen (Results 1 – 25 of 146) sorted by relevance

123456

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fen.go24 type fen struct { struct
26 p int
29 pthLkp map[string]*watched
31 cf cfen
40 func (f *fen) Stop() error {
45 func (f *fen) Close() (err error) {
55 func (f *fen) Record(w *watched) {
60 func (f *fen) Del(w *watched) {
87 func (f *fen) Init() (err error) {
101 func (f *fen) Unwatch(w *watched) error {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fen.go24 type fen struct { struct
26 p int
29 pthLkp map[string]*watched
31 cf cfen
40 func (f *fen) Stop() error {
45 func (f *fen) Close() (err error) {
55 func (f *fen) Record(w *watched) {
60 func (f *fen) Del(w *watched) {
87 func (f *fen) Init() (err error) {
101 func (f *fen) Unwatch(w *watched) error {
[all …]
/dports/www/devd/devd-0.9/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fen.go24 type fen struct { struct
26 p int
29 pthLkp map[string]*watched
31 cf cfen
40 func (f *fen) Stop() error {
45 func (f *fen) Close() (err error) {
55 func (f *fen) Record(w *watched) {
60 func (f *fen) Del(w *watched) {
87 func (f *fen) Init() (err error) {
101 func (f *fen) Unwatch(w *watched) error {
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syncthing/notify/
H A Dwatcher_fen.go24 type fen struct { struct
26 p int
29 pthLkp map[string]*watched
31 cf cfen
40 func (f *fen) Stop() error {
45 func (f *fen) Close() (err error) {
55 func (f *fen) Record(w *watched) {
60 func (f *fen) Del(w *watched) {
87 func (f *fen) Init() (err error) {
101 func (f *fen) Unwatch(w *watched) error {
[all …]
/dports/devel/modd/modd-0.8/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fen.go24 type fen struct { struct
26 p int
29 pthLkp map[string]*watched
31 cf cfen
40 func (f *fen) Stop() error {
45 func (f *fen) Close() (err error) {
55 func (f *fen) Record(w *watched) {
60 func (f *fen) Del(w *watched) {
87 func (f *fen) Init() (err error) {
101 func (f *fen) Unwatch(w *watched) error {
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_CLIENT/lib/
H A Doptions.tcl49 proc Opt_conf_list { fen } { argument
324 proc annule_mod_serv { fen } { argument
381 proc recup_action { serv fen } {
460 proc del_serv { fen } { argument
H A Dprint.tcl45 proc print_conf_list { fen } { argument
152 proc annule_mod_print { fen } { argument
246 proc del_print { fen } { argument
H A Dihm_outils.tcl433 proc outils_conf_list { fen } { argument
526 proc annule_mod_outil { fen } { argument
629 proc del_outil { fen } { argument
H A Dpreferences.tcl203 proc ashare::trace_geom { nom fen } {
219 proc ashare::update_geom { nom fen } {
H A Dihm_execution.tcl213 proc valid_srv_list { fen } { argument
/dports/cad/astk-client/astk-2020.0/ASTK_CLIENT/lib/
H A Doptions.tcl49 proc Opt_conf_list { fen } { argument
324 proc annule_mod_serv { fen } { argument
381 proc recup_action { serv fen } {
460 proc del_serv { fen } { argument
H A Dprint.tcl45 proc print_conf_list { fen } { argument
152 proc annule_mod_print { fen } { argument
246 proc del_print { fen } { argument
H A Dihm_outils.tcl433 proc outils_conf_list { fen } { argument
526 proc annule_mod_outil { fen } { argument
629 proc del_outil { fen } { argument
H A Dpreferences.tcl203 proc ashare::trace_geom { nom fen } {
219 proc ashare::update_geom { nom fen } {
/dports/games/scid/scid/tcl/windows/
H A Dtree.tcl1209 proc ::tree::mask::addToMask { move {fen ""} } {
1229 proc ::tree::mask::removeFromMask { move {fen ""} } {
1255 proc ::tree::mask::moveExists { move {fen ""} } {
1283 proc ::tree::mask::getColor { move {fen ""}} {
1304 proc ::tree::mask::setColor { move color {fen ""}} {
1328 proc ::tree::mask::getNag { move { fen "" }} {
1379 proc ::tree::mask::getComment { move { fen "" } } {
1402 proc ::tree::mask::setComment { move comment { fen "" } } {
1427 proc ::tree::mask::getPositionComment {{fen ""}} { argument
1444 proc ::tree::mask::setPositionComment { comment {fen ""} } {
[all …]
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess.cpp17 int scorePosFromFen(const char *fen) in scorePosFromFen()
24 int attackersOnSquare(const char *fen, int target) in attackersOnSquare()
35 Result guessMove(const char* fen, bool chess960, quint64 castlingRooks, squareT square, MoveList& m… in guessMove()
75 Result evalPos(const char* fen, bool chess960, quint64 castlingRooks, int thinkTime) in evalPos()
107 int pickBest(const char* fen, bool chess960, quint64 castlingRooks, squareT from1, squareT to1, squ… in pickBest()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dboard.cpp36 BoardX::BoardX(QString fen) : m_hashValue(0) in BoardX()
61 bool BoardX::fromFen(const QString& fen) in fromFen()
315 QString fen = toFen(); in ScoreMaterial() local
321 QString fen = toFen(); in DefendersOfSquare() local
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dfen.c33 char *fen = malloc(fen_max_size + 1); in fen_encode() local
93 board_t *fen_decode(const char *fen) { in fen_decode()
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dbenchmark.cpp133 string fen; in setup_bench() local
155 for (const string& fen : fens) in setup_bench() local
/dports/games/scid/scid/src/polyglot/
H A Dmain.cpp79 int polyglot_moves(char *moves, const char *fen, const int BookNumber) { in polyglot_moves()
87 int polyglot_positions (char *moves, const char *fen, const int BookNumber) { in polyglot_positions()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwclipbrd.c53 char *fen = NULL; in CopyFENToClipboard() local
237 VOID PasteFENFromString( char * fen ) in PasteFENFromString()
250 char *fen = NULL; in PasteFENFromClipboard() local
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwclipbrd.c54 char *fen = NULL; in CopyFENToClipboard() local
238 VOID PasteFENFromString( char * fen ) in PasteFENFromString()
251 char *fen = NULL; in PasteFENFromClipboard() local
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/examples/
H A DHTMLChess.php84 function visualboard($fen = false, $type = 'Standard')
501 $fen = isset($_GET['FEN']) ? $_GET['FEN'] : false; variable
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dfen.cpp29 void board_from_fen(board_t * board, const char fen[]) { in board_from_fen()
191 bool board_to_fen(const board_t * board, char fen[], int size) { in board_to_fen()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dfen.cpp51 void board_from_fen(board_t * board, const char fen[]) { in board_from_fen()
213 bool board_to_fen(const board_t * board, char fen[], int size) { in board_to_fen()

123456