OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
src
/
vendor
/
golang.org
/
x
/
text
/
secure
/
bidirule
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📄
bidirule.go
9.33 KB
12/01/2022 06:13:01 PM
rw-r--r--
📄
bidirule10.0.0.go
340 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
bidirule9.0.0.go
376 bytes
12/01/2022 06:13:01 PM
rw-r--r--
Editing: bidirule9.0.0.go
Close
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !go1.10 // +build !go1.10 package bidirule func (t *Transformer) isFinal() bool { if !t.isRTL() { return true } return t.state == ruleLTRFinal || t.state == ruleRTLFinal || t.state == ruleInitial }