Home
last modified time | relevance | path

Searched full:review (Results 1 – 25 of 154) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DReviews.php20 use Google\Service\AndroidPublisher\Review; alias
36 * Gets a single review. (reviews.get)
39 * @param string $reviewId Unique identifier for a review.
43 * @return Review
49 return $this->call('get', [$params], Review::class);
61 * review.
72 * Replies to a single review, or updates an existing reply. (reviews.reply)
75 * @param string $reviewId Unique identifier for a review.
DEdits.php40 * edit will not be reviewed until they are explicitly sent for review from the
42 * are not yet sent for review.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeUserInfo.php78 protected $reviewType = Review::class;
312 * @param Review
314 public function setReview(Review $review) argument
316 $this->review = $review;
319 * @return Review
323 return $this->review;
DReview.php20 class Review extends \Google\Model class
202 class_alias(Review::class, 'Google_Service_Books_Review');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DReviewsListResponse.php25 protected $reviewsType = Review::class;
45 * @param Review[]
52 * @return Review[]
DReview.php20 class Review extends \Google\Collection class
79 class_alias(Review::class, 'Google_Service_AndroidPublisher_Review');
/plugin/dokutranslate/
Dsyntax.php106 # Find the worst review
227 # Start the cell with proper review class
278 # Start the cell with proper review class
348 # No reviews and no moderator privileges => no review block
363 # Prepare review form for current user
374 …$form->addElement(form_makeTextField('review', $myReview['message'], $this->getLang('trans_message…
390 # Moderators can modify their own review
407 # Current user is a moderator who didn't write a review yet,
408 # display the review form at the end
Daction.php336 # Add review to meta array
337 $data['message'] = $_REQUEST['review'];
342 # Review applies to latest revision as well
406 # Ensure refresh with every new review
495 foreach ($value['reviews'] as $review) {
496 $tmp = intval($review['quality']) * 2;
498 if ($review['incomplete']) {
/plugin/dokullm/doc/
H A Dllm.txt108 * User can review and edit the LLM-generated content
122 * **Check**: Review for grammar, style, and clarity
159 * Review and edit LLM-generated content before publishing
169 * Review LLM-generated content before publishing
/plugin/dokutranslate/lang/en/
Dlang.php27 $lang['add_review'] = 'Save Review';
31 $lang['reviewme'] = 'text waiting for your review';
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md41 Please allow us time to review your pull requests.
42 We will give our best to review everything as fast as possible, but cannot always live up to our ow…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DFreelistingsprogram.php34 * Retrieves the status and review eligibility for the free listing program.
48 * Requests a review of free listings in a specific region. This method is only
DShoppingadsprogram.php34 * Retrieves the status and review eligibility for the Shopping Ads program.
48 * Requests a review of Shopping ads in a specific region. This method is only
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/Resource/
DClaims.php41 * days. Age is determined by either claim date or review date, whichever is
55 * @opt_param string reviewPublisherSiteFilter The review publisher site to
/plugin/deletepageguard/
H A DRELEASE.md105 #### 3.2 Review README.md
134 # Review all changes
351 - Review this documentation
/plugin/findologicxmlexport/vendor/jms/serializer/
DCONTRIBUTING.md68 Please allow us time to review your pull requests.
69 We will give our best to review everything as fast as possible, but cannot always live up to our ow…
/plugin/dokullm/doc/profiles/default/
H A Dgrammar.txt1 Review this report section for consistency with my established writing style.
/plugin/editsections/
Dplugin.info.txt6 … edit sections cover the same indentation level as their heading. Please review settings in the co…
/plugin/publish/lang/en/
H A Dmailchangetext.txt15 Please review the changes and approve the revision at @NEWPAGE@ or give feedback to @USER@.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/Resource/
DProjectsLocationsTriggers.php49 * preview the review, but do not post it.
69 * preview the review, but do not post it.
163 * preview the review, but do not post it.
/plugin/xtern/lang/en/
Dheader.txt4 … list opens a new window with the page open for editing. Clicking the ''Review'' button makes it …
Dlang.php14 $lang['btn_review'] = 'Review last link check';
/plugin/authsplit/lang/en/
Dlang.php14 … 'A DokuWiki user account has been created for you automatically. Please review your user profile.…
/plugin/subconfhelper/lang/en/
Dlang.php16 $lang['error'] = 'Settings not updated due to an invalid value, please review your changes and…
/plugin/sqlcomp/lang/en/
Dlang.php23 $lang['wrong'] = "The data is not valid. Please review your connection settings!";

1234567