Home
last modified time | relevance | path

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

123456789

/plugin/passpolicy/
H A Dscript.js51 function checkpolicy($field, indicator) { argument
64 scoreit($field, indicator, true);
66 scoreit($field, indicator, false);
79 function scoreit($field, indicator, policy) { argument
84 indicator.className = 'passpolicy_strength3';
87 indicator.className = 'passpolicy_strength2';
108 var indicator = document.createElement('p');
109 indicator.className = 'passpolicy__indicator';
111 $field.after(indicator);
113 checkpolicy($field, indicator)
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A 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/
H A DFinding.php265 public function setIndicator(Indicator $indicator) argument
267 $this->indicator = $indicator;
274 return $this->indicator;
/plugin/prosemirror/
H A DcustomMenu.less51 .dropdown-indicator {
72 > .dropdown-indicator svg {
/plugin/folded/
H A Dstyle.css20 span.indicator {
48 .folder span.indicator { visibility: visible; }
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml17 test: The '+' indicator
19 The '+' indicator says to keep newlines at the end of text
42 The keep indicator will preserve all
43 ending newlines, while the chomp indicator
H A DYtsTypeTransfers.yml42 the colon followed by space is an indicator: but is a string:right here
47 'the colon followed by space is an indicator' => 'but is a string:right here',
/plugin/fksnewsfeed/syntax/
H A 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" xmlns="http://www.w3.org/2000/svg">
/plugin/fckg/action/entities/utils/
H A Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt75 feminine ordinal indicator
154 masculine ordinal indicator
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css106 /* Create the checkmark/indicator (hidden when not checked) */
118 /* Style the checkmark/indicator */
/plugin/revealjs/
H A 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…
H A 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/
H A Dabcjs-midi.css100 .abcjs-inline-midi .abcjs-midi-progress-indicator {
157 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/abc2/
H A Dstyle.css119 .abcjs-inline-midi .abcjs-midi-progress-indicator {
176 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/commonmark/
H A DREADME.md9 1. check that Markdown indicator ('\<!DOCTYPE markdown\>') is included on the document
/plugin/openlayersmap/lang/en/
H A Dhelp.txt13 Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js122 if(this.options.indicator) Element.show(this.options.indicator);
126 if(this.options.indicator) Element.hide(this.options.indicator);
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties70 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties68 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/meh/
H A Dviewer.properties66 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties74 # Loading indicator messages
/plugin/pdfjs/pdfjs/web/locale/rw/
H A Dviewer.properties72 # Loading indicator messages

123456789