Home
last modified time | relevance | path

Searched refs:getDirection (Results 1 – 25 of 48) sorted by relevance

12

/plugin/gtime/gtlib/tsp/
DGTHashChain.php147 } while ($iter1->valid() && $entry->getDirection() == 1);
149 if ($entry->getDirection() == 0 && !$iter2->valid()) {
158 } while ($iter2->valid() && $other->getDirection() == 1);
160 if ($entry->getDirection() == 1 && $other->getDirection() == 1) {
202 $idNational = 2 * $idNational + (1 - $entry->getDirection());
222 $idState = 2 * $idState + (1 - $entry->getDirection());
241 $idLocal = 2 * $idLocal + (1 - $entry->getDirection());
259 $idClient = 2 * $idClient + (1 - $entry->getDirection());
305 if ($entry->getDirection() == 1) {
DGTHashEntry.php103 public function getDirection() { function in GTHashEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DGoogleDatastoreAdminV1IndexedProperty.php41 public function getDirection() function in Google\\Service\\Datastore\\GoogleDatastoreAdminV1IndexedProperty
DPropertyOrder.php39 public function getDirection() function in Google\\Service\\Datastore\\PropertyOrder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DOrder.php39 public function getDirection() function in Google\\Service\\Firestore\\Order
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DDeserializationContext.php21 public function getDirection(): int function in JMS\\Serializer\\DeserializationContext
DSerializationContext.php114 public function getDirection(): int function in JMS\\Serializer\\SerializationContext
DContext.php250 abstract public function getDirection(): int; function in JMS\\Serializer\\Context
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DPacketMirroringFilter.php77 public function getDirection() function in Google\\Service\\Compute\\PacketMirroringFilter
DFirewallPolicyRule.php110 public function getDirection() function in Google\\Service\\Compute\\FirewallPolicyRule
DFirewall.php174 public function getDirection() function in Google\\Service\\Compute\\Firewall
/plugin/findologicxmlexport/vendor/hoa/ustring/
DREADME.md93 `Hoa\Ustring\Ustring::getDirection` method (which call the
99 $french->getDirection(), // int(0)
100 $arabic->getDirection(), // int(1)
101 $japanese->getDirection() // int(0)
DUstring.php762 public function getDirection() function in Hoa\\Ustring\\Ustring
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
DFirewallInfo.php88 public function getDirection() function in Google\\Service\\NetworkManagement\\FirewallInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DParagraphStyle.php73 public function getDirection() function in Google\\Service\\Slides\\ParagraphStyle
/plugin/dwtimeline/syntax/
H A Dmilestone.php88 parent::$direction = $this->getDirection();
H A Dtimeline.php80 parent::$direction = $this->getDirection();
H A Ddwtimeline.php55 public function getDirection() function in syntax_plugin_dwtimeline_dwtimeline
/plugin/combo/ComboStrap/
H A DBootstrap.php422 $direction = Lang::createFromRequestedMarkup()->getDirection();
424 $direction = Site::getLangObject()->getDirection();
H A DLang.php228 public function getDirection() function in ComboStrap\\Lang
H A DTemplateForWebPage.php483 Lang::PROPERTY_DIR_NAME => $this->getRequestedLangOrDefault()->getDirection()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DParagraphStyle.php192 public function getDirection() function in Google\\Service\\Docs\\ParagraphStyle
/plugin/authgoogle/google/contrib/
DGoogle_DatastoreService.php688 public function getDirection() { function in Google_PropertyOrder
/plugin/ckgdoku/ckeditor/
Dckeditor.js117 …t()})},getDirection:function(a){return a?this.getComputedStyle("direction")||this.getDirection()||…
249 …tsLangDirection=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.element.getDirection(1):a.lang.dir);…
353 !a.config.disableNativeSpellChecker);var f=a.config.contentsLangDirection;this.getDirection(1)!=f&&…
479 …},direction:function(){return(this.block||this.blockLimit||this.root).getDirection(1)}},CKEDITOR.d…
610 …TE_ON:CKEDITOR.TRISTATE_OFF));c=(b.block||b.blockLimit||a.editable()).getDirection(1);c!=(a._.selD…
613 …ak a}h=h.getParent()}h=!0}h=!h}if(h&&(h=this.getDirection(1),k=a.apply(this,arguments),h!=this.get…
614 …("dirChanged",function(b){a.fire("dirChanged",{node:b.data,dir:b.data.getDirection(1)})})});a.on("…
797 …ction(),z=x.createBookmarks(),w=u.getDirection(1),q=u.getAttribute("class"),A=u.getAttribute("styl…
800 z&&z.is("li")?B=z:(B=t.createElement(x),d&&(r=d.getDirection())&&B.setAttribute("dir",r));if(t=w.el…
802 …)),v=q.block,u=v&&q.block.getName();e||"li"!=u?(!e&&l&&h.test(u)?(l=v.getDirection())?(k=k.createE…
[all …]
/plugin/pdfjs/pdfjs/web/
Dviewer.js637 return this.l10n.getDirection();
3459 getDirection: function () {
3477 function getDirection() { function
3481 return getDirection;
9346 this.l10n.getDirection().then(function (dir) {
14425 return _context2.abrupt("return", l10n.getDirection());
14435 function getDirection() { function
14439 return getDirection;
15318 getDirection: function getDirection() {

12