/
glscene
/
pasdoc
ОбзорДокументацияВойти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
pasdoc/
.../component/tipue/
..
Makefile

Enable searching for any string length, enable searching for common words like "up", "between" etc.

5 лет назад
PasDoc_Tipue.pas

TPasMethod->TPasRoutine (less confusing name, as our TPasMethod could be global function/procedure)

5 лет назад
README

Update to link to website, not wiki

3 года назад
jquery.js

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
jquery.min.js

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
jquery.min.js.inc

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
loader.gif

Upgrade tipue to latest 3.0.1 from http://www.tipue.com/search/ . New JS, new way of initializing it. Along with it, update jquery to 2.0.0.

13 лет назад
loader.gif.inc

Upgrade tipue to latest 3.0.1 from http://www.tipue.com/search/ . New JS, new way of initializing it. Along with it, update jquery to 2.0.0.

13 лет назад
search.png

change file mode: remove executable permissions from non-executable files

5 лет назад
search.png.inc

Upgrade tipue to latest 3.0.1 from http://www.tipue.com/search/ . New JS, new way of initializing it. Along with it, update jquery to 2.0.0.

13 лет назад
tipue_results.html

Use tipue_results.html without an underscore, I cannot force GitHub pages to publish the file otherwise

6 лет назад
tipue_results.html.inc

Use tipue_results.html without an underscore, I cannot force GitHub pages to publish the file otherwise

6 лет назад
tipuesearch.css

Do not refer from tipuesearch.css to fonts.googleapis.com

2 года назад
tipuesearch.css.inc

Comment out custom style for tipue error

6 лет назад
tipuesearch.inc

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
tipuesearch.js

Enable searching for any string length, enable searching for common words like "up", "between" etc.

5 лет назад
tipuesearch.js.inc

Regenerate tipuesearch.js.inc with latest file_to_pascal_string that makes string literals fit within Delphi 255 limit

4 года назад
tipuesearch.min.js

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
tipuesearch_content.js

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
tipuesearch_content.js.inc

Update JQuery to ver3.5.1 and TipueSearch to ver7.1

6 лет назад
tipuesearch_set.js

Enable searching for any string length, enable searching for common words like "up", "between" etc.

5 лет назад
tipuesearch_set.js.inc

Enable searching for any string length, enable searching for common words like "up", "between" etc.

5 лет назад
README
Integration with Tipue (http://www.tipue.com/search/ ), version 3.0.1.
 
Some of the files here are copied from Tipue sources (it's Ok to copy,
MIT license). The tipuesearch.css needed some tiny modifications (see
"PasDoc" comments inside).
 
Our results page is called "tipue_results.html".
We initially used "tipue_results.html" but Jekyll and GitHub pages ignore
files that start with an underscore.
 
These files are processed by programs file_to_pascal_string and
file_to_pascal_data (in ../../tools/)
and then their contents are included in PasDoc_Tipue unit.
So all the needed tipue data is compiled inside pasdoc binary.
This way you don't have to download and unpack tipue to use it with pasdoc
--- Tipue data is inside PasDoc sources, and compiled inside PasDoc binary.
As pasdoc can automatically generate tipue index data,
users do not have to do (or even know) *anything* about tipue
to use it with pasdoc. It's just a matter of passing --use-tipue-search.
(we can't use tipue by default, without explicit request by --use-tipue-search
option, since it's not suitable for really large documentation,
see [https://pasdoc.github.io/UseTipueSearchOption]).