Home
last modified time | relevance | path

Searched refs:app (Results 26 – 50 of 132) sorted by relevance

123456

/plugin/authfacebook/lib/
H A DSignedRequest.php38 protected $app; variable in Facebook\\SignedRequest
58 $this->app = $facebookApp;
250 $this->app->getSecret(),
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js15 function dom_loaded(){var abc,new_page,src,a_inc={},errtxt='',app="abcweb",playing,abcplay,playconf={onend:function(){playing=false}},page,tune_lst,jsdir=document.currentScript?document.currentScript.src.match(/.*\//):(function(){var s_a=document.getElementsByTagName('script')
16 for(var k=0;k<s_a.length;k++){if(s_a[k].src.indexOf(app)>=0)
113 abc.tosvg(app,"%%"+j[0]+" "+
115 try{abc.tosvg(app,src)}catch(e){alert("abc2svg javascript error: "+e.message+"\nStack:\n"+e.stack)}
/plugin/netlogo/
H A Dplugin.info.txt6 desc Embed a NetLogo app in your DokuWiki page.
H A DREADME3 Embed a NetLogo app in your DokuWiki page.
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dapp.svg1 <svg class="bi bi-app" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dapp-indicator.svg1 <svg class="bi bi-app-indicator" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/autotweet/
H A Dplugin.info.txt6 desc Automatically posts tweets to your Twitter app when pages are changed.
/plugin/combo/ComboStrap/
H A DExecutionContext.php120 private Site $app;
1019 if (isset($this->app)) {
1020 return $this->app;
1022 $this->app = new Site($this);
1023 return $this->app;
1027 * @return SiteConfig short utility function to get access to the global app config
111 private Site $app; global() variable in ComboStrap\\ExecutionContext
/plugin/ckgedit/lang/en/
H A Dhogfather.txt1 …has access to the ckgedit filebrowser. It uses instead the dokuwiki media app for media and its l…
H A Dstyle.txt2 With this app you can create a style sheet for the CKEditor's editing window that is based on your …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh37 --workdir="/usr/src/app" \
38 --volume=${repo}/tests:/usr/src/app/tests \
H A DDockerfile4 WORKDIR /usr/src/app
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt3 - Go to [[https://zapier.com/app/editor/|the Zapier App editor]]
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php33 var $app = array(); variable in base
65 $this->app['appid'] = UC_APPID;
/plugin/bookmark2wiki/
H A DREADME.md7 …* The app will add the url, title and hightlighed text you want to the end of the content of the t…
/plugin/advanced/lang/en/config/
H A Dmanifest.txt3 DokuWiki sends out a manifest.json, which allows mobile users to add the wiki as a web app to their…
/plugin/combo/resources/dictionary/
H A DREADME.md8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
/plugin/authucenter/
H A DREADME.md17 * Go to UCenter Admin Tab in Discuz, add a new app, copy those settings generated by UCenter.
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
/plugin/oauthdoorkeeper/
H A DREADME20 * login with the given defaults and create a new oAuth app
/plugin/quickstats/
H A DHOW-TO16 from Maxmind: http://www.maxmind.com/app/geolitecity
56 For additional installation instructions see http://www.maxmind.com/app/installation?city=1.
/plugin/icons/assets/
H A DLICENSE.md51 We'd love attribution in your app's *about* screen, but it's not required. The only thing we ask is…
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte169 #app-title {
228 <h1 id="app-title">Mermaid Live Editor</h1>
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md144 // $targetAudience = 'https://service-1234-uc.a.run.app';
173 [secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto).
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js86 lang = require('@electron/remote').app.getLocale();

123456