Home
last modified time | relevance | path

Searched refs:pageUrl (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/
DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php34 public $pageUrl; variable in Google\\Service\\FactCheckTools\\GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
89 public function setPageUrl($pageUrl) argument
91 $this->pageUrl = $pageUrl;
98 return $this->pageUrl;
/plugin/authfacebook/lib/GraphNodes/
DGraphEdge.php160 $pageUrl = $this->metaData['paging'][$direction];
162 return FacebookUrlManipulator::baseGraphUrlEndpoint($pageUrl);
188 $pageUrl = $this->getPaginationUrl($direction);
189 if (!$pageUrl) {
194 $newRequest->setEndpoint($pageUrl);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdialog_ie.js24 FCKDialog.Show = function( dialogInfo, dialogName, pageUrl, dialogWidth, dialogHeight, parentWindow… argument
40 oReturn = parentWindow.showModalDialog( pageUrl, dialogInfo, sOptions ) ;
Dfckdialog_gecko.js24 FCKDialog.Show = function( dialogInfo, dialogName, pageUrl, dialogWidth, dialogHeight, parentWindow… argument
53 oWindow.location.href = pageUrl ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdialog_ie.js24 FCKDialog.Show = function( dialogInfo, dialogName, pageUrl, dialogWidth, dialogHeight, parentWindow… argument
40 oReturn = parentWindow.showModalDialog( pageUrl, dialogInfo, sOptions ) ;
Dfckdialog_gecko.js24 FCKDialog.Show = function( dialogInfo, dialogName, pageUrl, dialogWidth, dialogHeight, parentWindow… argument
53 oWindow.location.href = pageUrl ;
/plugin/fetchmedia/script/
Dmain.js91 const pageUrl = `${DOKU_BASE}doku.php?id=${page}`; constant
92 … const pageLink = `<a href="${pageUrl}" class="wikilink1" target="_blank">${page}</a>`;