Home
last modified time | relevance | path

Searched defs:dasherize (Results 1 – 15 of 15) sorted by relevance

/dports/www/elixir-phoenix_html/phoenix_html-2.11.2/lib/phoenix_html/
H A Dtag.ex145 defp dasherize(value) when is_atom(value), do: dasherize(Atom.to_string(value)) function
146 defp dasherize(value) when is_binary(value), do: String.replace(value, "_", "-") function
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/inflection/
H A Dinflection.py180 def dasherize(word): function
/dports/devel/py-inflection/inflection-0.5.1/inflection/
H A D__init__.py171 def dasherize(word: str) -> str: function
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/devel/pear-Horde_Support/Horde_Support-2.2.0/lib/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Support/
H A DInflector.php285 public function dasherize($underscoredWord) function in Horde_Support_Inflector
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/utility/
H A DInflector.php645 public static function dasherize($string) function in Cake\\Utility\\Inflector
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Dcode_generators.cpp88 const bool dasherize) { in NamespaceDir()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Dcode_generators.cpp88 const bool dasherize) { in NamespaceDir()
/dports/www/e107/e107/e107_handlers/
H A Dapplication.php4908 public static function dasherize($str) function in eHelper