| /plugin/zotero/ |
| 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();
|
| 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/ |
| D | p1.js | 42 return (file != null && file.getTitle() != null) ? file.getTitle() : ''; 57 vars['filename'] = (file != null && file.getTitle() != null) ? file.getTitle() : '';
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| 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()))
|
| 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());
|
| D | TrelloFile.js | 43 TrelloFile.prototype.getTitle = function() method in TrelloFile 69 this.doSave(this.getTitle(), success, error); 115 if (this.getTitle() == title)
|
| 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)
|
| 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)
|
| 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/sectiontoggle/ |
| D | MenuItemSectionToggle.php | 41 public function getTitle() { function in dokuwiki\\plugin\\sectiontoggle\\MenuItemSectionToggle 64 'title' => $this->getTitle(),
|
| /plugin/folded/ |
| D | MenuItemFolded.php | 43 public function getTitle() { function in dokuwiki\\plugin\\folded\\MenuItemFolded 65 'title' => $this->getTitle(),
|
| /plugin/gallery/classes/ |
| D | XHTMLFormatter.php | 123 $a['title'] = $image->getTitle(); 128 '<b>' . hsc($image->getTitle()) . '</b>', 154 'title' => $image->getTitle(), 156 $html .= '<a ' . buildAttributes($a) . '>' . hsc($image->getTitle()) . '</a>';
|
| D | AbstractGallery.php | 65 return Sort::strcmp($a->getTitle(), $b->getTitle());
|
| /plugin/simplenavi/ |
| D | syntax.php | 194 $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/ |
| D | action.php | 110 $title = $this->getTitle($link, $Renderer); 122 protected function getTitle($link, $Renderer) function in action_plugin_docnavigation
|
| /plugin/combo/ComboStrap/ |
| H A D | Brand.php | 225 return $this->name . " (" . Site::getTitle() . ")"; 248 public function getTitle(string $type = null): ?string function in ComboStrap\\Brand 251 return Site::getTitle();
|
| /plugin/bootnote/ |
| D | syntax.php | 137 $renderer->doc .= '<span class="n-title">'.$this->getTitle($glyph).':</span>'; 147 function getTitle($glyph) { function in syntax_plugin_bootnote
|
| /plugin/simplewikipagetree/ |
| D | syntax.php | 107 $out .= $this->getTitle($filepath); 126 private function getTitle($filepath){ function in syntax_plugin_simplewikipagetree
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
| D | HTML.php | 173 $title = $this->getTitle($documentation); 215 $title = $this->getTitle($doc);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorPaletteFactory.java | 13 String getTitle(); in getTitle() method
|
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 1478 $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/ |
| D | ChannelSectionLocalization.php | 37 public function getTitle() function in Google\\Service\\YouTube\\ChannelSectionLocalization
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | RowQuestion.php | 37 public function getTitle() function in Google\\Service\\Forms\\RowQuestion
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowV2IntentMessageSuggestion.php | 37 public function getTitle() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageSuggestion
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| D | DictlayerdataCommon.php | 37 public function getTitle() function in Google\\Service\\Books\\DictlayerdataCommon
|