Home
last modified time | relevance | path

Searched refs:flag (Results 76 – 100 of 189) sorted by last modified time

12345678

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md38 * Added the support of flag file for the ClosureCompilerJarFilter
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …ags}),flagsToPermissionString:(function(flag){var accmode=flag&2097155;var perms=["r","w","rw"][ac… argument
/plugin/task/syntax/
H A Dtaskform.php40 foreach ($flags as $flag) {
41 if (substr($flag, 0, 16) == 'selectUserGroup=') {
42 $selectUserGroup = substr($flag, 16);
/plugin/filelist/
H A Dsyntax.php70 foreach ($flags as $flag) {
71 [$name, $value] = sexplode('=', $flag, 2, '');
/plugin/autolink4/
H A Dscript.js3 * Enable or disable a flag for all links.
6 * @param {String} flag - The name of the flag.
8 toggleFlag: function(on, flag) { argument
20 .filter(function(f) {return f && f != flag;});
23 flags.push(flag);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt156 - New addReference/List option (overwrite). Boolean flag indicating if URI
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …ter\n // modifying the selection.\n\n // If shift is held or the extend flag is set, extends a r…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …n external extract false family fetch file filter final first first_value flag float floor followi…
H A Dr.min.js.map1flag","pop","startState","indentUnit","afterIdent","token","sol","indentation","eatSpace","style",…
H A Dspreadsheet.min.js.map1 …stream.next(); // Skip quote\n state.stack.shift(); // Clear flag\n } else…
H A Dpegjs.min.js.map1flag\n } else if (stream.peek() === '\\\\') {\n stream.next();\n st…
H A Dtoml.min.js.map1 …tream.next(); // Skip quote\n state.inString = false; // Clear flag\n } else i…
H A Debnf.min.js.map1flag\n } else if (stream.peek() === \"\\\\\") {\n stream.next();\n …
H A Dmarkdown.min.js.map1 …or link title\n if (stream.peek() === undefined) { // End of line, set flag to check next line\…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1flag set.\n * If smartCase is passed in, and the query contains upper case letters,\n * …
/plugin/autotranslation/
H A Dhelper.php282 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
284 $flag = '';
294 …if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" class="' . $class…
371 $flag = $style = '';
373 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
374 $style = ' style="background-image: url(\'' . $flag . '\')"';
399 if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" />';
H A Dstyle.css58 .dokuwiki div.plugin_autotranslation option.flag {
/plugin/dropfiles/
H A Dyarn.lock485 is-supported-regexp-flag "^1.0.0"
1239 has-flag@^1.0.0:
1241 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f9…
1243 has-flag@^2.0.0:
1245 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e…
1506 is-supported-regexp-flag@^1.0.0:
1508 …resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.t…
2734 has-flag "^1.0.0"
2740 has-flag "^2.0.0"
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ion, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is…
H A Dpdf.worker.js28581 value: function _hasFlag(flags, flag) {
28582 return !!(flags & flag);
28611 value: function hasFlag(flag) {
28612 return this._hasFlag(this.flags, flag);
29040 value: function hasFieldFlag(flag) {
29041 return !!(this.data.fieldFlags & flag);
36192 var flag = glyf[j++];
36194 if (flag & 0xC0) {
36195 glyf[j - 1] = flag & 0x3F;
36198 var xyLength = (flag & 2 ? 1 : flag & 16 ? 0 : 2) + (flag & 4 ? 1 : flag & 32 ? 0 : 2);
[all …]
H A Dpdf.worker.js.map1flag","xyLength","glyphDataLength","int32","indexToLocFormat","int16","numGlyphsPlusOne","locaLeng…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …view parameters are stored depends on how PDF.js is built,\n * for 'gulp <flag>' the following cas…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1flag","Error","runTokens","scope","context","leadChar","t","matchLength","output","handler","repar…
H A Dsyntaxhighlighter.js925 function registerFlag(flag) {
926 if (!/^[\w$]$/.test(flag)) {
930 registeredFlags[flag] = true;
955 …r !== leadChar || t.scope !== scope && t.scope !== 'all' || t.flag && flags.indexOf(t.flag) === -1…
1215 if (options.flag) {
1216 registerFlag(options.flag);
1235 flag: options.flag,
2246 }, { flag: 'x' });
2254 flag: 's',
/plugin/imagecarousel/
H A Dsyntax.php138 foreach($confString as $flag) {
140 switch($flag) {
149 $tmp = explode('=',$flag,2);

12345678