Home
last modified time | relevance | path

Searched refs:creator (Results 51 – 75 of 82) sorted by last modified time

1234

/plugin/nobadbrowser/
H A Daction.php
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1creator': document.getElementById('creatorField'),\n 'producer': document.getElementById('p…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1creator","configure","registerView","viewConstructor","uiFactory","createLayers","Resizer","Scroll…
/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/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…
/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/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/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta1 …"date";a:2:{s:7:"created";i:1463393025;s:8:"modified";i:1463423961;}s:7:"creator";s:10:"Mark Prins…
2 …}s:10:"persistent";a:4:{s:4:"date";a:1:{s:7:"created";i:1463393025;}s:7:"creator";s:10:"Mark Prins…
H A Dbacklinks_exclude_syntax.meta1creator";s:0:"";s:11:"last_change";b:0;s:5:"title";s:61:"Backlinks to what Bob Ross says (excludin…
H A Dbacklinks_include_syntax.meta1creator";s:0:"";s:11:"last_change";a:7:{s:4:"date";i:1463392103;s:2:"ip";s:9:"127.0.0.1";s:4:"type…
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…
H A Dbob_ross_says.meta1 …reated";i:1463261385;s:8:"modified";i:1463238887;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:5:"titl…
3 …reated";i:1463261385;s:8:"modified";i:1463238887;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:11:"las…
H A Dlink.meta1 …reated";i:1463261385;s:8:"modified";i:1463241258;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:11:"las…
5 …reated";i:1463261385;s:8:"modified";i:1463241258;}s:4:"user";s:0:"";s:7:"creator";s:0:"";s:11:"las…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1 …"date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393639;}s:7:"creator";s:10:"Mark Prins…
3 …"date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393639;}s:7:"creator";s:10:"Mark Prins…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1 …"date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393637;}s:7:"creator";s:10:"Mark Prins…
3 …"date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393637;}s:7:"creator";s:10:"Mark Prins…
/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;
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;
H A DGoogle_MirrorService.php962 public $creator; variable in Google_TimelineItem
1018 public function setCreator(Google_Contact $creator) { argument
1019 $this->creator = $creator;
1022 return $this->creator;
/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/socialshareprivacy/
H A Djquery.socialshareprivacy.js45 var creator = getMeta('DC.creator');
47 if (title.length > 0 && creator.length > 0) {
48 title += ' - ' + creator;
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg18 <dc:creator>
21 </dc:creator>
/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/socialshareprivacy2/SSP/
H A DREADME.md1272 …* `$('meta[name="DC.title"]').attr('content') + ' - ' + $('meta[name="DC.creator"]').attr('content…
/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 …

1234