Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/zotero/
H A 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();
H A 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/
H A 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/
H A 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()))
H A 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());
H A DTrelloFile.js43 TrelloFile.prototype.getTitle = function() method in TrelloFile
69 this.doSave(this.getTitle(), success, error);
115 if (this.getTitle() == title)
H A DNotionFile.js51 NotionFile.prototype.getTitle = function() method in NotionFile
86 this.doSave(this.getTitle(), success, error, unloading, overwrite);
127 if (this.getTitle() == title)
H A DGitHubFile.js109 GitHubFile.prototype.getTitle = function() method in GitHubFile
184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message);
236 if (this.getTitle() == title)
H A 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/folded/
H A DMenuItemFolded.php43 public function getTitle() { function in dokuwiki\\plugin\\folded\\MenuItemFolded
65 'title' => $this->getTitle(),
/plugin/simplenavi/
H A Dsyntax.php299 'title' => $this->getTitle($id, $opts['usetitle']),
321 'title' => $this->getTitle($id, $useTitle),
335 protected function getTitle($id, $usetitle)
198 protected function getTitle($id) global() function in syntax_plugin_simplenavi
/plugin/docnavigation/
H A Daction.php110 $title = $this->getTitle($link, $Renderer);
122 protected function getTitle($link, $Renderer)
118 protected function getTitle($link, $Renderer) global() function in action_plugin_docnavigation
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php45 $footnotes[(int) $ref->getTitle()] = $node;
97 $backref->getTitle()
/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/
H A Dsyntax.php137 $renderer->doc .= '<span class="n-title">'.$this->getTitle($glyph).':</span>';
147 function getTitle($glyph) { function in syntax_plugin_bootnote
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceInterface.php28 public function getTitle(): string;
26 public function getTitle(): string; global() function
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPaletteFactory.java13 String getTitle(); in getTitle() method
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataCommon.php37 public function getTitle() function in Google\\Service\\Books\\DictlayerdataCommon
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionLocalization.php37 public function getTitle() function in Google\\Service\\YouTube\\ChannelSectionLocalization
H A DPlaylistLocalization.php55 public function getTitle() function in Google\\Service\\YouTube\\PlaylistLocalization
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DRowQuestion.php37 public function getTitle() function in Google\\Service\\Forms\\RowQuestion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageSuggestion.php37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageSuggestion
H A DGoogleCloudDialogflowV2beta1IntentMessageSuggestion.php37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageSuggestion
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php173 $title = $this->getTitle($documentation);
215 $title = $this->getTitle($doc);
/plugin/simplewikipagetree/
H A Dsyntax.php107 $out .= $this->getTitle($filepath);
126 private function getTitle($filepath){ function in syntax_plugin_simplewikipagetree

12345678910>>...15