Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 1078) sorted by path

12345678910>>...44

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js6655 function first(array) {
12868 lodash.first = first;
12935 lodash.head = first;
13148 lodash.prototype.head = lodash.prototype.first;
13468 nodeInfo.startPosition = _.first(node.positions);
13479 var pageNumber = _.first(node.nodeInfo.pageNumbers);
32244 LineBreaker.prototype.nextCharClass = function(first) {
32245 if (first == null) {
32246 first = false;
H A Dpdfmake.min.js8first=jn,e.has=Ni,e.identity=bo,e.includes=xr,e.indexOf=Gn,e.isArguments=fi,e.isArray=ja,e.isBoole…
9first(t.positions),n.pageNumbers=a.chain(t.positions).map("pageNumber").uniq().value(),n.pages=e.l…
H A Dpdfmake.min.js.map1first","flatten","flattenDeep","initial","intersection","caches","last","lastIndexOf","pull","pull…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md210 The above will apply round bullets to the first defined graph, and square
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8first:"First",previous:"Previous",play:"Play",stop:"Stop",next:"Next",last:"Last",loop:{tip:"Click… method in b.controls.g
/plugin/apidoc/
H A Dstyle.css16 p.apidoc_right_bighead:first-child { margin-top: 0px; }
/plugin/approve/action/
H A Dmigration.php201 $first = 0;
203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
211 $first += $num;
228 $first = 0;
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
237 $first += $num;
257 $first = 0;
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
264 $first += $num;
/plugin/approve/
H A Dscript.js15 .insertAfter($select.find('option:first-child'));
39 var $h1 = jQuery("#dokuwiki__content h1:first");
45 var h1 = jQuery("#dokuwiki__header h1:first span").text();
125 $tr.children().first().css('border-left', '0');
/plugin/authdrupal8/
H A Dpassword.inc155 // The first 12 characters of an existing hash are its setting string.
229 // have 'U' added as the first character and need an extra md5().
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php136 $first = $prefix[0];
137 if (!isset($this->prefixesPsr0[$first][$prefix])) {
138 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
143 $this->prefixesPsr0[$first][$prefix] = array_merge(
145 $this->prefixesPsr0[$first][$prefix]
148 $this->prefixesPsr0[$first][$prefix] = array_merge(
149 $this->prefixesPsr0[$first][$prefix],
407 $first = $class[0];
408 if (isset($this->prefixLengthsPsr4[$first])) {
441 if (isset($this->prefixesPsr0[$first])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/
H A DSplitCapacityCommitmentResponse.php30 public function setFirst(CapacityCommitment $first) argument
32 $this->first = $first;
39 return $this->first;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntryOperation.php25 public $first; variable in Google\\Service\\Logging\\LogEntryOperation
42 public function setFirst($first) argument
44 $this->first = $first;
51 return $this->first;
H A DRequestLog.php43 public $first; variable in Google\\Service\\Logging\\RequestLog
216 public function setFirst($first) argument
218 $this->first = $first;
225 return $this->first;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntryOperation.php22 public $first; variable in Google\\Service\\Networkconnectivity\\LogEntryOperation
27 public function setFirst($first) argument
29 $this->first = $first;
33 return $this->first;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntryOperation.php25 public $first; variable in Google\\Service\\ServiceControl\\V2LogEntryOperation
42 public function setFirst($first) argument
44 $this->first = $first;
51 return $this->first;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md318 …of preference, but *it will be very difficult to use this library without first understanding the …
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md50 To use `Application Default Credentials`, You first need to download a set of
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
428 first byte is written, you could check if the response headers match your
459 * Relative redirects are now based on the last response, not the first response.
687 * Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
895 * Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection
979 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
H A DUPGRADING.md208 first byte is written, you could check if the response headers match your
284 the first time it is invoked.
774 …For example, setHeader() first removes the header using unset on a HeaderCollection and then calls…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md84 // This then is executed after the first then and receives the value
85 // returned from the first then.
120 // Triggers the first callback and outputs "A"
260 by passing `false` to the first argument of the `wait` function:
508 A static API was first introduced in 1.4.0, in order to mitigate problems with functions conflictin…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md118 - Response first-line to response string exception (fixes #145)
H A DREADME.md62 a PHP temp stream so that previously read bytes are cached first in memory,
135 This stream decorator skips the first 10 bytes of the given stream to remove
493 Subsequent read calls will first read from the buffer and then call `next`
558 The static API was first introduced in 1.7.0, in order to mitigate problems with functions conflict…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens
481 …* Fixed normalization of Traversables with very large data sets, only the first 1000 items are sho…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1190 $first = floor(ord($content[0]) / 40);
1197 if ($first <= 2) { // ie. 0 <= ord($content[0]) < 120 (0x78)
1199 array_unshift($oid, $first);
1239 $first = new BigInteger($part1);
1240 $first = $first->multiply($forty);
1241 $first = $first->add(new BigInteger($part2));
1243 array_unshift($parts, $first->toString());
/plugin/authhttp/
H A DREADME32 If the first condition is not true, ie. the plugin DOES provide the named

12345678910>>...44