Home
last modified time | relevance | path

Searched +refs:make +refs:component +refs:history (Results 1 – 25 of 9048) sorted by relevance

12345678910>>...362

/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/manual/
H A Dlepton-attrib.texi10 all components in rows, with the associated component attributes
12 component attributes outside of @command{lepton-schematic}, and then
18 saves you the pain of clicking on each component and repeatedly using
19 @command{lepton-schematic}'s attribute editor to modify component
40 * Credits and history of lepton-attrib::
114 which doesn't exist on any component).
166 autoreconf -ivf && ./configure --disable-attrib && make
167 sudo make install
181 autoreconf -ivf && ./configure --with-gtk3 && make
182 sudo make install
[all …]
/dports/www/matomo/piwik/core/
H A DUpdater.php257 $update = StaticContainer::getContainer()->make($className);
464 $history = Option::get(self::OPTION_KEY_MATOMO_UPDATE_HISTORY);
465 $history = explode(',', (string) $history);
468 if (!empty($previousVersion) && !in_array($previousVersion, $history, true)) {
471 array_unshift( $history, $previousVersion );
472 $history = array_slice( $history, 0, 6 ); // lets keep only the last 6 versions
473 Option::set(self::OPTION_KEY_MATOMO_UPDATE_HISTORY, implode(',', $history));
555 foreach ($columnsVersions as $component => $version) {
556 $componentsToCheck[$component] = $version;
618 $update = StaticContainer::getContainer()->make($className);
/dports/www/firefox-esr/firefox-91.8.0/docshell/shistory/
H A DnsISHistory.idl30 * component. In an embedded browser environment, the nsIWebBrowser
34 * session history component must create a instance of it and set
45 * in session history.
81 * Called to purge older documents from history.
99 * Called to register a listener for the session history component.
114 * Called to remove a listener for the session history component.
118 * session history.
143 * Called to obtain the index to a given history entry.
192 * Also make sure that the total number of content viewers in all windows is
197 * history, aIndex should be the index history was
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/shistory/
H A DnsISHistory.idl24 * component. In an embedded browser environment, the nsIWebBrowser
28 * session history component must create a instance of it and set
39 * in session history.
75 * Called to purge older documents from history.
93 * Called to register a listener for the session history component.
108 * Called to remove a listener for the session history component.
112 * session history.
130 * Called to obtain the index to a given history entry.
179 * Also make sure that the total number of content viewers in all windows is
184 * history, aIndex should be the index history was
[all …]
/dports/www/firefox/firefox-99.0/docshell/shistory/
H A DnsISHistory.idl30 * component. In an embedded browser environment, the nsIWebBrowser
34 * session history component must create a instance of it and set
45 * in session history.
81 * Called to purge older documents from history.
99 * Called to register a listener for the session history component.
114 * Called to remove a listener for the session history component.
118 * session history.
143 * Called to obtain the index to a given history entry.
192 * Also make sure that the total number of content viewers in all windows is
197 * history, aIndex should be the index history was
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/shistory/
H A DnsISHistory.idl30 * component. In an embedded browser environment, the nsIWebBrowser
34 * session history component must create a instance of it and set
45 * in session history.
81 * Called to purge older documents from history.
99 * Called to register a listener for the session history component.
114 * Called to remove a listener for the session history component.
118 * session history.
143 * Called to obtain the index to a given history entry.
192 * Also make sure that the total number of content viewers in all windows is
197 * history, aIndex should be the index history was
[all …]
/dports/math/mdal/MDAL-release-0.9.0/docs/source/contributing/
H A Ddeveloper.rst7 Install all required development packages: GNU make, g++, …
15 make -j8 -s
16 cd apps; make -s test_ogrsf; cd ..
42 Indicate a component name (eg a driver name), a short description and
93 # At end of your work, make sure history is reasonable by folding non
110 changes, commit locally and push. To get a reasonable history, you may
134 commit or the history of anything that has been committed to
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/contributing/
H A Ddeveloper.rst7 Install all required development packages: GNU make, g++, …
15 make -j8 -s
16 cd apps; make -s test_ogrsf; cd ..
42 Indicate a component name (eg a driver name), a short description and
93 # At end of your work, make sure history is reasonable by folding non
110 changes, commit locally and push. To get a reasonable history, you may
134 commit or the history of anything that has been committed to
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/contributing/
H A Ddeveloper.rst7 Install all required development packages: GNU make, g++, …
15 make -j8 -s
16 cd apps; make -s test_ogrsf; cd ..
42 Indicate a component name (eg a driver name), a short description and
93 # At end of your work, make sure history is reasonable by folding non
110 changes, commit locally and push. To get a reasonable history, you may
134 commit or the history of anything that has been committed to
/dports/graphics/gdal/gdal-3.3.3/doc/source/contributing/
H A Ddeveloper.rst7 Install all required development packages: GNU make, g++, …
15 make -j8 -s
16 cd apps; make -s test_ogrsf; cd ..
42 Indicate a component name (eg a driver name), a short description and
93 # At end of your work, make sure history is reasonable by folding non
110 changes, commit locally and push. To get a reasonable history, you may
134 commit or the history of anything that has been committed to
/dports/shells/fish/fish-3.3.1/doc_src/cmds/
H A Dbind.rst86 …th-component``, move one path component to the left of the cursor to the killring. A path componen…
94 - ``beginning-of-history``, move to the beginning of the history
104 - ``capitalize-word``, make the current word begin with a capital letter
116 - ``downcase-word``, make the current word lowercase
120 - ``end-of-history``, move to the end of the history
140 - ``history-search-backward``, search the history for the previous match
142 - ``history-search-forward``, search the history for the next match
144 - ``history-prefix-search-backward``, search the history for the previous prefix match
146 - ``history-prefix-search-forward``, search the history for the next prefix match
150 - ``history-token-search-forward``, search the history for the next matching argument
[all …]
/dports/cad/geda/geda-gaf-1.8.2/libgeda/lib/
H A Dsystem-gafrc50 ; component. Attribute promotion basically means that any floating attribute
52 ; newly inserted component. This only occurs when the component is
61 ; attributes are promoted (attached to the outside of the component) if the
72 ; NOT deleted. Having this enabled will keeps component slotting working.
74 ; keyword is disabled, then component slotting will NOT work (and maybe
94 ; make-backup-files
98 ; as you can always recover any mistakes from the revision history.
99 ;(make-backup-files "disabled")
100 (make-backup-files "enabled")
108 (color-map-make-friendly print-color-map)
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/
H A DREADME.md6 Ignition Math is a component in the Ignition framework, a set of libraries
14 This project uses [appveyor](https://ci.appveyor.com/project/scpeters/ign-math/history)
43 - sudo make install
50 - sudo make uninstall
58 make doc
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/include/
H A Ddefault_mysqld.cnf9 # as designated in a particular file or component or in included license
53 # the loose- syntax is to make sure the cnf file is also
72 loose-performance-schema-events-waits-history-size=10
73 loose-performance-schema-events-waits-history-long-size=10000
74 loose-performance-schema-events-stages-history-size=10
75 loose-performance-schema-events-stages-history-long-size=1000
76 loose-performance-schema-events-statements-history-size=10
86 loose-performance-schema-consumer-events-stages-history=ON
89 loose-performance-schema-consumer-events-statements-history=ON
92 loose-performance-schema-consumer-events-waits-history=ON
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/include/
H A Ddefault_mysqld.cnf9 # as designated in a particular file or component or in included license
53 # the loose- syntax is to make sure the cnf file is also
72 loose-performance-schema-events-waits-history-size=10
73 loose-performance-schema-events-waits-history-long-size=10000
74 loose-performance-schema-events-stages-history-size=10
75 loose-performance-schema-events-stages-history-long-size=1000
76 loose-performance-schema-events-statements-history-size=10
86 loose-performance-schema-consumer-events-stages-history=ON
89 loose-performance-schema-consumer-events-statements-history=ON
92 loose-performance-schema-consumer-events-waits-history=ON
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/include/
H A Ddefault_mysqld.cnf9 # as designated in a particular file or component or in included license
53 # the loose- syntax is to make sure the cnf file is also
72 loose-performance-schema-events-waits-history-size=10
73 loose-performance-schema-events-waits-history-long-size=10000
74 loose-performance-schema-events-stages-history-size=10
75 loose-performance-schema-events-stages-history-long-size=1000
76 loose-performance-schema-events-statements-history-size=10
86 loose-performance-schema-consumer-events-stages-history=ON
89 loose-performance-schema-consumer-events-statements-history=ON
92 loose-performance-schema-consumer-events-waits-history=ON
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/include/
H A Ddefault_mysqld.cnf9 # as designated in a particular file or component or in included license
53 # the loose- syntax is to make sure the cnf file is also
72 loose-performance-schema-events-waits-history-size=10
73 loose-performance-schema-events-waits-history-long-size=10000
74 loose-performance-schema-events-stages-history-size=10
75 loose-performance-schema-events-stages-history-long-size=1000
76 loose-performance-schema-events-statements-history-size=10
86 loose-performance-schema-consumer-events-stages-history=ON
89 loose-performance-schema-consumer-events-statements-history=ON
92 loose-performance-schema-consumer-events-waits-history=ON
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/include/
H A Ddefault_mysqld.cnf9 # as designated in a particular file or component or in included license
53 # the loose- syntax is to make sure the cnf file is also
72 loose-performance-schema-events-waits-history-size=10
73 loose-performance-schema-events-waits-history-long-size=10000
74 loose-performance-schema-events-stages-history-size=10
75 loose-performance-schema-events-stages-history-long-size=1000
76 loose-performance-schema-events-statements-history-size=10
86 loose-performance-schema-consumer-events-stages-history=ON
89 loose-performance-schema-consumer-events-statements-history=ON
92 loose-performance-schema-consumer-events-waits-history=ON
[all …]
/dports/www/p5-Mason/Mason-2.24/
H A DChanges1 Revision history for Mason
27 - Add class_header shortcut to add to each component class header - perl-mason/pull/14
68 - Properly quote paths when generating component class (Peter Franke)
92 declarations. These alternate syntaxes may make it into a plugin.
142 - Set $_ as well as $_[0] to content for filtering, to make s// based filters easier
148 - Untaint component source when in taint mode (e.g. mod_perl) as in Mason 1, otherwise
173 - Change default component file extensions due to conflict with Objective C's .m
175 .mc - top-level component
176 .mi - internal component
177 .mp - pure-perl component
[all …]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/print/
H A Ddbgloss.dsl9 (element glossary ($component$))
30 (make paragraph
38 (make link
47 (make paragraph
60 (make sequence
66 (make link
78 ;; history and the definition from the referenced term.
99 (make link
108 (make link
114 (make sequence
/dports/devel/p5-App-SD/App-SD-0.75/t/sd-trac/
H A Dbasic.t64 sleep 2; # to make trac happy
72 sleep 2; # to make trac happy
75 my $history = $ticket->history;
76 ok( $history, "The ticket has some history" );
77 my @entries = @{ $history->entries };
197 'component: core',
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/doc/qtcreator/src/qtquick/
H A Dqtquick-designer.qdoc84 \li Displays the composition of the current component file as
85 a tree structure. A component file can contain references
106 \li Enables you to make movement between states smooth by animating
152 \li \uicontrol {Go Back}: moves a step backwards in your location history.
159 \li \uicontrol {Go Forward}: moves a step forward in your location history.
188 or the entire UI. The changes you make to the UI are instantly
214 \li Returns a component to its \e {implicit position} after
225 \li Fills the selected component to its parent component.
235 \li Copies property values from the selected component.
251 \li Uses a \uicontrol Column component to lay out the selected
[all …]
/dports/graphics/p5-Layout-Manager/Layout-Manager-0.35/
H A DChanges1 Revision history for Layout-Manager
108 - Add a test container and make component actually be a component
122 - Remove component management from Manager, leave that to
124 - Remove component role
134 - Watch for empty component slots in implementations
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/controls/
H A DHTML.as410 * Lets you pass a value to the component
413 * property to a property of this component.
464 * The overall length of the history list,
468 * as the <code>window.history.length</code>
486 * The current position in the history list.
488 * <p>The history list corresponds to the <code>window.history</code>
648 // Setting both location and htmlText doesn't make sense,
699 * The component can then use the <code>listData</code> property
791 // Setting both location and htmlText doesn't make sense,
1110 * in this control's history list.
[all …]
/dports/net-im/p5-Net-XMPP2/Net-XMPP2-0.14/
H A DTODO8 - to mark history of room
28 - managing of discussion history when entering
31 x make own possible
77 - make more tests
80 - jabber component
122 - make dns resolution async!

12345678910>>...362