Home
last modified time | relevance | path

Searched refs:lowercase (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php128 * @param bool $lowercase forces the string representation to lowercase.
131 public function toString(bool $lowercase = false): string
133 if ($lowercase) {
123 toString(bool $lowercase = false) global() argument
/plugin/sqlraw/
H A Dsimple_html_dom.php83 $dom->load($contents, $lowercase, $stripRN);
96 $dom->load($str, $lowercase, $stripRN);
502 function find($selector, $idx=null, $lowercase=false) argument
553 protected function seek($selector, &$ret, $lowercase=false) argument
620 if ($lowercase) {
632 if ($lowercase) {
976 public $lowercase = false; variable in simple_html_dom
1111 function find($selector, $idx=null, $lowercase=false) argument
1113 return $this->root->find($selector, $idx, $lowercase);
1157 $this->lowercase = $lowercase;
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php55 $lowercase = true, argument
67 $lowercase,
98 $lowercase = true, argument
106 $lowercase,
653 if ($lowercase) {
753 if ($lowercase) {
1481 $lowercase = true, argument
1494 $lowercase,
1517 $lowercase = true, argument
1635 $str, $lowercase = true, argument
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php52 public function setLowercaseTerms(bool $lowercase = true): self argument
54 return $this->setParam('lowercase_terms', $lowercase);
/plugin/bootswrapper/exe/help/
H A Dtext.txt4 This syntax have two version (lowercase and uppercase).
6 …* The //lowercase// version ''<nowiki><text></nowiki>'' create a __inline__ element (eg. ''<nowiki…
45 <TEXT transform="lowercase">Lowercased text.</TEXT>
54 <text transform="lowercase">Lowercased text.</text>
123 | ''transform'' | ''lowercase'' ''uppercase'' ''capitalize'' | Text transformation |
H A Dlabel.txt4 This tag have two version (lowercase and uppercase).
6 …* The //lowercase// version ''<nowiki><label></nowiki>'' create a __inline__ element (''<nowiki><s…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlower.rst4 The ``lower`` filter converts a value to lowercase:
H A Dcapitalize.rst5 uppercase, all others lowercase:
H A Dtitle.rst5 start with uppercase letters, all remaining characters are lowercase:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D8.8.js.map1lowercase) {\n return lowercase.charAt(0).toUpperCase() + lowercase.substr(1);\n};\nvar keyword…
/plugin/redirect/lang/en/
H A Dintro.txt3 …l given pagenames have to be absolute and cleaned (no specialchars, all lowercase, full namespaces…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/plantuml/
H A Dplugin.history.txt8 * Fixed issue #10 (plantuml base field should be lowercase)
/plugin/redirect2/lang/en/
H A Dintro.txt4 …* The origin and destination ID must be absolute and cleaned (no specialchars, all lowercase, full…
/plugin/diagramsnet/lib/
H A Dyarn.lock147 lowercase-keys "^2.0.0"
462 lowercase-keys "^1.0.1"
581 lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
583 …resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a…
586 lowercase-keys@^2.0.0:
588 …resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006c…
813 lowercase-keys "^1.0.0"
/plugin/combo/resources/dictionary/
H A DREADME.md8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md45 * Convert brush aliases and options to lowercase, SyntaxHighlighter is case sensitive.
/plugin/masciimath/
H A DREADME.txt20 …* Recognizes all standard Greek letters (i.e. Alpha and gamma), uppercase and lowercase, whereas J…
/plugin/bibtex/OSBib/
H A DCHANGELOG51 lowercase (e.g. apa.xml), BIBF0RMAT::loadStyle() now automatically detects this.
/plugin/statistics/inc/
H A DBrowscap.php126 * Flag to enable only lowercase indexes in the result.
131 public $lowercase = false; variable in Browscap
589 if ($this->lowercase) {
/plugin/groupmanager/
H A DREADME32 Use ''~~groupmanager~~'' in lowercase letters; ''~~GROUPMANAGER~~'' may not work!
/plugin/typography/
H A DREADME.md25 | - | text-transform | controls capitalization of text (capitalize, uppercase or lowercase) |
/plugin/wrap/
H A Dexample.txt23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
35 :!: Please note, some things **won't work with lowercase spans**:
41 A shorthand of uppercase **%%<WRAP />%%** and lowercase **%%<wrap />%%** are available if the container is empty or unnecessary.
/plugin/pageredirect/
H A DChangeLog.md88 - allow `#redirect` syntax to be lowercase, but it must be start on line. [1362442]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc101 'filter' => ['lowercase', 'stop', 'kstem']

123456