| /plugin/combo/ComboStrap/ |
| H A D | RouterRedirectionBuilder.php | 8 private string $origin; variable in ComboStrap\\RouterRedirectionBuilder 18 private function __construct(string $origin) argument 20 $this->origin = $origin; 24 * @param string $origin - the origin of the redirection 27 public static function createFromOrigin(string $origin): RouterRedirectionBuilder argument 29 return new RouterRedirectionBuilder($origin); 72 return $this->origin;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
| D | MetricStructuredName.php | 33 public $origin; variable in Google\\Service\\Dataflow\\MetricStructuredName 66 public function setOrigin($origin) argument 68 $this->origin = $origin; 75 return $this->origin;
|
| D | CounterStructuredName.php | 41 public $origin; variable in Google\\Service\\Dataflow\\CounterStructuredName 122 public function setOrigin($origin) argument 124 $this->origin = $origin; 131 return $this->origin;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | GeoDistance.php | 25 * @param array|string $origin the point from which distances will be calculated 27 public function __construct(string $name, string $field, $origin) argument 30 $this->setField($field)->setOrigin($origin); 48 …* @param array|string $origin valid formats are array("lat" => 52.3760, "lon" => 4.894), "52.3760,… 52 public function setOrigin($origin): self argument 54 return $this->setParam('origin', $origin);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/ |
| D | Key.php | 33 public $origin; variable in Google\\Service\\ChromeUXReport\\Key 70 public function setOrigin($origin) argument 72 $this->origin = $origin; 79 return $this->origin;
|
| D | QueryRequest.php | 38 public $origin; variable in Google\\Service\\ChromeUXReport\\QueryRequest 89 public function setOrigin($origin) argument 91 $this->origin = $origin; 98 return $this->origin;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ |
| D | BucketCors.php | 34 public $origin; variable in Google\\Service\\Storage\\BucketCors 71 public function setOrigin($origin) argument 73 $this->origin = $origin; 80 return $this->origin;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | DistanceFeature.php | 12 public function __construct(string $field, $origin, string $pivot) argument 15 $this->setOrigin($origin); 25 * @param array|string $origin 27 public function setOrigin($origin): self argument 29 return $this->setParam('origin', $origin);
|
| D | FunctionScore.php | 117 * @param string $origin the origin value for this decay function 130 string $origin, argument 140 'origin' => $origin,
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/ |
| D | TagHold.php | 41 public $origin; variable in Google\\Service\\CloudResourceManager\\TagHold 102 public function setOrigin($origin) argument 104 $this->origin = $origin; 111 return $this->origin;
|
| D | Lien.php | 34 public $origin; variable in Google\\Service\\CloudResourceManager\\Lien 79 public function setOrigin($origin) argument 81 $this->origin = $origin; 88 return $this->origin;
|
| /plugin/magnifier/ |
| D | style.css | 33 -webkit-transform-origin: 18px 248px; 34 -moz-transform-origin: 18px 248px; 35 -o-transform-origin: 18px 248px; 36 -ms-transform-origin: 18px 248px; 37 transform-origin: 18px 248px;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/ |
| D | AttributeContext.php | 87 public function setOrigin(Peer $origin) argument 89 $this->origin = $origin; 96 return $this->origin;
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.d.ts | 1053 add(origin: Date, count: number, unit: string): Date; 1054 copy(origin: Date): Date; 1055 date_part(origin: Date): Date; 1056 time_part(origin: Date): Date; 1057 day_start(origin: Date): Date; 1058 month_start(origin: Date): Date; 1059 week_start(origin: Date): Date; 1060 year_start(origin: Date): Date; 1061 getISOWeek(origin: Date): number; 1062 getUTCISOWeek(origin: Date): number; [all …]
|
| /plugin/revealjs/plugin/notes-server/ |
| D | client.js | 6 var socket = io.connect( window.location.origin ), 9 console.log( 'View slide notes at ' + window.location.origin + '/notes/' + socketId ); 11 window.open( window.location.origin + '/notes/' + socketId, 'notes-' + socketId );
|
| /plugin/move/helper/ |
| D | rewrite.php | 216 $origin = $meta['origin']; 217 if($origin == '') $origin = $id; 221 'origin' => &$origin, 244 $Handler->init($id, $origin, $pages, $media, $handlers);
|
| /plugin/todo/ |
| H A D | README.md | 14 git push origin 17 git push origin `date +%F` 19 git push -f origin latest
|
| /plugin/revealjs/plugin/zoom-js/ |
| D | zoom.js | 113 var origin = scrollOffset.x +'px '+ scrollOffset.y +'px', 116 document.body.style.transformOrigin = origin; 117 document.body.style.OTransformOrigin = origin; 118 document.body.style.msTransformOrigin = origin; 119 document.body.style.MozTransformOrigin = origin; 120 document.body.style.WebkitTransformOrigin = origin;
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | HISTORY.md | 21 * 2016-09-30: applying some pull requests of the origin repository 25 * 2016-09-29: applying some pull requests of the origin repository 31 * 2016-09-26: applying some pull requests of the origin repository
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/ |
| D | blob.js | 66 , origin = /^[\w-]+:\/*\[?[\w\.:-]+\]?(?::[0-9]+)?/ 82 uri_info.origin = null; 84 uri_origin = uri.match(origin); 85 uri_info.origin = uri_origin && uri_origin[1];
|
| /plugin/googlemaps3/ |
| D | script.js | 55 origin = options.lat+','+options.lng; 58 origin = options.lng; 72 …(options.dir ? '<p><a href="https://www.google.com/maps/dir/?api=1&destination='+origin+'" target=…
|
| /plugin/redirect2/lang/en/ |
| D | intro.txt | 4 …* The origin and destination ID must be absolute and cleaned (no specialchars, all lowercase, full… 6 …* If the origin ID ends '':'', all pages/media files under the given namespace will be redirected.…
|
| /plugin/bootswrapper/exe/help/ |
| D | accordion.txt | 9 …od. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assum… 12 …od. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assum… 15 …od. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assum… 23 …od. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assum…
|
| /plugin/revealjs/css/ |
| D | reveal.css | 264 -webkit-transform-origin: 0.2em 50%; 265 transform-origin: 0.2em 50%; 491 -webkit-perspective-origin: 50% 40%; 492 perspective-origin: 50% 40%; } 508 …transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transfor… 509 …transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-be… 811 -webkit-transform-origin: 100% 0%; 812 transform-origin: 100% 0%; 817 -webkit-transform-origin: 0% 0%; 818 transform-origin: 0% 0%; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | GraphViewer.js | 782 var origin = mxUtils.getScrollOrigin(document.body) 785 {left: -origin.x, top: -origin.y}; 943 var positionGraph = mxUtils.bind(this, function(origin) argument 956 if (container.offsetWidth > 0 && origin == null && this.allowZoomOut && (this.allowZoomIn || 969 …else if (!this.widthIsEmpty && origin == null && !(this.graphConfig.resize != false || container.s… 975 origin = (origin != null) ? origin : new mxPoint(); 977 …raph.view.setTranslate(Math.floor(this.graph.border - bounds.x / this.graph.view.scale) + origin.x, 978 Math.floor(this.graph.border - bounds.y / this.graph.view.scale) + origin.y); 995 this.positionGraph = function(origin) argument 999 positionGraph(origin); [all …]
|