Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/Resource/
H A DProjectsNotes.php25 use Google\Service\ContainerAnalysis\Note; alias
61 * @param Note $postBody
65 * @return Note
67 public function create($parent, Note $postBody, $optParams = [])
71 return $this->call('create', [$params], Note::class);
93 * @return Note
99 return $this->call('get', [$params], Note::class);
149 * @param Note $postBody
153 * @return Note
155 public function patch($name, Note $postBody, $optParams = [])
[all …]
H A DProjectsOccurrences.php25 use Google\Service\ContainerAnalysis\Note; alias
133 * @return Note
139 return $this->call('getNotes', [$params], Note::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/Resource/
H A DNotes.php22 use Google\Service\Keep\Note; alias
37 * @param Note $postBody
39 * @return Note
41 public function create(Note $postBody, $optParams = [])
45 return $this->call('create', [$params], Note::class);
67 * @return Note
73 return $this->call('get', [$params], Note::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DAddNoteRequest.php22 protected $noteType = Note::class;
26 * @param Note
28 public function setNote(Note $note)
33 * @return Note
H A DNote.php20 class Note extends \Google\Model class
80 class_alias(Note::class, 'Google_Service_AuthorizedBuyersMarketplace_Note');
H A DProposal.php59 protected $notesType = Note::class;
233 * @param Note[]
240 * @return Note[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DAddNoteRequest.php22 protected $noteType = Note::class;
26 * @param Note
28 public function setNote(Note $note)
33 * @return Note
H A DNote.php20 class Note extends \Google\Model class
116 class_alias(Note::class, 'Google_Service_AdExchangeBuyerII_Note');
H A DProposal.php49 protected $notesType = Note::class;
211 * @param Note[]
218 * @return Note[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBatchCreateNotesRequest.php22 protected $notesType = Note::class;
26 * @param Note[]
33 * @return Note[]
H A DBatchCreateNotesResponse.php23 protected $notesType = Note::class;
27 * @param Note[]
34 * @return Note[]
H A DListNotesResponse.php27 protected $notesType = Note::class;
45 * @param Note[]
52 * @return Note[]
/plugin/bootnote/
H A DREADME.md19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20 * Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
22 * Learn : display note with an education sign : ``<bootnote learn>...Note...</bootnote>``
23 * Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24 * Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
26 **Note :** If you want more type of note, please let me know by opening an issue in this repos.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DListNotesResponse.php27 protected $notesType = Note::class;
45 * @param Note[]
52 * @return Note[]
H A DNote.php20 class Note extends \Google\Collection class
183 class_alias(Note::class, 'Google_Service_Keep_Note');
/plugin/note/
H A Dplugin.info.txt5 name Note Plugin
6 desc Add Note/Important/Tip/Warning Capability (DIV+CSS box)
/plugin/refnotes/lang/en/
H A D__template.txt13 ===== Note sheet example =====
15 ^ Note name ^ Note text ^
21 ===== Note card example =====
23 ^ Note name ^ :ref:knuth-aop-2 ^
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc3 title: 'Note Properties',
9 label: 'Basic Note',
58 alert("Note cannot be left empty");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsProposals.php25 use Google\Service\AdExchangeBuyerII\Note; alias
69 * @return Note
75 return $this->call('addNote', [$params], Note::class);
/plugin/jwhelloworld/
H A DREADME.md4 Note that unlike other Dokuwiki plugin, *no php code is required*. The Javascript is invoked via th…
20 Note that Dokuwiki automatically merges CSS and Javascript - so adding lots
/plugin/indexnumber/
H A DREADME.md19 you can also configure that on the wiki configuration page. Note that the plugin
48 This is the second image, with a description. Note that the id is arbitrary
61 Third image. Note how the counter is independent from id and the table counter
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js76 Diagram.Note = function(actor, placement, message) { class in Diagram
87 Diagram.Note.prototype.hasManyActors = function() {
H A Dgrammar.jison64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); }
65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); }
/plugin/new_page_dialog/lang/en/
H A Ddialog_folder_name.txt2 Note that a folder will **NOT** be created before a page\\
/plugin/enforcesummary/lang/en/
H A Dedit_guide.txt1 …*//Note: Save Button may be disabled when you leave Edit summary blank or you have not confirmed a…

12345678910>>...17