| /plugin/authorlist/ |
| D | helper.php | 116 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/ |
| D | action.php | 165 * @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/asciidocjs/node_modules/nunjucks/src/ |
| D | node-loaders.js | 41 watcher.on('all', function (event, fullname) { argument 42 fullname = path.resolve(fullname); 43 if (event === 'change' && fullname in _this.pathsToNames) { 44 _this.emit('update', _this.pathsToNames[fullname], fullname); 97 _this2.watcher.on('change', function (fullname) { argument 98 _this2.emit('update', _this2.pathsToNames[fullname], fullname);
|
| D | environment.js | 117 loader.on('update', function (name, fullname) { argument 119 _this2.emit('update', name, fullname, loader);
|
| /plugin/doodle4/ |
| D | script.js | 14 function editEntry(formId, fullname) { argument 17 doodleForm.edit__entry.value = fullname; 26 function deleteEntry(formId, fullname) { argument 29 doodleForm.delete__entry.value = fullname;
|
| D | doodle_template.php | 47 <?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/doodle3/ |
| D | script.js | 13 function editEntry(formId, fullname) { argument 16 doodleForm.edit__entry.value = fullname; 25 function deleteEntry(formId, fullname) { argument 28 doodleForm.delete__entry.value = fullname;
|
| D | doodle_template.php | 41 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?> 44 <?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
|
| /plugin/doodle2/ |
| D | script.js | 13 function editEntry(formId, fullname) { argument 16 doodleForm.edit__entry.value = fullname; 25 function deleteEntry(formId, fullname) { argument 28 doodleForm.delete__entry.value = fullname;
|
| D | doodle_template.php | 39 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?> 42 <?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
|
| /plugin/html2pdf/html2pdf/html2ps/demo/ |
| D | systemcheck.php | 627 $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/ |
| D | list.php | 81 $fullname = (string) $field->value->attributes()->fullName; 87 } elseif($fullname) { 88 $issueData[$col] = $fullname;
|
| /plugin/rocketchatnotifier/ |
| D | action.php | 50 $fullname = $INFO['userinfo']['name']; 52 $title = "{$fullname} updated page <{$this->urlize()}|{$INFO['id']}>"; 71 "text" => "{$SUM}\n- {$fullname}",
|
| /plugin/userhistory/ |
| D | admin.php | 69 $fullname = $alllist[$i]; 70 $filepart = basename ( $fullname ); 73 $f = file ( $fullname );
|
| /plugin/authsqlite/ |
| D | README.md | 25 '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}\'';
|
| D | auth.sql | 5 fullname text not null default '', field
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| D | AsymmetricKey.php | 405 * @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/ |
| D | action.php | 54 $fullname = $INFO['userinfo']['name']; 67 …$say = '<b>' . $fullname . '</b> '.$this->getLang('hipchat_update').'<b><a href="' . $this->urlize…
|
| /plugin/alertrocketchatgroup/ |
| D | action.php | 67 $fullname = $INFO['userinfo']['name']; 69 $title = "{$fullname} atualizou a TRIDF-WIKI <{$this->urlize()}|{$INFO['id']}>";
|
| /plugin/webexteamsnotifier/ |
| D | action.php | 49 $fullname = $INFO['userinfo']['name']; 51 $title = "{$fullname} updated page [{$INFO['id']}]({$this->urlize()})";
|
| /plugin/subconfhelper/ |
| D | action.php | 105 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
|
| /plugin/userspagecreate/ |
| D | action.php | 81 $INFO['userinfo']['name']=$_POST['fullname'];
|
| /plugin/freechat/ |
| D | syntax.php | 102 if ($this->getConf('fullname')) {
|
| /plugin/semantic/ |
| D | helper.php | 281 'name' => $fullname,
|
| /plugin/codemirror/dist/modes/ |
| D | mirc.min.js.map | 1 …fullname $fullscreen $get $getdir $getdot $gettok $gmt \" +\n \"$group …
|