Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/authorlist/
H A Dhelper.php133 list($creator,$creatorfullname) = $this->getCreator();
134 if(!empty($creator) ) $this->addAuthor($creator,$creatorfullname);
267 private function renderCreator($creator = '', $cTime = ''){ argument
268 $creator = htmlspecialchars($creator);
272 if($creator == '' && $cTime == ''){
273 list($creator,$creatorfullname) = $this->getCreator();
279 if($creator =='') return "";
281 case "fullname": $creator = $creatorfullname; break;
282 …case "loginname (fullname)": $creator = $creator.($creatorfullname != ''?" (":"").$creatorfullname…
283 …case "fullname (loginname)": $creator = $creatorfullname != ''?"$creatorfullname ($creator)":$crea…
[all …]
/plugin/dokusioc/lib/
H A Dsioc_inc.php587 private $creator; variable in SIOCForum
601 $creator = '', argument
615 $this->creator = $creator;
687 if ($this->creator) {
688 if ($this->creator->_id) {
776 private $creator; variable in SIOCPost
790 $creator, argument
802 $this->creator = $creator;
832 if ($this->creator) {
939 private $creator; variable in SIOCWikiArticle
[all …]
H A Dsioc_dokuwiki.php18 private $creator = array(); variable in SIOCDokuWikiArticle
51 public function addCreator($creator) argument
53 $this->creator = $creator;
123 … if (!isset($this->creator['sioc:modifier']) || ($this->creator['sioc:modifier'] != $cont_id)) {
130 if (isset($this->contributors[$this->creator['sioc:modifier']])) {
131 …$creator_name = 'rdfs:label="' . clean($this->contributors[$this->creator['sioc:modifier']]) . '"';
135 if (is_array($this->creator)) {
138 if ($this->creator['sioc:modifier']) {
141 $exp->siocURL('user', $this->creator['sioc:modifier'])
146 $exp->siocURL('user', $this->creator['sioc:modifier'])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DAuctionPackage.php30 public $creator; variable in Google\\Service\\AuthorizedBuyersMarketplace\\AuctionPackage
69 public function setCreator($creator) argument
71 $this->creator = $creator;
78 return $this->creator;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DSavedQuery.php31 public $creator; variable in Google\\Service\\CloudAsset\\SavedQuery
84 public function setCreator($creator) argument
86 $this->creator = $creator;
93 return $this->creator;
/plugin/do/db/
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
10 INSERT INTO tasks_tmp SElECT page, md5, date, text , creator , pos FROM tasks;
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
14 INSERT INTO tasks SElECT page, md5, date, text , creator , pos FROM tasks_tmp;
/plugin/metadisplay/helper/
H A Dhtml.php115 $creator =""; $creator_id="";
169 $creator = $this->getcurrent('creator', null);
171 if(!$creator && !$creator_id) return false;
173 $creator=preg_replace($regex,"<span style='color:blue'>$1</span>",$creator);
196 if($creator || $creator_id) break;
202 if(!$creator) {
203 $creator = $this->getcurrent('creator', null);
208 $this->process_users($creator,$creator_id);
288 function process_users($creator,$user, $label = 'Created by') { argument
289 if(empty($creator)) {
[all …]
H A Dplaintext.php115 $creator =""; $creator_id="";
169 $creator = $this->getcurrent('creator', null);
171 if(!$creator && !$creator_id) return false;
173 $creator=preg_replace($regex,"<span style='color:blue'>$1</span>",$creator);
196 if($creator || $creator_id) break;
202 if(!$creator) {
203 $creator = $this->getcurrent('creator', null);
208 $this->process_users($creator,$creator_id);
287 if(empty($creator)) {
292 echo "\n$label $creator (userid: $user)\n";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DComment.php72 public function setCreator(Actor $creator) argument
74 $this->creator = $creator;
81 return $this->creator;
H A DAttachment.php62 public function setCreator(Actor $creator) argument
64 $this->creator = $creator;
71 return $this->creator;
H A DCloudsupportCase.php107 public function setCreator(Actor $creator) argument
109 $this->creator = $creator;
116 return $this->creator;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php30 private $creator; variable in Prophecy\\Doubler\\Doubler
47 * @param ClassCreator $creator
50 public function __construct(ClassMirror $mirror = null, ClassCreator $creator = null, argument
54 $this->creator = $creator ?: new ClassCreator;
142 $this->creator->create($name, $node);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DBuildProvenance.php42 public $creator; variable in Google\\Service\\OnDemandScanning\\BuildProvenance
143 public function setCreator($creator) argument
145 $this->creator = $creator;
152 return $this->creator;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildProvenance.php42 public $creator; variable in Google\\Service\\ContainerAnalysis\\BuildProvenance
143 public function setCreator($creator) argument
145 $this->creator = $creator;
152 return $this->creator;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DProject.php64 public function setCreator(GoogleAppsScriptTypeUser $creator) argument
66 $this->creator = $creator;
73 return $this->creator;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DBatch.php30 public $creator; variable in Google\\Service\\Dataproc\\Batch
93 public function setCreator($creator) argument
95 $this->creator = $creator;
102 return $this->creator;
/plugin/epub/scripts/
H A Debook.php171 $creator = new epub_creator(); variable
172 $creator->create($epub_pages[0], $epub_user_title);
183 $creator = false; variable
186 $creator = new epub_creator(); variable
187 if($creator->create($page)) {
199 epub_css($creator);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Job.php48 public $creator; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
209 public function setCreator($creator) argument
211 $this->creator = $creator;
218 return $this->creator;
H A DGoogleCloudRunOpV2Service.php46 public $creator; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
211 public function setCreator($creator) argument
213 $this->creator = $creator;
220 return $this->creator;
H A DGoogleCloudRunV2Service.php46 public $creator; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
211 public function setCreator($creator) argument
213 $this->creator = $creator;
220 return $this->creator;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php737 foreach($creators as $creator)
741 $prefix = $creator['prefix'] ? trim(stripslashes($creator['prefix'])) . ' ' : '';
746 stripslashes($creator['surname']);
752 stripslashes($creator['prefix']) . ' ' .
759 stripslashes($creator['prefix']) . ' ' .
760 stripslashes($creator['surname']) . ' ' .
766 stripslashes($creator['prefix']) . ' ' .
767 stripslashes($creator['surname']);
888 if($creator['initials'])
889 $creator['initials'] = join(" " , $initials) . ' ' . $creator['initials'];
[all …]
/plugin/xcom/
H A Dremote.php288 $creator =""; $creator_id="";
309 if($creator || $creator_id) break;
311 $creator = $this->getcurrent('creator', null);
313 $this->process_users($creator,$creator_id,$contents);
377 function process_users($creator,$user,&$contents) { argument
378 if(empty($creator)) {
381 $contents .= "<tr><td>Created by:</td><td> $creator (userid: $user)</tr></td>\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php46 public $creator; variable in Google\\Service\\AIPlatformNotebooks\\Instance
241 public function setCreator($creator) argument
243 $this->creator = $creator;
250 return $this->creator;
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php293 public $creator; variable in Google_TopicValue
310 public function setCreator( $creator) { argument
311 $this->creator = $creator;
314 return $this->creator;
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1creator";s:0:"";s:5:"title";s:31:"Backlinks to what Bob Ross says";s:11:"description";a:2:{s:15:"t…

1234