Home
last modified time | relevance | path

Searched refs:noteId (Results 1 – 8 of 8) sorted by last modified time

/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1noteId=this.getValue()},onChange:function(f){},},{type:"html",html:"  ",},{type:"button"…
H A Dplugin.js.unc119 id : 'noteId',
123 data.noteId = this.getValue();
141 … var el = dialog.getContentElement( 'general', 'noteId').getInputElement().$.id;
186 if(data.noteId) {
187 … oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes[data.noteId] = data.contents;
192 //sup.setAttribute( 'title', data.noteId );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DMarketplaceNote.php26 public $noteId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceNote
63 public function setNoteId($noteId) argument
65 $this->noteId = $noteId;
69 return $this->noteId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNote.php37 public $noteId; variable in Google\\Service\\AdExchangeBuyerII\\Note
88 public function setNoteId($noteId) argument
90 $this->noteId = $noteId;
97 return $this->noteId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DContainerAnalysis.php87 'noteId' => [
/plugin/refnotes/
H A Drendering.php408 $noteId = $note->getId();
413 if (array_search($noteId, $this->renderedNoteId) === false) {
415 $this->renderedNoteId[] = $noteId;
427 $xmlOdt = '<text:note-ref text:note-class="footnote" text:ref-name="refnote' . $noteId . '">';
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1noteId=this.getValue()},onChange:function(f){},},{type:"html",html:"&nbsp;&nbsp;",},{type:"button"…
H A Dplugin.js.unc119 id : 'noteId',
123 data.noteId = this.getValue();
141 … var el = dialog.getContentElement( 'general', 'noteId').getInputElement().$.id;
186 if(data.noteId) {
187 … oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes[data.noteId] = data.contents;
192 //sup.setAttribute( 'title', data.noteId );