Home
last modified time | relevance | path

Searched refs:unset_key (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/Utility/
H A DNestedArray.php220 $unset_key = array_pop($parents);
222 …if ($key_existed && is_array($ref) && (isset($ref[$unset_key]) || array_key_exists($unset_key, $re…
224 unset($ref[$unset_key]);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/Utility/
H A DNestedArray.php220 $unset_key = array_pop($parents);
222 …if ($key_existed && is_array($ref) && (isset($ref[$unset_key]) || array_key_exists($unset_key, $re…
224 unset($ref[$unset_key]);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/dotenv/
H A Dcli.py11 from .main import dotenv_values, get_key, set_key, unset_key
74 success, key = unset_key(file, key, quote)
H A D__init__.py1 from .main import load_dotenv, get_key, set_key, unset_key, find_dotenv, dotenv_values
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/dotenv/
H A Dcli.py13 from .main import dotenv_values, get_key, set_key, unset_key
101 success, key = unset_key(file, key, quote)
H A D__init__.py2 from .main import load_dotenv, get_key, set_key, unset_key, find_dotenv, dotenv_values
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1284 foreach ($unset_keys as $unset_key) {
1286 if (empty($this->info[$unset_key][$tagtype]['picture'])) {
1287 unset($this->info[$unset_key][$tagtype]['picture']);
1289 if (empty($this->info[$unset_key][$tagtype])) {
1290 unset($this->info[$unset_key][$tagtype]);
1292 if (empty($this->info[$unset_key])) {
1293 unset($this->info[$unset_key]);
/dports/www/py-python-dotenv/python-dotenv-0.19.2/src/dotenv/
H A Dcli.py13 from .main import dotenv_values, get_key, set_key, unset_key
93 success, key = unset_key(file, key, quote)
H A D__init__.py4 unset_key)
/dports/www/py-python-dotenv/python-dotenv-0.19.2/tests/
H A Dtest_main.py128 result = dotenv.unset_key(dotenv_file, "a")
142 result = dotenv.unset_key(dotenv_file, "foo")
155 result = dotenv.unset_key(nx_file, "foo")
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/ID3/
H A Dgetid3.php1547 foreach ($unset_keys as $unset_key) {
1549 if (empty($this->info[$unset_key][$tagtype]['picture'])) {
1550 unset($this->info[$unset_key][$tagtype]['picture']);
1552 if (empty($this->info[$unset_key][$tagtype])) {
1553 unset($this->info[$unset_key][$tagtype]);
1555 if (empty($this->info[$unset_key])) {
1556 unset($this->info[$unset_key]);
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/ID3/
H A Dgetid3.php1547 foreach ($unset_keys as $unset_key) {
1549 if (empty($this->info[$unset_key][$tagtype]['picture'])) {
1550 unset($this->info[$unset_key][$tagtype]['picture']);
1552 if (empty($this->info[$unset_key][$tagtype])) {
1553 unset($this->info[$unset_key][$tagtype]);
1555 if (empty($this->info[$unset_key])) {
1556 unset($this->info[$unset_key]);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/class-video/getid3/
H A Dgetid3.php1543 foreach ($unset_keys as $unset_key) {
1545 if (empty($this->info[$unset_key][$tagtype]['picture'])) {
1546 unset($this->info[$unset_key][$tagtype]['picture']);
1548 if (empty($this->info[$unset_key][$tagtype])) {
1549 unset($this->info[$unset_key][$tagtype]);
1551 if (empty($this->info[$unset_key])) {
1552 unset($this->info[$unset_key]);
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dephemeron.mli129 val unset_key: ('k,'d) t -> unit val
130 (** [Ephemeron.K1.unset_key eph el] sets the key of [eph] to be an
145 followed by {!Ephemeron.K1.set_key} or {!Ephemeron.K1.unset_key}
210 (** Same as {!Ephemeron.K1.unset_key} *)
225 (** Same as {!Ephemeron.K1.unset_key} *)
288 val unset_key: ('k,'d) t -> int -> unit val
289 (** Same as {!Ephemeron.K1.unset_key} *)
H A Dobj.mli126 val unset_key: t -> int -> unit val
127 (** Same as {!Ephemeron.K1.unset_key} *)
H A Dephemeron.ml405 let unset_key (t:('k,'d) t) : unit = ObjEph.unset_key t 0 function
466 let unset_key1 (t:('k1,'k2,'d) t) : unit = ObjEph.unset_key t 0
474 let unset_key2 (t:('k1,'k2,'d) t) : unit = ObjEph.unset_key t 1
555 let unset_key (t:('k,'d) t) (n:int) : unit = ObjEph.unset_key t n function
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dephemeron.mli129 val unset_key: ('k,'d) t -> unit val
130 (** [Ephemeron.K1.unset_key eph el] sets the key of [eph] to be an
145 followed by {!Ephemeron.K1.set_key} or {!Ephemeron.K1.unset_key}
210 (** Same as {!Ephemeron.K1.unset_key} *)
225 (** Same as {!Ephemeron.K1.unset_key} *)
288 val unset_key: ('k,'d) t -> int -> unit val
289 (** Same as {!Ephemeron.K1.unset_key} *)
H A Dobj.mli126 val unset_key: t -> int -> unit val
127 (** Same as {!Ephemeron.K1.unset_key} *)
H A Dephemeron.ml405 let unset_key (t:('k,'d) t) : unit = ObjEph.unset_key t 0 function
466 let unset_key1 (t:('k1,'k2,'d) t) : unit = ObjEph.unset_key t 0
474 let unset_key2 (t:('k1,'k2,'d) t) : unit = ObjEph.unset_key t 1
555 let unset_key (t:('k,'d) t) (n:int) : unit = ObjEph.unset_key t n function
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1695 foreach ($unset_keys as $unset_key) {
1697 if (empty($this->info[$unset_key][$tagtype]['picture'])) {
1698 unset($this->info[$unset_key][$tagtype]['picture']);
1700 if (empty($this->info[$unset_key][$tagtype])) {
1701 unset($this->info[$unset_key][$tagtype]);
1703 if (empty($this->info[$unset_key])) {
1704 unset($this->info[$unset_key]);
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dledit.h30 extern void unset_key(char *);
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dkeymap.cpp27 k.unset_key("ENTER", "all");
40 k.unset_key("ENTER", "all");
151 k.unset_key("q", "article");
/dports/www/e107/e107/e107_handlers/
H A Dsearch_class.php138 foreach ($this -> keywords as $unset_key => $unset_value)
140 unset($this -> keywords[$unset_key][$k_key]);
/dports/www/newsboat/newsboat-2.22.1/include/
H A Dkeymap.h180 void unset_key(const std::string& key, const std::string& context);
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dkeymap.cpp573 void KeyMap::unset_key(const std::string& key, const std::string& context) in unset_key() function in newsboat::KeyMap
726 unset_key(tokens[0], context); in handle_action()

12