Home
last modified time | relevance | path

Searched refs:position (Results 26 – 50 of 1319) sorted by relevance

12345678910>>...53

/plugin/tline/timeline_js/
H A Dtimeline-bundle.css14 position:absolute;
26 position:absolute;
70 position: absolute;
96 position:absolute;
109 position:absolute;
122 position: absolute;
128 position: absolute;
135 position: absolute;
166 position: relative;
171 position: absolute;
[all …]
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) { argument
12 $this->_position = $position;
15 $message .= mb_substr($text, $position, 4);
17 $message .= substr($text, $position, 4);
19 $message .= '" at position ' . $position;
85 … $message = 'Stray token encountered at position ' . $tokenInstance->position() . ', around "';
87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan…
89 …$message .= substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstance-…
110 …tDefinition->name() . ' encountered at position ' . $firstTokenInstance->position() . ', around "';
112 …$message .= mb_substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $f…
[all …]
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css72 position: absolute;
165 position: absolute;
177 position: absolute;
189 position: absolute;
201 position: absolute;
245 background-position: 0px -136px;
255 background-position: 0px 0px;
264 background-position: -16px 0px;
308 position: absolute;
318 position: absolute;
[all …]
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css72 position: absolute;
165 position: absolute;
177 position: absolute;
189 position: absolute;
201 position: absolute;
245 background-position: 0px -136px;
255 background-position: 0px 0px;
264 background-position: -16px 0px;
308 position: absolute;
318 position: absolute;
[all …]
/plugin/eventline/timeline_ajax/styles/
H A Dgraphics.css5 position: absolute;
13 position: relative;
23 position: absolute;
33 position: absolute;
44 position: absolute;
55 position: absolute;
66 position: absolute;
77 position: absolute;
88 position: absolute;
99 position: absolute;
[all …]
/plugin/tline/timeline_ajax/styles/
H A Dgraphics.css5 position: absolute;
13 position: relative;
23 position: absolute;
33 position: absolute;
44 position: absolute;
55 position: absolute;
66 position: absolute;
77 position: absolute;
88 position: absolute;
99 position: absolute;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
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;
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;
/plugin/metaeditor/
H A Dstyle.css4 position: absolute;
95 position: relative;
104 position: relative;
109 position: absolute;
123 position: absolute;
156 position: relative;
169 position: relative;
255 position: absolute;
500 background-position: 0 0;
664 background-position: 0 0;
[all …]
/plugin/overlay/
H A Dscript.js11 var position = jQuery(this).position();
12 theUserposition.y = position.top;
13 theUserposition.x =position.left;
16 var position = jQuery(this).position();
17 theUserposition.y = position.top;
18 theUserposition.x =position.left;
19 jQuery(this).css('left',position.left);
20 jQuery(this).css('top',position.top);
57 … jQuery("#overlay" ).css({top: theUserposition.y, left: theUserposition.x, position:which});
125 jQuery("#overlay" ).css({top: ptop, left: pleft, position:ptype});
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DColorStop.php31 public $position; variable in Google\\Service\\Slides\\ColorStop
64 public function setPosition($position) argument
66 $this->position = $position;
73 return $this->position;
/plugin/konsole/
H A Dstyle.css4 position: relative;
15 position: absolute;
42 position: absolute;
50 position: absolute;
65 position: absolute;
73 position: absolute;
82 position: absolute;
92 position: absolute;
100 position: absolute;
110 position: absolute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DApiDataRow.php27 public $position; variable in Google\\Service\\Webmasters\\ApiDataRow
61 public function setPosition($position) argument
63 $this->position = $position;
67 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DApiDataRow.php30 public $position; variable in Google\\Service\\SearchConsole\\ApiDataRow
70 public function setPosition($position) argument
72 $this->position = $position;
76 return $this->position;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php375 * @param Ast\Value\Position $position
379 Ast\Value\Position $position
381 $repeatsOddEven = $position->repeat === 2;
382 if ($repeatsOddEven && $position->add === 1) {
384 } elseif ($repeatsOddEven && $position->add === 0) {
386 } elseif ($position->repeat === 0) {
387 $css = $position->add;
388 } elseif ($position->repeat === 1) {
390 if ($position->add !== 0) {
391 $css .= $position
378 visitValuePosition(Ast\\Value\\Position $position) global() argument
[all...]
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position
[all...]
/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/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWindow.php31 * Get the position of the current window, relative to the upper left corner
34 * @return WebDriverPoint The current window position.
38 $position = $this->executor->execute(
44 $position['x'],
45 $position['y']
139 * Set the position of the current window. This is relative to the upper left
142 * @param WebDriverPoint $position
145 public function setPosition(WebDriverPoint $position) argument
148 'x' => $position->getX(),
149 'y' => $position
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartAxis.php27 public $position; variable in Google\\Service\\Sheets\\BasicChartAxis
54 public function setPosition($position) argument
56 $this->position = $position;
63 return $this->position;
H A DUpdateEmbeddedObjectPositionResponse.php28 public function setPosition(EmbeddedObjectPosition $position) argument
30 $this->position = $position;
37 return $this->position;
/plugin/patchpanel/
H A Dsyntax.php105 function ethernet_svg($row, $position, $port, $item, $opt, $imagewidth, $imageheight) { argument
108 $position--;
123 $group = floor($position/$opt['groups']);
130 $iBorderLeft = ( $iWidth / 13 ) * $position;
132 if( $position > 5 ){
139 $iPosX = ( ( $iWidth * $position ) + 2 * $iWidth ) + $iBorderLeft;
173 …$image = str_replace("#REPLACEX#", 80+$position*43+$group*10, $image); // offset from edge+width o…
279 for ($position=1; $position <= $portsPerRow; $position++) {
280 …$renderer->doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $i…
301 $position = $port - $portsPerRow*($row-1);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionSnippet.php35 public $position; variable in Google\\Service\\YouTube\\ChannelSectionSnippet
94 public function setPosition($position) argument
96 $this->position = $position;
103 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php32 public function setPosition(GoogleCloudVisionV1p2beta1Position $position) argument
34 $this->position = $position;
41 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DConcatPosition.php46 public function setPosition(Position $position) argument
48 $this->position = $position;
55 return $this->position;

12345678910>>...53