Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 168) sorted by relevance

1234567

/plugin/fckg/fckeditor/editor/js/
Dfckadobeair.js128 targetWindow.adjust = function() function
133 targetWindow.onresize = targetWindow.adjust ;
134 targetWindow.setTimeout( targetWindow.adjust, 0 ) ;
/plugin/pgn4web/pgn4web/
Danalysis.css29 -webkit-text-size-adjust: none;
30 -moz-text-size-adjust: none;
31 -ms-text-size-adjust: none;
32 -o-text-size-adjust: none;
33 text-size-adjust: none;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
DDecoder.php340 list(, $adjust) = unpack('n', $bytes);
341 $size = 285 + $adjust;
343 list(, $adjust) = unpack('N', "\x00" . $bytes);
344 $size = ($adjust & (0x0FFFFFFF >> (32 - (8 * $bytesToRead))))
/plugin/advrack/
Djquery.qtip.js155 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
475 this.tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
707 adjust = posOptions.adjust,
708 method = adjust.method.split(' '),
735 if(mouse && mouse.pageX && (adjust.mouse || !event || !event.pageX) ) {
742 if((!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX) {
765 if(adjust.mouse && isScroll && mouse) {
849 …position.left += adjust.x + (my.x === RIGHT ? -tooltipWidth : my.x === CENTER ? -tooltipWidth / 2 …
850 …position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / …
1031 if(!trackingBound && posOptions.target === 'mouse' && posOptions.adjust.mouse) {
[all …]
/plugin/linkfix/
Dplugin.info.txt6 desc Mass adjust links in the wiki
DREADME3 Mass adjust links in the wiki
/plugin/emoji/
Dall.css9 /* Inline alignment adjust the margins */
/plugin/emoji/assets/css/
Demojione.css9 /* Inline alignment adjust the margins */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsDevelopersBalance.php46 …public function adjust($name, GoogleCloudApigeeV1AdjustDeveloperBalanceRequest $postBody, $optPara… function in Google\\Service\\Apigee\\Resource\\OrganizationsDevelopersBalance
/plugin/farm/install/animaltemplate/conf/
Dlocal.php.dist16 * mysql.conf.php too and adjust the options to match
/plugin/edittable/less/
Deditbutton.less3 margin-top: -1.7em; // this is correct for dokuwiki template, but we adjust it via JS later
/plugin/frootysearch/
Dstyle.css101 Search bar adjust
/plugin/revealjs/css/print/
Dpdf.css9 -webkit-print-color-adjust: exact;
/plugin/pot/
DREADME.md55 Additional parameters can be used to adjust the displayed result:
65 * use the individual "< pot settings=setting > " to adjust only this "< pot>"
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md124 column to adjust for different terminal widths.
144 You can adjust the verbosity of your CLI tool using the `--loglevel` parameter. Supported loglevels…
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.colVis.min.js5 …olumns(o.show).visible(!0,!1),e.columns(o.hide).visible(!1,!1),e.columns.adjust()},show:[],hide:[]…
Dbuttons.colVis.js249 dt.columns.adjust();
/plugin/highlight2wiki/
Dstyle.css120 -webkit-text-size-adjust: none;
/plugin/indexmenu2/syntax/
Dindexmenu.php240 * we've moved index root 1 level lower, adjust max level than
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.core.js18 ….offset];var end=match.offset+match.length;end+=linearOffsets[end];match.adjust(linearOffsets[matc…
26 …ext){this.adjust(offset,null,text);for(var i=0;i<this.children.length;i++){this.children[i].shift(… method in Syntax.Match
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64adjust-time-to-timezone|fn:adjust-dateTime-to-timezone|fn:adjust-date-to-timezone|fn:abs|feed:unsu…
/plugin/coinhive/
DREADME.md31 …- Autothreads: Whether to automatically adjust the number of threads for optimal performance. This…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php650 $adjust = self::array_repeat(0, $q_index);
655 $temp_value = array_merge($adjust, $temp_value);
661 $temp_value = array_merge($adjust, $y_value);
/plugin/abc2/abc-libraries/abc2svg/
Dsnd-1.js505 …0){var adjust=this.adjustSampleData(sample,sampleRate);sample=adjust.sample;sampleRate*=adjust.mul…
/plugin/sphinxsearch-was/
H A DINSTALL51 at ''/etc/cron.daily/'' - the file must be edited to adjust the variable at the top of

1234567