/plugin/zotero/ |
H A D | ZoteroEntry.php | 39 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 D | TextZoteroRepository.php | 104 $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 D | p1.js | 42 return (file != null && file.getTitle() != null) ? file.getTitle() : ''; 57 vars['filename'] = (file != null && file.getTitle() != null) ? file.getTitle() : '';
|
/plugin/folded/ |
H A D | MenuItemFolded.php | 43 public function getTitle() { function in dokuwiki\\plugin\\folded\\MenuItemFolded 65 'title' => $this->getTitle(),
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxFile.js | 62 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 D | StorageFile.js | 65 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 D | TrelloFile.js | 43 TrelloFile.prototype.getTitle = function() method in TrelloFile 69 this.doSave(this.getTitle(), success, error); 115 if (this.getTitle() == title)
|
H A D | NotionFile.js | 51 NotionFile.prototype.getTitle = function() method in NotionFile 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 127 if (this.getTitle() == title)
|
H A D | GitHubFile.js | 109 GitHubFile.prototype.getTitle = function() method in GitHubFile 184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message); 236 if (this.getTitle() == title)
|
H A D | OneDriveFile.js | 159 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/combo/action/ |
H A D | metatitle.php | 26 $event->data = self::getTitle(); 29 static function getTitle(): string function in action_plugin_combo_metatitle
|
/plugin/simplenavi/ |
H A D | syntax.php | 97 … return '<strong>' . html_wikilink(':' . $item['id'], $this->getTitle($item['id'])) . '</strong>'; 99 return html_wikilink(':' . $item['id'], $this->getTitle($item['id'])); 198 protected function getTitle($id) function in syntax_plugin_simplenavi 248 $sorter[$ii] = $this->getTitle($va[$key]);
|
/plugin/combo/ComboStrap/ |
H A D | Brand.php | 154 return $this->name . " (" . Site::getTitle() . ")"; 177 public function getTitle(string $type): ?string function in ComboStrap\\Brand 180 return Site::getTitle();
|
/plugin/docnavigation/ |
H A D | action.php | 106 $title = $this->getTitle($link, $Renderer); 118 protected function getTitle($link, $Renderer) function in action_plugin_docnavigation
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/ |
H A D | GatherFootnotesListener.php | 51 $footnotes[\intval($ref->getTitle())] = $node; 70 $backref->getTitle()
|
/plugin/commonmark/vendor/league/commonmark/src/Reference/ |
H A D | ReferenceInterface.php | 26 public function getTitle(): string; function
|
/plugin/bootnote/ |
H A D | syntax.php | 137 $renderer->doc .= '<span class="n-title">'.$this->getTitle($glyph).':</span>'; 147 function getTitle($glyph) { function in syntax_plugin_bootnote
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorPaletteFactory.java | 13 String getTitle(); in getTitle() method
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | DictlayerdataCommon.php | 37 public function getTitle() function in Google\\Service\\Books\\DictlayerdataCommon
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ChannelSectionLocalization.php | 37 public function getTitle() function in Google\\Service\\YouTube\\ChannelSectionLocalization
|
H A D | PlaylistLocalization.php | 55 public function getTitle() function in Google\\Service\\YouTube\\PlaylistLocalization
|
H A D | VideoLocalization.php | 55 public function getTitle() function in Google\\Service\\YouTube\\VideoLocalization
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | RowQuestion.php | 37 public function getTitle() function in Google\\Service\\Forms\\RowQuestion
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2IntentMessageSuggestion.php | 37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageSuggestion
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageSuggestion.php | 37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageSuggestion
|