Home
last modified time | relevance | path

Searched refs:profile (Results 76 – 100 of 100) sorted by last modified time

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …estricted function.\n\t * @example\n\t *\n\t * var saves = ['profile', 'settings'];\n\…
/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/facebook/
H A Dsyntax.php55 list($type,$profile) = explode('>',array_shift($params));
57 $data['profile'] = $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/sfauth/
H A DREADME.wiki28 * Access your basic information (id, profile, email, address, phone)
32 === Add custom profile Field ===
/plugin/unblink/
H A Dplugin.info.txt6 desc link to UNB profile pages
/plugin/npd/
H A DREADME.mdown41 <?php tpl_button('profile')?>
/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/profiles/
H A DREADME.md1 dokuwiki-profile
4 Dokuwiki profile plugin
H A Dplugin.info.txt8 desc Add Facebook, GitHub, Google Plus, Linkedin and Twitter profile links
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css96 .mode_profile a.action.profile,
/plugin/aceeditor/
H A Dbuild.js1profile|profsave|propedit|propertyeditor|psi|publish|PutCharArray|PutFullMatrix|PutWorkspaceData|p…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md70 (e.g. via ajax in the user profile or in the browsers local store). For an
/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/blextra/
H A Dhelper.php74 'type' => 'profile',
/plugin/jmol2/jmol/
H A DCHANGES.txt1168 # new feature: Spartan reader now reads all models in an energy profile
/plugin/highlightjs/highlight/languages/
H A Dprofile.js7 hljs.LANGUAGES.profile = { class in hljs.LANGUAGES
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt110 Python profiler results ("profile"):
H A Dreadme.rus.txt115 Результаты профайлинга Питона ("profile"):
H A Dhighlight.pack.js1 …*<",e:">",c:["stl_container"],l:[hljs.UIR],k:a,r:10}]}}();hljs.LANGUAGES.profile={dM:{l:[hljs.UIR]… class in hljs.LANGUAGES
/plugin/lastfm/
H A Dsyntax.php85 'trackchart', 'profile');
/plugin/freesync/
H A Dhelper.php56 function saveProfile($oldname, $profile) { argument
61 $profile = array_merge($this->_profile, $profile);
63 if(preg_match('/^http:\/\/([a-zA-Z0-9][a-zA-Z0-9_.]+)\//', $profile['xmlrpcurl'], $match)) {
64 $profile['name'] = $match[1];
65 $pfFN = $this->_profilePath.'/'.$profile['name'].".ini";
67 foreach($profile as $key => $val) {
75 $this->loadProfile($profile['name']);
77 elseif(empty($profile['xmlrpcurl']) && file_exists($oldpfFN))
86 while($profile = readdir($dh)) {
87 if(preg_match("/^(.*).ini$/", $profile, $match))
H A Dadmin.php104 while($profile = each($profiles)) {
105 ptln('<option value="'.$profile['value'].'"'.
106 (($profile['value'] == $this->fshlp->getProfileName())?'selected="selected"':'').
107 '>'.$profile['value'].'</option>');
122 $profile = $this->fshlp->getProfile();
127 …class="edit" name="fn[save_profile][xmlrpcurl]" id="xmlrpcurl" value="'.$profile['xmlrpcurl'].'"/>…
129 …class="edit" name="fn[save_profile][namespace]" id="namespace" value="'.$profile['namespace'].'"/>…
131 …pe="text" class="edit" name="fn[save_profile][user]" id="user" value="'.$profile['user'].'"/></td>…
133 …pe="text" class="edit" name="fn[save_profile][pass]" id="pass" value="'.$profile['pass'].'"/></td>…
136 …pe="checkbox" class="edit" name="fn[save_profile][pages]" id="pages" '.($profile['pages']?'checked…
[all …]
H A Dscript.js25 function plugin_freesync_diff(id, profile) { argument
50 ajax.runAJAX('call=_freesync_diff&id='+id+"&profile="+profile);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php639 $profile = '';
662 if ($profile == 'LLL') {
674 if ($profile == 'LLLP') {
676 } elseif ($profile == 'LPPP') {
687 if ($profile == 'LLLLL') {
690 } elseif ($profile == 'LLLLP') {
693 } elseif ($profile == 'LLLPP') {
696 } elseif ($profile == 'LLPPP') {
710 if ($profile == 'LLLLLL') {
737 if ($profile == 'LLLLLLL') {
[all …]

1234