/plugin/authorlist/ |
H A D | helper.php | 133 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 D | sioc_inc.php | 587 private $creator; variable in SIOCForum 601 $creator = '', argument 615 $this->creator = $creator; 687 if ($this->creator) { 688 if ($this->creator->_id) { 690 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->creator->_uri) . "\">\n"; 691 if ($this->creator->_sioc_url) { 692 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $this->creator->_sioc_url . "\"/>\n"; 696 $this->creator 776 private $creator; global() variable in SIOCPost 790 __construct($url, $subject, $content, $encoded, $creator, $created, $updated = '', $topics = array(), $links = array(), $type = 'sioc:Post', $has_part = array()) global() argument 939 private $creator; global() variable in SIOCWikiArticle [all...] |
H A D | sioc_dokuwiki.php | 18 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)) { 136 // if ($this->creator['foa [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ |
H A D | AuctionPackage.php | 30 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 D | SavedQuery.php | 31 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 D | update0007.sql | 9 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 D | html.php | 115 $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 D | plaintext.php | 115 $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 D | Comment.php | 72 public function setCreator(Actor $creator) argument 74 $this->creator = $creator; 81 return $this->creator;
|
H A D | Attachment.php | 62 public function setCreator(Actor $creator) argument 64 $this->creator = $creator; 71 return $this->creator;
|
H A D | CloudsupportCase.php | 107 public function setCreator(Actor $creator) argument 109 $this->creator = $creator; 116 return $this->creator;
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | Doubler.php | 30 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 D | BuildProvenance.php | 42 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 D | BuildProvenance.php | 42 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 D | Project.php | 64 public function setCreator(GoogleAppsScriptTypeUser $creator) argument 66 $this->creator = $creator; 73 return $this->creator;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | Batch.php | 30 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 D | ebook.php | 171 $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 D | GoogleCloudRunV2Job.php | 48 public $creator; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job 209 public function setCreator($creator) argument 211 $this->creator = $creator; 218 return $this->creator;
|
H A D | GoogleCloudRunOpV2Service.php | 46 public $creator; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service 211 public function setCreator($creator) argument 213 $this->creator = $creator; 220 return $this->creator;
|
H A D | GoogleCloudRunV2Service.php | 46 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 D | BIBFORMAT.php | 737 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 D | remote.php | 288 $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 D | Instance.php | 46 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 D | Google_FreebaseService.php | 293 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 D | backlinks_syntax.meta | 1 …creator";s:0:"";s:5:"title";s:31:"Backlinks to what Bob Ross says";s:11:"description";a:2:{s:15:"t…
|