Home
last modified time | relevance | path

Searched refs:int (Results 551 – 575 of 743) sorted by path

1...<<21222324252627282930

/plugin/fksnewsfeed/admin/
H A Dpush.php20 public function getMenuSort(): int {
107 private function newsAddForm(string $stream, int $newsId): string {
H A Dstream.php17 public function getMenuSort(): int {
/plugin/fksnewsfeed/
H A Dhelper.php94 private function allParentDependence(int $streamId): array {
108 public function fullParentDependence(int $streamId, array &$arr): void {
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php30 public function getSort(): int {
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php26 public function getById(int $id): ?AbstractModel {
54 public function getMaxId(): int {
H A DModelNews.php11 public int $newsId;
90 public static function getCacheFileById(int $id): string {
H A DModelPriority.php13 public int $priorityId;
19 private int $priorityValue;
21 public int $newsId;
23 public int $streamId;
25 public function getPriorityValue(): int {
H A DModelStream.php15 public int $streamId;
H A DServicePriority.php20 public function findByNewsAndStream(int $newsId, int $streamId): ?ModelPriority {
32 public function store(int $newsId, int $streamId): void {
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php68 protected function getPriorityField(int $id, string $streamName, array $params): string {
115 protected function btnEditNews(int $id, string $stream): string {
/plugin/fksnewsfeed/syntax/
H A Dfeed.php31 public function getSort(): int {
/plugin/geonav/db/
H A Dtest.sqlite7int UNIQUE PRIMARY KEY, state char(32) NOT NULL, state_abbr char(8) DEFAULT NULL, is_state int NOT…
/plugin/glossary/lang/fr/
H A DpageTemplate.txt6 TODO Votre @@PROPOSITIONPAGE@@ nous intéresse :-)
/plugin/googlesearch/
H A Dnusoap.php177 'i4'=>'','int'=>'integer','boolean'=>'boolean','string'=>'string','double'=>'double',
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php112 $int = new GTBigInteger($this->publicationIdentifier);
114 $bytes = $int->toBytes();
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php349 $int = new GTBigInteger($bytes);
350 $int = $int->add(new GTBigInteger(1));
352 $bytes = $int->toBytes();
/plugin/html5video2/script/
H A Dvideo.min.js21 …st:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:…
/plugin/htmlok/
H A DBaseSyntaxPlugin.php40 public function getSort(): int
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown68 autoplaySpeed | int | 3000 | Auto play change interval
92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
95 slidesToShow | int | 1 | # of slides to show at a time
96 slidesToScroll | int | 1 | # of slides to scroll at a time
97 speed | int | 300 | Transition speed
101 touchThreshold | int | 5 | To advance slides, the user must swipe a length of (1/touchThreshold) * …
173 slickGoTo | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second …
175 slickAdd | element : html or DOM object, index: int, addBefore: bool | Add a slide. If an index is …
176 slickRemove | index: int, removeBefore: bool | Remove slide by index. If removeBefore is set true, …
/plugin/imapmarkers/syntax/
H A Dmap.php26 private int $nr_imagemap_handler;
27 private int $nr_imagemap_render;
/plugin/inlineedit/
H A Daction.php47 $itemPos = $INPUT->int('id'); //input index on the server
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak122 (int) state.getX() + translate.x, (int) state.getY()
123 + translate.y, (int) state.getWidth(), (int) state
H A DGraphEditor.java.bak522 for (int i = 0; i < state.getAbsolutePointCount(); i++)
H A DUserObject.java.bak113 int pos = label.indexOf(' ');

1...<<21222324252627282930