Home
last modified time | relevance | path

Searched refs:reset (Results 551 – 575 of 677) sorted by path

1...<<2122232425262728

/plugin/prolog/
H A Dprolog_tag.php10 $webroot = reset(split('lib',dirname(__FILE__)));
/plugin/prosemirror/
H A Dstyle.less15 counter-reset: prosemirror-footnote;
76 // reset user agent margins for placeholder p in tables
/plugin/publist/bib2tpl/lib/
H A DPEAR.php500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
743 reset($_PEAR_destructor_object_list);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
743 reset($_PEAR_destructor_object_list);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
743 reset($_PEAR_destructor_object_list);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php20 use function reset;
158 reset($children);
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md136 $entry->reset('title');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php140 public function reset()
132 public function reset() global() function in FreeDSx\\Ldap\\Control\\ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php124 public function reset(): self
194 reset($this->values);
108 public function reset(): self global() function in FreeDSx\\Ldap\\Entry\\Attribute
H A DChange.php180 public static function reset($attribute): Change
177 public static function reset($attribute): Change global() function in FreeDSx\\Ldap\\Entry\\Change
H A DChanges.php90 public function reset()
81 public function reset() global() function in FreeDSx\\Ldap\\Entry\\Changes
H A DEntries.php22 use function reset;
115 $entry = reset($this->entries);
128 reset($this->entries);
H A DEntry.php102 public function reset(...$attributes)
112 $this->changes()->add(Change::reset(clone $attribute));
264 $this->reset($name);
94 public function reset(...$attributes) global() function in FreeDSx\\Ldap\\Entry\\Entry
H A DOptions.php114 $option = reset($this->options);
127 reset($this->options);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php141 $entry->changes()->reset();
213 $entry->changes()->reset();
387 * Access to add/set/remove/reset the controls to be used for each request. If you want request specific controls in
H A DLdapUrl.php27 use function reset;
390 reset($query);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php124 $dseAttr->reset();
127 $entry->reset($dseAttr);
128 $entry->changes()->reset();
134 $attribute->reset();
/plugin/pycode/
H A Dscript.js152 pycode_wiz.reset(".pycode__repo-src-url");
163 pycode_wiz.reset(".pycode__repo-src-url");
181 pycode_wiz.reset(".pycode__embed-def");
182 pycode_wiz.reset(".pycode__embed-cls");
183 pycode_wiz.reset(".pycode__code-docstr");
202 pycode_wiz.reset(".pycode__embed-def");
227 pycode_wiz.reset(".pycode__embed-cls");
248 pycode_wiz.reset(".pycode__code-nums");
280 pycode_wiz.reset(".pycode__embed-def");
281 pycode_wiz.reset(".pycode__code-nums");
[all …]
H A Dsyntax.php419 $lns = "Ln: " . reset($range) . "-" . end($range);
/plugin/qna/
H A Daction.php48 $this->reset();
55 private function reset() { function in action_plugin_qna
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md36 - `CaBundle::reset()`: Resets the static caches
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php294 public static function reset() function in Composer\\CaBundle\\CaBundle
/plugin/quickstats/lang/en/
H A Dquery.txt54 …safemode and you have permission to make changes to php.ini, then you can reset the ''max_executio…
/plugin/refnotes/
H A Daction.php316 $this->core->reset();
450 $saved = $saved && touch(reset($config_cascade['main']['local']));
H A Dbibtex.php71 $this->handler->reset();
321 $this->reset();
327 public function reset() { function in refnotes_bibtex_handler
491 $name = reset(array_keys($data));

1...<<2122232425262728