Home
last modified time | relevance | path

Searched refs:creator (Results 51 – 75 of 82) sorted by relevance

1234

/plugin/nobadbrowser/
H A Daction.php
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1119 public $creator; variable in Google_Event
1197 public function setCreator(Google_EventCreator $creator) { argument
1198 $this->creator = $creator;
1201 return $this->creator;
/plugin/bibtex/OSBib/
H A DCHANGELOG18 Some debugging of creator list formatting in bibliographic styles. Multiple punctuation following …
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1086 var $creator; //creator variable in FPDF
1743 function SetCreator($creator) { argument
1745 $this->creator=$creator;
2438 if (!empty($this->creator)) {
2439 $this->_out('/Creator '.$this->_textstring($this->creator));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php996 var $creator; //creator variable in FPDF
1727 function SetCreator($creator) argument
1730 $this->creator=$creator;
2871 if(!empty($this->creator))
2872 $this->_out('/Creator '.$this->_textstring($this->creator));
/plugin/pagequery/
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/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/diagramsnet/lib/stencils/
H A DLICENSE46 …identification of the creator(s) of the Licensed Material and any others designated to receive att…
/plugin/diagramsnet/lib/templates/
H A DLICENSE46 …identification of the creator(s) of the Licensed Material and any others designated to receive att…
/plugin/diagramsnet/lib/img/
H A DLICENSE46 …identification of the creator(s) of the Licensed Material and any others designated to receive att…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md347 * ID3v2 genre string creator function
H A Dreadme.txt354 * ID3v2 genre string creator function
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1272 …* `$('meta[name="DC.title"]').attr('content') + ' - ' + $('meta[name="DC.creator"]').attr('content…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js26988 var creator = views[name];
26990 if(!creator || !creator.create)
27019 var view = new creator.create(parent, config, this, gantt);
27021 if(creator.configure){
27022 creator.configure(view);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3743 }return creator(this,DomplateTag)
3939 }return creator(this,DomplateEmbed)
3966 return creator(this,DomplateLoop)
4064 }function creator(tag,cons){var fn=new Function("var tag = arguments.callee.tag;var cons = argument… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14292 return creator(this, DomplateTag);
14728 return creator(this, DomplateEmbed);
14794 return creator(this, DomplateLoop);
15022 function creator(tag, cons) function
/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/bible/bible_douayRheims/
H A DJudith.txt187 …9:17. O God of the heavens, creator of the waters, and Lord of the whole creation, hear me a poor …
H A DWisdom.txt281 …13:5. For by the greatness of the beauty, and of the creature, the creator of them may be seen, so…
H A DEcclesiasticus.txt715 …24:12. Then the creator of all things commanded, and said to me: and he that made me, rested in my…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt278 (thanks ryandemmerØgmail*com, dr*creatorØgmail*com)
/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/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/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …before{content:"\F67F"}.mdi-youtube::before{content:"\F5C3"}.mdi-youtube-creator-studio::before{co…

1234