Home
last modified time | relevance | path

Searched refs:position (Results 51 – 75 of 1319) sorted by relevance

12345678910>>...53

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DLandmark.php32 public function setPosition(Position $position) argument
34 $this->position = $position;
41 return $this->position;
H A DGoogleCloudVisionV1p1beta1FaceAnnotationLandmark.php32 public function setPosition(GoogleCloudVisionV1p1beta1Position $position) argument
34 $this->position = $position;
41 return $this->position;
H A DGoogleCloudVisionV1p4beta1FaceAnnotationLandmark.php32 public function setPosition(GoogleCloudVisionV1p4beta1Position $position) argument
34 $this->position = $position;
41 return $this->position;
H A DGoogleCloudVisionV1p3beta1FaceAnnotationLandmark.php32 public function setPosition(GoogleCloudVisionV1p3beta1Position $position) argument
34 $this->position = $position;
41 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DObaIcon.php35 public $position; variable in Google\\Service\\DisplayVideo\\ObaIcon
98 public function setPosition($position) argument
100 $this->position = $position;
107 return $this->position;
/plugin/popupviewer/
H A Dstyle.css7 position: fixed;
21 position: absolute;
35 background-position: -24px 0;
40 background-position: -48px 0;
86 position: relative;
100 position:relative;
109 position:absolute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DKeyValueFormat.php30 public function setPosition(TextPosition $position) argument
32 $this->position = $position;
39 return $this->position;
H A DSlicer.php34 public function setPosition(EmbeddedObjectPosition $position) argument
36 $this->position = $position;
43 return $this->position;
H A DEmbeddedChart.php64 public function setPosition(EmbeddedObjectPosition $position) argument
66 $this->position = $position;
73 return $this->position;
/plugin/csstimeline/
H A Dstyle.css4 position: relative;
13 position: absolute;
46 position: relative;
53 position: relative;
59 position: relative;
66 position: relative;
90 position: absolute;
110 position: absolute;
220 position: absolute;
234 position: relative;
[all …]
/plugin/layeranimation/
H A Dstyle.less12 position: relative;
49 position: relative;
61 position: relative;
77 position: relative;
85 position: absolute;
97 position: absolute;
114 position: absolute;
172 background-position: 0 0;
177 background-position: 0 100%;
187 position: absolute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DApproximateSplitRequest.php46 public function setPosition(Position $position) argument
48 $this->position = $position;
55 return $this->position;
H A DApproximateProgress.php50 public function setPosition(Position $position) argument
52 $this->position = $position;
59 return $this->position;
H A DApproximateReportedProgress.php55 public function setPosition(Position $position) argument
57 $this->position = $position;
64 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DStackTraceElement.php36 public function setPosition(Position $position) argument
38 $this->position = $position;
45 return $this->position;
/plugin/slider/
H A Djquery.bxslider.js192 position: 'relative'
206 position: 'relative'
507 var position = lastChild.position();
513 var position = slider.children.eq(lastShowingIndex).position();
816 position = slider.children.eq(0).position();
919 var position = slider.children.first().position();
960 position = el.find('.bx-clone').first().position();
1177 position = lastChild.position();
1183 position = slider.children.eq(lastShowingIndex).position();
1190 position = lastChild.position();
[all …]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMinutesField.php36 $position = $invert ? count($minutes) - 1 : 0;
41 $position = $invert ? $i : $i + 1;
47 if ((!$invert && $current_minute >= $minutes[$position]) || ($invert && $current_minute <= $minutes[$position])) {
52 $date->setTime($date->format('H'), $minutes[$position]);
/plugin/aimg/
H A Dstyle.css21 position: relative;
35 position: absolute;
49 position: absolute;
63 position: absolute;
83 position: absolute;
92 position: absolute;
101 position: absolute;
110 position: absolute;
121 position: absolute;
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php79 for($position = 0; $position <= ($word_length - $GLOBALS["charmin"]); $position++) {
80 $maxwins = min(($word_length - $position), $GLOBALS["charmax"]);
83 if(isset($GLOBALS["patterns"][mb_substr($text_word, $position, $win)])) {
84 $pattern = $GLOBALS["patterns"][mb_substr($text_word, $position, $win)];
91 $zero = ($i == 0) ? $position - 1 : $position + $i - $digits;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DForLoopWithTestFunctionCallSniff.php81 $position = 0;
86 ++$position;
89 if ($position < 1) {
91 } else if ($position > 1) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItemSnippet.php41 public $position; variable in Google\\Service\\YouTube\\PlaylistItemSnippet
122 public function setPosition($position) argument
124 $this->position = $position;
131 return $this->position;
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php41 public function __construct(int $id, string $text, int $line = -1, int $position = -1) argument
46 $this->pos = $position;
88 $position = 0;
97 $tokens[$index] = new static($id, $text, $line, $position);
98 $position += \strlen($text);
/plugin/externalembed/
H A Dscreen.css8 position: relative;
13 position: relative;
20 position: unset !important;
24 position: absolute;
52 position: absolute;
95 position: static;
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css2 position: absolute !important; /* not in the normal flow */
18 position: absolute !important; /* not in the normal flow */
22 background-position: center center; /* better for responsive background */
23 /* background-attachment: fixed; !* fixed will attach the background to a fixed position on the page (sane as fixed position) *!*/
37 position: absolute !important; /* not in the normal flow */
/plugin/advrack/
H A Djquery.qtip.js366 opts.position = { my: opts.position, at: opts.position }; class in opts
759 position = { class
797 position = { class
826 position = pluginCalculations.position;
830 position = this.reposition.offset(target, position, container);
1916 position: { class in QTIP.defaults
3049 position: { class in PLUGINS.polys.polygon.result
3126 position: {
3146 position: {
3218 position: { class in result
[all …]

12345678910>>...53