Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 25 of 214) sorted by relevance

123456789

/plugin/passpolicy/
Dscript.js51 function checkpolicy($field, indicator) { argument
64 scoreit($field, indicator, true);
66 scoreit($field, indicator, false);
79 function scoreit($field, indicator, policy) { argument
83 indicator.innerHTML = LANG.plugins.passpolicy.strength3;
84 indicator.className = 'passpolicy_strength3';
86 indicator.innerHTML = LANG.plugins.passpolicy.strength2;
87 indicator.className = 'passpolicy_strength2';
89 indicator.innerHTML = LANG.plugins.passpolicy.strength1;
90 indicator.className = 'passpolicy_strength1';
[all …]
/plugin/myshortcuts/
H A Dstyle.css97 /* Key indicator badge */
98 .myshortcuts-key-indicator {
114 .myshortcuts-snippet-item:hover .myshortcuts-key-indicator,
115 .myshortcuts-snippet-item:focus .myshortcuts-key-indicator {
179 .myshortcuts-key-indicator {
183 .myshortcuts-snippet-item:hover .myshortcuts-key-indicator,
184 .myshortcuts-snippet-item:focus .myshortcuts-key-indicator {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DInlineTest.php251 public function testParseUnquotedScalarStartingWithReservedIndicator($indicator) argument
255 …cannot start a plain scalar; you need to quote the scalar at line 1 (near "%sfoo").', $indicator));
257 …cannot start a plain scalar; you need to quote the scalar at line 1 (near "%sfoo").', $indicator));
260 Inline::parse(sprintf('{ foo: %sfoo }', $indicator));
271 public function testParseUnquotedScalarStartingWithScalarIndicator($indicator) argument
275 …cannot start a plain scalar; you need to quote the scalar at line 1 (near "%sfoo").', $indicator));
277 …cannot start a plain scalar; you need to quote the scalar at line 1 (near "%sfoo").', $indicator));
280 Inline::parse(sprintf('{ foo: %sfoo }', $indicator));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DFinding.php265 public function setIndicator(Indicator $indicator) argument
267 $this->indicator = $indicator;
274 return $this->indicator;
/plugin/prosemirror/
DcustomMenu.less51 .dropdown-indicator {
72 > .dropdown-indicator svg {
/plugin/folded/
Dstyle.css20 span.indicator {
48 .folder span.indicator { visibility: visible; }
/plugin/fksnewsfeed/syntax/
Dcarousel.php74 foreach ($indicators as $indicator) {
75 $renderer->doc .= $indicator;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dapp-indicator.svg1 <svg class="bi bi-app-indicator" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
/plugin/fckg/action/entities/utils/
Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/ckgdoku/action/entities/utils/
Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/firenews/HTMLTemplates/author/
Dauthor.css106 /* Create the checkmark/indicator (hidden when not checked) */
118 /* Style the checkmark/indicator */
/plugin/ckgedit/action/entities/utils/
Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/revealjs/
Dchangelog.md19 - New alternative slide indicator:
34 - You can create of course a whole presentation with this alternative slide indicator
38 …Improved existing background indicator {{background>orange bg-zoom}}: allowing now all options fro…
DREADME.md238 For all possible parameters see alternative slide indicator below.
282 - You can create of course a whole presentation with this alternative slide indicator
317 Slide with alternative slide indicator
322 slide indicator mode
/plugin/abc2/abc-libraries/abcjs/
Dabcjs-midi.css100 .abcjs-inline-midi .abcjs-midi-progress-indicator {
157 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/abc2/
Dstyle.css119 .abcjs-inline-midi .abcjs-midi-progress-indicator {
176 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/mikioplugin/assets/
H A Dvariables.css100 --mikiop-carousel-indicator-color: #fff;
111 /*--mikiop-carousel-indicator-color: #fff;*/
/plugin/openlayersmap/lang/en/
Dhelp.txt13 …es available after activating the map using the tab key (the map will show a focus indicator ring).
/plugin/s5reloaded/ui/effects_support/
Dcontrols.js122 if(this.options.indicator) Element.show(this.options.indicator);
126 if(this.options.indicator) Element.hide(this.options.indicator);
/plugin/commonmark/
H A DREADME.md9 1. check that Markdown indicator ('\<!DOCTYPE markdown\>') is included on the document
/plugin/pdfjs/pdfjs/web/locale/tsz/
Dviewer.properties68 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/mn/
Dviewer.properties74 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
Dviewer.properties70 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/meh/
Dviewer.properties66 # Loading indicator messages
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less572 .fc-now-indicator {
984 /* because now-indicator lives directly inside */ }
1010 .fc-time-grid .fc-now-indicator-line {
1174 .fc-time-grid .fc-now-indicator-line {
1180 .fc-time-grid .fc-now-indicator-arrow {
1184 .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
1191 .fc-rtl .fc-time-grid .fc-now-indicator-arrow {

123456789