Home
last modified time | relevance | path

Searched refs:reset (Results 26 – 50 of 677) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php244 \reset($from);
245 \reset($to);
248 while (($fromToken = \reset($from)) !== $token) {
252 while (($toToken = \reset($to)) !== $token) {
365 \reset($to);
/plugin/twofactor/lang/en/
H A Dadmin.txt3 The table below lists all users that have at least one second factor mechanism set up for use. You can use this tool to reset the user's setup when they lost access to their second factor mechanism.
5 Note: this will reset **all** two-factor mechanisms for the user! Depending on your setup, the user may be required to configure a new two factor mechanism on their next login.
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php32 $this->reset();
35 function reset() function in Auth_Yadis_ParanoidHTTPFetcher
90 $this->reset();
200 $this->reset();
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php36 $this->reset();
39 function reset() function in Auth_Yadis_ParanoidHTTPFetcher
105 $this->reset();
223 $this->reset();
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js51 var reset = false;
59 reset = true;
78 if(FCKBrowserInfo.IsIE && reset) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php171 $parser->getStreamReader()->reset($offset + $this->fileHeaderOffset);
206 $this->parser->getStreamReader()->reset($offset);
230 $this->parser->getStreamReader()->reset($position);
297 $reader->reset(-self::$trailerSearchLength, self::$trailerSearchLength);
H A DLineReader.php78 $reader->reset(null, $bytesPerCycle);
96 $reader->reset($reader->getPosition() + $trailerPos);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerWrapper.php130 public function reset() function in Monolog\\Handler\\HandlerWrapper
133 $this->handler->reset();
H A DRollbarHandler.php125 public function reset() function in Monolog\\Handler\\RollbarHandler
129 parent::reset();
H A DGroupHandler.php99 public function reset() function in Monolog\\Handler\\GroupHandler
105 $handler->reset();
H A DFingersCrossedHandler.php163 public function reset() function in Monolog\\Handler\\FingersCrossedHandler
170 $this->getHandler()->reset();
182 $this->reset();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php174 FooObject::reset();
182 FooObject::reset();
214 FooObject::reset();
253 FooObject::reset();
334 public static function reset() function in FooObject
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php22 use function reset;
115 $entry = reset($this->entries);
128 reset($this->entries);
H A DOptions.php114 $option = reset($this->options);
127 reset($this->options);
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
/plugin/farm/
H A Dsoapserver.php65 if(!in_array($serviceargs[$k], $v)) $serviceargs[$k] = reset($v);
149 $name = isset($args['name']) ? $args['name'] : reset($args);
161 $name = isset($args['name']) ? $args['name'] : reset($args);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php312 function vbsso_get_destination($event, $r = 'r', $reset = FALSE) { argument
313 return sharedapi_get_destination(VBSSO_PRODUCT_ID, $event, $r, $reset);
320 function vbsso_get_lid($event, $r = 'r', $reset = FALSE) { argument
321 return sharedapi_get_lid(VBSSO_PRODUCT_ID, $event, $r, $reset);
H A Dsharedapi.php246 function sharedapi_capture_gpc_variable($name, $gname, $event, $r = 'r', $reset = false) { argument
280 if ($reset) {
295 function sharedapi_get_destination($pid, $event, $r = 'r', $reset = false) { argument
296 …N($pid, SHAREDAPI_EVENT_FIELD_DESTINATION), SHAREDAPI_EVENT_FIELD_DESTINATION, $event, $r, $reset);
304 function sharedapi_get_lid($pid, $event, $r = 'r', $reset = false) { argument
305 …I_NAME_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_LID), SHAREDAPI_EVENT_FIELD_LID, $event, $r, $reset);
/plugin/captcha/
H A Dfiglet.php127 @reset($data);
133 reset($data);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php16 const C_RESET = 'reset';
112 $this->reset($channel);
116 * Returns the given text wrapped in the appropriate color and reset code
125 return $this->getColorCode($color) . $text . $this->getColorCode('reset');
160 * reset the terminal color
166 public function reset($channel = STDOUT) function in splitbrain\\phpcli\\Colors
168 $this->set('reset', $channel);
/plugin/refnotes/
H A Dcore.php125 $this->reset();
131 private function reset() { function in refnotes_parsing_context
171 $this->reset();
462 public function reset() {
442 public function reset() { global() function in refnotes_action_core
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php634 if (reset($stk) == SERVICES_JSON_IN_ARR) {
659 if (reset($stk) == SERVICES_JSON_IN_ARR) {
663 } elseif (reset($stk) == SERVICES_JSON_IN_OBJ) {
751 if (reset($stk) == SERVICES_JSON_IN_ARR) {
754 } elseif (reset($stk) == SERVICES_JSON_IN_OBJ) {
/plugin/multiorphan/
H A Dscript.js72 reset();
90 reset(true);
149 reset();
347 reset();
402 var reset = function(fullReset) { function
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DResettableInterface.php33 public function reset(); function
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php210 $reset = new PCLEscapeReset();
213 $reset->output($stream);
218 $reset->output($stream);

12345678910>>...28