Home
last modified time | relevance | path

Searched refs:ucfirst (Results 1 – 25 of 119) sorted by relevance

12345

/plugin/bez/tpl/
H A Dreport.php19 <th><?php echo ucfirst($tpl->getLang('proposal')) ?></th>
20 <th><?php echo ucfirst($tpl->getLang('open')) ?></th>
21 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>
22 <th><?php echo ucfirst($tpl->getLang('closed')) ?></th>
23 <th><?php echo ucfirst($tpl->getLang('report threads rejected')) ?></th>
24 <th><?php echo ucfirst($tpl->getLang('all')) ?></th>
57 <th><?php echo ucfirst($tpl->getLang('report threads cost')) ?></th>
58 <th><?php echo ucfirst($tpl->getLang('report threads cost closed')) ?></th>
59 <th><?php echo ucfirst($tpl->getLang('average_of_close')) ?></th>
106 <th><?php echo ucfirst($tpl->getLang('causes')) ?></th>
[all …]
/plugin/newpagetemplate/
Daction.php101 $ucfirst = '\dokuwiki\Utf8\PhpString::ucfirst';
106 $ucfirst = 'utf8_ucfirst';
135 $ucfirst(curNS($ID)),
139 $ucfirst($file),
142 $ucfirst($title),
Dhelper.php113 $ucfirst = '\dokuwiki\Utf8\PhpString::ucfirst';
118 $ucfirst = 'utf8_ucfirst';
146 $ucfirst(curNS($ID)),
150 $ucfirst($file),
153 $ucfirst($title),
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGpxTypes.php110 $this->{'allowed' . ucfirst($type) . 'Elements'} = [];
113 $this->{'allowed' . ucfirst($type) . 'Elements'}[] = $availableType;
129 $propertyName = 'allowed' . ucfirst($type) . 'Elements';
/plugin/divalign2/
Dcommon.php104 $Align = ucfirst ($align);
152 $Align = ucfirst ($alignment);
164 $Align = ucfirst ($align);
/plugin/combo/ComboStrap/
H A DBrandListTag.php35 $iconType = ucfirst($variant[BrandTag::ICON_ATTRIBUTE]);
36 $widgetType = ucfirst($variant[TagAttributes::TYPE_KEY]);
68 $html .= "<td>" . ucfirst($brandName) . "</td>";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
DFileCommentSniff.php147 … $phpcsFile->addError($error, $tag, 'Duplicate'.ucfirst(substr($name, 1)).'Tag', $data);
160 $phpcsFile->addError($error, $tag, 'Empty'.ucfirst(substr($name, 1)).'Tag', $data);
197 … $phpcsFile->addError($error, $commentEnd, 'Missing'.ucfirst(substr($tag, 1)).'Tag', $data);
210 …$phpcsFile->addError($error, $tokens[$commentStart]['comment_tags'][$pos], ucfirst(substr($tag, 1)…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
DAbstractClient.php68 $key = ucfirst(strtolower($key));
69 $val = ucfirst(strtolower($key)) . ': ' . $val;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php68 $key = ucfirst(strtolower($key));
69 $val = ucfirst(strtolower($key)) . ': ' . $val;
/plugin/autostartpage/
Daction.php79 $wikitext=preg_replace("/@!NS@/", ucfirst($goodns), $wikitext);
84 $wikitext=preg_replace("/@!PAGE@/",ucfirst($page), $wikitext);
88 $wikitext=preg_replace("/@!FILE@/",ucfirst($f), $wikitext);
/plugin/pubmed2020/classes/
Dpubmed2020.php396 …$ret["translated_title_low"] = ucfirst(strtolower($ret["translated_title"])); //mb_convert_case($r…
399 …$ret["title_low"] = ucfirst(strtolower($ret["title"])); //mb_convert_case($ret["title"], MB_CASE_T…
714 $low_t = ucfirst(strtolower(ucwords($t)));
779 $p = ucfirst(strtolower($word));
788 $p = ucfirst(strtolower($word));
808 $low_t .= rtrim(ucfirst($sentence), '.').". ";
810 $sentences = ucfirst(strtolower(ucwords($t)));
821 $low_t .= ucfirst($sentence);
825 $sentences = ucfirst(strtolower(ucwords($t)));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
DPropertyMetadata.php167 …ng the value of the property %s.', 'get' . ucfirst($this->name), 'is' . ucfirst($this->name), 'has…
175 …ethod should be used for setting the value of the property %s.', 'set' . ucfirst($this->name), $th…
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
DDocHTML.php117 $spanXML->setTagContent(ucfirst($infoKey) . ":");
131 $spanXML->setTagContent(ucfirst($infoKey) . ": " . $infoValue);
183 $pXML->setTagContent(ucfirst($infoKey) . ":");
197 $pXML->setTagContent(ucfirst($infoKey) . ": " . $infoValue);
/plugin/partialsearch/
Drenderer.php42 return '[' . ucwords($ns) . '] ' . ucfirst($title);
44 return ucfirst($title);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
DFileCommentSniff.php248 … $phpcsFile->addError($error, $tag, 'Duplicate'.ucfirst(substr($name, 1)).'Tag', $data);
261 $phpcsFile->addError($error, $tag, 'Empty'.ucfirst(substr($name, 1)).'Tag', $data);
276 … $phpcsFile->addError($error, $commentEnd, 'Missing'.ucfirst(substr($tag, 1)).'Tag', $data);
298 …$phpcsFile->addError($error, $tokens[$commentStart]['comment_tags'][$pos], ucfirst(substr($tag, 1)…
333 $newName = ucfirst($firstBit).'_';
336 $newName .= ucfirst($bit).'_';
/plugin/bootswrapper/exe/
Dpopup.php126 … href="#tab-<?php echo $tag ?>" data-component="<?php echo $tag ?>"><?php echo ucfirst($tag) ?></a>
146 <h3><?php echo ucfirst($tag) ?></h3>
/plugin/combo/admin/
H A Dpagerules.php87 return ucfirst(PluginUtility::$PLUGIN_NAME) . " - " . $this->lang['PageRules'];
162 …echo('<h1>' . ucfirst(PluginUtility::$PLUGIN_NAME) . ' - ' . ucfirst($this->getPluginComponent()) …
/plugin/keyboard/
Dsyntax.php107 $out[] = $renderer->_xmlEntities(ucfirst($key));
145 $out[] = ucfirst($key);
214 $display_name = ucfirst(trim($class, '_'));
/plugin/editions/
Daction.php114 $editionLinkTitle = sprintf($this->getLang('editionLinkTitle'), ucfirst($edition));
115 …$editionLinks .= '<li>'.tpl_link($eLink,ucfirst($edition),'class="'.$edition.'" title="'.$editionL…
/plugin/evesso/phpoauthlib/src/OAuth/
DServiceFactory.php81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
136 $serviceName = ucfirst($serviceName);
/plugin/pdftools/img/
Dpdfbutton.php9 imagestring($im, 5, 9, 6, "PDF mit Vorlage '".ucfirst($string)."' erzeugen", $textcolor);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
145 $serviceName = ucfirst($serviceName);
/plugin/dev/www/
Dindex.php121 … <option value="<?php echo $type ?>"><?php echo ucfirst($type) ?></option>
/plugin/data-graph/
Dsyntax.php184 print("=== " . ucfirst($agg) . " by " . $groupBy . " ====\n");
186 print("^ " . ucfirst($groupBy) . "^ (SUM) ^ mean ^ # systems ^ System list ^\n");
/plugin/datagraph/
Dsyntax.php184 print("=== " . ucfirst($agg) . " by " . $groupBy . " ====\n");
186 print("^ " . ucfirst($groupBy) . "^ (SUM) ^ mean ^ # systems ^ System list ^\n");

12345