Home
last modified time | relevance | path

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

12345678910>>...53

/plugin/anewssystem/
H A Dstyle.css103 position: static;
171 position: absolute;
434 position: relative;
/plugin/animation/styles/
H A Dscianimator.css19 position: relative;
30 position: relative;
35 position: relative;
106 position: absolute;
H A DshCore.css40 position: static !important;
58 position: relative !important;
85 position: relative !important;
89 position: absolute !important;
119 position: static !important;
135 position: absolute !important;
/plugin/approve/
H A Dstyle.less3 position: absolute;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php735 * @param string $position Position string for the new volume reading position.
743 public function setPosition($volumeId, $timestamp, $position, $optParams = array()) { argument
744 $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position);
H A DGoogle_PlusDomainsService.php2401 public $position; variable in Google_Place
2420 public function setPosition(Google_PlacePosition $position) { argument
2421 $this->position = $position;
2424 return $this->position;
H A DGoogle_PlusService.php2353 public $position; variable in Google_Place
2372 public function setPosition(Google_PlacePosition $position) { argument
2373 $this->position = $position;
2376 return $this->position;
H A DGoogle_TasksService.php347 public $position; variable in Google_Task
413 public function setPosition( $position) { argument
414 $this->position = $position;
417 return $this->position;
H A DGoogle_YouTubeService.php2448 public $position; variable in Google_InvideoPromotion
2459 public function setPosition(Google_InvideoPosition $position) { argument
2460 $this->position = $position;
2463 return $this->position;
3232 public $position; variable in Google_PlaylistItemSnippet
3265 public function setPosition( $position) { argument
3266 $this->position = $position;
3269 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1010 'position' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DMylibraryReadingpositions.php58 * @param string $position Position string for the new volume reading position.
71 public function setPosition($volumeId, $position, $timestamp, $optParams = []) argument
73 $params = ['volumeId' => $volumeId, 'position' => $position, 'timestamp' => $timestamp];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
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;
H A DApproximateSplitRequest.php46 public function setPosition(Position $position) argument
48 $this->position = $position;
55 return $this->position;
H A DConcatPosition.php46 public function setPosition(Position $position) argument
48 $this->position = $position;
55 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php671 public function setPosition(OffsetPosition $position) argument
673 $this->position = $position;
680 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/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/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBaselineValueFormat.php102 public function setPosition(TextPosition $position) argument
104 $this->position = $position;
111 return $this->position;
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 DEmbeddedChart.php64 public function setPosition(EmbeddedObjectPosition $position) argument
66 $this->position = $position;
73 return $this->position;
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 DUpdateEmbeddedObjectPositionResponse.php28 public function setPosition(EmbeddedObjectPosition $position) argument
30 $this->position = $position;
37 return $this->position;
/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;

12345678910>>...53