Home
last modified time | relevance | path

Searched refs:Category (Results 1 – 25 of 27) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DCategory.php20 class Category extends \Google\Collection class
61 class_alias(Category::class, 'Google_Service_Books_Category');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DOnboarding.php20 use Google\Service\Books\Category; alias
40 * @return Category
46 return $this->call('listCategories', [$params], Category::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DCategory.php20 class Category extends \Google\Model class
98 class_alias(Category::class, 'Google_Service_Cloudbilling_Category');
H A DSku.php23 protected $categoryType = Category::class;
51 * @param Category
53 public function setCategory(Category $category)
58 * @return Category
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DCategory.php20 class Category extends \Google\Model class
62 class_alias(Category::class, 'Google_Service_ContainerAnalysis_Category');
H A DWindowsUpdate.php23 protected $categoriesType = Category::class;
49 * @param Category[]
56 * @return Category[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DCategory.php20 class Category extends \Google\Model class
80 class_alias(Category::class, 'Google_Service_Games_Category');
H A DCategoryListResponse.php23 protected $itemsType = Category::class;
35 * @param Category[]
42 * @return Category[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DBatchGetCategoriesResponse.php23 protected $categoriesType = Category::class;
27 * @param Category[]
34 * @return Category[]
H A DCategories.php23 protected $additionalCategoriesType = Category::class;
25 protected $primaryCategoryType = Category::class;
29 * @param Category[]
36 * @return Category[]
43 * @param Category
45 public function setPrimaryCategory(Category $primaryCategory)
50 * @return Category
H A DCategory.php20 class Category extends \Google\Collection class
95 class_alias(Category::class, 'Google_Service_MyBusinessBusinessInformation_Category');
H A DListCategoriesResponse.php23 protected $categoriesType = Category::class;
31 * @param Category[]
38 * @return Category[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCategory.php20 class Category extends \Google\Model class
62 class_alias(Category::class, 'Google_Service_OnDemandScanning_Category');
H A DWindowsUpdate.php23 protected $categoriesType = Category::class;
49 * @param Category[]
56 * @return Category[]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …oryActionLabel=h.a("quickOutlineByCategoryActionLabel","Go to Symbol by Category...")}(l||(l={})),…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …oryActionLabel=h.a("quickOutlineByCategoryActionLabel","Go to Symbol by Category...")}(l||(l={})),…
H A Dbundle.js.map1 …l = nls.localize('quickOutlineByCategoryActionLabel', \"Go to Symbol by Category...\");\n})(QuickO…
/plugin/dokusioc/lib/
H A Dsioc_inc.php1227 public function __construct($url, $type = 'sioct:Category')
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp109 // Please, see PCRESYNTAX(3), General Category properties, PCRE special category
/plugin/idoit/
H A Dsyntax.php8 use idoit\Api\CMDB\Category; alias
/plugin/pgn4web/pgn4web/
H A DREADME.txt474 SVG images from http://commons.wikimedia.org/wiki/Category:SVG_chess_pieces
/plugin/pgn4web/pgn4web/images/svgchess/
H A DREADME.txt1 Chess images from http://commons.wikimedia.org/wiki/Category:SVG_chess_pieces
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css1527 <h3 class="topcoat-list__header">Category</h3>
/plugin/translator/
H A Daction.php60 $Category = trim($_REQUEST['Category']);
64 if ( ($CategoryArray = $functions->_getCategoryFromName($Category)) === false ) {
68 …nguage != 'export all' && !in_array( $Language, $functions->_getAvailableLanguages($Category) ) ) {
69 …msg($functions->_messageReplacer('CategoryNotSupportedInLanguage', array($Category, $Language)), -…
H A Dadmin.php410 foreach( $deleteUserLanguage as $Category => $versions) {
411 if ( !empty($Category) ) {
412 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category);
481 function _handleDeleteFiles($Category, $Version, $isID=false, $User=null) { argument
484 $CategoryID = $Category;
485 $Category = array_shift(array_keys($this->functions->_getCategories($CategoryID, true)));
487 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category);
502 …ageReplacer('RemovedEntries', array($this->functions->database->num_rows(), $Category, $Version)));

12