Home
last modified time | relevance | path

Searched refs:position (Results 751 – 775 of 1319) sorted by path

1...<<31323334353637383940>>...53

/plugin/gil/
H A Dprint.css12 position: relative;
H A Dstyle.css12 position: relative;
24 position: absolute;
/plugin/glossary/
H A Dstyle.css98 position: absolute;
122 position: absolute;
/plugin/godiag/
H A Dsyntax.php758 $position = chr(97+$xpos+$offset_x) .
762 $AB[] = $position; // add black stone
765 $AW[] = $position; // add white stone
768 $CR[] = $position; // add circle markup
771 $SQ[] = $position; // add circle markup
776 $Moves[$curchar][1] = $position;
783 $Moves[$curchar][1] = $position;
787 $LB[] = "$position:$curchar";
/plugin/googlemap3/
H A Dgooglemap3.js149 position: google.maps.ControlPosition.LEFT_CENTER property in init_googlemap3.mapOptions.zoomControlOptions
153 position: google.maps.ControlPosition.RIGHT_TOP property in init_googlemap3.mapOptions.panControlOptions
157 position: google.maps.ControlPosition.TOP_LEFT property in init_googlemap3.mapOptions.streetViewControlOptions
161 position: google.maps.ControlPosition.BOTTOM_LEFT property in init_googlemap3.mapOptions.scaleControlOptions
178 position: new google.maps.LatLng(googleMapArray[i].overlay[j].lat,
206 position: new google.maps.LatLng(0, 0)
/plugin/googlemaps3/
H A Dscript.js51 function attachMarker(map, options, position) { argument
53 if (position == null) {
54 position = {lat: options.lat, lng: options.lng}; class in initMap.attachMarker
61 position: position,
/plugin/googlesearch/
H A Dnusoap.php1027 var $position = 0; variable in XMLSchema
1151 $pos = $this->position++;
4100 var $position = 0; variable in wsdl
4349 $pos = $this->position++;
4774 position: absolute; visibility: hidden; z-index: 200; left: 250px; top: 100px;
5812 var $position = 0; variable in soap_parser
5939 $pos = $this->position++;
/plugin/gtime/gtlib/util/
H A DGTUtil.php500 * @param int $position the position in the array to read from
503 public static function readShort(array $array, $position) { argument
505 if ($position + 2 > count($array) - 1) {
510 array_slice($array, $position, 2)
522 * @param int $position the position in the array to read from
525 public static function readInt(array $array, $position) { argument
527 if ($position + 4 > count($array) - 1) {
532 array_slice($array, $position, 4)
547 public static function readLong(array $array, $position) { argument
549 if ($position + 8 > count($array) - 1) {
[all …]
/plugin/highlight2wiki/
H A Dstyle.css2 position: fixed !important;
103 position: absolute ;
184 position: relative;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ctuation":1,"font-weight":1,"border-right-color":1,"page-break-after":1,position:1,"white-space":1…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog701 used inside container with 'position: fixed;'
949 * Fixed: 'position: relative' was ignored for inline boxes
1017 'list-style-position' were rendered incorrectly
1267 calculated for 'background-position' property
1294 * Fixed: elements having 'position: fixed' were drawn several
1297 * Fixed: elements having 'position: fixed' could cause script to
1341 * Fixed background position containing both text and length values
1518 * css.list-style-position.inc.php: fixed bug 1250960 (ALL)
1519 list-style-position CSS propery is ignored
H A DTODO19 Anchors vertical position
H A Dbackground.image.php72 * @param BackgroundPosition $position the 'background-position' value
77 function show(&$driver, $box, $repeat, $position, $attachment) { argument
144 if ($position->x_percentage) {
145 $x_offset = ($padding_width - $image_width) * $position->x / 100;
147 $x_offset = $position->x;
156 if ($position->y_percentage) {
157 $y_offset = ($padding_height - $image_height) * $position->y / 100;
159 $y_offset = $position->y;
H A Dbox.block.php396 $position = $this->get_css_property(CSS_POSITION);
398 if ($position == POSITION_FIXED) {
H A Dbox.generic.formatted.php495 $position = $this->get_css_property(CSS_POSITION);
497 switch ($position) {
509 die(sprintf('Unexpected position enum value: %d', $position));
880 $position = $this->get_css_property(CSS_POSITION);
884 $position == POSITION_ABSOLUTE ||
885 $position == POSITION_FIXED ||
932 $position = $this->get_css_property(CSS_POSITION);
936 $position !== POSITION_FIXED;
H A Dbox.list-item.php74 if ($list_style->position === LSP_INSIDE) {
112 if ($list_style->position === LSP_INSIDE) {
H A Dbox.php162 $position = $css_state->get_property(CSS_POSITION);
163 if ($position === CSS_PROPERTY_INHERIT) {
164 $position = $css_state->getInheritedProperty(CSS_POSITION);
167 if ($position === POSITION_ABSOLUTE ||
168 $position === POSITION_FIXED) {
457 $position = $position_handler->get($css_state->getState());
458 if ($position === CSS_PROPERTY_INHERIT) {
459 $position = $css_state->getInheritedProperty(CSS_POSITION);
462 if ($position === POSITION_ABSOLUTE || $position === POSITION_FIXED) {
H A Dcss.list-style.inc.php11 $this->default_value->position = CSSListStylePosition::default_value();
20 $style->position = CSSListStylePosition::parse($value);
H A Ddefault.css119 position: absolute;
534 position: relative;
H A Dfilter.post.positioned.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
16 if ($position == POSITION_ABSOLUTE) {
18 } elseif ($position == POSITION_FIXED) {
H A Dfilter.post.postponed.class.php13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
16 if ($position == POSITION_RELATIVE) {
H A Dlayout.page.breaks.php249 $position = $box->get_css_property(CSS_POSITION);
250 if ($position == POSITION_FIXED || $position == POSITION_ABSOLUTE) {
H A Dvalue.background.php45 * @param BackgroundPosition $position 'background-position' value
47 function Background($color, $image, $repeat, $position, $attachment) { argument
51 $this->_position = $position;
H A Dvalue.list-style.class.php8 var $position; variable in ListStyleValue
17 if ($this->position === CSS_PROPERTY_INHERIT) {
19 $this->position = $value;
31 $this->position == CSSListStylePosition::default_value() &&
44 $object->position = $this->position;
/plugin/html2pdf/snorriheim/
H A Ddesign.css736 position: absolute;

1...<<31323334353637383940>>...53