Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 1078) sorted by last modified time

12345678910>>...44

/plugin/pagequery/
H A DPageQuery.php24 // returns first $count letters from $text in lowercase
146 // first column is the basic page id
179 $value = $this->first($abc, strlen($key));
226 // only set date formats once per sort column/key (not per id!), i.e. on first row
247 // first try to use the custom column names as entered by user
367 private function first(string $text, $count): string
461 // first deal with excluded namespaces, then included, order matters!
597 * @param array $sort_array : multi-dimensional array of arrays, where the first index refers to
767 // allow the first heading to be used instead of page id/name
1029 * Return the first par
368 private function first(string $text, $count): string global() function in PageQuery
[all...]
H A Dreadme.md60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
/plugin/twofactor/
H A DManager.php250 // still here? no valid setting. Use first available one
251 $first = array_shift($providers);
252 if ($first !== null) {
253 $this->setUserDefaultProvider($first);
255 return $first;
/plugin/siteexport/
H A DREADME.md163 mergeheader | this will, as addition to merge, merge all headers starting with the first document (…
H A Djquery.filedownload.js353 var $contents = $(formDoc.body).contents().first();
/plugin/siteexport/inc/
H A DreadCSS.patch18 // But first, we replace upper and mixed case closing style tag with lower
/plugin/linkback/
H A DCHANGELOG29 * Initial release of the first prototype
H A Dhelper.php93 $first = $_REQUEST['first'];
94 if (!is_numeric($first)) {
95 $first = 0;
116 if (-- $first >= 0) {
118 } // skip first entries
H A Dadmin.php52 $first = $_REQUEST['first'];
53 if (!is_numeric($first)) $first = 0;
61 $more = count($targets) > ($first + $num);
62 $targets = array_slice($targets, $first, $num);
80 $this->_browseLinkbackLinks($more, $first, $num);
243 function _browseLinkbackLinks($more, $first, $num){ argument
246 if (($first == 0) && (!$more)) return true;
249 $last = $first
[all...]
/plugin/struct/meta/
H A DQueryBuilderWhere.php113 * @param bool $first is this the first where statement? Then the type is ignored
116 public function toSQL($first = true) argument
121 if (!$first) $sql .= $this->type . ' ';
124 $first = true;
127 $sql .= $where->toSQL($first);
128 $first = false;
/plugin/struct/renderer/
H A Dcsv.php15 protected $first = false; variable in renderer_plugin_struct_csv
67 * Opening a table row prevents the separator for the first following cell
72 $this->first = true;
76 * Output the delimiter (unless it's the first cell of this row) and the text wrapper
86 if (!$this->first) {
89 $this->first = false;
/plugin/struct/script/
H A DEntryEditor.js71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
H A DInlineEditor.js60 // focus first input
61 $form.find('input, textarea').first().focus();
/plugin/struct/
H A Dstyle.less246 tr:first-child {
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div (…)
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/composer/
H A DClassLoader.php32 * the autoloader will first look for the class under the component/
69 * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
199 $first = $prefix[0];
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix] = $paths;
206 $this->prefixesPsr0[$first][$prefix] = array_merge(
208 $this->prefixesPsr0[$first][$prefix]
211 $this->prefixesPsr0[$first][$prefix] = array_merge(
212 $this->prefixesPsr0[$first][$prefix],
497 $first
[all...]
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md51 print "This multipoint has ".$multipoint->numGeometries()." points. The first point has a wkt representation of ".$first_wkt;
70 $linestring1 = $geomComponents[0]->getComponents(); //an array of the first linestring's point geometries
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js494 … subHtml = $currentEle.attr('title') || $currentEle.find('img').first().attr('alt');
H A Dlightgallery.min.js4 …"),this.s.getCaptionFromTitleOrAlt&&!e&&(e=d.attr("title")||d.find("img").first().attr("alt")))),!…
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php143 …is animated and transparent; PNG and ICO are tranparent but not animated (first frame is rendered …
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt147 * Bugfix (#209): don't try ImageMagick first if
203 don't-show-on-first-page-load bug
502 * Bugfix: first (internal) call to ImageMagickVersion() failed
728 * Cached files are now used from first instance, avoiding
H A Dphpthumb.faq.txt17 Q: I think I found a bug, what's the first thing I should do?
136 Q: The first time I go to a page which contains thumbnails I
H A Dphpthumb.readme.txt302 use first character of channel string as channel)
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read

12345678910>>...44