Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 82) sorted by last modified time

1234

/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/
H A Dcomposer.lock50 "role": "Original creator"
/plugin/dokusioc/
H A DREADME.md11 next/previous versions, creator/modifier, contributors, date, content,
/plugin/dokusioc/lib/
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'])
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 …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt278 (thanks ryandemmerØgmail*com, dr*creatorØgmail*com)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4192 creator: this.creator || 'Unknown',
4224 this.creator = value.creator;
10823 this.map['dc:creator'].render(xmlStream, model.creator);
10887 creator: this.map['dc:creator'].model,
25332 model.creator = model.creator || 'ExcelJS';
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5583 ["dc:creator", "Author"],
22113 var creator = "", creatoridx = 0; variable
22294 comment.a = creator;
22298 creator = ""; creatoridx = 0;
22302 case 'creator': // 4.3.2.7 <dc:creator>
22303 if(Rn[1]==='/') { creator = str.slice(creatoridx,Rn.index); }
22514 case 'initial-creator':
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php815 var $creator; // creator
1827 function SetCreator($creator)
1830 $this->creator = $creator;
814 var $creator; // creator global() variable in Mpdf\\Mpdf
1816 SetCreator($creator) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php77 if (!empty($this->mpdf->creator)) {
78 $m .= ' <xmp:CreatorTool>' . $this->mpdf->creator . '</xmp:CreatorTool>' . "\n";
107 $m .= ' <dc:creator>
111 </dc:creator>' . "\n";
171 if (!empty($this->mpdf->creator)) {
172 $this->writer->write('/Creator ' . $this->writer->utf16BigEndianTextString($this->mpdf->creator));
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3754 }return creator(this,DomplateTag)
3950 }return creator(this,DomplateEmbed)
3977 return creator(this,DomplateLoop)
4075 }function creator(tag,cons){var fn=new Function("var tag = arguments.callee.tag;var cons = arguments.callee.cons;var newTag = new cons();return newTag.merge(arguments, tag);"); function
/plugin/combo/vendor/symfony/process/
H A DREADME.md11 As the creator of Symfony, SensioLabs supports companies using Symfony, with an
/plugin/do/db/
H A Dupdate0003.sql2 ALTER TABLE tasks ADD creator;
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/semantic/
H A Dhelper.php134 return ($this->meta['creator'] ? $this->meta['creator'] : null);
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md341 A cancellable promise provides a mechanism for consumers to notify the creator
351 The `cancel()` method notifies the creator of the promise that there is no
/plugin/epub/
H A Dplugin.info.txt6 desc Ebook creator
/plugin/epub/lang/nl/
H A Dremove.txt2 Als u het boek niet meer nodig heeft verwijder het dan van de lijst van de book creator pagina.
/plugin/epub/lang/en/
H A Dremove.txt2 …e finished with this book, however, you should remove its id from the list of book creator pages.
3 You do this by clicking on the above button: **Remove page from creator list**. This will free the…
/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 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/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;

1234