Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99166507
20161216.dashboard.ngram.02.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 21, 21:57
Size
463 B
Mime Type
text/x-php
Expires
Thu, Jan 23, 21:57 (2 d)
Engine
blob
Format
Raw Data
Handle
23726711
Attached To
rPH Phabricator
20161216.dashboard.ngram.02.php
View Options
<?php
$table_db
=
new
PhabricatorDashboard
();
foreach
(
new
LiskMigrationIterator
(
$table_db
)
as
$dashboard
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$dashboard
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
$table_dbp
=
new
PhabricatorDashboardPanel
();
foreach
(
new
LiskMigrationIterator
(
$table_dbp
)
as
$panel
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$panel
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
Event Timeline
Log In to Comment