Home
last modified time | relevance | path

Searched refs:profile (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/authyubikey/
H A DREADME.md21 disable "User profile" with the parameter "disableactions".
29 Now users can add their personal Yubikeys in personal profile form (see also
30 https://your.domain.org/dokuwiki/doku.php?id=start&do=profile).
/plugin/freesync/
H A Dscript.js25 function plugin_freesync_diff(id, profile) { argument
50 ajax.runAJAX('call=_freesync_diff&id='+id+"&profile="+profile);
/plugin/facebook/
H A Dsyntax.php55 list($type,$profile) = explode('>',array_shift($params));
57 $data['profile'] = $profile;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php265 // Convert Firefox profile
267 // Convert profile only if not already set in moz:firefoxOptions
269 || !array_key_exists('profile', $ossCapabilities[FirefoxOptions::CAPABILITY])) {
270 $w3cCapabilities[FirefoxOptions::CAPABILITY]['profile'] = $ossCapabilities[FirefoxDriver::PROFILE];
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js37 ret.profile = stream.read(2) + 1;
404 switch (this.config.profile) {
579 var profile = this.config.profile,
583 if (profile === AOT_AAC_MAIN)
586 if (profile === AOT_AAC_LTP)
599 if (profile === AOT_AAC_LTP)
614 var profile = this.config.profile,
626 if (profile === AOT_AAC_MAIN)
632 if (profile === AOT_AAC_LTP)
649 if (profile === AOT_AAC_LTP)
[all …]
/plugin/unblink/
H A Dplugin.info.txt6 desc link to UNB profile pages
/plugin/profiles/
H A Dplugin.info.txt8 desc Add Facebook, GitHub, Google Plus, Linkedin and Twitter profile links
/plugin/highlightjs/highlight/languages/
H A Dprofile.js7 hljs.LANGUAGES.profile = { class in hljs.LANGUAGES
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php176 $profile = base64_encode(file_get_contents($temp_zip));
182 return $profile;
187 * @param string $profile_dir The path to the profile directory.
242 throw new WebDriverException('Cannot create firefox profile.');
/plugin/rtmchecklist/
H A DREADME.md22 The list of task is then sent to the email address you can set in your profile at "RTM import e-mai…
/plugin/lastfm/
H A Dsyntax.php85 'trackchart', 'profile');
/plugin/contactmodern/
H A DREADME.textile61 | to | If you choose another profile then emails will be send to the profile email address. You hav…
/plugin/revealjs/css/theme/source/
H A Dmoon.scss22 color-profile: sRGB;
H A Dsolarized.scss23 color-profile: sRGB;
/plugin/tplmod/
H A Daction.php168 $profile = $this->getConf('profile');
178 if( $restricted && !empty($profile) || !$restricted_group && !empty($profile)) {
/plugin/blextra/
H A Dhelper.php74 'type' => 'profile',
/plugin/vbsso/
H A DREADME.md7 … that WordPress can use the vBulletin user database to manage authentication and user profile data.
8 …s an interface for authenticating, controlling access, and managing user profile data. The second …
/plugin/sfauth/
H A DREADME.wiki28 * Access your basic information (id, profile, email, address, phone)
32 === Add custom profile Field ===
/plugin/securelogin/
H A DREADME.md9 …entered, it is automagically encrypted by this plugin, be it on the login, profile, or admin pages.
17 And instead has the login/profile/admin page submit the password as:
99 This same process happens during the add user, modify user, and edit profile options. This is what …
102 do:profile
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst524 $profile = new \Twig\Profiler\Profile();
525 $twig->addExtension(new \Twig\Extension\ProfilerExtension($profile));
528 echo $dumper->dump($profile);
530 A profile contains information about time and memory consumption for template,
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
539 Upload the profile to visualize it (create a `free account
544 blackfire --slot=7 upload /path/to/profile.prof
/plugin/authremoteuser/
H A DREADME.md68 1. Disable action `profile`.
102 That is: You can switch back to *authplain* (and enable `profile` setting)
/plugin/html2pdf/snorriheim/
H A Ddokubook_design.css282 div.dokuwiki div#toolbox a.profile {
283 background: transparent url(images/tool-profile.png) 0px 1px no-repeat;
/plugin/npd/
H A DREADME.mdown41 <?php tpl_button('profile')?>
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php786 $profile = $this->getBits(8); // read profile
787 if ($profile > 0) {
/plugin/structtemplate/_vagrant/
H A DVagrantfile55 shell.inline = "sudo sed -i '/tty/!s/mesg n/tty -s \\&\\& mesg n/' /root/.profile"

1234