Home
last modified time | relevance | path

Searched refs:project_name (Results 1 – 8 of 8) sorted by relevance

/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None): argument
89 upload_host = '%s.googlecode.com' % project_name
155 def upload_find_auth(file_path, project_name, summary, labels=None, argument
186 status, reason, url = upload(file_path, project_name, user_name, password,
/plugin/timetrack/
H A Dsyntax.php70 $project_name = $flags['project']['name'] ? $flags['project']['name'] : p_get_first_heading($ID);
72 if(!$project_name) $project_name = noNS($ID);
104 $r->doc .= $r->_xmlEntities($project_name);
175 …$project_id = $this->tthlp->updateProject($ID, $project_abbr, $project_name,$flags['from'],$flags[…
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php34 $project_name = basename($this->dw_data['project-path']);
35 $url_request = $this->getAPIUrl().'search?scope=projects&search='.$project_name;
/plugin/redissue/redmine/
H A Dredmine.php23 function getProjectIdentifier($project_name) { argument
24 $project_id = $this->client->project->getIdByName($project_name);
/plugin/projects/lib/
H A Dlayout.php96 $project_name = $this->project->name();
98 $project_name = "None";
101 "<div class=\"project_file_project\">$project_name";
/plugin/gitlabproject/
H A Dsyntax.php109 $project_name = $project['name'];
133 $renderer->doc .= '<a href="'.$project_url.'" class="gitlab">'.$project_name.'</a>';
/plugin/gitlabapi/
H A Dsyntax.php140 $project_name = $project['name'];
150 $renderer->doc .= '<a href="'.$project_url.'" class="gitlab">'.$project_name.'</a>';
/plugin/asana/remote/
H A DAPILink.php499 foreach( $projects as $project_name => $project_id ){
500 if( $project_name == $project_target_name){