Home
last modified time | relevance | path

Searched refs:first (Results 176 – 200 of 1078) sorted by relevance

12345678910>>...44

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php124 $first = true;
126 if ($first) {
127 $first = false;
/plugin/odt/ODT/
H A DODTIndex.php367 $first = true;
376 if ( $first == false && $params [3] <= $start_outline ) {
396 $first = false;
/plugin/encryptedpasswords/
H A Dprint.less30 svg:first-of-type {
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst6 to produce immutable auto-curried iteratee-first data-last methods.
42 Immutable auto-curried iteratee-first data-last methods sound great, but what
100 // `lodash/filter` is data-first iteratee-last:
106 // `lodash/fp/filter` is iteratee-first data-last:
160 arguments in a different order. Placeholders are filled by the first available
/plugin/redissue/
H A DREADME.md75 // Display the first 25 issues with tracker 1 for project "myproject"
77 // Display the first 25 issues for project "myproject"
79 // Display the first 50 issues with tracker 4 for all projects (if you have rights)
106 "first": {
117 Then simply add your server with: `server="first"` in redissue syntax.
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php249 $matched = $this->first(
271 private function first(array $elements, callable $predicate) function in DeepCopy\\DeepCopy
/plugin/quicksubscribe/
H A Dstyle.less10 svg:first-of-type {
/plugin/socialshareprivacy2/
H A Dplugin.info.txt6 …ick share buttons for FB, Twitter, G+, Flattr and many more. Based on the first socialshareprivacy…
/plugin/captcha/
H A Dscript.js11 $box.first().val($code.text().replace(/([^A-Z])+/g, ''));
/plugin/bez/scripts/
H A Dstart.js9 active = $active.first().parents('li').index();
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js688 this.first = null;
698 result.first = this.first;
713 if (this.first == null) {
714 this.first = buffer;
722 if (this.first) {
725 this.first = this.first.next;
733 if (this.first && !this.first.prev) {
736 this.first = ((_ref = this.first) != null ? _ref.prev : void 0) || this.last;
737 if (this.first) {
894 while (this.list.first && this.localOffset >= this.list.first.length) {
[all …]
/plugin/redirector/
H A DREADME.md8 …`redirectURLs.txt` and insert your URLs to be redirected. The plugin will first look up the file i…
/plugin/bookmarkfile/
H A DREADME.md4 Thus you can create link lists based on your bookmark files without having to convert them first.
/plugin/docimporter/
H A D.action.php.swp26 …{� $second = strpos($line, "**", $first+2);� if ($first) {� $
/plugin/redproject/
H A DREADME.md14 …lder. If you use [redissue](https://www.dokuwiki.org/plugin:redissue) the first option is better, …
64 "first": {
78 <redproject proj="identifier_project" server="first" />
/plugin/groupmanager/
H A DREADME29 Groups to manage separated by commas; the first group in the list will be the default group.
53 capitalizing the first letter of the resulting words.)
69 “default” group, which is the first managed group (wg_mygroup_reader in the example).
/plugin/watchcycle/
H A Daction.php313 $first = 0;
315 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
324 $first += $num;
/plugin/randomtables/
H A Dscript.js53 jQuery(this).parent().first().remove();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php197 $first = $phpcsFile->findFirstOnLine(array(), $nextContent, true);
198 $phpcsFile->fixer->addNewlineBefore($first);
/plugin/tcycle/
H A Dstyle.css5 .tcycle figcaption:first-child { font-variant: small-caps; }
/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/semanticdata/
H A Dstyle.css18 *:first-child+html div.dataplugin_entry dl dd {
23 *:first-child+html div.dataplugin_entry dt {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DUseDeclarationSniff.php129 $first = $phpcsFile->findNext(T_NAMESPACE, 1);
130 if ($prev !== $first) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php256 * Returns first filter that matches variable, `null` if no such filter found.
266 $matched = $this->first(
280 * Returns first element that matches predicate, `null` if no such element found.
288 private function first(array $elements, callable $predicate) function in DeepCopy\\DeepCopy
/plugin/bez/mdl/
H A DTaskFactory.php25 $first = (int) substr($min_date, 0, strpos($min_date, '-'));
29 for ($year = $first; $year <= $last; $year++) {

12345678910>>...44