Home
last modified time | relevance | path

Searched refs:fillable (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/
H A DGuardsAttributes.php14 protected $fillable = []; variable
44 return $this->fillable;
50 * @param array $fillable
53 public function fillable(array $fillable) function
55 $this->fillable = $fillable;
63 * @param array $fillable
66 public function mergeFillable(array $fillable) argument
68 $this->fillable = array_merge($this->fillable, $fillable);
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c144 fillable = range_len; in ext_falloc_helper()
145 if (fillable == 0) in ext_falloc_helper()
210 if (fillable == 0) in ext_falloc_helper()
338 fillable = 0; in ext_falloc_helper()
359 if (fillable == 0) in ext_falloc_helper()
369 fillable -= 1 + ((x + fillable) in ext_falloc_helper()
371 if (fillable == 0) in ext_falloc_helper()
419 fillable = 0; in ext_falloc_helper()
430 if (fillable == 0) in ext_falloc_helper()
443 if (fillable == 0) in ext_falloc_helper()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c144 fillable = range_len; in ext_falloc_helper()
145 if (fillable == 0) in ext_falloc_helper()
210 if (fillable == 0) in ext_falloc_helper()
338 fillable = 0; in ext_falloc_helper()
359 if (fillable == 0) in ext_falloc_helper()
369 fillable -= 1 + ((x + fillable) in ext_falloc_helper()
371 if (fillable == 0) in ext_falloc_helper()
419 fillable = 0; in ext_falloc_helper()
430 if (fillable == 0) in ext_falloc_helper()
443 if (fillable == 0) in ext_falloc_helper()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dfallocate.c144 fillable = range_len; in ext_falloc_helper()
145 if (fillable == 0) in ext_falloc_helper()
210 if (fillable == 0) in ext_falloc_helper()
338 fillable = 0; in ext_falloc_helper()
359 if (fillable == 0) in ext_falloc_helper()
369 fillable -= 1 + ((x + fillable) in ext_falloc_helper()
371 if (fillable == 0) in ext_falloc_helper()
419 fillable = 0; in ext_falloc_helper()
430 if (fillable == 0) in ext_falloc_helper()
443 if (fillable == 0) in ext_falloc_helper()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DGuardsAttributes.php14 protected $fillable = []; variable
37 return $this->fillable;
43 * @param array $fillable
46 public function fillable(array $fillable) function
48 $this->fillable = $fillable;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/jenssegers/model/src/
H A DModel.php47 protected $fillable = []; variable in Jenssegers\\Model\\Model
147 if (count($this->fillable) > 0 && ! static::$unguarded) {
148 return array_intersect_key($attributes, array_flip($this->fillable));
290 return $this->fillable;
296 * @param array $fillable
299 public function fillable(array $fillable) function in Jenssegers\\Model\\Model
301 $this->fillable = $fillable;
396 if (in_array($key, $this->fillable)) {
404 return empty($this->fillable);
425 return count($this->fillable) == 0 && $this->guarded == ['*'];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c106 size_t fillable, filled; in do_io_rw() local
109 fillable = min(count, (size_t)(x_start - off)); in do_io_rw()
111 fillable = count; in do_io_rw()
113 fillable = 0; in do_io_rw()
115 if (fillable >= 4 && !(off % 4)) { in do_io_rw()
137 } else if (fillable >= 2 && !(off % 2)) { in do_io_rw()
159 } else if (fillable) { in do_io_rw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c106 size_t fillable, filled; in do_io_rw() local
109 fillable = min(count, (size_t)(x_start - off)); in do_io_rw()
111 fillable = count; in do_io_rw()
113 fillable = 0; in do_io_rw()
115 if (fillable >= 4 && !(off % 4)) { in do_io_rw()
137 } else if (fillable >= 2 && !(off % 2)) { in do_io_rw()
159 } else if (fillable) { in do_io_rw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c106 size_t fillable, filled; in do_io_rw() local
109 fillable = min(count, (size_t)(x_start - off)); in do_io_rw()
111 fillable = count; in do_io_rw()
113 fillable = 0; in do_io_rw()
115 if (fillable >= 4 && !(off % 4)) { in do_io_rw()
137 } else if (fillable >= 2 && !(off % 2)) { in do_io_rw()
159 } else if (fillable) { in do_io_rw()
/dports/net-mgmt/librenms/librenms-21.5.1/app/Models/
H A DMempool.php13 protected $fillable = [ variable in App\\Models\\Mempool
41 unset($this->fillable[array_search('mempool_perc_warn', $this->fillable)]);
H A DDeviceGraph.php8 protected $fillable = ['graph']; variable in App\\Models\\DeviceGraph
H A DOspfArea.php30 protected $fillable = [ variable in App\\Models\\OspfArea
H A DOspfInstance.php30 protected $fillable = [ variable in App\\Models\\OspfInstance
H A DDeviceAttrib.php32 protected $fillable = ['attrib_type', 'attrib_value']; variable in App\\Models\\DeviceAttrib
H A DTnmsneInfo.php11 protected $fillable = [ variable in App\\Models\\TnmsneInfo
H A DWidget.php33 protected $fillable = ['widget_title', 'widget', 'base_dimensions']; variable in App\\Models\\Widget
H A DPoller.php33 protected $fillable = ['poller_name']; variable in App\\Models\\Poller
H A DOspfNbr.php34 protected $fillable = [ variable in App\\Models\\OspfNbr
H A DPrinterSupply.php10 protected $fillable = [ variable in App\\Models\\PrinterSupply
H A DComponentStatusLog.php11 protected $fillable = ['component_id', 'status', 'message']; variable in App\\Models\\ComponentStatusLog
H A DDevicePerf.php30 protected $fillable = ['device_id', 'timestamp', 'xmt', 'rcv', 'loss', 'min', 'max', 'avg']; variable in App\\Models\\DevicePerf
H A DComponentPref.php10 protected $fillable = ['component', 'attribute', 'value']; variable in App\\Models\\ComponentPref
H A DPortsNac.php34 protected $fillable = [ variable in App\\Models\\PortsNac
H A DPortGroup.php30 protected $fillable = ['name', 'desc']; variable in App\\Models\\PortGroup
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.irs.gov92 Disallow: /filing/free-file-fillable-forms/free-file-fillable-forms-support
93 Disallow: /filing/free-file-fillable-forms/free-file-fillable-forms-support-2

12345678910>>...12