Home
last modified time | relevance | path

Searched refs:setTitle (Results 276 – 300 of 304) sorted by last modified time

1...<<111213

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js59 Diagram.prototype.setTitle = function(title) { method in Diagram
298 yy.parser.yy.setTitle($$[$0]);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js49 Diagram.prototype.setTitle = function(title) { method in Diagram
H A Dgrammar.jison60 | 'title' message { yy.parser.yy.setTitle($2); }
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js205 ok(typeof d.setTitle == 'function');
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php894 public function setTitle( $title) { function in Google_AdStyleColors
H A DGoogle_PagespeedonlineService.php154 public function setTitle( $title) { function in Google_Result
H A DGoogle_PlusDomainsService.php671 public function setTitle( $title) { function in Google_Activity
821 public function setTitle( $title) { function in Google_ActivityFeed
1286 public function setTitle( $title) { function in Google_ActivityProvider
1470 public function setTitle( $title) { function in Google_CircleFeed
1674 public function setTitle( $title) { function in Google_CommentFeed
1962 public function setTitle( $title) { function in Google_PeopleFeed
2338 public function setTitle( $title) { function in Google_PersonOrganizations
H A DGoogle_PlusService.php497 public function setTitle( $title) { function in Google_Activity
647 public function setTitle( $title) { function in Google_ActivityFeed
1052 public function setTitle( $title) { function in Google_ActivityProvider
1240 public function setTitle( $title) { function in Google_CommentFeed
1826 public function setTitle( $title) { function in Google_MomentsFeed
1881 public function setTitle( $title) { function in Google_PeopleFeed
2290 public function setTitle( $title) { function in Google_PersonOrganizations
H A DGoogle_BloggerService.php939 public function setTitle( $title) { function in Google_Page
1122 public function setTitle( $title) { function in Google_Post
H A DGoogle_CoordinateService.php631 public function setTitle( $title) { function in Google_JobState
H A DGoogle_DriveService.php2574 public function setTitle( $title) { function in Google_DriveFile
H A DGoogle_TasksService.php431 public function setTitle( $title) { function in Google_Task
500 public function setTitle( $title) { function in Google_TaskList
H A DGoogle_YouTubeService.php1520 public function setTitle( $title) { function in Google_ActivitySnippet
1913 public function setTitle( $title) { function in Google_ChannelSettings
1958 public function setTitle( $title) { function in Google_ChannelSnippet
2247 public function setTitle( $title) { function in Google_GuideCategorySnippet
2719 public function setTitle( $title) { function in Google_LiveBroadcastSnippet
2915 public function setTitle( $title) { function in Google_LiveStreamSnippet
3289 public function setTitle( $title) { function in Google_PlaylistItemSnippet
3428 public function setTitle( $title) { function in Google_PlaylistSnippet
3649 public function setTitle( $title) { function in Google_SearchResultSnippet
3844 public function setTitle( $title) { function in Google_SubscriptionSnippet
[all …]
H A DGoogle_AdSenseService.php1292 public function setTitle( $title) { function in Google_AdStyleColors
H A DGoogle_BooksService.php1404 public function setTitle( $title) { function in Google_BooksCloudloadingResource
1441 public function setTitle( $title) { function in Google_BooksLayerDictDataCommon
1866 public function setTitle( $title) { function in Google_BooksLayerGeoDataCommon
2057 public function setTitle( $title) { function in Google_Bookshelf
2549 public function setTitle( $title) { function in Google_Review
3190 public function setTitle( $title) { function in Google_VolumeVolumeInfo
H A DGoogle_CalendarService.php1570 public function setTitle( $title) { function in Google_EventGadget
1661 public function setTitle( $title) { function in Google_EventSource
H A DGoogle_CustomsearchService.php125 public function setTitle( $title) { function in Google_Context
192 public function setTitle( $title) { function in Google_Promotion
217 public function setTitle( $title) { function in Google_PromotionBodyLines
503 public function setTitle( $title) { function in Google_Query
622 public function setTitle( $title) { function in Google_Result
H A DGoogle_DirectoryService.php2100 public function setTitle($title) { function in Google_UserOrganization
H A DGoogle_MirrorService.php1147 public function setTitle( $title) { function in Google_TimelineItem
H A DGoogle_OrkutService.php1022 public function setTitle( $title) { function in Google_Activity
2161 public function setTitle( $title) { function in Google_CommunityTopic
2501 public function setTitle( $title) { function in Google_OrkutLinkResource
H A DGoogle_ShoppingService.php1083 public function setTitle( $title) { function in Google_ShoppingModelProductJsonV1
H A DGoogle_CivicInfoService.php503 public function setTitle( $title) { function in Google_ElectionOfficial
/plugin/zotero/
H A DTextZoteroRepository.php61 $e->setTitle($columns[self::COLUMN_TITLE]);
H A DFeedZoteroRepository.php101 if (isset($data->title)) { $e->setTitle(html_entity_decode($data->title)); }
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php20 $e->setTitle("A nice book");
27 $e->setTitle("A nicer book");

1...<<111213