Home
last modified time | relevance | path

Searched refs:getTitle (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/plugin/zotero/
DZoteroEntry.php39 public function getTitle() function in ZoteroEntry
85 return $this->getAuthor() . ": " . $this->getTitle() . " (" . $date . ")";
90 $title = str_replace(self::TITLE_PLACEHOLDER, $this->getTitle(), $title);
107 && $this->getTitle() === $other->getTitle();
DTextZoteroRepository.php104 $title = preg_replace("/[\n\r\t ]{2,}/", " ", $e->getTitle());
105 if ($title != $e->getTitle()) { $problem .= "White space in title. "; }
/plugin/diagramsnet/lib/plugins/
Dp1.js42 return (file != null && file.getTitle() != null) ? file.getTitle() : '';
57 vars['filename'] = (file != null && file.getTitle() != null) ? file.getTitle() : '';
/plugin/diagramsnet/lib/js/diagramly/
DDropboxFile.js62 DropboxFile.prototype.getTitle = function() method in DropboxFile
164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite);
253 if (this.ui.useCanvasForExport && /(\.png)$/i.test(this.getTitle()))
288 if (this.getTitle() == title)
313 if (!this.hasSameExtension(title, this.getTitle()))
DStorageFile.js65 return 'L' + encodeURIComponent(this.getTitle());
74 StorageFile.prototype.getTitle = function() method in StorageFile
98 this.saveAs(this.getTitle(), success, error);
284 if (!this.isRenamable() || this.getTitle() == title || data == null)
305 var oldTitle = this.getTitle();
352 this.saveFile(this.getTitle());
DTrelloFile.js43 TrelloFile.prototype.getTitle = function() method in TrelloFile
69 this.doSave(this.getTitle(), success, error);
115 if (this.getTitle() == title)
DNotionFile.js51 NotionFile.prototype.getTitle = function() method in NotionFile
86 this.doSave(this.getTitle(), success, error, unloading, overwrite);
127 if (this.getTitle() == title)
DGitHubFile.js109 GitHubFile.prototype.getTitle = function() method in GitHubFile
184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message);
236 if (this.getTitle() == title)
DOneDriveFile.js159 OneDriveFile.prototype.getTitle = function() method in OneDriveFile
326 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite);
376 if (this.getTitle() == title)
527 if (!this.hasSameExtension(title, this.getTitle()))
/plugin/sectiontoggle/
DMenuItemSectionToggle.php41 public function getTitle() { function in dokuwiki\\plugin\\sectiontoggle\\MenuItemSectionToggle
64 'title' => $this->getTitle(),
/plugin/folded/
DMenuItemFolded.php43 public function getTitle() { function in dokuwiki\\plugin\\folded\\MenuItemFolded
65 'title' => $this->getTitle(),
/plugin/gallery/classes/
DXHTMLFormatter.php123 $a['title'] = $image->getTitle();
128 '<b>' . hsc($image->getTitle()) . '</b>',
154 'title' => $image->getTitle(),
156 $html .= '<a ' . buildAttributes($a) . '>' . hsc($image->getTitle()) . '</a>';
DAbstractGallery.php65 return Sort::strcmp($a->getTitle(), $b->getTitle());
/plugin/simplenavi/
Dsyntax.php194 $node->setTitle($this->getTitle($node->getId()));
235 $R->cdata($node->getTitle());
237 $R->internallink($node->getId(), $node->getTitle(), null, false, 'navigation');
276 protected function getTitle($id) function in syntax_plugin_simplenavi
/plugin/docnavigation/
Daction.php110 $title = $this->getTitle($link, $Renderer);
122 protected function getTitle($link, $Renderer) function in action_plugin_docnavigation
/plugin/combo/ComboStrap/
H A DBrand.php225 return $this->name . " (" . Site::getTitle() . ")";
248 public function getTitle(string $type = null): ?string function in ComboStrap\\Brand
251 return Site::getTitle();
/plugin/bootnote/
Dsyntax.php137 $renderer->doc .= '<span class="n-title">'.$this->getTitle($glyph).':</span>';
147 function getTitle($glyph) { function in syntax_plugin_bootnote
/plugin/simplewikipagetree/
Dsyntax.php107 $out .= $this->getTitle($filepath);
126 private function getTitle($filepath){ function in syntax_plugin_simplewikipagetree
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
DHTML.php173 $title = $this->getTitle($documentation);
215 $title = $this->getTitle($doc);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorPaletteFactory.java13 String getTitle(); in getTitle() method
/plugin/bb4dw/
Dbibtexbrowser.php1478 $key = md5($this->getTitle().$this->getFormattedAuthorsString());
1485 function getTitle() { function in BibEntry
1934 $url_parts[]='rft.btitle='.s3988($this->getTitle());
1938 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1949 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1953 $url_parts[]='rft.atitle='.s3988($this->getTitle());
1959 $url_parts[]='rft.btitle='.s3988($this->getTitle());
2062 $result .= " title: \"".$this->getTitle()."\""."\n";
2259 return strcmp($a->getTitle(),$b->getTitle());
2390 $title = $bibentry->getTitle();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DChannelSectionLocalization.php37 public function getTitle() function in Google\\Service\\YouTube\\ChannelSectionLocalization
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DRowQuestion.php37 public function getTitle() function in Google\\Service\\Forms\\RowQuestion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2IntentMessageSuggestion.php37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageSuggestion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DDictlayerdataCommon.php37 public function getTitle() function in Google\\Service\\Books\\DictlayerdataCommon

12345678910>>...16