/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Option.php | 128 * @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 D | simple_html_dom.php | 83 $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 D | imapmarkers_simple_html_dom.php | 55 $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 D | Term.php | 52 public function setLowercaseTerms(bool $lowercase = true): self argument 54 return $this->setParam('lowercase_terms', $lowercase);
|
/plugin/bootswrapper/exe/help/ |
H A D | text.txt | 4 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 D | label.txt | 4 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 D | lower.rst | 4 The ``lower`` filter converts a value to lowercase:
|
H A D | capitalize.rst | 5 uppercase, all others lowercase:
|
H A D | title.rst | 5 start with uppercase letters, all remaining characters are lowercase:
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 8.8.js.map | 1 …lowercase) {\n return lowercase.charAt(0).toUpperCase() + lowercase.substr(1);\n};\nvar keyword…
|
/plugin/redirect/lang/en/ |
H A D | intro.txt | 3 …l given pagenames have to be absolute and cleaned (no specialchars, all lowercase, full namespaces…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.AllowedFrameTargets.txt |
|
/plugin/plantuml/ |
H A D | plugin.history.txt | 8 * Fixed issue #10 (plantuml base field should be lowercase)
|
/plugin/redirect2/lang/en/ |
H A D | intro.txt | 4 * The origin and destination ID must be absolute and cleaned (no specialchars, all lowercase, full namespaces).
|
/plugin/diagramsnet/lib/ |
H A D | yarn.lock | 147 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 D | README.md | 8 * [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 D | CHANGELOG.md | 45 * Convert brush aliases and options to lowercase, SyntaxHighlighter is case sensitive.
|
/plugin/masciimath/ |
H A D | README.txt | 20 …* Recognizes all standard Greek letters (i.e. Alpha and gamma), uppercase and lowercase, whereas J…
|
/plugin/bibtex/OSBib/ |
H A D | CHANGELOG | 51 lowercase (e.g. apa.xml), BIBF0RMAT::loadStyle() now automatically detects this.
|
/plugin/statistics/inc/ |
H A D | Browscap.php | 126 * Flag to enable only lowercase indexes in the result. 131 public $lowercase = false; variable in Browscap 589 if ($this->lowercase) {
|
/plugin/groupmanager/ |
H A D | README | 32 Use ''~~groupmanager~~'' in lowercase letters; ''~~GROUPMANAGER~~'' may not work!
|
/plugin/typography/ |
H A D | README.md | 25 | - | text-transform | controls capitalization of text (capitalize, uppercase or lowercase) |
|
/plugin/wrap/ |
H A D | example.txt | 23 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 D | ChangeLog.md | 88 - allow `#redirect` syntax to be lowercase, but it must be start on line. [1362442]
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | index-operations.asciidoc | 101 'filter' => ['lowercase', 'stop', 'kstem']
|