Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 1078) sorted by last modified time

12345678910>>...44

/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md171 * `FEAT`: make first row and column of decision table sticky ([#606](https://github.com/bpmn-io/dmn…
412 * `FEAT(decision-table)`: show input and output label first in editors ([#346](https://github.com/b…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css633 .djs-popup-label:not(:first-child) {
646 .djs-popup-body .entry-header:not(:first-child) {
662 .djs-popup-body .entry:not(:first-child) {
H A Ddmn-js-decision-table-controls.css157 .dmn-decision-table-container .dms-form-control:first-child {
H A Ddmn-js-decision-table.css135 .dmn-decision-table-container th:not(:first-child),
136 .dmn-decision-table-container td:not(:first-child) {
145 .dmn-decision-table-container thead th:first-child {
150 .dmn-decision-table-container tfoot td:first-child {
154 .dmn-decision-table-container tbody td:first-child,
155 .dmn-decision-table-container tfoot td:first-child {
166 .dmn-decision-table-container thead th:first-child,
167 .dmn-decision-table-container tbody td:first-child {
181 .dmn-decision-table-container tbody tr:first-child td {
H A Ddmn-js-literal-expression.css138 .dmn-literal-expression-container .literal-expression-properties table tr td:first-child {
/plugin/katex/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/bbcodeextensions/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/confightmlok/
H A DLICENSE148 Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
232 The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.
/plugin/randomtables/
H A Dscript.js53 jQuery(this).parent().first().remove();
H A Dstyle.css41 table.randomtable tr td:first-of-type {
/plugin/oauth/vendor/composer/
H A DClassLoader.php32 * the autoloader will first look for the class under the component/
202 $first = $prefix[0];
203 if (!isset($this->prefixesPsr0[$first][$prefix])) {
204 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
209 $this->prefixesPsr0[$first][$prefix] = array_merge(
211 $this->prefixesPsr0[$first][$prefix]
214 $this->prefixesPsr0[$first][$prefix] = array_merge(
215 $this->prefixesPsr0[$first][$prefix],
498 $first = $class[0];
499 if (isset($this->prefixLengthsPsr4[$first])) {
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php32 * the autoloader will first look for the class under the component/
206 $first = $prefix[0];
207 if (!isset($this->prefixesPsr0[$first][$prefix])) {
208 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
213 $this->prefixesPsr0[$first][$prefix] = array_merge(
215 $this->prefixesPsr0[$first][$prefix]
218 $this->prefixesPsr0[$first][$prefix] = array_merge(
219 $this->prefixesPsr0[$first][$prefix],
503 $first = $class[0];
504 if (isset($this->prefixLengthsPsr4[$first])) {
[all...]
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
/plugin/htmlokalt/
H A DLICENSE148 …older notifies you of the violation by some reasonable means, this is the first time you have rece…
232 …o, use the GNU Lesser General Public License instead of this License. But first, please read <http…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt459 | reverse | display the last items in the feed first |
/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/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/btable2/
H A DREADME.md55 - Version 2019-06-22 (first release)
H A Dsyntax.php72 …list($first, $second) = preg_split('#(\s|\n|\r)*<\/columns>(\s|\n|\r)*<rows>(\s|\n|\r)*#u', $optio…
75 list(, $ids) = preg_split('#(\S|\s|\n|\r)*<columns>(\s|\n|\r)*#u', $first);
/plugin/odt/ODT/
H A DODTIndex.php367 $first = true;
376 if ( $first == false && $params [3] <= $start_outline ) {
396 $first = false;
H A DODTTable.php76 $first = true;
82 if ($first == true) {
83 $first = false;
H A DODTUtility.php40 $first = strpos ($content, '<locallink', $position);
41 if ( $first === false ) {
44 $endFirst = strpos ($content, '>', $first);
55 $match = substr ($content, $first, $second - $first + $length + 1);
60 $opentag = substr ($match, 0, $endFirst-$first);
82 $position = $first + strlen ($link);
100 $position = $first + strlen ($link);
114 $position = $first + strlen ($text);
872 $first = true;
900 if ($first) {
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php209 $first = true;
/plugin/odt/
H A DChangeLog.txt59 * Added support for text indentation for the first line of a paragraph.
98 Reason: a nested frame will not be displayed, only the first, outer one.
/plugin/openid/Auth/OpenID/
H A DParse.php351 $first = $matches[0];
352 return Auth_OpenID::arrayGet($first, 'href', null);

12345678910>>...44