Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php18 public static function getDefaultMethod(int $direction, string $type, string $format): string
63 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
71 public function getHandler(int $direction, string $typeName, string $format)
H A DHandlerRegistryInterface.php22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void;
29 public function getHandler(int $direction, string $typeName, string $format);
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
49 public function getHandler(int $direction, string $typeName, string $format)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1IndexedProperty.php25 public $direction; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1IndexedProperty
34 public function setDirection($direction)
H A DPropertyOrder.php25 public $direction; variable in Google\\Service\\Datastore\\PropertyOrder
32 public function setDirection($direction)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DOrder.php25 public $direction; variable in Google\\Service\\Firestore\\Order
32 public function setDirection($direction)
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php52 function get_totalnum_by_uid($uid, $direction = 0) {
67 function get_list($uid, $page, $pagesize, $totalnum, $direction = 0) {
87 function is_friend($uid, $friendids, $direction = 0) {
/plugin/gtime/gtlib/tsp/
H A DGTHashEntry.php31 private $direction; variable in GTHashEntry
43 …public function __construct(GTHashAlgorithm $hashAlgorithm, $direction, GTDataHash $siblingHash, $…
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php133 public function getCursor($direction)
151 public function getPaginationUrl($direction)
186 public function getPaginationRequest($direction)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketMirroringFilter.php37 public $direction; variable in Google\\Service\\Compute\\PacketMirroringFilter
70 public function setDirection($direction)
H A DFirewallPolicyRule.php34 public $direction; variable in Google\\Service\\Compute\\FirewallPolicyRule
103 public function setDirection($direction)
H A DFirewall.php42 public $direction; variable in Google\\Service\\Compute\\Firewall
167 public function setDirection($direction)
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php15 protected static $direction; variable in syntax_plugin_dwtimeline_dwtimeline
41 public function ChangeDirection(string $direction): string {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTerms.php22 public function setOrder(string $order, string $direction): self argument
H A DHistogram.php47 public function setOrder(string $order, string $direction): self argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DParagraphStyle.php29 public $direction; variable in Google\\Service\\Slides\\ParagraphStyle
66 public function setDirection($direction)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DFirewallInfo.php30 public $direction; variable in Google\\Service\\NetworkManagement\\FirewallInfo
81 public function setDirection($direction)
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js595 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
891 function addChild(cell, direction) argument
1036 function selectCell(cell, direction) argument
1184 …graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, targetCel… argument
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php315 public static function adjacent($hash, $direction) argument
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js418 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
784 function selectCell(cell, direction) argument
931 graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt) argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php115 private function getNavigator(int $direction): GraphNavigatorInterface
129 private function getVisitor(int $direction, string $format): VisitorInterface
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js381 $.prettyPhoto.changePage = function(direction){ argument
409 $.prettyPhoto.changeGalleryPage = function(direction){ argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphStyle.php44 public $direction; variable in Google\\Service\\Docs\\ParagraphStyle
185 public function setDirection($direction)
/plugin/edittable/script/
H A Deditor.js103 edittable.isTargetInMerge = function isTargetInMerge(merges, target, direction) { argument
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java45 private int direction; field in ComponentResizer
352 protected void changeBounds(Component source, int direction, in changeBounds()

1234