Home
last modified time | relevance | path

Searched refs:fullname (Results 1 – 25 of 113) sorted by relevance

12345

/plugin/authorlist/
H A Dhelper.php116 public function addAuthor($loginname, $fullname=''){ argument
118 if($fullname == '') $fullname = $this-> getFullname($loginname);
120 $this->authors[$loginname] = $fullname;
157 foreach($this->authors as $loginname => $fullname){
158 $this->output .= $this->renderOneAuthor($loginname, $fullname);
186 public function renderOneAuthor($loginname, $fullname=''){ argument
188 $fullname = htmlspecialchars($fullname);
191 case "fullname": $display = $fullname; break;
192 …case "loginname (fullname)": $display = $loginname.($fullname != ''?" (":"").$fullname.($fullname
193 …case "fullname (loginname)": $display = $fullname != ''?"$fullname ($loginname)":$loginname; break;
[all …]
/plugin/strata/
H A Daction.php165 * @param fullname string the name of the class to load
167 function plugin_strata_autoload($fullname) { argument
176 if(isset($classes[$fullname])) {
177 require_once($classes[$fullname]);
182 if(preg_match('/^plugin_strata_(type|aggregate)_(.*)$/',$fullname, $matches)) {
190 eval("class $fullname extends plugin_strata_{$kind} { };");
196 if(!class_exists($fullname)) {
197 eval("class $fullname extends plugin_strata_{$kind} { };");
/plugin/doodle3/
H A Dscript.js13 function editEntry(formId, fullname) { argument
16 doodleForm.edit__entry.value = fullname;
25 function deleteEntry(formId, fullname) { argument
28 doodleForm.delete__entry.value = fullname;
H A Ddoodle_template.php41 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
44 <?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
/plugin/doodle4/
H A Dscript.js14 function editEntry(formId, fullname) { argument
17 doodleForm.edit__entry.value = fullname;
26 function deleteEntry(formId, fullname) { argument
29 doodleForm.delete__entry.value = fullname;
H A Ddoodle_template.php47 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
52 echo $userData['editLinks'].$fullname.' ('.$userData['username'].')';
54 echo $userData['editLinks'].$fullname;
137 foreach ($template['doodleData'] as $fullname => $userData) { ?>
143 echo $userData['editLinks'].$fullname.' ('.$userData['username'].')';
145 echo $userData['editLinks'].$fullname;
/plugin/doodle2/
H A Dscript.js13 function editEntry(formId, fullname) { argument
16 doodleForm.edit__entry.value = fullname;
25 function deleteEntry(formId, fullname) { argument
28 doodleForm.delete__entry.value = fullname;
H A Ddoodle_template.php39 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
42 <?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php627 $fullname = HTML2PS_DIR.'/fonts/'.$file;
629 if (!file_exists($fullname)) {
630 …$message .= "Font ".$fullname." is missing. You will not be able to generate PDF files with this f…
632 } elseif (!file_exists($fullname)) {
633 …$message .= "Font ".$fullname." is not readable. You will not be able to generate PDF files with t…
636 $message .= "Font ".$fullname." is present and readable.\n";
666 $fullname = TYPE1_FONTS_REPOSITORY.$file.'.afm';
668 if (!file_exists($fullname)) {
669 …$message .= "Font ".$fullname." is missing. You will not be able to generate PDF files with this f…
671 } elseif (!file_exists($fullname)) {
[all …]
/plugin/youtrack/syntax/
H A Dlist.php81 $fullname = (string) $field->value->attributes()->fullName;
87 } elseif($fullname) {
88 $issueData[$col] = $fullname;
/plugin/rocketchatnotifier/
H A Daction.php50 $fullname = $INFO['userinfo']['name'];
52 $title = "{$fullname} updated page <{$this->urlize()}|{$INFO['id']}>";
71 "text" => "{$SUM}\n- {$fullname}",
/plugin/userhistory/
H A Dadmin.php73 $fullname = $alllist[$i];
74 $filepart = basename ( $fullname );
77 $f = file ( $fullname );
/plugin/authsqlite/
H A DREADME.md25 'SELECT pass, fullname AS name, email AS mail
37 $conf['plugin']['authsqlite']['FilterName'] = 'u.fullname LIKE \'%{name}\'';
42 'INSERT INTO user (login, pass, email, fullname)
57 $conf['plugin']['authsqlite']['UpdateName'] = 'fullname=\'%{name}\'';
H A Dauth.sql5 fullname text not null default '', field
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php405 * @param string $fullname
409 public static function addFileFormat($fullname) argument
413 if (class_exists($fullname)) {
414 $meta = new \ReflectionClass($fullname);
416 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
/plugin/hipchat/
H A Daction.php54 $fullname = $INFO['userinfo']['name'];
67 …$say = '<b>' . $fullname . '</b> '.$this->getLang('hipchat_update').'<b><a href="' . $this->urlize…
/plugin/webexteamsnotifier/
H A Daction.php49 $fullname = $INFO['userinfo']['name'];
51 $title = "{$fullname} updated page [{$INFO['id']}]({$this->urlize()})";
/plugin/groupusers/
H A Dsyntax.php74 $renderer->doc .= '<th>'.$lang['fullname'].'</th>';
/plugin/subconfhelper/
H A Daction.php105 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
/plugin/userspagecreate/
H A Daction.php81 $INFO['userinfo']['name']=$_POST['fullname'];
/plugin/freechat/
H A Dsyntax.php102 if ($this->getConf('fullname')) {
/plugin/semantic/
H A Dhelper.php281 'name' => $fullname,
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1fullname $fullscreen $get $getdir $getdot $gettok $gmt \" +\n \"$group …
/plugin/pagelist/
H A Dhelper.php905 foreach ($users as $userid => $fullname) {
/plugin/securelogin/
H A DREADME.md103 fullname:MyUser

12345