Home
last modified time | relevance | path

Searched refs:fixed (Results 101 – 125 of 411) sorted by relevance

12345678910>>...17

/plugin/contactmodern/
H A DCHANGELOG28 * Mistakes in language files fixed.
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js3 …}function h(t,e,r){return E||b.curry&&r>1?D(e,r):e}function g(t,e,r){if(b.fixed&&(F||!p.skipFixed[…
6 …;var b={cap:!("cap"in d)||d.cap,curry:!("curry"in d)||d.curry,fixed:!("fixed"in d)||d.fixed,immuta…
7 },B=O?r:f,E="curry"in d&&d.curry,F="fixed"in d&&d.fixed,M="rearg"in d&&d.rearg,j=O?r.runInContext()…
H A Dlodash.fp.js235 'fixed': 'fixed' in options ? options.fixed : true,
242 forceFixed = ('fixed' in options) && options.fixed,
396 if (config.fixed && (forceFixed || !mapping.skipFixed[name])) {
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js292 var topLeft = {x: 0, y: 0, fixed: true, index: size}; property in getScreenConstraints.topLeft
293 var bottomRight = {x: width, y: height, fixed: true, index: size + 1}; property in getScreenConstraints.bottomRight
368 node.fixed = false;
371 node.fixed = true;
/plugin/wysiwyg/
H A Dstyle.css45 position:fixed;
/plugin/noiewarning/
H A DChangeLog16 * recommend/: fixed URLs to browsers, in particular Midori
/plugin/picasawebalbum/
H A Djquery.slimbox2.css4 position: fixed;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md14 I (bramp) fixed the backslash issues by just flipping the character, and removed the other invalid …
/plugin/appendtoquery/
H A DREADME3 Append a fixed string to all search queries. Can be used to restrict search to a single namespace.
/plugin/note/
H A DCHANGES.md8 * fixed PHP7.0 signature errors
/plugin/translation/
H A Dstyle.less2 // in the future this should be fixed in the dokuwiki template
/plugin/tagging/
H A Dstyle.less126 table-layout: fixed;
/plugin/projects/
H A Dchangelog5 * The default rule for linking to a media file was broken in the previous version. Now fixed.
37 * Adapting to Rincewind RC1: fixed metadata usage in metadata rendering in syntax plugins.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/popupviewer/
H A Dstyle.css7 position: fixed;
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1245 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1271 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1735 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
1760 var fixed = mxUtils.getValue(this.style, 'fixedSize', '0') != '0';
2340 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2348 if (fixed)
2403 var fixed = mxUtils.getValue(vertex.style, 'fixedSize', '0') != '0';
2411 if (fixed)
2484 if (fixed)
2561 if (fixed)
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md116 - fixed width in characters by providing an integer (eg. ``15``)
120 When mixing fixed and percentage widths, percentages refer to the remaining space after all fixed columns have been
/plugin/shibbolethauth/
H A Dstyle.css32 /* fixed data column width */
/plugin/codebuttonmod1/
H A DPlugin.txt48 * Icon path fixed
/plugin/sync/
H A Dstyle.css81 table-layout: fixed;
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md61 Reported and fixed by venyii. GitHub #52 & #54.
121 * Updated phpunit and fixed some test breakage from the newer version.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dstyle.css105 position: fixed;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js560 var fixed = {};
993 RegExp.prototype.exec = (on ? fixed : nativ).exec;
994 RegExp.prototype.test = (on ? fixed : nativ).test;
1346 match = fixed.exec.call(r2, str);
1880 fixed.exec = function (str) {
1943 fixed.test = function (str) {
1945 return !!fixed.exec.call(this, str);
1958 fixed.match = function (regex) {
1972 return fixed.exec.call(regex, toObject(this));
1989 fixed.replace = function (search, replacement) {
[all …]
/plugin/countdown/
H A DChangeLog7 * syntax.php: PHP >= 7.0 function prototype warnings fixed by Stefan Huehner.

12345678910>>...17