Home
last modified time | relevance | path

Searched refs:Underscore (Results 1 – 25 of 1759) sorted by relevance

12345678910>>...71

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dcamelcasecursor.cpp102 Underscore, enumerator
123 input = Input::Underscore; in camelCaseLeft()
138 case Input::Underscore: in camelCaseLeft()
171 case Input::Underscore: in camelCaseLeft()
194 case Input::Underscore: in camelCaseLeft()
223 input = Input::Underscore; in camelCaseRight()
238 case Input::Underscore: in camelCaseRight()
251 case Input::Underscore: in camelCaseRight()
268 case Input::Underscore: in camelCaseRight()
286 case Input::Underscore: in camelCaseRight()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/m4/
H A Dfortran.m497 AC_MSG_RESULT([Define C2F with Trailing Underscore and Sharp Sign])
98 AC_DEFINE([C2F(name)], [name##_],[Define C2F with Trailing Underscore and Sharp Sign])
99 AC_DEFINE([F2C(name)], [name##_],[Define F2C with Trailing Underscore and Sharp Sign])
101 AC_MSG_RESULT([Define C2F with Trailing Underscore and without Sharp Sign])
102 AC_DEFINE([C2F(name)], [name/**/_],[Define C2F with Trailing Underscore and without Sharp Sign])
103 AC_DEFINE([F2C(name)], [name/**/_],[Define F2C with Trailing Underscore and without Sharp Sign])
106 AC_MSG_RESULT([Define C2F without Trailing Underscore])
107 AC_DEFINE([C2F(name)], [name],[Define C2F without Trailing Underscore])
108 AC_DEFINE([F2C(name)], [name],[Define C2F without Trailing Underscore])
/dports/textproc/py-agate/agate-1.6.3/docs/cookbook/
H A Dunderscore.rst8 agate's :meth:`.Table.where` functions exactly like Underscore's :code:`filter`.
17 To simulate Underscore's :code:`reject`, simply negate the return value of the function you pass in…
26 agate's :meth:`.Table.find` works exactly like Underscore's :code:`find`.
35 The :class:`.Any` aggregation works like Underscore's :code:`any`.
46 The :class:`.All` aggregation works like Underscore's :code:`all`.
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/lib/lazy.js-0.4.0/
H A DREADME_zh_CN.md1 [Lazy.js](http://danieltao.com/lazy.js/)是类似[Underscore](http://underscorejs.org/)或[Lo-Dash](http://…
3Underscore、Lo-Dash的比较:
52 这是一个奇怪的目标。不管怎么样,我们可以用Underscore的`chain`方法实现它:
83 好吧。最大的问题在于这是一次性的代码,我们花了一点时间编写了这段代码,却无法复用。要是我们能够利用Underscore的表达力,同时得到手写的过程式代码的性能,那该多好啊!
91 看上去和用Underscore的代码几乎一样?正是如此:Lazy.js希望带给JavaScript开发者熟悉的体验。每个Underscore的方法应该和Lazy.js有相同的名字和表现,唯一的不同是…
164 我们看到,和Underscore和Lo-Dash不同,对于无穷序列,Lazy.js并不需要把一个把所有数据放到内存以便迭代。异步序列也显示了它并不需要一次完成所有迭代。
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/gobuffalo/flect/
H A Dunderscore.go12 func Underscore(s string) string { func
13 return New(s).Underscore().String()
20 func (i Ident) Underscore() Ident { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gobuffalo/flect/
H A Dunderscore.go12 func Underscore(s string) string { func
13 return New(s).Underscore().String()
20 func (i Ident) Underscore() Ident { func
H A Dunderscore_test.go25 r.Equal(tt.exp, Underscore(tt.act))
26 r.Equal(tt.exp, Underscore(tt.exp))
45 Underscore(table[i])
/dports/devel/objconv/objconv-2.52/source/
H A Dcmdline.cpp668 Underscore = CMDL_UNDERSCORE_CHANGE; in InterpretSymbolNameChangeOption()
669 if (string[0] == 'a') Underscore |= CMDL_KEEP_ALIAS; in InterpretSymbolNameChangeOption()
672 Underscore = CMDL_UNDERSCORE_ADD; in InterpretSymbolNameChangeOption()
673 if (string[0] == 'a') Underscore |= CMDL_KEEP_ALIAS; in InterpretSymbolNameChangeOption()
676 Underscore = CMDL_UNDERSCORE_REMOVE; in InterpretSymbolNameChangeOption()
677 if (string[0] == 'a') Underscore |= CMDL_KEEP_ALIAS; in InterpretSymbolNameChangeOption()
1090 if ((Underscore & 0x0F) == CMDL_UNDERSCORE_ADD) { in SymbolChange()
1119 return (Underscore != 0) in SymbolChangesRequested()
1146 || Underscore || SegmentDot || SymbolList.GetNumEntries()) { in ReportStatistics()
1160 if (Underscore || SegmentDot || SymbolList.GetNumEntries()) { in ReportStatistics()
[all …]
H A Dmain.cpp512 if (cmd.Underscore && cmd.OutputType != 0) { in Go()
513 if (cmd.Underscore == CMDL_UNDERSCORE_CHANGE) { in Go()
519 cmd.Underscore = CMDL_UNDERSCORE_ADD; in Go()
523 cmd.Underscore = CMDL_UNDERSCORE_REMOVE; in Go()
527 cmd.Underscore = CMDL_UNDERSCORE_NOCHANGE; in Go()
534 cmd.Underscore = CMDL_UNDERSCORE_REMOVE; in Go()
538 cmd.Underscore = CMDL_UNDERSCORE_ADD; in Go()
542 cmd.Underscore = CMDL_UNDERSCORE_NOCHANGE; in Go()
547 printf("\n%s", Lookup(UnderscoreOptionNames, cmd.Underscore)); in Go()
/dports/databases/pgloader3/cl-markdown-20191227-git/unit-tests/markdown-tests/
H A DBackslash escapes.text9 Underscore: \_
45 Underscore: \_
80 Underscore: `\_`
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/t/Text-MultiMarkdown.mdtest/
H A DBackslash_escapes.text9 Underscore: \_
45 Underscore: \_
80 Underscore: `\_`
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/t/MultiMarkdown.mdtest/
H A DBackslash_escapes.text9 Underscore: \_
45 Underscore: \_
80 Underscore: `\_`
/dports/textproc/elixir-earmark/earmark-1.2.5/test/gruber/
H A DBackslash escapes.text9 Underscore: \_
45 Underscore: \_
80 Underscore: `\_`
/dports/textproc/py-misaka/misaka-2.1.1/tests/MarkdownTest_1.0/
H A DBackslash escapes.text9 Underscore: \_
45 Underscore: \_
80 Underscore: `\_`
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/underscore.string/
H A DREADME.markdown13 independently from **_s**-global variable. But with Underscore.js you can
41 **Integrate with Underscore.js**:
49 // Mix in non-conflict functions to Underscore namespace if you want
53 _.str.include('Underscore.string', 'string'); // => true
56 **Or Integrate with Underscore.js without module loading**
58 Run the following expression after Underscore.js and Underscore.string are loaded
61 // Mix in non-conflict functions to Underscore namespace
674 If you are using Underscore.string without Underscore. You also have `_.string` namespace for it an…
742 For upgrading to this version you need to mix in Underscore.string library to Underscore object:
748 and all non-conflict Underscore.string functions will be available through Underscore object.
[all …]
/dports/www/twiki/twiki/pub/TWiki/TWikiSheetPlugin/ruleJS/lib/underscore.string/
H A DREADME.markdown13 independently from **_s**-global variable. But with Underscore.js you can
41 **Integrate with Underscore.js**:
49 // Mix in non-conflict functions to Underscore namespace if you want
53 _.str.include('Underscore.string', 'string'); // => true
56 **Or Integrate with Underscore.js without module loading**
58 Run the following expression after Underscore.js and Underscore.string are loaded
61 // Mix in non-conflict functions to Underscore namespace
674 If you are using Underscore.string without Underscore. You also have `_.string` namespace for it an…
742 For upgrading to this version you need to mix in Underscore.string library to Underscore object:
748 and all non-conflict Underscore.string functions will be available through Underscore object.
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/devel/gh/cli-2.4.0/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/net/rclone/rclone-1.57.0/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/security/lego/lego-4.5.3/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/russross/blackfriday/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/devel/lab/lab-0.17.2/vendor/github.com/russross/blackfriday/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/devel/lab/lab-0.17.2/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/russross/blackfriday/v2/testdata/
H A DBackslash escapes.text9 Underscore: \_
47 Underscore: \_
84 Underscore: `\_`

12345678910>>...71