Home
last modified time | relevance | path

Searched refs:isDot (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Program/
H A DInternal.hs42 let isDot = (== '.') function
43 (major, rest) = break isDot ver
44 minor = takeWhile isDigit (dropWhile isDot rest)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/Program/
H A DInternal.hs43 let isDot = (== '.') function
44 (major, rest) = break isDot ver
45 minor = takeWhile isDigit (dropWhile isDot rest)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/Program/
H A DInternal.hs43 let isDot = (== '.') function
44 (major, rest) = break isDot ver
45 minor = takeWhile isDigit (dropWhile isDot rest)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Program/
H A DInternal.hs43 let isDot = (== '.') function
44 (major, rest) = break isDot ver
45 minor = takeWhile isDigit (dropWhile isDot rest)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/Program/
H A DInternal.hs43 let isDot = (== '.') function
44 (major, rest) = break isDot ver
45 minor = takeWhile isDigit (dropWhile isDot rest)
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/cmplxs/cscalar/
H A Dparse.go120 case isDot(r):
134 case isDot(r):
154 case isDot(r):
264 func isDot(r rune) bool { func
/dports/graphics/graphviz/graphviz-2.44.1/windows/cmd/gvui/
H A DLayoutPropertyInfo.cls36 Public Function isDot() As Boolean
37 isDot = (mvarEngine And DOT) <> 0
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_admin/models/
H A Dsysinfo.php537 if ($folder->isDot() || !$folder->isDir())
553 if ($folder->isDot() || !$folder->isDir())
576 if ($folder->isDot() || !$folder->isDir())
594 if ($folder->isDot() || !$folder->isDir())
612 if ($folder->isDot() || !$folder->isDir())
/dports/www/moodle310/moodle/lib/classes/task/
H A Dfile_temp_cleanup_task.php77 if ($iter->isDir() && !$iter->isDot()) {
92 if ($iter->isDir() && !$iter->isDot()) {
/dports/www/moodle39/moodle/lib/classes/task/
H A Dfile_temp_cleanup_task.php77 if ($iter->isDir() && !$iter->isDot()) {
92 if ($iter->isDir() && !$iter->isDot()) {
/dports/www/moodle311/moodle/lib/classes/task/
H A Dfile_temp_cleanup_task.php77 if ($iter->isDir() && !$iter->isDot()) {
92 if ($iter->isDir() && !$iter->isDot()) {
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/tests/
H A DTestCase.php568 if (!$file->isDot()) {
583 if (!$file->isDot()) {
601 if (!$file->isDot()) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/
H A DDrupalComponentTest.php57 if ($file->isDir() && !$file->isDot()) {
76 if ($file->isDir() && !$file->isDot()) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/
H A DDrupalComponentTest.php58 if ($file->isDir() && !$file->isDot()) {
77 if ($file->isDir() && !$file->isDot()) {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs9 isTag, isDol, isDot, isReturn, isSection, isRecConstr, isRecUpdate,
47 isDot, isDol, isReturn, isSection, isRecConstr, isRecUpdate, function
51 isDot = isTag "." function
64 isDotApp = \case (L _ (OpApp _ _ op _)) -> isDot op; _ -> False
/dports/www/moodle311/moodle/lib/classes/antivirus/
H A Dquarantine.php216 if (!$file->isDot()) {
248 if (!$file->isDot() && strpos($filename, self::FILE_ZIP_INFECTED) !== false) {
269 if (!$file->isDot() && strpos($filename, self::FILE_ZIP_INFECTED) !== false) {
/dports/www/moodle310/moodle/lib/classes/antivirus/
H A Dquarantine.php216 if (!$file->isDot()) {
248 if (!$file->isDot() && strpos($filename, self::FILE_ZIP_INFECTED) !== false) {
269 if (!$file->isDot() && strpos($filename, self::FILE_ZIP_INFECTED) !== false) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/PhpStorage/
H A DFileStorage.php181 if (!$fileinfo->isDot()) {
202 if (!$fileinfo->isDot()) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/PhpStorage/
H A DFileStorage.php203 if (!$fileinfo->isDot()) {
224 if (!$fileinfo->isDot()) {
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs9 isTag, isDol, isDot, isReturn, isSection, isRecConstr, isRecUpdate,
47 isDot, isDol, isReturn, isSection, isRecConstr, isRecUpdate, function
51 isDot = isTag "." function
64 isDotApp = \case (L _ (OpApp _ _ op _)) -> isDot op; _ -> False
/dports/lang/elm/compiler-0.19.1/compiler/src/Parse/
H A DVariable.hs119 if isDot pos end then
170 else if isDot newPos end then
217 else if isDot upperPos end then
233 isDot :: Ptr Word8 -> Ptr Word8 -> Bool
234 isDot pos end = function
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/num/quat/
H A Dquat.go222 case isDot(r):
236 case isDot(r):
256 case isDot(r):
386 func isDot(r rune) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/num/quat/
H A Dquat.go222 case isDot(r):
236 case isDot(r):
256 case isDot(r):
386 func isDot(r rune) bool { func
/dports/www/phpbb3/phpBB3/phpbb/cache/driver/
H A Dbase.php42 if ($fileInfo->isDot())
217 if ($fileInfo->isDot())
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/tests/
H A DUmlXmiTest.php120 if (!$file->isDot() && !$file->isDir()) {
166 if (!$file->isDot() && !$file->isDir()) {

12345678910>>...14