Home
last modified time | relevance | path

Searched full:bang (Results 1 – 25 of 37) sorted by relevance

12

/plugin/bureaucracyau/_test/
Dinput.txt12 fieldset "HTML Checks <bold>bang</bold>" "<bold>bang</bold>" "<bold>bang</bold>"
13 textbox "HTML check 1 <bold>bang</bold>" "=<bold>bang</bold>"
14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>"
15 textarea "HTML check 3 <bold>bang</bold>" "=<bold>bang</bold>"
16 static "HTML check 4 <bold>bang</bold>"
17 wiki "HTML check 5 <bold>bang</bold>"
/plugin/bureaucracy-au/_test/
Dinput.txt12 fieldset "HTML Checks <bold>bang</bold>" "<bold>bang</bold>" "<bold>bang</bold>"
13 textbox "HTML check 1 <bold>bang</bold>" "=<bold>bang</bold>"
14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>"
15 textarea "HTML check 3 <bold>bang</bold>" "=<bold>bang</bold>"
16 static "HTML check 4 <bold>bang</bold>"
17 wiki "HTML check 5 <bold>bang</bold>"
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js9 BANG: '!', property
98 } else if (lastValue[1][0] == Match.BANG && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN)) {
99 match = [Hack.BANG];
100 …} else if (lastValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTER…
101 match = [Hack.BANG];
152 … .substring(0, lastValue[1].indexOf(hackFrom[0] == Hack.BACKSLASH ? Match.BACKSLASH : Match.BANG))
169 } else if (whichHack[0] == Hack.BACKSLASH || whichHack[0] == Hack.BANG) {
Dhack.js3 BANG: 'bang', property
Drestore-from-optimizing.js64 } else if (property.hack[0] == Hack.BANG) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_backslash_escapes.md29 Bang: \!
65 Bang: \!
100 Bang: `\!`
Dmd1_backslash_escapes.html15 <p>Bang: !</p>
45 Bang: \!
65 <p>Bang: <code>\!</code></p>
/plugin/farmer/_test/
H A Dcore.test.php167 'CLI animal parameter - URL with bang path' => [
176 'CLI animal parameter - URL with bang path in subdir' => [
202 'CLI animal parameter - URL with bang and query' => [
301 'HTTPS URL with bang path' => [
306 'HTTP URL with subdirectory and bang path' => [
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt24 The ''.htaccess'' modification makes animals accessible through the //bang!// mechanism. (See below)
33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism.…
/plugin/farmer/lang/fr/
H A Dtab_setup_help.txt32 le mécanisme ''!bang'' (voir ci-dessous).
46 wiki fermier en utilisant le suffixe //!bang//. Par exemple, si votre fermier
/plugin/move/_test/
Dhandler.test.php57 ':bang' => 'bang', // absolute link that did not move
/plugin/asciidocjs/node_modules/acorn/src/bin/
Dacorn.js11 …print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
20 else if (arg == "--allow-hash-bang") options.allowHashBang = true
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/bin/
Dacorn.js11 …print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
24 else if (arg == "--allow-hash-bang") options.allowHashBang = true
/plugin/asciidocjs/node_modules/acorn/bin/
Dacorn18 …print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
27 else if (arg == "--allow-hash-bang") options.allowHashBang = true
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dacorn18 …print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
31 else if (arg == "--allow-hash-bang") options.allowHashBang = true
/plugin/struct/_test/types/
H A DUrlTest.php47 ['www.example.com', 'http://', 'bang', ''],
48 ['http://www.example.com', '', 'bang', ''],
/plugin/farmer/
H A DDokuWikiFarmCore.php186 * Detect the animal from the bang path
188 …* This is used to detect the animal from a bang path like `/!animal/my:page` or '/dokuwiki/!animal…
190 * @param string $path The bang path to extract the animal from
197 // found a bang path
301 // strip from the bang path
/plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/
Dbrowsers.yml270 'com.tencent.bang': 'Bang'
/plugin/diagramsnet/lib/resources/
Ddia_fil.txt116 dragAndDropNotSupported=Ang paghila at paglagay ay hindi suportado para sa mga imahe. Gusto mo bang
174 deleteLibraryConfirm=Akma mong permanenteng buburahin ang library na ito. Sigurado ka bang gusto mo…
584 …humihiling na i-load ang sumusunod na (mga) plugin:\n \n {1}\n \n Nais mo bang i-load ang (mga) pl…
626 replaceIt={1} ay mayroon na. Gusto mo bang palitan ito?
/plugin/asciidocjs/node_modules/acorn/
DREADME.md323 - `--allow-hash-bang`: If the code starts with the characters #! (as in a shellscript), the first l…
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DREADME.md321 - `--allow-hash-bang`: If the code starts with the characters #! (as in a shellscript), the first l…
/plugin/passpolicy/
Dwords.txt274 bang
/plugin/statistics/vendor/matomo/device-detector/regexes/client/
Dbrowsers.yml371 # Bang (com.tencent.bang)
372 - regex: 'Bang/(\d+[.\d]+)'
373 name: 'Bang' play
/plugin/codemirror/dist/modes/
Dsass.min.js.map1 …Half = 0;\n }\n return \"variable-2\";\n }\n\n // bang character for !impo…
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js412 property.hack[0] == Hack.BANG && !options.compatibility.properties.ieBangHack)) {

12