Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 2758) sorted by relevance

12345678910>>...111

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php72 public function min(string $name): Min argument
82 public function max(string $name): Max argument
92 public function sum(string $name): Sum argument
102 public function sum_bucket(string $name, ?string $bucketsPath = null): SumBucket argument
112 public function avg(string $name): Avg argument
122 avg_bucket(string $name, string $bucketsPath = null) global() argument
132 stats(string $name) global() argument
140 stats_bucket(string $name, string $bucketsPath = null) global() argument
150 extended_stats(string $name) global() argument
160 value_count(string $name, string $field) global() argument
173 percentiles(string $name, string $field = null) global() argument
186 percentiles_bucket(string $name, string $bucketsPath = null) global() argument
196 cardinality(string $name) global() argument
204 cumulative_sum(string $name, string $bucketsPath) global() argument
216 geo_bounds($name) global() argument
226 top_hits(string $name) global() argument
237 scripted_metric(string $name, string $initScript = null, string $mapScript = null, string $combineScript = null, string $reduceScript = null) global() argument
251 global(string $name) global() argument
259 global_agg(string $name) global() argument
271 filter(string $name, AbstractQuery $filter = null) global() argument
281 filters(string $name) global() argument
291 missing(string $name, string $field) global() argument
303 nested(string $name, string $path) global() argument
316 reverse_nested(string $name, string $path = null) global() argument
326 terms(string $name) global() argument
336 significant_terms(string $name) global() argument
346 range(string $name) global() argument
356 date_range(string $name) global() argument
366 ipv4_range(string $name, string $field) global() argument
380 histogram(string $name, string $field, $interval) global() argument
394 date_histogram(string $name, string $field, $interval) global() argument
408 geo_distance(string $name, string $field, $origin) global() argument
421 geohash_grid(string $name, string $field) global() argument
434 geotile_grid(string $name, string $field) global() argument
444 bucket_script(string $name, array $bucketsPath = null, string $script = null) global() argument
454 serial_diff(string $name, string $bucketsPath = null) global() argument
464 adjacency_matrix(string $name) global() argument
474 sampler(string $name) global() argument
482 derivative(string $name, string $bucketsPath = null) global() argument
492 diversified_sampler(string $name) global() argument
502 weighted_avg(string $name) global() argument
512 composite(string $name) global() argument
522 normalize(string $name, string $bucketsPath = null, string $method = null) global() argument
[all...]
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md42 ### Who is using it?
79 ### In your PHP project
125 ### The command line script
206 ### Adding block elements
292 ### Adding inline elements
352 #### Select a base class
360 #### Select language feature traits
421 #### Define escapeable characters
450 #### Add custom rendering behavior
469 ### Why another markdown parser?
[all …]
/plugin/wysiwyg/
H A Dscript.js80 function wysiwyg_show_view(name) { argument
88 function wysiwyg_show_editor(name) { argument
112 function wysiwyg_confirm_save(name) { argument
119 function wysiwyg_quit(name) { argument
151 function wysiwyg_save_complete(name) { argument
180 function wysiwyg_save(name) { argument
188 function _wysiwyg_edit(name, ajax) { argument
211 function wysiwyg_edit(name) { argument
229 function _wysiwyg_has (name) { argument
236 function wysiwyg_highlight(name) { argument
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php51 public function __set($name, $helper)
62 public function add($name, $helper)
76 public function __get($name)
90 public function get($name)
108 public function __isset($name)
120 public function has($name)
132 public function __unset($name)
144 public function remove($name)
/plugin/sectiontoggle/
H A Dtemplates.ini3 name = dokuwiki__content key
7 name = dokuwiki__content key
11 name = dokuwiki__content key
15 name = dw-content key
19 name = dokuwiki__content key
23 name = content key
27 name = writr__content key
31 name = dokuwiki__content key
35 name = twentyfifteen__entry-content key
43 name = dokuwiki__content global() key
47 name = dokuwiki__content global() key
51 name = dokuwiki__content global() key
55 name = page global() key
59 name = center_page global() key
63 name = page global() key
67 name = page global() key
71 name = content global() key
75 name = page-content global() key
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php29 private $name; variable in Twig\\Node\\Node
148 public function hasAttribute($name)
156 public function getAttribute($name)
169 public function setAttribute($name, $value)
174 public function removeAttribute($name)
182 public function hasNode($name)
190 public function getNode($name)
199 public function setNode($name, $node = null)
208 public function removeNode($name)
223 public function setTemplateName($name)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DReport.php15 public function __construct($name)
28 private function setName($name)
38 public function getFunctionObject($name)
50 public function getClassObject($name)
55 public function getTraitObject($name)
60 private function getUnitObject($tagName, $name)
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php74 public function has($name) {
87 public function remove($name) {
108 public function param($name, $default = null, $nonempty = false) {
121 public function set($name, $value) {
136 public function &ref($name, $default = '', $nonempty = false) {
152 public function int($name, $default = 0, $nonempty = false) {
170 public function str($name, $default = '', $nonempty = false) {
191 public function valid($name, $valids, $default = null) {
251 public function extract($name){
291 public function set($name, $value) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DStrict.php12 public function __call($name, $args) argument
22 public static function __callStatic($name, $args) argument
31 __get($name) global() argument
41 __set($name, $value) global() argument
51 __isset($name) global() argument
61 __unset($name) global() argument
[all...]
/plugin/fckg/scripts/
H A Dvki_kb.js113 'name': "Arabic", 'keys': [ property in VKI_layout
122 'name': "Assamese", 'keys': [ property in VKI_layout
158 'name': "Belgian", 'keys': [ property in VKI_layout
212 'name': "Czech", 'keys': [ property in VKI_layout
221 'name': "Danish", 'keys': [ property in VKI_layout
230 'name': "German", 'keys': [ property in VKI_layout
266 'name': "Greek", 'keys': [ property in VKI_layout
293 'name': "Dari", 'keys': [ property in VKI_layout
302 'name': "Farsi", 'keys': [ property in VKI_layout
365 'name': "Hindi", 'keys': [ property in VKI_layout
[all …]
/plugin/vkeyboard/
H A Dvkeyboard.js1 …_layout={};this.VKI_layout["\u0627\u0644\u0639\u0631\u0628\u064a\u0629"]={name:"Arabic",keys:[[["\… property in VKI_layout
/plugin/odt/helper/
H A Dconfig.php428 public function setParam($name, $value) {
440 public function getParam($name) {
450 public function isParam($name) {
463 public function isRefreshable($name) {
476 public function hasDWGlobalSetting($name) {
489 public function isGlobalSetting($name) {
502 public function isURLSetting($name) {
515 public function isMetaSetting($name) {
529 public function addingToMetaIsAllowed($name, $pos) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php49 public function setTemplate($name, $template)
54 public function getSource($name)
66 public function getSourceContext($name)
76 public function exists($name)
81 public function getCacheKey($name)
91 public function isFresh($name, $time)
H A DFilesystemLoader.php139 public function getSource($name)
146 public function getSourceContext($name)
153 public function getCacheKey($name)
164 public function exists($name)
181 public function isFresh($name, $time)
186 protected function findTemplate($name)
248 protected function parseName($name, $default = self::MAIN_NAMESPACE)
264 protected function normalizeName($name)
269 protected function validateName($name)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DLocations.php48 public function associate($name, AssociateLocationRequest $postBody, $optParams = [])
65 …public function clearLocationAssociation($name, ClearLocationAssociationRequest $postBody, $optPar…
81 public function delete($name, $optParams = [])
97 public function get($name, $optParams = [])
112 public function getAttributes($name, $optParams = [])
129 public function getGoogleUpdated($name, $optParams = [])
150 public function patch($name, Location $postBody, $optParams = [])
176 public function updateAttributes($name, AttributesModel $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DMessageInterface.php78 public function hasHeader($name);
94 public function getHeader($name);
115 public function getHeaderLine($name);
132 public function withHeader($name, $value);
150 public function withAddedHeader($name, $value);
164 public function withoutHeader($name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsClusters.php110 public function delete($name, $optParams = [])
135 public function get($name, $optParams = [])
191 public function setAddons($name, SetAddonsConfigRequest $postBody, $optParams = [])
207 public function setLegacyAbac($name, SetLegacyAbacRequest $postBody, $optParams = [])
225 public function setLocations($name, SetLocationsRequest $postBody, $optParams = [])
240 public function setLogging($name, SetLoggingServiceRequest $postBody, $optParams = [])
273 public function setMasterAuth($name, SetMasterAuthRequest $postBody, $optParams = [])
319 public function setResourceLabels($name, SetLabelsRequest $postBody, $optParams = [])
334 public function startIpRotation($name, StartIPRotationRequest $postBody, $optParams = [])
349 public function update($name, UpdateClusterRequest $postBody, $optParams = [])
[all …]
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php37 public function getSource($name)
44 public function getSourceContext($name)
49 public function exists($name)
54 public function getCacheKey($name)
59 public function isFresh($name, $time)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
H A DProjectsNotificationChannels.php54 public function create($name, NotificationChannel $postBody, $optParams = [])
74 public function delete($name, $optParams = [])
94 public function get($name, $optParams = [])
129 …public function getVerificationCode($name, GetNotificationChannelVerificationCodeRequest $postBody…
164 public function listProjectsNotificationChannels($name, $optParams = [])
183 public function patch($name, NotificationChannel $postBody, $optParams = [])
200 …public function sendVerificationCode($name, SendNotificationChannelVerificationCodeRequest $postBo…
216 public function verify($name, VerifyNotificationChannelRequest $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DIndexingDatasourcesItems.php67 public function delete($name, $optParams = [])
85 public function deleteQueueItems($name, DeleteQueueItemsRequest $postBody, $optParams = [])
106 public function get($name, $optParams = [])
126 public function index($name, IndexItemRequest $postBody, $optParams = [])
159 public function listIndexingDatasourcesItems($name, $optParams = [])
183 public function poll($name, PollItemsRequest $postBody, $optParams = [])
201 public function push($name, PushItemRequest $postBody, $optParams = [])
220 public function unreserve($name, UnreserveItemsRequest $postBody, $optParams = [])
238 public function upload($name, StartUploadItemRequest $postBody, $optParams = [])
/plugin/bibtex/OSBib/create/
H A DFORM.php82 function hidden($name, $value)
90 function radioButton($label, $name, $value = FALSE, $checked = FALSE)
102 function checkbox($label, $name, $checked = FALSE)
117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE)
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE)
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE)
302 function passwordInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/Resource/
H A DProjectsServiceAccountsKeys.php50 public function create($name, CreateServiceAccountKeyRequest $postBody, $optParams = [])
70 public function delete($name, $optParams = [])
90 public function disable($name, DisableServiceAccountKeyRequest $postBody, $optParams = [])
109 public function enable($name, EnableServiceAccountKeyRequest $postBody, $optParams = [])
131 public function get($name, $optParams = [])
153 public function listProjectsServiceAccountsKeys($name, $optParams = [])
174 public function upload($name, UploadServiceAccountKeyRequest $postBody, $optParams = [])
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php31 function getChild($name) {
50 function childExists($name) {
89 function createFile($name, $data = null) {
102 function createDirectory($name) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php31 function getChild($name) {
50 function childExists($name) {
89 function createFile($name, $data = null) {
102 function createDirectory($name) {

12345678910>>...111