| /plugin/ckgdoku/ckeditor/plugins/about/ |
| D | plugin.js | 6 CKEDITOR.plugins.add( 'about', { 11 icons: 'about', // %REMOVE_LINE_CORE% 14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) ); 19 editor.ui.addButton && editor.ui.addButton( 'About', { 20 label: editor.lang.about.title, 21 command: 'about', 22 toolbar: 'about' 25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
|
| D | plugin.js.unc | 6 CKEDITOR.plugins.add( 'about', { 11 icons: 'about', // %REMOVE_LINE_CORE% 14 var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) ); 19 editor.ui.addButton && editor.ui.addButton( 'About', { 20 label: editor.lang.about.title, 21 command: 'about', 22 toolbar: 'about' 25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | About.php | 20 use Google\Service\Drive\About as AboutModel; 23 * The "about" collection of methods. 27 * $about = $driveService->about; 30 class About extends \Google\Service\Resource class 33 * Gets information about the user, the user's Drive, and system capabilities. 34 * (about.get) 48 class_alias(About::class, 'Google_Service_Drive_Resource_About');
|
| /plugin/syntaxhighlighter/Styles/ |
| D | SyntaxHighlighter.css | 169 /* About dialog styles */ 171 .dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; } 172 .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, … 173 .dp-about td { padding: 10px; vertical-align: top; } 174 .dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; } 175 .dp-about .title { color: red; background-color: inherit; font-weight: bold; } 176 .dp-about .para { margin: 0 0 4px 0; } 177 .dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align:… 178 .dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; bac…
|
| /plugin/issuetracker/lang/en/ |
| D | settings.php | 16 $lang['send_email'] = 'Inform by mail about new issues ?'; 24 $lang['userinfo_email'] = 'Inform user by mail about issue modifications ? (global switch)'; 25 $lang['mail_add_comment'] = 'inform about new comments'; 26 $lang['mail_modify_comment'] = 'inform about comment modification'; 27 $lang['mail_add_resolution'] = 'inform about resolution entry'; 28 $lang['mail_modify_resolution'] = 'inform about resolution modification'; 29 $lang['mail_modify__description'] = 'inform about modification of initial description';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/Resource/ |
| D | LicenseAssignments.php | 39 * about products in this version of the API, see Products and SKUs. 41 * about available SKUs in this version of the API, see Products and SKUs. 60 * about products in this version of the API, see Products and SKUs. 62 * about available SKUs in this version of the API, see Products and SKUs. 81 * about products in this version of the API, see Products and SKUs. 83 * about available SKUs in this version of the API, see Products and SKUs. 99 * about products in this version of the API, see Products and SKUs. 125 * about products in this version of the API, see Products and SKUs. 127 * about available SKUs in this version of the API, see Products and SKUs. 153 * about products in this version of the API, see Products and SKUs. [all …]
|
| /plugin/translation3/lang/en/ |
| D | settings.php | 18 $lang['about'] = 'Enter a pagename here where the translation feature is explained for your… 19 $lang['showabout'] = 'Display link to about page.'; 20 $lang['localabout'] = 'Use localized versions of about page (instead of one global about page).'; 21 $lang['checkage'] = 'Warn about possibly outdated translations.';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Fitness.php | 29 * For more information about this service, see the API 43 …/** See info about your blood glucose in Google Fit. I consent to Google sharing my blood glucose … 46 …/** Add info about your blood glucose to Google Fit. I consent to Google using my blood glucose in… 49 …/** See info about your blood pressure in Google Fit. I consent to Google sharing my blood pressur… 52 …/** Add info about your blood pressure in Google Fit. I consent to Google using my blood pressure … 55 /** See info about your body measurements in Google Fit. */ 58 /** Add info about your body measurements to Google Fit. */ 61 …/** See info about your body temperature in Google Fit. I consent to Google sharing my body temper… 64 …/** Add to info about your body temperature in Google Fit. I consent to Google using my body tempe… 79 /** See info about your nutrition in Google Fit. */ [all …]
|
| /plugin/dokusioc/lib/ |
| D | sioc_inc.php | 162 <foaf:Document rdf:about="' . clean($this->profile_url, true) . '"> 209 * Contains information about main SIOC page including: 264 $rdf = "<sioc:Site rdf:about=\"" . clean($this->url) . "\">\n"; 286 $rdf .= '<sioc:Forum rdf:about="' . clean($url) . "\">\n"; 296 $rdf .= '<sioc:UserAccountgroup rdf:about="' . $this->usergroup_uri . "\">\n"; 303 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($url) . "\">\n"; 378 $rdf = "<foaf:Person rdf:about=\"" . clean($this->foaf_uri) . "\">\n"; 389 $rdf .= " <sioc:UserAccount rdf:about=\"" . clean($this->uri) . "\">\n"; 421 * Contains information about a SIOC Thread in a SIOC Forum 481 $rdf = '<sioc:Thread rdf:about="' . clean($this->url) . "\">\n"; [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/about/dialogs/ |
| D | about.js.4.3 | 5 CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.plugins.get("about").path+"di… 7 …+"</p><p>"+a.moreInfo+'<br><a href="http://ckeditor.com/about/license">http://ckeditor.com/about/l…
|
| D | about.js.4.5.unc | 6 CKEDITOR.dialog.add( 'about', function( editor ) { 7 var lang = editor.lang.about; 38 … 'background-image:url(' + CKEDITOR.plugins.get( 'about' ).path + 'dialogs/logo_ckeditor.png);' + 63 '<a href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
|
| D | about.js | 6 CKEDITOR.dialog.add( 'about', function( editor ) { 7 var lang = editor.lang.about, 8 …imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi… 64 …nk" rel="noopener noreferrer" href="http://ckeditor.com/about/license">http://ckeditor.com/about/l…
|
| D | about.js.unc | 6 CKEDITOR.dialog.add( 'about', function( editor ) { 7 var lang = editor.lang.about, 8 …imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi… 65 …'<a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>…
|
| /plugin/translation/lang/en/ |
| D | settings.php | 14 $lang['about'] = 'Enter a pagename here where the translation feature is explained for your… 15 $lang['localabout'] = 'Use localized versions of about page (instead of one global about page).'; 16 $lang['checkage'] = 'Warn about possibly outdated translations.';
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | links.md | 7 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking)) 9 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking) "port wiki") 23 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) ) 25 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) "port wi…
|
| /plugin/autotranslation/lang/en/ |
| D | settings.php | 14 $lang['about'] = 'Enter a pagename here where the translation feature is explained… 15 …g['localabout'] = 'Use localized versions of about page (instead of one global about p… 16 $lang['checkage'] = 'Warn about possibly outdated translations.';
|
| /plugin/ckgdoku/ckeditor/plugins/about/lang/ |
| D | en.js | 5 CKEDITOR.plugins.setLang( 'about', 'en', { 7 dlgTitle: 'About CKEditor', 10 title: 'About CKEditor',
|
| D | en-ca.js | 5 CKEDITOR.plugins.setLang( 'about', 'en-ca', { 7 dlgTitle: 'About CKEditor', 10 title: 'About CKEditor',
|
| D | en-gb.js | 5 CKEDITOR.plugins.setLang( 'about', 'en-gb', { 7 dlgTitle: 'About CKEditor', 10 title: 'About CKEditor',
|
| D | en-au.js | 5 CKEDITOR.plugins.setLang( 'about', 'en-au', { 7 dlgTitle: 'About CKEditor', 10 title: 'About CKEditor',
|
| D | hi.js | 5 CKEDITOR.plugins.setLang( 'about', 'hi', { 7 dlgTitle: 'About CKEditor', // MISSING 10 title: 'About CKEditor', // MISSING
|
| D | mn.js | 5 CKEDITOR.plugins.setLang( 'about', 'mn', { 7 dlgTitle: 'About CKEditor', // MISSING 10 title: 'About CKEditor', // MISSING
|
| D | th.js | 5 CKEDITOR.plugins.setLang( 'about', 'th', { 7 dlgTitle: 'About CKEditor', // MISSING 10 title: 'About CKEditor', // MISSING
|
| D | bs.js | 5 CKEDITOR.plugins.setLang( 'about', 'bs', { 7 dlgTitle: 'About CKEditor', // MISSING 10 title: 'About CKEditor', // MISSING
|
| D | sr.js | 5 CKEDITOR.plugins.setLang( 'about', 'sr', { 7 dlgTitle: 'About CKEditor', // MISSING 10 title: 'About CKEditor', // MISSING
|